@charset "UTF-8";
/* Шрифты */
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("ProximaNova-Regular.ttf");
  src: url("ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("ProximaNovaRegular.woff") format("woff"), url("ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: "ProximaNovaBold";
  src: url("ProximaNova-Bold.ttf");
  src: url("ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("ProximaNovaBold.woff") format("woff"), url("ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }
/* Общие стили */
/* line 1, _main.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 21, _main.scss */
html {
  line-height: 1; }

/* line 24, _main.scss */
body {
  font-family: "ProximaNovaRegular", sans-serif;
  position: relative;
  font-size: 100%; }

/* line 29, _main.scss */
ol, ul {
  list-style: none; }

/* line 32, _main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 36, _main.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 41, _main.scss */
q, blockquote {
  quotes: none; }

/* line 44, _main.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: none; }

/* line 48, _main.scss */
a img {
  border: none; }

/* line 51, _main.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Общие стили */
/* line 87, _main.scss */
a {
  text-decoration: none; }

/* line 90, _main.scss */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* line 95, _main.scss */
input,
button {
  outline: none; }

/* line 99, _main.scss */
.lp-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

/* line 104, _main.scss */
.clear::after {
  content: '';
  display: block;
  clear: both; }

/* === Утилитарные классы */
/* Для кнопок которым нужно изменение курсора мыши */
/* line 113, _main.scss */
.info-btn {
  cursor: pointer; }

/* Если используем элемент с поведением ссылки */
/* line 118, _main.scss */
.as-a-link {
  color: #0023f5;
  cursor: pointer;
  transition: opacity .2s ease; }

/* line 126, _main.scss */
.as-a-link:focus-visible {
  opacity: 0.7; }

@media (min-width: 1025px) {
  /* line 133, _main.scss */
  .as-a-link:hover {
    opacity: 0.7; } }
/* line 140, _main.scss */
.as-a-link:active {
  opacity: 0.7;
  outline: none; }

/* Для для визуального сокрытия элемента. Для роботов будут доступны */
/* line 146, _main.scss */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%); }

/* Чтобы изъять элемент из дерева доступности */
/* line 160, _main.scss */
.unavailable {
  display: none !important; }

/* Чтобы показать ранее скрытый элемент. Лучше задать нужный display самому элементу и использовать  .unavailable для его скрытия (если возможно) */
/* line 165, _main.scss */
.show-flex {
  display: flex; }

/* Наиболее часто встречающийся набор свойств flex контейнера */
/* line 170, _main.scss */
.flex-commonly {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* Набор свойств flex контейнера который центрирует элементы */
/* line 177, _main.scss */
.flex-centering {
  display: flex;
  align-items: center;
  justify-content: center; }

/* Делает первую букаву в слове заглавной */
/* line 184, _main.scss */
.first-letter-uppercase {
  display: inline-block; }

/* line 188, _main.scss */
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
  /* Превращаем первую букву в заглавную */ }

/* Делаем кнопку неактивной */
/* line 194, _main.scss */
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed; }

/* === конец блока утилитарных классов */
@media screen and (max-width: 992px) {
  /* line 8, style.scss */
  jdiv {
    display: none !important; } }
/* 17/09/19 fixes */
/* line 14, style.scss */
__jivoMobileButton,
.wrap_mW {
  display: none !important; }

/* Шапка */
/* line 1, _header.scss */
.lp-header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #ffc600;
  background: #fff; }

/* line 10, _header.scss */
.lp-header__block-notice-2 {
  text-align: center;
  padding: 6px;
  color: #fff;
  font-size: 23px;
  font-family: "ProximaNovaBold", sans-serif;
  background: #e12300;
  margin-bottom: 20px; }
  /* line 20, _header.scss */
  .lp-header__block-notice-2_fixed {
    margin-bottom: 0; }
  /* line 24, _header.scss */
  .lp-header__block-notice-2 > p {
    margin: auto;
    max-width: 1000px; }

/* line 30, _header.scss */
.lp-header-top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2.06825% 0 1.34436%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 38, _header.scss */
.lp-header__logo,
.lp-header__action-reviews {
  float: left; }

/* line 48, _header.scss */
.lp-header__logo {
  width: 21.43847%;
  margin-top: 1.5%; }

/* line 53, _header.scss */
.lp-header__href-text {
  white-space: nowrap;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  text-align: center;
  width: 100%; }

@media (max-width: 1024px) {
  /* line 64, _header.scss */
  .lp-header__logo {
    width: 22.5%;
    margin: 0; } }
@media screen and (min-width: 661px) and (max-width: 880px) {
  /* line 71, _header.scss */
  .lp-header__logo {
    max-width: 275px; } }
/* line 76, _header.scss */
.lp-header__logo img {
  margin: 0 auto; }

/* line 80, _header.scss */
.lp-header__action-reviews {
  width: 17.26991%;
  margin: 0 2%; }

@media screen and (max-width: 660px) {
  /* line 86, _header.scss */
  .lp-header__action-reviews {
    width: 40%; } }
@media screen and (max-width: 400px) {
  /* line 92, _header.scss */
  .lp-header__action-reviews {
    width: 100%;
    margin: 30px 0 0; } }
