@import '/libs/magnific-popup/dist/magnific-popup.css';
body{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
@font-face {
    font-family: 'Bicubik';
    src: url('../fonts/Bicubik.eot');
	src: local('../fonts/Bicubik'),
		url('../fonts/Bicubik.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bicubik.woff') format('woff'),
		url('../fonts/Bicubik.ttf') format('truetype');
}
a{
    outline: none;
    color: #55585E;
}
a:hover{
    outline: none;
    color: #d19000;
    text-decoration: none;
    /*border-bottom: 1px solid #f1d5d4;*/
}
a:active{
    outline: none;
    color: #d19000;
    text-decoration: none;
}
header .logo {
    max-width: 360px;
}
header .logo img{
    max-width: 360px;
    width: 100%;
}
header .top-menu{
    transition: all 0.5s ease-in-out;
    position: relative;
    font-family: 'Bicubik';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

header .top-menu ul {
    height: 31px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1200px) {
    header .top-menu ul{
        height: auto;
    }
}
@media (max-width: 992px) {
    header .top-menu ul{
        height: 60px;
    }
}


header .top-menu ul li {
    display: table-cell;
    vertical-align: middle;
}
header .top-menu ul li a, header .top-menu ul li span {
    color: #55585E;
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

header .top-menu ul li a:hover span{
    color: #d19000;    
    text-decoration: none;
    
}
header .top-menu ul li a span{
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
}
header .top-menu ul li a:hover span{
    border-bottom: 0px solid #f1d5d4;
}


.top-search{
    display: table;
    height: 40px;
    width: 100%;
    text-align: center;
    margin: 18px;
    /*border: 1px solid #d19000;*/
}
@media (max-width: 1200px) {
    .top-search{
      /*  height: 85px;   */
    }
}
@media (max-width: 992px) {
    .top-search{
        height: 64px;   
    }
}
.top-search__td{
    display: table-cell;
    vertical-align: middle;
}
.search-box{
    padding: 14px 0;
    padding-right: 20px;
    display: none;
    width: 100%;
    height: 75px;
}
.search-box__td{
    display: table-cell;
    /*vertical-align: middle;*/
}
.search__input{
    width: 100%;
    border: 1px #f7f7f7 solid;
    background-color: #f7f7f7;
    padding: 12px 20px;
}
.header__middle--search .search-box{
    display: table;
}
.header__middle--search .top-menu{
    display: none;
}
@media (max-width: 767px) {
    .container{
        width: 100%;
    }
    header {
        text-align: center;
    }
    header .logo img {
        max-width: 290px;
    }
    header .top-menu {
        display: none !important;
    }
    header .search-box {
        display: block;
        height: 40px;
        padding-right: 0;
    }
    header .top-search{
        height: 40px;   
        padding-left: 0;
    }
    .header__middle{
        display: inline-block;
        width: 80%;
        padding-right: 0;
    }
    .header__right{
        display: inline-block;
        width: 20%;
        padding-left: 0;
    }
}




.slider__top{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.slider__item{
    position: relative;
}
.slider__box{
    position: absolute;
    width: 100%;
    top: 10%;
}
.slider__descr{
    background: none;
    color: white;
}
.slider__text{
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Bicubik", sans-serif;
}

.banner_text_promo{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
   
}

.slider__readmore, .slider__readmore a{
    color: #d19000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.slider__readmore:hover, .slider__readmore a:hover{
    color: #242424;
    text-decoration: none;
}
.slider__readmore:active, .slider__readmore a:active{
    color: #9B0000;
    text-decoration: none;
}
.service__item a.readmore:active{
    color: #9B0000;
}
.slider__next{
    height: 41px;
    width: 41px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d19000 url('/assets/images/slider__controls.png') -28px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__prev{
    height: 41px;
    width: 41px;
    position: absolute;
    right: 42px;
    bottom: 0;
    background: #d19000 url('/assets/images/slider__controls.png') 10px center no-repeat;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.slider__next:hover, 
.slider__prev:hover{
    background-color: #242424;
} 
.slider__next:active, 
.slider__prev:active{
    background-color: #9B0000;
}

.head_intro_main {
    text-align: center; 
    letter-spacing: 6px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 700;
    font-size: 68px;
    padding-top: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-family: "Bicubik", sans-serif;
    line-height: 100%;
}

.head_intro_promo {
    text-align: center; 
    letter-spacing: 6px; 
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
    font-weight: 700;
    font-size: 52px;
    padding-top: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-family: "Bicubik", sans-serif;
    line-height: 100%;
}

@media (max-width: 767px) {
    .slider__text{
        font-size: 36px;
    }
    
    .banner_text_promo{
        font-size: 16px;
    }
    
    .head_intro_main {
        font-size: 48px;
        line-height: 100%;
        padding-top: 1px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }
    
    .head_intro_promo {
        font-size: 36px;
        line-height: 140%;
        padding-top: 1px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }
}

.header1{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    letter-spacing: 1px;
    line-height: 150%;
    font-family: "Bicubik", sans-serif;
}
.stext .header1{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 34px;
    letter-spacing: 1px;
    line-height: 120%;
    font-family: "Bicubik", sans-serif;
}
.header2{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
.stext .header2{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 34px;
    letter-spacing: 1px;
    line-height: 100%;
    font-family: "Bicubik", sans-serif;
}
@media (max-width: 768px){
    .header1{
        font-size: 20px;
    }
}
.stext{
    font-size: 14px;
    line-height: 24px;
}
.b-content .stext{
    margin-bottom: 40px;
}
.stext p {
    margin: 0;
    margin-bottom: 10px;
}
.stext > ul {
        margin-top: 15px;
}
@media (min-width: 1024px){
    .stext > ul {
        padding-left: 60px;
    }
}
.stext ul li{
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
}
.stext ul li:before{
    height: 5px;
    width: 5px;
    position: absolute;
    /*border: 1px solid #9B0000;*/
    left: -19px;
    top: 15px;
    content: "";
}
.stext ul li:after{
    height: 5px;
    width: 5px;
    position: absolute;
    background-color: #d19000;
    left: -21px;
    top: 13px;
    content: "";
}

.stext > ol {
        margin-top: 46px;
        counter-reset: olCounter;
}
@media (min-width: 1024px){
    .stext > ol {
        padding-left: 100px;
    }
}
.stext ol li {
    list-style-type: none;
    margin-bottom: 32px;
    position: relative;
}
.stext ol li::before {
    background: #9b0000 none repeat scroll 0 0;
    color: #fff;
    content: counter(olCounter, decimal);
    counter-increment: olCounter;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    left: -35px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 18px;
}
h1 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 2.0;
    text-transform: uppercase;
    font-family: "Bicubik", sans-serif;
}
h2{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-family: "Bicubik", sans-serif;
}
h3{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: "Bicubik", sans-serif;
}
.main__text{
    padding: 50px 0px 30px;
}
.main__text p {
    margin-bottom: 38px;
}
.main__text .col-sm-6:first-child{
    padding-right: 28px;
}
.main__text .col-sm-6:last-child{
    padding-left: 28px;
}

.main__text a.readmore{
    color: #d19000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}
.main__text a.readmore:hover {
    color: #1f1f1f;
}
.main__text a.readmore .fa-long-arrow-right::before{
    margin-right: 8px;
}
.main__text-awards{
    margin-bottom: 23px;
}
@media (max-width: 992px){
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }  
    .main__text-readmore{
        text-align: center;
    }
}
@media (max-width: 767px){
     .main__text .col-sm-6:first-child{
        padding-right: 15px;
    }
    .main__text .col-sm-6:last-child{
        padding-left: 15px;
    }   
    .main__text{
        font-size: 14px;
    }
    .main__text-awards{
        text-align: center;
    }
    .main__text-awards img{
        margin: 0 1px;
        width: 45px;
    }
    .main__text-readmore{
        text-align: center;
    }
}

.advantage{
    padding: 60px 0;
    font-size: 14px;
}
.advantage__title{
    /* padding-top: 60px; */
    color: #d19000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    text-align: center;
    font-family: "Bicubik", sans-serif;
}
.advantage__title::before{
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 48px;
    height: 44px;
    /* background: transparent url('/assets/images/icon__advantages.png') left top no-repeat; */
}
.advantage__item{
    margin-bottom: 30px;
}
.advantage__item--1 .advantage__title::before{
    background-position: 0 0;
}
.advantage__item--2 .advantage__title::before{
    background-position: -48px 0;
}
.advantage__item--3 .advantage__title::before{
    background-position: -96px 0;
}
.advantage__item--4 .advantage__title::before{
    background-position: -144px 0;
}
.advantage__info{
    /* border-left: 1px #1f1f1f solid; */
    padding: 1px 15px 15px 15px;
    min-height: 80px;
    text-align: justify;
    line-height: 25px;
}
@media (max-width: 767px){
    .advantage__info{
        min-height: auto;
    }
    .advantage__title{
        /* padding-left: 58px; */
        padding-top: 5px;
    }
}

.news{
    padding: 64px 0;
}
.news__image{
    position: relative;
    float: left;
}
.news__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #d19000;
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.news__intro {
    
    font-size: 13px;
    line-height: 22px;
    
    padding-left: 18px;
    padding-top: 6px;
    /*min-height: 96px;*/
    clear: both;
}
.news__item a:hover{
    text-decoration: none;
}
.news__item a:hover .news__intro span{
    /*border-bottom: 1px solid #f1d5d4;*/
}
.news__item a:active .news__intro span{
    border: 0 none;
    color: #9B0000;
}
.news__item{
    margin-bottom: 30px;
}
.news__image::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.news__item:hover .news__image::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.news__image img {
    max-width: 360px;
    width: 100%;
}

.service{
    padding: 64px 0;
}
.service__image > img {
    width: 100%;
    max-width: 291px;
}
.service__item{
    /*background: transparent url('/assets/images/service__bg.png') 34px top no-repeat;*/
    width: 100%;
    height: 372px;
    padding-top: 50px;
    margin-top: 18px;
}
.service__item::before {
    border: 20px solid #f4f4f6;
    content: "";
    display: block;
    height: 96%;
    left: 50px;
    position: absolute;
    top: 26px;
    width: 72%;
}
.service__title{
    color: #d19000;
    font-size: 26px;
    margin-bottom: 42px;
    letter-spacing: 2.3px;
    position: relative;
    z-index: 10;
}
.service__info {
    line-height: 22px;
    padding: 13px 24px 0 24px;
    font-size: 13px;
    font-weight: 500;
    min-height: 194px;
}

.service__item a.readmore {
    color: #d19000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
.service__item a.readmore:hover {
    color: #1f1f1f;
}
.service__readmore{
    padding-left: 24px;
}
.service__image {
    min-height: 233px;
}
@media (max-width: 992px){
    .service__item::before{
        display: none;
    }
    .service__info {
        min-height: 100px;
    }
}
@media (max-width: 767px){
    .service__item{
        background: 0 none;
        padding-top: 0;
        height: auto;

    }
    .service__item:first-child{
        margin-bottom: 30px;
    }

    .service__info{
        min-height: auto;
        padding-bottom: 20px;
        text-align: center;
    }
    .service__readmore {
        text-align: center;
        margin-left: -25px;
    }
    .service__title {
        text-align: center;
    }
    .service__item::before{
        display: none;
    }
    .service .header1{
        text-align: center;
    }
}

.review{
    padding: 64px 0;
}
.review__item{
    border: 1px #f4f2f1 solid;
    padding-bottom: 47px;
    margin-bottom: 50px;
}
.review__author {
    background-color: #f4f2f1;
    padding-bottom: 16px;
    padding-top: 22px;
    color: #d19000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 292px;
    padding-left: 31px;
    letter-spacing: 1px;
    line-height: 16px;
}
.review__image {
    max-width: 179px;
}
.review .header1{
    margin-bottom: 41px;
}
.review__text{
    color: #1f1f1f;
    font-family: Times,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    padding-left: 65px;
    padding-top: 18px;
    background: transparent url('/assets/images/review__quot.png') 16px 27px no-repeat;
}
@media (max-width: 991px) {
    .review__text{
        font-size: 16px;
        line-height: 120%;
        background-position: 14px 22px;
    }
}
@media (max-width: 767px) {
    .review__author{
        background: 0 none;
    }
    .review__text{
        font-size: 16px;
        line-height: 120%;
        padding: 30px 15px 15px;
        background-position: 15px 0px;
    }
    .review__item{
        padding-bottom: 15px;
    }
}

.useful{
    background-color: #d19000;
    padding: 50px 0 40px;
}
.useful .header1{
    color: #fff;
    margin-bottom: 30px;
    margin-left: 13px;
}
a.useful__item{
    color: #fff;
    font-size: 16px;
    display: block;
    border: 1px solid #fff;
    position: relative;
    text-decoration: none;
    margin-bottom: 46px;
}
.useful__box {
    transition: all 0.2s ease 0s;
}
a.useful__item:hover{
    background-color: #FFF;
    color: #d19000;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:hover .useful__divider{
    border-color: #d19000;
}
a.useful__item:hover .useful__box{
    border-color: transparent;
}
a.useful__item:active{
    background-color: #9B0000;
    color: #FFF;
    transition: all 0.2s ease 0s;
    border-color: transparent;
}
a.useful__item:active .useful__divider{
    border-color: #FFF;
}
a.useful__item:active .useful__box{
    border-color: transparent;
}
/*
.useful__box::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.7s ease 0s;
}
a.useful__item:hover .useful__box::after {
    opacity: 0.5;
    transition: all 0.7s ease 0s;
}
*/
.useful__box{
    padding: 26px 42px 22px 28px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 1px 0;
    height: 125px;
    overflow: hidden;
}
.useful__divider{
    border-left: 1px solid #fff;
    line-height: 21px;
    padding-left: 16px;
    padding-top: 4px;
    position: relative;
    z-index: 10;
}
.useful__title {
    margin-bottom: 8px;
}

.prefooter{
    background-color: #242424;
    padding: 35px 0 60px;
    color: #464646;
    font-size: 12px;
}
.prefooter a{
    color: #898989;
}
.prefooter a:hover{
    color: #F7F7F7;
    text-decoration: none;
    border-bottom: 1px solid #898989;
}
.prefooter__header{
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    font-weight: bold;
}
.prefooter__header a{
    color: #464646;
}
.prefooter__header a:hover{
    border-bottom: 1px solid #898989;
    color: #f7f7f7;
    text-decoration: none;
}

.prefooter__list {
    list-style-type: none;
    padding-left: 0;
    /*margin-bottom: 58px;*/
}
.prefooter__list > li {
    margin-bottom: 9px;
}
.prefooter__item {
    margin-bottom: 58px;
}
.prefooter__phone{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__phone--ico:before{
    content:"\f095";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
.prefooter__email{
    margin-bottom: 10px;
    color: #898989;
    padding-left: 20px;
    position: relative;
}
.prefooter__email:before{
    content:"\f0e0";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
}
@media (max-width: 991px) {
    .prefooter__list {
        margin-bottom: 30px;
    }
    .prefooter__item {
        margin-bottom: 30px;
    }
    .prefooter{
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .prefooter__list {
        margin-bottom: 30px;
    }
    .prefooter__item {
        margin-bottom: 30px;
    }
}
.footer{
    /*background-color: #1f1f1f;*/
    padding: 1px 0 1px 0;
    color: #707070;
    font-size: 12px;
}
.footer a{
    color: #707070;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
}
.footer_dev{
    text-align: right;
}
.footer__social{
    text-align: center;
}
.footer__social a{
    border: 1px solid #707070;
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    margin: 0 8px;
    width: 28px;
    transition: all 0.8s ease 0s;
}
.footer__social a:hover{
    background: #707070;
    color: #1f1f1f;
    transition: all 0.8s ease 0s;
}
@media (max-width: 767px) {
    .copyright,
    .footer__social,
    .footer_dev{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__social a{
        margin: 0 5px;    
    }
    .main__text,
    .advantage,
    .news,
    .service,
    .review,
    .useful{
        padding: 30px 0;
    }
}

.b-breadcrumbs{
    background-color: #fffff;
    border-top: 1px solid #ebeae8;
    border-bottom: 1px solid #ebeae8;
}
.breadcrumb{
    padding-left: 0;
    color: #b1b0b0;
    margin: 12px 0;
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
}
.breadcrumb a{
    color: #b1b0b0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    content: "\f101";
    padding: 0 18px;
    font-family: FontAwesome;
}
@media (max-width: 460px){
    .breadcrumb > li + li::before {
        padding: 0 5px;
    }
}
.b-catalog{
    padding: 36px 0;
}

.b-filter{
    margin-bottom: 60px;
    margin-top: 45px;
}

.b-filter__menu{
    padding-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 19px;
}
.b-filter__menu a{
    color: #9e9696;
    border-bottom: 1px dashed #9e9696;
    text-decoration: none;
}
.b-filter__menu a:hover{
    border: 0 none;
}
.b-filter__menu .active{
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    display: inline-block;
}
.b-filter__menu .active span{
    background-color: #444;
    margin: 1px 0px;
    padding: 10px 18px;
    color: #fff;
    display: inline-block;
}
.b-filter__menu > li {
    display: inline-block;
    margin-right: 40px;
}
.b-filter__forma .selectric{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
}
.b-filter__forma .selectric .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.b-filter__forma .selectric.selectricOpen .button::after{
    content: "\f0aa";
}
 
.b-filter__forma .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.b-filter__forma .selectric .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.b-filter__forma .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.b-filter__forma .selectricItems li:hover{
    background-color: #8a8181;
}

.b-filter__forma{
    background-color: #f7f7f7;
    padding: 38px 42px;
    margin-bottom: 60px;
    margin-top: 20px;
}
.b-filter__reset{
    border: 0 none;
    background: transparent;
    text-transform: uppercase;
    color: #9e9696;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}
.b-filter__reset:hover{
    color: #1f1f1f;
    transition: all 0.4s ease 0s;
}
.b-filter__resetBox{
    text-align: right;
}
.b-filter__forma .selectric .jq-selectbox__select{
    background-color: #9e9696;
    color: #fff;
    padding: 4px 10px;    
}

.b-filter__forma select.selectric{
    width: 100%;
    /*max-width: 320px;*/
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    margin-bottom: 36px;
}
.b-filter__sort{
    display: inline;
    padding-left: 11px;
}
.b-filter__sort > li {
    display: inline-block;
    margin-right: 4px;
}
.b-filter__sort a{
    color: #9e9696;
    margin-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}
.b-filter__sort a:before{
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}
.b-filter__sort a:hover,
.b-filter__sort a.active{
    color: #1f1f1f;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.b-filter__sort li:last-child a:after{
    position: absolute;
    right: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #9e9696;
    position: absolute;
    content: "";
}


.b-product__item{
    margin-bottom: 48px;
}
.b-product__imageBox{
    position: relative;
}
.b-product__title{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    /*color: #A52A2A;*/
    background-color: #ffffffb3;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6px 20px 4px 12px;
    width: 80%;
    letter-spacing: 1.2px;
    z-index: 10;
    margin-left: 10%;
    margin-bottom: 10%;
}
.b-product__intro {
    clear: both;
    font-size: 13px;
    line-height: 20px;
    height: 70px;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
}
.b-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.b-product__item:hover .b-product__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.b-product__item a{
    text-decoration: none;
}
.b-product__list {
    margin-bottom: 30px;
}
.b-product__imageBox > img {
    width: 100%;
}


.b-gray {
    background-color: #f7f7f7;
    padding: 70px 0;
}
.b-form__header {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2.8px;
    line-height: 130%;
    margin-bottom: 1px;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-family: 'Bicubik';
}
.headerHint{
    margin-left: 2px;
    letter-spacing: -0.2px;
}
.b-form input[type="text"]{
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 35px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent url('/assets/images/forma__icons.png') -100px 0 no-repeat;
    font-size: 12px;
    margin-bottom: 35px;
}
.b-form input[type="text"]:focus{
    box-shadow: 0 0 4px 0px #d7d7d7;
}
.b-form input[name="name"]{
    background-position: 10px 17px;
}
.b-form input[name="phone"]{
    background-position: 11px -48px;
}
.b-form input[name="email"]{
    background-position: 11px -108px;
}
.b-form input[name="message"]{
    background-position: 11px -168px;
}
.b-form button{
    border: 1px solid #d19000;
    border-width: 2px 1px 2px 1px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #d19000;
    padding: 15px 10px 15px 25px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}
.b-form button .fa{
    padding-right: 12px;
}
.b-form button:hover{
    background-color: #d19000;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.b-form {
    margin-top: 60px;
}
.b-collection__image{
    text-align: center;
}
.b-collection__image img{
    /*width: 100%;*/
    display:block;
    width:100%;
    height:auto;
  border-radius: 12px;
  overflow: hidden;   /* обрежет углы у вложенной картинки и любого оверлея */
}
.b-collection__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px; /* дублируем для страховки */
}
    
    
.leftmenu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    border-right: 1px solid #d19000;
    border-right-style: dotted;
    padding-right: 10px;
}
.leftmenu__caption{
    font-size: 16px;
    line-height: 130%;
    margin-top: 0px;
    padding: 19px 10px 6px 5px;
    color: #D19000;
}
.b-leftmenuBox{
    padding-left: 0;
}
.b-leftmenu{
    padding: 0px 0;
    /*border-right: 1px solid #d19000;*/
}
@media (max-width: 460px){
    .b-leftmenu{
        padding: 0;
        border-right: none;
    }
    .b-leftmenuBox{
        padding-left: 15px;
    }
}
.b-leftmenu::before {
    content: " ";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 2000px;
    z-index: 0;
}
@media (max-width: 1025px){
    .b-leftmenu::before {
        display: none;
    }
}
.leftmenu a{
    display: block;
    width: 100%;
/*  padding: 5px 5px 5px 5px;*/
    font-size: 12px;
    font-weight: 500;
    color: #1f1f1f;
    text-transform: uppercase;
    text-decoration: none;
}
.leftmenu li.active a{
    /*background-color: #1f1f1f;*/
    color: #d19000;
/*     border-right: 3px solid #F4B30E; */
    font-weight: 700;
}
.leftmenu li:not(.active) a:hover span{
    color: #d19000;
    border-bottom: 1px solid #f1d5d4;
}
.leftmenu li a:active span{
    color: #9B0000;
}
.b-collection{
    padding: 36px 0;
}
.b-collection__body{
    margin-bottom: 40px;
}
.b-collection .header1{
    margin-bottom: 40px;
}
.b-collection__box{
    margin-bottom: 76px;
}
.b-collection__intro{
    font-size: 14px;
    line-height: 24px;
    padding-top: 25px;
    text-align: justify;
}
.b-collection__intro:after{
    border-bottom: 1px solid #d19000;
    border-top: 2px solid rgba(31, 31, 31, 0);;
    content: "";
    display: block;
    height: 4px;
    margin-top: 13px;
    width: 100px;
}
.b-collection__intro p{
    margin-top: 0;
}
@media (min-width: 1025px){
    .b-collection__image{
        max-width: 375px;
        padding-top: 29px;
    }
}
.b-collection__info{
    overflow: hidden;
}
.dopy__item{
    display: block;
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__dopy {
    margin-top: 7px;
}
.dopy__item a{    
    font-family: Times, serif;
    font-size: 16px;
    font-style: italic;
}
.b-collection__pdf {
    font-size: 12px;
    margin-top: 22px;
}
.pdf__item .fa-file-pdf-o{
    color: #d19000;
    font-size: 20px;
    margin-right: 8px;

}
.pdf__item a{
    color: #d19000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: bold;
}
.b-collection__property{
    margin-bottom: 0;
    padding-top: 15px;
}
@media (max-width: 460px){
    .b-collection__property{
        text-align: center;
    }    
}
.b-collection__property > img {
    margin-right: 17px;
    margin-bottom: 17px;
}
.b-collection__property > img:last-child{
    margin-right: 0;
}
@media (max-width: 1024px){
    .b-collection__property > img {
        margin-right: 5px;
    }
}
@media (max-width: 768px){
    .b-collection__property > img {
        margin-right: 8px;
    }
}
.c-product__imageBox img{
    width: 100%;
}
.collection__productList {
    margin-top: 88px;
    margin-bottom: 24px;
}
h2 + .collection__productList{
    margin-top: 8px;
}
.collection__product {
    margin-bottom: 15px;
    text-align: center;
}
.c-product__title{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-left: 32px;
    padding-top: 5px;
    text-transform: uppercase;
    min-height: 65px;
}
.c-product__imageBox {
    position: relative;
}
.c-product__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.collection__product:hover .c-product__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.collection__product a{
    text-decoration: none;
}

.col-table {
  padding: 0;
}

.teh-table {
  padding: 0;
}
.teh-table__title {
    background-color: #909090;
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    padding-left: 20px;
}
.teh-table__item {
  background-color: #f7f7f7;
  line-height: 45px;
  padding-left: 20px;
  border-bottom: 3px solid #fff;
  font-size: 12px;
}
a.readmore {
    color: #d19000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}
a.readmore:hover {
    color: #1f1f1f;
}
a.readmore .fa-long-arrow-right::before {
    margin-right: 8px;
}
.с-full_features {
    margin-top: 34px;
    padding-left: 24px;
}
.header2__xaracts{
    margin-bottom: 22px;
    line-height: 150%;
}
.slider__item img{
    transition: all 0.4s ease 0s;
}
.slider__item img.zoomed{
    transition: all 5s ease 0s;
}
.slider__item{
    display: none;
}
.slider__item:first-child{
    display: block;
}
.slider__item.slick-slide{
    display: block;
}

.b-product .slider-nav {
    margin-top: 20px;
    margin-bottom: 50px;
}
.b-product .slider-navBox{
    padding-top: 10px;
    border-top: 4px solid #ece7e5;
    position: relative;

}

.b-product .slick-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.b-product .slick-current .slider-navBox{
    border-top: 4px solid #d19000;   
}
.b-product .slick-slide {margin:0 10px;} 
.b-product .slider-nav:before{
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: #ece7e5; 
    margin-left: 10px;
    margin-right: 20px;
}
.b-product .slick-next{
    background: #d19000 url("/assets/images/slider__controls.png") no-repeat scroll -28px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 10px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
}
.b-product .slick-next::before{
    content: "";
}
.b-product .slick-prev{
    background: #d19000 url("/assets/images/slider__controls.png") no-repeat scroll 10px center;
    bottom: -20px;
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: auto;
    position: absolute;
    right: 52px;
    top: auto;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}
.b-product .slick-prev::before{
    content: "";
}
.b-product .slick-next:hover, 
.b-product .slick-prev:hover{
    background-color: #242424;
} 
.b-product .slick-next:active, 
.b-product .slick-prev:active{
    background-color: #9B0000;
} 
.b-product .slider-for:not(.slick-initialized){
    display: none;
}
.b-product .slider-nav:not(.slick-initialized){
    display: none;
}

.programms__list > img {
    margin-right: 35px;
}
.programms__list {
    margin-bottom: 85px;
}
.consultation__line {
    margin-top: 40px;
    margin-bottom: 79px;
    border-top: 1px solid #d19000;
    padding-top: 20px;
}
.instruction__item a{
    font-size: 14px;
    font-weight: 500;
    margin-left: 34px;
    position: relative;
    
}
.instruction__item a:hover{
    border-bottom: 1px solid #f1d5d4;
}
.instruction__item a:active{
    border-bottom: 0 none;
    text-decoration: none;
}
.instruction__item {
    margin-bottom: 20px;
}
.instruction__ukladka:before{
    content: "\f009";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -29px;
    position: absolute;
    top: -4px;
    width: 20px;
    color: #d19000;
}
.instruction__use:before{
    content: "\f15c";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 20px;
    left: -28px;
    position: absolute;
    top: -5px;
    width: 20px;
    color: #d19000;
}
.btn__red-2-1{
    display: block;
    width: 100%;
    max-width: 290px;
    border-top: 2px solid #d19000;
    border-bottom: 2px solid #d19000;
    border-left: 1px solid #d19000;
    border-right: 1px solid #d19000;
    text-align: center;
    height: 50px;
    letter-spacing: 1px;
    line-height: 49px;
    color: #d19000;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.2s ease 0s;
    margin-top: 2px;
    font-size: 12px;
}

.btn__red-2-1:hover{
    text-decoration: none;
    background-color: #d19000;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.btn__red-2-1:active{
    text-decoration: none;
    background-color: #d19000;
    color: #fff;
    transition: all 0.2s ease 0s;
}
@media (max-width: 480px){
    .btn__red-2-1{
        margin-bottom: 20px;
    }    
}

.order__btn{
    height: 50px;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    background-color: #d19000;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.2s ease 0s;
    margin-top: 2px;
}
.order__btn:before{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    top: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:after{
    background-color: #d25353;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 4px;
    content: "";
    position: absolute;
    transition: all 0.2s ease 0s;
}
.order__btn:hover{
    background-color: #242424;
    color: #fff;
}
.order__btn:hover:before,
.order__btn:hover:after{
    background-color: #f4f2f1;   
}
.order__btn:active{
    background-color: #9B0000;
    color: #fff;
    text-decoration: none;
}
.order__btn:active:before,
.order__btn:active:after{
    display: none;
}

.order__btn .fa-hand-o-right{
    margin-right: 10px;
}
.header2__related{
    margin-bottom: 5px;
}

.b-related__box{
    margin-top: 30px;
    margin-bottom: 92px;
}
.b-related__title{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #d19000;
    letter-spacing: 1px;
}
.b-related__info p{
    margin-top: 0;
}
.b-related__intro{
    font-size: 12px;
    line-height: 19px;
}
.b-related__advantages{
    padding-left: 0;
    list-style-position: inside;
    margin-top: 23px;
    list-style-type: none;
}
.b-related__advantages li{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 18px;
    position: relative;
}
.b-related__advantages li:before{
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
    top: 8px; 
    left: 2px;
    background-color: #1f1f1f;
}
.b-related__props{
    padding-left: 0;
    margin-top: 57px;
}
.b-related__props li{
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 7px;
}
.b-related__props li:before{
    width: 12px;
    height: 20px;
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    top: 2px; 
    left: 0px;
    color: #d19000;
    font-size: 10px;
}

.b-related .price__box{
    margin-top: 30px;
    font-size: 16px;
    color: #bd1e23;
}
.b-related .price__box .price{
    font-size: 32px;
}
.b-related .price__box .fa.fa-rub {
    font-size: 15px;
    margin-left: 6px;
}
.b-related .order__btn{
    margin-top: 18px;
    font-size: 14px;
    max-width: 262px;
}
.box__leftborder{
    border-left: 1px solid #1f1f1f;
    margin-left: 12px;
    padding-left: 22px;
    line-height: 23px;
    margin-bottom: 40px;
}
.box__leftborder p {
    margin-bottom: 12px;
    margin-top: 0;
}
.red{
    color: #d19000;
}
.b-related .header1{
    margin-top: 32px;
}
.b-related__image > img {
    width: 100%;
    max-width: 350px;
}
@media (min-width: 1024px){
    .b-related__box{
        margin-left: 5px;
    }
    .b-related__box .col-sm-5,
    .b-related__box .col-md-5{
        width: 45%;

    }
    .b-related__box .col-sm-7,
    .b-related__box .col-md-7{
        width: 55%;
        text-align: justify;
    }

}

select.selectric {
    color: #fff;
    font-size: 13px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
    width: 100%;
    background-color: #9e9696;
    border: 0 none;
    max-width: 300px;
}
.select-styled .selectric{
    background-color: #d19000;
    border: 0 none;
    color: #fff;
}
.select-styled .button::after{
    content: "\f0ab";    
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border: 0 none;
    color: #f4f3f3;
    right: 5px;
    top: 31px;
}
.select-styled.selectricOpen .button::after{
    content: "\f0aa";
}
 
.select-styled .selectricWrapper{
    /*max-width: 318px;*/
    width: 100%;
    margin-bottom: 36px;
}

.select-styled .label{
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-top: 13px;
}
.select-styled .selectricItems li{
    background-color: #9e9696;
    border: 0 none;
    color: #fff;
    padding: 11px 20px 7px 20px;
}
.select-styled .selectricItems li:hover{
    background-color: #8a8181;
}
.address__list{
    margin-top: 52px;
}
.address__title{
    color: #d19000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 18px;
    letter-spacing: 0.8px;
}
.b-wherebuy .header1 {
    margin-bottom: 23px;
    margin-top: 34px;
}

.b-wherebuy .selectricWrapper{
    width: 318px;   
}
@media (max-width: 480px) {
    .b-wherebuy .selectricWrapper{
        width: 100%;   
    }   
}
.address__item {
    margin-bottom: 10px;
    padding-left: 0px;
    min-height: 165px;
}
.address__phone {
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.address__phone:before{
    position: absolute;
    left: 6px;
    top: -3px;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
.address__place {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 0.5px;
    position: relative;
    min-height: 40px;
}
.address__place:before{
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
}
/*
.b-content .header1{
    margin-top: 34px;
    margin-bottom: 55px;
}
*/
.sertifacaty__item{
    margin-bottom: 60px;
}
.sertifacaty__item img{
    width: 100%;
}
.b-instruction__item a{
    transition: all 0.2s ease 0s;
}
.b-instruction__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.b-instruction__item{
    margin-bottom: 70px;
}
.b-instruction__title{
    border-left: 1px solid #d19000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    margin-left: 10px;
    padding-left: 21px;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.b-instruction__intro {
    margin-top: 3px;
    padding-left: 31px;
    font-weight: normal;
    letter-spacing: -0.4px;
    font-size: 13px;
    line-height: 19px;
    height: 76px;
    overflow: hidden;
}
.b-instruction__imageBox{
    position: relative;
}
.b-instruction__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.b-instruction__item:hover .b-instruction__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.b-instruction__imageBox img{
    width: 100%;
}

.select__city .select-styled .selectricItems li{
    padding: 0;
}
.select__city .select-styled .selectricItems li a{
    padding: 11px 20px 7px;
    display: block;
    color: #fff;
}
.select__city .select-styled .selectricItems li a:hover{
    color: #fff;
    text-decoration: none;
}


.faq__item{
    cursor: pointer;
    margin-bottom: 44px;
}
.faq__itemBox{
    border: 1px solid #f4f2f1;
    /*font-weight: bold;
    text-transform: uppercase;*/
    letter-spacing: 1.4px;
    position: relative;
    transition: all 0.4s ease 0s;
    display: table;
    width: 100%;
    border-radius: 12px;
}
.faq__btn{
    display: table-cell;
    width: 60px;
    background-color: #f4f2f1;
    text-align: center;
    vertical-align: middle;
    color: #d19000;
    border-radius: 12px;
}
.faq__btn:before{
    content: "\f138";
    font-family: FontAwesome;
}
.active .faq__btn:before{
    content: "\f13a";
}
.faq__question{
    padding: 18px 16px 16px 24px;
}
.faq__item:hover .faq__question{
    color: #d19000;
    transition: all 0.4s ease 0s;
}
.active .faq__question{
    color: #d19000;
}
.-faq__question:before{
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f4f2f1;
    content: "\f138";
    left: 0;
    color: #d19000;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.-active .faq__question:before{
    content: "\f13a";
}
.faq__answer {
    letter-spacing: 1.3px;
    line-height: 30px;
    padding-left: 86px;
    padding-top: 3px;
    display: none;
    transition: all 0.4s ease 0s;
}
.active .faq__answer{
    display: block;
}
@media (max-width: 769px){
    .faq__question{
        font-size: 12px;
        letter-spacing: 0px;
    }
    .faq__answer{
        letter-spacing: 0px;   
        padding: 10px;
        line-height: 24px;
    }
    .faq__item{
        margin-bottom: 22px;
    }
}

.media__list.row {
    margin-top: 58px;
}
.media__title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    padding-left: 31px;
    padding-top: 7px;
    text-transform: uppercase;
    min-height: 50px;
}
.media__item{
    margin-bottom: 30px;
}
.media__item a{
    transition: all 0.2s ease 0s;
}
.media__item a:hover{
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

.media__imageBox{
    position: relative;
}
.media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.media__item:hover .media__imageBox::after{
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.media__imageBox img{
    width: 100%;
}



.d-media__image{
    position: relative;
    float: left;
}
.d-media__date{
    position: absolute;
    left: 0;
    top: 0;
    background: #d19000;
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.d-media__intro {
    border-left: 1px solid #ece7e5;
    font-size: 13px;
    line-height: 22px;
    margin-left: 17px;
    padding-left: 18px;
    padding-top: 6px;
    min-height: 96px;
    clear: both;
}
.d-media__item a:hover{
    text-decoration: none;
}
.d-media__item{
    margin-bottom: 80px;
}
.d-media__imageBox{
    position: relative;
}
.d-media__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.d-media__item:hover .d-media__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.d-media__imageBox img {
    max-width: 360px;
    width: 100%;
}

.d-media__video {
    padding-top: 7px;
}

.d-media__video iframe{
    width: 100% !important;
    max-width: 100%;
    height: 330px;
    display: block;
}

.d-media__infoBox{
    padding-left: 22px;
}
.d-media__info {
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
}
.d-media__info .btn__red-2-1{
    max-width: 300px;
    margin-top: 16px;
}
.d-media__info p{
    margin-top: 0;
    margin-bottom: 5px;
}
.d-media__box{
    margin-bottom: 75px;
}
.dm-media__item img {
    width: 100%;
}
.d-media__photos .header2{
    margin-bottom: 34px;
}
.dm-media__item {
    margin-bottom: 45px;
}

@media (max-width: 767px){
    .d-media__video iframe{
        width: 100% !important;
        max-width: 100%;
        height: 200px !important; /* можно 180–220 по вкусу */
        display: block;
    }
    .d-media__infoBox{
        padding: 0;
    }
    .d-media__photos .header2{
        text-align: center;
        font-size: 24px;
    }
}


.contacts__title{
    font-size: 13px;
    padding-left: 20px;
    padding-left: 1px;
    margin-bottom: 4px;
    position: relative;
    color: #d19000;
}
.contacts__value{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 3px;
    position: relative;
    line-height: 24px;
}
.contacts__value p{
    margin: 0;
}
.contacts__list {
    margin-top: 31px;
    margin-bottom: 20px;
}
.contacts__hint{
    color: #acacac;
    font-size: 12px;
    font-weight: normal;
}
.contacts__phone::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: -1px;
    width: 20px;
}

.contacts__placemark::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__clock::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.contacts__email::before {
    background: transparent;
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: 2px;
    width: 20px;
}


.action__title{
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}
@media (min-width: 769px){
    .action__item .col-sm-5{
        width: 43%;
        padding-right: 0;
    }
    .action__item .col-sm-7{
        width: 57%;   
        padding-left: 0;
    }
}
.action__imageBox img{
    width: 100%;
}
.action__info {
    border-top: 1px solid #ece7e5;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 20px;
    line-height: 22px;
    margin-bottom: 30px;
}

.action__item a:hover{
    text-decoration: none;
}
.action__imageBox{
    position: relative;
}
.action__imageBox::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.action__item:hover .action__imageBox::after {
    opacity: 0.4;
    transition: all 0.4s ease 0s;
}
.action__imageBox img {
    width: 100%;
}
.action__item{
    margin-bottom: 85px;
}
@media (max-width: 766px){
    .action__info {
        padding-left: 0;
    }
    .action__item{
        margin-bottom: 40px;
    }
}

.header2__descr{
    position: relative;
    padding-left: 45px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.header2__descr:before{
    position: absolute;
    left: 0;
    top: -7px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__descr.png') center top no-repeat;
}
.b-poly__title{
    background-color: #d19000;
    color: #fff;
    font-size: 16px;
    padding: 12px 22px 10px;
}
.b-poly__intro{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 40px;
}
.b-poly__intro p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__info{
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 27px;
    margin-top: 3px;
    padding: 10px 22px;
    margin-bottom: 15px;
}
.b-poly__info p{
    margin-top: 0;
    margin-bottom: 0;
}
.b-poly__images {
    margin-bottom: 24px;
}
.b-poly__images img{
    width: 100%;
    max-width: 290px;
}
.header2__advantages{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__advantages:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__advantages.png') center top no-repeat;
}
.b-poly__info ul{
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
.b-poly__info li{
    margin-bottom: 8px;
    padding-left: 29px;
    position: relative;
}
.b-poly__info li:before{
    content: "\f18e";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
.header2__minus{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__minus:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__minus.png') center top no-repeat;
}
.header2__price{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__price:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__price.png') center top no-repeat;
}
.header2__recommendation{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__recommendation:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 29px;
    background: transparent url('/assets/images/poly__recommendation.png') center top no-repeat;
}
.header2__warning{
    position: relative;
    padding-left: 45px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.header2__warning:before{
    position: absolute;
    left: 2px;
    top: -4px;
    content: "";
    height: 33px;
    width: 31px;
    background: transparent url('/assets/images/poly__warning.png') center top no-repeat;
}

#go_top.active {
    display: block;
}
#go_top {
    background: #d19000;
    bottom: 90px;
    cursor: pointer;
    display: none;
    height: 41px;
    position: fixed;
    right: 45px;
    transition: all 0.5s ease 0s;
    width: 41px;
    z-index: 999;
    content: "\f077";
    font-family: FontAwesome;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
#go_top:hover {
    background: #242424;
}
#go_top:active {
    background: #9B0000;
}
.fa-bars {
    background: #d19000 none repeat scroll 0 0;
    color: #f5f5f5;
    cursor: pointer;
    display: none;
    font-size: 26px;
    margin-top: 120px;
    opacity: 0.9;
    padding: 15px 12px;
    position: fixed;
    width: 48px;
    z-index: 999;
    top: 75px;
}
@media (max-width: 767px) {
    .fa-bars {
        display: block;
    }
}

.mobile_menu .mfp-close {
    color: #fff;
    font-size: 50px;
    right: 20px;
    top: 20px;
}
.mobile_menu ul {
    margin-top: 100px;
    text-align: left;
    padding-left: 20px;
}
.mobile_menu ul li {
    color: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}
.mobile_menu ul li a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
.mobile_menu {
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.mobile_menu_bg {
    background: #d19000 none repeat scroll 0 0;
}

.mse2-row {
    margin-bottom: 40px;
}
.mse2-row a{
    color: #d19000;
}
.mse2-row a:hover{
    border-bottom: 1px solid #f1d5d4;   
}

.container > .header1{
    margin-top: 0;
}
.b-content{
    padding: 36px 0;
}
.b-wherebuy{
    padding: 36px 0;
}
.b-related{
    padding: 36px 0;
}
.header__image img{
    width: 100%;
    max-width: 1920px;
}
.stext-top{
    margin-bottom: 70px;
}
.teh-table__item--price{
    color: #d19000;
    font-weight: 700;
}
@media (max-width: 480px){
    .b-collection__image img{
        width: 100%;
    }    
    .leftmenu__caption{
        margin-top: 0;
    }
}
.collection__product {
    margin-bottom: 35px;
}
.b-product__image {
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.b-product__title {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 4px 20px 4px 12px;
    position: initial;
    text-align: left;
    width: 100%;
    margin: 0;
    /*border: 8px solid #fff;
    box-shadow: 0 1px 1px #dee3de, 0 5px 0px #dee3de;
    background: #707070;
    color: #fff;*/
    text-transform: none;
    letter-spacing: 1px;
    transition: all .35s;
}
.b-product__title__icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 16px 0 0;
}


.c-product__imageBox:hover  .b-product__title{
    background: #d19000;
}
.b-product__intro { height: auto; } .b-product__item { margin-bottom: 10px; }


@media (min-width: 1920px) {
    .slider__top .slick-slide img {
        width: 100%;
    }
    .slider__top {
        max-width: 100%;
    }
}

.b-form input[type="text"] {
    background: transparent;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left center;
    background-position-x: 7px;
}

.b-form input[name="name"] {
    background-image: url(/assets/images/form/user.svg);
}

.b-form input[name="phone"] {
    background-image: url(/assets/images/form/phone.svg);
}

.b-form input[name="email"] {
    background-image: url(/assets/images/form/letter.svg);
}

.b-form input[name="message"] {
    background-image: url(/assets/images/form/writing.svg);
}



@media (max-width: 767px) {
    .fa-bars {
        position: relative;
        top: 0;
        margin: 0;
        background: transparent;
        color: #000;
        display: flex;
        align-items: center;
        height: 70px;
    }
    
    .header__cart {
        margin: 0;
        display: flex;
        align-items: center;
        height: 70px;
    }
    
    header {
        text-align: center;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 50;
        height: 70px;
        overflow: hidden;
    }
    
    header .logo img {
        max-width: 100%;
        max-height: 70px;
    }
    
    .search-box {
        display: block !important;
        position: relative;
        margin: 0;
        padding: 0;
        height: 48px;
        margin: 5px 0;
    }
    
    .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50px;
        color: #fff;
        background: #d19000;
        border: none;
    }
    
    .slider__box {
        top: 10% !important;
    }

}


.head_intro {
    text-align: center;
    letter-spacing: 6px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    font-weight: 700;
    font-size: 48px;
    font-family: "Bicubik", sans-serif;
    line-height: 100%;
}

@media (max-width: 767px) {
    .head_intro {
    font-size: 36px;
    }
}

.head_image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
    position: relative;
    text-align: center;
}

.head_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.leftmenu__slider {
    border: none;
    padding: 0 50px;
}


.leftmenu__slider .slick-prev {
    background: #d19000 url(/assets/images/slider__controls.png) no-repeat scroll 10px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 41px;
    z-index: 10;
}


.leftmenu__slider .slick-next {
    background: #d19000 url(/assets/images/slider__controls.png) no-repeat scroll -28px center;
    top: calc(50% - 20px);
    color: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease 0s;
    width: 41px;
}

.leftmenu__slider .slick-prev:before,
.leftmenu__slider .slick-next:before {
    display: none;
}

.col-table {
  padding: 0;
}

.col-table_2 .teh-table__title {
    background: #f7f7f7;
}

.teh-table {
  padding: 0;
}
.teh-table__title {
    background-color: #f7f7f7;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
}
.teh-table__item {
  line-height: 42px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
}
.product_main_info {
  line-height: 30px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.top-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-info__lk svg {
    width: 20px;
}

.top-info__search,
.top-info__lk,
.top-info__phone {
    display: inline-block;
    vertical-align: top;
}

.top-info__phone a {
    color: #55585E;
}

.top-info__phone a:hover {
    color: #d19000;
}

.top-info__search input {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #3f4561;
    font-size: 11px;
    padding: 6px 10px;
    width: 300px;
    line-height: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

.top-info__phone {
    margin-left: 60px;
    font-family: 'Bicubik';
    font-size: 14px;
}
.top-info__lk {
    margin-top: 18px;
}
.top-info__lk i {
    color: #000;
    font-size: 30px;
}

@media (max-width: 767px) {
    .head_image {
        height: 560px;
    }
    .b-catalog_index  .b-product__list {
        margin-bottom: 0;
    }
    .top-info__search {
        display: none;
    }
}


.head_image video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.modal-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	transition: .5s;
	
}

.modal-shadow_active {
	opacity: 0.3;
	background: #000;
	z-index: 3;
	top: 0;
	left: 0;
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-60px) scale(1.1);
	visibility: hidden;
	transition: .3s;
	display: flex;
	margin: 0 auto;
	max-height: 100%;
	overflow-y: auto;
	padding: 30px 0;
}

.modal__content {
	background-color: #FFFFFF;
	box-shadow: 0 3px 51px rgba(0, 0, 0, 0.11);
	max-width: 467px;
	margin: auto;
}
.modal__wrap {
	padding: 50px;
	padding-top: 41px;
}
.modal_active {
	opacity: 1;
	visibility: visible;
	z-index: 4;
	transform: translateY(0) scale(1);
	display: block !important;
}

input[name="surname"] {
	display: block;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;;
	opacity: 0.01;
	padding: 0;
}

.modal .headerHint {
    margin-bottom: 10px;
}

.modal input {
    border: 1px solid #d7d7d7;
    padding: 17px 14px 14px 17px;
    width: 100%;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    background: transparent;
    font-size: 12px;
    margin-bottom: 15px;
}

.modal button {
    border: 1px solid #d19000;
    border-width: 2px 1px 2px 1px;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #d19000;
    padding: 15px 10px 15px 25px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}

.modal button:hover {
    background-color: #d19000;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.msoneclick_modal {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.modal .msoneclick_form-order button {
    padding: 0;
}
.b-product__title_h {
    font-size: 18px;
    align-items: center;
    padding: 12px 20px 12px 12px;
    position: initial;
    font-weight: bold;
    width: 100%;
    margin: 0;
    font-family: "Bicubik", sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    transition: all .35s;
}

.readmore_b {
    
    font-size: 13px;
    
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d19000;
    color: #d19000;
    padding: 16px 25px 16px 25px;

}

.head_block {
    border-bottom: 1px solid #ebeae8;
    padding: 70px 0px;
    margin-right: auto;
    margin-left: auto;

}







.mobile_menu__phone {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}

.mobile_menu__phone a {
    color: inherit;
}

.mfp-content {
    overflow: auto;
}

.mobile_menu {
    height: 100%;
}

body.over {
    overflow: hidden;
}



@media (max-width: 767px) {
    .head_intro_catalog {
        font-size: 36px;
    }
    
    header {
        height: auto;
        overflow: auto;
    }
    
    .topmob {
        position: relative;
        z-index: 1;
        background: #fff;
    }
    
    .top-info {
        margin-top: -50px;
        transition: .2s;
        opacity: 0;
        position: relative;
        background: #fff;
    }
    
    .top-info.active {
        margin-top: 0;
        opacity: 1;
    }
    
    .top-info__search {
        width: 100%;
        display: block;
    }
    
    .top-info__search input {
        width: 100%;
    }
    
    .top-info__mobsec img {
        width: 32px;
        margin-top: 15px;
    }
    
    .header__middle {
        display: none;
    }
    
    .search-box {
        transition: .2s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    
    .search-box.active {
        top: 65px;
        left: 0;
    }
}

/* ==== AUSWOOD | фирменная кнопка в стиле каталога ==== */
.button_gold{
  display:inline-block;
  padding:10px 16px;
  min-width:200px;                 /* стало компактнее */
  background:transparent;          /* контур по умолчанию — как на каталоге */
  color:#d19000;
  border:1px solid #d19000;        /* тонкий фирменный бордер */
  border-radius:10px;              /* такие же скругления, как в новом блоке */
  text-transform:uppercase;
  font-size:12px;                  /* мелкий кегль как у aw-btn/cta */
  letter-spacing:0.06em;
  line-height:1.2;
  text-align:center;
  cursor:pointer;
  text-decoration:none;
  transition:background 0.2s, color 0.2s, border-color 0.2s;
}

/* Инверсия цветов при наведении/фокусе (без тени) */
.button_gold:hover,
.button_gold:focus{
  background:#d19000;
  color:#fff;
  border-color:#d19000;
  text-decoration:none;
}

/* Видимый фокус с клавиатуры — без box-shadow */
.button_gold:focus-visible{
  outline:2px solid #d19000;
  outline-offset:2px;
}

/* Без «подпрыгивания» при клике */
.button_gold:active{ transform:none; }

/* Адаптив: чуть плотнее на очень узких экранах */
@media (max-width: 480px){
  .button_gold{ min-width:180px; padding:9px 14px; font-size:11px; }
}
/* ==== /AUSWOOD | фирменная кнопка ==== */

/* По желанию: «залитый» вариант как главный CTA */
.button_gold--solid{
  background:#d19000; color:#fff; border-color:#d19000; margin-bottom: 40px;
}
.button_gold--solid:hover,
.button_gold--solid:focus{
  background:#c27f00; border-color:#c27f00; color:#fff;
}


/* AUSWOOD: компактные кнопки ссылок под текстом каталога */
.aw-links-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}

.aw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  font-size:12px;           /* меньше стандартного */
  line-height:1.2;
  letter-spacing:.5px;
  text-transform:uppercase;
  text-decoration:none;
  background:transparent;
  color:#d19000;
  border:1px solid #d19000;
  border-radius:4px;
  transition:background .2s, color .2s, border-color .2s;
}

.aw-btn:hover,
.aw-btn:focus{
  background:#d19000;
  color:#fff;
  border-color:#d19000;
  outline:0;
}

@media (max-width: 480px){
  .aw-btn{ padding:8px 12px; font-size:11px; }
}

/* Центрирование H1 в герое */
.head_image .row { margin-left: 0; margin-right: 0; }
.head_image .col-md-8.col-md-push-2 {
  float: none;           /* нейтрализуем float сетки в герое */
  position: static;      /* снимаем left от push */
  margin: 0 auto;        /* центр блока */
  max-width: 980px;      /* комфортная ширина строки */
  padding: 0 12px;
}
.head_image h1 {
  margin: 0 auto;
  text-align: center;
  display: block;
}



/* ==== AUSWOOD cards v3.1 (contain + без подъёма/тени) ==== */
.aw-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
@media (max-width:991px){
  .aw-grid{grid-template-columns:1fr;}
}

/* Карточка */
.aw-card{
  position:relative;
  background:#fff;
  border:1px solid #ebeae8;
  border-radius:16px;
  overflow:hidden;
  /* без анимаций/тени у всей карточки */
  box-shadow:none;
  transition:none;
}
/* на :hover ничего не меняем */
.aw-card:hover{ transform:none; box-shadow:none; }

.aw-card__link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.aw-card__link:focus-visible{
  outline:2px solid #d19000;
  outline-offset:2px;
}

/* Бейдж — справа */
.aw-card__badge{
  position:absolute; top:14px; right:14px; left:auto;
  background:#d19000; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,0.25);
  font-family:"Bicubik",sans-serif; font-size:12px; letter-spacing:0.6px;
  padding:8px 12px; border-radius:12px; z-index:2; text-transform:uppercase;
}

/* Медиа: показываем изображение целиком + лёгкое затемнение на :hover */
.aw-card__media{
  position:relative;
  background:#f6f7f8;
  display:grid; place-items:center;
  aspect-ratio:16/9;
}
.aw-card__media img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

/* полупрозрачная плёнка поверх фото */
.aw-card__media::after{
  content:"";
  position:absolute; inset:0;
  background:rgba(0,0,0,0);          /* по умолчанию — прозрачная */
  transition:background 0.2s ease;
  z-index:1;                          /* ниже бейджа, выше изображения */
  pointer-events:none;
}
/* затемняем только на устройствах с hover */
@media (hover:hover){
  .aw-card:hover .aw-card__media::after{ background:rgba(0,0,0,0.15); } /* 12% — как на главной */
}
/* на тач-устройствах — без эффекта */
@media (hover:none){
  .aw-card:hover .aw-card__media::after{ background:transparent; }
}

/* Fallback без aspect-ratio */
@supports not (aspect-ratio: 1 / 1){
  .aw-card__media{ background:#f6f7f8; position:relative; }
  .aw-card__media::before{ content:""; display:block; padding-top:56.25%; } /* 16:9 */
  .aw-card__media > img{
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain;
    z-index:0;
  }
}


/* Fallback без aspect-ratio */
@supports not (aspect-ratio: 1 / 1){
  .aw-card__media{ background:#f6f7f8; position:relative; }
  .aw-card__media::before{ content:""; display:block; padding-top:56.25%; }
  .aw-card__media > img{
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain;
  }
}

/* Контент */
.aw-card__head{ padding:16px 18px 6px; }
.aw-card__title{
  margin:0 0 6px; font-family:"Bicubik",sans-serif; font-size:18px;
  letter-spacing:1px; text-transform:uppercase;
}
.aw-card__meta{ font-size:12px; color:#777; }
.aw-card__text{ padding:0 18px 14px; color:#444; line-height:1.6; }

/* Кнопка (может менять цвет при наведении — оставил) */
.aw-card__cta{
  display:inline-block; margin:0 18px 18px; padding:10px 16px;
  border:1px solid #d19000; color:#d19000; text-transform:uppercase;
  font-size:12px; letter-spacing:1px; border-radius:10px;
  transition:background 0.2s, color 0.2s, border-color 0.2s;
}
.aw-card__cta::after{ content:" →"; font-weight:700; }
.aw-card:hover .aw-card__cta,
.aw-card__cta:hover{ background:#d19000; color:#fff; }

/* Фолбэк без Grid */
@supports not (display: grid){
  .aw-grid{ display:flex; flex-wrap:wrap; gap:28px; }
  .aw-card{ flex:1 1 calc(50% - 28px); }
  @media (max-width:991px){ .aw-card{ flex-basis:100%; } }
}
/* ==== /AUSWOOD cards v3.1 ==== */



/* ==== AUSWOOD Home: media + callout + links ==== */

/* 5) Карточки медиа (Нас выбирают профессионалы) */
.aw-media__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
@media (max-width: 991px){ .aw-media__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width: 575px){ .aw-media__grid{ grid-template-columns:1fr; } }

.aw-media__card{
  background:#fff;
  border:1px solid #ebeae8;
  border-radius:14px;
  overflow:hidden;
}
.aw-media__link{ display:block; color:inherit; text-decoration:none; }
.aw-media__link:focus-visible{ outline:2px solid #d19000; outline-offset:2px; }

.aw-media__figure{
  position:relative;
  background:#f6f7f8;
  aspect-ratio:16/9;               /* единая высота превью */
  display:grid; place-items:center;
}
.aw-media__img{
  width:100%; height:100%;
  object-fit:cover;                 /* аккуратная обрезка как в новостях */
  display:block;
}
.aw-media__badge{
  position:absolute; top:10px; right:10px;
  background:#d19000; color:#fff;
  padding:6px 10px; border-radius:10px;
  font-size:12px; letter-spacing:.04em;
}
.aw-media__title{
  padding:12px 14px 14px;
  font-size:15px; line-height:1.35; color:#222;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}

/* 7) Акцентная лента-призыв */
.aw-callout{
  display:flex; flex-wrap:wrap; gap:8px;
  align-items:center; justify-content:center;
  padding:14px 16px; border-radius:12px;
  background:linear-gradient(90deg,#d19000 0%, #b55e1e 100%);
  color:#fff; text-align:center;
}
.aw-callout a{ color:#fff; text-decoration:underline; }
.aw-callout a:focus-visible{ outline:2px solid #fff; outline-offset:2px; }

/* 6) Панель полезных ссылок (как в каталоге) — если уже подключали на каталоге, дублировать не нужно */
.aw-links-bar{
  display:flex; flex-wrap:wrap;
  gap:10px; justify-content:center;
  margin-top:16px;
}
.aw-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:8px 14px; font-size:12px; line-height:1.2;
  text-transform:uppercase; letter-spacing:.5px; text-decoration:none;
  background:transparent; color:#d19000;
  border:1px solid #d19000; border-radius:6px;
  transition:background .2s, color .2s, border-color .2s;
}
.aw-btn:hover, .aw-btn:focus{ background:#d19000; color:#fff; border-color:#d19000; }
.aw-btn:focus-visible{ outline:2px solid #d19000; outline-offset:2px; }

/* ==== /AUSWOOD Home ==== */



/* ==== AUSWOOD | Медиа-карточки на главной ==== */

/* отступ между колонками Bootstrap */
.d-media__list .col-sm-4 { margin-bottom: 20px; }

/* Карточка */
.news__item{
  background:#fff;
  border:1px solid #ebeae8;
  border-radius:14px;
  overflow:hidden;
  height:100%;
}
.news__item a{
  display:flex;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
  height:100%;
}

/* Превью */
.news__image{
  position:relative;
  background:#f6f7f8;
  aspect-ratio:16/9;            /* единая высота превью */
  display:grid;
  place-items:center;
  overflow:hidden;
}
.news__image img{
  width:100%;
  height:100%;
  object-fit:cover;             /* аккуратная обрезка как в новостях */
  display:block;
}

/* Дата-бейдж (золотой, справа сверху) */
.news__date{
  position:absolute;
  top:10px;
  right:10px;
  background:#d19000;
  color:#fff;
  padding:6px 10px;
  border-radius:10px;
  font-size:12px;
  letter-spacing:.04em;
  line-height:1;
}

/* Заголовок */
.news__intro{
  padding:12px 14px 14px;
}
.news__intro span{
  display:-webkit-box;
  -webkit-line-clamp:2;         /* не больше 2 строк */
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:15px;
  line-height:1.35;
  color:#222;
}

/* Фокус по табу для доступности */
.news__item a:focus-visible{
  outline:2px solid #d19000;
  outline-offset:2px;
}

/* ==== /AUSWOOD | Медиа-карточки ==== */



/* FIX: бейдж даты — компактно справа сверху */
.d-media__list .news__image{ position: relative; }

.d-media__list .news__image .news__date{
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  width: auto !important;
  display: inline-block !important;
  background: #d19000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  line-height: 1;
  z-index: 2;
}



/* tpl_col3 — без подъёма, затемнение только на hover */
.tile-link{
  display:block;
  border:1px solid #e9e9e9;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  text-decoration:none;
  transition:border-color .2s ease;
}
.tile-link:hover{
  box-shadow:none !important;     /* без подъёма и теней */
  border-color:#e2e2e2;
}

.tile-img{
  position:relative;
  aspect-ratio:4/3;
  background:#fafafa;
  display:flex; align-items:center; justify-content:center;
}
.tile-img img{
  max-width:100%; max-height:100%;
  display:block;
  transform:none !important;      /* отключаем zoom */
  transition:none;
}

/* затемнение только на hover (как на главной/каталоге) */
.tile-img::after{
  content:"";
  position:absolute; inset:0;
  background:transparent;         /* без базовой вуали */
  opacity:0;                      /* показываем только на hover */
  transition:opacity .2s ease;
}
.tile-link:hover .tile-img::after{
  background:rgba(0,0,0,.26);     /* плотнее затемнение */
  opacity:1;
}

/* текст */
.tile-body{ padding:10px 12px; font-size: 13px; }
.tile-title{ font-weight:600; color:#111; margin-bottom:6px; line-height:1.25; }
.tile-price{ color:#333; }



/* --- Коллекция: карточка в стиле "медиа" --- */
.collection__productList .b-product__item {
  background: #fff;
  border: 1px solid #ece7e5;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

/* Ссылка растягивается на всю карточку */
.collection__productList .b-product__item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Отключаем затемнение сверху изображения в карточке коллекции */
.collection__productList .b-product__imageBox::after { display: none; }

/* Заголовок под изображением, как на медиа */
.collection__productList .b-product__title {
  position: static;           /* было absolute */
  background: #fff;           /* белая плашка */
  width: 100%;
  margin: 0;
  padding: 14px 16px 6px 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1f1f1f;
}

/* Цена (мы выводим её в b-product__intro) */
.collection__productList .b-product__intro {
  height: auto;               /* сняли фикс. высоту */
  overflow: visible;
  text-align: left;
  padding: 0 16px 16px 16px;  /* под заголовком */
  font-size: 14px;
  line-height: 1.35;
  color: #585858;
}

/* Ховер-эффект карточки */
.collection__productList .b-product__item:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  transform: translateY(-2px);
}



/* === Коллекция: убрать подпрыгивание и добавить затемнение === */

/* Карточка не двигается на hover */
.collection__productList .b-product__item{
  transition: border-color .2s ease, box-shadow .2s ease; /* без transform */
}
.collection__productList .b-product__item:hover,
.collection__productList .b-product__item:focus-within{
  border-color:#e2e2e2;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  transform:none !important; /* на случай старых правил */
}

/* Затемнение фото при наведении */
.collection__productList .b-product__imageBox{
  position:relative;
  overflow:hidden; /* чтобы затемнение повторяло скругления */
}
.collection__productList .b-product__imageBox::after{
  content:"";
  position:absolute; top:0; right:0; bottom:0; left:0;
  background:rgba(0,0,0,.40);
  opacity:0;
  transition:opacity .2s ease;
}
.collection__productList .b-product__item:hover .b-product__imageBox::after{
  opacity:1;
}

.collection__productList .b-product__item,
.collection__productList .b-product__item:hover,
.collection__productList .b-product__item:focus-within{
  box-shadow: none !important;
}


/* === FIX: Коллекция — без тени/сдвига, с затемнением фото === */

/* 1) Убираем тени и «подпрыгивание» */
.collection__productList .b-product__item{
  box-shadow: none !important;
  transition: border-color .2s ease;   /* без transform */
}
.collection__productList .b-product__item:hover,
.collection__productList .b-product__item:focus-within{
  box-shadow: none !important;
  transform: none !important;
  border-color: #e2e2e2;
}

/* 2) Включаем затемнение поверх изображения */
.collection__productList .b-product__imageBox{
  position: relative;
  overflow: hidden;
}
.collection__productList .b-product__imageBox::after{
  content: "";
  position: absolute; top:0; right:0; bottom:0; left:0;
  display: block !important;           /* перекрываем display:none */
  background: rgba(0,0,0,.40);         /* степень затемнения (увеличено) */
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 1;
  border-radius: inherit;
}
.collection__productList .b-product__image{ position: relative; z-index: 0; }
.collection__productList .b-product__item:hover .b-product__imageBox::after{ opacity: 1; }

/* Footer tidy up */
.prefooter { padding: 40px 0; background:#232323; color:#cfcfcf; }
.prefooter__item { margin-bottom: 24px; }
.prefooter__header { font-weight:600; letter-spacing:.04em; text-transform:uppercase; color:#8f8f8f; margin-bottom:12px; }
.prefooter__list { list-style:none; margin:0; padding:0; }
.prefooter__list li { margin:0 0 8px; }
.prefooter__list a { color:#e5e5e5; text-decoration:none; }
.prefooter__list a:hover { text-decoration:underline; }

.footer { background:#1b1b1b; }
.footer__bar { padding:14px 0; align-items:center; }
.text-right { text-align:right; }
@media (max-width: 767px) {
  .text-right { text-align:left; margin-top:8px; }
}


/* ==== AUSWOOD | Информационные карточки (как .news__item, но без даты) ==== */

/* Карточка */
.info__item{
  background:#fff;
  border:1px solid #ebeae8;
  border-radius:14px;
  overflow:hidden;
  height:100%;
  margin-bottom:30px;            /* как в news__item */
}
.info__item a{
  display:flex;
  flex-direction:column;
  color:inherit;
  text-decoration:none;
  height:100%;
}
/* Превью */
.info__image{
  position:relative;
  background:#f6f7f8;
  aspect-ratio:16/9;             /* единая высота превью */
  display:grid;
  place-items:center;
  overflow:hidden;
}
.info__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
/* лёгкое затемнение только при наведении (как у news__image) */
.info__image::after{
  content:"";
  position:absolute; inset:0;
  background:#000;
  opacity:0;
  transition:opacity .4s ease;
}
.info__item:hover .info__image::after{ opacity:.4; }

/* Текст */
.info__intro{ padding:12px 14px 14px; }
.info__intro span{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:15px;
  line-height:1.35;
  color:#222;
}

/* Доступность клавиатурой */
.info__item a:focus-visible{
  outline:2px solid #d19000;
  outline-offset:2px;
}

/* На случай, если в шаблоне останется .news__date — прячем внутри info__item */
.info__item .news__date,
.info__date{ display:none !important; }

/* ==== /AUSWOOD | Информационные карточки ==== */

/* Мобильные размеры для H1 */
@media (max-width: 767px) {
  h1 {                 /* на всякий случай — базовый H1 */
    font-size: 26px;
    line-height: 1.3;
  }

  .header1 {           /* H1-стиль внутри контента */
    font-size: 20px;   /* можно оставить 18–20px, если нужно еще компактнее */
    line-height: 1.3;
  }

  .head_intro {        /* H1 в герое (баннере) */
    font-size: 30px;   /* сейчас у вас ~36px — сделаем меньше */
    line-height: 1.15;
    letter-spacing: 3px;
  }

  .head_intro_main {   /* альтернативный вариант заголовка героя */
    font-size: 36px;   /* было 48px — уменьшаем */
    line-height: 1.1;
    letter-spacing: 4px;
  }
}

/* Мобильные размеры для H1 */
