@charset "UTF-8";
[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: auto;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#page {
  position: relative;
  min-height: 100%; }

* html #page {
  height: 100%; }

a, img {
  outline: none; }
a {
  color: #968b8e;
}
a:hover {
  color: #444046;
}
* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

footer {
  background: #544f56;
  margin-top: -136px;
  position: relative;
  padding: 70px 0;
  color: #fff;
  box-shadow: inset 0 5px 18px -5px rgb(42, 40, 43);

}
  footer .vertical {
    width: 100%; }

.menu_footer ul{
  margin: 0;
  padding: 0;

}
.menu_footer ul li{
  list-style: none;
  margin: 7px 0;
}
.menu_footer ul.m_col li {
  width: 50%;
  float: left;
}
.menu_footer ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}
.menu_footer ul li a i {
  font-size: 8px;
  color: #ffdb4d;
  margin-right: 4px;
}
footer .logo p{
  margin-top: 15px;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;

}
footer .phone {
  background-image: url(../images/icon_phone_w.png);
}
footer .phone a {
  color: #fff;
}
.menu_footer_title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;

}

.contact_footer {
  text-align: right;
  margin-top: 15px;
}
.copyright-bar {
  padding: 17px 0 15px;
  background: #ffdb4d;
  line-height: 1;
  text-align: center;
}
footer a {
  color: #ffdb4d;
  text-decoration: none;
}
footer a:hover {
    color: #fff;
}
#page {
  padding-bottom: 136px;
    overflow: hidden;
}


/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #544f56;
  font-weight: 100;
}

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px; }

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

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input::-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-moz-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus::-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-moz-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease; }

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

input::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input:-ms-input-placeholder {
  text-overflow: ellipsis; }
input{
  font-family: "Museo Sans Cyrl";
}
input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Museo Sans Cyrl";

}

/* Scss Document */
.text img {
  max-width: 100% !important;
  height: auto !important; }

.text ul {
  margin-bottom: 25px;
  list-style-type: square;
  list-style-position: inside; }

.text ul ul {
  margin-top: 25px;
  margin-left: 15px; }

.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside; }

.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square; }

.text li + li {
  margin-top: 5px; }

.text p {
  margin-bottom: 25px; }
  .text p:last-child {
    margin-bottom: 0; }

