.error{
    border-color: red;
}
.header-bot{
    z-index: 3;
}
.ask__bg img{
    display: block;
}
.wrapper{
    overflow: hidden;
}
.additional__slider{
    display: none;
    position: static;
    opacity: 1;
}
.additional__slider  .owl-nav{
    width: 100%;
}
.modal__form-row_margin.full .modal__text{
    flex: 0 0 100%;
    padding: 0px 10px;
}
.modal__form-row_margin.full .modal__text textarea{
    width: 100%;
    resize: none;
}
.formular .main-slide__bg{
    top: 0;
    height: 100%;
}
.formular .main-slide__bg-image{
    height: 100%;
}
.formular .modal__title{
    margin-left: 20px;
}
.formular .modal__col_big{
    padding-top: 60px;
}
.formular .main-slide__bg-image img{
    min-height: 100%;
}
@media screen and (max-width: 1280px){
   .formular .modal__col_big{
        padding-top: 40px;
    } 
}
@media screen and (min-width: 1024px){
    .section__title{
        font-size: 35px;
    }
}
.link-menu__col_left{
    align-items: flex-start;
}
.top-bg{
    background: #8f7134;
    height: 819px;
}
.top-bg__image{
    display:none;
}
.header-bot__bg,
.header-main__bg{
    max-width: inherit;
    right: 0;
    transform: none;
}
@media screen and (max-width: 1470px){
    .top-bg{
        height: 708px;
    }
}
.col_blck{
    color: #464647!important;
}
.fnt-30 {
    font-size:30px!important;
}
.fnt-22 {
    font-size:22px!important;
}
.fnt-16 {
    font-size:16px!important;
}
.fnt-18 {
    font-size:18px!important;
}
.fnt-17 {
    font-size:17px!important;
}
.fnt-15 {
    font-size:15px!important;
}
.fnt-14 {
    font-size:14px!important;
}
.fnt-13 {
    font-size:13px!important;
}
.measurements__wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.measurements__item{
    margin-bottom: 30px;
}
.measurements__wrap-tabs .measurements__wrap{
    display:none;
}
.measurements__wrap-tabs .measurements__wrap.active{
    display:flex;
}
.measurements__tab-name{
    display: inline-block;
    font-size: 16px;
    padding: 7px 20px 5px;
    border: 1px solid #ae904e;
    margin-right: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: .2s;
    line-height: 1;
    margin-bottom: 30px;
}
.measurements__tab-name.active,
.measurements__tab-name:hover{
    background-color: #ae904e;
    color: #fff;
}
@media (max-width: 1280px){
    .measurements__wrap{
    }
    .measurements__item{
        flex-basis: calc(100% / 3 - 90px / 3);
        max-width: calc(100% / 3 - 90px / 3);
    }
}
@media screen and (max-width: 767px){
    .measurements__item {
        left: 0;
        transform: translateX(0);
        top: 0px;
        display: block;
        position: static;
        margin-bottom: 0;
    }
    .measurements__item{
        flex-basis: 100%;
        max-width: 100%;
    }
    .measurements__tab-name{
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.page_id_9 .top-bg{
    display:none;
}
.formular{
    position: relative;
    z-index: -1;
    padding: 70px 0;
    background: #ae904e;
    overflow: hidden;
}
.formular .modal{
    display: inline-block;
}
@media screen and (max-width: 767px){
    .formular{
        padding: 30px 0;
    }
    .formular .modal__title{
        margin-left: 0px;
    }
    .formular .modal__col_big{
        padding-top: 30px;
    }
    .modal__form-row_margin.full .modal__text textarea{
        transform: none;
    }
    .modal__form-row_margin.full .modal__text{
        padding: 0;
    }
    .modal__select select{
        width: 100%;
        height: 38px;
        border: none;
        padding-left: 10px;
    }
    .big-slider{
        max-width: 375px;
    }
}
.additional__slider {
    margin-top: 0;
    min-height: 440px;
}
.additional__slider .owl-nav{
    margin-top: 0;
    top: 170px;
}
.additional__slider .owl-stage-outer {
    overflow: hidden;
}
.additional__slider .owl-prev {
    background: #ae904e !important;
}
.additional__slider .owl-prev svg {
    fill: #fff;
    transition: .2s;
}
.additional__slider .owl-prev:hover svg {
    fill: #464647;
}
.additional__slider .owl-next {
    background: #ae904e !important;
}
.additional__slider .owl-next svg {
    fill: #fff;
    transition: .2s;
}
.additional__slider .owl-next:hover svg {
    fill: #464647;
}
@media screen and (max-width: 1280px){
    .additional__slider .owl-nav {
        top: 132px;
    }
}
.vverh{
    position: fixed;
    bottom: 5em;
    background-image: url(/img/content/button_up.png);
    width: 81px;
    height: 67px;
    cursor: pointer;
    z-index: 1000;
    display:none;
    margin-left:50px!important;
}
.vverh.active{
    display:block;
}
@media screen and (max-width: 1023px){
    .additional__slider .owl-nav {
        top: 96px;
    }
}

.modal {
    display:none;
}
.modal__text textarea{
    border: 1px solid #e1e1e1;
    transform: skew(-8deg);
    padding: 15px 12px;
    margin-right: 20px;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
}
.faq__item{
    height: inherit;
    min-height: 90px;
}
.steps__caption{
    cursor: pointer;
}
@media(min-width:990px){
    .alert{
        padding-right: 40px;
    }
}
.is__center{
    text-align:center;
}
.is__left{
    text-align:left !important;
}
.map__wrap-item{
    object-fit: cover;
    max-width: inherit;
}
@media (max-width: 1023px){
    .map__wrap-item{
        transform: translateX(-180px) skewX(8deg);
    }
    
}


.B_crumbBox{
    padding: 0;
    margin: 0;
}
.B_crumbBox li{
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    color: #464647;
    padding-top: 1px;
}
.B_crumbBox li.separator{
    background-color: #464647;
    height: 2px;
    margin: 0px 10px;
    width: 17px;
}
.B_crumbBox li a{
    font-size: 11px;
    font-weight: 500;
    color: #464647;
    text-decoration: none;
    border: none;
}
.B_crumbBox li a:hover{
    color: #464647;
    text-decoration: underline;
}
.breadcrumbs{
    position: relative;
    z-index: 1;
}
.breadcrumbs_absolute{
    position: absolute;
    z-index: 2;
    width: 100%;
}
.link-menu{
    z-index: 9;
}
.breadcrumbs_absolute .breadcrumbs__pos{
    /* position: absolute; */
    /* left: 0; */
}
.breadcrumbs__pos{
    width: 100%;
    padding: 8px 0;
}
.B_currentCrumb{
    font-size: 11px;
    font-weight: 500;
    color: #464647;
}
@media screen and (max-width: 767px){
    .breadcrumbs{
        display:none;
    }
    .footer__phone,
    .footer__address{
        margin-right: 0;
        justify-content: center;
    }
    .footer__phone-number{
        font-size: 19px;
    }
    .footer__phone-label{
        font-size: 13px;
    }
}
.request__container .modal {
    display: block;
}
.accessories .btn__more{
        display: none!important
    }
.footer-bot {
    padding: 28px 0 50px!important;
}
@media(max-width:767px){
    .vverh,
    .show_form_callback2,
    .free-size{
        display:none!important;
    }
    .big-slider{
        left: 0;
        transform: none;
    }
    .additional__slider {
        min-height: 380px;
    }
}
.proposes__btn {
    margin-top: -10px !important;
}
.blck__txt{
    color:#464647!important;
}
.sect_gray{
    background-color: #f8f8f8;
}
.trans__rotate {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.methods__info{
   z-index: 2;
}
.different__bg{
       transform: none;
}
.subheader-links-btn{
    width: 20px;
    height: 20px;
    display: block;
    background: #f00 ;
}
@media(max-width: 1600px){
    .main-slide__title{
        font-size: 50px;
    }
    .main-slide__image img{
        max-height: 580px;
    }
    .top-bg{
        height: 746px;
    }
    .main-slide__new-wrap{
        padding: 15px 20px 17px;
    }
    .main-slide__new-price span{
        font-size: 38px;
    }
}

@media(max-width: 1450px){
    .main-slide__title{
        font-size: 44px;
    }
    .main-slide__image img{
        max-height: 510px;
    }
    .top-bg{
        height: 676px;
    }
    .main-slide__new-wrap{
        padding: 15px 20px 17px;
    }
    .main-slide__new-price{
        font-size: 18px;
    }
    .main-slide__new-price span{
        font-size: 32px;
    }
}
@media screen and (max-width: 1023px){
    .main-slide__title {
        font-size: 34px;
        line-height: 36px;
    }
    .main-slide__new-wrap{
        padding: 11px 14px 8px;
    }
    .main-slide__new-price {
        font-size: 20px;
    }
    .main-slide__new-price span{
        font-size: 26px;
    }
    .main-slide__wrap{
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px){
    .main-slide__wrap{
        padding: 20px 0;
    }
    .main-slide{
        padding: 20px 0 0px;
    }
    .main-slide__title {
        font-size: 26px;
        line-height: 23px;
    }
    .main-slide__new-price{
        font-size: 14px;
    }
    .main-slide__new-price span{
        font-size: 18px;
        line-height: 26px;
    }
    .main-slide__old-price{
        font-size: 14px;
    }
    
}
.advantages__item:hover{
    transform: translateY(0px);
}
.advantages__image-wrap,
.advantages__title{
    transition: .2s;
}
.advantages__item:hover .advantages__image-wrap,
.advantages__item:hover .advantages__title{
    transform: translateY(-20px);
}
   
   .subheader {
    z-index: 4;
    position: relative
}

.subheader .close-btn {
    display: none
}

.subheader__top {
    background-color: #fff;
    position: relative;
    z-index: 2
}

.subheader-main__nav {
    padding-top: 5px
}

.subheader-main__nav ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

.subheader-main__nav li {
    position: relative
}

.subheader-main__nav a {
    color: #3a3a3a;
    padding: 15px;
    display: block;
    width: 100%;
    transition: color .2s
}

.subheader-main__nav a:hover {
    color: #2f91d3
}

.subheader-main__nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subheader-main__nav>ul>li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.subheader-main__nav>ul>li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #ebebeb;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.subheader-main__nav>ul>li:last-child:before {
    display: none
}

.subheader-main__nav>ul>li>a {
    white-space: nowrap;
    text-align: center
}

.subheader-main__nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    min-width: 100%;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: center top;
    transition: opacity .2s,transform .2s
}

.subheader-main__nav>ul>li>ul li {
    border-bottom: 1px solid #ebebeb
}

.subheader-main__nav>ul>li>ul li:last-child {
    border-bottom: none
}

.subheader-main__nav>ul>li>ul a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: none;
    padding-bottom: 17px
}

.subheader-main__nav>ul>li:hover>ul {
    opacity: 1;
    transform: scale(1)
}

.subheader-main__nav-drop {
    position: relative
}

.subheader-main__nav-arrow {
    position: absolute;
    right: 8px;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%)
}