/* line 98, _header.scss */
.lp-header__action-href,
.lp-header__reviews-href {
  position: relative;
  top: -3px;
  left: -2px;
  max-width: 167px;
  padding: 9.58084% 0 9.58084% 9.58084%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffc600;
  border-radius: 50px;
  display: block;
  color: black;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

@media screen and (max-width: 880px) {
  /* line 117, _header.scss */
  .lp-header__action-href,
  .lp-header__reviews-href {
    padding: 9.58084% 5.98802%;
    text-align: center; } }
@media screen and (max-width: 660px) {
  /* line 125, _header.scss */
  .lp-header__action-href,
  .lp-header__reviews-href {
    padding: 7.18563% 5.98802%; } }
@media screen and (max-width: 400px) {
  /* line 132, _header.scss */
  .lp-header__action-href,
  .lp-header__reviews-href {
    margin: 0 auto;
    padding: 4.18563% 5.98802%;
    font-size: 14px; } }
/* line 140, _header.scss */
.lp-header__action-href i,
.lp-header__reviews-href i {
  position: relative;
  top: -4px;
  left: 4px;
  float: left;
  padding-right: 20px; }

@media screen and (max-width: 880px) {
  /* line 150, _header.scss */
  .lp-header__action-href i,
  .lp-header__reviews-href i {
    display: none; } }
/* line 156, _header.scss */
.lp-header__action-href i {
  width: 27px;
  height: 23px;
  background: url("ico-percent.png") left center no-repeat;
  background-size: auto 100%; }

/* line 163, _header.scss */
.lp-header__reviews-href {
  top: 3px; }

/* line 167, _header.scss */
.lp-header__reviews-href i {
  width: 30px;
  height: 26px;
  background: url("ico-reviews.png") left center no-repeat;
  background-size: auto 100%; }

/* line 174, _header.scss */
.lp-header__phone-call {
  position: relative;
  float: right;
  width: 42.12513%;
  padding-right: 2.06825%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ProximaNovaRegular", sans-serif; }

@media (max-width: 360px) {
  /* line 185, _header.scss */
  .lp-header__phone-num {
    font-size: 32px; }

  /* line 189, _header.scss */
  .lp-header__phone-call {
    margin: 0; } }
@media screen and (max-width: 992px) {
  /* line 195, _header.scss */
  .lp-header__phone-call {
    width: 41.12513%;
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  /* line 202, _header.scss */
  .lp-header__phone-call {
    padding-top: 10px;
    margin-left: 0; } }
@media screen and (max-width: 660px) {
  /* line 209, _header.scss */
  .lp-header__phone-call {
    clear: both;
    float: none;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center; } }
/* line 219, _header.scss */
.lp-header__pay-five-min {
  position: relative;
  top: -4px;
  left: -2px;
  float: right;
  padding-left: 26px;
  background: url("ico-clock.png") left center no-repeat;
  background-size: auto 100%; }

/* line 236, _header.scss */
.lp-header__phone-num {
  position: relative;
  left: -2px;
  display: block;
  font-size: 38px;
  float: right;
  color: black; }

@media screen and (max-width: 992px) {
  /* line 246, _header.scss */
  .lp-header__phone-num {
    clear: both;
    float: none;
    font-size: 30px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  /* line 255, _header.scss */
  .lp-header__phone-num {
    font-size: 26px; } }
@media screen and (max-width: 660px) {
  /* line 261, _header.scss */
  .lp-header__phone-num {
    padding: 30px 0 10px 0;
    font-size: 26px; } }
/* line 267, _header.scss */
.lp-header-form {
  width: 100%;
  max-width: 338px;
  margin: 0 0 0 auto;
  font-family: "ProximaNovaRegular", sans-serif; }

@media screen and (max-width: 880px) {
  /* line 276, _header.scss */
  .lp-header-form {
    float: left; } }
/* line 281, _header.scss */
.lp-header-form input[type="tel"] {
  width: 208px;
  height: 33px;
  margin-top: 14px;
  padding-left: 50px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 4px inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  border: none;
  background: url("ico-header-form.png") 15px center no-repeat, #b1b1b1;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase; }

/* line 299, _header.scss */
.lp-header-form input[type="tel"]::-webkit-input-placeholder {
  color: #ffffff; }

/* line 303, _header.scss */
.lp-header-form input[type="tel"]::-moz-placeholder {
  color: #ffffff; }

/* line 307, _header.scss */
.lp-header-form button {
  margin-top: 14px;
  bottom: 33px;
  height: 33px;
  padding: 7px 22px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  background: #ffc600; }
  /* line 319, _header.scss */
  .lp-header-form button:hover {
    -webkit-box-shadow: inset 0 0 1px 1px #383737;
    box-shadow: inset 0 0 1px 1px #383737; }
  /* line 324, _header.scss */
  .lp-header-form button:active {
    background-color: #a98300;
    color: #fff; }

@media screen and (min-width: 769px) and (max-width: 992px) {
  /* line 331, _header.scss */
  .lp-header-form button {
    padding: 7px 20px; } }
@media screen and (min-width: 769px) and (max-width: 880px) {
  /* line 341, _header.scss */
  .lp-header-form button {
    position: static;
    margin-top: 15px; } }
/* line 349, _header.scss */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

/* line 366, _header.scss */
.fixed-header_hidden {
  top: -116px; }

/* line 370, _header.scss */
.fixed-header__container {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 8px; }

/* line 386, _header.scss */
.fixed-header__logotype {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px; }

/* line 391, _header.scss */
.fixed-header__flamp {
  -ms-flex-preferred-size: 216px;
  flex-basis: 216px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start; }

/* line 399, _header.scss */
.fixed-header__navigation {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 1024px) {
  /* line 415, _header.scss */
  .fixed-header {
    box-shadow: none; }

  /* line 424, _header.scss */
  .fixed-header.fixed-header_hidden {
    top: 0; }

  /* line 428, _header.scss */
  .fixed-header__logotype {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px; }

  /* line 433, _header.scss */
  .fixed-header__flamp {
    -ms-flex-preferred-size: 216px;
    flex-basis: 216px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  /* line 441, _header.scss */
  .fixed-header__navigation {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 455, _header.scss */
  .navigation__collection {
    padding: 5px 0;
    font-size: 18px;
    font-family: ProximaNovaRegular, sans-serif; }

  /* line 461, _header.scss */
  .fixed-header__phone-call {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: right; }

  /* line 467, _header.scss */
  .phone-call__info {
    position: relative;
    top: -4px;
    left: -2px;
    padding-left: 26px;
    font-family: ProximaNovaRegular, sans-serif;
    background: url(ico-clock.png) left center no-repeat;
    background-size: auto 100%;
    white-space: nowrap; }

  /* line 478, _header.scss */
  .phone-call__number {
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: #000; }

  /* line 485, _header.scss */
  .collection {
    position: relative; }

  /* line 489, _header.scss */
  .collection:hover > .collection__wrapper {
    display: block; }

  /* line 493, _header.scss */
  .collection__wrapper {
    top: 30px;
    left: -30px;
    display: none;
    position: absolute; }

  /* line 500, _header.scss */
  .collection__name {
    color: #000000;
    /*text-decoration: underline;*/ }

  /* line 505, _header.scss */
  .collection__subname {
    white-space: nowrap;
    font-size: 1.3em; }

  /* фламп */
  /* line 511, _header.scss */
  .lp-header__flamp {
    width: 160px; }

  /* line 515, _header.scss */
  .flamp {
    color: #000;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    font-family: "ProximaNovaRegular", sans-serif; }

  /* line 524, _header.scss */
  .flamp_fixed {
    position: absolute;
    width: 92%;
    top: -18px;
    left: 7%;
    -webkit-box-shadow: 0 0 6px -1px #000;
    box-shadow: 0 0 6px -1px #000; }

  /* line 533, _header.scss */
  .flamp__header {
    padding: 7px; }

  /* line 537, _header.scss */
  .flamp__container {
    padding: 13px 7px 5px 7px;
    white-space: nowrap;
    background-color: #fff; }

  /* line 543, _header.scss */
  .flamp__icon {
    display: inline-block;
    vertical-align: text-bottom;
    height: 40px;
    margin-right: 13px; }

  /* line 550, _header.scss */
  .flamp__icon_fixed {
    margin-right: 3px; }

  /* line 554, _header.scss */
  .flamp__body {
    display: inline-block; }

  /* line 558, _header.scss */
  .flamp__title {
    display: inline-block; }

  /* line 562, _header.scss */
  .flamp__title_inline {
    font-size: 0.9em; }

  /* line 566, _header.scss */
  .flamp__ratings {
    padding: 0px 10px 6px 10px;
    white-space: nowrap; }

  /* line 571, _header.scss */
  .flamp__ratings_inline {
    padding: 0; }

  /* line 575, _header.scss */
  .ratings__rating {
    font-size: 1.3em;
    font-weight: bold; }

  /* line 580, _header.scss */
  .ratings__stars {
    display: inline-block;
    background-image: url(star.png);
    background-repeat: space;
    height: 17px;
    width: 100px;
    background-size: 17px;
    margin-left: 4px; }

  /* line 590, _header.scss */
  .ratings__stars_inline {
    margin: 0; }

  /* line 594, _header.scss */
  .flamp__reviews {
    text-align: center;
    padding: 3px;
    background-color: #f2f3f4;
    font-size: 1.1em; } }
@media screen and (max-width: 945px) {
  /* line 603, _header.scss */
  .fixed-header__navigation {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%; } }
/* line 609, _header.scss */
.navigation__collection {
  padding: 5px 0;
  font-size: 16px;
  font-family: ProximaNovaRegular, sans-serif; }
  /* line 614, _header.scss */
  .navigation__collection .collection__name {
    cursor: pointer; }
  /* line 618, _header.scss */
  .navigation__collection:hover .collection__name {
    /*text-decoration: none;*/
    color: #298403; }

/* line 625, _header.scss */
.navigation__collection_active .collection__name {
  background: #dddddd;
  border-radius: 8px;
  padding: 4px 8px; }

/* line 632, _header.scss */
.fixed-header__phone-call {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: right; }

/* line 638, _header.scss */
.phone-call__number {
  font-family: ProximaNovaRegular, sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  white-space: nowrap; }

/* line 646, _header.scss */
.collection {
  position: relative; }

/* line 650, _header.scss */
.collection:hover > .collection__wrapper {
  display: block; }

/* line 654, _header.scss */
.collection__wrapper {
  padding-top: 10px;
  top: 20px;
  left: -30px;
  display: none;
  position: absolute; }

/* line 662, _header.scss */
.collection__name {
  color: #000000;
  /*text-decoration: underline;*/ }

/* line 667, _header.scss */
.collection__subname {
  white-space: nowrap;
  font-size: 1.3em; }

/* line 672, _header.scss */
.phone-call__info {
  position: relative;
  top: -4px;
  left: -2px;
  padding-left: 26px;
  font-family: ProximaNovaRegular, sans-serif;
  background: url(ico-clock.png) left center no-repeat;
  background-size: auto 100%;
  white-space: nowrap; }

/* фламп */
/* line 684, _header.scss */
.lp-header__flamp {
  width: 160px; }

/* line 688, _header.scss */
.flamp {
  color: #000;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  float: left;
  overflow: hidden;
  font-family: "ProximaNovaRegular", sans-serif; }
  /* line 696, _header.scss */
  .flamp:hover .flamp_reviews_wide, .flamp:hover .flamp__reviews {
    text-decoration: none; }

/* line 702, _header.scss */
.flamp__inner {
  padding: 8px 8px 0px;
  white-space: nowrap; }

/* line 707, _header.scss */
.flamp__rating-container {
  display: inline-block;
  vertical-align: top; }

/* line 712, _header.scss */
.flamp__ratings_wide {
  padding: 0;
  margin-top: 2px; }

/* line 717, _header.scss */
.flamp_reviews_wide {
  font-size: 1em;
  text-decoration: underline;
  padding: 9px; }

/* line 723, _header.scss */
.lp-header__flamp_wide {
  width: 230px;
  margin-left: 6%; }

/* line 728, _header.scss */
.flamp_fixed {
  position: absolute;
  width: 92%;
  top: -18px;
  left: 7%;
  -webkit-box-shadow: 0 0 6px -1px #000;
  box-shadow: 0 0 6px -1px #000; }

/* line 737, _header.scss */
.flamp__header {
  padding: 7px; }

/* line 741, _header.scss */
.flamp__container {
  padding: 10px 7px 3px 7px;
  white-space: nowrap;
  background-color: #fff; }

/* line 747, _header.scss */
.flamp__icon {
  display: inline-block;
  vertical-align: text-bottom;
  height: 30px;
  margin-right: 3px;
  position: relative;
  top: 2px; }

/* line 756, _header.scss */
.flamp__icon_fixed {
  margin-right: 3px;
  top: -2px; }

/* line 761, _header.scss */
.flamp__body {
  display: inline-block; }

/* line 765, _header.scss */
.flamp__title {
  display: inline-block; }

/* line 769, _header.scss */
.flamp__title_inline {
  font-size: 0.75em; }

/* line 773, _header.scss */
.flamp__ratings {
  padding: 0px 20px 6px 2px;
  white-space: nowrap; }

/* line 778, _header.scss */
.flamp__ratings_inline {
  padding: 0; }

/* line 782, _header.scss */
.ratings__rating {
  font-size: 1.1em;
  font-weight: bold; }

/* line 787, _header.scss */
.ratings__stars {
  display: inline-block;
  background-image: url(star.png);
  background-repeat: space;
  height: 15px;
  width: 86px;
  background-size: 15px;
  margin-left: 4px; }

/* line 797, _header.scss */
.ratings__stars_inline {
  margin: 0; }

/* line 801, _header.scss */
.flamp__reviews {
  text-align: center;
  padding: 3px;
  text-decoration: underline;
  background-color: #f2f3f4;
  font-size: 1.1em; }

@media screen and (max-width: 945px) {
  /* line 810, _header.scss */
  .fixed-header__flamp {
    display: none; } }
@media screen and (max-width: 1024px) {
  /* line 824, _header.scss */
  .lp-header-form {
    text-align: right;
    float: right;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 50px; }
    /* line 832, _header.scss */
    .lp-header-form button {
      padding: 7px 14px;
      font-size: 13px; }
    /* line 837, _header.scss */
    .lp-header-form input[type="tel"] {
      padding-left: 42px;
      font-size: 13px; }

  /* line 843, _header.scss */
  .lp-header-form fieldset {
    height: 50px; }

  /* line 847, _header.scss */
  .lp-header {
    margin-top: 60px; }
    /* line 854, _header.scss */
    .lp-header__phone-num {
      font-size: 28px;
      text-align: right;
      padding: 4px 0 0; }
    /* line 868, _header.scss */
    .lp-header__pay-five-min {
      display: block; }

  /* line 873, _header.scss */
  .lp-nav {
    display: none; } }
@media (max-width: 412px) {
  /* line 879, _header.scss */
  .lp-header-form input[type="tel"] {
    padding-left: 36px;
    width: 180px; } }
@media screen and (max-width: 768px) {
  /* line 886, _header.scss */
  .lp-header__href-text {
    font-size: 14px;
    margin-top: 0; } }
/* line 894, _header.scss */
.lp-header__address {
  float: right;
  font-size: 15px;
  line-height: 19px;
  margin-top: 4px;
  margin-bottom: -4px;
  text-align: center; }

/* line 903, _header.scss */
.lp-header__address_metro {
  display: flex;
  text-align: left; }

/* line 908, _header.scss */
.lp-header__address_metro_d-none {
  display: none; }

/* line 912, _header.scss */
.lp-header__address_metro::before {
  content: url("icon-metro.png");
  margin-right: 4px; }

@media screen and (max-width: 660px) {
  /* line 922, _header.scss */
  .lp-header__address_metro {
    width: calc(100% + 50px);
    justify-content: center; } }
@media screen and (max-width: 420px) {
  /* line 929, _header.scss */
  .lp-header__address_metro {
    font-size: 13px; } }
@media screen and (max-width: 340px) {
  /* line 935, _header.scss */
  .lp-header__address_metro {
    letter-spacing: -0.024em; }

  /* line 939, _header.scss */
  .lp-header__address_metro::before {
    margin-right: 2px; } }
@media (max-width: 320px) {
  /* line 945, _header.scss */
  .lp-header__address_metro {
    width: calc(100% + 2px); } }
@media (max-width: 1024px) {
  /* line 951, _header.scss */
  .lp-header {
    border-bottom: none; }

  /* line 956, _header.scss */
  .lp-breadcrumbs__list-item {
    font-size: 14px; }

  /* line 960, _header.scss */
  .lp-breadcrumbs__list-item p {
    color: #666; }

  /* line 964, _header.scss */
  .lp-header-top {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 970, _header.scss */
  .lp-header__phone-call {
    position: static;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: none;
    width: 100%; }
    /* line 980, _header.scss */
    .lp-header__phone-call .lp-header__pay-five-min {
      float: none; }
    /* line 984, _header.scss */
    .lp-header__phone-call .lp-header-form {
      margin: 0; }
    /* line 988, _header.scss */
    .lp-header__phone-call .lp-header__href-text {
      padding: 8px 0 4px;
      text-align: right; } }
@media (max-width: 1024px) {
  /* line 1003, _header.scss */
  .lp-interior-doors {
    margin-top: 55px; } }
@media (max-width: 880px) {
  /* line 1009, _header.scss */
  .lp-header-form {
    float: none; } }
@media (max-width: 768px) {
  /* line 1015, _header.scss */
  .lp-interior-doors {
    margin-top: 45px; } }
@media (max-width: 660px) {
  /* line 1021, _header.scss */
  .lp-header__phone-call {
    align-items: center; }
    /* line 1024, _header.scss */
    .lp-header__phone-call .lp-header-form {
      text-align: center; }
    /* line 1028, _header.scss */
    .lp-header__phone-call .lp-header__href-text {
      width: auto; } }
/* line 1, _mobile-header.scss */
.mobile-header {
  display: none;
  position: fixed;
  top: 17px;
  left: 0;
  right: 0;
  min-height: 20px;
  z-index: 9990;
  padding: 5px 12px;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: space-between; }
  /* line 16, _mobile-header.scss */
  .mobile-header__element {
    height: 30px; }
    /* line 18, _mobile-header.scss */
    .mobile-header__element_type_icon {
      width: 30px;
      padding: 3px;
      box-sizing: border-box;
      background-origin: content-box;
      cursor: pointer; }
    /* line 25, _mobile-header.scss */
    .mobile-header__element_type_logo {
      width: 85px; }
    /* line 28, _mobile-header.scss */
    .mobile-header__element_type_text-link {
      height: unset;
      color: #000000;
      font-family: "ProximaNovaBold", sans-serif;
      font-size: 15px;
      line-height: 1;
      text-decoration-line: underline; }

@media screen and (max-width: 1024px) {
  /* line 41, _mobile-header.scss */
  .lp-header__block-notice-2 {
    padding: 2px 0;
    line-height: 17px;
    font-size: 14px;
    font-weight: 600;
    color: #e12300;
    background-color: #fbcf00; }

  /* line 53, _mobile-header.scss */
  .mobile-header {
    display: flex;
    flex-wrap: wrap; }

  /* line 57, _mobile-header.scss */
  .up-btn {
    display: none; } }
/* line 61, _mobile-header.scss */
.birthday__text {
  margin: 5px auto 0;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  text-align: center;
  min-width: 100%;
  font-size: 13px;
  line-height: 1; }

/* Навигация */
/* Навигация */
/* line 2, _menu-navigation.scss */
.lp-nav {
  max-width: 1000px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ProximaNovaRegular", sans-serif; }

/* line 12, _menu-navigation.scss */
.lp-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  height: 100%;
  text-transform: uppercase; }

@media screen and (max-width: 992px) {
  /* line 25, _menu-navigation.scss */
  .lp-nav__list {
    display: none; } }
/* line 30, _menu-navigation.scss */
.lp-nav__item {
  position: relative;
  display: block;
  padding: 0 20px;
  height: 100%;
  cursor: pointer;
  vertical-align: middle; }
  /* line 41, _menu-navigation.scss */
  .lp-nav__item:hover .lp-nav__item-link {
    color: #298403; }
  /* line 45, _menu-navigation.scss */
  .lp-nav__item:active .lp-nav__item-link {
    color: #1c5704; }
  /* line 49, _menu-navigation.scss */
  .lp-nav__item:last-child {
    background-color: #ce1515; }
    /* line 52, _menu-navigation.scss */
    .lp-nav__item:last-child:hover {
      background-color: #af1111; }
    /* line 56, _menu-navigation.scss */
    .lp-nav__item:last-child a {
      color: #fff; }

/* line 62, _menu-navigation.scss */
.lp-nav__item:first-child {
  margin-left: 0; }

/* line 66, _menu-navigation.scss */
.lp-nav__item a,
.lp-nav__item-link {
  display: block;
  line-height: 75px;
  position: relative;
  z-index: 99;
  color: black;
  height: 100%; }

@media screen and (max-width: 992px) {
  /* line 83, _menu-navigation.scss */
  .lp-nav__item {
    text-align: center; } }
/* line 88, _menu-navigation.scss */
.list-wrapper {
  position: absolute;
  z-index: 100;
  top: 55px;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 97, _menu-navigation.scss */
.lp-nav__list_open {
  position: relative;
  max-width: 450px;
  min-width: 350px;
  height: auto;
  padding: 25px 25px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px; }

/* line 111, _menu-navigation.scss */
.lp-nav__list_open a {
  margin-bottom: 10px;
  line-height: 25px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none; }

/* line 119, _menu-navigation.scss */
.lp-nav__list_open a:hover {
  color: #ccc; }

/* line 123, _menu-navigation.scss */
.collection__submenu-link.collection__submenu-link_active {
  color: #ffd200; }

/* line 127, _menu-navigation.scss */
.lp-nav__list_open:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 10%;
  margin-left: 0;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 1; }

/* Мобильное меню */
/* line 146, _menu-navigation.scss */
.lp-nav__list_s {
  display: none;
  list-style: none;
  font-size: 38px;
  text-transform: uppercase; }

@media screen and (max-width: 992px) {
  /* line 154, _menu-navigation.scss */
  .lp-nav__list_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media screen and (max-width: 992px) {
  /* line 168, _menu-navigation.scss */
  .lp-nav__list_s {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  /* line 174, _menu-navigation.scss */
  .lp-nav__list_s {
    font-size: 22px; } }
@media screen and (max-width: 480px) {
  /* line 180, _menu-navigation.scss */
  .lp-nav__list_s {
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  /* line 186, _menu-navigation.scss */
  .lp-nav__list_s {
    font-size: 14px; } }
/* line 191, _menu-navigation.scss */
.lp-nav__item_s {
  float: right;
  margin-left: 7.03206%;
  display: inline-block;
  vertical-align: middle; }
  /* line 200, _menu-navigation.scss */
  .lp-nav__item_s i {
    padding: 5px 5px 2px 5px;
    border: 1px solid #ffc600 !important;
    border-radius: 5px; }

/* line 207, _menu-navigation.scss */
.lp-nav__item_s:first-child {
  float: none;
  margin-left: 0; }

/* line 212, _menu-navigation.scss */
.lp-nav__item_s a {
  cursor: pointer;
  color: black; }

/* line 217, _menu-navigation.scss */
.lp-nav__mobile-menu {
  position: fixed;
  left: -250px;
  top: 0;
  z-index: 999;
  width: 250px;
  height: 100%;
  background: #fff; }
  /* line 226, _menu-navigation.scss */
  .lp-nav__mobile-menu .lp-nav__mobile-menu-close {
    float: right; }
    /* line 229, _menu-navigation.scss */
    .lp-nav__mobile-menu .lp-nav__mobile-menu-close i {
      width: 17px;
      height: 16px;
      margin: 10px;
      display: block;
      cursor: pointer;
      background: url("myperezvonimclose.png") left center no-repeat; }
  /* line 239, _menu-navigation.scss */
  .lp-nav__mobile-menu .lp-nav__mobile-menu-list {
    padding: 20px; }
    /* line 242, _menu-navigation.scss */
    .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-item {
      margin-bottom: 20px; }
      /* line 245, _menu-navigation.scss */
      .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-item > a {
        margin-bottom: 10px;
        display: block;
        font-family: 'ProximaBold', sans-serif;
        font-size: 18px;
        color: #333;
        text-decoration: underline; }
        /* line 253, _menu-navigation.scss */
        .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-item > a:hover {
          text-decoration: none; }
    /* line 259, _menu-navigation.scss */
    .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-sublist {
      margin-left: 10px; }
      /* line 262, _menu-navigation.scss */
      .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-sublist .lp-nav__mobile-menu-subitem {
        margin-bottom: 10px; }
        /* line 265, _menu-navigation.scss */
        .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-sublist .lp-nav__mobile-menu-subitem > a {
          font-size: 14px;
          color: #333;
          text-decoration: underline; }
          /* line 270, _menu-navigation.scss */
          .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-sublist .lp-nav__mobile-menu-subitem > a:hover {
            text-decoration: none; }
    /* line 278, _menu-navigation.scss */
    .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-item_no-sublist > a {
      margin-bottom: 20px;
      display: block;
      font-family: 'ProximaBold', sans-serif;
      font-size: 18px;
      color: #333;
      text-decoration: underline; }
      /* line 286, _menu-navigation.scss */
      .lp-nav__mobile-menu .lp-nav__mobile-menu-list .lp-nav__mobile-menu-item_no-sublist > a:hover {
        text-decoration: none; }

/* Промо-блок */
/* line 1, _promo-block.scss */
.lp-promo {
  width: 100%;
  max-width: 1920px;
  height: 718px;
  padding-top: 20px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("promo-block-bg.png"); }
  @media screen and (max-width: 992px) {
    /* line 1, _promo-block.scss */
    .lp-promo {
      height: 1436px;
      padding-top: 0;
      background: none; } }
  @media screen and (max-width: 768px) {
    /* line 1, _promo-block.scss */
    .lp-promo {
      height: 1036px; } }

/* line 13, _promo-block.scss */
.lp-interior-doors,
.lp-doors {
  position: absolute;
  height: 718px; }
  @media screen and (max-width: 992px) {
    /* line 13, _promo-block.scss */
    .lp-interior-doors,
    .lp-doors {
      position: relative;
      margin-top: 70px;
      width: 100% !important; } }
  @media screen and (max-width: 768px) {
    /* line 13, _promo-block.scss */
    .lp-interior-doors,
    .lp-doors {
      height: 518px; } }

/* line 20, _promo-block.scss */
.lp-interior-doors {
  z-index: 2;
  width: 62.1%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("interior-doors-bg.png"); }
  @media screen and (max-width: 992px) {
    /* line 20, _promo-block.scss */
    .lp-interior-doors {
      background-position: right bottom, right top;
      background-image: url("interior-doors-bg.png"), url("interior-doors-main-bg.png");
      background-size: auto 100%; } }
  @media screen and (max-width: 768px) {
    /* line 20, _promo-block.scss */
    .lp-interior-doors {
      background-position: right bottom, right top;
      background-image: url("interior-doors-bg.png"), url("interior-doors-main-bg.png");
      background-size: auto 100%; } }
  @media screen and (max-width: 480px) {
    /* line 20, _promo-block.scss */
    .lp-interior-doors {
      background-position: -35px bottom, right top;
      background-image: url("interior-doors-bg.png"), url("interior-doors-main-bg.png");
      background-size: auto 100%; } }

/* line 42, _promo-block.scss */
.lp-doors {
  right: 0;
  z-index: 1;
  width: 58.1%;
  background-repeat: no-repeat;
  background-position: 5px bottom;
  background-image: url("doors-bg-2.png"); }
  @media screen and (max-width: 992px) {
    /* line 42, _promo-block.scss */
    .lp-doors {
      background-position: left 15px, right bottom;
      background-image: url("doors-bg-2.png"), url("doors-main-bg.png");
      background-size: auto 100%; } }
  @media screen and (max-width: 480px) {
    /* line 42, _promo-block.scss */
    .lp-doors {
      background-position: right 15px, 5px bottom;
      background-image: url("doors-bg-2.png"), url("doors-main-bg.png");
      background-size: auto 100%; } }

/* line 61, _promo-block.scss */
.lp-interior-doors__header,
.lp-doors__header {
  padding: 10px 0 160px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  	/* span {
  	margin-left: 4px;
  	padding: 6px 14px;
  	display: inline-block;
  	background-color: #ffd200;
  	cursor: pointer;
  	color: #000;
  
  		&:last-child { 
  			margin-top: -1px; 
  			padding-top: 5px; 
  		}
  	} */ }
  /* line 68, _promo-block.scss */
  .lp-interior-doors__header a,
  .lp-doors__header a {
    font-size: 32px;
    color: #333;
    text-decoration: underline;
    outline: none; }
    @media screen and (max-width: 480px) {
      /* line 68, _promo-block.scss */
      .lp-interior-doors__header a,
      .lp-doors__header a {
        font-size: 24px; } }
  /* line 76, _promo-block.scss */
  .lp-interior-doors__header a:focus,
  .lp-interior-doors__header a:hover,
  .lp-doors__header a:focus,
  .lp-doors__header a:hover {
    color: #FFBA00; }
  @media screen and (max-width: 992px) {
    /* line 61, _promo-block.scss */
    .lp-interior-doors__header,
    .lp-doors__header {
      transform: translateY(-60px);
      text-align: center; } }
  @media screen and (max-width: 768px) {
    /* line 61, _promo-block.scss */
    .lp-interior-doors__header,
    .lp-doors__header {
      padding: 10px 0 0;
      font-size: 30px; } }

/* .lp-interior-doors__header {
	@media screen and (max-width: 1020px) { padding-left: 20px; }
} */
/* line 102, _promo-block.scss */
.lp-interior-doors__ico-best-price,
.lp-interior-doors__ico-guarantee {
  float: left;
  width: 83px;
  height: 83px;
  margin: 21px 0 13px 13px;
  display: block; }
  @media screen and (max-width: 768px) {
    /* line 102, _promo-block.scss */
    .lp-interior-doors__ico-best-price,
    .lp-interior-doors__ico-guarantee {
      width: 61px;
      height: 61px; } }

/* line 113, _promo-block.scss */
.lp-interior-doors__ico-best-price {
  background: url("ico-best-price-black.png") left top no-repeat;
  background-size: auto 100%; }

/* line 119, _promo-block.scss */
.lp-interior-doors__ico-guarantee {
  background: url("ico-guarantee-black.png") left top no-repeat;
  background-size: auto 100%; }

/* line 125, _promo-block.scss */
.lp-interior-doors__price {
  clear: both;
  float: left;
  height: 167px;
  margin-left: 7px;
  padding: 0 10px;
  border-radius: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 768px) {
    /* line 125, _promo-block.scss */
    .lp-interior-doors__price {
      height: 137px; } }
  @media screen and (max-width: 480px) {
    /* line 125, _promo-block.scss */
    .lp-interior-doors__price {
      width: 51.28205%; } }

/* line 140, _promo-block.scss */
.lp-interior-doors__price-all {
  padding: 15px 0 20px 0;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    /* line 140, _promo-block.scss */
    .lp-interior-doors__price-all {
      font-size: 16px; } }
  /* line 148, _promo-block.scss */
  .lp-interior-doors__price-all span {
    padding-top: 5px;
    display: block;
    text-decoration: line-through;
    color: #ffd200; }

/* line 156, _promo-block.scss */
.lp-interior-doors__price-we {
  padding: 0 10px 10px 0;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 28px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    /* line 156, _promo-block.scss */
    .lp-interior-doors__price-we {
      font-size: 24px; } }
  /* line 164, _promo-block.scss */
  .lp-interior-doors__price-we span {
    padding-top: 5px;
    display: block;
    font-size: 40px;
    color: #ffd200; }
    @media screen and (max-width: 768px) {
      /* line 164, _promo-block.scss */
      .lp-interior-doors__price-we span {
        font-size: 28px; } }

/* line 174, _promo-block.scss */
.lp-interior-doors__cause-gager {
  width: 262px;
  margin: 14px 0 0;
  padding: 16px 0 22px 22px;
  border-radius: 50px;
  -webkit-box-shadow: #0b2d00 0 3px 0;
  box-shadow: #0b2d00 0 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a5004), to(#3bc502));
  background-image: -webkit-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: -o-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: linear-gradient(to top, #1a5004, #3bc502);
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 15px;
  color: white; }
  @media screen and (max-width: 768px) {
    /* line 174, _promo-block.scss */
    .lp-interior-doors__cause-gager {
      width: 200px;
      padding: 22px 0 22px 22px;
      font-size: 12px; } }
  /* line 198, _promo-block.scss */
  .lp-interior-doors__cause-gager i {
    float: left;
    width: 44px;
    height: 44px;
    padding-right: 13px;
    background: url("ico-cause-gager.png") left center no-repeat;
    background-size: auto 100%; }
    @media screen and (max-width: 768px) {
      /* line 198, _promo-block.scss */
      .lp-interior-doors__cause-gager i {
        width: 32px;
        height: 32px; } }
  /* line 209, _promo-block.scss */
  .lp-interior-doors__cause-gager span {
    display: block;
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 24px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      /* line 209, _promo-block.scss */
      .lp-interior-doors__cause-gager span {
        font-size: 16px; } }
  /* line 218, _promo-block.scss */
  .lp-interior-doors__cause-gager:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a5004), to(#3bc502));
    background-image: -webkit-linear-gradient(top, #1a5004, #3bc502);
    background-image: -o-linear-gradient(top, #1a5004, #3bc502);
    background-image: linear-gradient(to bottom, #1a5004, #3bc502); }

/* line 221, _promo-block.scss */
.lp-doors__header {
  text-align: right;
  padding-right: 35px;
  /*@media screen and (max-width: 768px) { padding-right: 20px; }*/ }
  /* line 225, _promo-block.scss */
  .lp-doors__header span {
    margin: 0 4px 0 0;
    background-color: white;
    cursor: pointer; }
  @media screen and (max-width: 992px) {
    /* line 221, _promo-block.scss */
    .lp-doors__header {
      text-align: center;
      padding-right: 0; } }

/* line 236, _promo-block.scss */
.lp-doors__ico-leader,
.lp-doors__ico-savings {
  float: right;
  width: 83px;
  height: 83px;
  margin: 20px 14px 13px 0;
  display: block; }
  @media screen and (max-width: 768px) {
    /* line 236, _promo-block.scss */
    .lp-doors__ico-leader,
    .lp-doors__ico-savings {
      width: 61px;
      height: 61px; } }

/* line 247, _promo-block.scss */
.lp-doors__ico-leader {
  background: url("ico-leader.png") left top no-repeat;
  background-size: auto 100%; }

/* line 252, _promo-block.scss */
.lp-doors__ico-savings {
  background: url("ico-savings.png") left top no-repeat;
  background-size: auto 100%; }

/* line 257, _promo-block.scss */
.lp-doors__price {
  clear: both;
  float: right;
  height: 167px;
  margin-right: 4px;
  padding: 0 10px;
  border-radius: 20px;
  color: white;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 768px) {
    /* line 257, _promo-block.scss */
    .lp-doors__price {
      height: 137px; } }
  @media screen and (max-width: 480px) {
    /* line 257, _promo-block.scss */
    .lp-doors__price {
      width: 51.28205%; } }

/* line 273, _promo-block.scss */
.lp-doors__price-all {
  padding: 15px 15px 20px 0;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    /* line 273, _promo-block.scss */
    .lp-doors__price-all {
      font-size: 16px; } }
  /* line 281, _promo-block.scss */
  .lp-doors__price-all span {
    padding-top: 5px;
    display: block;
    text-decoration: line-through;
    color: #ffd200; }

/* line 289, _promo-block.scss */
.lp-doors__price-we {
  padding: 0 10px 10px 0;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 28px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    /* line 289, _promo-block.scss */
    .lp-doors__price-we {
      font-size: 24px; } }
  /* line 297, _promo-block.scss */
  .lp-doors__price-we span {
    padding-top: 5px;
    display: block;
    font-size: 40px;
    color: #ffd200; }
    @media screen and (max-width: 768px) {
      /* line 297, _promo-block.scss */
      .lp-doors__price-we span {
        font-size: 28px; } }

/* line 307, _promo-block.scss */
.lp-doors__cause-gager {
  width: 262px;
  margin: 14px 0 0 -40px;
  padding: 16px 0 22px 22px;
  border-radius: 50px;
  -webkit-box-shadow: #0b2d00 0 3px 0;
  box-shadow: #0b2d00 0 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a5004), to(#3bc502));
  background-image: -webkit-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: -o-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: linear-gradient(to top, #1a5004, #3bc502);
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 15px;
  color: white;
  text-align: left; }
  @media screen and (max-width: 992px) {
    /* line 307, _promo-block.scss */
    .lp-doors__cause-gager {
      float: right;
      padding: 16px 0 10px 22px; } }
  @media screen and (max-width: 768px) {
    /* line 307, _promo-block.scss */
    .lp-doors__cause-gager {
      width: 200px;
      margin: 22px 0 0;
      padding: 22px 0 22px 22px;
      font-size: 12px; } }
  /* line 335, _promo-block.scss */
  .lp-doors__cause-gager i {
    float: left;
    width: 44px;
    height: 44px;
    padding-right: 13px;
    background: url("ico-cause-gager.png") left center no-repeat;
    background-size: auto 100%; }
    @media screen and (max-width: 768px) {
      /* line 335, _promo-block.scss */
      .lp-doors__cause-gager i {
        width: 32px;
        height: 32px; } }
  /* line 346, _promo-block.scss */
  .lp-doors__cause-gager span {
    display: block;
    font-family: "ProximaNovaBold", sans-serif;
    font-size: 24px;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      /* line 346, _promo-block.scss */
      .lp-doors__cause-gager span {
        font-size: 16px; } }
  /* line 355, _promo-block.scss */
  .lp-doors__cause-gager:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a5004), to(#3bc502));
    background-image: -webkit-linear-gradient(top, #1a5004, #3bc502);
    background-image: -o-linear-gradient(top, #1a5004, #3bc502);
    background-image: linear-gradient(to bottom, #1a5004, #3bc502); }

/* line 1, _promo-block-coll.scss */
.lp-promo-coll {
  width: 100%;
  max-width: 1920px;
  /* height: 561px; */
  min-height: 200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 74% 0%, center 0%;
  /* background-image: url("promo-block-face-bg.png"), url("promo-block-coll-bg.png"); */
  /*
  &.lp-promo-coll_mk {
    height: 320px;
  }
  &.vhodnye {
    height: 320px;
    background-position: 75% 0%, center 0%;
    background-image: url(doors-bg.png), url(promo-block-bg-vhodnye.png);
  }
  */ }
  /* line 23, _promo-block-coll.scss */
  .lp-promo-coll.ustanovka {
    height: 572px;
    background-position: right bottom, center 0%;
    /* background-image: url("promo-block-face-ustanovka.png"), url("promo-block-bg-ustanovka.png"); */ }
    @media screen and (max-width: 1440px) {
      /* line 23, _promo-block-coll.scss */
      .lp-promo-coll.ustanovka {
        background-position: 119% 100%, center 0%; } }
  /* line 33, _promo-block-coll.scss */
  .lp-promo-coll.ustanovka-vhodnye {
    height: 672px;
    background-position: 95% 7px, center 0%;
    /* background: url("promo-block-face-ustanovka-vhodnye.png"), url("promo-block-bg-ustanovka-vhodnye.png"); */ }
    @media screen and (max-width: 1440px) {
      /* line 33, _promo-block-coll.scss */
      .lp-promo-coll.ustanovka-vhodnye {
        background-position: 119% 100%, center 0%; } }
  /* line 43, _promo-block-coll.scss */
  .lp-promo-coll.razdvizhnye {
    height: 572px;
    background-position: 90% 100%, center 0%;
    /* background: url("promo-block-face-razdvizhnye.png"), url("promo-block-bg-vhodnye-2.png"); */ }
    @media screen and (max-width: 1440px) {
      /* line 43, _promo-block-coll.scss */
      .lp-promo-coll.razdvizhnye {
        background-position: right bottom, center 0%; } }
  /* line 53, _promo-block-coll.scss */
  .lp-promo-coll.furnitura {
    /* height: 572px; */
    background-position: 100% 100%, center 0%;
    /* background: url("promo-block-face-furnitura.png"), url("promo-block-bg-vhodnye-2.png"); */ }

/* line 60, _promo-block-coll.scss */
.lp-breadcrumbs__list {
  padding: 12px 0 12px 15px;
  border-bottom: 1px solid #ffc600;
  list-style: none;
  font-family: "ProximaNovaRegular", sans-serif; }

/* line 67, _promo-block-coll.scss */
.lp-breadcrumbs__list a {
  color: black; }

/* line 71, _promo-block-coll.scss */
.lp-breadcrumbs__list-item {
  display: inline-block; }

/* line 75, _promo-block-coll.scss */
.lp-breadcrumbs__list-text {
  text-decoration: underline; }

/* line 79, _promo-block-coll.scss */
.lp-promo-coll__header {
  margin: 0;
  padding: 12px 15px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 46px;
  text-transform: uppercase; }

/* line 87, _promo-block-coll.scss */
.lp-promo-coll.furnitura .lp-promo-coll__header {
  margin-bottom: 20px; }

@media (min-width: 769px) {
  /* line 92, _promo-block-coll.scss */
  .lp-promo-coll__header {
    margin: 16px 0 0;
    text-shadow: 0px 0 8px #FFF; }

  /* line 97, _promo-block-coll.scss */
  .lp-promo-coll__wrap {
    padding: 0 16px;
    font-size: 20px; }

  /* line 102, _promo-block-coll.scss */
  .lp-promo-coll__prod-subscript {
    padding: 10px 15px 0px;
    font-size: 18px; } }
/* line 109, _promo-block-coll.scss */
.lp-promo-coll__sub {
  margin: 0;
  padding: 4px 15px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 24px; }
  /* line 117, _promo-block-coll.scss */
  .lp-promo-coll__sub.ustanovka {
    margin: 12px 0 0 7px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
    background-color: #fdde00;
    font-size: 32px; }

@media (max-width: 991px) {
  /* line 130, _promo-block-coll.scss */
  .lp-promo-coll__sub {
    background: rgba(0, 0, 0, 0.3); }

  /* line 134, _promo-block-coll.scss */
  .lp-breadcrumbs__list {
    border-bottom: none; } }
/* line 140, _promo-block-coll.scss */
.lp-promo-coll__sub-desc.ustanovka {
  padding: 20px 0 0 24px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  line-height: 25px; }
  /* line 146, _promo-block-coll.scss */
  .lp-promo-coll__sub-desc.ustanovka b {
    font-weight: bold; }

/* line 152, _promo-block-coll.scss */
.lp-promo-coll__icons {
  margin: 24px 0 12px 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  /* line 158, _promo-block-coll.scss */
  .lp-promo-coll__icons.ustanovka {
    position: relative;
    right: 214px;
    top: 0;
    float: right;
    margin: 0; }

/* line 167, _promo-block-coll.scss */
.lp-promo-coll__discount {
  float: left; }

/* line 171, _promo-block-coll.scss */
.lp-promo-coll__good-discount {
  position: relative;
  top: 14px;
  left: -178px; }
  /* line 176, _promo-block-coll.scss */
  .lp-promo-coll__good-discount.vhodnye, .lp-promo-coll__good-discount.razdvizhnye, .lp-promo-coll__good-discount.furnitura {
    top: 35px;
    left: -220px; }
  /* line 183, _promo-block-coll.scss */
  .lp-promo-coll__good-discount.ustanovka {
    /*top: -20px;*/
    top: 0;
    left: -40px;
    width: 578px; }

/* line 191, _promo-block-coll.scss */
.lp-promo-coll__good-discount-new {
  position: relative;
  margin-bottom: -14px; }

/* line 196, _promo-block-coll.scss */
.lp-promo-coll__good-discount-new-percent {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -32px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 54px; }

/* line 205, _promo-block-coll.scss */
.lp-promo-coll__free-metering {
  position: relative;
  top: -84px;
  left: 7px; }

/* line 211, _promo-block-coll.scss */
.lp-promo-coll__compare-prices {
  position: absolute;
  right: 17px;
  width: 410px;
  margin-top: 115px; }

/* line 218, _promo-block-coll.scss */
.lp-promo-coll__price-for-all {
  padding: 20px 0 20px 15px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff; }

/* line 233, _promo-block-coll.scss */
.lp-promo-coll__price-for-all p span {
  text-decoration: line-through; }

/* line 237, _promo-block-coll.scss */
.lp-promo-coll__price-we {
  padding: 15px 0 15px 15px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffd200;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: black; }

/* line 252, _promo-block-coll.scss */
.lp-promo-coll__price-we p span {
  font-size: 40px; }

@media screen and (max-width: 768px) {
  /* line 257, _promo-block-coll.scss */
  .lp-promo-coll {
    height: auto;
    background-position: top center; }
    /* line 261, _promo-block-coll.scss */
    .lp-promo-coll.lp-promo-coll_mk, .lp-promo-coll.vhodnye {
      height: auto;
      background-position: top 112px center;
      background-size: auto 100%; }
    /* line 268, _promo-block-coll.scss */
    .lp-promo-coll__header {
      font-size: 33px;
      color: #fff;
      text-shadow: 1px 1px 5px #000;
      text-align: center; }
    /* line 275, _promo-block-coll.scss */
    .lp-promo-coll__sub {
      font-size: 17px;
      color: #fff;
      text-shadow: 1px 1px 5px #000;
      text-align: center; }
    /* line 287, _promo-block-coll.scss */
    .lp-promo-coll__discount, .lp-promo-coll__good-discount {
      display: none; }
    /* line 292, _promo-block-coll.scss */
    .lp-promo-coll__free-metering {
      top: -59px;
      left: 0;
      width: 345px; }
    /* line 298, _promo-block-coll.scss */
    .lp-promo-coll__compare-prices {
      display: none; }
    /* line 305, _promo-block-coll.scss */
    .lp-promo-coll__icons {
      width: 300px;
      margin: 20px auto; }
      /* line 309, _promo-block-coll.scss */
      .lp-promo-coll__icons > *:last-child {
        margin-top: 10px; } }
@media (max-width: 1024px) {
  /* line 317, _promo-block-coll.scss */
  .mobile-header {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    background: #fff; }

  /* line 322, _promo-block-coll.scss */
  .lp-breadcrumbs__list {
    border-bottom: none; }

  /* line 326, _promo-block-coll.scss */
  .lp-promo-coll_mk,
  .lp-promo-coll.vhodnye,
  .lp-promo-coll.furnitura,
  .lp-promo-coll.razdvizhnye {
    padding: 0 15px;
    width: auto; }

  /* line 334, _promo-block-coll.scss */
  .lp-promo-coll.razdvizhnye {
    height: auto; }

  /* line 338, _promo-block-coll.scss */
  .lp-promo-coll.furnitura {
    margin-bottom: 8px;
    min-height: auto; }

  /* line 343, _promo-block-coll.scss */
  .lp-promo-coll__header,
  .furnitura .lp-promo-coll__header,
  .razdvizhnye .lp-promo-coll__header {
    margin-bottom: 8px;
    padding: 4px 0 0 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #000;
    text-transform: none;
    text-shadow: none;
    text-align: left; }

  /* line 357, _promo-block-coll.scss */
  .ustanovka .lp-promo-coll__header,
  .ustanovka-vhodnye .lp-promo-coll__header {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 363, _promo-block-coll.scss */
  .lp-promo-coll__wrap {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #444; }

  /* line 370, _promo-block-coll.scss */
  .lp-promo-coll__prod-price {
    font-weight: 600;
    color: #000; }

  /* line 375, _promo-block-coll.scss */
  .lp-promo-coll.furnitura .lp-promo-coll__prod-price {
    margin-bottom: 6px; }

  /* line 379, _promo-block-coll.scss */
  .lp-promo-coll__prod-subscript {
    margin-top: 10px;
    font-size: 14px; }

  /* line 384, _promo-block-coll.scss */
  .lp-promo-coll-link {
    display: block;
    border: 1px solid #f7e197;
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 12px 25px 12px 16px; }

  /* line 392, _promo-block-coll.scss */
  .lp-promo-coll-link__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    padding-right: 24px;
    background-image: url("link-icon.svg");
    background-repeat: no-repeat;
    background-position: right; }

  /* line 402, _promo-block-coll.scss */
  .lp-promo-coll-link__text {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15); }

  /* line 409, _promo-block-coll.scss */
  .lp-promo-coll-link__text_accent {
    color: #e12300;
    text-shadow: none; }

  /* line 414, _promo-block-coll.scss */
  .lp-promo-coll__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
    margin: 0 0 12px 0;
    width: auto; }

  /* line 422, _promo-block-coll.scss */
  .lp-promo-coll__icons > *:last-child {
    margin-top: 0; }

  /* line 426, _promo-block-coll.scss */
  .lp-promo-coll__icons-left {
    display: flex;
    flex-direction: column;
    height: 100%; }

  /* line 432, _promo-block-coll.scss */
  .lp-promo-coll__icons-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 6px; }

  /* line 439, _promo-block-coll.scss */
  .lp-promo-coll__icons-banner {
    margin-top: auto;
    height: auto;
    width: 100%; }

  /* line 445, _promo-block-coll.scss */
  .lp-promo-coll__icons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    min-height: 72px; }

  /* line 453, _promo-block-coll.scss */
  .lp-promo-coll__icons-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px; }

  /* line 461, _promo-block-coll.scss */
  .lp-promo-coll__icons-icon_ok {
    height: 26px;
    width: 26px; }

  /* line 466, _promo-block-coll.scss */
  .lp-promo-coll__icons-icon_guarantee {
    height: 27px;
    width: 22px; }

  /* line 471, _promo-block-coll.scss */
  .lp-promo-coll__icons-icon_star {
    height: 16px;
    width: 16px; }

  /* line 477, _promo-block-coll.scss */
  .lp-promo-coll__icons-text {
    font-weight: 400;
    font-size: 12px;
    color: #444;
    text-align: center; }

  /* line 484, _promo-block-coll.scss */
  .lp-promo-coll__icons-text_accent {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #e12300; }

  /* line 493, _promo-block-coll.scss */
  .lp-promo-coll__icons-text_compare {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px; }

  /* line 500, _promo-block-coll.scss */
  .lp-promo-coll__icons-right {
    border-radius: 0 0 16px 16px;
    height: 100%;
    min-height: 207px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    overflow: hidden; }

  /* line 510, _promo-block-coll.scss */
  .lp-promo-coll__icons-right_mk {
    background-image: url("mk-promo-main.webp"); }

  /* line 514, _promo-block-coll.scss */
  .lp-promo-coll__icons-right_vh {
    background-image: url("vh-promo-main.webp"); }

  /* line 518, _promo-block-coll.scss */
  .lp-wrap.sort-block {
    margin: 0;
    padding: 4px 0 4px 15px; } }
/* Преимущества */
/* line 1, _advantages.scss */
.lp-advantages {
  width: 100%;
  max-width: 1920px;
  height: 912px;
  margin: 0 auto;
  overflow: hidden;
  background: url("advantages-bg.png") top center no-repeat; }
  @media screen and (max-width: 992px) {
    /* line 1, _advantages.scss */
    .lp-advantages {
      height: 1624px;
      background: url("advantages-bg.png") top center repeat-y; } }

/* line 15, _advantages.scss */
.lp-advantages__title {
  padding-top: 80px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    /* line 15, _advantages.scss */
    .lp-advantages__title {
      padding-top: 130px; } }
  @media screen and (max-width: 660px) {
    /* line 15, _advantages.scss */
    .lp-advantages__title {
      padding-top: 120px;
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    /* line 15, _advantages.scss */
    .lp-advantages__title {
      padding-top: 100px;
      font-size: 28px; } }
  /* line 27, _advantages.scss */
  .lp-advantages__title small {
    margin-top: 16px;
    display: block;
    line-height: 36px;
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 32px; }
    @media screen and (max-width: 660px) {
      /* line 27, _advantages.scss */
      .lp-advantages__title small {
        margin-top: 12px;
        line-height: 32px;
        font-size: 24px; } }
    @media screen and (max-width: 480px) {
      /* line 27, _advantages.scss */
      .lp-advantages__title small {
        margin-top: 10px;
        line-height: 28px;
        font-size: 20px; } }

/* line 47, _advantages.scss */
.lp-advantages__title_small {
  padding-top: 24px;
  font-size: 24px;
  max-width: 800px;
  margin: auto; }

/* line 54, _advantages.scss */
.lp-advantages-left-block,
.lp-advantages-right-block {
  position: absolute;
  height: 912px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  white-space: pre-line; }
  @media screen and (max-width: 992px) {
    /* line 54, _advantages.scss */
    .lp-advantages-left-block,
    .lp-advantages-right-block {
      position: relative;
      width: 100% !important; } }
  @media screen and (max-width: 400px) {
    /* line 54, _advantages.scss */
    .lp-advantages-left-block,
    .lp-advantages-right-block {
      font-size: 16px; } }

/* line 70, _advantages.scss */
.lp-advantages-left-block {
  z-index: 2;
  width: 55.8%;
  background: url("advantages-left-block-bg.png") left 30% no-repeat; }
  @media screen and (max-width: 400px) {
    /* line 70, _advantages.scss */
    .lp-advantages-left-block {
      background: url("advantages-left-block-bg.png") 30% 30% no-repeat; } }

/* line 78, _advantages.scss */
.lp-advantages-right-block {
  right: 0;
  z-index: 1;
  width: 58.1%;
  background: url("advantages-right-block-bg.png") right 15% no-repeat;
  text-align: right; }
  @media screen and (max-width: 992px) {
    /* line 78, _advantages.scss */
    .lp-advantages-right-block {
      top: -200px; } }
  @media screen and (max-width: 400px) {
    /* line 78, _advantages.scss */
    .lp-advantages-right-block {
      background: url("advantages-right-block-bg.png") 75% 15% no-repeat; } }

/* line 90, _advantages.scss */
.lp-advantages-left-block__own-production,
.lp-advantages-left-block__min-marriage,
.lp-advantages-right-block__quality-install,
.lp-advantages-right-block__low-price {
  position: relative;
  line-height: 24px; }

/* line 98, _advantages.scss */
.lp-advantages-left-block__own-production {
  top: -25px;
  padding: 100px 0 0 12px;
  background: url("ico-own-production.png") 4% 0 no-repeat;
  background-size: 115px; }
  @media screen and (max-width: 400px) {
    /* line 98, _advantages.scss */
    .lp-advantages-left-block__own-production {
      background: url("ico-own-production.png") 4% 15% no-repeat;
      background-size: 25%; } }

/* line 109, _advantages.scss */
.lp-advantages-left-block__min-marriage {
  top: 20px;
  padding: 100px 0 0 12px;
  background: url("ico-min-marriage.png") 4% 0 no-repeat;
  background-size: 76px; }
  @media screen and (max-width: 400px) {
    /* line 109, _advantages.scss */
    .lp-advantages-left-block__min-marriage {
      background: url("ico-min-marriage.png") 4% 15% no-repeat;
      background-size: 18%; } }

/* line 121, _advantages.scss */
.lp-advantages-right-block__quality-install {
  top: -40px;
  padding: 94px 12px 0;
  background: url("ico-quality-install.png") 96% 0 no-repeat;
  background-size: 85px; }
  @media screen and (max-width: 400px) {
    /* line 121, _advantages.scss */
    .lp-advantages-right-block__quality-install {
      background: url("ico-quality-install.png") 96% 15% no-repeat;
      background-size: 20%; } }

/* line 133, _advantages.scss */
.lp-advantages-right-block__low-price {
  top: -4px;
  padding: 94px 12px 0;
  background: url("ico-low-price.png") 96% 0 no-repeat;
  background-size: 135px; }
  @media screen and (max-width: 400px) {
    /* line 133, _advantages.scss */
    .lp-advantages-right-block__low-price {
      background: url("ico-low-price.png") 96% 15% no-repeat;
      background-size: 30%; } }

/* Подарок */
/* Звоните и получайте подарки */
/* line 2, _get_presents_fix.scss */
.lp-get-presents_fix {
  width: 100%;
  max-width: 1920px;
  height: 718px;
  margin: 0 auto;
  background: url("get-presents-fix.png") 50% -2px no-repeat; }

/* line 9, _get_presents_fix.scss */
.lp-get-presents__img {
  margin: 43px 0 0 15px; }

/* line 12, _get_presents_fix.scss */
.lp-get-presents__date {
  position: relative;
  top: -165px;
  left: 218px;
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 48px;
  color: #494948;
  text-transform: uppercase; }

/* line 22, _get_presents_fix.scss */
.lp-popular-door {
  position: relative; }

/* line 25, _get_presents_fix.scss */
.lp-popular-door__header {
  position: relative;
  top: 100px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center; }

/* line 33, _get_presents_fix.scss */
.lp-popular-door__pseudo-form .label {
  position: absolute;
  top: 315px;
  left: 50% !important;
  transform: translateX(-50%);
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7); }

/* Распродажа */
/* line 1, _sale.scss */
.lp-sale {
  width: 100%;
  max-width: 1920px;
  padding: 24px 0;
  margin: 0 auto; }

/* line 18, _sale.scss */
.lp-sale-text__title {
  padding: 80px 0 0 28px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 62px;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    /* line 18, _sale.scss */
    .lp-sale-text__title {
      padding: 0;
      max-width: 500px;
      margin: 0 auto;
      text-align: center; } }
  @media screen and (max-width: 500px) {
    /* line 18, _sale.scss */
    .lp-sale-text__title {
      font-size: 48px; } }
  @media screen and (max-width: 400px) {
    /* line 18, _sale.scss */
    .lp-sale-text__title {
      font-size: 40px; } }
  /* line 36, _sale.scss */
  .lp-sale-text__title small {
    padding: 10px 5px;
    display: block;
    font-family: "ProximaNovaRegular", sans-serif;
    font-size: 36px;
    color: #828282; }
    @media screen and (max-width: 500px) {
      /* line 36, _sale.scss */
      .lp-sale-text__title small {
        font-size: 28px; } }

/* line 47, _sale.scss */
.lp-sale-text__counter {
  margin: 38px 0 0 41px;
  padding-left: 53px;
  background: url("ico-clock_big.png") left center no-repeat;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 42px;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    /* line 47, _sale.scss */
    .lp-sale-text__counter {
      max-width: 500px;
      margin: 38px auto 0 auto; } }
  @media screen and (max-width: 600px) {
    /* line 47, _sale.scss */
    .lp-sale-text__counter {
      max-width: 400px;
      padding-left: 43px;
      background-size: auto 100%;
      font-size: 30px; } }
  @media screen and (max-width: 400px) {
    /* line 47, _sale.scss */
    .lp-sale-text__counter {
      max-width: 300px;
      padding-left: 33px;
      font-size: 24px; } }
  /* line 70, _sale.scss */
  .lp-sale-text__counter b {
    font-family: "ProximaNovaBold", sans-serif; }
  /* line 72, _sale.scss */
  .lp-sale-text__counter span {
    position: relative;
    top: -5px;
    max-height: 40px;
    padding: 0 2px;
    border-right: 1px solid #ce8101;
    display: inline-block;
    background: url("counter-bg.jpg") left center repeat-x; }
    /* line 81, _sale.scss */
    .lp-sale-text__counter span:last-child {
      border: none; }

/* line 85, _sale.scss */
.lp-sale-inner-block__left,
.lp-sale-inner-block__right {
  float: left;
  color: #ffffff; }
  @media screen and (max-width: 1024px) {
    /* line 85, _sale.scss */
    .lp-sale-inner-block__left,
    .lp-sale-inner-block__right {
      float: none;
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    /* line 85, _sale.scss */
    .lp-sale-inner-block__left,
    .lp-sale-inner-block__right {
      width: 95%;
      height: auto; } }
  /* line 97, _sale.scss */
  .lp-sale-inner-block__left a,
  .lp-sale-inner-block__right a {
    text-decoration: underline;
    color: #ffffff; }
    /* line 101, _sale.scss */
    .lp-sale-inner-block__left a:hover,
    .lp-sale-inner-block__right a:hover {
      color: #ffd200; }

/* line 105, _sale.scss */
.lp-sale-inner-block__left {
  background: url("sale-inner-block-left-bg.png") 25px center no-repeat, rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 480px) {
    /* line 105, _sale.scss */
    .lp-sale-inner-block__left {
      background: rgba(0, 0, 0, 0.8); } }

/* line 111, _sale.scss */
.lp-sale-inner-block__right {
  background: url("sale-inner-block-right-bg.png") 14px 32px no-repeat, rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 480px) {
    /* line 111, _sale.scss */
    .lp-sale-inner-block__right {
      background: rgba(0, 0, 0, 0.8); } }

/* line 117, _sale.scss */
.lp-sale-inner-block__left-title,
.lp-sale-inner-block__right-title {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 24px;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    /* line 117, _sale.scss */
    .lp-sale-inner-block__left-title,
    .lp-sale-inner-block__right-title {
      padding: 20px 0 0 !important;
      text-align: center; } }

/* line 126, _sale.scss */
.lp-sale-inner-block__left-title {
  padding: 50px 0 0 120px; }

/* line 128, _sale.scss */
.lp-sale-inner-block__right-title {
  padding: 50px 0 0 165px; }

/* line 130, _sale.scss */
.lp-sale-inner-block__left-description,
.lp-sale-inner-block__right-description {
  font-family: "ProximaNovaRegular", sans-serif;
  line-height: 20px; }
  @media screen and (max-width: 480px) {
    /* line 130, _sale.scss */
    .lp-sale-inner-block__left-description,
    .lp-sale-inner-block__right-description {
      padding: 20px !important;
      text-align: center; } }
  @media screen and (max-width: 400px) {
    /* line 130, _sale.scss */
    .lp-sale-inner-block__left-description,
    .lp-sale-inner-block__right-description {
      font-size: 14px; } }

/* line 142, _sale.scss */
.lp-sale-inner-block__left-description {
  padding-left: 120px; }

/* line 144, _sale.scss */
.lp-sale-inner-block__right-description {
  padding: 12px 32px 32px 165px;
  font-style: italic; }
  /* line 149, _sale.scss */
  .lp-sale-inner-block__right-description span {
    font-style: normal; }

/* Распродажа */
/* line 2, _sale-coll.scss */
.lp-sale-coll {
  width: 100%;
  max-width: 1920px;
  height: 338px;
  margin: 0 auto;
  background: url("sale-coll-bg.png") top center/cover no-repeat; }

/* line 9, _sale-coll.scss */
.lp-sale-coll__header {
  position: relative;
  padding: 50px 0 30px 0;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 46px;
  color: #ffd200;
  text-align: center;
  text-transform: uppercase; }

/* line 18, _sale-coll.scss */
.lp-sale-coll__counter {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: white; }

/* line 25, _sale-coll.scss */
.lp-sale-coll__counter b {
  font-family: "ProximaNovaBold", sans-serif; }

/* line 28, _sale-coll.scss */
.lp-sale-coll__counter span {
  position: relative;
  top: -5px;
  max-height: 40px;
  padding: 0 2px;
  border-right: 1px solid #ce8101;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url("counter-bg.jpg") left center repeat-x;
  font-size: 40px;
  color: black; }

/* line 43, _sale-coll.scss */
.lp-sale-coll__counter span:last-child {
  border: none; }

/* line 46, _sale-coll.scss */
.lp-sale-coll__about-company {
  padding: 10px 50px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 20px;
  color: #e0e0e0;
  line-height: 24px;
  text-align: center; }

@media screen and (max-width: 768px) {
  /* line 55, _sale-coll.scss */
  .lp-sale-coll {
    height: auto; }
    /* line 57, _sale-coll.scss */
    .lp-sale-coll__header {
      font-size: 26px;
      padding: 24px 0 20px 0; }
    /* line 61, _sale-coll.scss */
    .lp-sale-coll__counter {
      font-size: 18px; }
      /* line 63, _sale-coll.scss */
      .lp-sale-coll__counter span {
        font-size: 26px; }
    /* line 67, _sale-coll.scss */
    .lp-sale-coll__about-company {
      padding: 15px;
      font-size: 16px; }

  /* line 73, _sale-coll.scss */
  .lp-get-presents_fix {
    box-sizing: border-box;
    padding: 20px 20px 32%;
    background-size: 180%;
    position: relative;
    height: auto; }
    /* line 74, _sale-coll.scss */
    .lp-get-presents_fix .lp-popular-door__pseudo-form .label {
      font-size: 2.4vw;
      top: 92.5%; }
  /* line 84, _sale-coll.scss */
  .lp-get-presents__img {
    margin: 0;
    max-width: 71%; }
  /* line 88, _sale-coll.scss */
  .lp-get-presents__date {
    position: absolute;
    white-space: nowrap;
    top: 48%;
    left: 14%;
    display: inline-block;
    font-size: 6vw; }

  /* line 97, _sale-coll.scss */
  .lp-popular-door {
    position: static; }
    /* line 99, _sale-coll.scss */
    .lp-popular-door__header {
      position: absolute;
      top: 65%;
      font-size: 3.6vw;
      left: 6%; } }
/* основная часть */
/* @import "main"; */
/* Фильтр дверей по цвету */
/* line 2, _doors-filter.scss */
.lp-doors-filter {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 72px;
  border-bottom: 3px dotted #ccc;
  overflow: visible; }

@media screen and (max-width: 1400px) and (min-width: 769px) {
  /* line 17, _doors-filter.scss */
  .lp-doors-filter {
    padding-left: 222px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
/* line 24, _doors-filter.scss */
.lp-doors-filter .lp-wrap_pagination {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 0; }

/* line 30, _doors-filter.scss */
.lp-doors-filter__slider-container {
  position: relative; }

@media screen and (min-width: 769px) {
  /* line 36, _doors-filter.scss */
  .lp-doors-filter__fixed::after,
  .lp-doors-filter__fixed-small::after,
  .lp-doors-filter__slider-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(right, #fff, transparent);
    background: -o-linear-gradient(right, #fff, transparent);
    background: linear-gradient(to left, #fff, transparent); } }
/* line 73, _doors-filter.scss */
.lp-doors-filter__fixed,
.lp-doors-filter__fixed-small {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

/* line 81, _doors-filter.scss */
.lp-doors-filter__fixed > .img-container,
.lp-doors-filter__fixed-small > .img-container {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 999; }

/* line 90, _doors-filter.scss */
.lp-doors-filter__fixed > .img-right,
.lp-doors-filter__fixed-small > .img-right {
  position: absolute;
  top: 100px;
  left: 3px;
  z-index: 1; }

/* line 98, _doors-filter.scss */
.img-container__item {
  visibility: visible; }

/* line 102, _doors-filter.scss */
.lp-doors-filter__carosuel {
  position: relative;
  width: 460px;
  margin-left: 30px;
  display: inline-block; }

/* line 109, _doors-filter.scss */
.lp-doors-filter__carosuel_otzyv {
  display: block;
  width: 420px;
  margin: 20px 0 0 0; }

@media (max-width: 1024px) {
  /* line 115, _doors-filter.scss */
  .lp-doors-filter__carosuel_otzyv {
    margin-top: 8px; } }
/* line 120, _doors-filter.scss */
.lp-doors-filter__list {
  white-space: nowrap;
  position: relative;
  left: 0; }

/* line 127, _doors-filter.scss */
.lp-doors-filter__list-small,
.lp-doors-filter__list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 137, _doors-filter.scss */
.product-colors__carousel-small .product-colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 145, _doors-filter.scss */
.lp-doors-filter__item {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
  white-space: normal; }

/* line 159, _doors-filter.scss */
.lp-doors-filter__item.furnitura {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }

/* line 166, _doors-filter.scss */
.lp-doors-filter__item.razdviz img {
  max-width: 280px; }

/* line 173, _doors-filter.scss */
.lp-doors-filter__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px; }

/* Стили лейблов: "Внешняя отделка", "Внутренняя отделка", на изображениях входных дверок. */
/* line 185, _doors-filter.scss */
.lp-doors-filter__label {
  position: absolute;
  bottom: 20px;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 27px; }

/* Стили лейблов: "Внешняя отделка", "Внутренняя отделка", на изображениях входных дверок. Конец. */
/* line 212, _doors-filter.scss */
.lp-doors-filter__item img {
  max-width: 100%;
  cursor: pointer;
  max-height: 375px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: fill;
  object-fit: fill; }

/* line 222, _doors-filter.scss */
.lp-doors-filter__list-one .lp-doors-filter__item img {
  max-height: 450px; }

/* line 226, _doors-filter.scss */
.lp-doors-filter__item.furnitura img {
  height: auto; }

/* line 230, _doors-filter.scss */
.lp-doors-filter__fixed-small .lp-doors-filter__item:nth-last-child(1),
.lp-doors-filter__fixed-small .lp-doors-filter__item:nth-last-child(1) {
  padding-right: 0;
  width: 200px; }

/* line 236, _doors-filter.scss */
.lp-doors-filter__item:nth-last-child(1) {
  padding-right: 50px;
  width: 250px; }

/* line 241, _doors-filter.scss */
.topsell-ico {
  position: absolute;
  top: 78px;
  left: 33px;
  width: 83px;
  height: 83px;
  display: block;
  background: url("topsell.png") no-repeat; }

/* line 251, _doors-filter.scss */
.lp-doors-filter__name {
  padding-top: 15px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  white-space: normal;
  text-align: center; }

/* line 260, _doors-filter.scss */
.lp-doors-filter__name span {
  display: block;
  font-size: 16px;
  text-transform: none;
  color: #757575; }

/* line 267, _doors-filter.scss */
.lp-doors-filter__property {
  padding: 16px 0 0 36px;
  display: inline-block; }
  /* line 271, _doors-filter.scss */
  .lp-doors-filter__property p {
    padding: 5px 0;
    border-bottom: 1px dashed #999;
    font-family: 'ProximaNovaBold', sans-serif;
    font-size: 14px; }
    /* line 278, _doors-filter.scss */
    .lp-doors-filter__property p .lp-doors-filter__property-name {
      width: 200px;
      display: inline-block;
      vertical-align: top; }
    /* line 284, _doors-filter.scss */
    .lp-doors-filter__property p .lp-doors-filter__property-characteristic {
      padding-left: 10px;
      display: inline-block;
      vertical-align: bottom;
      font-family: 'ProximaNovaRegular', sans-serif;
      color: #999;
      max-width: 200px; }

@media (max-width: 1024px) {
  /* line 296, _doors-filter.scss */
  .lp-doors-filter__property {
    padding-top: 12px; } }
/* line 301, _doors-filter.scss */
.lp-doors-filter__reviews {
  position: relative;
  top: 40px;
  right: 35px;
  cursor: pointer;
  float: right; }
  /* line 308, _doors-filter.scss */
  .lp-doors-filter__reviews:hover {
    opacity: 0.6; }

/* line 313, _doors-filter.scss */
.lp-doors-filter__option {
  width: 420px;
  display: inline-block;
  vertical-align: top; }

/* line 327, _doors-filter.scss */
.lp-doors-filter__title {
  padding-left: 40px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0; }

/* line 337, _doors-filter.scss */
.lp-doors-filter__title span {
  display: block;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  text-transform: none;
  color: #757575; }

/* line 345, _doors-filter.scss */
.lp-doors-filter__leaving-gager {
  margin-top: 14px; }

/* line 349, _doors-filter.scss */
.lp-doors-filter__color-selection {
  max-width: 411px;
  margin-top: 10px;
  padding: 10px 0 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #757575; }

/* line 360, _doors-filter.scss */
.lp-doors__furnitura .lp-doors-filter__color-selection {
  display: none; }

/* line 364, _doors-filter.scss */
.lp-doors__furnitura .ld-doors-filter__size-options {
  display: none; }

/* line 368, _doors-filter.scss */
.lp-doors-filter__color-selection-title {
  padding-left: 7px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 19px; }

/* line 374, _doors-filter.scss */
a.lp-doors-filter__color-selection-link.active {
  float: left;
  width: 80px;
  min-height: 83px;
  padding: 15px 2px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: #757575; }

/* line 385, _doors-filter.scss */
a.lp-doors-filter__color-selection-link {
  float: left;
  width: 75px;
  padding: 15px 6px 0 5px;
  font-size: 14px;
  text-align: center;
  color: #757575; }

/* line 394, _doors-filter.scss */
a.lp-doors-filter__color-selection-link:first-child {
  padding: 15px 6px 0 0; }

/* line 398, _doors-filter.scss */
a.lp-doors-filter__color-selection-link span {
  display: block;
  font-family: 'ProximaNovaRegular', sans-serif;
  font-size: 12px; }

/* line 404, _doors-filter.scss */
a.lp-doors-filter__color-selection-link img {
  max-width: 54px;
  height: 55px !important;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 414, _doors-filter.scss */
a.lp-doors-filter__color-selection-link.active img:hover {
  border: 1px solid #ffd200; }

/* line 418, _doors-filter.scss */
span.lp-doors-filter__color-selection-link {
  float: left;
  width: 75px;
  padding: 15px 6px 0 5px;
  font-size: 14px;
  text-align: center;
  color: #757575; }

/* line 427, _doors-filter.scss */
span.lp-doors-filter__color-selection-link img {
  max-width: 54px;
  height: 55px !important;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 437, _doors-filter.scss */
span.lp-doors-filter__color-selection-link:first-child {
  padding: 15px 6px 0 0; }

/* line 441, _doors-filter.scss */
span.lp-doors-filter__color-selection-link span {
  display: block; }

/* line 445, _doors-filter.scss */
.lp-doors-filter__recommended-price-title {
  padding-top: 31px;
  padding-bottom: 7px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 23px; }

/* line 452, _doors-filter.scss */
.lp-doors-filter__recommended-price-title span {
  display: block;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  color: #757575;
  line-height: 30px; }

/* line 460, _doors-filter.scss */
.lp-doors-filter__recommended-price {
  max-width: 411px;
  margin-top: 7px;
  padding: 23px 0 27px 109px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffd200;
  background: url("super-price.png") 14px center no-repeat; }

/* line 472, _doors-filter.scss */
.lp-doors-filter__old-price,
.lp-doors-filter__price-glass {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  text-decoration: line-through;
  color: #313131; }

/* line 480, _doors-filter.scss */
.lp-doors-filter__price-glass {
  text-decoration: none; }

/* line 484, _doors-filter.scss */
.lp-doors-filter__new-price {
  margin-top: 10px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 32px; }

/* line 490, _doors-filter.scss */
.carosuel-prev,
.carosuel-next {
  width: 40px;
  top: 180px;
  height: 70px;
  display: block;
  position: absolute;
  cursor: pointer;
  background-image: url(slider-arrow.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1; }

/* line 505, _doors-filter.scss */
.carosuel-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -35px; }

/* line 512, _doors-filter.scss */
.carosuel-next {
  right: -20px; }

/* line 516, _doors-filter.scss */
.carosuel-prev:hover,
.carosuel-next:hover {
  opacity: 0.6; }

@media screen and (max-width: 768px) {
  /* line 523, _doors-filter.scss */
  .lp-doors-filter__title {
    font-size: 25px;
    padding-left: 10%; }
  /* line 528, _doors-filter.scss */
  .lp-doors-filter__reviews {
    display: none; }
  /* line 532, _doors-filter.scss */
  .lp-doors-filter__option {
    margin-left: 10%;
    width: 80%; }
  /* line 537, _doors-filter.scss */
  .lp-doors-filter__color-selection {
    padding-left: 25px;
    border: none; }
  /* line 542, _doors-filter.scss */
  .lp-doors-filter__property {
    padding-left: 0;
    margin-left: 10%; }
  /* line 547, _doors-filter.scss */
  .lp-doors-filter__carosuel {
    width: 100%;
    padding-left: 30px;
    display: inline-block;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0; }
  /* line 557, _doors-filter.scss */
  .lp-doors-filter__item {
    width: 50% !important;
    padding: 10px 5% !important;
    margin: 0; }
    /* line 562, _doors-filter.scss */
    .lp-doors-filter__item img {
      height: auto; }

  /* line 568, _doors-filter.scss */
  .lp-doors-filter__list .lp-doors-filter__link {
    width: auto; }

  /* line 572, _doors-filter.scss */
  .carosuel-next {
    right: 0;
    height: 80px;
    width: 20px;
    top: 99px; }

  /* line 580, _doors-filter.scss */
  .carosuel-prev {
    left: 0;
    height: 80px;
    width: 20px;
    top: 99px; }

  /* line 588, _doors-filter.scss */
  .lp-doors-filter__carosuel {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 593, _doors-filter.scss */
  .lp-doors-filter__item:nth-last-child(1) {
    padding-right: 5%;
    width: 200px; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 601, _doors-filter.scss */
  .lp-doors-filter__item {
    width: 50%;
    padding: 10px 5% 0 5%;
    margin: 0; } }
@media (max-width: 576px) {
  /* line 610, _doors-filter.scss */
  .lp-doors-filter__name {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media screen and (max-width: 500px) {
  /* line 617, _doors-filter.scss */
  .lp-doors-filter__option {
    margin-left: 4%;
    width: 92%; } }
/* line 623, _doors-filter.scss */
.promo-banner {
  max-width: 1000px;
  margin: 32px auto 10px; }
  /* line 627, _doors-filter.scss */
  .promo-banner img {
    width: 100%;
    height: auto;
    max-height: 150px; }

@media (max-width: 1024px) {
  /* line 635, _doors-filter.scss */
  .promo-banner {
    margin: 0px auto 16px; } }
/* line 640, _doors-filter.scss */
.carosuel-next.furnitura {
  top: 50%; }

/* line 644, _doors-filter.scss */
.carosuel-prev.furnitura {
  top: 50%; }

@media (max-width: 1024px) {
  /* line 649, _doors-filter.scss */
  .lp-doors-filter {
    padding-top: 16px;
    padding-bottom: 16px; } }
/* Перезвоним за 5 минут */
/* line 2, _call-back.scss */
.lp-call-back {
  width: 100%;
  max-width: 1920px;
  height: 428px;
  margin: 0 auto;
  background: top center no-repeat; }

/* line 9, _call-back.scss */
.lp-call-back__form {
  position: absolute;
  top: 112px;
  left: 25px; }

/* line 14, _call-back.scss */
.lp-call-back__form input {
  width: 312px;
  height: 50px;
  margin: 15px auto 0;
  padding-left: 20px;
  display: block;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e4a702;
  background: #ffffff;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 16px;
  color: #828282; }

/* line 35, _call-back.scss */
.lp-call-back__form button {
  position: relative;
  width: 312px;
  height: 50px;
  margin: 14px auto 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  -moz-box-shadow: #620000 0 3px 0;
  -webkit-box-shadow: #620000 0 3px 0;
  box-shadow: #620000 0 3px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNDExYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #b30000), color-stop(100%, #ff411b));
  background-image: -moz-linear-gradient(bottom, #b30000, #ff411b);
  background-image: -webkit-linear-gradient(bottom, #b30000, #ff411b);
  background-image: linear-gradient(to top, #b30000, #ff411b);
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 17px;
  color: white;
  text-align: center;
  line-height: 52px;
  text-transform: uppercase; }

/* line 66, _call-back.scss */
.lp-call-back__form button:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNDExYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b30000), color-stop(100%, #ff411b));
  background-image: -moz-linear-gradient(top, #b30000, #ff411b);
  background-image: -webkit-linear-gradient(top, #b30000, #ff411b);
  background-image: linear-gradient(to bottom, #b30000, #ff411b); }

/* line 74, _call-back.scss */
.lp-call-back__form button span {
  position: absolute;
  top: -20px;
  left: 82px;
  cursor: pointer;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase; }

/* line 84, _call-back.scss */
.lp-call-back__text {
  float: right; }

/* line 87, _call-back.scss */
.lp-call-back__title {
  padding-top: 41px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 46px;
  line-height: 54px; }

/* line 93, _call-back.scss */
.lp-call-back__sub-title {
  position: relative;
  top: -19px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  line-height: 25px;
  white-space: pre-line; }

/* line 101, _call-back.scss */
.lp-call-back__img {
  position: relative;
  top: 5px;
  left: -8px; }

@media (max-width: 766px) {
  /* line 107, _call-back.scss */
  .lp-call-back {
    background: #FED604;
    padding: 0 15px;
    height: auto;
    width: auto; }

  /* line 113, _call-back.scss */
  .lp-call-back__form {
    position: unset; }

  /* line 116, _call-back.scss */
  .lp-call-back__sub-title {
    position: unset;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    text-align: center; }

  /* line 123, _call-back.scss */
  .lp-call-back .lp-wrap {
    display: flex;
    flex-direction: column-reverse; }

  /* line 127, _call-back.scss */
  .lp-call-back__form input,
  .lp-call-back__form button {
    width: 90%; }

  /* line 131, _call-back.scss */
  .lp-call-back__img {
    position: unset; }

  /* line 134, _call-back.scss */
  .lp-call-back__title {
    padding-top: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center; }

  /* line 140, _call-back.scss */
  .lp-call-back__title br {
    display: none; } }
@media (max-width: 576px) {
  /* line 145, _call-back.scss */
  .lp-call-back {
    height: 425px; } }
/* Рекоммендации */
/* Рекомендации */
/* line 2, _recommended.scss */
.lp-recommended {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: top center repeat; }

/* line 8, _recommended.scss */
.lp-recommended__title {
  padding-top: 77px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase; }

/* line 15, _recommended.scss */
.lp-recommended__sub-title {
  padding-top: 10px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px;
  text-align: center; }

/* line 21, _recommended.scss */
.lp-recommended__list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  white-space: nowrap;
  padding-top: 38px;
  padding-bottom: 38px; }

/* line 30, _recommended.scss */
.lp-recommended__item {
  display: inline-block;
  vertical-align: top;
  height: 290px;
  padding: 30px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff; }

@media (max-width: 412px) {
  /* line 42, _recommended.scss */
  .lp-recommended__item {
    width: 30%;
    padding: 15px; } }
/* line 47, _recommended.scss */
.lp-recommended__item_first {
  height: 290px;
  vertical-align: top;
  width: 100%;
  padding-top: 0;
  background: none;
  display: flex;
  flex-wrap: wrap; }

/* line 59, _recommended.scss */
.lp-recommended__item_first span {
  width: 100%;
  display: inline-block;
  text-align: center; }

/* line 64, _recommended.scss */
.lp-recommended__item_first .first {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 32px; }

/* line 68, _recommended.scss */
.lp-recommended__item_first .two {
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 106px; }

/* line 72, _recommended.scss */
.lp-recommended__item_first .last {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 22px; }

/* Отзывы */
/* Отзывы */
/* line 2, _reviews.scss */
.lp-reviews {
  width: 100%;
  max-width: 1920px;
  height: 557px;
  margin: 0 auto;
  background: top center no-repeat; }

/* line 9, _reviews.scss */
.lp-reviews__title {
  padding-top: 75px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff; }

/* line 17, _reviews.scss */
.lp-reviews__wrap {
  text-align: center; }

/* line 20, _reviews.scss */
.lp-reviews__customer-name {
  padding-top: 30px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #ffd200; }

/* line 27, _reviews.scss */
.lp-reviews__reviews-date {
  margin-top: 16px;
  padding-left: 30px;
  display: inline-block;
  background: url("ico-clock.png") 4% 0% no-repeat;
  background-size: contain;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
  color: #ffffff; }

/* line 37, _reviews.scss */
.lp-reviews__inner-wrap {
  max-width: 775px;
  margin: 42px auto 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #ffd200; }

/* line 46, _reviews.scss */
.lp-reviews__inner-wrap::before {
  display: inline-block;
  position: relative;
  content: "";
  top: -34px;
  width: 0;
  height: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 24px solid #ffd200;
  border-top: 24px solid #ffd200; }

/* line 59, _reviews.scss */
.lp-reviews__inner-wrap::after {
  display: inline-block;
  position: relative;
  content: "";
  top: -137px;
  width: 0;
  height: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 24px solid #444;
  border-top: 24px solid #444; }

/* line 72, _reviews.scss */
.lp-reviews__inner-wrap-text {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px; }

/* line 78, _reviews.scss */
.lp-reviews__list {
  margin-top: 42px; }

/* line 81, _reviews.scss */
.lp-reviews__item {
  position: relative;
  left: 35px;
  padding: 15px 0 64px 64px;
  display: inline-block;
  background: url("ico-customer.png") left 5px no-repeat;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 20px;
  text-transform: uppercase; }

/* line 91, _reviews.scss */
.lp-reviews__item:first-child {
  left: -19px;
  background: url("ico-reviews-2.png") left 11px no-repeat; }

/* line 95, _reviews.scss */
.lp-reviews__item a {
  color: #ffffff; }

/* line 98, _reviews.scss */
.lp-reviews__item a:hover {
  color: #ffd200; }

/* line 101, _reviews.scss */
.lp-reviews__pseudo-link {
  border-bottom: 1px dashed #ffffff; }

/* line 104, _reviews.scss */
.lp-reviews__link {
  border-bottom: 1px solid #ffffff; }

@media (max-width: 412px) {
  /* line 108, _reviews.scss */
  .lp-reviews {
    padding: 0 15px !important;
    height: auto !important;
    background-repeat: repeat !important;
    box-sizing: border-box; }

  /* line 114, _reviews.scss */
  .lp-reviews__title {
    padding-top: 30px !important;
    font-size: 24px !important; }

  /* line 118, _reviews.scss */
  .lp-reviews__customer-name {
    padding-top: 20px !important;
    font-size: 20px !important; }

  /* line 122, _reviews.scss */
  .lp-reviews__inner-wrap::after {
    top: -281px !important; }

  /* line 125, _reviews.scss */
  .lp-reviews__inner-wrap {
    padding: 15px !important; }

  /* line 128, _reviews.scss */
  .lp-reviews__list {
    display: flex;
    flex-direction: column; }

  /* line 132, _reviews.scss */
  .lp-reviews__item:first-child {
    left: 0; }

  /* line 135, _reviews.scss */
  .lp-reviews__item {
    left: 0 !important;
    font-size: 16px !important;
    position: unset !important;
    text-align: left; } }
/* Слайдер */
/* Сравнение цен */
/* line 2, _compare-prices.scss */
.lp-compare-prices {
  width: 100%;
  max-width: 1920px;
  height: 693px;
  margin: 0 auto;
  background: top center no-repeat; }

/* line 9, _compare-prices.scss */
.lp-compare-prices__title {
  padding-top: 80px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  line-height: 42px;
  white-space: pre-line; }

/* line 18, _compare-prices.scss */
.lp-compare-prices__img {
  padding-top: 60px; }

@media (max-width: 768px) {
  /* line 22, _compare-prices.scss */
  .lp-compare-prices {
    display: none; } }
/* Контакты */
/* Акции */
/* line 2, _page-content.scss */
.bgproc {
  background: url(bgproc.gif) repeat-x top left;
  height: 9px;
  margin: 55px 0px;
  z-index: 10;
  position: relative; }

@media (max-width: 991px) {
  /* line 10, _page-content.scss */
  .bgproc {
    margin: 15px 0px; } }
/* line 13, _page-content.scss */
.wrapsec {
  box-sizing: border-box;
  min-width: 980px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'ProximaNovaRegular', sans-serif; }
  /* line 22, _page-content.scss */
  .wrapsec_not-min-width {
    min-width: unset; }
  /* line 26, _page-content.scss */
  .wrapsec span {
    line-height: 24px; }
  /* line 30, _page-content.scss */
  .wrapsec strong {
    font-weight: bold; }
  /* line 34, _page-content.scss */
  .wrapsec em {
    font-style: italic; }

/* line 39, _page-content.scss */
.contacts__door-measurement {
  margin: 20px 0 0 0;
  cursor: pointer;
  display: inline-block;
  padding: 20px 45px;
  border-radius: 10px;
  color: #a5c94b;
  font-size: 30px;
  -webkit-box-shadow: #0b2d00 0 3px 0;
  box-shadow: #0b2d00 0 3px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a5004), to(#3bc502));
  background-image: -webkit-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: -o-linear-gradient(bottom, #1a5004, #3bc502);
  background-image: linear-gradient(to top, #1a5004, #3bc502);
  color: #fff; }
  /* line 55, _page-content.scss */
  .contacts__door-measurement:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a5004), to(#3bc502));
    background-image: -webkit-linear-gradient(top, #1a5004, #3bc502);
    background-image: -o-linear-gradient(top, #1a5004, #3bc502);
    background-image: linear-gradient(to bottom, #1a5004, #3bc502); }
  /* line 62, _page-content.scss */
  .contacts__door-measurement:active {
    opacity: 1;
    color: #7fa918;
    border: 2px solid #7fa918; }

/* Отзывы */
/* line 70, _page-content.scss */
.review-all {
  font-family: 'ProximaNovaRegular', sans-serif !important; }
  /* line 74, _page-content.scss */
  .review-all .review-author {
    font-family: 'ProximaNovaBold', sans-serif !important;
    font-size: 30px; }
  /* line 80, _page-content.scss */
  .review-all .review-date {
    background: url(otzvstr.png) no-repeat top left;
    height: 20px;
    text-align: right;
    font-size: 13px; }
  /* line 87, _page-content.scss */
  .review-all .review-text {
    padding: 25px 30px;
    background: #fff000;
    border: 0px solid #fff000;
    border-radius: 10px;
    font-size: 18px;
    line-height: 24px; }

/* Гарантия */
/* line 98, _page-content.scss */
.proizvodstvo-dverey {
  width: 100%;
  min-width: 980px;
  margin-top: 30px;
  height: 750px; }

/* line 105, _page-content.scss */
.blbl {
  background: url(proizvodstvo-dverey.jpg) top center no-repeat #000; }

/* line 111, _page-content.scss */
.lp-nav__item.guarantee a {
  color: #fff; }
/* line 115, _page-content.scss */
.lp-nav__item.guarantee .lp-nav__list_open {
  background: rgba(255, 255, 255, 0.8); }
  /* line 118, _page-content.scss */
  .lp-nav__item.guarantee .lp-nav__list_open a {
    color: #000; }
    /* line 121, _page-content.scss */
    .lp-nav__item.guarantee .lp-nav__list_open a:hover {
      text-decoration: underline; }
/* line 127, _page-content.scss */
.lp-nav__item.guarantee .lp-nav__list_open:before {
  border-bottom: 8px solid rgba(255, 255, 255, 0.8); }

/* line 135, _page-content.scss */
.lp-nav__item_s.guarantee a {
  color: #fff; }
/* line 139, _page-content.scss */
.lp-nav__item_s.guarantee .lp-nav__list_open {
  background: rgba(255, 255, 255, 0.8); }
  /* line 142, _page-content.scss */
  .lp-nav__item_s.guarantee .lp-nav__list_open a {
    color: #000; }
    /* line 145, _page-content.scss */
    .lp-nav__item_s.guarantee .lp-nav__list_open a:hover {
      text-decoration: underline; }
/* line 151, _page-content.scss */
.lp-nav__item_s.guarantee .lp-nav__list_open:before {
  border-bottom: 8px solid rgba(255, 255, 255, 0.8); }

/* line 157, _page-content.scss */
.okompslider {
  height: 870px;
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto; }

/* line 165, _page-content.scss */
.fotorama__nav-wrap {
  padding: 0px 20px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 35px; }

/* line 172, _page-content.scss */
.bgprocbl {
  background: url(bgprocbl.png) repeat-x top left;
  height: 9px;
  margin: 15px 0px; }

/* line 178, _page-content.scss */
.napisatdirbg {
  background: url(napisatdirbg.png);
  width: 939px;
  height: 835px;
  margin: 0 auto;
  font-family: 'ProximaNovaRegular', sans-serif; }

/* line 187, _page-content.scss */
.tdtop {
  vertical-align: top !important; }

/* line 191, _page-content.scss */
.napisatdirinput input {
  width: 205px;
  height: 26px;
  margin: 3px 0px 0px 6px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  border: 0px; }

/* line 201, _page-content.scss */
.napisatdirinput {
  width: 220px;
  height: 39px;
  background: url(napisatdirinput.png); }

/* line 207, _page-content.scss */
.napisatdirtextaref textarea {
  width: 340px;
  height: 158px;
  margin: 3px 0px 0px 6px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  border: 0px;
  resize: none; }

/* line 218, _page-content.scss */
.napisatdirtextaref {
  width: 355px;
  height: 171px;
  background: url(napisatdirtextaref.png); }

/* Контакты */
/* line 226, _page-content.scss */
.wrapsec h2,
.wrapsec h3 {
  font-family: 'ProximaNovaBold', sans-serif; }
/* line 232, _page-content.scss */
.wrapsec h2 {
  font-size: 44px;
  color: #ffd500; }

/* line 238, _page-content.scss */
.orangetelbl {
  background: #ffdd00;
  padding: 20px 12px 12px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffdd00;
  font-size: 14px;
  line-height: 24px;
  text-align: center; }
  /* line 248, _page-content.scss */
  .orangetelbl a {
    font-family: 'ProximaNovaBold', sans-serif; }

/* line 254, _page-content.scss */
.orroundtel {
  width: 80%;
  max-width: 424px;
  padding: 18px 23px;
  border-radius: 10px;
  border: 1px solid #ffdd00;
  font-size: 18px;
  line-height: 24px; }
  /* line 263, _page-content.scss */
  .orroundtel a {
    color: #5394ff;
    text-decoration: underline; }
    /* line 267, _page-content.scss */
    .orroundtel a:hover {
      text-decoration: none; }

/* Выполненные работы */
/* Установка межкомнатных дверей */
/* line 276, _page-content.scss */
.bgotd {
  background: url(https://dveri-deshevo.ru/img/bgotd.png);
  min-width: 980px;
  width: 100%; }

@media (max-width: 512px) {
  /* line 283, _page-content.scss */
  .wrapsec {
    min-width: auto;
    padding: 0 15px;
    box-sizing: border-box; }

  /* line 289, _page-content.scss */
  .wrapsec div br {
    display: none; }

  /* line 293, _page-content.scss */
  .wrapsec div div {
    /*width: auto;*/ }

  /* line 297, _page-content.scss */
  .wrapsec .tdtop h3 span {
    font-size: 18px !important; }

  /* line 301, _page-content.scss */
  .orangetelbl {
    width: 80%;
    font-size: 12px !important;
    margin-top: 20px !important; }

  /* line 307, _page-content.scss */
  .orangetelbl span {
    font-size: 28px !important; }

  /* line 311, _page-content.scss */
  .contacts__door-measurement {
    font-size: 20px !important;
    padding: 15px !important;
    width: 90% !important; }

  /* line 317, _page-content.scss */
  .bgotd {
    min-width: 100% !important;
    width: 100% !important; } }
/* Фоторама */
/*!
 * Fotorama 4.4.9 | http://fotorama.io/license/
 */
/* line 5, fotorama.css */
.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__html, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

/* line 7, fotorama.css */
.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important; }

/* line 9, fotorama.css */
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

/* line 11, fotorama.css */
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/* line 13, fotorama.css */
.fotorama__img, .fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

/* line 15, fotorama.css */
.fotorama__img {
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%; }

/* line 17, fotorama.css */
.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 19, fotorama.css */
.fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__caption, .fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/* line 21, fotorama.css */
.fotorama__wrap--video .fotorama__stage__shaft, .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

/* line 23, fotorama.css */
.fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms; }

/* line 25, fotorama.css */
.fotorama__wrap, .fotorama__no-select, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 27, fotorama.css */
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

/* line 29, fotorama.css */
.fotorama__nav, .fotorama__nav__frame {
  margin: 0;
  padding: 0; }

/* line 31, fotorama.css */
.fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__caption__wrap {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

/* line 33, fotorama.css */
.fotorama__wrap * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 35, fotorama.css */
.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 37, fotorama.css */
.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

/* line 39, fotorama.css */
.fotorama__stage__shaft, .fotorama__stage__frame, .fotorama__nav, .fotorama__nav__shaft, .fotorama__nav__frame, .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  -webkit-tap-highlight-color: transparent; }

/* line 41, fotorama.css */
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  background: url(fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 144dpi) {
  /* line 41, fotorama.css */
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
    background: url(fotorama@2x.png) no-repeat;
    background-size: 96px 160px; } }
/* line 43, fotorama.css */
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

/* line 45, fotorama.css */
.fotorama {
  min-width: 1px;
  overflow: hidden; }

/* line 47, fotorama.css */
.fotorama > .fotorama__wrap {
  visibility: visible; }

/* line 49, fotorama.css */
.fotorama--hidden-before-ready > * {
  visibility: hidden; }

/* line 51, fotorama.css */
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

/* line 53, fotorama.css */
.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

/* line 55, fotorama.css */
.fotorama--fullscreen .fotorama__stage, .fotorama--fullscreen .fotorama__nav {
  background: #000; }

/* line 57, fotorama.css */
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr; }

/* line 59, fotorama.css */
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

/* line 61, fotorama.css */
.fotorama__stage, .fotorama__nav {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

/* line 63, fotorama.css */
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

/* line 65, fotorama.css */
.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

/* line 67, fotorama.css */
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

/* line 69, fotorama.css */
.fotorama__stage__frame {
  overflow: hidden; }

/* line 71, fotorama.css */
.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

/* line 73, fotorama.css */
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

/* line 75, fotorama.css */
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active, .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

/* line 77, fotorama.css */
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

/* line 79, fotorama.css */
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

/* line 81, fotorama.css */
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

/* line 83, fotorama.css */
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

/* line 85, fotorama.css */
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: 0 !important; }

/* line 87, fotorama.css */
.fotorama__loaded .fotorama__img, .fotorama__error .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/* line 89, fotorama.css */
.fotorama__img--full {
  display: none; }

/* line 91, fotorama.css */
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none; }

/* line 93, fotorama.css */
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

/* line 95, fotorama.css */
.fotorama__wrap--only-active .fotorama__stage, .fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important; }

/* line 97, fotorama.css */
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

/* line 99, fotorama.css */
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

/* line 101, fotorama.css */
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

/* line 103, fotorama.css */
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

/* line 105, fotorama.css */
.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

/* line 107, fotorama.css */
.fotorama__nav--dots {
  display: block; }

/* line 109, fotorama.css */
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

/* line 111, fotorama.css */
.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

/* line 113, fotorama.css */
.fotorama__nav--thumbs {
  display: block; }

/* line 115, fotorama.css */
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

/* line 117, fotorama.css */
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

/* line 119, fotorama.css */
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

/* line 121, fotorama.css */
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid; }

/* line 123, fotorama.css */
.fotorama__nav__frame.fotorama__active {
  pointer-events: none;
  cursor: default; }

/* line 125, fotorama.css */
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  border: 0; }

/* line 127, fotorama.css */
.fotorama__dot {
  border-color: #7f7f7f; }

/* line 129, fotorama.css */
.fotorama__active .fotorama__dot {
  background-color: #7f7f7f; }

/* line 131, fotorama.css */
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

/* line 133, fotorama.css */
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #fad208;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

/* line 135, fotorama.css */
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

/* line 137, fotorama.css */
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

/* line 139, fotorama.css */
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

/* line 141, fotorama.css */
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

/* line 143, fotorama.css */
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 145, fotorama.css */
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

/* line 147, fotorama.css */
.fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__caption {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

/* line 149, fotorama.css */
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__caption {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 151, fotorama.css */
.fotorama__select {
  cursor: auto; }

/* line 153, fotorama.css */
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  /* line 153, fotorama.css */
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
/* line 155, fotorama.css */
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-play, .fotorama__video-close {
  display: block;
  position: absolute;
  z-index: 11;
  cursor: pointer; }

/* line 157, fotorama.css */
.fotorama__arr {
  position: absolute;
  width: 62px;
  height: 78px;
  top: 50%;
  margin-top: -35px; }

/*.fotorama__arr--prev{left:0;background-position:0 0}*/
/* line 162, fotorama.css */
.fotorama__arr--prev {
  left: 0;
  background: url(foleft.png) no-repeat !important; }

/*.fotorama__arr--next{right:0;background-position:-32px 0}*/
/* line 169, fotorama.css */
.fotorama__arr--next {
  right: 0;
  background: url(foright.png) no-repeat !important; }

/* line 173, fotorama.css */
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

/* line 175, fotorama.css */
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: 0 -32px;
  z-index: 20; }

/* line 177, fotorama.css */
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

/* line 179, fotorama.css */
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  display: none; }

/* line 181, fotorama.css */
.fotorama__wrap--css3 .fotorama__video-play {
  display: block;
  opacity: 0; }

/* line 183, fotorama.css */
.fotorama__loaded .fotorama__video-play, .fotorama__error .fotorama__video-play {
  display: block;
  opacity: 1; }

/* line 185, fotorama.css */
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
  opacity: 1 !important;
  display: block !important; }

/* line 187, fotorama.css */
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  display: none;
  background-position: -64px 0;
  z-index: 20; }

/* line 189, fotorama.css */
.fotorama__wrap--no-controls .fotorama__arr, .fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none;
  opacity: 0; }

/* line 191, fotorama.css */
.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: block;
  -webkit-transform: translate3d(32px, -32px, 0);
  -ms-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

/* line 193, fotorama.css */
.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  display: block;
  -webkit-transform: translate3d(-48px, 0, 0);
  -ms-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

/* line 195, fotorama.css */
.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next, .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  display: block;
  -webkit-transform: translate3d(48px, 0, 0);
  -ms-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

/* line 197, fotorama.css */
.fotorama__arr--prev:hover,
.fotorama__arr--next:hover {
  opacity: 0.5; }

/* line 201, fotorama.css */
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

/* line 203, fotorama.css */
.fotorama__wrap--video .fotorama__video-close {
  display: block; }

/* line 205, fotorama.css */
.fotorama__wrap--css3 .fotorama__video-close {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(32px, -32px, 0);
  -ms-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

/* line 207, fotorama.css */
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: block;
  opacity: 0;
  z-index: -1; }

/* line 209, fotorama.css */
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 211, fotorama.css */
.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__video-play, .fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

/* line 213, fotorama.css */
.fotorama__stage:before, .fotorama__stage:after, .fotorama__nav:before, .fotorama__nav:after {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%; }

/* line 215, fotorama.css */
.fotorama__stage:before, .fotorama__nav:before {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 0 0,0 0;
  left: -10px; }

/* line 217, fotorama.css */
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
  left: 0; }

/* line 219, fotorama.css */
.fotorama__stage:after, .fotorama__nav:after {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 100% 0,100% 0;
  right: -10px; }

/* line 221, fotorama.css */
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
  right: 0; }

/* line 223, fotorama.css */
.fotorama--fullscreen .fotorama__stage:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after {
  display: none; }

/* line 229, fotorama.css */
.fotorama__img {
  border: 3px solid #fff !important;
  border-radius: 3px !important; }

/* line 235, fotorama.css */
.fotorama__stage {
  height: 615px !important; }

/* line 239, fotorama.css */
.fotorama__caption {
  right: 50% !important;
  text-align: center !important; }

/* line 240, fotorama.css */
.fotorama__caption__wrap {
  margin-right: -100% !important;
  display: inline-block !important; }

/* Слайдер */
/* Слайдер */
/* line 2, _slider.scss */
.installations {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 48px 0;
  max-width: 1000px;
  background: none; }

/* line 10, _slider.scss */
.installations__title {
  margin-bottom: 40px;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #000; }

/* line 24, _slider.scss */
.installations__item {
  padding: 0 8px; }

/* line 28, _slider.scss */
.installations__link {
  display: block;
  border-radius: 8px;
  overflow: hidden; }

/* line 34, _slider.scss */
.installations__img {
  width: 100%;
  height: 416px;
  object-fit: cover; }

/* line 40, _slider.scss */
.installations .slick-prev {
  top: 40%; }

/* line 44, _slider.scss */
.installations .slick-prev:focus,
.installations .slick-prev:hover,
.installations .slick-prev:active {
  top: 40%; }

/* line 50, _slider.scss */
.installations .slick-next {
  top: 45%; }

/* line 54, _slider.scss */
.installations .slick-next:focus,
.installations .slick-next:hover,
.installations .slick-next:active {
  top: 45%; }

/* line 60, _slider.scss */
.slick-dots {
  margin: 24px auto;
  max-width: 247px;
  white-space: nowrap;
  overflow: hidden; }

/* line 67, _slider.scss */
.installations .btn-link_catalog {
  margin: 0 auto;
  min-width: unset; }

/* line 72, _slider.scss */
.manager .slick-dotted.slick-slider,
.installations .slick-dotted.slick-slider {
  margin: 0; }

@media (max-width: 1024px) {
  /* line 78, _slider.scss */
  .installations {
    padding: 24px 0 24px 15px; }

  /* line 82, _slider.scss */
  .installations__title {
    margin-bottom: 24px;
    padding: 0 16px;
    font-family: "ProximaNovaBold", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #000; }

  /* line 93, _slider.scss */
  .installations .installations__list.slick-slider.slick-dotted {
    margin-bottom: 16px; }

  /* line 97, _slider.scss */
  .installations__img {
    height: 360px; }

  /* line 102, _slider.scss */
  .installations__item {
    padding: 0; }

  /* line 106, _slider.scss */
  .installations__item:not(:last-child) {
    margin-right: 16px;
    padding: 0; }

  /* line 111, _slider.scss */
  .installations .slick-arrow {
    display: none !important; }

  /* line 115, _slider.scss */
  .installations .slick-dots {
    margin: 0 auto; }

  /* line 119, _slider.scss */
  .installations .btn-link_catalog {
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    padding: 12px 20px;
    width: fit-content;
    min-width: unset;
    color: #000;
    background: #f9d248; } }
/* line 131, _slider.scss */
.installations.lp-slider {
  margin: 0 auto;
  padding: 48px 0; }

/* line 136, _slider.scss */
.slick-list {
  max-width: unset;
  margin-left: 0;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box; }

@media (max-width: 1024px) {
  /* line 145, _slider.scss */
  .slick-list {
    padding-left: 15px; } }
/* line 150, _slider.scss */
.slick-arrow {
  top: 36%;
  width: 48px;
  height: 48px;
  background-color: #fff;
  box-sizing: border-box;
  background-size: auto 100%;
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
  transition: background-color 0.2s ease-in-out; }

/* line 163, _slider.scss */
.slick-arrow::before {
  display: none; }

/* line 167, _slider.scss */
.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
  top: 31%;
  left: -19px;
  background-image: url("slider-arrow-new.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transform: rotate(180deg); }

/* line 180, _slider.scss */
.slick-next,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  right: -19px;
  background-image: url("slider-arrow-new.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px; }

/* line 191, _slider.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background-color: #f5f5f5; }

/* line 200, _slider.scss */
.slick-disabled {
  cursor: not-allowed;
  opacity: 0.2; }

/* line 205, _slider.scss */
.slick-dots {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 0; }

/* line 213, _slider.scss */
.installations__list.slick-slider.slick-dotted {
  margin-bottom: 24px; }

/* line 217, _slider.scss */
.slick-dots li {
  margin: 0;
  width: unset;
  height: unset; }

/* line 223, _slider.scss */
.slick-dots li:not(:last-child) {
  margin-right: 9px; }

/* line 227, _slider.scss */
.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc; }

/* line 235, _slider.scss */
.slick-dots li.slick-active button {
  background-color: #ffd500; }

/* line 239, _slider.scss */
.slick-dots li button::before {
  display: none; }

@media (max-width: 600px) {
  /* line 244, _slider.scss */
  .slick-list {
    max-width: unset;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
    padding-left: 15px; }

  /* line 253, _slider.scss */
  .slick-arrow {
    width: 40px;
    height: 40px; }

  /* line 258, _slider.scss */
  .slick-arrow,
  .slick-arrow:hover,
  .slick-arrow:focus,
  .slick-arrow:active {
    background-size: contain; }

  /* line 265, _slider.scss */
  .slick-dots {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 247px;
    overflow: hidden;
    white-space: nowrap; }

  /* line 274, _slider.scss */
  .installations.lp-slider {
    padding: 24px 0; } }
/* Отзывы */
/* line 1, _feedback.scss */
.lp-feedback {
  position: relative;
  max-width: 1000px;
  margin: 32px auto; }
  /* line 6, _feedback.scss */
  .lp-feedback__title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0; }
  /* line 14, _feedback.scss */
  .lp-feedback__text {
    width: 70%;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin: 30px auto; }

/* Страница рассрочки */
/* line 1, _credit-block.scss */
.deferred-pay-description {
  background: url("credit-girl.png") no-repeat;
  background-position: 85% -5%;
  background-color: #d6d6d6;
  padding: 70px 0 40px 20px; }
  /* line 8, _credit-block.scss */
  .deferred-pay-description__title {
    display: inline-block;
    font-size: 43px;
    border-radius: 15px;
    padding: 10px 40px;
    color: #000;
    background-color: #ffea00;
    margin: 0 0 20px 0; }
  /* line 18, _credit-block.scss */
  .deferred-pay-description__list {
    font-size: 22px;
    padding: 0 0 0 70px;
    list-style-type: disc; }
    /* line 23, _credit-block.scss */
    .deferred-pay-description__list-item {
      position: relative;
      margin: 10px 0; }
  /* line 29, _credit-block.scss */
  .deferred-pay-description ul {
    font-size: 22px;
    padding: 0 0 0 70px;
    list-style-type: disc; }
  /* line 35, _credit-block.scss */
  .deferred-pay-description ul li {
    margin: 10px 0; }

/* line 41, _credit-block.scss */
.deferred-pay-flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0; }
  /* line 52, _credit-block.scss */
  .deferred-pay-flex-block--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 58, _credit-block.scss */
  .deferred-pay-flex-block img {
    height: 72px;
    margin: 30px 23px 20px; }

/* line 64, _credit-block.scss */
.deferred-pay-block {
  color: #000;
  font-family: "ProximaNovaBold", sans-serif; }
  /* line 68, _credit-block.scss */
  .deferred-pay-block__banks {
    padding: 40px 0 40px 0; }
  /* line 72, _credit-block.scss */
  .deferred-pay-block__banks-item {
    width: 200px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6); }
  /* line 78, _credit-block.scss */
  .deferred-pay-block__banks-img {
    height: 72px;
    margin: 30px 23px; }
  /* line 83, _credit-block.scss */
  .deferred-pay-block__title {
    font-size: 43px;
    text-align: center; }
  /* line 88, _credit-block.scss */
  .deferred-pay-block__step {
    position: relative;
    -webkit-box-flex: 300px;
    -ms-flex: 300px 0 0px;
    flex: 300px 0 0;
    padding: 80px 0 0 0;
    font-size: 17px;
    font-family: "ProximaNovaRegular", sans-serif; }
    /* line 97, _credit-block.scss */
    .deferred-pay-block__step::before {
      position: absolute;
      content: "1";
      line-height: 60px;
      text-align: center;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ffea00; }
    /* line 112, _credit-block.scss */
    .deferred-pay-block__step--2:before {
      content: "2"; }
    /* line 116, _credit-block.scss */
    .deferred-pay-block__step--3:before {
      content: "3"; }
  /* line 121, _credit-block.scss */
  .deferred-pay-block__how-take-desc {
    font-size: 15px;
    text-align: right; }
  /* line 126, _credit-block.scss */
  .deferred-pay-block__btn-watch {
    display: block;
    margin: 80px auto;
    padding: 15px 55px;
    background-color: #ffea00;
    color: #000;
    border-radius: 10px;
    font-size: 30px;
    text-align: center;
    font-weight: bold; }
    /* line 137, _credit-block.scss */
    .deferred-pay-block__btn-watch:hover {
      background-color: #fff474; }
  /* line 142, _credit-block.scss */
  .deferred-pay-block__detailed-text {
    padding: 50px 0 50px 0;
    font-size: 17px;
    font-family: "ProximaNovaRegular", sans-serif; }

/* Футер */
/* line 2, _footer.scss */
.lp-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
  padding: 36px 0 50px 0; }
  /* line 11, _footer.scss */
  .lp-footer * {
    box-sizing: inherit; }
  /* line 15, _footer.scss */
  .lp-footer .lp-wrap {
    display: grid;
    grid-template-columns: 265px 409px minmax(270px, 1fr);
    grid-template-areas: "logo nav phone-call" "representative representative representative" "copyright copyright copyright";
    gap: 10px; }
    /* line 24, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__logo {
      grid-area: logo;
      padding-top: 4px; }
      /* line 30, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__logo .lp-footer__logo-href {
        display: block; }
        /* line 33, _footer.scss */
        .lp-footer .lp-wrap .lp-footer__logo .lp-footer__logo-href img {
          display: block;
          width: 265px;
          height: 124px; }
    /* line 41, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__nav {
      grid-area: nav;
      padding-top: 17px; }
    /* line 46, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__phone-call {
      grid-area: phone-call; }
    /* line 50, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__representative {
      grid-area: representative; }
    /* line 54, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__copyright {
      grid-area: copyright; }
    /* line 58, _footer.scss */
    .lp-footer .lp-wrap .lp-footer__representative, .lp-footer .lp-wrap .lp-footer__copyright {
      padding: 5px 15px;
      color: #fff; }
  @media (max-width: 1024px) {
    /* line 67, _footer.scss */
    .lp-footer .lp-wrap {
      grid-template-columns: 35% minmax(409px, 1fr);
      grid-template-areas: "logo nav" "phone-call phone-call" "representative representative" "copyright copyright"; }
      /* line 75, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__logo {
        display: flex;
        align-items: flex-end;
        flex-direction: column; }
      /* line 81, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__nav {
        padding-left: 10.6%;
        max-width: 510px; }
      /* line 86, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__phone-call {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-bottom: 40px; } }
  @media (max-width: 768px) {
    /* line 96, _footer.scss */
    .lp-footer .lp-wrap {
      grid-template-columns: 1fr;
      grid-template-areas: "logo" "nav" "phone-call" "representative" "copyright"; }
      /* line 105, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__logo {
        align-items: center; }
      /* line 109, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__nav {
        padding-top: 30px;
        padding-left: 0;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        max-width: initial; }
      /* line 118, _footer.scss */
      .lp-footer .lp-wrap .lp-footer__nav-list_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 34px;
        justify-content: initial;
        flex-wrap: nowrap;
        column-gap: 0; }
        /* line 127, _footer.scss */
        .lp-footer .lp-wrap .lp-footer__nav-list_left .lp-footer__nav-item {
          display: flex;
          justify-content: center;
          width: 100%; } }

/* line 137, _footer.scss */
.lp-footer__email {
  display: block;
  color: #fff; }

@media screen and (max-width: 992px) {
  /* line 143, _footer.scss */
  .lp-footer {
    height: auto;
    padding-bottom: 88px; }

  /* line 148, _footer.scss */
  .lp-footer__email {
    padding: 15px 0; } }
@media screen and (max-width: 768px) {
  /* line 203, _footer.scss */
  .lp-footer__logo img {
    margin: 0 auto; } }
/* line 208, _footer.scss */
.lp-footer__logo span {
  margin-top: 4px;
  display: block;
  text-align: center;
  position: relative;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
  color: #ffffff; }

@media screen and (max-width: 400px) {
  /* line 219, _footer.scss */
  .lp-footer__logo span {
    font-size: 12px; } }
/* line 257, _footer.scss */
.lp-footer__nav-list_left,
.lp-footer__nav-list_right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 34px; }
  /* line 267, _footer.scss */
  .lp-footer__nav-list_left .lp-footer__nav-item,
  .lp-footer__nav-list_right .lp-footer__nav-item {
    width: 50%;
    max-width: 190px; }

/* line 282, _footer.scss */
.lp-footer__nav-list_left a,
.lp-footer__nav-list_right a {
  /*text-decoration: underline;*/
  color: #ffffff; }

/* line 288, _footer.scss */
.lp-footer__nav-list_left a:hover,
.lp-footer__nav-list_right a:hover {
  color: #ffd200; }

/* line 293, _footer.scss */
.lp-footer__nav-list_right > li {
  padding-left: 20px; }

@media screen and (max-width: 768px) {
  /* line 298, _footer.scss */
  .lp-footer__nav-list_right > li {
    padding-left: 0; } }
/* line 303, _footer.scss */
.lp-footer__nav-item {
  font-family: "ProximaNovaRegular", sans-serif;
  text-transform: uppercase; }

/* line 332, _footer.scss */
.lp-footer__phone-num {
  position: relative;
  left: -2px;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-align: right; }

/* line 341, _footer.scss */
.lp-footer__link {
  display: inline-block;
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  cursor: pointer; }

/* line 349, _footer.scss */
.lp-footer__link:hover {
  color: #ffd200; }

/* line 353, _footer.scss */
.lp-footer__call-button {
  width: 100%;
  margin-top: 15px;
  padding: 10px 5px;
  border: 2px solid #ffc600;
  border-radius: 50px;
  display: block;
  cursor: pointer;
  background: none;
  color: #ffffff;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }

/* line 368, _footer.scss */
.icorewgrey {
  width: auto;
  height: auto;
  display: block;
  overflow: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 8010;
  background: #555;
  display: none; }

/* line 384, _footer.scss */
.icorewblock {
  width: 640px;
  /* height: 615px; */
  padding: 40px 55px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -375px;
  opacity: 1;
  overflow: visible;
  z-index: 8030;
  background: #fff;
  border: 4px solid #000;
  border-radius: 40px;
  font-family: "PT Sans", sans-serif; }

/* line 401, _footer.scss */
.icorewblockclose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 8040;
  background-image: url(crest.png); }

/* line 412, _footer.scss */
.icorewblockname {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px; }

/* line 418, _footer.scss */
.icorewblocktext,
.icorewblocktext p {
  font-size: 18px;
  line-height: 1.4; }

/* line 424, _footer.scss */
.icorewblockborder {
  border-top: 4px solid #ffd500;
  margin: 20px 0px; }

/* line 429, _footer.scss */
.icorewblockots {
  width: 350px;
  font-size: 14px;
  color: #161616;
  float: left; }

/* line 436, _footer.scss */
.icorewblockhandup {
  width: 200px;
  font-size: 14px;
  color: #161616;
  text-align: right;
  float: right; }

/* line 444, _footer.scss */
.icorewblockots img {
  display: inline !important;
  vertical-align: bottom;
  margin: 0px 3px; }

/* line 450, _footer.scss */
.icorewblockhandup img {
  display: inline !important;
  vertical-align: baseline;
  margin: 0px 0px 0px 3px;
  margin-top: -8px; }

/* line 457, _footer.scss */
.whatsapp-mobile {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #22a85f;
  justify-content: center;
  padding: 10px;
  cursor: pointer; }

/* line 470, _footer.scss */
.whatsapp-mobile-close {
  position: absolute;
  display: flex;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  transform: rotate(45deg); }

/* line 488, _footer.scss */
.whatsapp-mobile a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%; }

/* line 495, _footer.scss */
.whatsapp-mobile .whatsapp-text {
  font-size: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: left;
  margin-left: 10px; }

/* line 503, _footer.scss */
.whatsapp-desktop {
  position: fixed;
  bottom: 0;
  right: 400px;
  width: 300px;
  height: 40px;
  border-radius: 10px 30px 0 0;
  background-color: #01652e;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1001;
  padding-left: 15px; }

/* line 520, _footer.scss */
.whatsapp-desktop img {
  margin-right: 15px; }

/* line 524, _footer.scss */
.whatsapp-desktop .whatsapp-text {
  font-size: 14px;
  line-height: 18px; }

/* line 529, _footer.scss */
.modal {
  display: none;
  width: 380px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px 30px 60px;
  background-color: #fff;
  z-index: 9999;
  font-size: 14px;
  line-height: 16px; }

/* line 546, _footer.scss */
.modal__title--whatsapp img {
  margin-left: -44px;
  margin-right: 7px; }

/* line 551, _footer.scss */
.modal__tel--whatsapp {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0; }

/* line 557, _footer.scss */
.modal__subtitle--whatsapp div:nth-child(2) {
  margin-bottom: 30px; }

/* line 561, _footer.scss */
.modal__title--whatsapp {
  text-align: left;
  font-weight: 400;
  position: relative;
  text-indent: 45px;
  font-size: 24px;
  line-height: 24px;
  margin: 12px 0 14px;
  display: flex;
  align-items: center; }

/* line 573, _footer.scss */
.modal__tel--whatsapp {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0; }

/* line 579, _footer.scss */
.form__text-el {
  width: 100%;
  font-size: 15px;
  border: 1px solid #888;
  border-radius: 3px;
  height: 36px;
  line-height: 34px;
  padding: 0 6px; }

/* line 589, _footer.scss */
.modal__body {
  margin: 10px 0; }

/* line 593, _footer.scss */
.form__item.form__item--whatsapp {
  display: flex; }

/* line 597, _footer.scss */
.modal #perezv_callback_4 {
  height: 40px; }

/* line 601, _footer.scss */
.modal .phone-mask.form__text-el {
  width: 70%;
  margin-right: 30px; }

/* line 606, _footer.scss */
.modal__close {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: 0 0;
  border: none;
  font-size: 22px;
  outline: 0;
  font-weight: 700; }

/* line 620, _footer.scss */
.modal .form__agreement-link {
  text-decoration: underline;
  color: #4e4e4e;
  cursor: pointer; }

/* line 626, _footer.scss */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 9998; }

/* bottom-menu-mobile */
/* line 639, _footer.scss */
.bottom-menu-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: flex;
  justify-content: space-around;
  padding: 8px 12px;
  color: #777777;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px -18px 32px rgba(0, 0, 0, 0.04), 0px -16px 24px rgba(0, 0, 0, 0.04), 0px -4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04); }

/* line 663, _footer.scss */
.bottom-menu-mobile__item a {
  color: inherit;
  text-decoration: none; }

/* line 668, _footer.scss */
.bottom-menu-mobile__item_sub {
  width: 92px;
  padding: 7px 9px 5px 9px;
  border: 1px solid #e0e0e0; }

/* line 674, _footer.scss */
.bottom-menu-mobile__item_sub:not(:last-child) {
  margin-right: 9px; }

/* line 678, _footer.scss */
.bottom-menu-mobile__text {
  margin: 3px auto 0 auto;
  font-size: 14px;
  font-weight: bold; }

/* line 688, _footer.scss */
.bottom-menu-mobile__item_whatsapp a,
.bottom-menu-mobile__item_whatsapp.bottom-menu-mobile__item_active a {
  color: #3ab54a; }

/* line 693, _footer.scss */
.bottom-menu-mobile__item_whatsapp,
.bottom-menu-mobile__item_cart {
  position: relative; }

/* line 698, _footer.scss */
.unread-message {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 57%;
  top: -1px;
  border-radius: 50%;
  background-color: #e12300; }

/* line 713, _footer.scss */
.bottom-menu-mobile__item_active {
  border-color: #e98134;
  color: #e98134; }

/* line 719, _footer.scss */
.footer__menu-icon {
  fill: #777777; }

/* line 723, _footer.scss */
.bottom-menu-mobile__item_active > .footer__menu-icon
 {
  fill: #e98134;
  /* fill: linear-gradient(248.24deg, #ff621f 0%, #ff831f 58.12%, #ff981f 100%); */ }

/* line 1, _icon.scss */
.icon {
  background-repeat: no-repeat;
  background-size: 100%; }
  /* line 5, _icon.scss */
  .icon_type_placement {
    background-image: url("icon_placement.svg"); }
  /* line 8, _icon.scss */
  .icon_type_phone {
    background-image: url("icon_phone.svg"); }
  /* line 11, _icon.scss */
  .icon_type_chat {
    background-image: url("icon_chat.svg"); }
  /* line 14, _icon.scss */
  .icon_type_hamburger {
    padding: 0;
    background-image: url("hamburger.svg");
    background-position: center;
    background-size: auto; }

/* line 1, _mobile-menu.scss */
.mobile-menu {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  width: 280px;
  background: #fff;
  z-index: 99999;
  overflow-y: scroll;
  padding-bottom: 40px; }
  /* line 13, _mobile-menu.scss */
  .mobile-menu a {
    color: #000;
    /*text-decoration-line: underline;*/ }
  /* line 18, _mobile-menu.scss */
  .mobile-menu__list {
    padding-top: 40px; }
  /* line 23, _mobile-menu.scss */
  .mobile-menu__item {
    font-size: 20px;
    font-weight: bold; }
    /* line 32, _mobile-menu.scss */
    .mobile-menu__item-top {
      padding-left: 25px; }
    /* line 36, _mobile-menu.scss */
    .mobile-menu__item a, .mobile-menu__item span {
      display: block;
      padding: 10px 10px 10px 25px; }
  /* line 48, _mobile-menu.scss */
  .mobile-menu__subitem {
    font-size: 15px;
    font-weight: normal; }
  /* line 54, _mobile-menu.scss */
  .mobile-menu__close {
    float: right; }
    /* line 57, _mobile-menu.scss */
    .mobile-menu__close i {
      width: 17px;
      height: 16px;
      margin: 10px;
      display: block;
      cursor: pointer;
      background: url("myperezvonimclose.png") left center no-repeat; }

/*Карточка товара*/
/* line 2, _prod-card.scss */
.prod-card {
  position: relative;
  padding: 0;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffba00;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "ProximaNovaRegular", sans-serif;
  width: 100%; }

/* line 14, _prod-card.scss */
.prod-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 19, _prod-card.scss */
.prod-card__row_type_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 16px auto 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 47px;
  max-width: 330px;
  background: #FFD600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 50;
  -webkit-transition: height .3s, max-width .3s;
  -o-transition: height .3s, max-width .3s;
  transition: height .3s, max-width .3s; }

/* line 40, _prod-card.scss */
.prod-card__row_type_button:hover {
  background: #ffbe00; }

/* line 43, _prod-card.scss */
.prod-card__row:first-child .prod-card__column_type_secondary {
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0; }

/* line 47, _prod-card.scss */
.prod-card__row:not(:last-child) {
  border-bottom: 1px solid #ffba00; }

/* line 50, _prod-card.scss */
.prod-card__column {
  padding: 10px;
  -ms-flex-preferred-size: 560px;
  flex-basis: 560px; }

/* line 55, _prod-card.scss */
.prod-card__colum_type_small {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px; }

/* line 59, _prod-card.scss */
.prod-card__colum_type_big {
  -ms-flex-preferred-size: unset;
  flex-basis: unset; }

/* line 65, _prod-card.scss */
.prod-card__column_with-border {
  border-bottom: 1px solid #ffba00;
  -ms-flex-preferred-size: unset;
  flex-basis: unset; }

/* line 70, _prod-card.scss */
.prod-card__column_type_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
  -ms-flex-preferred-size: 660px;
  flex-basis: 660px; }

/* line 85, _prod-card.scss */
.prod-card__column_type_img::before {
  content: '';
  display: block;
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: center/contain no-repeat url(question.png); }

/* line 94, _prod-card.scss */
.prod-card__column_type_secondary {
  -ms-flex-preferred-size: 135px;
  flex-basis: 135px;
  background: #fafafa;
  min-width: 135px;
  max-width: 135px; }

/* line 101, _prod-card.scss */
.prod-card__title {
  font-size: 0.875em; }

/* line 104, _prod-card.scss */
.prod-card__title_type_plus {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 112, _prod-card.scss */
.prod-card__title_type_plus::before {
  display: block;
  content: '';
  border-width: 2px;
  border-style: solid;
  width: 10px;
  height: 4px;
  border-color: transparent transparent #029001 #029001;
  transform: rotate(-45deg);
  margin-top: -4px; }

/* line 123, _prod-card.scss */
.prod-card__title_type_btn-text {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  display: inline-block;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

/* line 135, _prod-card.scss */
.prod-card__btn-label {
  text-align: center;
  padding: 14px 4px;
  width: 100%; }

/* line 140, _prod-card.scss */
.prod-card__btn-label:hover {
  cursor: pointer; }

/* line 143, _prod-card.scss */
.prod-card__price-without-action {
  margin: 5px 0 -2px;
  font-size: 20px;
  line-height: 1;
  color: #E12300;
  text-decoration: line-through; }

@media (max-width: 500px) {
  /* line 151, _prod-card.scss */
  .prod-card__price-without-action {
    font-size: 17px; } }
/* line 155, _prod-card.scss */
.prod-card__price {
  font-weight: bold;
  margin: 7px 0;
  font-family: "ProximaNovaBold", sans-serif;
  font-size: 2.5em; }

/* line 161, _prod-card.scss */
.prod-card__price_type_secondary {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 1.7em;
  font-weight: normal; }

/* line 166, _prod-card.scss */
.special-offer .prod-card__price_type_secondary {
  margin: 0;
  font-size: 14px;
  font-weight: bold; }

/* line 171, _prod-card.scss */
.prod-card__price_type_entry-old,
.small-price {
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  margin-top: 28px;
  display: inline-block;
  position: relative; }

/* line 180, _prod-card.scss */
.small-price {
  margin: 4px 0 2px; }

/* line 183, _prod-card.scss */
.small-price svg,
.prod-card__column_type_secondary svg,
.prod-card__price_type_entry-old svg {
  fill: #000;
  stroke: #000;
  stroke-width: 15px; }

/* line 190, _prod-card.scss */
.prod-card__discount svg {
  fill: #029001;
  stroke: #029001;
  stroke-width: 15px; }

/* line 195, _prod-card.scss */
.special-offer__gain svg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 15px; }

/* line 200, _prod-card.scss */
.prod-card__price_type_entry-old::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotate(-27deg);
  left: 0;
  height: 2px;
  background-color: #ffd200; }

/* line 212, _prod-card.scss */
.prod-card__price_type_main {
  white-space: nowrap;
  font-size: 3em;
  margin: 0; }

/* line 217, _prod-card.scss */
.prod-card__price-container {
  background: #ffd600;
  display: inline-block;
  margin: 10px 0 10px -10px;
  padding: 5px 50px 5px 10px;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  position: relative; }

/* line 226, _prod-card.scss */
.prod-card__price-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 85%;
  width: 28%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e12300;
  background-image: url(super_polotono.png);
  background-position-x: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0; }

/* line 248, _prod-card.scss */
.prod-cbh-phone__text {
  display: inline-block;
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3FAEDC;
  cursor: pointer; }

@media (max-width: 500px) {
  /* line 260, _prod-card.scss */
  .prod-cbh-phone__text {
    font-size: 18px; } }
/* line 281, _prod-card.scss */
.prod-card__discount {
  color: #029001;
  font-size: 1.3em; }

/* line 291, _prod-card.scss */
.prod-card__discount-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 24px;
  top: 0;
  width: 96px;
  z-index: 5;
  padding: 8px;
  text-align: center;
  background: #E12300;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  letter-spacing: -0.05em; }

/* line 307, _prod-card.scss */
.prod-card__discount-container:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  z-index: -1;
  border: 48px solid #E12300;
  border-bottom-color: transparent;
  border-bottom-width: 12px; }

/* line 317, _prod-card.scss */
.prod-card__discount-container_113::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: center/contain no-repeat url(podarok-beliy.svg);
  margin: 0 auto 8px; }

/* line 325, _prod-card.scss */
.prod-card__discount-percent-value {
  display: block;
  margin: 4px auto 6px;
  font-size: 25px;
  line-height: 1; }

/* line 331, _prod-card.scss */
.prod-card__discount-percent img {
  margin: 0 auto 8px; }

/* line 334, _prod-card.scss */
.prod-card__discount-value {
  padding: 0 2px;
  border: 1px dashed #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 342, _prod-card.scss */
.prod-card__discount-value:not(.prod-card__discount-value_113)::before {
  content: 'Экономия';
  display: block; }

/* line 362, _prod-card.scss */
.prod-card__text {
  font-size: .875em;
  line-height: 14px; }

/* line 366, _prod-card.scss */
.prod-card__text_mt {
  margin-top: 8px; }

@media (max-width: 1024px) {
  /* line 370, _prod-card.scss */
  .prod-card__text_mt {
    margin-top: 6px; } }
/* line 374, _prod-card.scss */
.prod-card__credit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 5px; }
  /* line 382, _prod-card.scss */
  .prod-card__credit-block .question-big {
    margin-left: 10px; }

/* line 386, _prod-card.scss */
.prod-card__credit {
  font-size: 20px;
  font-weight: normal;
  display: inline-block; }

/* line 391, _prod-card.scss */
.prod-card__credit_vh {
  font-size: 17px; }

@media (max-width: 500px) {
  /* line 395, _prod-card.scss */
  .prod-card__credit {
    font-size: 17px; } }
/* line 399, _prod-card.scss */
.prod-card__credit--discount {
  font-weight: bold; }

/* line 403, _prod-card.scss */
.prod-card__text_type_aside {
  margin-top: 5px;
  color: #797979; }

/* line 407, _prod-card.scss */
.prozamer-btn {
  display: inline-block;
  margin: 20px 12px 12px calc(50% - 165px);
  background-color: #FFFFFF;
  border: 2px solid #048008;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 12px;
  min-width: 330px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: uppercase; }

/* line 429, _prod-card.scss */
.prozamer-btn:hover {
  background-color: #048008;
  color: #ffffff; }

@media screen and (max-width: 576px) {
  /* line 434, _prod-card.scss */
  .prod-card {
    font-size: 14px; }

  /* line 437, _prod-card.scss */
  .prozamer-btn {
    margin-top: 12px;
    padding: 7px 4px;
    font-size: 12px;
    line-height: 15px; } }
@media screen and (max-width: 460px) {
  /* line 445, _prod-card.scss */
  .prozamer-btn {
    min-width: unset;
    margin-right: 10px;
    margin-left: 0;
    width: calc(100% - 40px); } }
/* 17/09/19 fixes */
@media (max-width: 768px) {
  /* line 457, _prod-card.scss */
  .prod-card__price_type_main {
    text-align: center;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 469, _prod-card.scss */
  .prod-card__price-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
    padding: 8px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }

  /* line 480, _prod-card.scss */
  .prod-card__price-container::after {
    position: unset;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 50px;
    height: 64px;
    margin: -8px -8px -8px 8px;
    background-position-y: center; }

  /* line 505, _prod-card.scss */
  .lp-doors-filter__property {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 513, _prod-card.scss */
  .lp-doors-filter__property p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 520, _prod-card.scss */
  .lp-doors-filter__property p .lp-doors-filter__property-name {
    width: auto;
    margin-right: auto; }

  /* line 524, _prod-card.scss */
  .lp-doors-filter__property p .lp-doors-filter__property-characteristic {
    padding: 0; }

  /* line 527, _prod-card.scss */
  .special-offer__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 542, _prod-card.scss */
  .special-offer__text {
    font-size: 20px !important; }

  /* line 545, _prod-card.scss */
  .cb__control:checked + .prod-card__row_type_button {
    height: 215px; }

  /* line 548, _prod-card.scss */
  .lp-doors-filter__name {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center; }

  /* line 554, _prod-card.scss */
  .lp-doors-filter__item img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

  /* line 562, _prod-card.scss */
  .prod-card__price_type_entry-old {
    margin-top: 10px; } }
/* (ДД-ЕКБ) ЛИДЫ В ПЛАНЕ = Сделать двери одинаковыми по размеру для мобильной версии сайта */
@media (max-width: 576px) {
  /* line 574, _prod-card.scss */
  .lp-doors-filter__item img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: unset;
    object-fit: unset; }

  /* line 580, _prod-card.scss */
  .lp-doors-filter__link {
    min-height: 240px; } }
@media (max-width: 344px) {
  /* line 585, _prod-card.scss */
  .lp-doors-filter__link {
    min-height: 230px; } }
@media (max-width: 332px) {
  /* line 590, _prod-card.scss */
  .lp-doors-filter__link {
    min-height: 220px; } }
@media (max-width: 500px) {
  /* line 595, _prod-card.scss */
  .prod-card__price_type_main {
    font-size: 2em; }

  /* line 598, _prod-card.scss */
  .prod-card__price_type_main svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

  /* line 603, _prod-card.scss */
  .prod-card__discount-container {
    right: 2%;
    width: 80px;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 13px; }

  /* line 610, _prod-card.scss */
  .prod-card__discount-container:after {
    border-width: 40px;
    border-bottom-width: 12px; }

  /* line 614, _prod-card.scss */
  .prod-card__discount-percent-value {
    padding: 0;
    margin: 2px auto 4px;
    font-size: 22px; }

  /* line 619, _prod-card.scss */
  .prod-card__discount-value {
    padding: 0; }

  /* line 622, _prod-card.scss */
  .prod-card__price-container::after {
    min-width: 42px;
    height: 44px; } }
@media (max-width: 420px) {
  /* line 631, _prod-card.scss */
  .prod-card__title_type_plus {
    gap: 4px; }

  /* line 634, _prod-card.scss */
  .prod-card__row_pluses {
    padding: 8px;
    font-size: 12px; }

  /* line 638, _prod-card.scss */
  .prod-card__row_pluses .prod-card__column {
    padding: 0; }
    /* line 640, _prod-card.scss */
    .prod-card__row_pluses .prod-card__column:first-child {
      margin-right: 8px; } }
@media (max-width: 350px) {
  /* line 646, _prod-card.scss */
  .prod-card__discount-container {
    right: 2%;
    width: 72px;
    padding: 4px 2px; }

  /* line 651, _prod-card.scss */
  .prod-card__discount-container:after {
    border-width: 36px;
    border-bottom-width: 12px; }

  /* line 655, _prod-card.scss */
  .prod-card__row_pluses {
    font-size: 12px; }

  /* line 658, _prod-card.scss */
  .prod-card__row_pluses .prod-card__column:first-child {
    margin-right: 4px; } }
/* line 1, _product-components.scss */
.product-colors {
  /*position: relative;
  margin: 15px 0;*/ }
  /* line 4, _product-components.scss */
  .product-colors__carousel {
    position: relative;
    width: 100%;
    margin: 15px auto;
    overflow: hidden; }
  /* line 11, _product-components.scss */
  .product-colors__list {
    white-space: nowrap;
    position: relative; }
  /* line 16, _product-components.scss */
  .product-colors__item {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: top; }
    /* line 23, _product-components.scss */
    .product-colors__item_active_no {
      pointer-events: none; }
  /* line 28, _product-components.scss */
  .product-colors__icon {
    width: 50px;
    height: 50px;
    object-fit: none;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid transparent; }
    /* line 37, _product-components.scss */
    .product-colors__icon:hover {
      border: 1px solid #ffd200; }
  /* line 42, _product-components.scss */
  .product-colors__label {
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 12px;
    color: #757575;
    white-space: normal;
    display: flex;
    justify-content: center; }
  /* line 51, _product-components.scss */
  .product-colors__next, .product-colors__prev {
    width: 30px;
    top: calc(50% - 35px);
    height: 50px;
    display: block;
    position: absolute;
    cursor: pointer;
    background-image: url(slider-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  /* line 63, _product-components.scss */
  .product-colors__next {
    right: -18px; }
  /* line 66, _product-components.scss */
  .product-colors__prev {
    left: -18px;
    transform: rotate(180deg); }
  /* line 73, _product-components.scss */
  .product-colors__next:hover, .product-colors__prev:hover {
    opacity: 0.6; }

@media screen and (max-width: 768px) {
  /*.product-colors {
      margin: 0px 0;
  }*/
  /* line 83, _product-components.scss */
  .product-colors__carousel {
    margin: 0px 0; } }
/* Видео */
/* line 2, _product-video.scss */
.product-video-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 7, _product-video.scss */
.product-video-block h3 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0; }

/* line 16, _product-video.scss */
.product-video-block img {
  height: 115px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0 0; }

/* line 23, _product-video.scss */
.product__btns-video {
  width: 45%;
  cursor: pointer; }

/* line 24, _product-video.scss */
.product__btns-video.moreColors-btn .video-text {
  background-color: #ffd200;
  border-radius: 0 0 15px 15px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000; }

/* line 25, _product-video.scss */
.moreColors-btn:hover {
  color: #fff; }

/* line 26, _product-video.scss */
.moreColors-btn.product__btns-video {
  position: relative;
  display: block;
  background-color: #ffd200;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 15px; }

/* line 27, _product-video.scss */
#playBtn {
  fill: #ffd200;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  border-radius: 50%; }

/* line 28, _product-video.scss */
.btn-bg {
  display: block;
  background-color: #000;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  border-radius: 50%; }

/* line 29, _product-video.scss */
.moreColors-btn.product__btns-video:hover #playBtn {
  opacity: .7; }

/* line 30, _product-video.scss */
.moreColors-btn.product__btns-video:hover .btn-bg {
  display: none; }

/* line 31, _product-video.scss */
.modal__video-popup {
  width: auto;
  padding: 30px; }

@media (max-width: 768px) {
  /* line 38, _product-video.scss */
  .product-video-block h3 {
    display: none; }

  /* line 42, _product-video.scss */
  .product-video-block img {
    height: 70px; }

  /* line 46, _product-video.scss */
  .product__btns-video.moreColors-btn .video-text {
    font-size: 16px;
    height: 32px; }

  /* line 51, _product-video.scss */
  .product-video-block {
    justify-content: space-between;
    padding: 20px 10px 10px; }

  /* line 56, _product-video.scss */
  .moreColors-btn.product__btns-video {
    margin-right: 0;
    width: 130px; }

  /* line 60, _product-video.scss */
  .modal__video-popup {
    padding: 20px; }

  /* line 64, _product-video.scss */
  .video {
    width: 80vw !important;
    height: 20vh !important; }

  /* line 69, _product-video.scss */
  .modal__close {
    right: 0px;
    top: 0px; } }
/* скидки на установку */
/* line 2, install-block.scss */
.prod-card__install-block {
  width: 100%;
  padding: 10px; }
/* line 6, install-block.scss */
.prod-card__install-title {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 5px; }
/* line 14, install-block.scss */
.prod-card__install-subtitle {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  margin-bottom: 10px; }

/* line 25, install-block.scss */
.install-block {
  padding-top: 20px; }
  /* line 27, install-block.scss */
  .install-block__title {
    font-family: "ProximaNovaRegular", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 25px; }
/* line 36, install-block.scss */
.install-list {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  /* line 40, install-block.scss */
  .install-list_setup {
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      /* line 40, install-block.scss */
      .install-list_setup {
        justify-content: center;
        margin-bottom: 5px; } }
  /* line 47, install-block.scss */
  .install-list__item {
    width: 70px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04), 0px 1px 3px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px 8px;
    margin-right: 6px; }
    @media (max-width: 768px) {
      /* line 47, install-block.scss */
      .install-list__item {
        margin-bottom: 10px; }
        /* line 63, install-block.scss */
        .install-list__item:nth-child(3) {
          margin-right: 0; }
        /* line 66, install-block.scss */
        .install-list__item:nth-last-child(1) {
          margin-right: 0; } }
    /* line 71, install-block.scss */
    .install-list__item_setup {
      width: 83.35px;
      height: 68px;
      margin-right: 7px; }
    /* line 76, install-block.scss */
    .install-list__item-number {
      font-family: "ProximaNovaRegular", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 13px;
      text-align: center;
      color: #fed700;
      margin-bottom: 5px; }
      /* line 84, install-block.scss */
      .install-list__item-number_setup {
        font-size: 21.9355px;
        line-height: 15px; }
    /* line 89, install-block.scss */
    .install-list__item-text {
      font-family: "ProximaNovaRegular", sans-serif;
      font-weight: normal;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      color: #000000; }
      /* line 96, install-block.scss */
      .install-list__item-text_setup {
        font-size: 12px;
        line-height: 13px; }
    /* line 101, install-block.scss */
    .install-list__item_row {
      width: 100%;
      height: unset;
      padding: 4px;
      flex-direction: row; }
      /* line 106, install-block.scss */
      .install-list__item_row .install-list__item-number {
        margin: 0 5px 0 0; }
      /* line 109, install-block.scss */
      .install-list__item_row .install-list__item-text {
        font-size: 13px; }
      /* line 112, install-block.scss */
      .install-list__item_row:not(:last-child) {
        border-bottom: none; }
/* line 118, install-block.scss */
.install-desc {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #17883a;
  cursor: pointer; }
  @media (max-width: 768px) {
    /* line 118, install-block.scss */
    .install-desc {
      font-size: 14px;
      line-height: 16px; } }
  /* line 130, install-block.scss */
  .install-desc:hover {
    opacity: 0.7; }
  /* line 133, install-block.scss */
  .install-desc_setup {
    font-size: 16px;
    line-height: 14px; }
    @media (max-width: 768px) {
      /* line 133, install-block.scss */
      .install-desc_setup {
        text-align: center;
        margin-bottom: 25px; } }

/* line 145, install-block.scss */
.setup__price_mk {
  padding: 6px 38px !important; }
/* line 148, install-block.scss */
.setup__price_desc {
  font-family: "ProximaNovaRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.93); }
  @media (min-width: 769px) {
    /* line 148, install-block.scss */
    .setup__price_desc {
      max-width: 290px; } }

@media (max-width: 768px) {
  /* line 161, install-block.scss */
  .lp-promo-coll.ustanovka {
    height: auto; }
    /* line 163, install-block.scss */
    .lp-promo-coll.ustanovka .lp-wrap {
      display: flex;
      flex-direction: column; }

  /* line 168, install-block.scss */
  .lp-promo-coll__icons.ustanovka {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
    top: unset;
    right: unset;
    order: 1; }
    /* line 175, install-block.scss */
    .lp-promo-coll__icons.ustanovka img {
      width: 143px;
      height: 143px; }

  /* line 180, install-block.scss */
  .lp-promo-coll__discount {
    display: flex !important;
    margin-bottom: 20px; }

  /* line 185, install-block.scss */
  .lp-promo-coll__good-discount.ustanovka {
    width: 100%;
    height: 56.8vw;
    position: unset;
    display: flex !important; }

  /* line 191, install-block.scss */
  .prod-card {
    display: flex;
    flex-direction: column; }

  /* line 195, install-block.scss */
  .prod-card__row_type_button {
    order: 2; }

  /* line 198, install-block.scss */
  .prod-card__row_install {
    order: 1; } }
/* line 202, install-block.scss */
.prod-card__row_mk-install {
  align-items: center;
  padding: 12px 9px; }
  /* line 205, install-block.scss */
  .prod-card__row_mk-install .prod-card__install-subtitle {
    margin: 0 8px 0 0;
    font-size: 14px;
    line-height: 1; }

@media (max-width: 440px) {
  /* line 214, install-block.scss */
  .prod-card__row_mk-install {
    padding: 6px 9px; }

  /* line 217, install-block.scss */
  .prod-card__row_mk-install .prod-card__install-subtitle {
    font-size: 12px;
    margin-right: 6px; } }
@media (max-width: 380px) {
  /* line 223, install-block.scss */
  .prod-card__row_mk-install .prod-card__install-subtitle {
    letter-spacing: -0.01em; } }
/* Новый год */