.text table {
  margin-bottom: 25px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%; }
  .text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42); }
  .text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8); }
  .text table th {
    background-color: #30A2D9;
    padding: 15px 10px;
    color: #fff;
    border: 1px solid #fff; }
    .text table th p {
      margin-bottom: 0; }
  .text table td {
    padding: 10px;
    border: 1px solid #fff; }
    .text table td p {
      margin-bottom: 0; }

.text blockquote {
  margin-bottom: 25px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px; }

.text blockquote p {
  margin-bottom: 0px; }

body {
  color: #333;
  font-family: "Museo Sans Cyrl";
    font-size: 14px;
  background-color: #fff; }
body p {
    font-size: 16px;
    line-height: 1.8;
}

body li {
    font-size: 16px;
}
.page p {
  margin-bottom: 15px; }

.mobile_panel {
  display: none; }
.container {
  max-width: 1260px;
}
.wrap {
  max-width: 1260px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.bg_head {
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  height: 768px;
  position: relative;
  /*display: flex;
  align-items: center;
  flex-wrap: wrap;*/
}
.sh-page-wrap .bg_head {
  height: auto;
  /*padding-bottom: 90px;*/
  padding-bottom: 250px;
}
.sh-page-wrap .bg_head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

}
.sh-page-wrap .header-info-row {
  background: #fff;
  padding: 30px 20px;
  margin-left: 0;
  margin-right: 0;
}

.section-page-title-wrap {
  /*transform: translateY(-50%);*/
  margin-top: -200px;
  margin-bottom: 40px;

}

.page-title-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 100%;
  /*border-radius: 10px;*/
  /*padding: 19px 30px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.11);*/

}
.page-title-wrap h1 {
  margin-bottom: 0;
  margin-top: 10px;
  /* font-size: 22px; */
  font-size: 25px;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb-list li {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;

}
.breadcrumb-list li:first-child {
  padding-left: 0;

}
.breadcrumb-list li .breadcrumb-sep {
  font-size: 7px;
  padding: 0 6px 0 7px;
  display: block;
  color: #968b8e;
}
.breadcrumb-list li:first-child .breadcrumb-sep {
  display: none;
}
.breadcrumb-list li a {
  text-decoration: none;
  color: #968b8e;
}



.thumb_block {
  position: absolute;
  top: -30px;
  right: 15px;
}
  .thumb_block:before {
    content: '';
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 831px;
    height: 106px;
    position: absolute;
    left: 47%;
    bottom: -50px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    overflow: hidden;
  }
  .thumb_block img {
    display: block;
    position: relative;
    z-index: 2; }

header {

  width: 100%;
  z-index: 2; }


.logo img {
  display: block; }

.menu_top ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0; }

.menu_top li {
  display: block; }

.menu_top a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent; }

  .menu_top a:hover {
    border-bottom: 2px solid #ffdb4d; }
.menu_top > ul > li.active > a {
    border-bottom: 2px solid #ffdb4d;
}
#page:not(.sh-page-wrap) .menu_top > ul > li.active > a {
    border-bottom: none;
}
.contact_head {
  text-align: right; }

.phone {
  background-image: url(../images/icon_phone.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 25px;
  display: inline-block; }
  .phone a {
    font-size: 20px;
    text-decoration: none;
    cursor: text;
    color: #000;
    font-weight: 500; }

.call_me {
  text-align: right;
  margin-top: 3px;
}
  .call_me span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid #ffdb4d; }

    .call_me span:hover {
      color: #544f56; }

footer .call_me span {
    color: #fff;
    opacity: 1;
}
footer .call_me span:hover {
    color: #fff;
}


.first_content {
  padding-top: 110px;
  width: 100%; }

.top_header_info {
  padding: 25px 0 40px;
}
.sh-page-wrap .top_header_info {
  padding-bottom: 25px ;
}
.info_ti_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.info_ti {
  font-size: 14px;
  margin-right: 15px;
}
.info_ti:last-child {
  margin-right: 0;
}
.info_ti .ti_ic{
  color: #ffdb4d;
  margin-right: 5px;
}
.info_ti_txt {
  color: #544f56;
  font-weight: 300;
}
.first_post {
  padding-left: 0px;
  max-width: 540px;
  margin-left: 15px;
  padding-top: 10px;
}
  .first_post .title {
    font-size: 39px;
    line-height: 1.3;
    font-weight: 100;
    color: #000;
    margin-bottom: 25px; }
  .first_post .txt {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px; }
  .first_post .readmore {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    color: #000;
    line-height: 1;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ffdb4d;
    text-decoration: none;
    padding: 27px 95px 25px 95px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53);
    box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53); }
    .first_post .readmore:hover {
      background-color: #ffce4c;
      -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7);
      box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7); }
  .first_post .icon_block {
    margin-top: 70px;
    font-size: 16px;
    color: #968b8e;
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .first_post .icon_block span {
      display: block;
      margin-bottom: 9px; }
  .first_post .icon_block span img {
    height: 21px;
    width: auto;
  }
    .first_post .icon_block p {
      width: 47%; }

.name_s {
  text-align: center;
  color: #544f56;
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 100; }
  .name_s span {
    font-size: 50px;
    line-height: 1.2;

  }
  .name_s p {
    margin-bottom: 12px;
  }
    .name_s p:last-child {
      margin-bottom: 0; }

.advantage {
  padding-top: 0px;
}

.advantage_list {
  max-width: 944px;
  margin: 80px auto 0 auto;

}

.advantage_item {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 55px 50px;
  background-image: url(../images/advantage_bg_1.jpg);
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  line-height: 1.5; }
  .advantage_item.color_2 {
    color: #544f56; }
.advantage_item p {
  font-weight: 300;
}
  .advantage_item p:nth-child(1n+2) {
    max-width: 240px; }
  .advantage_item span {
    font-size: 30px;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
    line-height: 1.2;
  }

.catalog_category {
  background-color: #544f56;
  padding: 80px 0 105px 0;
  color: #f2f3f7; }
  .catalog_category .name_s {
    color: #fff;
    margin-bottom: 55px; }

.catalog_category_list {
  max-width: 964px;
  margin: 0 auto; }
  .catalog_category_list .row > div {
    padding: 0 30px; }
    .catalog_category_list .row > div:nth-child(1n+3) {
      margin-top: 60px; }

.catalog_category_item {
  position: relative;
  border: 2px solid #968b8e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 293px;
  padding-left: 70px; }
  .catalog_category_item .thumb {
    position: absolute;
    top: -20px;
    left: 247px; }
  .catalog_category_item .title {
    margin-bottom: 10px; }
    .catalog_category_item .title a {
      font-size: 25px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
      text-decoration: none; }
      .catalog_category_item .title a:hover {
        color: #ffdb4d; }
  .catalog_category_item .txt {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 15px;
    max-width: 160px; }

.more a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #ffdb4d;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 1;
  padding: 11px 28px;

}
  .more a:hover {
    background-color: #ffdb4d;
    color: #544f56; }

.products {
  padding: 80px 0; }

.filter {
  max-width: 944px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 100;
  color: #968b8e;
  margin-bottom: 50px; }
  .filter p:first-child {
    text-transform: uppercase;
    margin-bottom: 15px; }

.mb_30 {
  margin-bottom: 30px; }

.product_item {
  border: 1px solid #e2e2e2;
  height: 100%; }
  .product_item:hover .hide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .product_item .thumb {
    display: block;
    height: 318px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    background-color: #fff; }
    .product_item .thumb a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      text-decoration: none; }
      .product_item .thumb a:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.25);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0; }
      .product_item .thumb a:hover:before {
        content: '';
        opacity: 1; }
      .product_item .thumb a:hover span {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
    .product_item .thumb span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      font-size: 14px;
      color: #544f56;
      background-color: #ffdb4d;
      width: 178px;
      height: 66px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      z-index: 3;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .product_item .thumb span:hover {
        background-color: #faca48; }
  .product_item img {
    display: block; }
  .product_item .info {
    padding: 25px 20px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    color: #968b8e;
    z-index: 1; }
  .product_item .price {
    font-size: 20px;
    color: #544f56;
    font-weight: 900;
    margin-top: 5px; }
  .product_item .hide {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    z-index: 2;
    border: 1px solid #e2e2e2;
    padding: 25px 20px;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .product_item .hide span {
      font-weight: 300;
      display: block;
      color: #544f56; }
    .product_item .hide p {
      margin-bottom: 12px; }
      .product_item .hide p:last-child {
        margin-bottom: 0; }
.cat-product-home {
  padding-top: 70px;
}
.cat-product-home .name_s{
  text-align: left;
  margin-top: 0px;
  margin-bottom: 60px;
}
.cat_pr_item {
  background: #f7f7f7;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.cat_pr_item.cat_pr_item_navesy {
  padding-top: 10px;
}
.cat_pr_item .thumb {
  width: 100%;
  text-align: center;
  position: relative;
}
.cat_pr_item .thumb img{
  max-width: 95%;
}
.cat_pr_item .thumb .sticker {
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: #544f56;
  color: #fff;
  z-index: 15;
  padding: 5px 12px;
  border-radius: 5px;
  line-height: 1.2;
  font-weight: 500;
}
.cat_pr_item .thumb .sticker.EI30 {

}
.cat_pr_item_info {
  margin-top: 15px;
  padding: 0 15px;
}
.cat_pr_item_info a.title{
  font-weight: 600;
  font-size: 17px;
  color: #544f56;
  text-decoration: none;

}
.cat_pr_item_info a.title:hover {
  text-decoration: none;
  color: #544f56;
}
.cat_pr_item_info .price {
  font-size: 15px;
  font-weight: 300;
  color: #544f56;
  margin-top: 3px;
}
.cat_pr_item_info .btn-br {
  margin-top: 14px;
}
.cat_pr_item_btn::before {
  content: 'Подробнее';
}
.btn-br {
  color: #544f56;
  text-decoration: none;
  border: 2px solid #ffdb4d;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 1;
  padding: 12px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.btn-br:hover {
  background: #ffdb4d;
  color: #544f56;
}

.flx_center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px; }

.btn {

  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding: 0 50px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #ffdb4d;
  text-decoration: none;
  color: #544f56;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53);
  box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53); }
  .btn:hover {
    background-color: #ffce4c;
    -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7);
    box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7);
    color: #544f56; }

.btn.btn-sm {
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  height: auto;
  font-size: 13px;
  box-shadow: 0 5px 24px rgba(251, 209, 97, 0.53);
}
.range {
  background-color: #544f56;
  padding: 80px 0;
  color: #fff; }
  .range .name_s {
    color: #fff; }

.range_list {
  max-width: 780px;
  margin: 0 auto; }

.range_item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #968b8e;
  color: #fff;
  padding: 40px 20px 0 20px;
  text-align: center; }
  .range_item .title {
    margin-bottom: 8px; }
    .range_item .title a {
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      text-decoration: none; }
      .range_item .title a:hover {
        color: #ffdb4d; }
  .range_item .txt p {
    color: #f2f3f7;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 15px; }
  .range_item .thumb {
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 114px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .range_item .more {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.h50 {
  height: 293px; }
  .h50:nth-child(1n+2) {
    margin-top: 30px; }
  .h50 .thumb {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }

.decore {
  background-image: url(../images/bg_decors.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 60px;

}
  .decore .name_s {
    text-align: left;
    margin-bottom: 35px; }
  .decore ul {

  }

.decore_post {
  padding: 50px 0 80px 0; }

.list_vid {
  margin-bottom: 50px;
  counter-reset: myCounter;
  font-size: 16px;
  font-weight: 300;
  color: #544f56;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list_vid li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%; }
    .list_vid li:nth-child(1n+3) {
      margin-top: 40px; }
    .list_vid li:before {
      content: '';
      counter-increment: myCounter;
      content: counter(myCounter);
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 16px;
      font-weight: 900;
      color: #968b8e;
      width: 52px;
      height: 52px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 9px 12px rgba(150, 139, 142, 0.13);
      box-shadow: 0 9px 12px rgba(150, 139, 142, 0.13);
      margin-right: 15px; }

.video_block {
  padding: 80px 0;
  overflow: hidden; }

.post_video .name_s {
  text-align: left;
  margin-bottom: 60px; }

.show_video {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .show_video span {
    font-size: 14px;
    font-weight: 900;
    color: #544f56;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 25px 117px 25px 44px;
    border: 2px solid #ffdb4d;
    display: block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    position: relative; }
    .show_video span:before {
      content: '';
      width: 95px;
      height: 95px;
      background-color: #ffdb4d;
      background-image: url(../images/arrow_video.png);
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53);
      box-shadow: 0 19px 49px rgba(251, 209, 97, 0.53); }
    .show_video span:hover:before {
      content: '';
      background-color: #ffce4c;
      -webkit-box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7);
      box-shadow: 0 19px 49px rgba(251, 209, 97, 0.7); }

.video_thumb {
  position: relative; }
  .video_thumb:before {
    content: '';
    width: 1000px;
    height: 300px;
    background-color: #8d8387;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .video_thumb img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 100%; }

.step {
  background-image: url(../images/bg_step.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0;
  font-size: 16px;
  font-weight: 300;
  color: #544f56; }
  .step .name_s {
    margin-bottom: 65px; }
  .step ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(../images/bg_step_line.png);
    background-repeat: no-repeat;
    background-position: 100px 92px;
    margin-bottom: 60px;
    padding-left: 20px;

  }
  .step li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 185px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
  margin-top: 10px}
    .step li:nth-child(2n+1) .pic {
      margin-top: 12px; }
    .step li:nth-child(2n+2) {
      margin-top: 90px; }
      .step li:nth-child(2n+2) .pic {
        margin-bottom: 12px; }
    .step li:nth-child(1n+2) {
      margin-left: -45px; }
  .step p {
    width: 100%; }
  .step .pic {
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 52px;
    width: 52px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 9px 20px rgba(150, 139, 142, 0.42);
    box-shadow: 0 9px 20px rgba(150, 139, 142, 0.42); }

#result-polzunok {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #968b8e;
  font-weight: 100;
  margin-top: 11px; }

body.active_form .hide_form {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hide_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .hide_form .hide_wrap {
    width: 422px;
    background-color: #fff;
    padding: 60px 75px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hide_form .name {
    font-size: 20px;
    line-height: 1;
    color: #177fc7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 21px;
    text-align: center; }
  .hide_form p:nth-child(1n+2) {
    margin-top: 15px; }
  .hide_form p label {
    display: block;
    margin-bottom: 5px;
    margin-left: 11px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
  .hide_form input[type=text],
  .hide_form input[type=tel],
  .hide_form input[type=email] {
    border: 1px solid #bcc9d0;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-family: "Museo Sans Cyrl";
    font-size: 18px;
    font-weight: 600;
    color: #5a5a5a;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .hide_form input[type=submit] {
    border: 0 solid #000;
    display: inline-block;
    font-family: "Museo Sans Cyrl";
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 18px 30px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#a0d2ed), to(#2799d7));
    background: -webkit-linear-gradient(top, #a0d2ed, #2799d7);
    background: -o-linear-gradient(top, #a0d2ed, #2799d7);
    background: linear-gradient(top, #a0d2ed, #2799d7);
    position: relative; }
    .hide_form input[type=submit]:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#88dc77), to(#1fbe00));
      background: -webkit-linear-gradient(top, #88dc77, #1fbe00);
      background: -o-linear-gradient(top, #88dc77, #1fbe00);
      background: linear-gradient(top, #88dc77, #1fbe00); }
  .hide_form .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.6); }
  .hide_form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7a7a7a;
    z-index: 11;
    font-size: 20px;
    line-height: 1;
    cursor: pointer; }
    .hide_form .close:hover {
      color: #1fbe00; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #1abcda; }
  .slick-prev i,
  .slick-next i {
      color: #544f56;
    font-size: 30px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #000; }

.slick-prev {
  left: 10px; }

.slick-next {
  right: 20px; }

.slick-slide img {
  display: block;
  max-width: 100%; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .slick-dots li button {
      display: block;
      border: 0;
      background: transparent;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 2px solid #fbd15f; }
    .slick-dots li.slick-active button {
      background-color: #fbd15f; }
    .slick-dots li:hover button {
      background-color: #fbd15f; }



.about-h {
  padding: 80px 0 0 0;
}
.about-h-img {
  position: relative;
    line-height: 0;
}
/*.about-h-img:before {
  content: '';
  width: 2000px;
  height: 300px;
  background-color: #8d8387;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  z-index: 5;
}*/
.about-h-img img {
  position: relative;
  z-index: 9;
}
.about-h-pls {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  z-index: 10;
  background: #ffdb4d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;

}
.about-h-pls:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffdb4d;
  position: absolute;
  top: -15px;
  left: 30px;

}
.pls-icon {
  margin-right: 20px;
  font-size: 55px;
  color: #433f44;
}
.pls-text {
  font-size: 18px;
  line-height: 1.4;
  color: #433f44;
}
.pls-text strong {
  font-size: 22px;
  font-weight: 600;
}

.about-h-text-bk {
  padding-top: 30px;
  padding-left: 30px;
}
.about-h-text-bk .name_s {
  text-align: left;
  margin-bottom: 10px;

}
.about-h-text-bk .name_s span {
  font-weight: 100;
}
.about-h-text-bk a.btn {
  margin-top: 40px;
}
h2 {
  font-size: 40px;
  color: #544f56;
}
h3 {
  font-size: 30px;
  color: #544f56;
}
h4 {
  font-size: 25px;
  color: #544f56;
}
.sert-h h4 {
  font-size: 22px;
}
.about-h-text-bk p {
  color: #544f56;
  font-size: 16px;
  font-weight: 300;
}
.about-page .about-h-text-bk p {
    color: #333;
    font-weight: 400;
}
.about-page .about-h-text-bk {
    padding-top: 0;
}
.about-h-text-bk {

}
.sert-h {
  margin-top: 20px;
}
.sert-slider {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.sert-slider img{
  width: 130px;
  border: 5px solid #f7f7f7;

}


.cat_pr_item.item-wrap .thumb a{
  display: flex;
  align-items: flex-end;
  justify-content: center;

}
.cat_pr_item.item-wrap .thumb img {
  height: 280px;
  width: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.cat_pr_item.item-wrap .thumb img.item-img-vnesh{
  position: relative;
  z-index: 9;
}
.cat_pr_item.item-wrap .thumb img.item-img-vnutr {
  position: relative;
  z-index: 5;
  margin-left: -40px;
  height: 265px;
}
.nst-item-door .cat_pr_item.item-wrap .thumb img.item-img-vnutr {
    margin-left: -90px;
}
.cat_pr_item.item-wrap.cat_pr_item_navesy .thumb img {
  height: auto;

}

.top-catalog {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}
.finter-btn {
  background: #ffdb4d;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0px 10px 25px;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.finter-btn i{
  margin-right: 3px;
  font-size: 13px;

}

.sort-catalog-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0 20px 25px;
  /*border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;*/
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);

}
.sort-title {
  margin-right: 15px;
  font-weight: 600;
}
.sort-link-wrap a {
  margin-right: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.sort-link-wrap a.act {
  color: #444046;
}
.sort-prop-price.act.sort-direc-asc {
  padding-right: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYyaC00ek0wIDNoNnYyaC02ek0wIDBoOHYyaC04eiIvPjwvc3ZnPgo=) no-repeat right 55%;
}
.sort-prop-price.act.sort-direc-desc {
  padding-right: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=) no-repeat right 55%;
}
.widget-nav-menu-wrap {
  margin-top: 80px;
}
.widget-nav-menu-wrap.wd-no-filter {
  margin-top: 20px;
}
.widget.widget-nav-menu {
  background: #544f56;
  /*background-color: #968b8e;*/
  padding: 30px 0 20px;

}
.widget-nav-menu {

}
.widget-nav-menu li {
  list-style: none;
  padding: 8px 0;
  margin: 0 20px;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
  position: relative;
  overflow: hidden;

}
.widget-nav-menu li::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 5;

}
.widget-nav-menu li::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 1px;
  background: #ffdb4d;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-nav-menu li:hover::before {
  transform: translateX(0);
}
.widget-nav-menu li.active::after {
  background: #ffdb4d;
}
/*.widget-nav-menu li.active a {
  color: #ffdb4d;
}*/
.widget-nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 0 4px 3px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.widget-nav-menu li a::before {
  content: "\f104";
  font-family: Flaticon;
  font-size: 9px;
  color: #ffdb4d;
  font-weight: 700;
  margin-right: 7px;
  margin-top: 5px;
}
.bx-filter.bx-blue .bx-filter-section {
  background: transparent;
  padding-bottom: 20px;
}
.widget-filter{
  /*background: #f7f7f7;*/
  background: #ffffff;
  /*border: 1px solid #eee;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.bx-filter .bx-filter-parameters-box-title span {
  color: #968b8e;
  font-family: "Museo Sans Cyrl";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.bx-filter .bx-filter-param-text {
  font-family: "Museo Sans Cyrl";
  color: #444046;
}
.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}
.bx-filter .bx-filter-parameters-box {
  margin: 10px 0;
}
.bx-filter-block {
  border-bottom: 1px solid #ececec;
}
.bx-filter-button-box .bx-filter-block {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 0px;
}
.input-entry .checkbox-form {
  display: none;
}
.input-entry .checkbox-form+label span.sp-check {
  position: relative;
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  top: 0px;
  margin: 0px 8px 0 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.input-entry .checkbox-form:checked+label span.sp-check{
  background: #ffffff;
  border-color: #e2e2e2;
}
.input-entry .checkbox-form+label span.sp-check i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.input-entry .checkbox-form+label span.sp-check i::before {
  padding-top: 3px;
  opacity: 0;
  color: #968b8e;
}
.input-entry .checkbox-form:checked+label span.sp-check i::before {
  opacity: 1;
}


.bx-filter .bx-ui-slider-track-container {
  width: 100%;
  padding: 45px 40px 20px 40px;
}
.bx-filter .bx-ui-slider-range {
  z-index: 80;
}
.bx-filter.bx-blue .bx-ui-slider-handle {
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  top: 0;
}
.bx-filter.bx-blue .bx-ui-slider-handle.left,
.bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: #ffdb4d;
  margin: 0;
  transition: none;
  box-shadow: 0 4px 8px rgba(255, 202, 0, 0.45);
}
.bx-filter.bx-blue .bx-ui-slider-handle.left {
  margin-top: -7.5px;
  margin-left: -10px;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
  margin-top: -7.5px;
  margin-right: -10px;
}
.bx-filter .bx-ui-slider-part {
  background: #ffdb4d;
  opacity: 1;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #ffdb4d;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #fff1ba;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #fff1ba;
}
.bx-filter .bx-ui-slider-part.p2 span, .bx-filter .bx-ui-slider-part.p3 span, .bx-filter .bx-ui-slider-part.p4 span {
  color: #9e9e9e;
}
.bx-filter .bx-ui-slider-part span {
  top: -22px;
  color: #444046;
}
.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 5px;
}

.bx-filter .bx-filter-input-container input {
  border: none;
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  color: #444046;
  padding: 0 15px;
  background: #f7f7f7;
}
.bx-filter.bx-blue .bx-filter-input-container input:focus {
  border-color: #e2e2e2;
}
.bx-filter-parameters-box-container .checkbox {
  margin-left: 10px;
  margin-top: 10px;
}
.bx-filter .bx-filter-parameters-box-title {
  padding-bottom: 15px;
}
.bx-filter .bx-filter-parameters-box-title span:hover,
.bx-filter .bx-filter-parameters-box-title span {
  border: none;
}
.bx-filter {
  margin-bottom: 30px;
}

.btn-clear {
  outline: none;
  border: none;
  color: #544f56;
  margin-left: 10px;
  background-color: transparent;
}
.btn-clear:hover{
  text-decoration: none;
}
.btn.btn-sm#set_filter {
  padding: 14px 35px;
  outline: none;
  border: none;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 5px 16px rgba(251, 209, 97, 0.53);
}
.widget-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  transform: translateY(-50%);
}
.widget-name span{
  color: #333;
  background: #ffdb4d;
  padding: 11px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(255, 202, 0, 0.45);
}
.widget {
 margin-top: 20px;
  position: relative;
}
.info_site .container {
  position: relative;
}
.btn-sale-link {
  display: none;
}
.sh-page-wrap .btn-sale-link {
  display: inline;
}
.btn-sale {
  background: #ffdb4d;
  color: #333333;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  padding: 11px 60px 11px 20px;
  line-height: 1;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: absolute;
  right: 50px;
}

.btn-sale-link {
  text-decoration: none;
}
.btn-sale strong {
  color: #ffe996;
  position: absolute;
  bottom: -18px;
  right: 5px;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

form.smartfilter {
  padding: 0 10px;
}
.pagination-wrap {
  margin-bottom: 40px;
}
.ttm-pagination {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.ttm-pagination .pagi-info {

}
.ttm-pagination .pagi-info p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #544f56;
}
.pagination-u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.pagination-u .tl-str {
  display: none !important;
}
.pagination-u li {
  list-style: none;
  margin-bottom: 0;
}
.ttm-pagination .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  color: #333;
  background-color: #f8f9fa;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #f8f9fa;
  margin: 0 3px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  border-radius: 50%;
}
.ttm-pagination .page-numbers.current {
  background-color: #ffdb4d;
}
.pagination-u .current.page-numbers a {
  color: #333;
  text-decoration: none;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}

#stop-block {
  width: 100%;
  clear: both;
}
.widget-block-stick {
  background: #000;
  padding: 50px 30px;
}

.door-img-wrap {
  display: flex;
}
.door-img-wrap img {
  max-width: 100%;
}

.otdelka-det {
  margin-bottom: 5px;
  margin-top: 10px;
}
.otdelka-det a {
  text-decoration: none;
}
.otdelka-det a img {
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin: 0 0 2px 0;
  display: inline-block;
}
h4.widget-title {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}
.otdelka-det-s {
  margin-bottom: 30px;
}
a.link-txt {
  text-decoration: none;
  border-bottom: 1px dashed;
}
a.link-txt:hover {
  border-color: transparent;
}
.w-title-pds {
  font-size: 14px;
  color: #cacaca;
  line-height: 1.3;
  font-weight: 300;
}
.door-detail-info-top {
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.otdelka-det .slick-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.otdelka-det:hover .slick-arrow {
  opacity: 1;
}
.slick-arrow {
  width: 27px;
  height: 27px;
  background: #ffdb4d;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* border: 2px solid #fff; */
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);*/
  box-shadow: 0 4px 8px rgba(255, 202, 0, 0.45);
}
.slick-arrow i {
  font-size: 15px;
  line-height: 1;
}

.slick-next {
  padding-left: 2px;
}
.slick-prev {
  padding-right: 2px;
}

.otdelka-det .slick-next {
  right: -15px;
}

.otdelka-det .slick-prev {
  left: -15px;
}
.otdelka-det-wrap-img {
  position: relative;
}
.otdelka-det {
  overflow: hidden;
  position: static;
}
.otdelka-det .slick-slide {
  margin: 0 6px;
}
.otdelka-det .slick-list {
  margin-left: -6px;
  margin-right: -6px;
  /*overflow: hidden;*/
}

.product-lock-wrap {
  margin-top: 10px;
}

.product-lock {
  display: flex;
  align-items: start;
  margin-top: 20px;
}
.lock-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.product-lock-img {
  position: relative;
  width: 100px;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 0;
}
.product-lock-img img {
  height: 100px;
  width: auto;
  max-width: 100%;
}
.product-lock-img .uvl-img {
  background: #ffdb4d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  width: 21px;
  height: 21px;
}
.product-lock-txt {
  flex-grow: 1;
  padding-left: 15px;
}

.detail-door-sm-table .row-txt {
  font-size: 14px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  line-height: 1.6;
}
.detail-door-sm-table .row-txt:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 7px;
  border-bottom: 1px dotted #c8c8c8;
  z-index: 1;
}

.detail-door-sm-table .row-txt strong {
  font-weight: 400;
  position: relative;
  background: #fff;
  display: inline-block;
  z-index: 2;
  padding-right: 2px;
  color: #b9b9b9;;
}
.detail-door-sm-table .row-txt span {
  color: #544f56;
  position: relative;
  background: #fff;
  display: inline-block;
  z-index: 2;
  padding-left: 2px;

}

.detail-door-sm-table-wrap .link-txt {
  margin-top: 4px;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background: #444046;
}
.tabs-for-single-products {
  margin-top: 90px;
}
.tabs li {
  list-style: none;
}
.tabs li a {
  color: #fff;
  text-decoration: none;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}
.tabs li.active a {
  color: #ffdb4d;
}
.content-inner {
  display: none;
  width: 100%;
  padding: 40px 30px 20px;
}
.content-inner.active {
  display: block;
}
table {
  border-collapse: collapse;
}
.table.tds tr th,
.table.tds tr td {
  border-top: none;
  border-bottom: 1px solid #f0f1f3;
}
.table.tds tr td:last-child {
  border-left: 1px solid #f0f1f3;
}
.table tr:nth-child(even) {
  background: #f8f9fa;
}
.table.tds tr.table-zg-th th {
  border-top: none;
  font-size: 15px;
  padding-top: 25px;
  color: #333;
  text-align: left;
  font-weight: 700;
}
.table.tds tr.table-zg-th,
.table.tds tr.table-zg-th td{
    background: transparent;
}
.table.tds tbody tr.table-zg-th:first-child th {
  padding-top: 0px;
}
.table.tds {
  width: 100%;
  color: #3e3e3e;

}
.table.tds tr td:first-child {
  color: #7b7b7b;
}

.table.tds th, .table.tds td {
  padding: 12px 20px;
}
.similar-doors-items {
  max-width: 100%;
}
.similar-doors-items {
  overflow: hidden;
}
.similar-doors-items .similar-d-col {
  margin: 0 10px;
}

.similar-doors-items .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.similar-doors-items.slick-dotted.slick-slider {
  padding-bottom: 20px;
}

.similar-doors-items .slick-dots {
  bottom: 5px;
}
.detail-door-photo-wrap .ddp-txt {
  font-size: 14px;
  color:#b9b9b9;
  margin-bottom: 5px;
  text-align: center;
}
.detail-door-photo-block {
  margin-top: -22px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.detail-door-photo-wrap {
  width: 50%;
}
.detail-reshetki-photo-wrap {
  width: 100%;
  text-align: center;
}
.door-img-wrap .detail-reshetki-photo-wrap img {
  height: 400px;
  width: auto;
}
.detail-vorota-photo-wrap {
  width: 100%;
  text-align: center;
}
.door-img-wrap .detail-vorota-photo-wrap img {
  height: auto;
  width: 100%;
}
.detail-navesy-photo-wrap {
  width: 100%;
  text-align: center;
}
.door-img-wrap .detail-navesy-photo-wrap img {
  width: 100%;
}
.de
.detail-door-info-mt {
  margin-top: 30px;
}
.detail-door-photo-slider.slick-slider{
  line-height: 0;
}
.detail-door-photo-slider .slick-track{
  display: flex;
}

.slick-slide.detail-door-img-wp{
  height: auto;
}
.slick-slide.detail-door-img-wp a {
  display: block;
  height: 100%;
}
.slick-slide.detail-door-img-wp a img {
  height: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.one_pos_det .detail-door-photo-wrap {
    width: 100%;
}
.one_pos_det .door-img-wrap img {
    display: inline-block;
}
.one_pos_det .detail-door-img-wp {
    text-align: center;
}
.detail-door-photo-slider .slick-arrow {
  border-radius: 0;
}
.detail-door-photo-slider .slick-prev,
.detail-door-photo-slider .slick-next {
  top: auto;
  bottom: 30px;
}

.detail-door-photo-slider .slick-next {
  right: 15px;
}
.detail-door-photo-slider .slick-prev {
  left: 15px;
}

.detail-door-photo-slider .slick-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-door-photo-slider:hover .slick-arrow {
  opacity: 1;
}



.detail-door-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3c393e;
}
.detail-door-price-pt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffdb4d;
  color: #fff;
  padding: 15px 30px;
  width: 100%;
  line-height: 1.5;
}
.detail-door-price-pt-wrap {
  display: flex;
    align-items: flex-start;
  flex-direction: column;
}
.detail-door-price-pds-txt {
  padding-left: 15px;
  font-size: 12px;
  opacity: 0.6;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 15px;
}
.detail-door-price-txt {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 3px;
  color: #444046;

}
.detail-door-price-txt.detail-door-price-sale {
  text-decoration: line-through;
}
.detail-door-price {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 1px 1px #e0b200;
}
.detail-door-price-pds {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
.detail-door-price-pds-date {
  font-size: 13px;
}

a.btn-bz{
  display: inline-block;
  color: #323033;
  background: #ffdb4d;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #ffdb4d;
  border-radius: 50px;
  padding: 10px 25px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0px 12px 3px rgba(255, 210, 95, 0.55);
  text-decoration: none;
}

a.btn-bz:hover {
  color: #333;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0px 15px 3px rgba(255, 255, 255, 0.3);
}
.detail-door-price-pds-btn,
.detail-door-price-pds-btn a.btn-bz {
  width: 100%;
  text-align: center;

}
.detail-door-price-pds-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-door-price-pds-btn a.btn-bz {
  width: max-content;
}
.btn-bz-text {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px dashed;
  line-height: 1.2;
}
.btn-bz-text:hover {
  color: #fff;
}
.w-auto {
  width: auto !important;
}
.text-prev {
  font-size: 14px;
  margin-top: 10px;
  color: #858585;
}

.dd-icon-item {
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}
.dd-icon-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.dd-icon-txt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.dd-icon-txt span{
  display: block;
  font-weight: 500;
  color: #b5b5b5;
}
.detail-door-icon-wrap {
  margin-top: 30px;
}
.detail-door-icon-line {
  display: flex;
}
.detail-door-icon-line .dd-icon-item {
  width: 50%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.dd-icon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 2px solid #fed94a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #444046;
}
.door-img-txt {
  margin-top: 20px;
}
.door-img-txt p{
  color: #b9b9b9;
  line-height: 1.5;
  font-size: 14px;
}
.similar-doors-section {
  background-image: url(../images/bg_decors.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  margin-top: 50px;
}
.bg-overlay {
  position: relative;
}
.bg-overlay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#f2eeec;
  opacity: 0.4;
}
.similar-doors-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.similar-doors-section .cat_pr_item {
  background: #fff;

}
.detail-door-wrap {
    padding-top: 30px;
}

.dd-constr-wrap {
  padding-bottom: 35px;
}
.no-constr {
  padding-top: 50px;
}

.b-detal-info-constr {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
h4.b-detal-info-constr-title {
  margin-bottom: 15px;
}
.b-detal-info-constr-item {
    padding: 0px 15px 10px 15px;
    background: #fff;
    /*box-shadow: 0 3px 11px rgba(150, 139, 142, 0.13);
    border-radius: 10px;*/
    flex-grow: 1;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    border: 5px solid #f1f1f1;
}
/*.b-detal-info-constr-item:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 21px 0 21px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    !*box-shadow: 0 5px 0 #ffdb4d;*!
}*/
.active.b-detal-info-constr-item:before{
    content: ' ';
    border-color: #ffdb4d transparent transparent;
    border-style: solid;
    border-width: 17px;
    position: absolute;
    bottom: -39px;
    left: 16px;
}
.active.b-detal-info-constr-item:after{
    content: ' ';
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 15px;
    position: absolute;
    bottom: -29px;
    left: 18px;
}

.b-detal-info-constr-item.active.active_price_calc {
    border-color: #ffdb4d;
}
.b-detal-info-constr-img {
    margin-right: 15px;
    margin-top: -30px;
}
.b-detal-info-constr-item-el {
    display: flex;
    align-items: center;
}
.b-detal-info-constr-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    color: #ececec;
}

.b-detal-info-constr-item.active .b-detal-info-constr-icon {
    color: #ffdb4d;
}
.b-detal-info-constr-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.b-detal-info-constr-opis {
  color: #b9b9b9;
  font-size: 14px;
    line-height: 1.4;
}
.b-detal-info-constr-price {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}
.dd-constr-wrap {
    margin-top: 20px;
}
.door-detail-step .step {
    background: transparent;
}
.door-detail-step .advantage_list {
    max-width: none;
}


.door-detail-step .advantage_item span {
    line-height: 1.2;
    font-size: 28px;
}
.door-detail-step .advantage_item p:nth-child(1n+2) {
    max-width: none;
}
.door-detail-step .advantage_item {
    background-position: center 22px;
}

.table-har-wrap {
    position: relative;
    padding: 40px 30px;
}
.table-har-wrap .row {
    position: relative;
    z-index: 15;
}
.table-har-wrap-bg1{
    background: #fff;
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.table-har-wrap-bg2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    border-radius: 25px;
    z-index: 8;
}
.table-har-wrap-bg3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: calc(100% - 80px);
    height: 100%;
    background: #fff;
    border-radius: 25px;
    z-index: 6;
}
.bx-shadow {
    box-shadow: 0 24px 51px 14px rgba(0, 0, 0, 0.04);
}

.section-otd-block-item a {
    width: 100%;
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-bottom: 30px;
}
.section-otd-block-item img {
    max-width: 100%;
}
.catalog-otdelka-list-section-wrap {
    padding-bottom: 60px;
}
.section-otd-block-item h2 {
    font-size: 18px;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #444046;
    width: 100%;
    padding: 14px 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.otdelka-items-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.otdelka-items-wrap .otdelka-item {
    display: inline-block;
    position: relative;
  margin: 0 3px 20px;
}
.otdelka-items-wrap .otdelka-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border: 5px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}

.otdelka-items-wrap .otdelka-item  span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px 0px;
}

.otdelka-items-wrap {
    padding-bottom: 50px;
}
.fancybox-container .otdelka-items-wrap {
    max-width: 900px;
}
.section-otd-block-item.an-items a {
    text-align: center;
    text-decoration: none;
}
.section-otd-block-item.an-items h2 {
    position: static;
    margin-top: 10px;
    text-align: left;
}
.zamki-bk-wrap {
    margin-bottom: 150px;
    width: 100%;
}
.zamki-bk {
    position: relative;
}
.zamki-bk-wrap a {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;

}

.zamki-bk-wrap img {
    height: 240px;
    max-width: 100%;
}
.tb-zm-wrap {
    color: #000;
    background: #f8f9fa;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    transform: translateY(100px);
    z-index: 5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
}
.zamki-bk-wrap:hover .tb-zm-wrap {
    transform: translateY(95%);
}
.tb-zm-wrap .title {
    font-weight: 700;
}

.tb-zm-row {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 8px;
}
.tb-zm-row > div {
    line-height: 1.5;
}
.tb-zm-td-l {
    margin-right: 10px;
}
.tb-zm-row-wrap {
    margin-top: 10px;
}
.cat-zam-list-wrap {
    margin-bottom: 50px;
}

.col-menu-top {
  position: static;
}
.dropdown-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 15px;
    top: 30px;
    padding-top: 35px;
    z-index: 9999999999999999;
    transition: all 0.4s ease;
    width: calc(100% - 30px);
}
.sh-page-wrap .dropdown-list {
    top: 60px;
    padding-top: 45px;
}
.open .dropdown-list {
    opacity: 1;
    visibility: visible;
}
.dropdown:hover .dropdown-list{
    opacity: 1;
    visibility: visible;
}

.menu-catalog-list {
    margin: 0;
    background: #fff8d1;
    width: 100%;
    padding: 30px 20px 40px 20px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}


.menu-catalog-list li {
    padding: 0px 10px;
    width: 25%;
    position: relative;
    z-index: 99;
    display: inline-block;
    margin-bottom: 0;
}
.menu-catalog-list li a {
    font-size: 14px;
    padding: 15px 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
}
.menu-catalog-list li a:hover {
    border-bottom: 1px solid #ffdb4d;
}

.contact-info-wrap {
    max-width: 1000px;
    margin: -100px auto 0 auto;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.contact-box {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    padding: 35px 0;
    position: relative;
}
.contact-box::before {
    content: '';
    width: 1px;
    height: 60%;
    background: #efefef;
    position: absolute;
    right: -15px;
    top: 20%;

}
.contact-info-wrap .ci-col:last-child .contact-box::before {
    display: none;
}

.contact-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
.contact-box-icon {
    font-size: 30px;
    color: #ffdb4d;
}
.contact-box > div+div {
    margin-top: 5px;
}
address {
    font-style: normal;
}
.contact-box strong {
    font-weight: 600;
}
.contact-box a {
    text-decoration: none;
    color: #333;
}

#maps {
    width: 100%;
    height: 400px;
}
.ct-form {

}
.form-control {
    height: 40px;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none;
    width: 100%;
    max-width: 800px;
}
.form-control:focus {
    outline: none;
    border-color: #ffdb4d;
}
textarea.form-control {
    height: 150px;
    max-height: 400px;
    resize: vertical;
    width: 100%;
}


.contact-form-wrap {
    margin-top: 50px;
}
.contact-form-wrap h2 {
    margin-bottom: 30px;
    text-align: center;
}
.btn-wrap-form {
    display: flex;
    justify-content: center;
}
.page-pb {
    padding-bottom: 70px;
}

.dostavka-page h2 {
    font-size: 21px;
    font-weight: 600;
    color: #444046;
    margin-bottom: 20px;
    margin-top: 15px;
}
.dostavka-page table {
    width: 100%;
}

.item-price-sale {
    font-size: 12px;
    position: relative;
    display: inline-block;
    line-height: 1;
    background: #ffdb4d;
    color: #333;
    padding: 3px 10px;
    margin: 5px 0;
}
.item-price-sale span {
    position: relative;
    display: inline-block;
    padding: 0 3px;
}
.item-price-sale span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
}
.sale-price {
    display: block;
}

.dd-price-sale {
    position: relative;
    display: inline-block;
    padding: 0 3px;
}
.dd-price-sale::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
}
.popup-form {
  display: none;
}
#popup-form {
    display: none;
}
.popup-form-wrap {
    width:100%;
    max-width: 400px;
    padding: 10px 30px;
}
.popup-form-wrap .btn {
    height: 50px;
    padding: 0 30px;
    letter-spacing: 0;
}
.popup-form-wrap .btn-wrap-form {
    justify-content:center;
    margin-top: 15px;
}
.popup-form-wrap textarea {
    height: 100px;
}

.popup-form-wrap .form-control {
    margin-bottom: 15px;
}
.popup-form-wrap h2 {
    margin-bottom: 20px;
    font-size: 35px;
    text-align: center;
}
.success-msg {
    display: none;
    background: #fff6d2;
    color: #000000;
    font-size: 18px;
    padding: 20px 30px;
    text-align: center;
}
.success-msg strong {
    padding-bottom: 5px;
    display: inline-block;
}
.error-msg {
    display: none;
    flex-grow: 0;
    flex-shrink: 1;
    color: #e31111;
    text-align: center;
    margin-bottom: 15px;
}
#popup-form .success-msg {
    padding: 0;
    background: transparent;

}
.cat-product-home .col-cat-sections-h {
    display: none;
}
.cat-product-home .col-cat-sections-h.show {
    display: block;
}
.cat-product-home .col-cat-sections-h:nth-child(-n+12){
    display: block;
}
.frezer-bk-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.frezer-bk-item {
    position: relative;
    margin: 0 10px 15px 10px;
}
.frezer-bk-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px 0px;
}
.decor-sl .slick-dots {
  margin-left: -13px;
}
.bx-filter .bx-filter-popup-result.right {
  border-image: none;
  border: none;
  background: #ffdb4d;
  padding: 10px;
}
.bx-filter .bx-filter-popup-result.right br {
  display: none;
}
.bx-filter .bx-filter-popup-result a {
  color: #333333;
  margin-top: 7px;
  display: inline-block;
}
.bx-filter .bx-filter-popup-result .arrow {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fedc59 transparent transparent;

}

.bx-filter .bx-filter-popup-result.right {
  left: 100%;
}
.menu-btn {
  display: none;
}
.menu-btn-ic {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 30px;
}

.menu-btn-ic span {
  height: 2px;
  width: 100%;
  background: #333;
  margin-top: 6px;
  display: inline-block;
  padding: 0;
}
.menu-btn-ic span:first-child {
  margin-top: 0;
}

.mobile-phone {
  display: none;
  text-decoration: none;
}
.mobile-phone a {
  text-decoration: none;
  color: #333;
  font-size: 26px;
}
.finter-btn-close,
.finter-btn{
  display: none;
}
.about-page .about-h-img {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}

.phone-mobile {
  display: none;
}
.body-page404 .sh-page-wrap .bg_head{
  padding-bottom: 70px;
}
.body-page404 .first_content .wrap {
  z-index: 9;
}
.company-text-home {
  padding: 40px 0;
  color: #544f56;
  font-size: 16px;
  font-weight: 300;
}
.company-text-home-banner {
  float: left;
  margin: 0 30px 15px 0;
}
.company-text-home-wrap h2 {
  font-size: 32px;
}
.company-text-home-wrap ul{
  padding-left: 30px;
  margin: 10px 0 15px 10px;
  display: grid;
}
.company-text-home-wrap p+ul {
  margin-top: 0px;
}
.company-text-home-wrap ul li {
  line-height: 1.6;
}
.photo-item {
  height: 300px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.gall-photo-section-slider .photo-item {
  height: 340px;
}
.gall-photo-section-block {
  padding-bottom: 40px;
}
figure.photo-item {
  position: relative;
}
figure.photo-item figcaption{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.7);
  color: rgb(0 0 0 / 79%);
  font-size: 14px;
  padding: 10px 10px;
  line-height: 1.3;
}
.photo-col-wrap .col-photo-item .photo-item {
  margin-top: 10px;
}
.photo-col-wrap .col-photo-item:last-child .photo-item{
  margin-bottom: 10px;
}
.photo-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.photo-item a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.gall-photo-h {
  padding: 60px 0;
}
.big-sl-arrow .slick-arrow{
  width: 70px;
  height: 70px;
  top: calc(50% - 15px);
}
.big-sl-arrow  .slick-arrow i {
  font-size: 23px;
}
.big-sl-arrow .slick-next {
  right: -80px;
}
.big-sl-arrow .slick-prev {
  left: -80px;
}
.btn-bottom {
  margin-top: 50px;
}
.big-sl-arrow .slick-dots{
  bottom: -10px;
}
.slick-slider.big-sl-arrow.slick-dotted {
  padding-bottom: 30px;
}
.rev-item-content-wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 6px 21px #0000001a;
  margin-bottom: 50px;
}
.reviews-slider .rev-item-content-wrap {
  margin-bottom: 50px;
}
.rev-title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.rev-item-content {
  padding: 30px;
}
.rev-content-footer {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  color: #acabab;
}
.reviews-slider .slider-col {
  padding: 15px 25px;
}
.btn-reviews {
  margin-top: 30px;
}
.reviews-h {
  padding: 60px 0;
}
.reviews-h .name_s {
  margin-bottom: 30px;
}
.dost-ust-home {
  padding: 70px 0;
}
.table.tds-rv tr:nth-child(even) {
  background: #fff;
}
.table.tds-rv tr:nth-child(odd) {
  background: #f8f9fa;
}
.dbs-delivery {
  padding: 0 0 50px 0;
}
.dop-block-section h2 {
  font-size: 26px;
  font-weight: 300;
}
.text-block h2 {
  font-size: 26px;
  font-weight: 300;
}
.text-block ol + h2,
.text-block ul + h2,
.text-block p + h2 {
  margin-top: 20px;
}
.text-block h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.text-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.text-block ol,
.text-block ul {
  padding-left: 40px;
  margin-bottom: 15px;
}
.text-block li {
  margin: 10px 0;
}

.dbs-const {
  padding: 0 0 80px 0;
}
.dbs-const .dbs-const-img {

}
.dbs-const .table-har-wrap {
  padding: 35px 30px;

}
.dbs-const .table.tds tr th,
.dbs-const .table.tds tr td {
  border-bottom: none;
}
.sm-txt-grey {
  font-size: 15px;
  color: #c6c6c6;
  font-weight: 400;
  margin-top: -2px;
  margin-bottom: 5px !important;
  line-height: 1;
}
.dbs-garanty {
  padding: 0 0 60px 0;
}
.dbs-sert {
  padding: 0 0 60px 0;
}
.dbs-sert .sert-slider img {
  width: 240px;
}
.rs-tr-wrap {
  background: #fff;
  padding: 30px 30px;
  margin: 0px 0 50px 0;
  display: flex;
  align-items: center;
}
.icon-wrap {
  margin-right: 30px;
}
.rs-tr-wrap .icon {
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #e31212;
  display: inline-block;
  text-align: center;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
  transition: all .4s ease-in-out;
  font-size: 28px;
  border-radius: 100%;
}
.rs-tr-title {
  flex-grow: 1;
}
.rs-tr-title .h5 {
  margin-bottom: 5px;
}

.rs-tr-title .h6 {
  font-size: 14px;
  color: #8d9297;
}
.rs-tr-btn a.btn-zamer.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right{
  font-size: 14px;
  padding-right: 55px;
}
.rs-tr-btn a.btn-zamer.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
  font-size:23px;
}
.rs-tr-wrap-color {
  color: #fff;
  background: #544f56;
}

.rs-tr-wrap-color.rs-tr-wrap .icon {
  color: #544f56;
  background-color: #ffdb4d;
  box-shadow: 0 4px 10px rgb(255 202 0 / 45%);
}
.rs-tr-wrap-color.rs-tr-wrap .rs-tr-title .h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.rs-tr-wrap-color.rs-tr-wrap .rs-tr-title .h6 {
  color: #fff;
  opacity: 0.7;
}
.rs-tr-wrap-color.rs-tr-wrap .rs-tr-title .h5 a {
  color: #fff;
}
.rs-tr-wrap-color .rs-tr-btn a.btn-zamer.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right{
  color: #fff;
  border-color: #fff !important;
  background: transparent;
}
.rs-tr-wrap-color .rs-tr-btn a.btn-zamer.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right:hover{
  background:#fff ;
  color: #e31212;
}
.rs-tr-wrap .btn {
  height: 50px;
  padding: 0 35px;
  box-shadow: 0 7px 24px rgb(251 209 97 / 53%);
  min-width: 210px;
  margin-left: 30px;
}
.dbs-section-text {
  padding-bottom: 30px;
}
.dbs-section-text,
.dbs-section-text p,
.dbs-section-text ul{
  color: #544f56;
}
.list-color {
  padding-left: 10px;
  list-style: ;
}
.list-color li {
  margin:5px 0;
  font-size: inherit;
}
.list-color li::marker {
  color: #ffd634;
}
.captcha-form-add-rev {
  margin-top: 20px;
  display: flex;
}
.captcha-form-add-rev img {
  border-radius: 4px;
}
.captcha-form-add-rev input[type="text"].captcha-word {
  margin-left: 30px;
}
input[type="submit"].captcha-form-add-submit {
  margin-top: 20px;
}
.form-add-rev {
  width: 100%;
}
.form-add-rev-wrap  {
  width: 100%;
}
.form-add-rev-wrap .uk-form.form-add-rev textarea {
  height: 120px;
  margin-bottom: 10px;
}
.form-add-rev-wrap .uk-form.form-add-rev textarea,
.form-add-rev-wrap .uk-form.form-add-rev input:not(.w-50) {
  width: 100% !important;
  max-width: 100%;
}
.form-add-rev-wrap .uk-form.form-add-rev input.w-33 {
  width: calc(33.333333% - 20px) !important;
  float: left;
  margin-bottom: 20px;
}
.form-add-rev-wrap .uk-form.form-add-rev input.w-33 + input.w-33 {
  margin-left: 30px;
}

.uk-alert-success font.notetext {
  color: #a6c118;
}

.uk-alert-danger font.errortext {
  color: #da314b !important;
}

.reviews-dd-wrap {
  padding-top: 15px;
  width: 100%;
}

.form-add-rev-success + .form-add-rev {
  display: none;
}

.reviews-dd-no-list p{
  color: #A8AEB6;
}
.reviews-dd-list {
  margin-bottom: 30px;
}
.reviews-dd-item-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0px;
}
.reviews-dd-item-title {
  line-height: 1.5;
  margin-bottom: 10px;
}
.reviews-dd-item-title small {
  color: #A8AEB6;
  font-size: 13px;
}
.reviews-dd-item-h {
  font-size: 18px;
  font-weight: 700;
}
.reviews-dd-item-date {
  color: #A8AEB6;
  font-size: 15px;
}
.reviews-dd-item {
  margin-bottom: 15px;
}
hr.rev-hr {
  border-top: 1px solid #f8f8f8;
  margin: 15px 0;
}
input.btn {
  border: none;
}
input.btn.captcha-form-add-submit {
  padding: 20px 20px;
  height: auto;
  box-shadow: 0 10px 25px rgb(251 209 97 / 53%);
}
.reviews-page .pagination-wrap {
  margin-bottom: 0;
}
.form-add-rev-wrap h3{
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  margin: 30px 0 20px;

}

.th2 th {
  text-align: left;
}
.table.tds.table-cs tr th,
.table.tds.table-cs tr td {
  border-right: 1px solid #f0f1f3;
}
.table.tds.table-cs tr th:last-child,
.table.tds.table-cs tr td:last-child {
  border-right: 0;

}
.link-bef:before {
  content: 'Перейти в каталог';
}
button.btn {
  border: none;
}
.pay-list-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.pay-list-wrap {
  margin-top: 15px;
}
.pay-list {
  display: flex;
}
.pay-list .pl-item{
  position: relative;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 36px;
  background: #968b8e;
  font-size: 21px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
}
.pl-item:hover {
  color: #fbd15f;
}
.pl-item .tooltip {
  position: absolute;
  background: #fff;
  box-shadow: 0px 6px 10px #0000001a;
  color: #000;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  top: -10px;
  transform: translateY(-100%);
  line-height: 1.1;
  transition: all 0.3s ease;
  text-align: center;
}
.pl-item:hover .tooltip{
  opacity: 1;
}
.sm-text-gr {
  color: #6d696f;
  font-weight: 300;
  font-size: 17px;
}

.text-block ul {
  padding-left: 40px;
  margin: 15px 0;
}
.text-block ul li {
  margin: 10px 0;
}
.text-block ul li::marker {
  color: #fbd15f;
}
.text-block h2 {
  font-size: 30px;
  font-weight: 300;
}

.text-block ul + h2 {
  margin-top: 20px;
}
.h5 {
  font-size: 17px;
  font-weight: 600;
}
.vacancy-content {
  margin-top: 20px;
}
.vacancy-content ul {
  padding-left: 20px;
}
.vacancy-title {
  margin-bottom: 10px;
  font-size: 22px;
}
.vacancy-price {
  font-size: 20px;
}
.vacancy-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 6px 21px #0000001a;
  margin-bottom: 50px;
  padding: 30px 40px;
}
.menu_top .menu-dd-list ul {
  flex-direction: column;
  background: #fff8d1;
  margin: 0;
  width: 300px;
  padding: 5px 10px 5px 10px;
  box-shadow: 0 5px 20px 0px rgb(0 0 0 / 10%);
}
.dropdown-list.menu-dd-list {
  top: 20px;
  left: 0;
  padding-top: 35px;
}
li.dropdown:not(.cat-list) {
  position: relative;
}
.dropdown-list.menu-dd-list li a{
  font-size: 14px;
  padding: 15px 10px;
  display: inline-block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
}
.dropdown-list.menu-dd-list li:last-child a {
  border: none;
}
.dropdown-list.menu-dd-list li a:hover {
  border-color: #ffdb4d;
}
.video-section {
    padding: 0;
    background: #f8f8f8;
    position: relative;
    margin-top: 170px;
    padding-bottom: 50px;
}
.video-box {
    line-height: 0;
    margin-top: -150px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    border-radius: 20px;
    overflow: hidden;
}
.video-box .play-now{
    position: absolute;
    left: 50%;
    top: calc(50% - 75px);
    transform: translate(-50%, -60%);
}

.video-box .play-now .icon{

}
.play-now {
    position: relative;
    display: block;
    z-index: 9;
    transition: all 300ms ease;
    border: none;
    background: transparent;
}

.play-now .icon{
    position: relative;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    z-index: 1;
    font-size: 24px;
    display: block;
    border-radius: 50%;
    box-shadow: 0  0px 10px 0 rgba(255, 219, 77, .3);
    transform-origin:center;
    background-color: #ffdb4d;
    color: #544f56;
    padding-left: 0;
    font-size: 24px;
    animation: pulse 2s infinite;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 219, 77, .6);
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 219, 77, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 219, 77, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 219, 77, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 219, 77, 0);}
}

.filter-title-hint {
  position: absolute;
  right: 15px;
  top: 0;
}

.item-title-hint-desc {
  display: none;
  background: #fff;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 5px 10px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
  border-radius: 5px;
  z-index: 999;
}
.item-title-hint:hover + .item-title-hint-desc {
  display: block;
}

.item-title-hint {
  color: #b9b3b5;
  font-size: 15px;
}
.otdelka-section-item {
  position: relative;
  margin: 15px 0;
}
.otdelka-section-item img{
  width: 165px;
  height: 165px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.otdelka-section-item span {
  position: absolute;
  background: #fff;
  font-size: 13px;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 0 7px 0 0;
}
.otdelka-section-list {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table.tds thead tr {
  background: #f8f9fa;
}
.table.tds thead tr td {
  font-weight: 700;
  color: #3e3e3e !important;
}
.btn-sec-zam {
  height: 55px;
  margin-top: 30px;
}
#bx_incl_area_3_1_3 {
  flex: 0 0 75%;
  max-width: 75%;
}
#bx_incl_area_3_1_3 > .catalog-col {
  flex: 0 0 100%;
  max-width: 100%;
}
small.filter-txt {
  color: #99979a;
  line-height: 1.4;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 14px;
  background: #f7f7f7;
  position: relative;
}
small.filter-txt::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 6px 9px;
  border-color: transparent transparent #f7f7f7 transparent;
  position: absolute;
  top: -6px;
  left: 20px;
}
.tag-cat-wrap {
  position: relative;
  z-index: 9;
  margin-top: -20px;
  margin-bottom: 20px;
}
.tag-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.item-tg-a {
}
.item-tg-a a {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  padding: 7px 13px;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}
.item-tg-a.current a,
.item-tg-a a:hover {
  background: #9d9395;
  color: #fff;
}

.widget-btn {
  margin-bottom: 30px;
}
.zerkalo-item {
  margin: 0 10px;
  position: relative;
}
.zerkalo-item.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.zerkalo-slider .slick-list {
  margin: 0 -10px;
}
.zerkalo-item span.zerkalo-item-txt{
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%); */
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 5px 10px;
  z-index: 9;
  border-radius: 5px 5px 0 0;
}
.zerkalo-slider {
  margin-top: 10px;
}
.hit-section.similar-doors-section {
  background: transparent;
  padding-bottom: 0;
}
.hit-section.similar-doors-section .cat_pr_item {
  background: #f8f9fa;
}
.head_soc  {
  display: flex;
  align-items: center;
  gap: 8px;
}
.head_soc.cont_soc {
  margin-top: 8px;
  justify-content: center;
}
.soc_a span {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


.telega span {
  background-color: #18a2ea;
}
.telega img {
  width: auto;
  height: 12px;
  margin-right: 2px;
}

.whatsapp span {
  background-color: #25D366;
}
.whatsapp img {
  width: auto;
  height: 12px;
}

.viber span {
  background-color: #9871ce;
}
.viber img {
  width: auto;
  height: 16px;
}
.dop-usl-home {
  padding-bottom: 40px;
  padding-top: 0px;
}

.dop-usl-home h2 {
  font-size: 29px;

}
.dop-usl-home .name_s {
  margin-bottom: 25px;
}
.region-list {
  columns: 4;
}
.region-list a {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.region-modal {
  max-width: 900px;
  border-radius: 20px;
  display: none;
}
.calc-dop-opt-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.check-lb {
  cursor: pointer;
  margin-bottom: 10px;
}
.check-lb span.sp-check {
  position: relative;
  display: inline-block;
  float: left;
  width: 19px;
  height: 19px;
  top: 0px;
  margin: 0px 8px 0 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.check-lb > input:checked + span.sp-check {
  background: #ffffff;
  border-color: #e2e2e2;
}
.check-lb span.sp-check i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.check-lb span.sp-check i::before {
  padding-top: 3px;
  opacity: 0;
  color: #968b8e;
}
.check-lb > input:checked + span.sp-check i::before {
  opacity: 1;
}
.check-lb > input {
  display: none;
}
select.form-control[multiple], select.form-control[size] {
  height: calc(100% - 30px);
}
select.form-control[multiple] option {
  padding: 5px 5px;
}
.calc-ms .form-control {
  margin-bottom: 10px;
}
.col-calc {
  margin: 7px 0;
}
.calc-ms .title-opt {
  font-weight: 600;
  color: #000;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 15px;
}
.calc-ms select {
  cursor: pointer;
  padding: 4px 20px 4px 10px;
}
.check-lb-sale {
  margin-top: 10px;
}
.calc-ms .btn {
  margin: 30px auto;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  box-shadow: 0 8px 27px rgba(251, 209, 97, 0.53);

}
.calc-ms {
  padding: 0 0 30px 0;
}
.calc-btn {
  cursor: pointer;
}
.calc-wrap-btn #price-calculator-wrap{
  max-height: 0;
  overflow: hidden;
  padding: 0 2px;
}
.calc-wrap-btn #price-calculator-wrap.open{
  transition: max-height 0.3s ease;
  animation: maxHeight 0.7s ease forwards;

}

@keyframes maxHeight {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 2000px;
  }
}