.subheader__bot {
    background-color: #8f7133;
    position: relative;
    z-index: 1;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.subheader-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subheader-links a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
    padding: 10px 15px
}

.subheader-links a:hover {
    text-decoration: none
}

@media screen and (max-width: 1366px) {
    .subheader-links {
        -ms-flex-pack:start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1023px) {
    .subheader-main__nav-arrow {
        right:5px
    }

    .subheader-main__nav a {
        padding: 15px 17px 15px 13px;
    }

    .subheader-main__nav>ul>li {
        font-size: 9px
    }
}
.subheader-links .owl-nav {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0 15px;
    width: 1230px;
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subheader-links .owl-nav .disabled>svg{
    opacity: 0;
}
.subheader-links .owl-nav .disabled{
    opacity: 0;
    pointer-events: none;
}
.subheader__bot .owl-nav svg{
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .subheader {
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        padding-top: 5px;
        padding-bottom: 15px;
        background-color: #fff;
        display: none
    }

    .subheader.active {
        display: block
    }

    .subheader .close-btn {
        background-color: #f3f3f3;
        border-radius: 50%;
        z-index: 3
    }

    .subheader .close-btn span {
        background-color: #000
    }

    .subheader__bot {
        display: none
    }

    .subheader-main__nav ul {
        display: block
    }

    .subheader-main__nav ul>li {
        display: block;
        font-size: 12px
    }

    .subheader-main__nav ul>li>a {
        text-align: left;
        padding: 7px 15px 7px 0
    }

    .subheader-main__nav ul>li:before {
        display: none
    }

    .subheader-main__nav ul>li>ul {
        position: static;
        max-height: 0;
        transform: scale(1);
        overflow: hidden;
        opacity: 1;
        transition: max-height .2s;
        border-radius: 0
    }

    .subheader-main__nav ul>li>ul.active {
        max-height: 1000px
    }

    .subheader-main__nav ul>li>ul>li>a {
        padding: 7px 15px;
        text-align: left
    }

    .subheader-main__nav-arrow {
        top: 9px;
        transform: translateY(0)
    }
    .subheader-main__nav > ul > li{
        justify-content: space-between!important;
    }
    .subheader-main__nav>ul>li>ul{
        border: none!important;
    }
    .subheader-main__nav > ul > li{
            border-bottom: 1px solid #ebebeb;
    }
}
.subheader-links .owl-nav button{
    background: #8f7133!important;
}
@media (max-width: 1280px){
    .subheader-links .owl-nav{
        width: 1024px;
    }
}
@media (max-width: 1023px){
    .subheader-links .owl-nav{
        width: 768px;
    }
    
}
.ml-25{
    margin-left:25px!important;
}
.ml-50{
    margin-left:50px!important;
}
.mt-50{
    margin-top:50px!important;
}
.mt-30{
    margin-top:30px!important;
}
.mt-10{
    margin-top:10px!important;
}
.mt-0{
    margin-top:0px!important;
}
.mb-0{
    margin-bottom:0px!important;
}
.mb-10{
    margin-bottom:10px!important;
}
.mb-20{
    margin-bottom:20px!important;
}
.mb-25{
    margin-bottom:25px!important;
}
.mb-35{
    margin-bottom:35px!important;
}
.mb-50{
    margin-bottom:50px!important;
}
.mb-60{
    margin-bottom:60px!important;
}
.proposes__btn span {
    font-size: 20px!important;
}
.send__mail{
    text-decoration:underline;
}
.link-menu__tab-link{
    width: 270px;
}
.link-menu__col_left{
    flex: 0 0 275px;
}
@media screen and (max-width: 1280px){
    .link-menu__static{
        margin-left: 150px;
    }
}
@media screen and (max-width: 1023px){
    .link-menu__static{
        flex: 0 0 510px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px){
    .link-menu__col_left{
        flex: 1 1 100%;
    }
}

.folding__link{
    font-size: 18px;
    font-size: 20px;
    color: #ae904e;
    border-bottom: 1px solid #e1e1e1;
}
.folding__link:hover{
    border-bottom: none;
}
.calc__radio-icon-new {
    -ms-flex: 0 0 150px !important;
    flex: 0 0 150px !important;
}
.calc__form_new {
    width: 720px !important;
}
.calc__form-wrap_new{
    max-width: 680px !important;
}
.calc__bg_new {
    top: 10px !important;
}
.calc__bg-man_new {
    right: 30px !important;
}
.art__link { 
    font-size:16px;
    color:#ae904e;
    border-bottom:1px solid #e1e1e1;
    transition:border-bottom .2s
}
.art__link:hover {
    border-bottom:1px solid transparent;
}
.art_content {
    padding: 6px 0;
    display: block;
    text-align:left;
    margin-left:50px;
}
.art__title {
    font-size: 22px;
    font-weight: 800;
    color: #464647;
    margin-top: 20px;
}
.ml-50 {
    margin-left:50px!important;
}
.mtb {
    margin-top:10px!important;
    margin-bottom:10px!important;
}
.fnt-bld {
    font-weight:700;
}
.table {
border-spacing: 0;
empty-cells: hide;
width: 100%;
}
.td {
padding: 10px 20px;
text-align: center;
border-bottom: 1px solid #F4EEE8;
transition: all 0.5s linear;
}
.td:first-child {
text-align: left;
color: #464647;
font-weight: bold;
}
.th {
padding: 10px 20px;
color: #464647;
border-bottom: 1px solid #F4EEE8;
}
.td:nth-child(even) {
background: #d4b87c
}
.td:nth-child(odd) {
background: #e1e1e1;
}
.th:nth-child(even)  {
background: #d4b87c
}
.th:nth-child(odd)  {
background: #e1e1e1;
}
.pdl-22{
    padding-left:22px!important;
}
.color__items{
display: inline-block;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-family: Proxima Nova,sans-serif;
    color: #7c756f;
    padding: 5px;
    margin-bottom: 4px;
}
.color__items img {
    display: block;
    position: relative;
    margin: 0 auto 5px;
    max-width: 35px;
}
.clr__brand{
   color:#ae904e!important; 
}