/*!
* <?echo(<div>Copyright (c) 2021. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
* Morbi non lorem porttitor neque feugiat blandit. Ut vitae ipsum eget quam lacinia accumsan.
* Etiam sed turpis ac ipsum condimentum fringilla. Maecenas magna.
* Proin dapibus sapien vel ante. Aliquam erat volutpat. Pellentesque sagittis ligula eget metus.
* Vestibulum commodo. Ut rhoncus gravida arcu. </div>)?>
*/
section.metal_coatings {
  overflow: visible;
}

section.title_catalog {
  overflow: visible;
}

#title {
  text-align: center;
}
#title h1 {
  font-weight: bold;
  font-size: calc(25px + 25 * ((100vw - 320px) / 1600));
  line-height: 1.18em;
  margin-bottom: 1.2vh;
}
#title .text {
  font-weight: normal;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  margin-bottom: 3.4vh;
}
#title .btn {
  margin: 0 auto;
  background: #FFC122;
  border-radius: 3px;
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  padding-bottom: 0.77em;
  padding-top: 0.77em;
}

.title_catalog {
  position: relative;
  background-color: #00345B;
  z-index: 1;
}
.title_catalog .container {
  z-index: 1;
}
.title_catalog .separate_squares {
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: 20px solid #FFC122;
}
.title_catalog .separate_squares.one {
  height: 285px;
  width: 285px;
  left: -147px;
  top: -95px;
}
.title_catalog .separate_squares.two {
  border: 20px solid #022845;
  height: 177px;
  width: 177px;
  left: 37px;
  top: 131px;
}
.title_catalog .separate_squares.three {
  height: 142px;
  width: 142px;
  right: 33px;
  bottom: 168px;
}
.title_catalog .separate_squares.four {
  height: 285px;
  width: 285px;
  right: -174px;
  bottom: -142px;
}
@media screen and (max-width: 767px) {
  .separate_squares {
    display: none;
  }
}
.title_catalog .title {
  margin-top: 0.5vh;
  margin-bottom: 5.5vh;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.2em;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
}
.title_catalog .title span {
  font-weight: 700;
  color: #FFC357;
}
.title_catalog .wrapper {
  width: 100%;
  background: #022845;
  border-radius: 10px;
  padding: 7vh 6.5vh;
}
.title_catalog .elements {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 852px;
}
.title_catalog .elem_wrap {
  max-width: 33.3333%;
  padding: 0.8rem;
  flex: 1 1 auto;
  width: calc((100% /3) - (1.6rem / 3));
}
@media screen and (max-width: 1200px) {
  .title_catalog .elem_wrap {
    max-width: 33.33%;
    padding: 0.8rem;
    flex: 1 1 auto;
    flex-basis: 33%;
    width: calc((100% / 3) - (1.6rem / 3));
  }
}
@media screen and (max-width: 1024px) {
  .title_catalog .elem_wrap {
    max-width: 50%;
    padding: 0.8rem;
    flex: 1 1 auto;
    flex-basis: 50%;
    width: calc((100% / 2) - (1.6rem / 2));
  }
}
@media screen and (max-width: 767px) {
  .title_catalog .elem_wrap {
    padding: 3px;
  }
  .title_catalog .elements {
    margin: 0;
  }
  .title_catalog .wrapper {
    padding: 24px 4px;
  }
  .title_catalog .elem {
    padding: 0 12px 13px !important;
    text-align: center !important;
  }
  .title_catalog .btn {
    width: 100% !important;
    margin-top: 18px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.title_catalog .elem {
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 5px solid #ffffff;
  padding: 0 15px 20px;
}
.title_catalog .elem:hover {
  border: 5px solid #FFC122;
}
.title_catalog .elem_title {
  text-align: center;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}
.title_catalog .elem_img {
  flex: 1 1;
  display: flex;
}
.title_catalog img {
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: intrinsic;
}
.title_catalog .cena {
  font-size: calc(15px + 10 * ((100vw - 320px) / 1600));
  font-weight: 800;
  line-height: 1.9em;
  color: #FF2F30;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.title_catalog .btn {
  background: #FFC122;
  border-radius: 3px;
  font-weight: bold;
  font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 90%;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
  padding: 3vh;
}
.popup-bg .close_wrap {
  padding: 60px 30px 40px 30px;
  background-color: #00345B;
  position: relative;
  top: 85px;
  height: 85vh;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 557px) {
  .popup-bg .close_wrap {
    padding: 60px 30px 40px 30px;
    background-color: #00345B;
    position: relative;
    top: 15px;
    height: 85vh;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

.popup-bg .catalog_popup {
  background-color: #00345B;
  position: relative;
  overflow-y: scroll !important;
  margin-right: -8px;
  overflow-x: hidden;
  padding-right: 10px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*.popup-bg .catalog_popup::-webkit-scrollbar {*/
/*  width: 0;*/
/*  height: 0;*/
/*}*/
.popup-bg .popup form {
  display: flex;
  flex-direction: column;
}
.popup-bg .popup form input {
  margin-bottom: 30px;
  height: 50px;
  font-size: 20px;
  border: 2px solid #000000;
}
.popup-bg .popup form input[type=submit] {
  background: #000000;
  color: #ffffff;
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
}
.popup-bg .close-popup {
  width: 64px;
  padding: 20px;
  height: 64px;
  position: absolute;
  top: -19px;
  right: -17px;
  cursor: pointer;
  background-color: #00345B;
  border-radius: 50%;
  display: block;
}
.popup-bg .close-popup svg {
  height: auto;
}
.popup-bg .wrap {
  display: block;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.popup-bg .product-img {
  width: 100%;
  /*margin-right: 4%;*/
  /*margin-bottom: 4vh;*/
}
.popup-bg .big-slide {
  width: 100%;
}
.popup-bg .big-slide img {
  width: 100%;
}
.popup-bg .rec_4_wrap{
  margin-bottom: 10px;
  margin-top: -10px;
}




.popup-bg .img-wrap {
  /*display: flex;*/
  /*justify-content: center;*/
  margin: 2% -15px 0 0;
}
.catalog_popup_slider .slick-slide{
  padding-right: 15px;
}


.popup-bg .img-wrap .min_img_btn {
  margin-right: 2%;
  width: 32%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
.popup-bg .img-wrap .min_img_btn img {
  /*height: min-content;*/
  width: 100%;
}
.popup-bg .product-descr {
    color: #FFFFFF;
    font-weight: normal;
    font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
    line-height: 18px;
}
.popup-bg .product-descr h3{
  font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
}
.popup-bg .product-descr.one>h4{
  text-align: center;
}
.popup-bg .product-descr.one{
  margin-bottom: 20px;
}
.popup-bg .product-descr.one table{
  border-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
}
.popup-bg .product-descr.two {
  width: 100%;
  margin-bottom: 2.6vh;
}
.popup-bg h4 {
  font-weight: bold;
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  color: #FFFFFF;
}
.popup-bg form {
  margin: 2.6vh auto 0;
  max-width: 800px;
  padding: 3.4vh 2vw 4.8vh;
  background-color: #0F4E7D;
  text-align: center;
}
.popup-bg form h4 {
  margin-bottom: 3.3vh;
}
.popup-bg form input {
  max-width: 253px;
  padding: 13px 19px;
  margin-bottom: 3vh;
  border: none;
  border-radius: 3px;
  width: 100%;
  height: 47px;
  text-align: start;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
.popup-bg form input.input_text {
  margin-right: 13px;
}
.popup-bg form .input_btn {
  border: none;
  border-radius: 3px;
  margin: 0 auto;
  padding: 13px 19px;
  background-color: #FFC122;
  display: flex;
  font-weight: bold;
  font-size: calc(17px + 1 * ((100vw - 320px) / 1600));
  line-height: 21px;
  align-items: center;
}
.popup-bg form .input_btn span {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .popup-bg .product-img {
    width: 100%;
    margin-right: 0;
  }
  .popup-bg .product-descr.one {
    width: 100%;
    margin-bottom: 3vh;
  }
}
@media screen and (max-width: 666px) {
  .popup-bg .input_text {
    margin-right: 0!important;
  }
  .popup-bg .close_wrap {
    padding: 45px 18px 45px;
  }
  .popup-bg form {
    padding-right: 18px;
    padding-left: 18px;
  }
  .popup-bg .input_btn {
    padding: 13px 15px !important;
  }
  .popup-bg .input_btn span {
    white-space: nowrap;
  }
}

.no-scroll {
  overflow-y: hidden !important;
}

.color_map h2 {
  font-size: calc(30px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.18em;
}
.color_map h4 {
  text-align: center;
  font-weight: bold;
  font-size: calc(18px + 7 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  color: #0460A5;
}
.color_map .colors {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}
.color_map .color {
  text-align: center;
  border-radius: 50%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  flex: 0 1 auto;
  flex-basis: 16.666%;
  width: calc((100% /6) - (1.6rem / 6));
  margin-bottom: 30px;
}
.color_map .color .img_k {
  margin: 0 auto 12px;
  max-width: 111px;
  height: 111px;
  background-color: #C4C4C4;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.color_map .color .title {
  font-size: calc(13px + 3 * ((100vw - 320px) / 1600));
  line-height: 1.19em;
}
@media screen and (max-width: 1440px) {
  .color_map .color {
    max-width: 20%;
    padding: 0.8rem;
    flex: 0 1 auto;
    flex-basis: 20%;
    width: calc((100% /5) - (1.6rem / 5));
  }
}
@media screen and (max-width: 1200px) {
  .color_map .color {
    max-width: 25%;
    padding: 0.8rem;
    flex: 0 1 auto;
    flex-basis: 25%;
    width: calc((100% / 4) - (1.6rem / 4));
  }
}
@media screen and (max-width: 1024px) {
  .color_map .color {
    max-width: 33.333%;
    padding: 0.6rem;
    flex: 0 1 auto;
    flex-basis: 33.333%;
    width: calc((100% / 3) - (1.2rem / 3));
  }
}
@media screen and (max-width: 767px) {
  .color_map .color {
    margin-bottom: 0;
  }
  .color_map .color .img_k {
    max-width: 85px;
    height: 85px;
  }
}
.color_map button {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  margin: 0 auto;
  background: #FFC122;
  border-radius: 3px;
  padding: 14px 20px;
}

.load_more_wrap {
  display: none;
}

.load_more {
  margin: 21px 0 34px;
  color: #0460A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.load_more .minus {
  display: none;
}
.load_more .plus_minus {
  height: 36px;
  width: 36px;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.load_more .text {
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
}
.load_more .text.none {
  display: none;
}
.load_more:hover .text {
  text-decoration-line: none;
}

.btn_modal {
  cursor: pointer;
}

.metal_coatings {
  position: relative;
  z-index: -2;
  background-color: #00345B;
}
.metal_coatings .container {
  z-index: 1;
}
.metal_coatings .separate_squares {
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: 20px solid #FFC122;
}
.metal_coatings .separate_squares.one {
  height: 285px;
  width: 285px;
  left: -138px;
  top: -138px;
}
.metal_coatings .separate_squares.two {
  border: 20px solid #022845;
  height: 142px;
  width: 142px;
  right: 33px;
  top: -59px;
}
.metal_coatings .separate_squares.three {
  height: 285px;
  width: 285px;
  bottom: -128px;
  right: -140px;
}
.metal_coatings h2 {
  font-weight: bold;
  font-size: calc(30px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.18em;
  color: #FFFFFF;
}
.metal_coatings h4 {
  text-align: center;
  font-size: calc(18px + 17 * ((100vw - 320px) / 1600));
  line-height: 1.17em;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.metal_coatings h4.prem {
  margin-top: 55px;
}
.metal_coatings img {
  width: 100%;
}
.metal_coatings .class {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8rem;
}
.metal_coatings .elem {
  background-color: white;
  border-radius: 10px;
  padding: 28px;
  text-align: center;
}
.metal_coatings .elem .title {
  font-weight: bold;
  font-size: calc(20px + 5 * ((100vw - 320px) / 1600));
  line-height: 1.16em;
  margin-top: 18px;
  margin-bottom: 14px;
}
.metal_coatings .description {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 10px;
}
.metal_coatings .description .description_value {
  white-space: nowrap;
  line-height: 1em;
  padding-left: 10px;
}
.metal_coatings .elem_wrap {
  max-width: 33.333%;
  padding: 0.8rem;
  flex: 0 1 auto;
  flex-basis: 33.333%;
  width: calc((100% /3) - (1.6rem / 3));
}
@media screen and (max-width: 1024px) {
  .metal_coatings .elem_wrap {
    max-width: 50%;
    padding: 0.8rem;
    flex: 0 1 auto;
    flex-basis: 50%;
    width: calc((100% / 2) - (1.6rem / 2));
  }
}
@media screen and (max-width: 767px) {
  .metal_coatings .elem_wrap {
    max-width: 100%;
    flex: 0 1 auto;
    flex-basis: 100%;
    width: 100%;
  }
  .metal_coatings .elements {
    margin: 0;
  }
  .metal_coatings .wrapper {
    padding: 24px 4px;
  }
}
.metal_coatings .load_more .text {
  color: #FFFFFF;
}

/*# sourceMappingURL=style_cont.css.map */