.calc-btn {
 width: 100%;
  margin: 30px 0;
}
.calc-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffdb4d;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 16px rgba(251, 209, 97, 0.53);
  position: relative;
}
.calc-text {
  color: #333333;
}
.calc-text__title {
  font-weight: 700;
  font-size: 18px;
}
.calc-text__info {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 5px;
}
.calc-img {
  margin-bottom: -50px;
  margin-top: -70px;
}

.cookie-consent {
  position: fixed;
  bottom: 15px;
  left: 20px;
  /*transform: translate(-50%, 0);*/
  z-index: 100;
  background: rgb(255 255 255 / 90%);
  font-size: 11px;
  width: 240px;
  max-width: 100%;
  border-radius: 8px;
  line-height: 1.4;
  padding: 12px;
  box-shadow: 0 0 10px #0000000f;
}
.cookie-consent a{
  color: inherit;
  text-decoration: underline;
}
.cookie-consent button {
  display: block;
  outline: none;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #ffffff;
  padding: 4px 30px;
  font-size: 10px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 700;

}
label.check-pk {
  font-size: 10px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 10px;
  opacity: 0.7;
  margin-bottom: 15px;
}
label.check-pk >input {
  margin: 0;
  width: auto;
  margin-right: 8px;
}
label.check-pk a{
  width: auto;
  padding: 0;
  color: #000;
  text-decoration: underline;
}
.privacy-policy ul{
  padding-left: 30px;
  padding-bottom: 15px;
}

