@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #242428;
  transition: all 0.4s ease-in-out;
  font-size: 1rem;
}
a, a:active, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.selected {
  color: white !important;
  border-bottom: 3px solid white;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.medium-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2.175rem;
}

.small-container {
  width: 100%;
  max-width: 769.2307692308px;
  margin: 0 auto;
  padding: 0 5.8rem;
}

.container {
  padding: 0 2.175rem;
}

@media (min-width: 1920px) {
  .container {
    padding: 0;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

section {
  width: 100%;
}
section div:active, section div:hover, section div:focus {
  outline: 0;
  outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  font-size: 0.7rem;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  line-height: 0.9;
  color: #003d5e;
}
@media (min-width: 768px) {
  h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
    font-size: 3.3em;
  }
}
h1.intotext-title,
h2.intotext-title,
h3.intotext-title,
h4.intotext-title,
h5.intotext-title,
h6.intotext-title {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.85em;
  line-height: 0.9;
  color: rgba(166, 36, 31, 0.8);
}
@media (max-width: 768px) {
  h1.intotext-title,
h2.intotext-title,
h3.intotext-title,
h4.intotext-title,
h5.intotext-title,
h6.intotext-title {
    font-size: 1.45em;
  }
}

h1 {
  font-size: 3rem;
  line-height: 1.8;
}

h2 {
  font-size: 2.5rem;
  line-height: 2rem;
}

h3 {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1rem;
    line-height: 1;
  }
}

h4 {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h4 {
    font-size: 0.9rem;
  }
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.7rem;
  line-height: 0.7;
}

.clearfix,
.clearfix :after {
  content: "";
  clear: both;
  display: table;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 18px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.45;
  margin: 0;
  background-color: #fefefe;
  color: #242428;
}
body a {
  color: #242428;
}

html,
body {
  height: 100%;
  width: 100%;
}

.socialHeader {
  background-color: #F8F9FA;
  padding: 5px;
}
.socialHeaderWrapper {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0.5rem;
  align-items: center;
  justify-content: end;
  font-size: 1.4rem;
}

.img-thumbnail {
  border: none;
}

#zavodMap {
  width: 100%;
  height: 40em;
  margin-bottom: 4.35rem;
}

.notice {
  padding: 15px;
  background-color: #F8F9FA;
  border-left: 6px solid;
  margin-bottom: 10px;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #28A745;
}
.notice-success > strong {
  color: #28A745;
}
.notice-info {
  border-color: #3278ff;
}
.notice-info > strong {
  color: #3278ff;
}
.notice-warning {
  border-color: #FFC107;
}
.notice-warning > strong {
  color: #FFC107;
}
.notice-danger {
  border-color: #d93933;
}
.notice > strong {
  color: #d93933;
}
.notice strong {
  text-transform: uppercase;
}
.notice u {
  font-size: large;
  color: #3278ff;
}

.headerButtons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.725rem 0;
}
@media (max-width: 768px) {
  .headerButtons {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-flow: column;
  }
  .headerButtons svg {
    font-size: 1.6rem;
  }
}

