@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&subset=cyrillic");
@font-face {
  font-family: "Bebas Neue Bold";
  src:
    url("/static/fonts/bebas_neue_bold.woff2") format("woff2"),
    url("/static/fonts/bebas_neue_bold.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  background: #eaebeb;
}
body { 
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  background: #fff url(../img/services-fon.jpg) top center no-repeat;
  -webkit-background-size: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.bg_white {
  background-color: #fff;
}
.no-fon {
  background: none;
}
img {
  max-width: 100%;
}
.container {
  width: 100%;
  max-width: 1200px;
}
p {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  line-height: 1.7;
  color: inherit;
}
p.no-padding {
  padding-bottom: 0;
}
h1 {
  padding: 0;
  margin: 20px 0 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  font-weight: 400;
}
h2,
h1 {
  font-size: 30px;
}
.about-company p {
  padding-bottom: 0;
}
.about-company h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
/* start menu */
nav {
  background: #151d64;
  z-index: 200;
  margin: 0 auto;
}
nav .container::before,
nav .container::after {
  display: none;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  position: relative;
}
nav > ul {
  display: flex;
  justify-content: space-around;
}

nav ul li {
  display: table-cell;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
}
nav > ul > li {
  display: block;
  padding: 4px 1px;
}
nav > ul > li:nth-child(3),
nav > ul > li:nth-child(4) {
  position: static;
}
nav ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 25px 8px;
  text-decoration: none;
  z-index: 12;
  position: relative;
  transition: 0.4;
  text-align: center;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
  text-decoration: none;
}
nav > ul > li > a {
  color: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  line-height: 1.2;
}
nav ul li a.akcii,
nav ul li.active a.akcii,
nav ul li:hover a.akcii {
  color: #dc272c;
}
nav ul li.active a.callback,
nav ul li:hover a.callback {
  background: none;
}
nav ul li.active:after,
nav ul li:hover:after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  nav > ul > li.active > a,
  nav > ul > li:hover > a {
    background: #fff;
    color: #151d64;
    z-index: 500;
  }
  nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  nav ul li {
    margin-right: 0;
  }
  nav ul li a {
    font-size: 15px;
    text-align: center;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  nav > ul {
    display: block;
  }
}
.navigation-pages > li ul {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  width: 165px;
  display: none;
  z-index: 100;
  transition: 0.1s;
  z-index: 1000000;
}
.navigation-pages > li ul li {
  position: relative;
  display: block;
  border: 1px solid #151d64;
  margin: 0;
  z-index: 1000000;
}
.navigation-pages > li ul li a,
.navigation-pages > li ul li span {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0;
  display: block;
  color: #151d64;
  background: #fff;
  cursor: pointer;
}
.navigation-pages > li ul li ul {
  display: none;
  top: -1px;
  padding: 0;
  left: 163px;
  z-index: 1000000;
}
.navigation-pages > li ul li ul {
  width: 195px;
}
.navigation-pages > li ul li ul ul {
  left: 194px;
  width: 245px;
}
.navigation-pages > li > ul > li.hover-on-link > ul {
  display: block;
  z-index: 1000;
}
.navigation-pages > li ul ul li a,
.navigation-pages > li ul ul li span {
  text-align: center;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0;
  display: block;
  color: #151d64;
  background: #e5ecf1;
  cursor: pointer;
}
.navigation-pages > li ul ul ul a,
.navigation-pages > li ul ul ul span {
  padding-left: 15px;
  text-align: left;
}
nav > li ul li.active,
nav > li ul li:hover {
  transform: none;
}
.navigation-pages > li ul li.active:after,
.navigation-pages > li ul li:hover:after,
.navigation-pages > li ul li:after {
  display: none;
  transition: none;
}
.navigation-pages > li ul li.active > a {
  color: #dc282c;
}
.navigation-pages > li ul li a:hover {
  background: #e5ecf1;
}
.navigation-pages > li ul ul li a:hover {
  background: #cde0ee;
}
.navigation-pages > li a.balcony_menu + ul {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  max-height: 210px;
  width: 100%;
  left: 15px;
  max-width: 760px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.55);
}
.navigation-pages > li a.balcony_menu + ul > li {
  border: none;
  width: 49%;
  max-width: 230px;
  margin: 5px 0 15px;
}
.navigation-pages > li a.balcony_menu + ul > li a {
  text-align: left;
  color: #000;
  padding: 15px 0;
}
.navigation-pages > li a.balcony_menu + ul > li.active > a,
.navigation-pages > li a.balcony_menu + ul ul li.active > a {
  color: #dc282c;
}
.navigation-pages > li a.balcony_menu + ul > li a:hover {
  background: transparent;
  color: #3f4692;
}
.navigation-pages > li a.balcony_menu + ul > li > a {
  position: relative;
  padding-left: 40px;
  text-transform: none;
  font-size: 18px;
  border-bottom: 1px solid #cbcbcb;
}
.navigation-pages > li a.balcony_menu + ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation-pages > li a.balcony_menu + ul > li > a.b_glazing::before {
  background-image: url("/static/img/b_glazing.png");
}
.navigation-pages > li a.balcony_menu + ul > li > a.b_inner::before {
  background-image: url("/static/img/b_inner.png");
}
.navigation-pages > li a.balcony_menu + ul > li > a.b_outer::before {
  background-image: url("/static/img/b_outer.png");
}
.navigation-pages > li a.balcony_menu + ul > li > a.b_works::before {
  background-image: url("/static/img/b_works.png");
}
.navigation-pages > li a.balcony_menu + ul ul {
  position: static;
  display: block;
  width: auto;
}
.navigation-pages > li a.balcony_menu + ul ul li {
  border: none;
}
.navigation-pages > li a.balcony_menu + ul ul li a {
  background-color: transparent;
  padding: 14px 0;
}
.navigation-pages > li .doors_menu + ul {
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  padding: 20px 30px 0;
  left: 0;
}
.navigation-pages > li.submenu:has(> a.doors_menu) {
  position: static !important;
}
.navigation-pages > li .doors_menu + ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  left: 50%;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
  z-index: 400;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.55);
}
.navigation-pages > li .doors_menu + ul > li {
  border: none;
}
.navigation-pages > li .doors_menu + ul > li:nth-child(1) {
  width: 35%;
}
.navigation-pages > li .doors_menu + ul > li:nth-child(2) {
  width: 45%;
}
.navigation-pages > li .doors_menu + ul > li a {
  color: #000;
  background-color: transparent;
}
.navigation-pages > li .doors_menu + ul > li a:hover {
  background: transparent;
  color: #3f4692;
}
.navigation-pages > li .doors_menu + ul > li.active > a,
.navigation-pages > li a.doors_menu + ul ul li.active > a {
  background: transparent;
  color: #dc282c;
}
.navigation-pages > li .doors_menu + ul > li > a,
.navigation-pages > li .doors_menu + ul > li > span {
  position: relative;
  width: 100%;
  max-width: 185px;
  border-bottom: 1px solid #cbcbcb;
  padding: 12px 0;
  padding-left: 35px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
  text-transform: none;
}
.navigation-pages > li .doors_menu + ul > li > a::before,
.navigation-pages > li .doors_menu + ul > li > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 36px;
  margin-top: -18px;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation-pages > li a.doors_menu + ul ul {
  position: static;
  display: block;
  width: auto;
}
.navigation-pages > li a.doors_menu + ul > li > ul {
  column-count: 2;
}
.navigation-pages > li a.doors_menu + ul > li > ul > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.navigation-pages > li a.doors_menu + ul ul li {
  border: none;
  margin-bottom: 3px;
}
.navigation-pages > li a.doors_menu + ul ul li a {
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding: 6px 0;
  min-height: 42px;
  line-height: 1;
}
.vhodn::before {
  background-image: url("/static/img/dveri_icon_n1.png");
}
.mezkomn::before {
  background-image: url("/static/img/dveri_icon_n2.png");
}
.rasprod::before {
  background-image: url("/static/img/dveri_icon_3.png");
}
.navigation-pages > li a.doors_menu + ul ul li .logom {
  position: relative;
  padding-left: 48px;
  text-align: left;
}
.navigation-pages > li a.doors_menu + ul ul li .logom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
}
.navigation-pages > li ul ul li .boyard::before,
.navigation-catalog > li ul li .boyard::before {
  background-image: url("/static/img/v_menu_boyard.png");
}
.navigation-pages > li ul ul li .ferroni::before,
.navigation-catalog > li ul li .ferroni::before {
  background-image: url("/static/img/v_menu_ferroni.png");
}
.navigation-pages > li ul ul li .rusidor::before,
.navigation-catalog > li ul li .rusidor::before {
  background-image: url("/static/img/v_menu_rusidor.png");
}
.navigation-pages > li ul ul li .elporta::before,
.navigation-catalog > li ul li .elporta::before {
  background-image: url("/static/img/v_menu_elporta.png");
}
.navigation-pages > li ul ul li .bastion::before,
.navigation-catalog > li ul li .bastion::before {
  background-image: url("/static/img/v_menu_bastion.png");
}
.navigation-pages > li ul ul li .berserker::before,
.navigation-catalog > li ul li .berserker::before {
  background-image: url("/static/img/v_menu_berserker.png");
}
.navigation-pages > li ul ul li .tuldv::before,
.navigation-catalog > li ul li .tuldv::before {
  background-image: url("/static/img/v_menu_tuldver.png");
}
.navigation-pages > li ul ul li .bravo::before,
.navigation-catalog > li ul li .bravo::before {
  background-image: url("/static/img/v_menu_bravo.png");
}
.navigation-pages > li ul ul li .volga::before,
.navigation-catalog > li ul li .volga::before {
  background-image: url("/static/img/v_menu_volga.png");
}
.navigation-pages > li ul ul li .verda::before,
.navigation-catalog > li ul li .verda::before {
  background-image: url("/static/img/v_menu_verda.png");
}
.navigation-pages > li ul ul li .raytver::before,
.navigation-catalog > li ul li .raytver::before {
  background-image: url("/static/img/v_menu_raytver.png");
}
.navigation-pages > li ul ul li .laindoor::before,
.navigation-catalog > li ul li .laindoor::before {
  background-image: url("/static/img/v_menu_laindoor.png");
}
.navigation-pages > li ul ul li .start::before,
.navigation-catalog > li ul li .start::before {
  background-image: url("/static/img/v_menu_st-artel.png");
}
.navigation-pages > li ul ul li .oka::before,
.navigation-catalog > li ul li .oka::before {
  background-image: url("/static/img/v_menu_oka.png");
}
.navigation-pages > li ul ul li .dubr::before,
.navigation-catalog > li ul li .dubr::before {
  background-image: url("/static/img/v_menu_dubr.png");
}
.navigation-pages > li ul ul li .shlyager::before,
.navigation-catalog > li ul li .shlyager::before {
  background-image: url("/static/img/v_menu_shlyager.png");
}
.navigation-pages > li ul ul li .velldoris::before,
.navigation-catalog > li ul li .velldoris::before {
  background-image: url("/static/img/v_menu_velldoris.png");
}
.navigation-pages > li ul ul li .cordon::before,
.navigation-catalog > li ul li .cordon::before {
  background-image: url("/static/img/v_menu_cordondoor.png");
}
.navigation-pages > li ul ul li .kova::before,
.navigation-catalog > li ul li .kova::before {
  background-image: url("/static/img/v_menu_kova.png");
}
.navigation-pages > li ul ul li .oiko::before,
.navigation-catalog > li ul li .oiko::before {
  background-image: url("/static/img/v_menu_oiko.png");
}
.navigation-pages > li ul ul li .asd::before,
.navigation-catalog > li ul li .asd::before {
  background-image: url("/static/img/v_menu_asd.png");
}
.navigation-pages > li ul ul li .luxor::before,
.navigation-catalog > li ul li .luxor::before {
  background-image: url("/static/img/v_menu_luxor.png");
}
@media screen and (min-width: 768px) {
  .navigation-pages > li:hover > ul {
    display: block;
  }
  .navigation-pages > li > ul > li:hover > ul {
    display: block;
  }
  .navigation-pages > li > ul > li > ul > li:hover > ul {
    display: block;
  }
  .navigation-pages > li:hover .balcony_menu + ul,
  .navigation-pages > li:hover .doors_menu + ul {
    display: flex;
  }
}
ul.navigation-main li {
  position: relative;
}
.fixed .navigation-pages > li .doors_menu + ul {
  max-height: 350px;
  padding-top: 10px;
}
@media screen and (max-width: 1100px) {
  .navigation-pages > li .doors_menu + ul {
    padding: 15px 15px 0;
  }
  .navigation-pages > li .doors_menu + ul > li:nth-child(1),
  .navigation-pages > li .doors_menu + ul > li:nth-child(2) {
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .navigation-pages.container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navigation-pages > li a.balcony_menu + ul {
    max-width: 660px;
  }
  .navigation-pages > li .doors_menu + ul > li > a {
    font-size: 16px;
  }
  .navigation-pages > li a.doors_menu + ul ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-pages.container {
    background-color: #f0f1f7;
    color: #000;
    padding: 20px 30px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .fixed .navigation-pages.container {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 370px) {
  .navigation-pages.container {
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .fixed nav ul li a {
    padding: 15px 2px;
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .fixed nav ul li a {
    padding: 15px 4px 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .fixed nav ul li a {
    padding: 12px 8px;
    font-size: 15px;
  }
}
/* end menu */
.header_warn {
  margin: 0;
  padding: 6px 15px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.header_warn a {
  white-space: nowrap;
  font-weight: bold;
}
.header_warn > a {
  margin: 0 15px;
}
.header_warn_text {
  margin-right: 10px;
  text-transform: uppercase;
  color: #151d64;
  font-size: 16px;
}
.header_warn_number {
  color: #151d64;
}
.header_warn span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.header_warn .messenger {
  margin-right: 3px;
}
.header_warn .messenger + .messenger {
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .header_warn {
    font-size: 17px;
  }
  .header_warn > a {
    margin: 0 5px;
  }
  .header_warn .messenger {
    margin-right: 2px;
  }
  .header_warn .messenger + .messenger {
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .header_warn {
    padding: 3px 5px;
    font-size: 15px;
  }
  .header_warn > a {
    margin: 0 3px;
  }
  .header_warn .messenger img {
    position: relative;
    top: -2px;
    width: 19px;
  }
  .header_warn .messenger + .messenger {
    margin-right: 3px;
  }
}
.cursor-nav {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 12px;
  width: 32px;
  height: 32px;
  background:
    url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52; fill:%230f0f0f;' xml:space='preserve'%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z'/%3E%3C/svg%3E%0A")
      center center / 40% no-repeat,
    #fff;
  border-radius: 50%;
}
.cursor-nav::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navigation-main > li > .cursor-nav {
  top: 15px;
}
aside li.active > .cursor-nav,
aside li.open > .cursor-nav {
  transform: rotate(90deg);
}
aside li.active.open > .cursor-nav {
  transform: none;
}
.about-company {
  background: rgba(255, 255, 255, 0.4);
  width: 99%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  padding-top: 0;
  margin-top: 100px;
  padding-bottom: 0px;
}
h2.about-company {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
}
.reasons {
  text-align: center;
  background: rgba(220, 40, 44, 0.8);
  color: #fff;
  margin-top: 140px;
  padding: 15px 0 20px;
}
.reasons p.caption {
  font-size: 30px;
}
/* .reasons */
ul.reasons-list {
  padding: 30px 0 0 0;
  margin: 0 0 0 0;
  list-style-type: none;
  font:
    300 20px "PT Sans Narrow",
    sans-serif;
}
/* .reasons */
ul.reasons-list li {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  margin-bottom: 40px;
}
/* .reasons */
ul.reasons-list li img {
  display: block;
  margin: 0 auto 16px;
}
/* .reasons */
ul.reasons-list:after {
  display: block;
  clear: both;
  content: " ";
}
.block_okna {
  text-align: center;
}
.okna {
  border: 2px solid #acacac;
  border-bottom: none;
  background-color: #fff;
  width: 27%;
  margin: 3%;
  display: inline-block;
  text-align: center;
}
.okna div {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.cena {
  border: 3px solid #b8b8b8;
  width: 50%;
  position: relative;
  margin-right: 16px;
  padding: 3px;
  font-size: 16px;
  color: #979797;
}
.cena::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 13px;
  border-color: transparent transparent transparent #b8b8b8;
}
.cena_red {
  border: 3px solid #dc282c;
  width: 50%;
  position: relative;
  margin-right: 16px;
  padding: 3px;
  font-size: 16px;
}
.cena_red::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 13px;
  border-color: transparent transparent transparent #dc282c;
}
.grey {
  background-color: #dcdcdc;
  color: #131e7c;
  width: 40%;
  padding: 5px;
  font-size: 19px;
}
.red {
  color: #ce0005;
}
.okna {
  position: relative;
}
.okna div.vyzvat_zamershika {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  color: #fff;
  background-color: #dc282c;
  width: 110%;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 3px 3px 0 #acacac;
}
@media screen and (max-width: 600px) {
  .okna div.vyzvat_zamershika {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .okna div.vyzvat_zamershika {
    font-size: 18px;
  }
}
.okna div.vyzvat_zamershika a {
  display: block;
  padding: 10px 0;
}
.okna div.vyzvat_zamershika:hover {
  box-shadow: 3px 3px 0 #333;
}
.okna a,
.okna a:hover,
.okna a:visited {
  color: #fff;
  text-decoration: none;
}
.okna_pod_kluch {
  text-align: center;
  margin-bottom: 30px;
}
.okna_left {
  width: 30%;
  margin: 0 3% 0 15%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.okna_left p {
  position: relative;
  padding-bottom: 0;
}
.okna_left p::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #dc282c transparent transparent;
}
.okna_right {
  width: 30%;
  margin: 0 15% 0 3%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.okna_right p {
  position: relative;
  padding-bottom: 0;
}
.okna_right p::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #dc282c;
}
@media screen and (max-width: 970px) {
  .okna_left p,
  .okna_right p {
    padding: 0;
    font-size: 16px;
  }
  .okna_left p::after,
  .okna_right p::before {
    top: 8px;
  }
}
@media screen and (max-width: 580px) {
  .okna_left p::after,
  .okna_right p::before {
    display: none;
  }
  .okna_left,
  .okna_right {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.window {
  padding: 80px 0 80px;
  background: url("/static/img/window.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.innovations {
  background: #151d64;
  padding: 70px 0;
  margin-bottom: 44px;
}
.innovations .innovations-text {
  position: relative;
}
.innovations .innovations-text:before {
  display: block;
  position: absolute;
  left: -627px;
  top: -144px;
  content: url("/static/img/windows.png");
}
.innovations p {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  padding-bottom: 0;
}
.innovations p span {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.advantages-list:after,
.gradient:after,
.partners-list:after,
.services-list:after,
.catalog:after,
.window-adv:after {
  display: block;
  clear: both;
  content: " ";
}
.advantages h2 {
  margin-bottom: 47px;
}
.advantages .advantages-list {
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  margin: 30px 0 0;
}
.advantages .advantages-list p {
  line-height: 23px;
  padding: 0 12px;
}
.advantages .advantages-list p span {
  font-size: 33px;
  display: block;
  margin-bottom: 8px;
}
.advantages .advantages-list .advantages-list_item {
  padding-top: 162px;
  height: 316px;
}
.advantages .advantages-list .guarantee {
  background: url("/static/img/a1.jpg") top center no-repeat;
}
.advantages .advantages-list .gost {
  background: url("/static/img/a2.jpg") top center no-repeat;
}
.advantages .advantages-list .profil {
  background: url("/static/img/a3.jpg") top center no-repeat;
}
.advantages .advantages-list .factory {
  background: url("/static/img/a4.jpg") top center no-repeat;
}
.advantages .advantages-list .five {
  background: url("/static/img/a5.jpg") top center no-repeat;
}
.advantages .advantages-list .project {
  background: url("/static/img/a6.jpg") top center no-repeat;
}
.advantages .advantages-list .quality {
  background: url("/static/img/a7.jpg") top center no-repeat;
}
.advantages .advantages-list .buy {
  background: url("/static/img/a8.jpg") top center no-repeat;
}
.gradient {
  background: #151d64;
  background: -moz-linear-gradient(
    bottom,
    #151d64,
    #151d64 50%,
    #151d64 0,
    rgba(255, 255, 255, 0) 0
  );
  background: -webkit-linear-gradient(
    bottom,
    #151d64,
    #151d64 50%,
    #151d64 0,
    rgba(255, 255, 255, 0) 0
  );
  background: -o-linear-gradient(
    bottom,
    #151d64,
    #151d64 50%,
    #151d64 0,
    rgba(255, 255, 255, 0) 0
  );
  background: -ms-linear-gradient(
    bottom,
    #151d64,
    #151d64 50%,
    #151d64 0,
    rgba(255, 255, 255, 0) 0
  );
  background: linear-gradient(
    bottom,
    #151d64,
    #151d64 50%,
    #151d64 0,
    rgba(255, 255, 255, 0) 0
  );
}
.blue {
  background: #151d64;
  color: #fff;
  padding: 55px 0 65px;
}
.blue p {
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  padding: 0;
}
.partners {
  padding-top: 25px;
  padding-bottom: 25px;
}
.partners .partners-list {
  text-align: center;
}
.partners .partners-list img {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
footer {
  margin-top: auto;
  padding: 22px 0;
  background: #eaebeb;
}
footer p.copyright {
  font:
    14px "PT Sans Narrow",
    sans-serif;
  color: #8a8a8a;
  text-align: center;
  padding: 11px 0 0 0;
}
footer a.address,
footer .phones {
  font-size: 16px;
  color: #1f1f1f;
  text-transform: uppercase;
}
footer a.address {
  text-decoration: none;
  margin-top: 28px;
  display: block;
}
footer a.address:hover,
footer a.address:active,
footer a.address:focus {
  text-decoration: underline;
  color: #1f1f1f;
}
footer .address-block {
  text-align: center;
}
footer .phones {
  text-align: center;
  margin-top: 6px;
}
footer .phones p {
  padding: 0 0 0 0;
}
footer .phones b {
  font-size: 36px;
  font-weight: 400;
}
footer .phones b a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 22px 0 20px;
  }
  footer .container {
    display: grid;
    grid-template-columns: 1fr 160px;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  footer .container::before,
  footer .container::after {
    display: none;
  }
  footer .logo-block {
    grid-row: 1/3;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  footer .logo-block img {
    display: block;
    margin-top: -10px;
  }
  footer .copyright {
    margin-top: auto;
  }
  footer .address-block {
    width: 100%;
    text-align: left;
    line-height: 1.2;
  }
  footer .address-block,
  footer .phones {
    padding: 0;
  }
  footer .phones p {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
  }
  footer .phones b {
    font-size: 18px;
  }
}
.services-list {
  text-align: center;
  min-height: 470px;
  margin: 0 auto 82px auto;
}
.services-list a {
  color: #000;
  position: relative;
  display: block;
  font:
    400 33px "PT Sans Narrow",
    sans-serif;
  margin-bottom: 20px;
}
.services-list a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
aside {
  margin-bottom: 20px;
}
aside ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition-property: all;
  background: #eaebeb;
  transition-duration: 0.7s;
}
aside ul a {
  color: #000;
  display: block;
  padding: 10px 45px 10px 20px;
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
}
aside ul a:hover,
aside ul a:active,
aside ul a:focus,
aside ul li.active > a {
  text-decoration: none;
  background: #dedede;
  color: inherit;
}
aside ul ul li:last-child a {
  border: none;
}
aside ul > li > ul > li > a {
  font-weight: 600;
  font-size: 17px;
  padding-left: 35px;
}
aside ul ul a:hover,
aside ul ul a:active.a:focus,
aside ul ul li.active > a {
  background: #fff;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
aside ul ul ul {
  margin-bottom: 0;
}
aside ul ul ul li a {
  font-size: 14px;
  position: relative;
  font-weight: 500;
}
aside ul ul ul li a:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 54px;
  font-weight: 600;
  content: "-";
}
aside ul > li > ul > li > ul > li > a:before {
  display: none;
}
aside ul > li > ul > li > ul > li > ul > li a:before {
  display: block;
}
aside > ul > li > a {
  font-size: 20px;
  padding: 19px 45px 19px 25px;
  background: #f5f5f5;
  text-transform: uppercase;
  font-weight: 600;
}
.aside_sale {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .aside_sale {
    margin-top: 25px;
  }
}
@media screen and (max-width: 860px) {
  aside > ul > li > a {
    padding-left: 10px;
  }
  aside ul > li > ul > li > a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aside_sale {
    display: none;
  }
}
aside > ul {
  padding: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
aside > ul li ul {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
aside > ul li.active > ul {
  display: block;
}
aside ul ul ul ul li a {
  text-transform: none;
}
aside li a {
  position: relative;
}
aside li.active > a:after,
aside li.open > a:after {
  transform: rotate(90deg);
}
aside li.active.open > a:after {
  transform: none;
}
aside.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  aside.col-xs-12.col-sm-3 {
    width: 200px;
  }
  .catalog aside + .col-sm-9 {
    width: calc(100% - 200px);
    padding-left: 5px;
  }
}
@media (min-width: 860px) {
  aside.col-xs-12.col-sm-3 {
    width: 240px;
  }
  .catalog aside + .col-sm-9 {
    width: calc(100% - 240px);
    padding-left: 25px;
  }
}
.catalog {
  position: relative;
  margin-top: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .catalog {
    margin-top: 20px;
  }
}
.catalog h1 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}
.catalog-title span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 5px;
}
.catalog .right-content {
  padding-left: 10px;
  padding-bottom: 50px;
}
.catalog h2 {
  text-align: left;
  font-weight: 500;
  font-size: 25px;
}
.window-adv {
  text-align: center;
  font-weight: 600;
  line-height: 22px;
}
.window-adv div {
  margin-bottom: 20px;
}
.window-adv img {
  display: block;
  margin: 0 auto;
}
.windows-kind {
  text-align: center;
  margin-bottom: 40px;
}
.windows-kind img {
  height: 300px;
}
.windows-kind > div {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
}
.windows-kind p {
  padding: 0;
}
.windows-kind p.caption {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.windows-kind p.windows-kind_price {
  color: #dc282c;
  line-height: 22px;
}
.windows-kind p.windows-kind_price b {
  font-size: 29px;
}
.catalog-mobile {
  display: none;
}
.catalog-mobile span {
  position: relative;
  top: 5px;
}
.catalog-mobile:hover {
  background: #cc272b;
}
.catalog-mobile:active,
.catalog-mobile:focus {
  box-shadow:
    inset 2px 2px 8px rgba(0, 0, 0, 0.4),
    inset -2px -2px 8px rgba(0, 0, 0, 0.4);
}
.adv-doors {
  padding: 10px 0 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 25px;
}
.adv-doors li {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #eaebeb;
  font-style: italic;
  padding-bottom: 16px;
}
.adv-doors li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/static/img/check.svg") center center / 100% no-repeat;
}
.adv-doors.no-border li {
  border: none;
}
.free-guager {
  color: #dc282c;
  font-size: 24px;
  font-weight: 600;
}
.margin-auto {
  display: block;
  margin: 0 auto;
}
.list-system:after {
  display: block;
  clear: both;
  content: " ";
}
.list-system {
  text-align: center;
}
.list-system a.more {
  display: block;
  text-transform: uppercase;
  color: #46454d;
  font-weight: 600;
  border: 3px solid #727176;
  width: 100%;
  max-width: 195px;
  padding: 8px 0;
  margin: 20px auto 40px;
}
.list-system a.more:hover {
  text-decoration: none;
}
ul.breadcrumb {
  background: none;
  margin-bottom: 10px;
}
ul.breadcrumb a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}
ul.breadcrumb li {
  position: relative;
  color: #182388;
  font-size: 14px;
}
.breadcrumb > li + li:before {
  padding: 0 3px;
}
.breadcrumbs_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 200px;
  padding-top: 5px;
  z-index: 12;
}
.breadcrumb > li:hover .breadcrumbs_menu {
  display: block;
}
.breadcrumbs_menu ul {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
  color: #fff;
  border-radius: 10px;
  background-color: rgb(137, 142, 195);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.breadcrumbs_menu li {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.breadcrumbs_menu li a {
  display: block;
  padding: 6px 0;
  text-align: left;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
.breadcrumbs_menu li:hover a,
.breadcrumbs_menu li a.active {
  text-decoration: none;
  color: #151d64;
}
.breadcrumb .breadcrumbs_menu_link {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}
.breadcrumb .breadcrumbs_menu_link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8,0C3.582,0,0,3.582,0,8s3.582,8,8,8s8-3.582,8-8S12.418,0,8,0z M6.354,13.354l-0.707-0.707L10.293,8L5.646,3.354 l0.707-0.707L11.707,8L6.354,13.354z'/%3E%3C/svg%3E");
  filter: invert(93%) sepia(4%) saturate(606%) hue-rotate(198deg)
    brightness(87%) contrast(89%);
}
.breadcrumb li:hover .breadcrumbs_menu_link {
  color: #4d54a6;
  text-decoration: none;
}
.breadcrumb li:hover .breadcrumbs_menu_link::after {
  transform: rotate(90deg);
  filter: invert(33%) sepia(32%) saturate(1076%) hue-rotate(197deg)
    brightness(94%) contrast(91%);
}
.profil-kind:after {
  display: block;
  clear: both;
  content: " ";
}

.profil-kind {
  margin-bottom: 60px;
}

.profil-kind a {
  display: block;
  border: 3px solid #dc282c;
  max-width: 264px;
  padding: 11px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #c61418;
  font-weight: 600;
  margin-top: 10px;
}

.profil-kind .characteristics {
  font-size: 16px;
  font-weight: 500;
}

.profil-kind .characteristics p {
  line-height: 1.6;
}

h2.charact {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: #151d64;
  padding: 20px 20px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#guage {
  display: none;
  width: 1000px;
}
@media screen and (max-width: 1094px) {
  #guage {
    width: 100%;
  }
}

.modal {
  display: none;
}

.modal p {
  text-align: center;
  color: #000;
  line-height: 1.3;
  margin-top: 12px;
}

.modal p.modal-caption {
  background: #dc282c;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
  margin: 0;
  line-height: 1.7;
}

.modal form {
  width: 90%;
  margin: 10px auto 0;
}

.modal form input[type="text"] {
  width: 100%;
  padding: 8px;
  outline: none;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.modal .captcha_row {
  margin-bottom: 20px;
}
.modal .captcha_row input[type="text"] {
  margin-bottom: 0;
}
form input[type="text"] {
  width: 350%;
  padding: 8px 14px;
  outline: none;
  border: none;
  color: #000;
}

form button[type="submit"],
form input[type="submit"] {
  display: block;
  margin: 45px auto;
  clear: both;
  border: 3px solid #dc282c;
  text-transform: uppercase;
  color: #dc282c;
  font-size: 18px;
  background: #fff;
  padding: 8px 0;
  width: 195px;
}

form:after,
.doors-list:after {
  display: block;
  clear: both;
  content: " ";
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1140px) {
  .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .catalog-list {
    row-gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 414px) {
  .catalog-list {
    grid-template-columns: 1fr;
  }
}
.catalog-list .catalog-list-product {
  display: block;
}

.catalog-list-product {
  position: relative;
}

.akciya:after {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 68px;
  height: 68px;
  background: url(/static/img/akciya.png) center repeat-x;
  content: " ";
}
.new:after {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 68px;
  height: 68px;
  background: url(/static/img/new-icon.png) center repeat-x;
  content: " ";
}
img.h4 {
  margin: 0;
}
.product-sign_wrap {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 5px;
  top: 0;
  right: 10px;
  z-index: 2;
}
.product-sign {
  background-color: rgba(255, 255, 255, 0.7);
  background-position: center;
  background-repeat: no-repeat;
}
.product-sign--silent {
  background-image: url("/static/img/silent.svg");
  background-size: 100%;
}
.product-sign--termo {
  background-image: url("/static/img/termo.svg");
  background-size: 100%;
}
.catalog-list .product-sign {
  width: 25px;
  height: 25px;
}
.catalog-list .product-img {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.catalog-list .product-img img {
  display: none;
  width: 49.5%;
  height: auto;
  object-fit: contain;
}
.catalog-list .product-img.single img {
  margin: 0 auto;
}
.catalog-list .product-img--one img {
  width: 100%;
}
.catalog-list .product-img img:nth-child(1),
.catalog-list .product-img img:nth-child(2) {
  display: block;
}
.catalog-list .product-img--one img:nth-child(2) {
  display: none;
}
.catalog-list .catalog-list-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-top: 10px;
}
.catalog-list .product-text_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  margin-top: 2px;
  padding-bottom: 15px;
  background-color: #e7e8ec;
}
.catalog-list .catalog-list-product a.product-text {
  width: 100%;
  padding: 12px 13px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  font-family: "Fira Sans", sans-serif;
}
.catalog-list .catalog-list-product a.product-text span.price_num {
  font-size: 28px;
  display: inline-block;
  padding-left: 5px;
}
.catalog-list .catalog-list-product a.product-text span.price_num--rubl {
  font-size: 22px;
  font-weight: 500;
}
.catalog-list .catalog-list-product a.product-text span.price_new {
  display: inline-block;
  color: #dc282c;
  font-size: 22px;
  font-weight: 700;
}
.catalog-list .catalog-list-product a.product-text span.price_old {
  font-size: 16px;
  text-decoration: line-through;
}

@media screen and (max-width: 900px) {
  .catalog-list .catalog-list-product a.product-text span.price_num {
    font-size: 24px;
  }
  .catalog-list .catalog-list-product a.product-text span.price_num--rubl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-list .catalog-list-product a.product-text span.price_num {
    font-size: 22px;
  }
  .catalog-list .catalog-list-product a.product-text span.price_num--rubl {
    font-size: 18px;
  }
  .catalog-list .catalog-list-product a.product-text span.price_new {
    font-size: 20px;
  }
  .catalog-list .catalog-list-product a.product-text span.price_old {
    font-size: 14px;
  }
}

.catalog-list .catalog-list-product a.product-text span.name {
  min-height: 40px;
  display: block;
}
.catalog-list .catalog-list-product a.product-text:hover {
  text-decoration: none;
}
.catalog-list .catalog-list-product .more {
  display: block;
  width: 103px;
  margin: auto auto 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(220, 40, 44);
  background-color: rgb(220, 40, 44);
}
.catalog_colours {
  display: grid;
  grid-template-columns: repeat(auto-fit, 29px);
  grid-gap: 10px;
  width: 100%;
  padding: 5px 13px 20px;
}
.catalog_colours__item {
  width: 29px;
  height: 29px;
  margin: 0 auto;
  padding: 3px;
  line-height: 0;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(163, 163, 163);
  border-radius: 50%;
  background-color: #fff;
}
.catalog_colours__item:hover {
  border-color: #2f2e34;
  box-shadow: inset 0px 0px 0px 1px #2f2e34;
}
.catalog_colours__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  /* Не показывать alt/иконку битой картинки в круге до canvas-кропа */
  font-size: 0;
  color: transparent;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination {
  clear: both;
  width: 100%;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
  clear: both;
}

.pagination ul li {
  display: inline-block;
  vertical-align: top;
}

.pagination ul li a {
  background: none;
  border: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 6px 9px;
  line-height: 1.7;
  font-weight: 500;
}

.pagination ul li.disabled a {
  cursor: initial;
  opacity: 0.7;
}

.gallery img {
  cursor: pointer;
}

.pagination ul a:hover,
.pagination ul li.active a {
  border-bottom: 3px solid #dc282c;
  text-decoration: none;
  background: #f0f0f0;
}

.pagination ul li.disabled a:hover {
  border-bottom: none;
  text-decoration: none;
  background: none;
}

.doors-list {
  text-align: center;
  padding-bottom: 40px;
}

.doors-list .doors-list_product {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 32.5%;
  line-height: 22px;
}

.doors-list .doors-list_product img {
  margin-bottom: 30px;
}

.doors-list .doors-list_product a {
  color: #000;
  font-weight: 600;
}

.doors-list .doors-list_product a span {
  border-bottom: 1px solid #000;
}

.doors-list .doors-list_product a:hover {
  text-decoration: none;
}

.doors-list .doors-list_product a:hover span {
  border: none;
}

.installation:after {
  display: block;
  clear: both;
  content: " ";
}

.installation {
  border-top: 2px solid #009f3b;
  border-bottom: 2px solid #009f3b;
  padding-top: 30px;
  text-align: center;
}

.installation img {
  display: block;
  margin: 0 auto;
}

.installation p {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}

.installation span {
  display: block;
  height: 73px;
  margin-bottom: 20px;
}

p.good {
  font-size: 30px;
  color: #151d64;
  margin-top: 40px;
  line-height: 33px;
}

.product-card:after {
  display: block;
  clear: both;
  content: " ";
}

.product-card p {
  font-size: 16px;
  line-height: 22px;
}

.product-card p.price {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  padding: 35px 0 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .product-card p.price {
    padding-bottom: 30px;
  }
}
.product-card p.price span {
  font-size: 35px;
  font-weight: 700;
}
.product-card p.price span.price_new {
  color: #dc282c;
  font-size: 35px;
  font-weight: 700;
}
.product-card p.price span.price_old {
  font-size: 20px;
  text-decoration: line-through;
}

p.uppercase {
  text-transform: uppercase;
  margin: 20px 0 0;
}

.lSSlideWrapper img {
  width: 100%;
}

.lSAction > a.lSPrev {
  background: url(../img/prev-arrow.png) center no-repeat;
}

.lSAction > a.lSNext {
  background: url(../img/next-arrow.png) center no-repeat;
}

.lg-backdrop {
  background-color: #c8c4c1;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
  background: #dc282c;
}

.contacts div {
  margin-bottom: 20px;
}

.contacts p {
  margin-bottom: 5px;
  margin-left: 43px;
  padding-bottom: 0;
}

.graph,
.addr,
.tel {
  position: relative;
}

.graph::before,
.addr::before,
.tel::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 24px;
  top: 5px;
  left: -35px;
}

.graph::before {
  background: url(/static/img/clock.png) no-repeat top center;
}

.addr::before {
  background: url(/static/img/pin.png) no-repeat top center;
}

.tel::before {
  background: url(/static/img/tel.png) no-repeat top center;
}

.toup {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 1.5%;
  z-index: 200;
  cursor: pointer;
}

.block_rama {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.block_rama > div:first-of-type,
.block_rama > div:nth-of-type(2) {
  border-bottom: 1px solid #b8b8b8;
}

.block_rama > div:first-of-type,
.block_rama > div:nth-of-type(3) {
  border-right: 1px solid #b8b8b8;
}

.block_rama > div:nth-of-type(3),
.block_rama > div:nth-of-type(4) {
  padding-top: 10px;
}

.capt {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.block_rama .gray {
  display: block;
  margin: 12px auto 8px;
  background-color: #dcdcdc;
  border: 1px solid #d0d0d0;
  width: 185px;
  max-width: 100%;
  color: #151d64;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.block_rama a,
.block_rama a:hover,
.block_rama a:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 3px solid #82849c;
  color: #fff;
  background-color: #151d64;
  margin: 0 auto 10px;
  width: 185px;
}

.block_rama .desc {
  font-family: "Oswald", sans-serif;
  margin: 0 auto;
  width: 185px;
  max-width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}
.block_rama_all {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.block_rama_all .capt {
  width: 100%;
  margin-bottom: 35px;
}
.block_rama_all img {
  max-width: calc(100% - 250px);
}
.block_rama_all > div {
  width: 225px;
}
.block_rama_all .desc {
  width: 100%;
  font-size: 18px;
}
.block_rama_all .desc b {
  display: block;
  margin-bottom: 5px;
}
.block_rama_all .gray {
  width: 100%;
  margin: 12px auto;
  padding: 9px 0;
  border-radius: 5px;
}
.block_rama_all a,
.block_rama_all a:hover,
.block_rama_all a:visited {
  width: 100%;
  padding: 9px 0;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .block_rama_all img {
    max-width: 100%;
  }
  .block_rama_all > div {
    width: 225px;
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.visible-xs {
  display: none;
}

.messenger {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 970px) {
  .okna {
    width: 40%;
    margin: 4%;
  }
}

@media screen and (max-width: 680px) {
  .okna {
    width: 45%;
    margin: 2%;
  }
}

@media screen and (max-width: 600px) {
  .okna {
    width: 45%;
    margin: 2%;
  }

  .okna div {
    font-size: 14px;
    padding: 4px 0;
  }
}

@media screen and (max-width: 530px) {
  .okna {
    width: 80%;
    margin: 10%;
  }
}

@media screen and (min-width: 768px) {
  aside.fixed > ul {
    position: fixed;
    top: 0;
    width: 260px;
    background: #eaebeb;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  aside {
    display: none;
  }
  aside.fixed > ul {
    position: relative;
  }
  aside.doorcatalog {
    display: block;
  }
  aside.doorcatalog ul.navigation-main > li {
    display: none;
  }
  aside.doorcatalog ul.navigation-main > li.active {
    display: block;
  }

  .catalog-list {
    text-align: center;
  }

  .visible-xs {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .advantages .advantages-list p {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .block_rama > div:first-of-type,
  .block_rama > div:nth-of-type(2),
  .block_rama > div:nth-of-type(3) {
    border-bottom: 1px solid #b8b8b8;
  }

  .block_rama > div:first-of-type,
  .block_rama > div:nth-of-type(3) {
    border-right: none;
  }

  .block_rama > div:nth-of-type(2),
  .block_rama > div:nth-of-type(3),
  .block_rama > div:nth-of-type(4) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 980px) {
  nav ul li a {
    padding: 20px 5px;
    font-size: 14px;
  }
  .advantages .advantages-list p span {
    font-size: 20px;
  }
  .services-list {
    min-height: 100px;
  }
}
@media screen and (max-width: 880px) {
  nav ul li a {
    padding: 20px 5px;
    font-size: 13px;
  }
  .whatsapp {
    height: 22px;
  }
  .viber {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .whatsapp img,
  .viber img {
    width: 23px;
    height: 23px;
  }
  .messenger {
    width: auto;
  }
  p.good {
    font-size: 18px;
    margin-top: 20px;
  }
  .installation p br {
    display: none;
  }
  form input[type="text"] {
    margin-bottom: 20px;
  }

  form button[type="submit"],
  form input[type="submit"] {
    margin: 0 auto 20px;
  }

  .modal p.modal-caption {
    font-size: 23px;
    padding: 11px 0;
  }

  .profil-kind a {
    margin-bottom: 20px;
  }

  .profil-kind {
    margin-bottom: 20px;
  }

  /* .catalog-mobile {
        display: block;
        margin-bottom: 20px
    } */

  /* aside{display:none} */
  .catalog .right-content {
    padding-left: 0;
    padding-bottom: 35px;
  }

  aside > ul {
    padding: 0;
  }

  aside > ul > li > a {
    font-size: 18px;
  }

  aside ul a {
    padding: 7px 15px;
  }

  h1 {
    margin: 20px 0;
    font-size: 25px;
  }

  .services-list a {
    font-size: 25px;
  }

  .innovations .innovations-text::before {
    display: none;
  }

  .innovations {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .innovations br {
    display: none;
  }

  .innovations p {
    font-size: 16px;
    text-align: center;
  }

  .window {
    padding: 20px 0;
  }

  p,
  .blue p {
    line-height: 1.4;
    font-size: 16px;
  }

  .reasons ul.reasons-list li {
    min-height: 230px;
  }

  .reasons {
    margin-top: 0;
    padding: 20px 0;
    background: #dc282c;
  }

  .reasons p.caption,
  h2 {
    font-size: 20px;
  }

  body,
  .about-company {
    font-size: 16px;
  }

  nav {
    display: none;
    position: absolute;
    width: 100%;
  }
  /* .fixed nav {
    min-height: calc(100vh - 70px);
    overflow-y: auto;
  } */

  .about-company {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-company br {
    display: none;
  }
  nav ul li {
    display: block;
    width: 100%;
  }
  nav ul li:hover {
    transform: none;
  }

  /* nav ul li.active:after,
  nav ul li:hover:after,
  nav ul li:after {
    display: none;
    transition: none;
  } */

  nav ul li a {
    text-align: left;
    padding: 7px 0;
  }

  .advantages .advantages-list p {
    max-width: 264px;
    left: calc((100% - 264px) / 2);
  }

  .advantages .advantages-list .advantages-list_item {
    margin-bottom: 20px;
  }

  .advantages .advantages-list {
    margin-top: 0;
  }

  .blue {
    padding: 20px 0;
  }
  .navigation-pages > li ul li ul,
  .navigation-pages > li ul li ul ul {
    width: 100%;
  }
  .navigation-pages > li > ul > li > ul > li.hover-on-link > ul {
    display: block;
  }

  /*     .navigation-pages > li:hover > ul, .navigation-pages > li ul li:hover > ul {
        display: none;
    } */

  .navigation-pages > li.active > ul {
    display: block;
  }

  .navigation-pages > li ul li a,
  .navigation-pages > li ul li span,
  .navigation-pages > li ul ul li a,
  .navigation-pages > li ul ul li span {
    font-size: 15px;
    text-transform: none;
    color: #000;
    padding: 10px 0;
    line-height: 1.4em;
    text-align: left;
    background-color: transparent;
  }
}

@media screen and (max-width: 520px) {
  footer a.address {
    margin-top: 0;
  }

  .reasons ul.reasons-list li {
    word-wrap: break-word;
    min-height: 280px;
  }

  .advantages .advantages-list .advantages-list_item {
    background: none;
    padding: 20px 0;
    height: auto;
  }

  .advantages {
    background: #fff;
  }

  .advantages .advantages-list p {
    position: relative;
    left: 0;
  }

  .advantages h2 {
    margin-bottom: 20px;
  }

  .advantages .gradient {
    background: #fff;
  }

  footer .phones b {
    font-size: 18px;
  }

  footer a.address,
  footer .phones {
    font-size: 13px;
  }
}

@media screen and (max-width: 460px) {
  .catalog-list .catalog-list-product {
    margin-right: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 340px) {
  footer a.address,
  footer .phones {
    font-size: 12px;
  }

  .catalog-list .catalog-list-product a.product-text span.price {
    font-size: 23px;
  }
}

.services-list a img {
  transform: translate();
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: calc();
  -moz-transition: all 0.4s 0.1s ease;
  -o-transition: all 0.4s 0.1s ease;
  -webkit-transition: all 0.4s 0.1s ease;
}

.services-list a:hover img {
  transform: translate();
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: calc();
  -moz-transition: all 0.4s 0.1s ease;
  -o-transition: all 0.4s 0.1s ease;
  -webkit-transition: all 0.4s 0.1s ease;
}

.arrow {
  margin: 0;
  padding: 0;
}

.arrow li {
  list-style-type: none;
  background: url(../img/arrow.png) left 0 no-repeat;
  padding-left: 50px;
  margin-bottom: 28px;
}

.arrow li span {
  text-transform: uppercase;
  font-weight: 600;
}

.img-content {
  margin: 5px 0 20px 0;
}

.row.zakazi li {
  text-align: center;
  list-style-type: none;
  font-size: 18px;
}

.zakazi {
  padding: 50px 0 30px 0;
}

.zakazi li span {
  display: block;
}

.arrow-zakazi {
  font-weight: 600;
}

/* фильтр для каталога дверей */

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .aside_filter {
    display: block;
  }
}

.catalog__filter {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .catalog__filter {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    grid-column-gap: 15px;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .catalog__filter {
    grid-template-columns: 1fr 1fr;
  }
  .filter,
  .filter__block-btn {
    grid-column: 1/-1;
  }
}

.catalog__filter .row {
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
  text-transform: lowercase;
}

.filter__item {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .filter__item {
    padding: 0 0 15px;
  }
}
.item__cover.filter__item span {
  width: auto;
  transition: 0.4s;
}
.item__cover h3 {
  width: 100%;
}
.item__cover {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.item__cover + .filter__item {
  margin-left: auto;
}
.catalog__filter input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  position: relative;
}
.catalog__filter input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  border: 0 solid #dc282c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin: -7px 7px;
  pointer-events: none;
  position: absolute;
}
.catalog__filter input[type="checkbox"]:checked + span {
  color: #dc282c;
}
.catalog__filter input[type="checkbox"] {
  border-radius: 4px;
  border-color: #ddd;
  background-color: #fff;
}

.catalog__filter .filter_check {
  width: 100%;
  margin-bottom: 15px;
}
.catalog__filter .filter_check__row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.catalog__filter .filter_check__row span {
  margin-left: 0;
  font-weight: bold;
}
.catalog__filter .filter_check__row input {
  margin: 0 5px 0 0;
  border: 1px solid #a2a2a2;
}
.catalog__filter .filter_check input[type="checkbox"]:checked + span {
  color: inherit;
}
.catalog__filter .filter_check input[type="checkbox"]:checked {
  background-color: #151d64;
}
.catalog__filter .filter_check input[type="checkbox"]:checked::before {
  border-color: #fff;
  border-width: 0 2px 2px 0;
  width: 7px;
  height: 13px;
  margin: 0px 6px;
}

.catalog__filter h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}
.filter__item-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 45px 0 0;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
  text-align: left;
  color: inherit;
  cursor: pointer;
  line-height: 1.3;
  min-height: 35px;
}
.filter__item-title:hover {
  color: inherit;
  text-decoration: none;
}
.filter__item-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52; fill:%230f0f0f;' xml:space='preserve'%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z'/%3E%3C/svg%3E%0A")
      center center / 40% no-repeat,
    #e7e8ec;
  transition: transform 0.2s;
}
.filter__item-title.open::before {
  transform: rotate(90deg);
}
.filter__item-list {
  display: none;
}

.catalog__filter span {
  margin-left: 0.5rem;
  width: 100%;
  font-size: 14px;
  text-transform: none;
  color: #000000;
}

.catalog__filter .row {
  display: flex;
  align-items: center;
}

.item__cover ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  background: none;
}

.filter {
  width: 100%;
  max-width: 202px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 40px;
}

/* .filter+.filter__item {
	margin-left: 1rem;
} */

.filter__cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
  width: 100%;
}

.filter__cost input[type="text"] {
  width: 45%;
  min-width: 90px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #bfbfbf;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
}
.filter__block-btn {
  margin-top: 10px;
}
.filter__block-btn input[type="submit"] {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  background-color: #dc282c;
  /* background-image: url(../img/enter.png); */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.filter__clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  margin: 0;
  border: 2px solid #dc282c;
  background-color: transparent;
  color: #dc282c;
  transition: 0.4s;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  outline: none;
}
@media screen and (max-width: 600px) {
  .filter__block-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .filter__block-btn input[type="submit"],
  .filter__clear-btn {
    width: 49%;
    margin: 0;
  }
}

.filter__clear-btn:hover {
  border-width: 2px;
  outline: none;
}

.filter__clear-btn:active {
  border-width: 1px;
  outline: none;
}

.filter__slider {
  width: 100%;
}

.ui-widget.ui-widget-content {
  border: 0;
  height: 3px;
  border-radius: 0;
  background: #e6e6e6;
  position: relative;
}

.ui-slider-horizontal .ui-slider-range {
  background: #dc282c;
}

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 2px solid #dc282c;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  position: absolute;
  z-index: 10;
}

#filter__range .ui-slider-range {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 5;
}

#filter__range span {
  margin: 0;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #dc282c;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.price-range-min,
.price-range-max {
  font-size: 0.625rem;
  color: #a9a9a9;
  position: absolute;
  left: -11px;
  top: 9px;
  width: 30px;
  z-index: 10;
  background-color: #ffffff;
  display: block;
}

.price-range-max {
  left: -20px;
  text-align: right;
}

.range__zero {
  font-size: 0.625rem;
  color: #a9a9a9;
  position: absolute;
  margin-top: 9px;
  z-index: 5;
}

.wrap-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto;
  width: 100%;
}

.wrap-img img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.row__inner-cover {
  min-height: 210px;
}

.row__inner-cover > span {
  margin-top: 4px;
}

.catalog__filter .row__inner-cover,
.catalog__filter .row__inner-cover .row {
  align-items: flex-start;
}

/* .row__inner-cover ul {
    display: none;
}

[name=mdf]:checked ~ ul {
    display: block;
} */

.btn-back {
  border: 3px solid #dc282c;
  background-color: transparent;
  color: #dc282c;
  transition: 0.4s;
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  margin: 1rem auto;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-back:hover,
.btn-back:active {
  text-decoration: none;
  color: #dc282c;
}

a.vyzov_zamershika {
  display: block;
  color: #fff;
  background-color: #dc282c;
  height: 80px;
  text-align: center;
  padding: 10px;
  position: relative;
  font-size: 16px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "PT Sans Narrow", sans-serif;
}

a.vyzov_zamershika span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.advantages-list_item {
  position: relative;
}

.advantages-list_item p {
  position: absolute;
  bottom: 5% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  height: auto !important;
}

/* да знаю я, что плохая практика, но там просто чуть ли не для каждого блока
внутренними стилями все прописано, я свихнусь их по-отдельности править... */

@media screen and (max-width: 768px) {
  .filter,
  .filter__item,
  .item__cover ~ .filter__item {
    width: 100%;
  }

  .filter {
    min-width: 100px;
  }

  .row__inner-cover {
    min-height: 50px;
  }

  ul.reasons-list li {
    float: none;
    width: 45%;
  }

  a.vyzov_zamershika {
    margin-left: 0;
    margin-right: 0;
  }
}

.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 170px;
  padding: 0;
}

.gallery li {
  width: 280px;
  transition: transform 200ms;
  margin-bottom: 25px;
}

.gallery li a {
  display: block;
  position: relative;
}

.gallery li span {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 21.5px;
  color: #000000;
  font-family: "PT Sans Narrow", sans-serif;
}

.gallery li:hover {
  transform: scale(1.1);
}

.gallery_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.gallery_list-item {
  position: relative;
  width: 23%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.gallery_list-item a {
  display: block;
  position: relative;
}

.gallery_list-item:nth-child(4n) {
  margin-right: 0;
}

.gallery_list-item img {
  border: 3px solid #fff;
}

.gallery_list-item p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-family: "PT Sans Narrow", sans-serif;
  background-image: url("/static/img/gal_lead.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 990px) {
  .gallery_list-item {
    width: calc(33% - 20px);
  }

  .gallery_list-item:nth-child(4n) {
    margin-right: 20px;
  }

  .gallery_list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gallery_list {
    justify-content: space-around;
  }

  .gallery_list-item {
    width: 48%;
    max-width: 280px;
    margin-right: 0;
  }

  .gallery_list-item:nth-child(4n) {
    margin-right: 0;
  }

  .gallery_list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .gallery_list-item {
    width: 100%;
    margin-right: 0;
  }
}

.fancybox-wrap.gal img {
  border: 3px solid #fff;
}

.fancybox-wrap.gal .fancybox-skin {
  background: none;
  box-shadow: none;
}

.fancybox-wrap.gal .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  z-index: 8050;
  width: calc(100% - 30px);
  text-align: center;
  background-image: url("/static/img/gal_lead.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-wrap.gal .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0;
  padding: 50px;
  background: transparent;
  border-radius: 0;
  text-shadow: none;
  color: #fff;
  font-weight: normal;
  line-height: 24px;
  white-space: initial;
  font-size: 25px;
  color: #000000;
  font-family: "PT Sans Narrow", sans-serif;
}

.galery h1 {
  margin: 20px 0 50px;
}
.price-list p {
  font-weight: bold;
  color: #dc282c;
  text-align: center;
  padding-bottom: 0;
  margin-top: 10px;
}
.price-list {
  text-align: start;
}
.price-list ul li {
  color: #dc282c;
}
.for-pic {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
}
.for-pic a {
  margin-right: 15px;
}
@media screen and (max-width: 1400px) {
  .for-pic {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .for-pic img {
    margin-top: 20px;
  }
}
.price-list ul {
  min-height: 240px;
}
@media screen and (max-width: 600px) {
  .price-list ul {
    min-height: 0;
  }
}

.stis-title {
  background-image: url("/static/img/stis.png");
  background-position: right;
  background-repeat: no-repeat;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex article {
  width: 48%;
}
.row-flex article ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
.row-flex article li {
  position: relative;
  min-height: 50px;
  margin-bottom: 5px;
  padding-left: 65px;
  padding-top: 10px;
  box-sizing: border-box;
}
.row-flex article li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
li.lifeglass1::before {
  background-image: url("/static/img/lifeglass_icon1.png");
}
li.lifeglass2::before {
  background-image: url("/static/img/lifeglass_icon2.png");
}
li.lifeglass3::before {
  background-image: url("/static/img/lifeglass_icon3.png");
}
li.lifeglass4::before {
  background-image: url("/static/img/lifeglass_icon4.png");
}
li.tp1::before {
  background-image: url("/static/img/tp_icon1.png");
}
li.tp2::before {
  background-image: url("/static/img/tp_icon2.png");
}
li.tp3::before {
  background-image: url("/static/img/tp_icon3.png");
}
li.tp4::before {
  background-image: url("/static/img/tp_icon4.png");
}
li.tp5::before {
  background-image: url("/static/img/tp_icon5.png");
}
li.tp6::before {
  background-image: url("/static/img/tp_icon6.png");
}
li.tp7::before {
  background-image: url("/static/img/tp_icon7.png");
}
li.tp8::before {
  background-image: url("/static/img/tp_icon8.png");
}
.stis-table {
  margin: 45px 0 10px;
  border-collapse: collapse;
}

.stis-table th,
.stis-table td {
  border: 1px solid #d5d5d5;
  vertical-align: middle;
  line-height: 1.1;
}
.stis-table .empty {
  border: none;
}
.stis-table th {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
}
.stis-table th:nth-child(2) {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
}
.stis-table th:nth-child(3),
.stis-table th:nth-child(4),
.stis-table th:nth-child(5),
.stis-table th:nth-child(6) {
  position: relative;
  padding-top: 40px;
}
.stis-table th:nth-child(3)::before,
.stis-table th:nth-child(4)::before,
.stis-table th:nth-child(5)::before,
.stis-table th:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.stis-table th:nth-child(3)::before {
  background-image: url("/static/img/lt.png");
}
.stis-table th:nth-child(4)::before {
  background-image: url("/static/img/ro.png");
}
.stis-table th:nth-child(5)::before {
  background-image: url("/static/img/sf.png");
}
.stis-table th:nth-child(6)::before {
  background-image: url("/static/img/uv.png");
}
.stis-table .vertical {
  padding: 0 3px;
  border: 1px solid #000000;
  text-align: center;
}
.stis-table .vertical img {
  width: 15px;
}
.stis-table td {
  padding: 10px;
  text-align: center;
}
.stis-table td.empty {
  padding: 0;
  opacity: 0;
}
.stis-table td:nth-child(2) {
  font-size: 14px;
}
.stis-table .green {
  color: #10997e;
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .row-flex article {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .row-flex article {
    width: 100%;
  }
  .row-flex article ul {
    padding: 0;
  }
  .stis-title {
    background: none;
  }
  .stis-table td,
  .stis-table th {
    padding: 3px;
    text-align: center;
  }
  .stis-table th {
    font-size: 10px;
  }
  .stis-table .vertical {
    opacity: 0;
    border: none;
    padding: 0;
  }
  .stis-table td.empty {
    opacity: 1;
    padding: 5px;
  }
  .stis-table th:nth-child(2) {
    font-size: 12px;
    text-transform: none;
  }
  .stis-table td:nth-child(2) {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .stis-table {
    margin-top: 15px;
  }
  .stis-table td.empty {
    padding: 10px 0;
    font-size: 20px;
    text-decoration: underline;
  }
  .stis-table .vertical {
    display: none;
  }
  .stis-table {
    width: 100%;
  }
  .stis-table th {
    display: none;
  }
  .stis-table td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .stis-table td:nth-child(2) {
    font-size: 16px;
  }
  .stis-table td:before {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    content: attr(data-label);
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #10997e;
  }
  .stis-table td.table-title {
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
  }
  .stis-table td[data-label="Пропускание ультрафиолета, %"] {
    margin-bottom: 20px;
  }
  .stis-table .green {
    color: #000;
  }
}

.work-back {
  background-image: url("/static/img/block-work-back.png");
  background-size: cover;
}
.work-block {
  margin-left: auto;
}
.work-block h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.work-block_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-block_list li {
  width: 32%;
  margin-bottom: 15px;
  border: 3px solid #fff;
}
.work-block_more {
  display: block;
  padding: 15px 0 35px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #151d64;
  text-transform: uppercase;
}
.examples_block {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.work-examples_list li {
  border: 3px solid #fff;
}
.zamer-img {
  margin-bottom: 30px;
  margin-left: 40px;
}
.zamer-img-sm {
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .zamer-img {
    margin-left: 0;
  }
}

.goods_slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.goods_slider::before,
.goods_slider::after {
  display: none;
}
.goods_slider .slick-arrow {
  display: none !important;
}
.goods_slider .slider-for_wrapper {
  position: relative;
  width: 78%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.slider-for_wrapper .product-sign_wrap {
  top: 10px;
}
.slider-for_wrapper .product-sign {
  width: 40px;
  height: 40px;
}
.goods_slider .slider-nav {
  width: 19%;
}
.goods_slider .slider-for .slick-list {
  background-color: #fff;
}
.item_main_photos {
  justify-content: flex-end;
  display: flex;
  background-color: #fff;
}
.item_main_photos img {
  width: 49.5%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.item_first_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 49.5%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.goods_slider .slider-nav img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.item_colours {
  width: 78%;
  margin-left: auto;
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  .item_colours {
    padding: 20px 0;
  }
}
@media screen and (max-width: 680px) {
  .item_colours {
    width: 100%;
  }
}
.catalog_item h1 {
  margin-bottom: 40px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .catalog_item h1 {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
.btn-back--item {
  width: 130px;
  margin: 0 0 20px;
  margin-left: -20px;
  padding: 10px;
  padding-left: 52px;
  text-align: left;
  border: none;
  border-radius: 21px;
  background-color: #dce2b5;
  background-image: url("/static/img/back_arrow.png");
  background-repeat: no-repeat;
  background-position: 25px center;
  font-size: 14px;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
}
.item_text {
  padding: 0 20px 35px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 420px) {
  .item_text {
    padding: 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .item_photos {
    max-width: calc(100% - 410px);
  }
  .item_description {
    min-width: 385px;
  }
}
.item_text h1 {
  margin: 0;
  padding: 25px 0;
  font-size: 35px;
}
.item_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 336px;
  margin-bottom: 45px;
}
@media screen and (max-width: 920px) {
  .item_btns {
    margin-bottom: 20px;
  }
}
.item_open_form {
  width: 100%;
  max-width: 336px;
  padding: 30px 30px 45px;
  border-radius: 5px;
  background-color: rgb(77, 84, 166);
}
.item_open_form h3 {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-size: 25px;
  text-align: left;
  font-family: "PT Sans Narrow", sans-serif;
}
.item_text .item_open_form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 15px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}
.item_text .item_open_form .agreement input {
  display: initial;
  width: auto;
  height: auto;
  margin: 0;
}
.item_text .captcha_row {
  margin-bottom: 10px;
}
.item_text .captcha_row input {
  margin: 0;
}
.item_open_form p {
  margin: 20px 0 16px;
  padding: 0;
  color: #fff;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
}
.item_open_form p a {
  color: inherit;
  text-decoration: none;
}
.item_open_form button[type="submit"] {
  width: auto;
  margin: 0;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  color: #4d54a6;
  border: none;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-weight: 700;
  font-family: "PT Sans Narrow", sans-serif;
}
.item_tel {
  max-width: 336px;
  margin: 5px 0 0;
  padding: 10px 20px 5px;
  border-radius: 2px;
  background-color: rgba(220, 226, 181, 0.5);
  text-align: left;
  color: #010101;
  font-size: 16px;
  font-weight: 500;
}
.item_tel a {
  font-size: 18px;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.item_tel .header_icon {
  margin-left: 10px;
}
.item_text a.vyzov_zamershika {
  display: block;
  width: 325px;
  max-width: 100%;
  color: #fff;
  background-color: #dc282c;
  height: auto;
  text-align: center;
  padding: 30px;
  margin: 10px auto 0;
  border-radius: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.item_zamer-sale {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 25px 55px 8px;
  background-color: #171d63;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  box-sizing: border-box;
}
.item_zamer-sale p {
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
}
.item_zamer-sale::before {
  content: "";
  position: absolute;
  left: -70px;
  top: calc(50% - 68.5px);
  width: 137px;
  height: 137px;
  background-image: url("/static/img/new_item-left.png");
}
.item_zamer-sale::after {
  content: "";
  position: absolute;
  right: -70px;
  top: calc(50% - 68.5px);
  width: 137px;
  height: 137px;
  background-image: url("/static/img/new_item-right.png");
}
.item_zamer-sale p:last-of-type {
  padding: 10px 17px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #3a3f93;
}
.item_zamer-sale small {
  font-size: 14px;
  display: block;
  text-align: center;
}
.item_desc h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 25px 0;
  font-size: 25px;
  color: rgb(0, 0, 0);
  text-align: left;
  font-family: "PT Sans Narrow", sans-serif;
}
.item_desc h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 2px;
  background-color: #000;
}
.partners .lSSlideWrapper,
.examples_block .lSSlideWrapper {
  width: 90%;
  margin: 0 auto;
}
.partners {
  position: relative;
  margin: 10px auto 50px;
}
.partners .lSPrev,
.examples_block .lSPrev {
  width: 32px;
  display: block;
  top: 50%;
  left: 10px;
  height: 32px;
  background: url(../img/prev-arrow.png) top center no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.partners .lSNext,
.examples_block .lSNext {
  width: 32px;
  display: block;
  top: 50%;
  right: 10px;
  height: 32px;
  background: url(../img/next-arrow.png) top center no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.partners .lightSlider li {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-width: 1px;
  border-color: rgb(230, 230, 230);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}
.partners .photos_list li {
  border: none;
}
.partners .photos_list li {
  outline: 13px solid rgba(255, 255, 255, 0.5);
  outline-offset: -18px;
}
.articles_list {
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
}
.articles_list li {
  margin-bottom: 65px;
}
.articles_list .articles_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
}
.articles_list li img {
  width: 28%;
}
.articles_link > div {
  width: 68%;
}
@media screen and (max-width: 620px) {
  .articles_list {
    padding: 0;
  }
  .articles_list li img,
  .articles_link > div {
    width: 100%;
  }
  .articles_list li img {
    margin-bottom: 20px;
  }
}
.articles_list li h2 {
  margin: 0;
  padding: 0 0 35px;
  font-size: 25px;
  color: #151d64;
  text-align: left;
  font-weight: 600;
  position: relative;
}
.articles_list li h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 80px;
  height: 3px;
  background-color: #151d64;
}
.articles_more {
  display: block;
  width: 121px;
  margin-top: 12px;
  margin-left: auto;
  line-height: 42px;
  border-radius: 10px;
  background-color: rgb(23, 29, 99);
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.news-page_back {
  display: block;
  width: 121px;
  margin-top: 30px;
  margin-right: auto;
  line-height: 42px;
  border-radius: 10px;
  background-color: rgb(23, 29, 99);
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.articles_more:hover,
.news-page_back:hover {
  color: #fff;
  text-decoration: underline;
}
.news-page img {
  float: left;
  margin-bottom: 30px;
  margin-right: 50px;
}
@media screen and (max-width: 620px) {
  .news-page img {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
.news-page h1 {
  margin: 20px 0 40px;
}

.warn {
  background-color: #fff;
  border-top: 2px solid #dc282c;
}
.warn p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #dc282c;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 620px) {
  .warn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .warn p {
    font-size: 16px;
  }
}
.price_list__link {
  display: block;
  width: 325px;
  max-width: 100%;
  color: #171d63;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  padding: 14px 0;
  margin: 30px auto 0;
  border-radius: 10px;
  border: 3px solid rgb(58, 63, 147);
  text-transform: uppercase;
  box-sizing: border-box;
}

.window_price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid rgb(218, 218, 218);
  background-color: rgb(248, 248, 248);
  box-sizing: border-box;
}
.window_price-block img {
  width: 37%;
}
.window_price-block > div {
  width: 61%;
}
@media screen and (max-width: 800px) {
  .window_price-block img {
    width: auto;
    margin: 0 auto 15px;
  }
  .window_price-block > div {
    width: 100%;
  }
}
.window_price-block h3 {
  font-size: 24px;
  margin: 0;
  padding: 5px 0 18px;
  text-align: left;
  font-weight: 700;
}
.window_price-block .prices {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.window_price-block .prices p {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .window_price-block .prices {
    justify-content: flex-start;
  }
  .window_price-block .prices p {
    margin-right: 5px;
  }
}
.prices_text {
  position: relative;
  min-width: 107px;
  margin-right: 13px;
  padding: 0 3px;
  line-height: 37px;
  border: 3px solid;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}
.prices_text::after {
  content: "";
  position: absolute;
  right: -37px;
  top: -2px;
  border: 21px solid transparent;
  border-left: 13px solid #7d7d7d;
}
.prices_red .prices_text::after {
  border-left: 13px solid #f00001;
}
.prices_gray .prices_text {
  border-color: #7d7d7d;
  color: #7d7d7d;
}
.prices_red .prices_text {
  border-color: #f00001;
  color: #000000;
}
.window_price-block .prices_price {
  min-width: 100px;
  padding: 0 3px;
  line-height: 37px;
  background-color: #dddddd;
  font-size: 20px;
  text-align: center;
}
.prices_gray .prices_price {
  color: #04177f;
}
.prices_red .prices_price {
  color: #f00001;
}
.window_price-block > div > p {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f00001;
}
.window_price-block > div ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.window_price-block ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.1;
}
.window_price-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #f00001;
  border-radius: 50%;
}
.prices_btn-wrapper {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.window_price-block .prices_btn {
  display: block;
  width: 275px;
  max-width: 48%;
  padding: 10px 5px;
  border: none;
  color: #fff;
  background-color: #dc282c;
  box-sizing: border-box;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 3px 3px 0 #acacac;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .window_price-block .prices_btn {
    font-size: 19px;
  }
}
@media screen and (max-width: 420px) {
  .window_price-block .prices_btn {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
    font-size: 18px;
  }
}
.calc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.calc_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.calc_content__step2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .calc_content__step2 {
    width: calc(100% - 280px);
  }
}
.calc .calc_sub {
  width: 100%;
  font-weight: 600;
  text-align: left;
  margin: 0 0 40px;
  font-size: 20px;
  text-transform: uppercase;
}
.calc h1 {
  width: 100%;
  font-size: 36px;
  color: rgb(21, 29, 101);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .calc h1 {
    font-size: 25px;
  }
}
.calc > p {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .calc > p {
    font-size: 18px;
  }
}
.calc_tabs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 35px 0 45px;
}
.calc_tabs a {
  position: relative;
  min-width: 340px;
  margin: 0 0 20px;
  padding: 20px 30px;
  background-color: #151d65;
  box-shadow: 0px 4px 0px 0px rgba(58, 58, 58, 0.3);
  text-align: center;
  border-radius: 40px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.calc_tabs a:focus {
  outline: none;
}
@media screen and (max-width: 900px) {
  .calc_tabs a {
    min-width: 0;
    padding: 15px;
    font-size: 19px;
  }
}
.calc_tabs a.active {
  background-color: rgb(220, 39, 44);
}
.calc_tabs a.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 15px;
  background-image: url("/static/img/calc/calc_tabs.png");
}
.calc_top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 0 0 20px;
  list-style: none;
}
/* .calc_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 1px;
  background-color: #9a9a9a;
}
.calc_top::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 6px solid #fff;
  background-color: #9a9a9a;
} */
.calc_top li {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .calc_top li {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .calc_top li {
    width: 100%;
  }
}
.cw_img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 5px 0px 0px rgba(58, 58, 58, 0.1);
}
.calc_top li h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.calc_top li p {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .calc_top li h3 {
    font-size: 16px;
  }
  .calc_top li p {
    font-size: 15px;
  }
}
.calc_top li p:last-of-type {
  margin-bottom: 20px;
}
.calc_top li input,
.price-order input[type="checkbox"] {
  position: relative;
  z-index: -100000;
  opacity: 0;
}
.price-order .agreement input[type="checkbox"] {
  display: initial;
  position: static;
  z-index: unset;
  opacity: unset;
  width: auto;
  height: auto;
  margin: 0;
}
.calc_top li label,
.price-order .wrapper--check label {
  width: auto;
  position: relative;
  margin: auto auto 0;
  padding-left: 30px;
  font-size: 16px;
  cursor: pointer;
}
.calc_top li label::before,
.price-order .wrapper--check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: rgb(129, 129, 129);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  transition: 0.1s;
}
.calc_top li label.active::before,
.price-order .wrapper--check input:checked + label::before {
  border: none;
  border-radius: 0;
  background-image: url("/static/img/calc/calc_check_red.png");
  background-size: contain;
}
.calc_types {
  width: 100px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 400px) {
  .calc_types {
    width: 80px;
  }
}
.calc_types.calc_types--balcony {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.calc_types li {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .calc_types li {
    margin-bottom: 15px;
  }
}
.calc_types.calc_types--balcony li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 23px;
}
@media screen and (max-width: 1000px) {
  .calc_types.calc_types--balcony li {
    max-width: 24%;
  }
}
@media screen and (max-width: 480px) {
  .calc_types.calc_types--balcony li {
    max-width: 46%;
  }
}
.calc_types li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(220, 39, 44);
}
@media screen and (max-width: 400px) {
  .calc_types li.active::after {
    width: 80px;
    height: 80px;
  }
}
.calc_types.calc_types--balcony li::after {
  top: auto;
  bottom: -7px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .calc_types.calc_types--balcony li::after {
    width: 80px;
    height: 80px;
  }
}
.calc_types li * {
  position: relative;
  z-index: 100;
}
.calc_types li p {
  display: none;
  position: absolute;
  left: 95%;
  top: 90%;
  width: auto;
  padding: 2px 7px;
  border-width: 1px;
  border-color: rgb(180, 180, 180);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7px 0px rgba(122, 122, 122, 0.5);
  font-size: 14px;
  color: #818181;
  white-space: nowrap;
}
.calc_types--balcony li p {
  left: 50%;
}
@media screen and (max-width: 400px) {
  .calc_types li p {
    font-size: 12px;
  }
}
.calc_types li:hover p {
  display: inline-block;
}
.calc_types li h4 {
  position: relative;
  margin: auto 0 15px;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.calc_types li.active h4 {
  color: #dc272c;
}
.calc_types li h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 43px;
  height: 4px;
  border-radius: 2px;
  background-color: #dc272c;
}
.calc_types li.active h4::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .calc_types li h4 {
    font-size: 18px;
  }
  .calc_types li.active h4 {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 900px) {
  .calc_types li h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .calc_types li h4 {
    font-size: 13px;
  }
}
.calc_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 190px);
  margin-left: 20px;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .calc_center {
    width: calc(100% - 160px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 400px) {
  .calc_center {
    width: calc(100% - 130px);
    margin-right: 30px;
  }
}
.calc_center.calc_center--balcony {
  width: calc(100% - 350px);
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .calc_center.calc_center--balcony {
    width: 100%;
  }
}
.calc_image {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.calc_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.calc_size {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #959595;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* .calc_size:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #b4b4b4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */

.calc_size.height {
  left: 101%;
  top: 100%;
  width: 70%;
  white-space: nowrap;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.calc_size.height:before {
  top: 3px;
}
.calc_center--balcony .calc_size.height {
  width: 53%;
}
/* .calc_size p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 3px 10px;
  background-color: #fff;
  z-index: 10;
} */

.win_width,
.win_height {
  border: 1px solid #959595;
  max-width: 100px;
}
@media screen and (max-width: 680px) {
  .calc_size p {
    font-size: 12px;
  }
}
.calc_selects {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.calc_selects .calc_selects-wrapper {
  width: 32%;
  margin: 0 0.65% 10px;
}
@media screen and (max-width: 900px) {
  .calc_selects .calc_selects-wrapper {
    width: 100%;
    margin: 0 0 10px;
  }
}
.calc_center--balcony .calc_selects {
  flex-wrap: wrap;
}

.calc_selects.balcon {
  justify-content: space-evenly;
}
.calc_center--balcony .calc_selects-wrapper {
  width: auto;
  flex-grow: 1;
  max-width: 24%;
}
#vybor_steklopaket,
#steklopaket {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .calc_center--balcony .calc_selects {
    flex-wrap: wrap;
  }
  .calc_center--balcony .calc_selects-wrapper {
    width: 32%;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .calc_center--balcony .calc_selects-wrapper {
    margin: 0 0.65% 10px;
  }
}
@media screen and (max-width: 600px) {
  .calc_center--balcony .calc_selects-wrapper {
    width: 100%;
    margin: 0 0 10px;
  }
}
.calc_center--balcony .nice-select {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
}
@media screen and (max-width: 1099px) {
  .calc_center--balcony .nice-select {
    height: auto;
  }
}
.calc_center--balcony .nice-select,
.calc_center--balcony .nice-select .option {
  padding-left: 2px;
  padding-right: 2px;
  white-space: normal;
}
.calc_selects .calc_selects_sub {
  display: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1099px) {
  .calc_center--balcony .calc_selects .calc_selects_sub {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .calc_selects .calc_selects_sub {
    display: block;
  }
}
.calc_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 280px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .calc_fields {
    width: 100%;
    margin-bottom: 25px;
  }
}
.calc_fields h2 {
  width: 100%;
  margin: 0 0 17px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.calc_fields > label,
.calc_fields .nice-select {
  width: 100%;
}
.calc_fields .input-wrapper {
  width: 46%;
}
.calc_fields .input-wrapper input,
.calc_fields > input,
.calc_form input,
.calc_form input[type="text"],
.nice-select {
  width: 100%;
  height: auto;
  margin: 0 0 12px;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
  color: #323232;
  border-width: 0.8px;
  border-color: rgb(21, 29, 101);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
}
@media screen and (max-width: 1000px) {
  .calc_fields .input-wrapper input,
  .nice-select {
    font-size: 13px;
  }
}
.calc_fields > input {
  width: 48%;
}
.calc_fields .input-wrapper input:focus,
.calc_form input:focus {
  border-color: rgb(220, 39, 44);
  box-shadow: 0px 0px 5px 0px rgba(220, 39, 44, 0.5);
  outline: none;
}
.calc_fields label {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}
.nice-select .list {
  left: -0.3%;
  width: 100.6%;
  margin: 0;
  padding: 1px 0;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  border-width: 0.8px;
  border-color: rgb(21, 29, 101);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-top: none;
  box-shadow: none;
  white-space: normal;
}
@media screen and (max-width: 1000px) {
  .nice-select .list {
    font-size: 13px;
  }
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: rgb(21, 29, 101);
}
.nice-select .option {
  line-height: 1;
  min-height: 0;
  padding: 10px;
}
.calc_text {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .calc_text {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.calc_text label {
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #323232;
}
.calc_text textarea {
  height: 75px;
  flex-grow: 1;
  border-width: 0.8px;
  border-color: rgb(129, 129, 129);
  border-style: solid;
  background-color: rgb(242, 242, 242);
}
@media screen and (max-width: 600px) {
  .calc_text textarea {
    width: 100%;
  }
}
.calc_btn,
.price-order button[type="submit"] {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 25px 65px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: rgb(220, 39, 44);
}
@media screen and (max-width: 600px) {
  .calc_btn,
  .price-order button[type="submit"] {
    padding: 15px 25px;
    font-size: 18px;
  }
}

.calc_form h1 + p {
  text-align: center;
}
.price-order {
  max-width: 510px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 600px) {
  .price-order {
    margin: 0 auto 40px;
  }
}
.price-order .wrapper {
  position: relative;
}
.price-order .wrapper input {
  padding: 15px;
  font-size: 18px;
  color: #939292;
  border-color: rgb(193, 193, 193);
}
.price-order .wrapper ::-webkit-input-placeholder {
  color: #939292;
}
.price-order .wrapper ::-moz-placeholder {
  color: #939292;
} /* Firefox 19+ */
.price-order .wrapper :-moz-placeholder {
  color: #939292;
} /* Firefox 18- */
.price-order .wrapper :-ms-input-placeholder {
  color: #939292;
}

.price-order label.focus {
  display: none;
}
.price-order input:focus + label.focus {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 11px;
}
.price-order p {
  margin: 0;
  padding: 20px 0 25px;
  font-size: 18px;
  text-align: center;
}
.price-order .wrapper input {
  padding: 15px;
  font-size: 18px;
  color: #939292;
  border-color: rgb(193, 193, 193);
}
.price-order .wrapper span {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  font-size: 13px;
  color: red;
  z-index: 100;
}
.price-order .wrapper--check input {
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.price-order .wrapper--check label {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
.price-order .wrapper--check label::before {
  border-color: rgb(193, 193, 193);
}
.price-order .policy {
  padding-top: 35px;
  padding-bottom: 45px;
  text-align: left;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .price-order .policy {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.price-order .policy a {
  display: block;
  color: #151d65;
  text-decoration: underline;
}
.calc_back {
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #151d65;
}

.calc_popup {
  width: 470px;
  max-width: 100%;
  padding: 20px 30px 15px;
  background-color: #fff;
  border: 20px solid #dadada;
}
@media screen and (max-width: 420px) {
  .calc_popup {
    padding: 15px 15px 15px;
  }
}
.calc_popup p {
  position: relative;
  margin: 0;
  padding: 0 0 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 420px) {
  .calc_popup p {
    font-size: 16px;
  }
}
.calc_popup p::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: calc(50% - 21.5px);
  width: 43px;
  height: 43px;
  background-image: url("/static/img/calc/calc_popup.png");
}
.calc_popup a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #010851;
  text-decoration: underline;
}
@media screen and (max-width: 420px) {
  .calc_popup a {
    font-size: 16px;
  }
}
.calc_popup a:hover {
  text-decoration: none;
}

.calculator_btn {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 15px 22px;
  padding-right: 100px;
  border-width: 0.59px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-image: linear-gradient(
    -80deg,
    rgb(32, 42, 134) 7%,
    rgb(21, 29, 101) 100%
  );
  outline: 1px solid #9fa2c0;
  outline-offset: -7px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
}
.calculator_btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.calculator_btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 95px;
  height: 111px;
  background-image: url("/static/img/calc/calculator_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 859px) {
  .calculator_btn {
    padding-left: 15px;
    font-size: 16px;
  }
}

.calc_over {
  position: fixed;
  left: 3%;
  bottom: 5%;
  z-index: 100;
}
.calc_over__close {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: url(/static/img/cross.svg) center center / 55% no-repeat;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 600px) {
  .calc_over {
    width: 100px;
    height: 100px;
  }
  .calc_over__close {
    width: 28px;
    height: 28px;
    display: block;
  }
}
#price_list td {
  padding: 3px;
}
@media screen and (max-width: 400px) {
  #price_list td,
  #price_list td p {
    font-size: 13px;
  }
}
.main_back1 {
  background-image: url("/static/img/main_back_new1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_back1 .top-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 70px 0 50px;
  list-style: none;
}
.main_back1 .top-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .main_back1 .top-list li {
    max-width: 250px;
  }
}
.main_back1 .top-list li a {
  display: block;
  position: relative;
  text-align: center;
}
.main_back1 .top-list li b {
  position: absolute;
  bottom: 25px;
  left: 46%;
  transform: translateX(-50%);
  max-width: 95px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  font-family: "Bebas Neue Bold", Verdana, Helvetica;
}
@media screen and (max-width: 900px) {
  .main_back1 .top-list li b {
    font-size: 25px;
    left: 47%;
    bottom: 20px;
  }
}
.main_back1 .top-list li:last-child b {
  bottom: 25px;
  left: 43%;
}
@media screen and (max-width: 900px) {
  .main_back1 .top-list li:last-child b {
    /* bottom: 11px; */
    left: 47%;
  }
}
.main_back1 .top-list li:hover b {
  text-shadow: 0 0 10px #fff;
}
.main_back1 .reasons {
  margin-top: 0;
  padding-bottom: 25px;
  background: rgba(223, 41, 43, 0.85);
}
.main_back1 .reasons h1 {
  margin: 15px 0 20px;
}
.main_cat {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: url("/static/img/main_back_new2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_cat-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 0 60px;
  list-style: none;
}
.main_cat-list li {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .main_cat-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.main_cat-list li a {
  display: block;
  position: relative;
}
.main_cat-list li span {
  position: absolute;
  left: 0;
  top: calc(50% - 52px);
  display: flex;
  align-items: center;
  width: 80%;
  height: 105px;
  padding-left: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  font-size: 30px;
  line-height: 1;
  font-family: "Bebas Neue Bold", Verdana, Helvetica;
  text-transform: uppercase;
  transition: 0.15s;
}
@media screen and (max-width: 768px) {
  .main_cat-list li span {
    top: calc(50% - 40px);
    height: 80px;
    font-size: 20px;
  }
}
.main_cat-list li:hover span {
  background-color: rgba(255, 255, 255, 1);
}
.main_prefs {
  padding: 20px 0 35px;
}
.prefs_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}
.prefs_list li {
  position: relative;
  width: 230px;
  margin: 0 40px 30px;
  padding-top: 215px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .prefs_list li {
    width: 180px;
    padding-top: 175px;
  }
}
.prefs_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 203px;
  background-image: url("/static/img/main_pref_back_new.png");
}
@media screen and (max-width: 680px) {
  .prefs_list li::before {
    width: 180px;
    height: 160px;
    background-size: contain;
  }
}

.prefs_list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 203px;
  background-image: url("/static/img/main_pref_new_1.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
  .prefs_list li::after {
    width: 180px;
    height: 160px;
    background-size: 30%;
  }
}
.prefs_list li:nth-child(2)::after {
  background-image: url("/static/img/main_pref_new_2.png");
}
.prefs_list li:nth-child(3)::after {
  background-image: url("/static/img/main_pref_new_3.png");
}
.prefs_list li:nth-child(4)::after {
  background-position: center 40%;
  background-image: url("/static/img/main_pref_new_4.png");
}
.prefs_list li:nth-child(5)::after {
  background-image: url("/static/img/main_pref_new_5.png");
}
.prefs_list li:nth-child(6)::after {
  background-image: url("/static/img/main_pref_new_6.png");
}
.prefs_list li span {
  display: inline-block;
  max-width: 200px;
  line-height: 1.1;
}
.main_goals {
  padding-top: 30px;
  padding-bottom: 40px;
}
.main_goals h2 + p {
  text-align: center;
}

.goals_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.goals_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 227px;
  height: 242px;
  margin: 0 40px 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-image: url("/static/img/main_number_back.png");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 1.1;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .goals_list li {
    margin: 0 20px 15px;
  }
}
.goals_list li b {
  display: block;
  font-size: 50px;
  color: #dc2b25;
  font-weight: 700;
}
.gallery_list--main {
  padding-top: 40px;
}
.gallery_list--main img {
  border: none;
}
.main_gallery .main_gallery-btn {
  display: block;
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: center;
  background-color: #dc282c;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: 0.15s;
  line-height: 1;
}
.main_gallery .main_gallery-btn:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.main_gallery .lSAction > a {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.partners--main {
  margin: 30px auto;
}
.feedback_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 35px 0 0;
  list-style: none;
}
.feedback_list li {
  width: 48%;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f5f5;
}
.main_feedbacks .feedback_list li {
  display: block;
}
@media screen and (max-width: 800px) {
  .feedback_list li {
    width: 100%;
  }
}
.feedback_list-name {
  width: 100%;
  padding: 10px;
  padding-left: 70px;
  background-image: linear-gradient(to right, #f8f9f9, #fcfdfd, #f6f7f7 50%);
  font-weight: 700;
}
@media screen and (max-width: 400px) {
  .feedback_list-name {
    padding-left: 40px;
  }
}
.feedback_list-text {
  position: relative;
  padding: 15px 70px;
}
@media screen and (max-width: 400px) {
  .feedback_list-text {
    padding: 15px 40px;
  }
}
.feedback_list-text::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 10px;
  width: 29px;
  height: 28px;
  background-image: url("/static/img/main_quotes.png");
  transform: scale(-1, -1);
}
@media screen and (max-width: 400px) {
  .feedback_list-text::before {
    left: 5px;
  }
}
.feedback_list-text::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 10px;
  width: 29px;
  height: 28px;
  background-image: url("/static/img/main_quotes.png");
}
@media screen and (max-width: 400px) {
  .feedback_list-text::after {
    right: 5px;
  }
}

.item_similar h3,
.item_desc h3 {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: left;
  font-size: 25px;
  font-family: "PT Sans Narrow", sans-serif;
}
.item_similar h3::after,
.item_desc h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 2px;
  background-color: #000000;
}
@media screen and (max-width: 600px) {
  .item_similar h3,
  .item_desc h3 {
    margin: 0 0 15px;
    padding: 20px 0;
    font-size: 22px;
  }
}
.similar_wrapper {
  position: relative;

  margin-bottom: 30px;
}
.similar_wrapper .lSSlideOuter {
  position: relative;
  overflow: visible;
  padding: 0 75px;
}
.similar_wrapper .lSSlideWrapper {
  position: static;
}
.similar_wrapper .lSAction > a {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: calc(50% - 22px);
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: none;
  background-image: url("/static/img/similar_arrow.png");
}
@media screen and (max-width: 600px) {
  .similar_wrapper .lSSlideOuter {
    padding: 0 40px;
  }
  .similar_wrapper .lSAction > a {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.similar_wrapper .lSAction > a.lSPrev {
  left: 0;
  transform: scale(-1, 1);
}
.similar_wrapper .lSAction > a.lSNext {
  right: 0;
}
.similar_list {
  display: flex;
}
.similar_list .lslide {
  display: flex;
  flex-direction: column;
}
.similar_item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.similar_item_images {
  display: flex;
  justify-content: space-between;
}
.similar_item_images img {
  width: 49.5%;
}
.similar_item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 0 15px 10px;
  background-color: #f8f8f8;
  color: #000000;
  text-align: center;
  font-size: 14px;
}
.item_seen .similar_item div {
  background-color: #fff;
}
.similar_item .name {
  display: block;
  padding: 10px 0 5px;
  line-height: 1.1;
  color: inherit;
}
.similar_item .price {
  display: block;
  margin-top: auto;
  padding: 0 0 5px;
  color: inherit;
}
.similar_item .price b {
  line-height: 1;
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  .similar_item .price b {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .similar_item .price b {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .similar_item .price b {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .similar_item .price b {
    font-size: 18px;
  }
}
.similar_item .more {
  margin-top: auto;
  padding: 10px 15px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #dc282c;
}
.similar_item .price + .more {
  margin-top: 0;
}
.item_seen {
  background-color: #f8f8f8;
  padding: 20px 0 5px;
  /* margin: 30px 0 30px; */
}

.compare_btn {
  display: block;
  width: 325px;
  max-width: 100%;
  color: #fff;
  background-color: #4d54a6;
  height: auto;
  text-align: center;
  padding: 14px;
  margin: 25px auto 0;
  border-radius: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.compare_btn span {
  position: relative;
  padding-left: 43px;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
}
.compare_btn:focus span,
.compare_btn:hover span {
  color: #fff;
}
.compare_btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-image: url("/static/img/compare_icon.png");
}
@media screen and (max-width: 350px) {
  .compare_btn {
    padding: 14px 5px;
  }
  .compare_btn span {
    padding-left: 30px;
  }
}
.item_btns .compare_btn {
  display: block;
  width: auto;
  background-color: #4d54a6;
  height: auto;
  text-align: center;
  padding: 10px 10px;
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
}
.item_btns .compare_btn span {
  padding-left: 30px;
}
.item_btns .compare_btn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url("/static/img/comparison_item.png");
}
.item_btns .item_sale {
  width: 93px;
  margin: 0 10px;
  padding: 10px 15px;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #dc282c;
  border-radius: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1219px) {
  .item_btns .item_sale {
    width: auto;
    flex-grow: 1;
  }
}
.item_btns .item_install {
  padding: 10px 14px;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #151d64;
  border-radius: 5px;
  text-transform: uppercase;
}
.item_btns .item_sale:hover,
.item_btns .item_install:hover,
.item_btns .item_sale:focus,
.item_btns .item_install:focus {
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 380px) {
  .item_btns {
    flex-wrap: wrap;
  }
  .item_btns .compare_btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .item_btns .item_install,
  .item_btns .item_sale {
    flex-grow: 0;
    width: 49%;
    margin: 0;
  }
}
.compare_list.row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow-x: hidden;
  margin-bottom: 90px;
  font-family: "PT Sans Narrow", sans-serif;
}
@media screen and (max-width: 768px) {
  .compare_list.row {
    margin-bottom: 35px;
  }
}
.compare_list.row .categories {
  width: 100%;
}

.compare_list .similar_btn {
  position: absolute;
  top: 30px;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: none;
  background-image: url("/static/img/similar_arrow.png");
}
@media screen and (max-width: 499px) {
  .compare_list .similar_btn {
    top: 5px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.compare_list .similar_btn#c_prev {
  left: 35px;
  transform: scale(-1, 1);
}
.compare_list .similar_btn#c_next {
  right: 35px;
}

.compare_list .title {
  width: 180px;
  padding-top: 90px;
  background-color: #f4f5f5;
}
@media screen and (max-width: 500px) {
  .compare_list .title {
    display: none;
  }
}

.compare_list .title p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  line-height: 1;
  font-size: 18px;
  color: #000000;
}

.compare_item p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.compare_item p,
.compare_list .title p {
  border-top: 1px solid #c3c4c4;
}
.compare_item p {
  border-color: #000000;
}
.compare_list .img,
.compare_list .name,
.compare_list .title .img,
.compare_list .title .name,
.compare_item p:last-child {
  border-top: none;
}

.compare_slider {
  position: relative;
  width: calc(100% - 205px);
  padding-top: 90px;
  background: #f4f5f5;
}
@media screen and (max-width: 499px) {
  .compare_slider {
    width: 100%;
    padding-top: 40px;
  }
}

@media screen and (min-width: 500px) {
  .compare_list .img {
    height: 325px;
  }
  .compare_list .name {
    height: 90px;
  }
  .compare_list .desc_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
  }
  .compare_list .desc_sub--big {
    height: 120px;
  }
}

.compare_item p {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .compare_item p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 499px) {
  .compare_item p {
    padding: 15px;
  }
}
.compare_item .img {
  padding-top: 30px;
}
.compare_item .img img {
  display: block;
  max-height: 265px;
  width: auto;
  margin: 0 auto;
}

.compare_item .del {
  height: auto;
  padding: 20px 0 40px;
}
.compare_item .clear {
  display: inline-block;
  padding: 19px 10px;
  padding-left: 38px;
  border: none;
  border-radius: 10px;
  background-color: #4d54a6;
  background-image: url(/static/img/compare_clear.png);
  background-position: 15px 13px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.compare_item .clear:hover {
  background-color: #58ba47;
}

.compare_item .name {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.compare_item .price {
  max-width: 278px;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  .compare_item .price {
    max-width: 233px;
  }
}

.compare_item .desc_sub {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .compare_item .desc_sub::before {
    content: attr(data-title);
    display: inline;
  }
}

.compare_all {
  display: block;
  width: 100%;
  max-width: 335px;
  margin-left: auto;
  margin-bottom: 90px;
  padding: 25px;
  background-color: #314057;
  color: #fff;
  text-align: center;
  border: none;
}
.compare_all:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .compare_all {
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 499px) {
  .compare_all {
    margin: 0 auto 20px;
  }
}

.akcii_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akcii_list li {
  margin-bottom: 40px;
}
.akcii_list li > a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 35px 0;
  background-image: linear-gradient(
    to right,
    transparent 30%,
    rgba(248, 248, 255, 0.8) 30%
  );
}
.akcii_list li:nth-child(even) > a {
  background-image: linear-gradient(
    to right,
    transparent 30%,
    rgba(233, 232, 235, 0.8) 30%
  );
}
.akcii_list li > a:hover {
  text-decoration: none;
}
.akcii_list li > a:hover img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.akcii_img {
  width: 52%;
}
.akcii_list li div {
  width: 43%;
  padding-top: 35px;
  color: #151d64;
  font-size: 25px;
  font-weight: 600;
}
.akcii_list li h3 {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  font-size: 25px;
}
.akcii_list .akcii_lead {
  margin: 0 0 35px;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 25px;
}
.akcii_more {
  display: block;
  width: 121px;
  line-height: 42px;
  border-radius: 10px;
  background-color: rgb(23, 29, 99);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .akcii_list li {
    margin-bottom: 25px;
  }
  .akcii_list li > a {
    padding: 20px 0;
  }
  .akcii_list li div {
    padding-top: 10px;
  }
  .akcii_list li h3,
  .akcii_list .akcii_lead {
    font-size: 18px;
  }
  .akcii_list li h3,
  .akcii_list .akcii_lead {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 520px) {
  .akcii_list li div,
  .akcii_img {
    width: 100%;
  }
  .akcii_list li div {
    padding: 10px 15px 0;
  }
  .akcii_img {
    margin-bottom: 5px;
  }
  .akcii_list > a {
    padding-top: 0;
    background-image: linear-gradient(
      to bottom,
      transparent 30%,
      rgba(248, 248, 255, 0.8) 30%
    );
  }
  .akcii_list li:nth-child(even) > a {
    background-image: linear-gradient(
      to bottom,
      transparent 30%,
      rgba(233, 232, 235, 0.8) 30%
    );
  }
}
@media screen and (max-width: 400px) {
  .akcii_list li h3,
  .akcii_list .akcii_lead {
    font-size: 16px;
  }
}
.akcii .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
@media screen and (max-width: 600px) {
  .akcii .pagination {
    margin: 40px 0;
  }
}
.akcii .pagination ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  padding: 10px 35px;
  background-color: rgba(234, 235, 235, 0.5);
  border-radius: 28px;
}
.akcii .pagination ul li {
  padding: 0 4px;
}
.akcii .pagination ul li.active a {
  color: #dc282c;
  background: transparent;
}

.akcii-open {
  max-width: 986px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.akcii-open h1 {
  margin: 0;
  padding: 3px 0 35px;
  color: #151d64;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .akcii-open h1 {
    padding: 10px 0 20px;
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  .akcii-open h1 {
    font-size: 20px;
  }
}
.akcii-open_img {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .akcii-open_img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .akcii-open_img {
    margin-bottom: 15px;
  }
}
.modal--open {
  margin-bottom: 30px;
}
.modal--open p.modal-caption {
  background: #dc282c;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 15px 0;
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .modal--open p.modal-caption {
    font-size: 23px;
    padding: 11px 0;
  }
}
.modal--open form button[type="submit"] {
  margin: 5px auto 30px;
}

.karantin {
  padding: 20px 0;
  background-color: rgba(16, 132, 165, 0.85);
}
.karantin .container {
  position: relative;
  padding-left: 135px;
  background-image: url("/static/img/karantin_icon.png");
  background-position: 30px center;
  background-repeat: no-repeat;
}
.karantin .container p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}
.karantin .header_icon + a {
  margin-left: 3px;
  font-size: 35px;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
  cursor: initial;
}
.karantin a:hover {
  text-decoration: none;
}
@media screen and (max-width: 940px) {
  .karantin .container p {
    font-size: 20px;
  }
  .karantin .header_icon + a {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .karantin .header_icon + a {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .karantin .container {
    padding-left: 90px;
    background-position: 15px center;
  }
}
@media screen and (max-width: 991px) {
  .karantin .hidden-xs {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .karantin .hidden-xs {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .karantin .container p {
    font-size: 17px;
  }
  .karantin .header_icon + a {
    font-size: 23px;
  }
}
@media screen and (max-width: 360px) {
  .karantin .container {
    padding-left: 75px;
  }
}

.pvh_windows h2,
.pvh_windows .h2 {
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .pvh_windows h2,
  .pvh_windows .h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 400px) {
  .pvh_windows h2,
  .pvh_windows .h2 {
    font-size: 21px;
  }
}
.checks_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}
@media screen and (max-width: 680px) {
  .checks_list {
    padding-left: 0;
  }
}
.checks_list li {
  position: relative;
  width: 32%;
  margin-bottom: 27px;
  padding-left: 55px;
}
.checks_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background-image: url("/static/img/plast_okna_check_big.png");
}
.checks_list li.big:nth-child(7),
.checks_list li.big:nth-child(9) {
  width: 50%;
}
.checks_list li.big:nth-child(8),
.checks_list li.big:nth-child(10) {
  width: 43%;
}
@media screen and (max-width: 991px) {
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(9),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    width: 48%;
  }
}
@media screen and (max-width: 920px) {
  .checks_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  .checks_list li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(9),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    width: 100%;
  }
}
.checks_list li.big:nth-child(7),
.checks_list li.big:nth-child(8) {
  margin-top: 13px;
}
.checks_list li b {
  display: block;
  margin-right: 15px;
  padding: 10px 10px 3px;
  font-size: 20px;
  line-height: 1.1;
  background-color: #e9e9f5;
  border-radius: 2px;
  font-weight: 500;
}
@media screen and (max-width: 920px) {
  .checks_list li b {
    margin-right: 0;
  }
}
@media screen and (max-width: 499px) {
  .checks_list li b {
    font-size: 18px;
  }
}
.checks_list li span {
  display: block;
  padding: 10px 10px 2px;
  line-height: 1.2;
}
.pvh_windows__price {
  padding-bottom: 30px;
}
.pvh_windows__price h2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .pvh_windows__price {
    padding-bottom: 10px;
  }
  .pvh_windows__price h2 {
    margin-bottom: 10px;
  }
}
.pvh_windows__price .window_price-block {
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 35px 35px 30px;
  border: none;
  border-radius: 15px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1140px) {
  .pvh_windows__price .window_price-block {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 800px) {
  .pvh_windows__price .window_price-block {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.pvh_windows__price .window_price-block img {
  max-width: 35%;
  min-width: 248px;
  width: auto;
  margin: 40px auto 0;
}
@media screen and (max-width: 1140px) {
  .pvh_windows__price .window_price-block img {
    min-width: 0;
  }
}
@media screen and (max-width: 800px) {
  .pvh_windows__price .window_price-block img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.pvh_windows__price .window_price-block h3 {
  padding: 0 0 10px;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .pvh_windows__price .window_price-block h3 {
    font-size: 25px;
  }
}
.pvh_windows__price .prices {
  column-gap: 20px;
  margin: 0 0 15px;
  padding: 10px 10px 0;
  background-color: rgb(230, 232, 237);
  border-radius: 32px;
}
@media screen and (max-width: 1140px) {
  .pvh_windows__price .prices {
    column-gap: 10px;
  }
}
.pvh_windows__price .prices p {
  flex-grow: 1;
  display: block;
  margin: 0 0 10px;
  padding: 10px 15px;
  line-height: 1.1;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 22px;
}
.pvh_windows__price .prices p span {
  font-size: 23px;
}
.pvh_windows__price .prices p:nth-child(2) b {
  color: #2d49a1;
}
.pvh_windows__price .window_price-block > div > p {
  font-size: 16px;
  color: #222222;
}
.pvh_windows__price .window_price-block ul {
  margin: 10px 0 25px;
  padding: 0;
  list-style: none;
}
.pvh_windows__price .window_price-block li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
}
.pvh_windows__price .window_price-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c8cbd5'%3E%3Cpath d='M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-5 14.414-3.707-3.707 1.414-1.414L11 13.586l4.793-4.793 1.414 1.414L11 16.414z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 24px;
  border-radius: 0;
}
.prices_btn-wrapper::before,
.prices_btn-wrapper::after {
  display: none;
}
.pvh_windows__price .prices_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  max-width: 47%;
  padding: 5px;
  background-color: #dc282c;
  border-radius: 5px;
  font-size: 16px;
  text-transform: none;
  box-shadow: none;
}
.pvh_windows__price .prices_btn:nth-child(2) {
  background-color: #4057a1;
}
.pvh_windows__pref .pref_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0 30px;
  list-style: none;
}
.pvh_windows__pref .pref_list li,
.pvh_windows__pref .pref_list .item {
  position: relative;
  margin-bottom: 20px;
  padding-top: 114px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  height: initial;
}
.pvh_windows__pref .pref_list li {
  width: 17%;
}

@media screen and (max-width: 1080px) {
  .pvh_windows__pref .pref_list li,
  .pvh_windows__pref .pref_list .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .pvh_windows__pref .pref_list {
    justify-content: space-around;
  }
  .pvh_windows__pref .pref_list li {
    width: 32%;
  }
}
@media screen and (max-width: 460px) {
  .pvh_windows__pref .pref_list li {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .pvh_windows__pref .pref_list li {
    width: 100%;
  }
}
.pvh_windows__pref .pref_list li::before,
.pvh_windows__pref .pref_list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 48px);
  width: 96px;
  height: 96px;
  background-position: center;
  background-image: url("/static/img/plast_okna_pref_back.png");
}
.pvh_windows__pref .pref_list li::after,
.pvh_windows__pref .pref_list .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 48px);
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/img/plast_okna_pref_1.png");
}
.pvh_windows__pref .pref_list .pref_2::after {
  background-image: url("/static/img/plast_okna_pref_2.png");
}
.pvh_windows__pref .pref_list .pref_3::after {
  background-image: url("/static/img/plast_okna_pref_3.png");
}
.pvh_windows__pref .pref_list .pref_4::after {
  background-image: url("/static/img/plast_okna_pref_4.png");
}
.pvh_windows__pref .pref_list .pref_5::after {
  background-image: url("/static/img/plast_okna_pref_5.png");
}
.pref_list.lightSlider {
  margin-bottom: 20px;
}
.pvh_windows__pref .lSAction > .lSPrev {
  left: -10px;
}
.pvh_windows__pref .lSAction > .lSNext {
  right: -10px;
}
@media screen and (min-width: 910px) {
  .pvh_windows__pref .lSAction > a {
    display: none;
  }
}

.pvh_windows__text .h2:first-of-type {
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .pvh_windows__text .h2:first-of-type {
    margin-top: -20px;
  }
}
.pvh_windows__text .h2 {
  margin-bottom: 0;
}
.pvh_windows__text .check_list {
  margin: 0;
  padding: 10px 0 45px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .pvh_windows__text .check_list {
    padding: 10px 0 15px;
  }
}
.pvh_windows__text .check_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}
.pvh_windows__text .check_list li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 25px;
  height: 26px;
  background-image: url("/static/img/plast_okna_check.png");
}
.pvh_windows__text .check_list li span {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .pvh_windows__text .check_list li {
    font-size: 16px;
  }
}

.pvh_windows__also {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pvh_windows__also {
    margin-bottom: 20px;
  }
}
.pvh_windows__also div {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .pvh_windows__also div {
    width: 100%;
  }
}
.pvh_windows__also p {
  flex-grow: 1;
  margin: 15px 0 0;
  padding: 23px 25px;
  padding-right: 45px;
  background-color: #e9e9f5;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .pvh_windows__also p {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .pvh_windows__also p {
    font-size: 16px;
  }
}
.pvh_windows__also p b {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .pvh_windows__also p b {
    font-size: 18px;
  }
}
.simpletable td {
  padding: 7px;
}
@media screen and (max-width: 400px) {
  .simpletable td,
  .simpletable td p {
    font-size: 15px;
  }
}

.cat_inrubrics {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0 25px;
  list-style: none;
}
.cat_inrubrics li {
  width: 165px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .cat_inrubrics li {
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .cat_inrubrics {
    margin: 0 -10px;
  }
}
.cat_inrubrics li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  font-family: "PT Sans Narrow", sans-serif;
  text-decoration: none;
}
.cat_inrubrics__img {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
}
.cat_inrubrics__img::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: rgb(222, 222, 222);
  transform: translateX(-50%);
}
.cat_inrubrics__img img {
  position: relative;
  z-index: 1;
}
.window_factors {
  display: grid;
  margin-right: -15px;
  padding: 0;
  grid-template-columns: 28% 1fr 28%;
  justify-content: space-between;
  grid-column-gap: 15px;
}
.window_factors li,
.checks_list li.big:nth-child(7),
.checks_list li.big:nth-child(8),
.checks_list li.big:nth-child(10) {
  width: 100%;
  max-width: 250px;
  min-height: 130px;
  margin: 0 auto 45px;
  padding-left: 50px;
  font-size: 14px;
  z-index: 2;
}
.window_factors li::before {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.window_factors li b {
  max-width: 185px;
  margin-right: 0;
  padding: 10px 15px;
  font-size: 18px;
}
.window_factors li.window_factors__img {
  grid-column: 2/3;
  grid-row: 2/4;
  z-index: 1;
}
.window_factors__img::before {
  display: none;
}
.window_factors__img::after {
  content: "";
  background-image: url("/static/img/okna_mimg2.png");
  position: absolute;
  top: 25%;
  left: 50%;
  width: 742px;
  height: 686px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.window_factors li:nth-child(1),
.window_factors li:nth-child(2),
.window_factors li:nth-child(3) {
  margin-bottom: 60px;
}
/* .window_factors li:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 64px;
    right: 31px;
    transform: rotate(-63deg);
    width: 3px;
    height: 125px;
    background-color: rgb(25, 25, 25);
}

.window_factors li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    width: 3px;
    height: 110px;
    background-color: rgb(25, 25, 25);
}
.window_factors li:nth-child(3)::after {
    content: '';
    position: absolute;
    top: 31px;
    left: -19px;
    transform: rotate(38deg);
    width: 3px;
    height: 155px;
    background-color: rgb(25, 25, 25);
}
.window_factors li:nth-child(4)::after {
    content: '';
    position: absolute;
    top: -78px;
    right: -67px;
    transform: rotate(-76deg);
    width: 3px;
    height: 255px;
    background-color: rgb(25, 25, 25);
} */
@media screen and (max-width: 1080px) {
  .window_factors__img::after {
    width: 650px;
    height: 601px;
  }
  .window_factors li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    margin-bottom: 15px;
  }
  .window_factors li:nth-child(1),
  .window_factors li:nth-child(2),
  .window_factors li:nth-child(3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .window_factors__img::after {
    width: 550px;
    height: 508px;
    top: 34%;
    left: 54%;
  }
  .window_factors li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    min-height: 0;
    margin-bottom: 15px;
  }
  .window_factors li:nth-child(1),
  .window_factors li:nth-child(2),
  .window_factors li:nth-child(3) {
    margin-bottom: 15px;
  }
  .window_factors li b {
    padding: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  .window_factors li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    font-size: 13px;
  }
  .window_factors__img::after {
    width: 550px;
    height: 508px;
    background-image: url("/static/img/okna_mimg.png");
  }
}
@media screen and (max-width: 769px) and (min-width: 768px) {
  .window_factors__img::after {
    width: 500px;
    height: 462px;
    top: 39%;
  }
  .window_factors li b {
    font-size: 13px;
  }
  .checks_list li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .window_factors {
    margin-right: 0;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .window_factors li.window_factors__img {
    grid-column: 1/-1;
    grid-row: 3/4;
    max-width: 100%;
    height: 350px;
    z-index: 1;
  }
  .window_factors li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .window_factors {
    grid-template-columns: 1fr;
  }
  .window_factors li,
  .checks_list li.big:nth-child(7),
  .checks_list li.big:nth-child(8),
  .checks_list li.big:nth-child(10) {
    max-width: 100%;
  }
  .window_factors li.window_factors__img {
    grid-column: 1/-1;
    grid-row: 3/4;
    max-width: 100%;
    height: 350px;
    z-index: 1;
  }
}

.promo_poup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 983px;
}
.promo_poup__open {
  position: absolute;
  opacity: 0;
  font-size: 0;
  top: 68%;
  right: 18%;
  width: 22%;
  height: 11%;
}
.promo_poup__link {
  position: absolute;
  opacity: 0;
  font-size: 0;
  bottom: 5%;
  right: 18%;
  width: 25%;
  height: 10%;
}
@media screen and (max-width: 480px) {
  /* .promo_poup {
    height: 300px;
    width: 280px;
    background-image: url("/static/img/boyard_promo.jpg");
    background-position: 94%;
    background-size: cover;
  }
  .promo_poup img {
    display: none;
  } */
  .promo_poup__open {
    right: 28%;
    width: 43%;
  }
  .promo_poup__link {
    right: 15%;
    width: 32%;
  }
}
.closebnt .fancybox-skin {
  padding: 0 !important;
  border-radius: 0;
}
.closebnt .fancybox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 8040;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' viewBox='0 0 413.348 413.348' width='512' height='512' enable-background='new 0 0 413.348 413.348'%3E%3Cpath d='m 413.348 24.354 l -24.354 -24.354 l -182.32 182.32 l -182.32 -182.32 l -24.354 24.354 l 182.32 182.32 l -182.32 182.32 l 24.354 24.354 l 182.32 -182.32 l 182.32 182.32 l 24.354 -24.354 l -182.32 -182.32 Z' /%3E%3C/svg%3E");
  background-size: 100%;
}

.sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
}
.sort__title {
  margin-right: 7px;
  font-size: 15px;
  font-weight: 500;
}
.sort_select {
  position: relative;
  width: 240px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
}
.sort_select__active,
.sort_select__woption {
  padding: 0 24px 0 15px;
}
.sort_select__active {
  position: relative;
}
.sort_select__active::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  border: 4px solid transparent;
  border-top: 5px solid #000000;
}
.sort_select__options {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 10;
}
.sort_select__option {
  display: block;
  padding: 3px 0;
  padding-left: 25px;
  font-size: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left center;
}
.sort_select__highprice {
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23dc282c' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Crect x='0' y='277.333' width='128' height='42.667'/%3E%3Crect x='0' y='170.667' width='256' height='42.667'/%3E%3Crect x='0' y='64' width='384' height='42.667'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.sort_select__lowprice {
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23dc282c' transform='scale(1,-1)' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 384 384' style='enable-background:new 0 0 384 384;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Crect x='0' y='277.333' width='128' height='42.667'/%3E%3Crect x='0' y='170.667' width='256' height='42.667'/%3E%3Crect x='0' y='64' width='384' height='42.667'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.sort_select__date {
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23dc282c' enable-background='new 0 0 451.111 451.111' height='512' viewBox='0 0 451.111 451.111' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m225.556 354.445 145-145-48.333-48.333-64.444 64.444v-225.556h-64.444v225.556l-64.444-64.444-48.333 48.333z'/%3E%3Cpath d='m0 386.667h451.111v64.444h-451.111z'/%3E%3C/svg%3E");
}
.sort_select__woption:hover,
.sort_select__woption.active {
  background-color: #fbe9e9;
}
.sort_select__woption:not(:last-child) .sort_select__option {
  border-bottom: 1px solid #dddddd;
}
.fix_wa {
  position: fixed;
  right: 2%;
  bottom: 60px;
  z-index: 20;
  transition: 0.2s;
}
.fix_wa:hover {
  transform: scale(1.04);
  transform-origin: center;
}
@media screen and (max-width: 480px) {
  .fix_wa {
    bottom: 90px;
    width: 40px;
  }
}
.error {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #fff;
  text-align: center;
}
.error h1 {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #151d64;
  font-weight: bold;
  text-align: center;
}
.error_text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
.error_text a {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .error {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .error h1 {
    padding: 20px 0;
    font-size: 20px;
  }
  .error_text {
    font-size: 16px;
  }
  .error_text a {
    font-size: 20px;
  }
}

.dnb {
  display: none;
}
.dna {
  display: block;
}
@media screen and (max-width: 1132px) {
  .dnb {
    display: block;
  }
  .dna {
    display: none;
  }
}
.logo {
  outline: none;
}

/* HEADER */
.header-reasons {
  position: relative;
  width: 100%;
  background: #fff url(../img/header-fon.jpg) top center no-repeat;
  background-size: cover;
}
.header__container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 330px;
  column-gap: 15px;
  padding: 0 15px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.header__container::before,
.header__container::after {
  display: none;
}
header a.logo {
  position: relative;
}
.img-logo {
  max-width: 350px;
  width: 100%;
}
.sub-logo {
  max-width: 350px;
  width: 100%;
}
.header_contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
}
.header_contacts a {
  text-decoration: none;
  color: inherit;
}
.header_contacts__address {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.header_contacts__address::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  background: url("/static/img/map_icon.png") left center / contain no-repeat;
}
.header_contacts__phones {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.header_phones {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.header_phones .messenger {
  width: auto;
  height: auto;
  margin-right: 5px;
  padding-bottom: 2px;
  position: relative;
  left: -3px;
}

.header_phones .messenger img {
  vertical-align: middle;
  max-width: 24px;
}
.header_phone {
  position: relative;
  font-weight: 600;
}
.header_phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: url("/static/img/phone_icon.png") left center / contain no-repeat;
}
.header_phone--desktop {
  display: block;
  padding-left: 30px;
  margin-right: 8px;
}
.header_phone--mobile::before {
  display: none;
}
a.callback {
  position: relative;
  display: block;
  background: #dc282c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 14px 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 0.5px solid #dc282c;
  z-index: 12;
}
a.callback--fixed {
  position: fixed;
  right: -67px;
  top: 300px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  a.callback--fixed {
    display: none;
  }
}
a.callback:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.header_search {
  position: relative;
  max-width: 330px;
  width: 100%;
}
.header_search_close {
  position: absolute;
  top: 20px;
  right: 18px;
  height: 45px;
  width: 40px;
  background: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 413.348 413.348' height='512' viewBox='0 0 413.348 413.348' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m413.348 24.354-24.354-24.354-182.32 182.32-182.32-182.32-24.354 24.354 182.32 182.32-182.32 182.32 24.354 24.354 182.32-182.32 182.32 182.32 24.354-24.354-182.32-182.32z'/%3E%3C/svg%3E")
    center center / 12px no-repeat;
  border: none;
}
.header_search_open {
  border: none;
  width: 47px;
  height: 47px;
  border-radius: 10px;
  background:
    url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999; fill:%23fff;' xml:space='preserve'%3E%3Cpath d='M225.773,0.616C101.283,0.616,0,101.622,0,225.773s101.284,225.157,225.773,225.157s225.774-101.006,225.774-225.157 S350.263,0.616,225.773,0.616z M225.773,413.917c-104.084,0-188.761-84.406-188.761-188.145 c0-103.745,84.677-188.145,188.761-188.145s188.761,84.4,188.761,188.145C414.535,329.511,329.858,413.917,225.773,413.917z'/%3E%3Cpath d='M506.547,479.756L385.024,358.85c-7.248-7.205-18.963-7.174-26.174,0.068c-7.205,7.248-7.174,18.962,0.068,26.174 l121.523,120.906c3.615,3.59,8.328,5.385,13.053,5.385c4.756,0,9.506-1.82,13.121-5.453 C513.82,498.681,513.789,486.967,506.547,479.756z'/%3E%3C/svg%3E%0A")
      center center / 52% no-repeat,
    #353d89;
  flex-shrink: 0;
}
.header_search_open,
.header_search_close {
  display: none;
}
.search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px rgba(31, 31, 31, 0.1);
  background-color: #fff;
  border-radius: 8px;
}
.search::after {
  display: none;
}
.search input[type="text"] {
  padding: 13px;
  padding-left: 25px;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  margin-bottom: 0;
}
.search input[type="text"]::placeholder {
  color: #7b7b7b;
}
.search button.header_search_btn {
  margin: 0;
  border: none;
  width: 50px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cpath d='M225.773,0.616C101.283,0.616,0,101.622,0,225.773s101.284,225.157,225.773,225.157s225.774-101.006,225.774-225.157 S350.263,0.616,225.773,0.616z M225.773,413.917c-104.084,0-188.761-84.406-188.761-188.145 c0-103.745,84.677-188.145,188.761-188.145s188.761,84.4,188.761,188.145C414.535,329.511,329.858,413.917,225.773,413.917z'/%3E%3Cpath d='M506.547,479.756L385.024,358.85c-7.248-7.205-18.963-7.174-26.174,0.068c-7.205,7.248-7.174,18.962,0.068,26.174 l121.523,120.906c3.615,3.59,8.328,5.385,13.053,5.385c4.756,0,9.506-1.82,13.121-5.453 C513.82,498.681,513.789,486.967,506.547,479.756z'/%3E%3C/svg%3E%0A")
    center center / 20px no-repeat;
}
.nav-mobile {
  cursor: pointer;
  padding: 10px 23px;
  text-align: right;
  color: #fff;
  background: #151d64;
  display: none;
}
.nav-mobile .glyphicon {
  display: flex;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-left: auto;
  background-color: transparent;
  border: none;
}
.nav-mobile .glyphicon::before {
  display: none;
}
.nav-mobile .glyphicon span {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}
.nav-mobile .glyphicon span::before,
.nav-mobile .glyphicon span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
}
.nav-mobile .glyphicon span::before {
  top: -11px;
  transition: top 0.4s;
}
.nav-mobile .glyphicon span::after {
  bottom: -11px;
  transition: bottom 0.4s;
}
.menu-open.nav-mobile .glyphicon span {
  background-color: transparent;
}
.menu-open.nav-mobile .glyphicon span::before,
.fixed .menu-open.nav-mobile .glyphicon span::before {
  top: 0;
  transform: rotate(45deg);
  transition: transform 0.4s;
}
.menu-open.nav-mobile .glyphicon span::after,
.fixed .menu-open.nav-mobile .glyphicon span::after {
  bottom: 0px;
  transform: rotate(-45deg);
  transition: transform 0.4s;
}
@media screen and (max-width: 1060px) {
  .header__container {
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    margin: 8px auto;
  }
  header a.logo {
    max-width: 280px;
  }
  a.callback {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .header__container {
    grid-template-columns: auto 1.1fr 1fr;
  }
  header a.logo {
    max-width: 240px;
  }
  .header_contacts__address {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .header_contacts__phones {
    font-size: 22px;
  }
  a.callback span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-reasons {
    background-position: center 90px;
  }
  .header__container {
    grid-template-columns: auto 1fr auto;
    column-gap: 5px;
  }
  .nav-mobile {
    display: block;
  }
  .header_search {
    display: none;
  }
  .header_search_open {
    display: block;
  }
  .header-reasons .container .header_search {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 11;
    max-width: initial;
  }
  .search {
    box-shadow: none;
    border: 1px solid #ababab;
    min-height: 45px;
  }
  .search input[type="text"] {
    font-size: 13px;
    padding: 8px 5px 8px 18px;
  }
  .search button.header_search_btn {
    display: none;
  }
  .header_search_close {
    display: block;
  }
  .header-reasons .container a.callback {
    font-size: 0;
    width: 47px;
    height: 47px;
    border-radius: 10px;
    background:
      url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 250 250' enable-background='new 0 0 250 250' fill='%23fff' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M241.6,172.9c0,13.2,0,26,0,38.9c-3.2,0-6.3,0-9.7,0c0-3.1,0-6.2,0-9.4c-29.2,0-15.3,0-44.5,0c0,3.1,0,6.2,0,9.5 c-0.8,0-1.4,0-2,0c-43.4,0-86.8,0-130.2,0c-20.4,0-39.1-15.8-42.2-36c-0.6-3.6-0.7-7.3-0.7-11c-0.1-28,0-56,0-84.1 c0-20.7,13.9-38.2,34.1-42.8c3-0.7,6.1-1,9.1-1c29.6-0.1,59.2,0,88.8,0c20.6,0,39.3,15.8,42.2,36.1c0.9,6.5,0.6,13.1,0.8,19.7 c0,0.7,0,1.5,0,2.5c3.3,0,6.4,0,9.6,0c4.8,0,8.7,3.1,9.7,7.7c0.2,0.9,0.2,1.9,0.2,2.9c0,12.3,0,24.6,0,36.9c0,7-3.9,10.9-10.8,10.9 c-2.8,0-5.6,0-8.6,0c0,6.4,0,12.7,0,19.2C219.8,172.9,209.2,172.9,241.6,172.9z M177.5,202.1c0-0.7,0.1-1.1,0.1-1.6 c0-39.9,0-79.8,0-119.6c0-19.1-15.1-34.1-34.1-34.1c-29.1,0-58.2,0-87.3,0c-18.7,0-33.9,15.1-33.9,33.8c0,29.1,0,58.2,0,87.3 c0,19.1,15.1,34.2,34.1,34.2c37.1,0,74.2,0,111.3,0C170.8,202.1,174,202.1,177.5,202.1z M231.8,183c-29.1,0-15.3,0-44.4,0 c0,3.2,0,6.2,0,9.3c29.1,0,15.3,0,44.4,0C231.8,189.2,231.8,186.1,231.8,183z M187.4,143.8c3.2,0,6.3,0,9.4,0c0-12.9,0-25.7,0-38.6 c-3.2,0-6.3,0-9.4,0C187.4,118.1,187.4,130.9,187.4,143.8z'/%3E%3Cpath d='M51.2,124.4c0-26.8,21.9-48.6,48.7-48.6c27.5,0.1,49.4,22.6,48.6,50c-0.7,26-21.6,46.7-47.5,47.4 C73.7,173.8,51.2,151.8,51.2,124.4z M61.1,124.4c0,21.2,17.3,38.8,38.1,38.9c22,0.1,39.5-17.2,39.4-39c0-21.1-16.8-37.9-37.3-38.7 C78.5,84.8,60.8,103.6,61.1,124.4z'/%3E%3C/g%3E%3C/svg%3E")
        5px center / 85% no-repeat,
      #df292a;
    flex-shrink: 0;
  }
  a.callback {
    margin-bottom: 5px;
  }
  .header_contacts .header_phone {
    display: flex;
    align-items: center;
    padding-left: 26px;
    order: -1;
    margin-right: 10px;
  }
  .header_phone--mobile::before {
    display: block;
  }
  .header_phones .messenger img {
    width: 42px;
    height: 42px;
    max-width: initial;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .fixed .header_phone--mobile {
    order: -1;
    padding-left: 30px;
    margin-right: 10px;
  }
  .fixed .header_phone--mobile::before {
    display: block;
  }
  .fixed .header_phone--desktop {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .sub-logo {
    display: none;
  }
  .header_contacts__phones {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .header__container {
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    padding-left: 10%;
  }
  .header_controls {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .sub-logo {
    display: none;
  }
  .header_contacts {
    justify-self: start;
  }
  a.callback {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 460px) {
  .header__container {
    padding-left: 15px;
  }
  .header_contacts {
    padding: 10px 0;
  }
  .header_contacts__address::before {
    width: 16px;
  }

  .header_contacts .header_phone::before {
    width: 14px;
  }
  .header_phones {
    position: relative;
    padding-top: 5px;
  }
  /* .header_phones .messenger {
    position: absolute;
    bottom: -10px;
  }
  .header_phones .messenger.telegram {
    right: 10px;
  }
  .header_phones .messenger.whatsapp {
    right: -40px;
  } */
}
@media screen and (max-width: 360px) {
  .header__container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*FIXED-HEADER*/
.header-reasons.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.fixed .logo {
  max-width: 195px;
}
.fixed .sub-logo {
  display: none;
}
.logo img.fixed {
  display: none;
}
.fixed .header__container {
  grid-template-columns: auto 1fr 1.4fr auto;
  align-items: center;
  margin-top: 8px;
  column-gap: 25px;
  padding-bottom: 5px;
}
.fixed .header_contacts__address {
  font-size: 18px;
  margin-bottom: 0;
}
.fixed .header_contacts__address::before {
  width: 17px;
}
.fixed .header_contacts__phones {
  display: flex;
  font-size: 19px;
}
.fixed .header_phone::before {
  width: 16px;
}
.fixed .header_controls {
  display: flex;
  align-items: center;
}
.fixed a.callback span {
  display: none;
}
.fixed a.callback {
  width: 45%;
  max-width: 195px;
  order: 2;
  margin-bottom: 0;
}
.fixed .header_search {
  flex: 1;
  width: auto;
  margin-right: 25px;
}
.fixed .search {
  box-shadow: none;
  border: 1px solid #ababab;
  min-height: 54px;
}
.fixed .search input[type="text"] {
  font-size: 13px;
  padding: 8px 5px 8px 18px;
  margin-bottom: 0;
}
.fixed-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 53px;
  background-color: #dadada;
  border: none;
  border-radius: 8px;
}
.fixed-toggle span {
  position: relative;
  width: 30px;
  height: 4px;
  background-color: #dc282c;
}
.fixed-toggle span::before,
.fixed-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc282c;
}
.fixed-toggle span::before {
  top: -10px;
  transition: top 0.3s;
}
.fixed-toggle span::after {
  bottom: -10px;
  transition: bottom 0.3s;
}
.fixed-toggle.active span {
  background-color: transparent;
}
.fixed-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.fixed-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}
.fixed .fixed-toggle {
  display: flex;
}
.fixed .header_contacts {
  justify-self: left;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .fixed nav {
    visibility: hidden;
    max-height: 0px;
  }
  .fixed nav.active {
    visibility: visible;
    max-height: 100px;
    transition: max-height 0.4s;
  }
  .fixed nav > ul > li > a {
    opacity: 0;
    transition: opacity 0.2s;
  }
  .fixed nav.active > ul > li > a {
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  .fixed .header__container {
    column-gap: 12px;
  }
  .fixed .header_search {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .fixed .header__container {
    grid-template-columns: auto 1fr 1.6fr auto;
    margin: 5px auto;
  }
  .fixed .header_contacts {
    padding-left: 0;
    justify-self: center;
  }
  .fixed .header_contacts__phones {
    flex-direction: column;
  }
}
@media screen and (max-width: 940px) {
  .fixed .logo {
    max-width: 185px;
  }
  .fixed .header__container {
    grid-template-columns: auto 1fr auto auto;
    column-gap: 10px;
  }
  .fixed .header_controls {
    flex-direction: column;
  }
  .fixed a.callback {
    width: 100%;
    order: initial;
    margin-bottom: 5px;
    max-width: 220px;
    padding: 8px 5px;
  }
  .fixed .header_search {
    flex: auto;
    margin-right: 0;
  }
  .fixed .search {
    min-height: 42px;
  }
  .fixed-toggle {
    width: 50px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .header-reasons.fixed {
    background-color: #151d64;
  }
  .fixed .header__container {
    grid-template-columns: 1fr auto;
    padding-right: 70px;
  }
  .fixed .logo {
    display: none;
  }
  .fixed .header_contacts {
    justify-self: left;
    color: #fff;
  }
  .fixed .header_contacts__phones {
    flex-direction: row;
  }
  .fixed .header_contacts__address::before,
  .fixed .header_phone::before {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(38deg)
      brightness(103%) contrast(101%);
  }
  .fixed .header_controls {
    flex-direction: row;
  }
  .fixed .nav-mobile {
    padding: 0;
  }
  .fixed .nav-mobile .glyphicon {
    position: absolute;
    right: 15px;
    top: 24px;
  }
  .fixed a.callback {
    margin-bottom: 0;
    margin-right: 7px;
  }
  .fixed .fixed-toggle {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .fixed .header__container {
    padding-left: 15px;
    padding-right: 48px;
  }
  .fixed .header_contacts__address {
    font-size: 15px;
    padding-left: 22px;
  }
  .fixed .header_contacts__address::before {
    width: 14px;
  }
  .fixed .header_contacts__phones {
    font-size: 16px;
  }
  .fixed .header_phone {
    padding-left: 22px;
    white-space: nowrap;
  }
  .fixed .header_phone::before {
    width: 12px;
  }
  .fixed .header_phones .messenger img {
    width: 37px;
    height: 37px;
  }
  .fixed .nav-mobile .glyphicon {
    width: 23px;
    top: 20px;
  }
  .fixed .nav-mobile .glyphicon span {
    border-radius: 0;
  }
  .fixed .nav-mobile .glyphicon span::before {
    top: -9px;
  }
  .fixed .nav-mobile .glyphicon span::after {
    bottom: -9px;
  }
  .fixed .header_search_open,
  .header-reasons.fixed .container a.callback {
    width: 41px;
    height: 41px;
  }
}
@media screen and (max-width: 540px) {
  .fixed .header_contacts {
    padding: 0;
  }
  .fixed .header_contacts__phones {
    flex-direction: column;
    position: relative;
    padding-left: 40px;
  }
  .fixed .header_phones {
    position: static;
    padding: 0;
  }
  .fixed .header_phones .messenger {
    position: absolute;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    margin: 0;
  }
  .fixed .header_phones .messenger.telegram {
    right: 45px;
  }
  .fixed .header_phones .messenger.whatsapp {
    right: 0;
    width: 35px;
  }
  .fixed .nav-mobile .glyphicon {
    top: 22px;
  }
}
@media screen and (max-width: 420px) {
  .fixed .header__container {
    padding-left: 5px;
    padding-right: 35px;
  }
  .fixed .nav-mobile .glyphicon {
    right: 5px;
  }
}
@media screen and (max-width: 390px) {
  .fixed .header_contacts__address a {
    white-space: nowrap;
  }
  .fixed .header_contacts__phones {
    padding-right: 0px;
  }
  .fixed .header_phones .messenger img {
    width: 30px;
  }
  .fixed .header_phones .messenger.telegram {
    right: 35px;
  }
}
@media screen and (max-width: 360px) {
  .fixed .header_search_open,
  .header-reasons.fixed .container a.callback {
    width: 38px;
    height: 38px;
  }
  .fixed .header_phone {
    padding-left: 18px;
    font-size: 15px;
    margin-right: 0;
  }
}
.mobile-only,
.phones-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .phones-only {
    display: block;
  }
}
.mobile_sale img {
  display: block;
  margin: 0 auto 20px;
}

.rubric-slider {
  padding: 15px 0;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.rubric-slider .lSSlideOuter {
  position: relative;
  overflow: visible;
  padding: 0 30px;
}
.rubric-slider .lSSlideWrapper {
  position: static;
}
.rubric_slides.lightSlider {
  display: flex;
}
.rubric-slider .lSSlideWrapper li {
  padding: 5px 0;
  float: none;
}
.rubric-slider .lSSlideWrapper li a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 10px;
  border-radius: 15px;
}
.rubric-slider .lSSlideWrapper li:hover a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6.86px 0.14px rgba(0, 0, 0, 0.15);
}
.rubric-slider .lSSlideWrapper li img {
  width: auto;
  height: auto;
  max-width: 46px;
  display: inline-block;
  margin-right: 5px;
  flex-shrink: 0;
  box-shadow: 0px 1px 2px 0.1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.rubric-slider .lSSlideWrapper li a span {
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.rubric-slider .lSAction > a {
  width: 30px;
  height: 30px;
  background-position: center;
}
.rubric-slider .lSAction > a.lSPrev {
  left: 0;
}
.rubric-slider .lSAction > a.lSNext {
  right: 0;
}
@media screen and (max-width: 768px) {
  .rubric-slider .lSSlideOuter {
    padding: 0 10px;
  }
  .rubric-slider .lSAction > a.lSPrev {
    left: -20px;
  }
  .rubric-slider .lSAction > a.lSNext {
    right: -20px;
  }
}
.hit-block {
  border-radius: 8px;
  background-color: rgba(126, 185, 252, 0.3);
  padding: 25px 15px 10px;
  margin: 15px 0;
}
.hit-block h2 {
  text-align: center;
  color: #151d64;
  margin: 0;
}
.hit-slider.catalog-list {
  display: block;
  grid-template-columns: none;
  row-gap: initial;
  column-gap: initial;
  padding: 0;
  margin: 0;
}
.hit-slider.catalog-list li {
  margin-bottom: 8px;
  max-width: 300px;
}
.hit-block .price {
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hit-block .lSSlideWrapper {
  padding-top: 40px;
}

.hit-block .lSAction > a {
  width: 30px;
  height: 30px;
  margin: 0;
  left: auto;
  top: 0px;
  border-radius: 5px;
  opacity: 1;
  background:
    url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.651 490.651' style='enable-background:new 0 0 490.651 490.651;' xml:space='preserve'%3E%3Cpath d='M370.2,237.787L135.533,3.12c-4.16-4.16-10.923-4.16-15.083,0c-4.16,4.16-4.16,10.923,0,15.083l227.136,227.115 L120.451,472.453c-4.16,4.16-4.16,10.923,0,15.083c2.091,2.069,4.821,3.115,7.552,3.115s5.461-1.045,7.531-3.115L370.2,252.869 C374.36,248.709,374.36,241.947,370.2,237.787z'/%3E%3C/svg%3E%0A")
      center center / 60% no-repeat,
    #fff;
}
.hit-block .lSAction > a:hover {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.hit-block .lSAction > a.lSPrev {
  transform: scale(-1, 1);
  right: 44px;
}
.hit-block .lSAction > a.lSNext {
  margin-left: 12px;
  right: 0;
}
.subsections {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.subsections_btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 5px 15px 5px 45px;
  border-radius: 5px;
  color: #fff;
  background-color: #4d54a6;
  margin: 0 15px 15px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-align: center;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.subsections_btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 3px 3.92px 0.08px rgba(0, 0, 0, 0.31);
}
.subsections_btn--outer {
  background-image: url("/static/img/subsections_btn_01.png");
}
.subsections_btn--inner {
  background-image: url("/static/img/subsections_btn_02.png");
}
.subsections_btn--question {
  background-image: url("/static/img/subsections_btn_03.png");
  background-color: #53a45b;
}
@media screen and (max-width: 992px) {
  .subsections {
    justify-content: center;
  }
  .subsections_btn {
    min-height: 45px;
    padding-left: 35px;
    background-position: 10px center;
  }
}
@media screen and (max-width: 480px) {
  .subsections {
    margin: 0 -15px 30px;
  }
  .subsections_btn {
    max-width: 49%;
    margin: 5px 0.5%;
  }
  .subsections_btn.faq_btn {
    max-width: 100%;
  }
}
.qr-block {
  background-color: #74f7b9;
  font-size: 22px;
  padding: 5px 0;
}
.qr_inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
.qr_header {
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: 400;
  padding: 0 15px 5px 115px;
  line-height: 1.4;
  white-space: nowrap;
}
.qr_header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 62%;
  left: 0;
  bottom: 5px;
  background-color: #fff;
  display: block;
  z-index: -1;
}
.qr_inner span {
  display: inline-block;
  padding-left: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 1100px) {
  .qr_header {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .qr_header {
    font-size: 30px;
    padding-left: 30px;
  }
  .qr-block {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .qr_inner {
    flex-direction: column;
    text-align: center;
  }
  .qr_inner span {
    padding: 5px 0;
  }
}
.faq {
  padding-bottom: 35px;
}
.faq h2 {
  margin: 0;
  padding: 35px 0;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
}
.faq_item {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(234, 235, 235);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}
.faq_item summary {
  position: relative;
  padding: 15px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background-color: rgb(234, 235, 235);
  cursor: pointer;
}
.faq_item summary::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 11px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.651 490.651' style='enable-background:new 0 0 490.651 490.651;' xml:space='preserve'%3E%3Cpath d='M370.2,237.787L135.533,3.12c-4.16-4.16-10.923-4.16-15.083,0c-4.16,4.16-4.16,10.923,0,15.083l227.136,227.115 L120.451,472.453c-4.16,4.16-4.16,10.923,0,15.083c2.091,2.069,4.821,3.115,7.552,3.115s5.461-1.045,7.531-3.115L370.2,252.869 C374.36,248.709,374.36,241.947,370.2,237.787z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
}
.faq_item[open] summary::before {
  transform: rotate(-90deg);
}
.faq_item div {
  padding: 17px;
  padding-left: 50px;
}
.faq_item div p {
  margin: 10px 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .faq h2 {
    padding: 20px 0;
    font-size: 25px;
  }
  .faq_item summary {
    font-size: 16px;
  }
  .faq_item div p {
    font-size: 16px;
  }
}
.faq_btn {
  display: block;
  padding: 15px 5px 15px 35px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-color: rgb(83, 164, 91);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cg%3E%3Crect x='192' y='298.667' width='42.667' height='42.667'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,0C95.513,0,0,95.513,0,213.333s95.513,213.333,213.333,213.333s213.333-95.513,213.333-213.333 S331.154,0,213.333,0z M213.333,388.053c-96.495,0-174.72-78.225-174.72-174.72s78.225-174.72,174.72-174.72 c96.446,0.117,174.602,78.273,174.72,174.72C388.053,309.829,309.829,388.053,213.333,388.053z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M296.32,150.4c-10.974-45.833-57.025-74.091-102.858-63.117c-38.533,9.226-65.646,43.762-65.462,83.384h42.667 c2.003-23.564,22.729-41.043,46.293-39.04s41.043,22.729,39.04,46.293c-4.358,21.204-23.38,36.169-45.013,35.413 c-10.486,0-18.987,8.501-18.987,18.987v0v45.013h42.667v-24.32C279.787,241.378,307.232,195.701,296.32,150.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 12px;
}
.faq_btn:hover {
  color: #fff;
}
aside .faq_btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  aside .faq_btn {
    margin-top: 10px;
  }
}
.faq_btn.subsections_btn {
  display: inline-flex;
  padding: 5px 15px 5px 45px;
  background-position: 15px center;
}
aside a.backlight,
aside a.backlight:hover {
  color: #dc282c !important;
}
aside .lvl4 li {
  position: relative;
  font-style: italic;
  background-color: #eaecec;
}
aside .lvl4 li a {
  color: #606060;
}
aside .lvl4 li a::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 7px;
  background-color: #606060;
}
@media (max-width: 860px) {
  aside .lvl4 li a::before {
    left: 7px;
  }
}
aside .lvl4 li a.active {
  background-color: transparent;
}
aside .lvl4 li a.active::before {
  background-color: red;
}
.lvl3 > li > a {
  font-style: italic;
}
.lvl3.mdoor-lvl3 > li > a {
  padding-right: 10px;
  text-transform: uppercase;
  font-style: italic;
}
.podokon_price {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .podokon_price {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .podokon_price {
    padding-top: 15px;
  }
}
.h2-header {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  font-size: 28px;
}
.container .h2-header {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  font-size: 28px;
}
.submenu_back {
  display: none;
  position: absolute;
  top: 0;
  left: 23px;
  font-size: 18px;
  color: #fff;
  background: url("/static/img/submenu_back.svg") 15px center / 12px no-repeat;
  border: none;
  font-weight: 500;
  padding: 0 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .submenu_back {
    display: flex;
    align-items: center;
    height: 56px;
    transform: translateY(-100%);
    background-color: #151d64;
  }
  .fixed .submenu_back {
    transform: none;
    width: 100%;
    left: 0;
    height: 45px;
  }

  nav .navigation-pages > li.submenu > ul {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    padding: 20px 30px 30px;
    width: 100%;
    min-height: 100%;
    background-color: #f0f1f7;
    max-width: initial;
    transform: translateX(-100%);
    visibility: hidden;
    transition: 0.4s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .fixed nav .navigation-pages > li.submenu > ul {
    padding-top: 50px;
    overflow-y: auto;
  }
  nav .navigation-pages > li.hover-on-link > ul {
    transform: translateX(0);
    visibility: visible;
  }
  nav .navigation-pages > li .doors_menu + ul {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .navigation-pages > li .doors_menu + ul::before {
    display: none;
  }
  nav > ul > li {
    position: static;
    max-width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #dfe1f1;
    padding: 0;
  }
  nav .navigation-pages > li.submenu ul li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border: none;
  }
  nav > ul > li:last-child {
    border-bottom: none;
  }
  nav > ul > li > a {
    font-size: 16px;
    text-transform: none;
    padding: 10px 0;
    line-height: 1.4em;
    color: inherit;
    position: relative;
    max-width: 290px;
  }
  nav > ul > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 25px);
    height: 100%;
    left: -25px;
    top: 0;
    border-radius: 40px;
    z-index: -1;
  }
  nav > ul > li > a:hover,
  nav > ul > li > a:focus {
    color: inherit;
  }
  nav > ul > li > a:hover::before,
  nav > ul > li.active > a::before {
    background-color: #dfe1f1;
  }
  nav > ul > li > ul > li > a,
  .navigation-pages > li a.balcony_menu + ul > li > a,
  .navigation-pages > li a.doors_menu + ul > li > ul {
    border-bottom: 1px solid #dfe1f1;
    padding-bottom: 5px;
  }
  .navigation-pages > li a.doors_menu + ul > li > ul {
    column-gap: 10px;
  }
  .navigation-pages > li .doors_menu + ul > li > a,
  .navigation-pages > li .doors_menu + ul > li > span {
    max-width: 100%;
    border-bottom: 1px solid #dfe1f1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation-pages > li .doors_menu + ul > li:last-child > a,
  .navigation-pages > li .doors_menu + ul > li:last-child > span,
  nav > ul > li > ul > li:last-child > a,
  .navigation-pages > li a.balcony_menu + ul > li:last-child > a {
    border: none;
  }
  .navigation-pages > li a.balcony_menu + ul ul {
    padding-left: 40px;
    border-bottom: 1px solid #dfe1f1;
  }
}
@media screen and (max-width: 500px) {
  nav > ul > li > a,
  .navigation-pages > li a.balcony_menu + ul > li > a {
    font-size: 15px;
  }
  .navigation-pages > li a.balcony_menu + ul > li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navigation-pages > li a.balcony_menu + ul > li ul a {
    font-size: 14px;
    padding: 10px 0;
  }
  nav > ul > li,
  nav .navigation-pages > li.submenu ul li {
    max-width: 390px;
  }
}
@media screen and (max-width: 370px) {
  .submenu_back {
    left: 10px;
  }
  nav > ul > li > a::before {
    width: calc(100% + 15px);
    left: -15px;
  }
  nav .navigation-pages > li.submenu > ul {
    padding-left: 20px;
    padding-right: 10px;
  }
}

.entrance-text {
  margin-bottom: 45px;
}
.entrance-text h2,
.entrance-text h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0 35px;
}
.entrance-text p {
  padding: 0;
  margin-bottom: 30px;
}
.entrance-text_intro {
  padding-bottom: 10px;
}
.entrance-text_types {
  padding-top: 10px;
  padding-bottom: 30px;
}
.entrance-types {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  justify-content: space-between;
  row-gap: 60px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.entrance-types li {
  position: relative;
}
.entrance-types li:last-child {
  grid-column: 3/5;
}
.entrance-types li span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 210px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  padding: 12px 5px 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
.entrance-types li img {
  display: block;
  border-radius: 15px;
}
.entrance-text_plus {
  padding-top: 20px;
  padding-bottom: 30px;
}
.entrance-text_plus h3 span {
  display: inline-block;
  max-width: 750px;
}
.entrance-text_plus__list {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  font-weight: 500;
}
.entrance-text_plus__list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px 10px 95px;
  background-color: #eaebeb;
  border-radius: 10px;
  line-height: 1.2em;
  min-height: 118px;
}
.entrance-text_plus__list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
.entrance-text_plus__list li:nth-child(1)::before {
  background-image: url("/static/img/entrance_plus_01.svg");
}
.entrance-text_plus__list li:nth-child(2)::before {
  background-image: url("/static/img/entrance_plus_02.svg");
  background-size: 75%;
}
.entrance-text_plus__list li:nth-child(3)::before {
  background-image: url("/static/img/entrance_plus_03.svg");
  background-size: 80%;
}
.entrance-text_design {
  padding: 45px 30px 30px;
  background-color: #eaebeb;
  border-radius: 15px;
}
.entrance-text_design__list {
  background-color: #ffffff;
  border-radius: 15px;
  list-style: none;
  padding: 45px 15px 25px 55px;
  margin: 0 auto 30px;
  max-width: 1010px;
  column-count: 2;
  font-weight: 500;
}
.entrance-text_design__list li {
  position: relative;
  padding-top: 3px;
  padding-left: 40px;
  max-width: 380px;
  min-height: 25px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.entrance-text_design__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: url("/static/img/entrance_design_check.svg") center center / 100%
    no-repeat;
}
.entrance-text_design p {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1140px) {
  .entrance-text_intro {
    padding-bottom: 0;
  }
  .entrance-types {
    grid-template-columns: repeat(4, 24%);
    row-gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .entrance-text p {
    margin-bottom: 20px;
  }
  .entrance-text_design__list {
    padding: 30px 15px 20px 30px;
  }
  .entrance-text_plus__list {
    column-gap: 20px;
  }
  .entrance-text_plus__list li {
    padding: 10px 10px 10px 75px;
  }
  .entrance-text_plus__list li::before {
    left: 10px;
  }
}
@media screen and (max-width: 890px) {
  .entrance-types {
    grid-template-columns: repeat(3, 32%);
    row-gap: 25px;
  }
  .entrance-types li:last-child {
    grid-column: 1/3;
  }
  .entrance-text h2,
  .entrance-text h3 {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .entrance-text_types {
    padding-bottom: 10px;
  }
  .entrance-text {
    margin-bottom: 25px;
  }
  .entrance-text_plus__list li {
    font-size: 16px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .entrance-text h2,
  .entrance-text h3 {
    font-size: 20px;
  }
  .entrance-types li span {
    font-size: 16px;
    padding: 5px;
    max-width: 165px;
  }
  .entrance-text_plus__list {
    grid-template-columns: 1fr 1fr;
  }
  .entrance-text_plus__list li {
    min-height: 80px;
  }
  .entrance-text_plus__list li:first-child {
    grid-column: 1/-1;
  }
  .entrance-text_design {
    padding: 35px 20px 20px;
  }
  .entrance-text_design__list {
    padding: 20px 10px 10px 20px;
  }
  .entrance-text_design__list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .entrance-types {
    grid-template-columns: repeat(2, 48.5%);
    margin-bottom: 10px;
  }
  .entrance-types li:last-child {
    grid-column: 1/-1;
  }
  .entrance-text_design__list {
    column-count: initial;
    padding-left: 35px;
  }
  .entrance-text_design__list li {
    max-width: initial;
  }
  .entrance-text_plus__list {
    column-gap: 10px;
    row-gap: 15px;
  }
  .entrance-text_plus__list li {
    min-height: 64px;
    padding: 10px 5px 10px 65px;
  }
  .entrance-text_plus__list li::before {
    width: 48px;
    height: 50px;
    left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .entrance-text_plus__list {
    grid-template-columns: 1fr;
  }
  .entrance-text_design {
    padding: 25px 10px 15px;
  }
  .entrance-text_design__list {
    padding: 20px 10px 10px 15px;
  }
  .entrance-text_design__list li {
    margin-bottom: 10px;
  }
  .entrance-types li span {
    line-height: 1em;
    min-height: 42px;
  }
}

.white-fix {
  position: relative;
}
.white-fix::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 20px);
  top: 30px;
  left: 30%;
  transform: translateX(-50%);
  width: 110vw;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .white-fix::before {
    height: calc(100% + 5px);
    left: 50%;
  }
}

.balcony-prices {
  padding-bottom: 30px;
}
.balcony-prices--cold {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .balcony-prices--cold {
    padding-top: 20px;
  }
}
.balcony-prices h2 {
  margin: 10px 0 30px;
  text-align: center;
}
.balkony-slides {
  position: relative;
  padding-top: 30px;
  margin-bottom: 20px;
}
.balkony-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.balkony-slide {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  padding-right: 60px;
}
.balkony-slide_img {
  width: 63%;
  padding-top: 60px;
  padding-right: 10px;
  flex-shrink: 0;
}
.balkony-slide_img span {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.balkony-slide_img img {
  display: block;
}
.balkony-slide_text {
  width: 37%;
  max-width: 280px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px 10px 15px 40px;
  line-height: 1.3em;
}
.balkony-slide_price {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.balkony-slide_price b {
  color: #151d64;
}
.balkony-slide_desc {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.balkony-slide_desc__sub {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.balkony-slide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  text-align: center;
  min-height: 54px;
  border-radius: 10px;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #151d64;
  margin-bottom: 8px;
  line-height: 1em;
}
.balkony-slide_btn--measure {
  background-color: #dc282c;
}
.balkony-slide_btn:hover {
  color: #fff;
  text-decoration: none;
}
.balkony-slides .lSSlideOuter {
  position: relative;
  overflow: visible;
}
.balkony-slides .lSSlideWrapper {
  position: static;
}
.balkony-slides .lSAction > a.lSPrev,
.balkony-slides .lSAction > a.lSNext {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #e1e2e6; */
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #dc282c;
  opacity: 1;
  top: 15px;
  margin: 0;
  background-size: 10px auto;
}
.balkony-slides .lSAction > a.lSPrev {
  left: 0;
}
.balkony-slides .lSAction > a.lSNext {
  right: 0;
}
.balkony-slides .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  bottom: 5px;
  left: 0;
  padding-left: 35px;
}
.balkony-slides .lSSlideOuter .lSPager.lSpg > li {
  padding: 0;
  margin: 0 7px;
}
.balkony-slides .lSSlideOuter .lSPager.lSpg > li a {
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #e1e3e8;
  font-size: 0px;
}
.balkony-slides .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #9d9fac;
}

@media screen and (max-width: 1080px) {
  .balkony-slides {
    padding-top: 10px;
  }
  .balkony-slide_text {
    padding: 20px 15px 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .balkony-slides .lSAction > a.lSPrev,
  .balkony-slides .lSAction > a.lSNext {
    width: 45px;
    height: 45px;
    top: 10px;
  }
  .balkony-slides .lSAction > a.lSPrev {
    left: -20px;
  }
  .balkony-slides .lSAction > a.lSNext {
    right: -20px;
  }
  .balkony-slide {
    padding-right: 30px;
  }
  .balkony-slide_img {
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .balkony-slide_price {
    margin-bottom: 10px;
  }
  .balkony-slide_desc__sub {
    margin-bottom: 10px;
  }
  .balkony-slide_desc {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .balkony-slide {
    padding-right: 0;
  }
  .balkony-slide_img {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
  }
  .balkony-slide_img span {
    margin-bottom: 10px;
  }
  .balkony-slide_text {
    width: 100%;
    max-width: initial;
  }
  .balkony-slides .lSAction > a.lSPrev,
  .balkony-slides .lSAction > a.lSNext {
    top: 20px;
  }
  .balkony-slides .lSSlideOuter .lSPager.lSpg {
    position: static;
    padding-top: 15px;
  }
  .balkony-slide_btns {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .balkony-slide_btn {
    min-height: 48px;
    max-width: 155px;
  }
}
.vnutr_otdelka_flex {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.entrance-text_btn {
  display: block;
  text-align: center;
  color: #dc282c;
  font-weight: 600;
  padding: 10px 0;
}
.item-notice {
  padding: 20px 20px 20px 95px;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
  background:
    url("/static/img/item-notice.png") 15px center / 66px no-repeat,
    #dc282c;
  max-width: 336px;
}
@media screen and (max-width: 440px) {
  .item-notice {
    background-position: 10px center;
    background-size: 50px;
    padding: 15px 15px 15px 75px;
  }
}
.window-components {
  background-color: #151d64;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
.window-components h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.window-components_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 10px 0;
  margin: 0 0 20px;
  list-style: none;
}
.window-components_list li {
  width: 23%;
  max-width: 230px;
  text-align: center;
}
.window-components_item {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  position: relative;
  padding-top: 220px;
}
.window-components_item:hover {
  color: inherit;
}
.window-components_item::before,
.window-components_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 203px;
  left: 0;
  top: 0;
}
.window-components_item::before {
  background: url("/static/img/window-components_elem.png") center center / 100%
    no-repeat;
}
.window-components_item--1::after {
  background: url("/static/img/window-components_1.svg") 52% center / 28%
    no-repeat;
}
.window-components_item--2::after {
  background: url("/static/img/window-components_2.svg") center center / 33%
    no-repeat;
}
.window-components_item--3::after {
  background: url("/static/img/window-components_3.svg") center center / 32%
    no-repeat;
}
.window-components_item--4::after {
  background: url("/static/img/window-components_4.svg") center center / 28%
    no-repeat;
}
@media screen and (max-width: 992px) {
  .window-components h2 {
    font-size: 26px;
  }
  .window-components_list {
    padding-top: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .window-components h2 {
    font-size: 20px;
  }
  .window-components_item::before,
  .window-components_item::after {
    height: 160px;
  }
  .window-components_item {
    padding-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .window-components_list {
    max-width: 440px;
    padding-top: 0;
    margin: 0 auto;
  }
  .window-components_list li {
    width: 48%;
    max-width: 180px;
  }
}
.captcha_row {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.captcha_row span {
  flex-shrink: 0;
}
.captcha_row img {
  display: block;
}
.captcha_row input {
  display: block;
  width: 100%;
  margin: 0;
}
footer .region-descr {
  padding: 5px 0;
  padding-left: 15px;
}
footer .region-descr a {
  color: #1f1f1f;
}
@media screen and (max-width: 767px) {
  footer .region-descr {
    padding: 10px 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer .region-descr {
    grid-column: span 2;
  }
}
.price-box {
  margin: 30px 0;
  padding: 50px 120px 50px 90px;
  border-radius: 20px;
  background-color: rgb(233, 233, 245);
  overflow-x: hidden;
}
.price-box__title {
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}
.price-box__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0;
  margin: 0 0 35px;
  list-style-type: none;
}
.price-box__list-item {
  display: grid;
  grid-template-columns: 1fr 120px 70px;
  column-gap: 20px;
}
.price-box--dveri .price-box__list-item {
  grid-template-columns: 1fr 100px;
}
.price-box__list-item--head {
  position: relative;
  padding: 13px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.price-box__list-item--head::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: -40px;
  right: -50px;
  background-color: #fff;
  border-radius: 10px;
}
.price-box__list-item--head span {
  position: relative;
}
.price-box__capt {
  padding: 0;
  display: flex;
  justify-content: end;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .price-box {
    padding-left: 40px;
    padding-right: 30px;
  }
  .price-box__list-item--head::before {
    left: -20px;
    right: -15px;
  }

  .price-box__list-item {
    display: grid;
    grid-template-columns: 1fr 80px 70px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .price-box {
    padding: 30px 15px;
    font-size: 14px;
  }
  .price-box__list-item--head::before {
    left: -8px;
    right: -8px;
  }
  .price-box__list-item span {
    display: flex;
    align-items: center;
    line-height: 1.2;
  }
  .price-box__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .price-box__list-item--head {
    font-size: 16px;
  }
  .price-box__list-item {
    grid-template-columns: 1fr 50px 50px;
  }
  .price-box__list {
    row-gap: 13px;
  }
}
@media (max-width: 768px) {
  nav .submenu > a {
    position: relative;
  }
  nav .submenu > a::after {
    position: absolute;
    display: block;
    content: "";
    right: 22px;
    left: auto;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #151d64;
    border-bottom: 2px solid #151d64;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.faq_btn.faq_btn--mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .faq_btn.faq_btn--desktop-only {
    display: none;
  }
  .faq_btn.faq_btn--mobile-only {
    display: block;
  }
}
.sim-art {
  padding-top: 30px;
  padding-bottom: 50px;
}
.sim-art__header {
  margin: 0 0 45px;
}
.sim-art__list {
  display: grid;
  grid-template-columns: repeat(3, 29%);
  justify-content: space-between;
  column-gap: 5%;
  row-gap: 25px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sim-art__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-decoration: none;
  row-gap: 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}
.sim-art__link:hover {
  text-decoration: none;
}
.sim-art__img {
  position: relative;
  padding-bottom: 22px;
}
.sim-art__img::before {
  position: absolute;
  display: block;
  content: "";
  height: 5px;
  width: 30%;
  left: 0;
  bottom: 0;
  background-color: #151d64;
}
@media (max-width: 992px) {
  .sim-art__list {
    grid-template-columns: repeat(3, 32%);
    column-gap: 20px;
  }
  .sim-art__link {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sim-art__header {
    margin-bottom: 25px;
  }
  .sim-art__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sim-art__img {
    padding-bottom: 15px;
  }
  .sim-art__img::before {
    height: 3px;
    width: 27%;
  }
}
.entrance__link-box {
  padding: 20px 10px 20px 50px;
  border-radius: 10px;
  background-color: rgb(234, 235, 235);
}
.entrance__link {
  display: flex;
  column-gap: 30px;
  color: #dc282c;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  text-decoration: none;
}
.entrance__link:hover {
  text-decoration: none;
  color: #871215;
}
.entrance__link span:first-child {
  text-decoration: underline;
}
.entrance__link span:last-child {
  text-decoration: none;
  font-size: 28px;
  line-height: 0.5;
  font-weight: 800;
}
@media (max-width: 480px) {
  .entrance__link-box {
    padding-right: 5px;
  }
  .entrance__link {
    font-size: 16px;
    column-gap: 12px;
  }
}
.entr-img-link {
  position: absolute;
  opacity: 0;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.door-catalog {
  padding-top: 60px;
  padding-bottom: 30px;
}
.navigation-catalog {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-catalog > li {
  background-color: #fafafa;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px 30px 40px;
}
.navigation-catalog > li:nth-child(3) {
  display: none;
}
.navigation-catalog a {
  color: #343434;
  text-decoration: none;
  line-height: 1.2em;
}
.navigation-catalog > li > a {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}
.navigation-catalog > li ul {
  list-style: none;
  padding: 0;
}
.navigation-catalog li .vhodn + ul {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  justify-content: space-between;
  row-gap: 20px;
  padding-top: 5px;
}
.navigation-catalog li .mezkomn + ul {
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  grid-template-rows: auto 1fr;
  justify-content: space-between;
  align-items: start;
}
.navigation-catalog li .mezkomn + ul ul li {
  margin-bottom: 10px;
}
.navigation-catalog li .mezkomn + ul > li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 1/3;
  order: -2;
}
.navigation-catalog li .mezkomn + ul > li:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
  order: -1;
}
.navigation-catalog li .mezkomn + ul > li > a {
  display: block;
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.navigation-catalog > li ul li .logom {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 6px 0;
  min-height: 54px;
  line-height: 1;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  padding-left: 58px;
  text-align: left;
  width: 100%;
  max-width: 200px;
}
.navigation-catalog > li ul li .logom:hover {
  background-color: #bdd6e7;
}
.navigation-catalog > li ul li .logom::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .navigation-catalog li .vhodn + ul {
    grid-template-columns: repeat(3, 31.5%);
  }
}
@media (max-width: 992px) {
  .navigation-catalog > li {
    padding: 15px 15px 25px;
  }
  .navigation-catalog > li > a {
    font-size: 30px;
  }
  .navigation-catalog li .mezkomn + ul {
    grid-template-columns: repeat(2, 48.5%);
  }
  .navigation-catalog li .mezkomn + ul > li:nth-child(2) {
    grid-row: initial;
  }
}
@media (max-width: 600px) {
  .navigation-catalog li .vhodn + ul {
    grid-template-columns: repeat(2, 48.5%);
  }
}
@media (max-width: 480px) {
  .navigation-catalog > li > a {
    font-size: 24px;
  }
  .navigation-catalog li .mezkomn + ul,
  .navigation-catalog li .vhodn + ul {
    grid-template-columns: 100%;
    row-gap: initial;
  }
  .navigation-catalog li .mezkomn + ul > li:nth-child(2),
  .navigation-catalog li .mezkomn + ul > li:nth-child(3) {
    grid-column: initial;
    grid-row: initial;
  }
  .navigation-catalog li .mezkomn + ul ul li {
    margin-bottom: 0;
  }
  .navigation-catalog > li ul li .logom {
    max-width: initial;
  }
}
.fullpage_form {
  background: url("/static/img/fullpage_form.jpg") center center / cover
    no-repeat;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.fullpage_form h2 {
  font-size: 36px;
  font-weight: 600;
}
.page_form {
  font-size: 16px;
}
form.page_form input {
  display: block;
  width: 100%;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
}
form.page_form .agreement input {
  display: initial;
  width: auto;
  height: auto;
  margin: 0;
}
.page_form .captcha_row span {
  display: flex;
  align-items: center;
  align-self: stretch;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
}
.page_form .page_form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 40px;
  padding: 5px;
  line-height: 1.2em;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  font-size: 16px;
  text-transform: none;
  background-color: #dc282c;
  color: #fff;
}
.page_form__content {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  padding: 15px 0 0;
}
.page_form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 15px;
}
.page_form .agreement {
  font-size: 12px;
  text-align: center;
  color: #898888;
  line-height: 1.4em;
  padding-bottom: 30px;
}
.page_form .agreement a {
  display: block;
  color: inherit;
}
@media (max-width: 1280px) {
  .fullpage_form h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .fullpage_form {
    padding-bottom: 20px;
  }
  .fullpage_form h2 {
    font-size: 24px;
  }
  .page_form__content {
    margin: 20px auto;
    padding: 10px 0 0;
  }
  form.page_form input {
    padding: 10px;
  }
  .page_form .agreement {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .page_form__inputs {
    column-gap: 10px;
    row-gap: 10px;
  }
  .page_form__content {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .page_form__inputs {
    grid-template-columns: 100%;
  }
  .page_form__content {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .fullpage_form h2 {
    font-size: 20px;
  }
}
.blue-billet {
  display: flex;
  align-items: center;
  background-color: #373a7b;
  color: #fff;
  padding: 25px;
  border-radius: 25px;
  min-height: 125px;
  font-size: 24px;
  margin: 30px 0;
}
.blue-billet p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  row-gap: 15px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.3em;
  font-size: inherit;
}
.blue-billet_link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  width: 100%;
  max-width: 160px;
  border-radius: 40px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 5px 50px 5px 25px;
  box-shadow: 0px 4px 0 0 #010229;
  font-weight: 500;
}
.blue-billet_link:hover {
  text-decoration: none;
}
.blue-billet_link::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  background:
    url("/static/img/arr45.svg") center center / 40% no-repeat,
    #151d64;
}
@media (max-width: 992px) {
  .blue-billet {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .blue-billet {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .blue-billet p {
    flex-wrap: wrap;
  }
  .blue-billet_link {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .blue-billet {
    text-align: center;
    padding: 15px;
    font-size: 18px;
  }
}
.img-row {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 15px;
  margin-bottom: 30px;
}
.img-row img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .img-row {
    grid-template-columns: 100%;
  }
}
/* ГИРЛЯНДА (ОБЩИЕ СТИЛИ) */
/* header {
	position: relative;
	padding-top: 80px;
}
header::before {
	position: absolute;
	display: block;
	content: '';
	height: 84px;
	top: 0;
    left: 0;
    width: 100%;
    background-image: url('/static/img/girlanda.png');
    background-position: center;
} */
/* ГИРЛЯНДА (частные) */

/* ХХХ ГИРЛЯНДА ХХХХ */
.site-creator {
  padding: 20px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.site-creator_block {
  display: block;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 13px;
  }
}
.character__title {
  font-size: 18px;
}
.pvh_windows__also.pvh_windows__also--nest b {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
.pvh_windows__also.pvh_windows__also--nest p {
  padding-bottom: 40px;
  line-height: 1.2;
}
.pvh_windows__text .check_list.check_list--lamlist li {
  font-weight: 400;
}
.pvh_windows__text .check_list.check_list--lamlist li b {
  font-weight: bold;
  font-size: 18px;
}
.pvh_windows__text .check_list.check_list--lamlist li::before {
  top: -2px;
}
.custom-select .nice-select {
  font-size: 18px;
  padding: 15px 8px;
  color: #000;
  border-color: #cccccc;
}
.custom-select .nice-select:after {
  border-bottom: 2px solid #212112;
  border-right: 2px solid #212112;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  margin-top: -9px;
  right: 18px;
}
.custom-select .nice-select.open:after {
  transform: rotate(45deg);
}
.custom-select .nice-select .list {
  border-color: #cccccc;
  background-color: #f9f9f9;
  font-size: inherit;
  padding: 0;
}
.custom-select .nice-select .list li {
  border-top: 1px solid #ccc;
  padding: 15px 10px 15px 20px;
}
.custom-select .nice-select .list li:hover,
.custom-select .nice-select .list li.option.selected,
.custom-select .nice-select .list li.option.focus {
  background-color: #dc282c;
  color: #fff;
  font-weight: normal;
}
.custom-select .nice-select .list:hover .option:not(:hover) {
  color: inherit;
}
.custom-select .nice-select .list li:first-child {
  display: none;
}
@media (max-width: 992px) {
  .custom-select .nice-select .list li {
    padding: 12px 10px 12px 15px;
  }
}
@media (max-width: 767px) {
  .custom-select .nice-select {
    font-size: 16px;
    padding: 12px 8px;
  }
  .custom-select .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 15px;
  }
}
.okna_menu + ul > li:nth-child(2) {
  position: relative;
}
.okna_menu + ul > li:nth-child(2)::after {
  position: absolute;
  display: block !important;
  width: 10px;
  height: 10px;
  content: "";
  right: 20px;
  top: 45%;
  border-right: 2px solid #151d64;
  border-top: 2px solid #151d64;
  transform: rotate(45deg) translateY(-50%);
  z-index: 13;
}
.window-install h2 {
  text-align: center;
}
.window-install p {
  line-height: 1.2em;
  text-align: justify;
}
.window-install ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.window-install ul li {
  position: relative;
  line-height: 1.2em;
}
.window-install ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.calc-announce {
  display: block;
  margin: 30px 0 60px;
}
.calc-announce_link {
  position: relative;
  display: flex;
  padding: 10px 12px;
  background-color: #151d64;
  text-decoration: none;
}
.calc-announce_link::before,
.calc-announce_link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.calc-announce_link::before {
  width: 30%;
  background: linear-gradient(to right, transparent, #e6e7eb 55%);
}
.calc-announce_link::after {
  width: 23%;
  background: url("/static/img/calc-announce.png") left center / 74% auto
    no-repeat;
}
.calc-announce_link:hover {
  text-decoration: none;
}
.calc-announce_text {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 155px;
  padding: 25px;
  padding-right: 23%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
}
.pvh_windows__text .calc-announce {
  margin-bottom: 85px;
}
@media (max-width: 1200px) {
  .calc-announce_link {
    padding: 10px;
  }
  .calc-announce_text {
    min-height: 135px;
    padding: 20px;
    padding-right: 23%;
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .calc-announce_text {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .calc-announce_text {
    min-height: 120px;
    font-size: 20px;
    padding: 15px;
    padding-right: 20%;
  }
  .calc-announce_link::after {
    width: 20%;
    background-size: 85%;
  }
}
@media (max-width: 480px) {
  .calc-announce_text {
    min-height: initial;
    text-align: center;
    padding: 100px 10px 15px;
  }
  .calc-announce_link::before,
  .calc-announce_link::after {
    width: 100%;
    height: 100px;
  }
  .calc-announce_link::before {
    background: linear-gradient(to top, transparent, #e6e7eb);
  }
  .calc-announce_link::after {
    background-position: center;
    background-size: auto 100%;
  }
}
.gdpr__link {
  text-decoration: underline;
  color: #76b8ee;
}
.copyright--politic a {
  font:
    20px "PT Sans Narrow",
    sans-serif;
  color: #8a8a8a;
}
.politic-box a {
  color: inherit;
}
@media (max-width: 480px) {
  .copyright--politic a {
    font:
      16px "PT Sans Narrow",
      sans-serif;
  }
}
.main_cats {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  row-gap: 30px;
  padding: 30px 0 0;
  margin: 0 0 40px;
  list-style: none;
}
.main_cats__elem {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  padding: 15px 10px 20px 18px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 5px 22px 2px rgba(0, 0, 0, 0.16);
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
}
.main_cats__elem:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 1180px) {
  .main_cats__elem {
    padding: 15px;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .main_cats {
    grid-template-columns: repeat(2, 48.5%);
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .main_cats img {
    width: 100px;
  }
  .main_cats__elem {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .main_cats img {
    width: 80px;
  }
  .main_cats__elem {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main_cats {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .main_cats__elem {
    column-gap: 15px;
  }
}
.balcony-stages {
  display: flex;
  justify-content: space-between;
  row-gap: 50px;
  flex-wrap: wrap;
  padding: 25px 0 0;
  margin: 0 0 50px;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
}
.balcony-stages_elem {
  position: relative;
  display: block;
  padding-top: 120px;
  width: 31.5%;
  max-width: 275px;
  text-align: center;
  line-height: 1.25em;
}
.balcony-stages_elem::before,
.balcony-stages_elem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 105px;
}
.balcony-stages_elem::before {
  background: url("/static/img/balcony-stage.png") center center / 100%
    no-repeat;
}
.balcony-stages_elem--1::after {
  background: url("/static/img/balcony-stages_01.svg") center center / 48%
    no-repeat;
}
.balcony-stages_elem--2::after {
  background: url("/static/img/balcony-stages_02.svg") center center / 48%
    no-repeat;
}
.balcony-stages_elem--3::after {
  background: url("/static/img/balcony-stages_03.svg") center center / 48%
    no-repeat;
}
.balcony-stages_elem--4::after {
  background: url("/static/img/balcony-stages_04.svg") center center / 55%
    no-repeat;
}
.balcony-stages_elem--5::after {
  background: url("/static/img/balcony-stages_05.svg") center center / 48%
    no-repeat;
}
.balcony-stages_elem--6::after {
  background: url("/static/img/balcony-stages_06.png") center center / 45%
    no-repeat;
}
@media (max-width: 992px) {
  .balcony-stages {
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .balcony-stages {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .balcony-stages li {
    width: 48.5%;
  }
}
/* Типовые страницы Остекления */
.osteklenie p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.osteklenie li {
  font-size: 18px;
}
.osteklenie h1 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}
.osteklenie h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: left;
}
.osteklenie h3 {
  text-align: left;
}
.osteklenie ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.osteklenie__info {
  padding-bottom: 50px;
}
.osteklenie__info-list li {
  position: relative;
  padding-left: 35px;
}
.osteklenie__info-list li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.osteklenie__types {
  padding-bottom: 50px;
}
.osteklenie__types .container > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.osteklenie__types .container > ul > li {
  position: relative;
  flex: 1 0 calc(40% - 10px);
  padding: 65px 30px 20px 65px;
  border-radius: 20px;
}
.osteklenie__types .container > ul > li:nth-child(3n + 1) {
  background-color: #3379b715;
}
.osteklenie__types .container > ul > li:nth-child(3n + 2) {
  background-color: #4e4e4e15;
}
.osteklenie__types .container > ul > li:nth-child(3n + 3) {
  background-color: #dc282c15;
}
.osteklenie__types .container > ul > li:nth-child(3n + 1)::before {
  background-image: url("/static/img/osteklenie/osteklenie-check-blue.svg");
}
.osteklenie__types .container > ul > li:nth-child(3n + 2)::before {
  background-image: url("/static/img/osteklenie/osteklenie-check-gray.svg");
}
.osteklenie__types .container > ul > li:nth-child(3n + 3)::before {
  background-image: url("/static/img/osteklenie/osteklenie-check-red.svg");
}
.osteklenie__types .container > ul > li::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  top: -10px;
  left: 65px;
  background-repeat: no-repeat;
  background-position: center;
}
.osteklenie__types .container > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.osteklenie__types h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
}
.osteklenie__features ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.osteklenie__features ul li {
  position: relative;
  padding-left: 65px;
  flex: 1 0 calc(40% - 10px);
}
.osteklenie__features ul li::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 17px;
  left: 0;
  top: 5px;
  background-image: url("/static/img/osteklenie/osteklenie-arrow.svg");
}
.osteklenie__features ul li h3 {
  color: #151d64;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.osteklenie__order .osteklenie__order-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 30px;
  margin-bottom: 30px;
}
.osteklenie__order h2 {
  margin: 0;
  margin-left: 35px;
  margin-bottom: 20px;
}
.osteklenie__order ul li {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.osteklenie__order ul li img {
  display: block;
  width: fit-content;
  max-height: fit-content;
}
.osteklenie__order ul li:first-child p {
  margin-left: 3px;
}
.osteklenie__footer strong {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
}
.osteklenie__content ul li {
  position: relative;
  padding-left: 35px;
}
.osteklenie__content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  .osteklenie__types .container > ul {
    flex-direction: column;
  }
  .osteklenie__types .container > ul > li {
    padding: 35px 30px 20px 35px;
  }
  .osteklenie__types .container > ul > li::before {
    top: -10px;
    left: 35px;
  }
  .osteklenie__order .osteklenie__order-box {
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 662px) {
  .osteklenie__features ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .osteklenie p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .osteklenie li {
    font-size: 16px;
  }
  .osteklenie h1 {
    margin-bottom: 20px;
  }
  .osteklenie h2 {
    font-size: 22px;
  }
  .osteklenie__types h3 {
    font-size: 25px;
    margin-top: 10px;
  }
  .osteklenie__order .osteklenie__order-box {
    padding: 15px;
  }
}