.dop-block-detail h2{
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.risunki-mdf {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.dd-komplekt-col {
  margin-bottom: 15px;

}
.dd-furnitura.komplekt-wrap .zamki-bk-wrap.ruchki-bk-wrap img {
  height: 70px;
}
.dd-furnitura.komplekt-wrap .dd-komplekt-zamki .zamki-bk-wrap.ruchki-bk-wrap img {
  height: 90px;
}
.dd-furnitura.komplekt-wrap .dd-komplekt-dp .zamki-bk-wrap.ruchki-bk-wrap img {
  height: 90px;
}
.dd-furnitura .tb-zm-wrap {
  background: transparent;
  border: none;
  padding: 5px 0px;
  position: static;
  transform: none;
  line-height: 1.4;
  text-align: center;
  margin-top: 5px;
}
.dd-furnitura .tb-zm-wrap .title {
  font-weight: 500;
  padding-bottom: 0;
  color: #a2a2a2;
  font-size: 14px;
}
.dd-furnitura.komplekt-wrap .zamki-bk-wrap,
.dd-furnitura.komplekt-wrap .ruchki-bk-wrap {
  margin: 10px 0;
}
.komplekt-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 30px 0;
}
.komplekt-title {
  font-size: 26px;
  font-weight: 300;
  color: #544f56;
}
a.komplekt-title-link {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px dashed;
}
a.komplekt-title-link:hover {
  border-color: transparent;
}
.dd-furnitura-sect {
  background: #fff;
  padding: 0px 0px;
  margin-bottom: 0px;
  border-radius: 20px;
}
.dd-furnitura .zamki-bk-wrap:hover .tb-zm-wrap {
  transform: none;
}
.product-detail-desc {
  color: #7b7b7b;
  margin-top: 20px;
}
.product-detail-desc p{
  font-size: 14px;
}
@media (max-width: 1200px) {
  .detail-door-icon-wrap {
    margin-bottom: 30px;
  }
  .door-detail-step .advantage_item span {
    line-height: 1.2;
    font-size: 23px;
  }
  .b-detail-met .otdelka-det-s {
    margin-bottom: 10px;
  }
  .b-detail-met .otdelka-det-s {
    margin-top: 20px;
  }

}
@media (max-width: 1200px) and (min-width: 576px) {
  .detail-door-icon-wrap {
    display: flex;
    justify-content: space-between;
  }
  .dd-icon-item {
    border-bottom: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 1160px) {
  .first_post {
    padding-left: 40px;
  }

  .thumb_block {
    left: auto;
    right: 15px;
  }

  #page {
    overflow: hidden;
  }

  .name_s span {
    font-size: 40px;
  }
  .about-h-img img {
    max-width: 100%;
  }
  .widget-name span {
    font-size: 13px;
  }
  .widget-nav-menu li a {
    font-size: 14px;
  }
  .btn.btn-sm#set_filter {
    padding: 14px 20px;
  }
  .bx-filter.bx-blue .bx-filter-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .b-detal-info-constr-img img {
    width: 70px;
  }
  .b-detal-info-constr-item {
    padding: 10px 15px 10px 5px;
  }
  .b-detal-info-constr-img {
    margin-right: 15px;
    margin-top: 0px;
  }

}