.iglooHeader {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  align-items: center;
  justify-content: end;
  grid-template-columns: 200px 1fr;
  text-align: right;
}
@media (max-width: 768px) {
  .iglooHeader {
    grid-template-columns: 100px 1fr;
    grid-column-gap: 0.725rem;
  }
}
.iglooPhone {
  font-size: 1.6rem;
}
.iglooPhone a {
  color: #006ba5;
}
@media (max-width: 768px) {
  .iglooPhone span {
    display: none;
  }
}
@media (min-width: 768px) {
  .iglooContacts svg {
    display: none;
  }
}
.iglooContacts button {
  background-color: #006ba5;
  color: #F8F9FA;
  width: 100%;
  padding: 0.725rem 0;
  border-radius: 3px;
  border: none;
  transition: all 0.4s ease-in-out;
}
.iglooContacts button a {
  color: #F8F9FA;
}
.iglooContacts button:hover {
  background-color: #005b8c;
  color: #F8F9FA;
  transition: all 0.4s ease-in-out;
}
.iglooContacts button:hover a {
  color: #F8F9FA;
}
@media (max-width: 768px) {
  .iglooContacts button {
    display: none;
  }
}
.iglooNav {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
}
.iglooNav div:first-child:hover {
  background-color: #006ba5;
  color: #F8F9FA;
  transition: all 0.4s ease-in-out;
}
.iglooNav div:first-child:hover a {
  color: #F8F9FA;
}
.iglooNav div:first-child:hover a {
  color: #F8F9FA;
}
.iglooNav .navbar-collapse {
  padding-left: initial;
}
.iglooNav a {
  text-transform: uppercase;
}
.iglooNavMenu {
  border-left: 0.23rem solid #F8F9FA;
}
.iglooNavMenu li {
  transition: all 0.4s ease-in-out;
}
.iglooNavMenu li:hover {
  background-color: #979393;
  color: #F8F9FA;
  transition: all 0.4s ease-in-out;
}
.iglooNavMenu li:hover a {
  color: #F8F9FA;
}
.iglooNavMenu li:hover a {
  color: #F8F9FA;
}
.iglooNavMenu li a {
  color: #F8F9FA;
}
.iglooNavMenu li .active {
  background-color: #006ba5;
  color: #F8F9FA;
}
.iglooNavMenu li .active a {
  color: #F8F9FA;
}
.iglooNavCatalog {
  padding: 0 1.45rem;
  line-height: 50px;
}
@media (max-width: 768px) {
  .iglooNavCatalog {
    display: none;
  }
}
.iglooNavCatalog li {
  transition: all 0.4s ease-in-out;
}
.iglooNavCatalog li a {
  color: #F8F9FA;
}
.iglooSubMenu {
  background-color: #C9C7C7FF;
  color: #242428;
  transition: all 0.4s ease-in-out;
  margin: 0.2rem 0 0;
  padding: initial;
  left: -1.5rem;
  box-shadow: 4px 11px 30px rgba(189, 198, 208, 0.9);
}
.iglooSubMenu a {
  color: #242428;
}
.iglooSubMenu li:hover {
  background-color: #979393;
  color: #F8F9FA;
  transition: all 0.4s ease-in-out;
}
.iglooSubMenu li:hover a {
  color: #F8F9FA;
}
.iglooSubMenu li:hover a {
  background-color: transparent;
  color: #F8F9FA;
}
.iglooSubMenu li,
.iglooSubMenu li a {
  line-height: 2rem;
}
.iglooBody section .btn {
  width: 100%;
  border: none;
  text-align: center;
}
.iglooProductTitle {
  text-align: center;
  min-height: 60px;
  word-break: break-word;
  padding-top: 1.45rem;
  transition: all 0.4s ease-in-out;
}
.iglooProductTitle:hover {
  box-shadow: 4px 11px 30px rgba(189, 198, 208, 0.9);
  transition: all 0.4s ease-in-out;
}
.iglooProductTitle a {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 0.7rem;
  grid-auto-flow: row;
  font-size: 1rem;
}
.iglooProductTitle a:hover {
  color: #28292e;
}
.iglooProductTitle .pagetitle {
  font-size: 1.2em;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  line-height: initial;
  padding: 0.725rem 0 1.45rem 0;
}
.iglooProductTitle h5 {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.725rem;
  font-weight: 300;
}
.iglooProductTitle h4 {
  font-weight: 400;
  padding: initial;
}
.iglooProductTitle_thumb:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(/assets/images/specialOffer.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  z-index: 1000;
}
.iglooProductTitle_desc {
  font-size: 1.2em;
  text-align: center;
  line-height: 1;
}
.iglooFooterContent {
  background-color: #404149;
  color: #F8F9FA;
}
.iglooFooterContent a {
  color: #F8F9FA;
}
.iglooFooterContent svg {
  font-size: 2rem;
}
.iglooFooterContent path {
  fill: #F8F9FA;
}

.navbar {
  background-color: #C9C7C7FF;
  color: #242428;
  min-height: initial;
  border: none;
  margin: initial;
}
.navbar a {
  color: #242428;
}
.navbar-header span {
  background-color: #F8F9FA;
}

.nav li a:hover {
  background: initial;
}

.nav-side-menu {
  overflow: auto;
  font-size: 0.9rem;
  top: 0;
}
@media (max-width: 768px) {
  .nav-side-menu {
    display: none;
  }
}
.nav-side-menu h4 {
  font-size: initial;
  padding: initial;
}

main {
  padding: 1.45rem 0;
}

.catalogGoods {
  padding: 0.725rem 0;
}
.catalogGoods a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 2.175rem;
  font-size: 0.85rem;
}
.catalogMobile {
  display: none !important;
}
@media (max-width: 768px) {
  .catalogMobile {
    display: initial !important;
  }
}

.slider img {
  margin: 0 auto;
}

.sectionTitle {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2.175rem;
}
.sectionIndex {
  padding: 4.35rem 0 1.45rem;
}
.sectionIndex .sale {
  color: initial;
}

.thumbnailsLIst {
  padding: 1.45rem 0;
}

.thumbnail {
  transition: all 0.4s ease-in-out;
}
.thumbnail:hover {
  box-shadow: 4px 11px 30px rgba(189, 198, 208, 0.9);
  transition: all 0.4s ease-in-out;
}
.thumbnail .pagetitle {
  padding-top: 1.45rem;
  min-height: 4.5rem;
  font-size: 1rem;
}

.footerNav {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 0.725rem;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  .footerNav {
    padding-top: 2.175rem;
  }
}
.footerNav span {
  text-transform: uppercase;
  padding-bottom: 1.45rem;
}
@media (max-width: 768px) {
  .footerNav span {
    padding-bottom: 0.725rem;
  }
}
.footerTopLine {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 2.175rem;
  align-items: center;
  justify-content: end;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: 3rem;
  padding: 1.45rem 0 0.725rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footerTopLine {
    grid-template-rows: 1.5rem;
  }
  .footerTopLine .title {
    font-size: 0.6rem;
  }
}
.footerTopLine .smallLogo,
.footerTopLine img {
  height: 100%;
  text-align: right;
}
.footerMenuWrapper {
  padding: 1.45rem 0;
}
.footerMenuWrapper section {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 25% 25%;
}
.footerContentWrapper {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1.45rem;
  align-items: start;
  justify-content: center;
  grid-template-columns: 40% 1fr;
  padding: 2.175rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(99, 102, 114, 0.7);
}
@media (max-width: 768px) {
  .footerContentWrapper {
    display: initial;
    padding: 1.45rem 0;
  }
}
@media (max-width: 768px) {
  .footerContentWrapper .contacts {
    padding-top: 1.45rem;
  }
}
.footerContentWrapper section {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 2.175rem;
  align-items: start;
  justify-content: center;
  grid-template-columns: 40% 1fr;
  text-align: initial;
  padding-bottom: 0.725rem;
}
@media (max-width: 768px) {
  .footerContentWrapper section {
    grid-auto-flow: row;
    align-items: center;
    justify-content: start;
    grid-template-columns: 1fr;
    padding-bottom: 1.45rem;
  }
}
.footerContentWrapper small {
  width: 100%;
  display: block;
  font-size: 0.6rem;
}
.footerContentWrapper a {
  color: #C9C7C7FF;
  font-size: 0.9rem;
}
.footerContentWrapper a:hover {
  color: white;
}
.footerContentWrapper a svg {
  font-size: 0.9rem;
  margin-right: 0.725rem;
}
.footerTerms {
  padding: 0.725rem 0 1.45rem;
  font-size: 0.75rem;
}
.footerTerms:not(:last-child) {
  padding-bottom: 0.725rem;
}

.pagesContent p {
  padding-bottom: 1.45rem;
}
.pagesContent strong {
  font-size: 1.1rem;
  font-weight: 500;
}

.contactsList {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 0.3rem;
  align-items: center;
}
.contactsList section:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #F8F9FA;
}

#productTabs ul {
  margin-top: 1.45rem;
  border-bottom: 1px solid #F8F9FA;
}
#productTabs ul .active a {
  background: transparent;
  color: #3278ff;
}
#productTabs li.active {
  background: transparent;
}
#productTabs .tab-content .active {
  background: transparent;
}
#productTabs a:hover {
  background: transparent;
}

.products-info-summary {
  margin: 0.725rem 0 2.175rem 1.45rem;
}
.products-info-summary .table-condensed tr {
  font-size: 0.85rem;
}
.products-info-summary .table-condensed tr:nth-child(1) {
  background-color: rgba(12, 170, 255, 0.2);
  color: #F8F9FA;
  color: initial;
}
.products-info-summary .table-condensed tr:nth-child(1) a {
  color: #F8F9FA;
}

.newSuccess {
  background-color: rgba(12, 170, 255, 0.2);
  color: #F8F9FA;
  color: initial;
}
.newSuccess a {
  color: #F8F9FA;
}

.table-hover tbody tr:hover {
  background-color: initial;
}

.breadcrumb {
  background: transparent;
  border-bottom: 1px solid #C9C7C7FF;
  padding-bottom: 0.725rem;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  border-left: 10px solid #F8F9FA;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  border-left: 10px solid #C9C7C7FF;
  margin-left: 1px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #F8F9FA;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #C9C7C7FF;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #F8F9FA;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #C9C7C7FF;
}

/* The responsive part */
.btn-breadcrumb > * > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale {
  color: #3278ff;
  font-weight: 700;
}

.mainContainer {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-column-gap: 1.45rem;
}

/*# sourceMappingURL=styles.min.css.map */