@media (max-width: 1000px) {

}
@media (max-width: 992px) {
  .tag-cat-wrap {
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .big-sl-arrow .slick-dots {
    bottom: 25px;
  }
  .slick-slider.big-sl-arrow.slick-dotted {
    padding-bottom: 60px;
  }
  .about-page .about-h-img {
    text-align: center;
  }
  .b-detal-info-constr-icon,
  .b-detal-info-constr-img{
    display: none;
  }
  .b-detal-info-constr-item {
    padding: 15px 15px 15px 15px;
  }


  .table-har-right {
    padding-top: 20px;
  }
  .door-detail-step .advantage_item {
    background-position: center 0px;
  }
  .door-detail-step .step .name_s {
    margin-top: 0px;
  }
  .finter-btn-close,
  .finter-btn{
    display: block;
  }
  #filter.open {
    display: block;
    position: relative;
  }
  .finter-btn-close {
    position: absolute;
    right: 20px;
    top: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 999;
  }
  .finter-btn-close i {
    margin-left: 5px;
  }
  .bx-filter .bx-filter-popup-result.right {
    left: 0;
    bottom: 4px;
    border-image: none;
    min-height: auto;
    border: none;
    background: #f7f7f7;
    width: 92%;
    padding: 2px 10px;
  }
  .bx-filter-container-modef.modef-act + .bx-filter-parameters-box-title + .bx-filter-block {
    padding-bottom: 15px;
  }
  .bx-result-tiangle,
  .bx-filter .bx-filter-popup-result .arrow,
  .bx-filter .bx-filter-popup-result.right br{
    display: none;
  }

  .bx-filter .bx-filter-popup-result.right a {
    float: right;
    padding-top: 0;
    margin-top: 4px;
  }

  .bx-filter .bx-filter-section {
    padding-top: 0px;
  }
  .sidebar-filter {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateX(-150%);
    top: 0;
    position: fixed;
    left: 0;
    height: 100%;
    z-index: 9999;
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 320px;
    -webkit-box-shadow: 1px 0px 25px rgba(152, 152, 152, 0.45);
    box-shadow: 1px 0px 25px rgba(152, 152, 152, 0.45);
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
  }
  #filter.open .widget-name {
    display: none;
  }
  .widget-filter {
    margin: 0;
    background: transparent;
    box-shadow: none;
  }
  .sidebar-filter.open-filter {
    transform: translateX(0) !important;
    display: flex;
  }
  .widget-nav-menu-wrap {
    display: none;
  }
  .section-page-title-wrap {
    margin-bottom: 10px;
  }
  .about-h-text-bk {
    padding: 0 0 30px 0;
  }
  .thumb_block {
    display: none;
  }

  .mobile_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 20;
  }

  .navbar-brand img {
    display: block;
    height: 30px;
  }
  .header-info-row {
    justify-content: space-between;
  }
  .phone-col {

  }


  .menu-btn {
    display: flex;
    position: absolute;
    right: 240px;
    top: -10px;
    pointer-events: visible;
  }
  .sh-page-wrap .menu-btn {
    right: 300px;
  }
  .menu-btn-txt {
    margin-left: 10px;
    text-transform: uppercase;
  }
  ul.menu-top-list {
    display: none;
  }
  ul.menu-top-list.open-m {
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 99;
  }
  .menu_top {
    position: relative;
  }
  .menu_top li {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .menu_top a {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
  }
  .header-info-row .col-menu-top {
    position: absolute;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 99;
  }
  .dropdown-list {
    display: none;
    height: 0;
  }
  .dropdown.hover .dropdown-list {
    display: block;
    position: static;
    height: auto;
    padding-top: 0;
    margin-right: 0;
    width: 100%;
  }
  .menu-catalog-list {
    background: transparent;
    box-shadow: none;
  }
  .menu-catalog-list li {
    padding: 0px 10px;
    width: 100%;
  }
  .menu-catalog-list li a {
    color: #7e7280;
    padding: 12px 0;
    text-transform: none;
    font-size: 15px;
  }
  ul.menu-catalog-list {
    flex-direction: column;
    width: 100%;
    padding: 10px 20px;

  }
  ul.menu-catalog-list li:last-child {
    border-bottom: none;
  }
  footer {
    display: none;
  }

  /*.f-cat-col {
    display: none;
  }
  .f-menu-col {
    display: none;
  }
  .f-logo-col {
    text-align: center;
  }
  .f-logo-col .logo img {
    display: inline-block;
  }*/

  #page {
    padding-bottom: 0;
  }

  .navbar-nav {
    padding-top: 20px;
  }

  .navbar-nav a {
    text-transform: uppercase;
    text-decoration: none;
  }

  button.collapsed {
    outline: none;
  }

  .bg_head {
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .first_content {
    padding: 60px 10px 10px 10px;
  }
  .first_post {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    margin-left: 0;
  }

  .first_post .title {
    font-size: 36px;
  }

  .first_post .txt {
    font-size: 16px;
  }

  .first_post .readmore {
    padding: 17px 40px 15px 40px;
    -webkit-box-shadow: 0 9px 29px rgba(251, 209, 97, 0.53);
    box-shadow: 0 9px 29px rgba(251, 209, 97, 0.53);
  }

  .first_post .readmore:hover {
    -webkit-box-shadow: 0 9px 29px rgba(251, 209, 97, 0.53);
    box-shadow: 0 9px 29px rgba(251, 209, 97, 0.53);
  }

  .first_post .icon_block {
    margin-top: 40px;
    font-size: 14px;
  }

  .first_post .icon_block p {
    width: 48%;
  }

  .thumb_block:before {
    display: none;
  }

  .thumb_block img {
    height: 400px;
  }

  .name_s {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .name_s span {
    font-size: 30px;
  }

  .advantage {
    padding-top: 60px;
  }

  .advantage_item {
    padding: 25px;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .advantage_item span {
    font-size: 22px;
  }

  .catalog_category {
    padding: 40px 0;
  }

  .catalog_category_item {
    padding-left: 25px;
    padding-right: 100px;
    height: 250px;
  }

  .catalog_category_item .thumb {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .catalog_category_item .title a {
    font-size: 20px;
  }

  .catalog_category_item img {
    display: block;
    height: 200px;
  }

  .catalog_category_list .row > div {
    padding: 0 15px;
  }

  .catalog_category_list .row > div:nth-child(1n+3) {
    margin-top: 30px;
  }

  .products {
    padding: 40px 0;
  }

  .filter .row > div:nth-child(1n+2) {
    margin-top: 15px;
  }

  .filter p:first-child {
    margin-bottom: 7px;
  }

  .product_item .hide {
    display: none;
  }

  .product_item .info {
    padding: 15px;
  }

  .flx_center {
    margin-top: 0;
  }

  .range {
    padding: 40px 0;
  }

  .decore_post {
    padding: 40px 0;
  }

  .btn {
    height: 45px;
    padding: 0 30px;
    -webkit-box-shadow: 0 9px 19px rgba(251, 209, 97, 0.53);
    box-shadow: 0 9px 19px rgba(251, 209, 97, 0.53);
  }

  .btn:hover {
    -webkit-box-shadow: 0 9px 19px rgba(251, 209, 97, 0.53);
    box-shadow: 0 9px 19px rgba(251, 209, 97, 0.53);
  }

  .slick-slide {
    text-align: center;
  }

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

  .video_block {
    padding: 40px 0;
  }

  .video_block .name_s {
    text-align: center;
    margin-bottom: 30px;
  }

  .show_video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .show_video span {
    padding: 15px 95px 15px 44px;
  }

  .show_video span:before {
    content: '';
    width: 70px;
    height: 70px;
  }

  .video_thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video_thumb:before {
    content: '';
    display: none;
  }

  .step {
    padding: 40px 0;
  }

  .step .name_s {
    margin-bottom: 40px;
  }

  .step ul {
    width: 100%;
    max-width: 600px;
    padding-left: 0px;
    background-image: url(../images/bg_step_line_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .step li {
    width: 50%;
    float: left;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
  }

  .step li:nth-child(2n+1) {
    margin-top: 0;
    text-align: right;
  }

  .step li:nth-child(2n+1) .pic {
    margin-left: 10px !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .step li:nth-child(2n+2) {
    margin-top: 0;
    text-align: left;
  }

  .step li:nth-child(2n+2) .pic {
    margin-right: 15px !important;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .step li:nth-child(1n+2) {
    margin-left: 0;
    margin-top: 0px;
  }

  .step p {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }

  .step .pic {
    margin: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .similar-doors-items .cat_pr_item .thumb {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 768px) {
  .dop-block-detail .col-md-6 + .col-md-6 {
    margin-top: 15px;
  }
  .tabs-for-single-products {
    margin-top: 40px;
  }
  .tabs {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding: 0 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: start;
    margin: 0 -15px;
  }
  .tabs li:first-child {
    padding-left: 10px;
  }
  .tabs li {
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .tabs li a {
    padding: 20px 10px;
    font-size: 14px;
  }
  .content-inner {
    padding: 30px 0px 15px;
  }


  .region-list {
    columns: 3;
  }
  .cat_pr_item.item-wrap.cat_pr_item_vorota .thumb img {
    height: 230px;
  }
  .dd-constr-wrap {
    margin-top: 30px;
  }
  h4.b-detal-info-constr-title {
    margin-bottom: 0;
  }
  .table-har-wrap-bg1,
  .table-har-wrap-bg2,
  .table-har-wrap-bg3{
    display: none;
    border-radius: 0;
  }
  .table.tds th, .table.tds td {
    padding: 12px 15px;
  }
  .table-har-wrap {
    margin: 0 -15px;
    padding: 10px 0px;
  }
  .door-detail-info-col {
    padding: 0;
  }
  .door-detail-photo-col {
    text-align: center;
    max-width: 440px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .thumb_block {
    bottom: -10px;
    display: none;
  }

  .thumb_block img {
    height: 350px;
  }

  .first_post .title {
    margin-bottom: 15px;
  }

  .first_post .title br {
    display: none;
  }

  .first_post .txt {
    margin-bottom: 15px;
  }

  .advantage {
    padding-top: 40px;
  }

  .catalog_category_item .thumb {
    right: -25px;
  }



  .range_item {
    padding-top: 20px;
  }
}

@media (max-width: 600px) {
  .photo-col-wrap .col-photo-item {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .photo-col-wrap .photo-item {
    height: 250px;
  }
  .big-sl-arrow .slick-dots {
    bottom: 35px;
  }
  .slick-slider.big-sl-arrow.slick-dotted {
    padding-bottom: 40px;
  }
  .gall-photo-h {
    padding: 40px 0;
  }
  .company-text-home-banner {
    width: 100%;
  }
  .company-text-home-banner img {
    width: 100%;
  }
  .company-text-home-txt h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .tag-cat-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding: 0 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tag-cat-list .item-tg-a {
    white-space: nowrap;
    margin: 9px 0px 9px;
    list-style: none;
    scroll-snap-align: start;
  }
  .tag-cat-list .item-tg-a:first-child {
    padding-left: 5px;
  }
  .calc-banner {
    padding: 20px 15px;
  }
  .calc-text__title {
    font-size: 15px;
  }
  .calc-text__info {
    font-size: 13px;
  }
  .calc-img  {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -50px;
    margin-top: -40px;
  }
  .calc-img img {
    width: 90px;
    height: auto;
  }
  .region-list {
    columns: 2;
  }
  .about-page .about-h-text-bk {
    text-align: left;
  }
  .about-page .about-h-img {
    margin-bottom: 20px;
  }
  h4.b-detal-info-constr-title {
    margin-bottom: 15px;
  }
  .b-detal-info-constr-item {
    margin: 0 0;
  }
  .btn-sale {
    right: 50%;
    white-space: nowrap;
    transform: translateX(50%);
  }
  .section-page-title-wrap {
    padding-top: 20px;
  }
  .about-h-text-bk {
    text-align: center;
  }
  .about-h-text-bk .name_s {
    text-align: center;
  }
  .sert-slider {
    flex-wrap: wrap;
  }
  .sert-slider .sert-item{
    width: 50%;
    text-align: center;
    margin-bottom: 15px;

  }
  .decore_post {
    text-align: center;
  }
  .decore .name_s {
    text-align: center;
  }
  .list_vid {
    display:inline-block;
  }

  .list_vid li {
    width: 100%;
  }

  .list_vid li:nth-child(1n+2) {
    margin-top: 20px;
  }

  .cat-product-home .name_s {
    margin-bottom: 25px;
  }
  .header-info-row .col-menu-top {
    left: 0;
  }
  .menu-btn {
    left: 0;
    top: -12px;
    right: auto;
  }
  .sh-page-wrap .menu-btn {
    right: auto;
    left: 15px;
    top: -11px;
  }
  .contact_head {
    display: none;
  }
  .phone-mobile {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    width: 100vw;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 15px;

  }
  .phone-mobile .soc_a span {
    width: 24px;
    height: 24px;
  }
  .telega img {
    width: auto;
    height: 10px;
  }
  .whatsapp img {
    width: auto;
    height: 10px;
  }
  .viber img {
    width: auto;
    height: 14px;
  }

  .phone-mobile a {
    text-decoration: none;
    color: #000;
  }
  .phone-col {
    text-align: right;
    position: absolute;
    right: 0;
    top: 8px;
    -ms-flex: 0 0 50%;
    flex: 0 0 70px;
    max-width: 70px;
  }
  .sh-page-wrap .phone-col {
    right: 15px;
    top: 37px;
  }
  .logo {
    display: inline-block;
  }
  .logo-col {
    width: 100%;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobile-phone {
    display: block;
    margin-top: 3px;
  }
  .info_site {
    padding-top: 50px;
  }
  .first_content {
    padding-top: 40px;
  }
  .top_header_info {
    display: none;
  }
  .h50:nth-child(1n+2) {
    margin-top: 20px;
  }

  .range_item {
    margin-top: 20px;
  }

  .catalog_category .name_s {
    margin-bottom: 30px;
  }

  .catalog_category_list .row > div:nth-child(1n+2) {
    margin-top: 20px;
  }

  .advantage_item span {
    font-size: 19px;
  }


  .btn {
    letter-spacing: 0;
  }


  .step ul {
    background-position: 0 0;
    padding-left: 20px;
    width: 320px;
  }
  .step li {
    width: 100%;
    padding-left: 30px;
  }
  .step li:nth-child(2n+1) {
    flex-direction: row-reverse;
    text-align: left;
  }
  .step li:nth-child(2n+1) .pic {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .range_item_fz .thumb{
    background-position: center top;
    margin-top: 20px;
  }
  .page-title-wrap h1 {
    font-size: 21px;
    line-height: 1;
  }
  .product-detail-desc p{
    font-size: 13px;
  }
}


@media (max-width: 480px) {
  .b-detail-met .detail-door-info-mt {
    margin-top: 30px;
  }
  .detail-door-icon-line .dd-icon-item {
    width: 100%;
  }
  .b-detail-met .detail-door-icon-wrap {
    flex-direction: column;
  }
  .cat_pr_item.item-wrap.cat_pr_item_vorota .thumb img {
    height: 200px;
  }
  .dostavka-page {
    padding-top: 30px;
  }
  .sort-title {
    display: none;
  }
  .sort-catalog-wrap {
    padding-left: 15px;
  }
  .sort-link-wrap a {
    margin-right: 10px;
  }
  .sort-link-wrap a:last-child{
    margin-right: 0;
  }
  .page-title-wrap{
    justify-content: center;
    align-items: center;
  }
  .breadcrumb-list li a {
    font-size: 12px;
  }
  .b-detal-info-constr-opis {
    display: none;
  }
  .b-detal-info-constr-name {
    white-space: nowrap;
  }
  .b-detal-info-constr-price{
    color: #bdbdbd;
    font-size: 11px;
  }
  .b-detal-info-constr-item {
    padding: 15px 9px 15px 9px;
    border: 3px solid #f1f1f1;
  }
  .b-detal-info-constr-name {
    font-size: 14px;
  }
  .active.b-detal-info-constr-item:before {
    border-width: 13px;
    bottom: -29px;
  }
  .active.b-detal-info-constr-item:after {
    border-width: 11px;
    bottom: -22px;
  }
  .dd-constr-wrap {
    padding-bottom: 15px;
  }
  .bx_catalog_otd.fancybox-content {
    padding: 30px 15px;
  }
  .otdelka-items-wrap .otdelka-item img {
    width: 90px;
    height: 90px;
  }

}
@media (max-width: 450px) {
  .first_post .title {
    font-size: 28px;
  }
  .first_post .txt br {
    display: none;
  }
  a.btn-bz {
    padding-left: 15px;
    padding-right: 15px;
  }

  .detail-door-price-pds-date {
    font-size: 12px;
  }
  .detail-door-price-pt {
    padding: 15px 20px;
  }
  .detail-door-price-pds {
    padding: 15px 20px;
  }
}
@media (max-width: 400px) {
  .first_post .icon_block {
    flex-wrap: wrap;
  }
  .first_post .icon_block p {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .menu-btn-txt {
    display: none;
  }
  .first_post .txt {
    padding: 0 7px;
  }
  .advantage_item {
    background-position: center 10px;
  }
  .name_s span {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .region-list {
    columns: 1;
  }
  .first_post .title {
    font-size: 25px;
  }
  a.btn-bz span{
    display: none;
  }
  .b-detal-info-constr-name {
    font-size: 13px;
  }

}


















