@charset "utf-8";
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -62px 0;
}

*{
    outline: none !important;
}
.clear,
.cleaner{
    clear: both;
}
.black{
    color: #521C1D;
}
.no-visible{
    opacity: 0;
}
.visible{
    opacity: 1;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push21{
    height: 21px;
}
.push22{
    height: 22px;
}
.push23{
    height: 23px;
}
.push24{
    height: 24px;
}
.push25{
    height: 25px;
}
.push26{
    height: 26px;
}
.push27{
    height: 27px;
}
.push28{
    height: 28px;
}
.push29{
    height: 29px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.push110{
    height: 110px;
}
.push120{
    height: 120px;
}
.push130{
    height: 130px;
}
.push140{
    height: 140px;
}
.push150{
    height: 150px;
}
.push200{
    height: 200px;
}
.push-left-5{
    padding-left: 5px;
}
.push-left-10{
    padding-left: 10px;
}
.push-left-15{
    padding-left: 15px;
}
.push-left-20{
    padding-left: 20px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.slick-prev:after,
.slick-next:after, .navbar-nav > li > a:after {
    text-decoration: none;
    transition: all 0.3s ease;
}

.text{
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #231f20;
    -webkit-font-smoothing: antialiased;
}

.content{
    font-size: 13px;
    line-height: normal;
    text-align: justify;
}

.content *{
 font-family: sans-serif !important;
}

.content p, 
.content li{
 font-size: 16px;
 line-height: 22px;
}
blockquote{
    font-size: 14px;
    line-height: normal;
}
.title-border{
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 30px;
    text-align: left;
    text-transform: none;
}
.title-border .txt{
    background: #1a8111;
    color: #FFF;
    display: inline-block;
    letter-spacing: 1px;
    padding: 13px 20px;
    position: relative;
}
.title-border .txt span{
    display: inline-block;
    padding: 0 14px;
    position: relative;
}
.title-border .txt span:after, .title-border .txt span:before{
    background: #FFF;
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 4px;
}
.title-border .txt span:after{
    left: auto;
    right: 0px;
}
.title-border.trasnparent .txt{
    background: transparent;
    color: #222222;
}
.title-border.trasnparent .txt span:after, .title-border.trasnparent .txt span:before{
    background: var(--main-color);
    display: none;
}
.timer-box .form-control{
    border: 1px solid #acabab;
    color: #222222;
    font: normal normal 15px/18px 'PT Sans', Tahoma, sans-serif;
    height: auto;
    padding: 16px 35px;
    box-shadow: none;
}
.form-control:focus{
    border-color: #2a2a2a;
    box-shadow: none;
}
.form-control.rferr{
    border-color: #d9534f;
}
input::-webkit-input-placeholder{
    color: #a6a6a6;
    opacity: 1;
}
input:-moz-placeholder{
    color: #a6a6a6;
    opacity: 1;
}
input::-moz-placeholder{
    color: #a6a6a6;
    opacity: 1;
}
input:-ms-input-placeholder{
    color: #a6a6a6;
    opacity: 1;
}
.mymodal .form-control{
    margin-bottom: 15px;
}
.mymodal label{
    font-weight: normal;
}
textarea.form-control{
    min-height: 100px;
    resize: none;
}
.mymodal h3{
    font-weight: normal;
    text-transform: uppercase;
}
.form-control[readonly]{
    border-color: #CCCCCC !important;
    box-shadow: none !important;
}

.rf .btn {
    margin-top: 36px;
}

.rf .checkbox__text a {
    color: var(--gray);
}

.product-form .h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
}

.btn-green{
    background: #d5A967;
    box-shadow: rgba(85, 65, 35, 0.78) 0px 4px 5px;
    color: #fff;
}
.btn-green:focus, .btn-green:active, .btn-green:hover{
    background: #222222;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    color: #FFF;
    outline: none;
}
.btn-black{
    background: #222222;
    color: #FFF;
}
.btn-black:hover{
    background: #1a8111;
    box-shadow: 0 3px 15px rgba(2, 107, 5, 0.3);
    color: #fff;
}
.btn-black:active,
.btn-black:focus{
    color: #fff;
}
.btn-transparent{
    background: transparent;
    border: 1px solid #1a8111;
    color: #FFF;
}
.btn-transparent:hover{
    background: #1a8111;
    color: #222222;
}
.btn-up{
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 40px;
    line-height: 38px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: background-color 200ms ease-out;
    width: 40px;
    z-index: 1005;
}
.btn-up.active{
    display: block !important;
}
.btn-up:focus, .btn-up:hover{
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    outline: none !important;
}
.btn.min{
    padding-bottom: 12px;
    padding-top: 12px;
}
.btn.block{
    width: 100%;
    display: block;
}

.slick-slider{
    box-sizing: border-box;
    display: block;
    khtml-user-select: none;
    moz-box-sizing: border-box;
    moz-user-select: none;
    ms-touch-action: pan-y;
    ms-user-select: none;
    position: relative;
    touch-action: pan-y;
    user-select: none;
    webkit-tap-highlight-color: transparent;
    webkit-touch-callout: none;
    webkit-user-select: none;
}
.slick-list{
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: hand;
    cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    moz-transform: translate3d(0, 0, 0);
    ms-transform: translate3d(0, 0, 0);
    o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    webkit-transform: translate3d(0, 0, 0);
}
.slick-track{
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.slick-track:before, .slick-track:after{
    content: '';
    display: table;
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-slide:focus{
    outline: none !important;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    border: 1px solid transparent;
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots{
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li button{
    border: none;
    border-radius: 50%;
    display: block;
    left: -5px;
    opacity: 0;
    position: absolute;
    top: -5px;
}
.slick-dots li{
    background: #000000;
    border: 2px solid #000000;

    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 6px;
    position: relative;
    width: 14px;
}
.slick-dots li.slick-active{
    background: #EB0000;
    border-color: #EB0000;
}
.slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev, .slick-next{
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 48px;
    width: 48px;
    margin-top: -24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 50%;
    z-index: 10;
    transition: all 200ms ease-out;
}
.slick-prev{
    left: 30px;
}
.slick-next{
    right: 45px;
}
.slick-prev:after, .slick-next:after{
    border-bottom: 2px solid #141414;
    border-left: 2px solid #141414;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.slick-prev:after{
    moz-transform: rotate(45deg);
    ms-transform: rotate(45deg);
    o-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}
.slick-next:after{
    margin-left: -11px;
    moz-transform: rotate(-225deg);
    ms-transform: rotate(-225deg);
    o-transform: rotate(-225deg);
    transform: rotate(225deg);
    webkit-transform: rotate(-225deg);
}
.slick-prev:hover, .slick-next:hover{
    background: rgba(255,255,255,.6);
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}
.table-cell{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.timer-container{
    background: url(../images/arches.png) #e3e3e4;
    color: #231f20;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.timer-container .container{
    position: relative;
    z-index: 20px;
}
.timer-container .inner{
    background: #FFF;
    box-shadow: 0 3px 5px rgba(1, 16, 25, 0.1);
    left: 0;
    margin-top: 25px;
    margin-bottom: 70px;
    padding: 45px 25px 55px;
    width: 100%;
}
.timer-container .rf{
    margin: 0 auto;
    max-width: 100%;
    width: 986px;
}
.timer-container .rf .form-group{
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 41.2%;
}
.timer-container .rf .btn{
    float: right;
    padding: 16px 5px;
    width: 17.0%;
}
.countdown-inner{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 40px;
}
.countdownHolder{
    position: relative;
}
.countdownHolder:after{
    background: rgba(255,255,255,0.1);
    content: "";
    display: block;
    height: 29px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.countdownHolder > span:nth-of-type(1),
.countdownHolder > span:nth-of-type(3),
.countdownHolder > span:nth-of-type(5),
.countdownHolder > span:nth-of-type(7){
    background: #222222;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 22px;
    padding: 14px 12px;
    position: relative;
}
.countdownHolder > span > span{
    float: left;
}
.countdownHolder > span:nth-of-type(1):before,
.countdownHolder > span:nth-of-type(3):before,
.countdownHolder > span:nth-of-type(5):before{
    background: url(../images/colon.png) 0 0 no-repeat;
    content: "";
    display: block;
    height: 19px;
    margin-top: -9px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 5px;
}
.countdownHolder > span:nth-of-type(1):after,
.countdownHolder > span:nth-of-type(3):after,
.countdownHolder > span:nth-of-type(5):after,
.countdownHolder > span:nth-of-type(7):after{
    bottom: -20px;
    color: #666666;
    display: block;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    letter-spacing: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.countdownHolder > span:nth-of-type(1):after{
    content: "дней";
}
.countdownHolder > span:nth-of-type(3):after{
    content: "часов";
}
.countdownHolder > span:nth-of-type(5):after{
    content: "минут";
}
.countdownHolder > span:nth-of-type(7):after{
    content: "секунд";
}
@media only screen and (max-width: 767px){
    .countdown-inner{
        font-size: 18px;
    }
    .countdownHolder > span:nth-of-type(1),
    .countdownHolder > span:nth-of-type(3),
    .countdownHolder > span:nth-of-type(5),
    .countdownHolder > span:nth-of-type(7){
        margin-right: 12px;
        padding: 11px 9px;
    }
    .countdownHolder > span:nth-of-type(1):before,
    .countdownHolder > span:nth-of-type(3):before,
    .countdownHolder > span:nth-of-type(5):before{
        background-size: contain;
        height: 12px;
        margin-top: -6px;
        right: -9px;
        top: 50%;
        width: 5px;
    }
    .countdownHolder > span:nth-of-type(1):after,
    .countdownHolder > span:nth-of-type(3):after,
    .countdownHolder > span:nth-of-type(5):after,
    .countdownHolder > span:nth-of-type(7):after{
        font-size: 10px;
    }
    .action-slider .countdown-wrapper{
        text-align: left;
    }
    .action-slider-nav .item .element a{
        font-size: 16px;
        padding: 20px;
    }
    .countdownHolder:after{
        height: 21px;
    }
}
.features-container{
    background: url(../images/arches.png) #e3e3e4;
    padding: 20px 0 75px;
}
.timer-container + .features-container{
    padding-top: 0;
}
.features-container .title-border{
    margin-bottom: 25px;
}
.features-container .col-md-3{
    padding-top: 25px;
}
.features-container .icon{
    text-align: center;
    float: left;
    height: 79px;
    width: 79px;
}
.features-container .icon img{
    text-align: center;
    vertical-align: middle;
}

.features-container .desc{
    font-size: 14px;
    line-height: 19px;
    margin-left: 95px;
    padding-top: 2px;
}
.features-container .ttl{
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}
.products-container{
    padding: 70px 0 80px;
    text-align: center;
}
.catalog-template .products-container{
    text-align: left;
}
.products-container .title-border{
    margin-bottom: 50px;
}
.catalog-wrap .list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:20px;
    margin: 0;
}
.filtr-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:20px;
    margin-bottom: 30px;
}
.products-container .slick-track{
    display: flex;
}

.products-container .list:before, .products-container .list:after{
    display: none;
}
.products-container .list .item{
    background: #FFF;
    color: #666666;
    font-size: 15px;
    line-height: 19px;
    padding: 0 25px 20px;
    position: relative;
    text-align: left;
    transition: all 200ms ease-out;
    max-width: 100%;
    box-shadow: rgba(192, 192, 192, 25) 0px 4px 5px;

}
.products-container .list.similar-carousel .item{
    margin-left: 15px;
    margin-right: 15px;
}
.list.similar-carousel > div:not(:first-of-type){
    display: none;
}
.list.similar-carousel:not(.slick-slider) > div:first-of-type{
    width: 425px;
    max-width:100%;
}
.product-template .products-container{
    padding: 40px 0 60px !important;
}

.product-template .catalog .btn {
    display: none;
}
.similar-carousel .slick-list{
    overflow: hidden;
}
.similar-carousel{
    margin: 0 -10px;
}
.products-container .list .item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.products-container .list .item .pict{
    margin: 0 -25px;
}
.products-container .list .item .pict img{
    display: block;
    width: 100%;
}

.products-container .list .item .char-element{
    margin-bottom: 5px;
}
.products-container .list .item .desc{
    height: 76px;
    overflow: hidden;
}
.products-container .list .item a.absolute{
    background: rgba(0,0,0,.8);
    text-decoration: none;
    color: #fff;
    padding: 30px;
    line-height: 1.4;
    opacity: 0;
}
.products-container .list .item:hover a.absolute{
    opacity: 1;
}

.products-container .list .rating{
    color: #bfbfbf;
    font-size: 10px;
    line-height: 13px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}
.products-container .marka{
    color: #222222;
    font-weight: bold;
    margin-left: -25px;
    overflow: hidden;
    padding-left: 25px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.products-container .marka:after{
    background: #D5A967;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
@media(max-width:767px){
    .products-container .marka{
        white-space: inherit;
    }
}
.products-container .seporate{
    background: #EBEBEB;
    height: 1px;
    margin: 15px 0;
}

.products-container .btm{
    position: relative;
    z-index: 15;
}
.products-container .btm a{
    border: 2px solid #343434;
    background: #343434;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 6px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 200ms ease-out;
    text-align: center;
}
.products-container .btm a:hover{
    background: transparent;
    color: #343434;
}
.products-container .btm a.invert{
    background: transparent;
    color: #343434;
}
.products-container .btm a.invert:hover{
    background: #343434;
    color: #fff;
}
.products-container .btn-more{
    color: #1a8111;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    margin-top: 30px;
    text-transform: uppercase;
}
.products-container .btn-more img{
    margin-right: 5px;
}
.info-conainer{
    background: #F2F2F2;
    padding: 70px 0 65px;
}
.info-conainer img{
    width: 100%;
}
.info-conainer .col-md-6{
    padding-top: 20px;
}
.info-conainer .pict:first-child{
    margin-bottom: 11%;
}
.info-conainer .pict{
    moz-transition: all 200ms ease-out;
    o-transition: all 200ms ease-out;
    position: relative;
    transition: all 200ms ease-out;
    webkit-transition: all 200ms ease-out;
}
.info-conainer .pict:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.info-conainer .pict .element-content{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.info-conainer .pict .element-content .title{
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
}
.info-conainer .pict .img-wrapper{
    margin-bottom: 20px;
}
.info-conainer .pict .img-wrapper img{
    width: auto;
}
a.absolute{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: rgba(192, 192, 192, 25) 0px 4px 5px;


}

.faq_item {
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
    padding-left: 48px;
    padding-right: 80px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../images/faq.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    right: 35px;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 29px;
}

.faq_header {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.faq_body {
    padding-left: 25px;
    font-weight: normal;
    font-size: 19px;
    display: none;
    margin-top: 40px;
    line-height: 24px;
    color: #232323;
    border-left: 4px solid #1a8111;
    margin-bottom: 30px;
    margin-left: 20px;
    width: calc(100% - 20px);
}
.openedf::before {
    transform: rotate(45deg)
}

.navbar-wrapper .social-links{
    margin-left: 10px;
}
.navbar-wrapper .social-links a{
    width: 25px;
    height: 25px;
}
@media only screen and (max-width:1820px){
    ul.navbar-nav ul ul{
        left: auto;
        right: 100%;
    }
    ul.navbar-nav ul li.down > a:after{
        left: 20px;
    }
    ul.navbar-nav ul a{
        padding: 15px 20px 15px 40px;
    }
    ul.navbar-nav ul li.down > a:after{
        transform: rotate(130deg);
    }
}
@media only screen and (max-width: 1169px){
    .navbar-nav > li > a{
        font-size: 13px;
    }
}
@media only screen and (max-width:991px){
    .navbar-nav>li{
        margin: 0 0 0 10px;
    }
    .navbar-nav > li > a{
        font-size: 11px;
        padding: 5px 0;
    }
    .navbar-nav > li:last-of-type > a{
        padding-right: 0;
    }
    .timer-container input[type="text"]{
        padding: 16px 20px;
    }
    .premium-container{
        padding: 50px 0 15px;
    }
    .premium-container .slick-next{
        right: 0;
    }
    .premium-container .slick-prev{
        left: 0;
    }
    .contacts-container .contacts .item{
        padding: 70px 5px 70px 15px;
    }
    .contacts-container .contacts .item .txt{
        margin-left: 50px;
    }
    .timer-container{
        height: auto;
        padding: 25px 0 0;
    }
    .timer-container .inner{
        margin: 0 0 60px;
    }
    .features-container{
        padding: 50px 0;
    }
    .features-container .col-md-3{
        min-height: 100px;
    }
    .info-conainer .col-md-6{
        padding-top: 50px;
    }
    .filtr-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap:20px;
    }
    .index-template .filtr-container .item:nth-child(8), .index-template .filtr-container .item:nth-child(7){
        display: none;
    }


}
@media only screen and (max-width:767px){
    .timer-container .rf .btn, .timer-container .rf .form-group{
        float: none;
        margin-bottom: 15px;
        width: auto;
    }

    .timer-container .rf .btn{
        margin: 0;
        padding: 16px 35px;
    }
    .products-container{
        padding-top: 60px;
    }
    .faq_header{
        font-size: 19px;
        line-height: 25px;
    }
    .faq_body{
        font-size: 17px;
        line-height: 22px;
    }
    .faq_item{
        padding-left: 28px;
        padding-right: 60px;
    }
    .faq_item::before{
        right: 28px;
    }
    .contacts-container{
        background: url(../images/dealer-bg.png) 0 0 repeat;
        text-align: center;
    }
    .contacts-container .container{
        padding-top: 0;
    }
    .contacts-container .contacts{
        padding: 20px 0;
        position: static;
        margin: 0 -15px 0;
    }
    .contacts-container .contacts .item{
        padding: 15px;
        height: auto;
    }
    .contacts-container .contacts .item:after{
        display: none;
    }
    .contacts-container #map{
        height: 300px;
        margin-top: 0;
    }
    .timer-container .timer{
        overflow: hidden;
        width: 237px;
    }
    .timer-container .timer div{
        width: 48px;
    }
    .timer-container .timer .point{
        width: 15px;
    }
    .contacts-container .contacts .icon{
        display: none;
    }
    .contacts-container .contacts .item .txt{
        margin-left: 0;
    }
    .features-container .icon{
        float: none;
        width: 100%;
        margin-bottom: 15px;
        text-align:center;
    }
    .features-container .desc {
        margin-left: 0;
        text-align:center;
    }
    .features-container .element{
        margin-bottom: 20px;
    }
    .features-container {
        padding: 40px 0 30px;
    }
    .title-border{
        font-size: 16px;
    }
    .title-border .txt{
        padding-left: 12px;
        padding-right: 12px;
    }
    .title-border .txt span:after,
    .title-border .txt span:before{
        width: 3px;
    }
    .products-container .list{
        grid-template-columns: 1fr 1fr;
    }
    .filtr-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:20px;
    }
    .index-template .filtr-container .item:nth-child(8), .filtr-container .item:nth-child(7){
        display: block;
    }


}
@media only screen and (max-width:500px){
    .filtr-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap:20px;
    }
    .products-container .list{
        grid-template-columns:1fr;
    }
}
@media only screen and (max-width:395px){
    .faq_item {
        padding-left: 18px;
        padding-right: 50px;
    }
    .faq_header {
        font-size: 16px;
        line-height: 25px;
    }
    .faq_body {
        font-size: 15px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
    .faq_item::before {
        right: 18px;
    }
}


/* Fancybox */
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
}
.fancybox-content {
    padding: 50px 40px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 50px 25px 35px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 16px;
}
.black-modal .fancybox_modal_inner{
    background: #333333;
    color: #fff;
}
.fancybox_modal_big{
    width: 580px;
    max-width: 100%;
}
@media(min-width: 992px){
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
    .fancybox_modal_big{
        width: 900px;
    }
}
#responseMessage .fancybox_modal-content.error {
    color: #FF4632;
}
.fancybox-button:hover svg path{
    fill: var(--main-color);
}
@media(max-width:767px){
    .fancybox-content {
        padding: 50px 20px 30px;
    }
}
@media(max-width:399px){
    .fancybox-content .btn{
        width: 100%;
    }
}
/* /. Fancybox */
.top-slider{
    height: calc(100vh - 138px);
    overflow: hidden;
}
.top-slider .element{
    height: calc(100vh - 138px);
    line-height: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.top-slider .title{
    font-size: 40px;
    line-height: 1;
    color: #fff;
}
.top-slider .title span {
    display: inline-block;
    background: var(--GeneralColor);
    padding: 9px 15px 12px;
    margin-bottom: 3px;
}
.top-slider .item-top{
    display: flex;
    justify-content: space-between;
    margin-top: 335px;
}
.top-slider .item-top .btn{
    display: inline-block;
    height: 50px;
    background: #d5A967;
    color: #fff;
}
.anim-link {
    position: relative;
    overflow: hidden;
}
.anim-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(121, 117, 117, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(121, 117, 117, 0))) no-repeat -2em 0%;
    background: linear-gradient(to left, rgba(121, 117, 117, 0), rgba(255, 255, 255, 0.8), rgba(121, 117, 117, 0)) no-repeat -2em 0%;
    background-size: 3em 100%;
    animation: move-blick 8s linear infinite;
    animation-delay: 2s;
}
@keyframes move-blick {
    0% {
        background-position: 0% 0%;
    }
    7% {
        background-position: 130% 0%;
    }
    100% {
        background-position: 130% 0%;
    }
}
.top-slider .item-bottom{
    display: none;
}{
    width: 75%;
    display: flex;
    align-items: center;
    padding: 60px 40px 120px;
    background: rgba(153,30,25,1);
    color: var(--main-color);
    margin: 0 0 0 auto;
}
.top-slider .sup-title{
    font-size: 90px;
    line-height: 1;
    white-space: nowrap;
}
.top-slider .sub-title{
    padding-left: 45px;
    font-size: 28px;
    line-height: 1.2;
}
.black-bg{
    background: var(--GeneralColor);
}
.top-slider .slick-next, .top-slider .slick-prev{
    top: auto;
    bottom: 55px;
    background: rgb(255 255 255 / 57%);
    transition: all 200ms ease-out;
}
.top-slider .slick-prev{
    left: auto;
    right: 110px;
}
.top-slider:hover .slick-next, .top-slider:hover .slick-prev{
    transition: all 200ms ease-out;
}
.top-slider .slick-next:active, .top-slider .slick-prev:active, .top-slider .slick-next:focus, .top-slider .slick-prev:focus{
    top: auto;
    bottom: 55px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: rgb(255 255 255 / 73%);
}
@media (max-width: 1469px){
    .top-slider .sup-title{
        font-size: 7.4vw;
    }
    .top-slider .sub-title{
        font-size: 2vw;
    }
    .top-slider .title span {
        padding: 7px 12px 10px;
    }
}
@media only screen and (max-width: 991px){
    .top-slider .title {
        font-weight: 300;
        font-size: 16px;
    }
    .top-slider {
        min-height: 550px;
        height: auto;
    }
    .top-slider .element{
        min-height: 550px;
        height: auto;
        padding-bottom: 0;
    }
    .top-slider .item-top{
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }
    .top-slider .item-top-wrap{
        height: 100%;
        padding-bottom: 55px;
    }
    .top-slider .container{
        height: 100%;
    }
    .top-slider .item-inner{
        height: 100%;
    }
    .top-slider .item-bottom{
        padding: 30px 15px 47px;
        width: 100%;
    }
    .top-slider .sup-title{
        font-size: 46px;
    }
    .top-slider .slick-next:active,
    .top-slider .slick-prev:active,
    .top-slider .slick-next:focus,
    .top-slider .slick-prev:focus{
        top: auto;
        bottom: 42px;
    }
    .top-slider .sub-title{
        padding-left: 30px;
        font-size: 16px;
    }
    .top-slider .slick-next, .top-slider .slick-prev{
        bottom: 42px;
    }
    .top-slider .slick-next {
        right: 15px;
    }
    .top-slider .slick-prev{
        right: 80px;
    }
}
@media only screen and (max-width: 767px){
    .top-slider{
        min-height: 450px;
    }
    .top-slider .element{
        min-height: 450px;
    }
    .top-slider .item-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .top-slider .sup-title{
        padding-bottom: 10px;
    }
    .top-slider .sub-title{
        padding: 0;
    }
}
@media only screen and (max-width: 499px){
    .top-slider .item-bottom{
        padding: 30px 15px 97px 15px;
    }
    .top-slider .slick-prev{
        left: 15px;
        right: auto;
    }
    .top-slider .slick-next{
        right: auto;
        left: 80px;
    }
    .top-slider .slick-next, .top-slider .slick-prev{
        bottom: 36px;
    }
    .top-slider .slick-next:active, .top-slider .slick-prev:active, .top-slider .slick-next:focus, .top-slider .slick-prev:focus{
        top: auto;
        bottom: 36px;
    }
}
.white{
    color: #fff;
}
input[type=checkbox].rferr + label{
    color: red;
}
.customcheck{
    position: relative;
}
.customcheck input[type=checkbox]{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.customcheck label{
    display: inline-block;
    font-weight: normal;
    min-height: 18px;
    padding-left: 26px;
    position: relative;
}
.customcheck label:before{
    background: url(../images/customcheck.png) 0 0 no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 19px;
}
.customcheck input[type=checkbox]:checked + label:before{
    background-position: 0 -18px;
}
.simplefilter{
    padding: 0;
    margin: 0 0 10px;
}
.simplefilter ul{
    padding: 0;
}
.simplefilter li{
    display: inline-block;
}
.simplefilter li a{
    background: #fff;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px 15px 0;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 200ms ease-out;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: block;
}
.simplefilter li.active a,
.simplefilter li:hover a{
    background: #D5A967;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .simplefilter ul.tabs li{
        padding: 0;
        border: 1px solid #b1b1b1;
    }
    .simplefilter li a{
        margin: 0;
        box-shadow: none;
        padding: 13px 20px;
        text-transform: none;
    }
    .simplefilter .mobile-menu-header{
        padding: 15px 42px 17px 20px;
        background: #373737;
        position: relative;
        color: #ffffff;
        font-weight: bold;
    }
    .simplefilter .mobile-menu-header:after{
        transform: rotate(0deg);
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        top: 50%;
        height: 2px;
        width: 14px;
        right: 19px;
        margin: 0;
        background: #fff;
    }
    .simplefilter .mobile-menu-header:before{
        transform: rotate(90deg);
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        height: 2px;
        width: 14px;
        right: 19px;
        margin: 0;
        background: #fff;
    }
    .simplefilter .mobile-menu-header.active:after{
        transform: rotate(0deg);
        margin: 0;
    }
    .simplefilter .mobile-menu-header.active:before{
        transform: rotate(0deg);
    }
    .simplefilter ul{
        display: none;
    }
    .simplefilter li{
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }
    .simplefilter li a{
        font-weight: normal;
    }
}
@media only screen and (min-width: 768px){
    .simplefilter li{
        font-size: 16px;
    }
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left-xs{
    text-align: left;
}
.text-center-xs{
    text-align: center;
}
.text-right-xs{
    text-align: right;
}
@media (min-width: 768px) {
    .text-left-sm{
        text-align: left;
    }
    .text-center-sm{
        text-align: center;
    }
    .text-right-sm{
        text-align: right;
    }
}
@media (min-width: 992px) {
    .text-left-md{
        text-align: left;
    }
    .text-center-md{
        text-align: center;
    }
    .text-right-md{
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .text-left-lg{
        text-align: left;
    }
    .text-center-lg{
        text-align: center;
    }
    .text-right-lg{
        text-align: right;
    }
}

.jgrowlHide #jGrowl{
    display: none !important;
}
.product-gallery{
    margin-bottom: 20px;
}
.product-gallery .fotorama__thumb{
    border: 2px solid #eaeaea;
}
.product-gallery .fotorama__thumb-border{
    border-color: #ffb500;
}
.fotorama__thumb-border{
    border-color: #ffb500 !important;
}
.product-gallery .fotorama__stage{
    border: 1px solid #eaeaea;
}
.product-gallery .fotorama__nav{
    text-align: left;
}
.product-gallery .empty-block{
    border: 1px solid #eaeaea;
    text-align: center;
}
.relative{
    position: relative;
}
.doc-block{
    height: 52px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 1.4;
}
.doc-block > img{
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 767px){
    .doc-block{
        height: auto;
        padding-left: 0;
    }
    .doc-block > img{
        display: none;
    }
}
.question-block{
    padding: 50px;
    margin-bottom: 20px;
    background: #f1f1f1;
}
.question-block .title{
    text-transform: uppercase;
    color: #222222;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.question-block .subtitle{
    margin-bottom: 17px;
    color:#000;
    font-size: 20px;
}
.question-block .block-phone p{
    margin-top: 20px;
    font-size: 19px;
}
.question-block .block-phone a{
    font-size: 26px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.phones-wrapper{
    display: flex;
    grid-gap: 30px;
    margin-bottom: 30px;
}
.characteristics table{
    width: 100%;
    max-width: 915px;
    border-collapse: collapse;
}
.characteristics table td,
.characteristics table th {
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
}
.characteristics table td{
    border-bottom: 1px dotted #ccc;
}
.characteristics table th:last-child {
    padding-right: 0;
}
.characteristics table td:first-child{
    color: #525252;
}
.characteristics table td:last-child {
    font-style: italic;
}
.characteristics table th{
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    text-transform: uppercase;
}
.base-template .products-container{
    padding: 40px 0;
}
img{
    max-width: 100%;
}
.contacts .element {
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 18px;
}
.contacts .element > i {
    position: absolute;
    left: 0;
    top: -5px;
    color: var(--main-color);
    font-size: 24px;
}
.breadcrumb{
    text-align: left;
    border-radius: 0;
}
.catalog-template .breadcrumb {
    background-color: #fff;
}
.product-gallery-wrapper{
    position: relative;
    padding-right: 255px;
}
.product-gallery-carousel{
    width: 100%;
    border: 15px solid #f5f5f5;
}
.product-gallery-carousel img{
    width: 100%;
}
.product-gallery-carousel-nav-outer{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 55px 15px;
    background: #F5F5F5;
    width: 232px;
}
.product-gallery-carousel-nav-outer .carousel-prev,
.product-gallery-carousel-nav-outer .carousel-next{
    display: block;
    left: 0;
    right: 0;
    background: #D8D8D8;
    height: 30px;
    position: absolute;
    cursor: pointer;
    transition: all 200ms ease-out;
}
.product-gallery-carousel-nav-outer .carousel-prev{
    top: 0;
}
.product-gallery-carousel-nav-outer .carousel-next{
    bottom: 0;
}
.product-gallery-carousel-nav-outer .carousel-prev:hover,
.product-gallery-carousel-nav-outer .carousel-next:hover{
    background: #222222;
}
.product-gallery-carousel-nav-outer .carousel-prev:after,
.product-gallery-carousel-nav-outer .carousel-next:after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -5px;
    border-left: 2px solid #000;
    transition: all 200ms ease-out;
}
.product-gallery-carousel-nav-outer .carousel-prev:after{
    top: 13px;
    border-top: 2px solid #000;
    transform: rotate(45deg);
}
.product-gallery-carousel-nav-outer .carousel-next:after{
    bottom: 12px;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}
.product-gallery-carousel-nav-outer .carousel-prev:hover:after,
.product-gallery-carousel-nav-outer .carousel-next:hover:after{
    border-color: #fff;
}
.product-gallery-carousel-nav-inner{
    height: 100%;
    overflow: hidden;
}
.product-gallery-carousel-nav .item{
    padding: 6px 0;
    cursor: pointer;
    transition: all 200ms ease-out;
}
.product-gallery-carousel-nav .item span{
    display: block;
    position: relative;
}
.product-gallery-carousel-nav .item span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 200ms ease-out;
}
.product-gallery-carousel-nav .item span:hover:after{
    opacity: 1;
}
.middle-section-head .btn{
    border-radius: 0;
}
.product-gallery-carousel .item a{
    display: block;
    position: relative;
}
.product-gallery-carousel .item a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 200ms ease-out;
}
.product-gallery-carousel .item a:hover:after{
    opacity: 1;
}

.product-gallery-carousel .item a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transform: scale(0);
    transition: all 200ms ease-out;
    z-index: 10;
}
.product-gallery-carousel .item a:hover:before{
    transform: scale(1);
    opacity: 1;
}

@media(max-width: 1400px){
    .product-gallery-carousel {
        aspect-ratio: 1.68/1;
    }
    .product-gallery-carousel-nav-inner .item{
        aspect-ratio: 1.6/1;
        overflow: hidden;
    }
    .product-gallery-carousel-nav-inner .item img{
        width: 100%;
        height: 100%;
        object-fit:cover;
    }
    .product-gallery-carousel-nav-inner{
        display: flex;
        align-items: center;
    }
    .product-gallery-carousel-nav-outer{
        width: 16vw;
    }
    .product-gallery-wrapper{
        padding-right: 17vw;
    }
}
@media(max-width: 1268px){
    .product-gallery-carousel-nav-inner .item{
        aspect-ratio: 1.6/1;
    }
}
@media(max-width: 1070px){
    .phones-wrapper{
        grid-gap: 10px;
        flex-direction: column;
    }
    .question-block .block-phone a{
        margin-bottom: 0;
        font-size: 20px;
    }
}

@media(max-width: 991px){
    .question-block{
        margin-bottom: 50px;
    }
    .phones-wrapper{
        grid-gap: 30px;
        flex-direction: row;
    }
    .question-block .block-phone a{
        margin-bottom: 5px;
        font-size: 26px;
    }
    .product-gallery-carousel-nav-inner{
        display: block;
    }
    .product-gallery-wrapper{
        padding-right: 0;
    }
    .product-gallery-carousel{
        margin-bottom: 10px;
    }
    .product-gallery-carousel-nav-outer{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        padding: 15px 50px;
        width: 100%;
    }
    .product-gallery-carousel-nav-outer .carousel-prev{
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        height: 100%;
        width: 30px;
    }
    .product-gallery-carousel-nav-outer .carousel-next{
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        height: 100%;
        width: 30px;
    }
    .product-gallery-carousel-nav{
        padding: 0;
    }
    .product-gallery-carousel-nav .item{
        padding: 0 5px;
    }
    .product-gallery-carousel-nav-outer .carousel-prev:after{
        left: 12px;
        right: auto;
        top: 50%;
        margin-left: 0;
        margin-top: -6px;
        transform: rotate(-45deg);
    }
    .product-gallery-carousel-nav-outer .carousel-next:after{
        right: 12px;
        left: auto;
        top: 50%;
        margin-left: 0;
        margin-top: -6px;
        transform: rotate(225deg);
    }
}

@media(max-width: 767px){
    .product-gallery-carousel-nav-inner{
        display: block;
    }
    .phones-wrapper{
        grid-gap: 10px;
        flex-direction: column;
    }
    .question-block .block-phone a{
        margin-bottom: 0;
        font-size: 20px;
    }
}
@media(max-width: 550px){
    .question-block .subtitle{
        font-size: 18px;
    }
    .question-block .block-phone p{
        font-size: 16px;
    }
    .question-block .title{
        line-height: normal;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .question-block{
        padding: 30px;
    }
}
@media(max-width: 375px){
    .question-block .block-phone p{
        font-size: 13px;
        line-height: normal;
        margin-top: 13px;
    }
    .question-block .title{
        font-size: 19px;
    }
}
.price-table{
    width: 100%;
    overflow: auto;
}
.price-table table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
}

.price-table table th{
    border: 1px solid #eaeaea;
    padding: 15px;
    background: #222222;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.price-table table td{
    padding: 15px;
    border: 1px solid #C3C3C3;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.similar-carousel-wrapper .slick-prev{
    left: -50px;
    margin-top: -44px;
}
.similar-carousel-wrapper .slick-next{
    right: -50px;
    margin-top: -44px;
}
@media(max-width: 767px){
    .middle-section-head .btn{
        width: 100%;
    }
    .price-table table th{
        padding: 8px;
        font-size: 12px;
    }

    .price-table table td{
        padding: 8px;
        font-size: 12px;
    }
    .breadcrumbs-wrapper{

    }
    .breadcrumb>li {
        display: inline;
    }
}


@media(max-width: 1450px){
    .similar-carousel-wrapper .slick-next{
        right: 10px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        border-radius: 0;
        background: #fff;
    }
    .similar-carousel-wrapper .slick-prev{
        left: auto;
        right: 60px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        border-radius: 0;
        background: #fff;
    }
}

/* TABS*/
.box{
    display: none;
}
.box.visible{
    display: block;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #C3C3C3;
    padding: 0;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
    letter-spacing: 1px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #C3C3C3;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #2A2A2A;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    }
    .mobile-tab-header.active + ul.tabs{
        display: block;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/* /. TABS */

.pagination {
    margin: 0 0 20px;
}
.pagination>li>a,
.pagination>li>span {
    color: #1a8111;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #D5A967;
    border-color: #D5A967;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #1a8111;
}

.application-template #formApplication{
    display: block !important;
    background: #F2F2F2;
    margin: 0 0 60px;
}


.error-page .error-code {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    margin: 0 0 30px 0;
    padding: 0;
}
.error-page .error-message {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.form-block-404 {
    background: url(../images/auto-404.png) right center no-repeat;
    min-height:270px;
    padding-right: 700px;
}
.form-block-404 h3{
    text-transform: uppercase;
    font-weight: normal;
}
.form-block-404 form{
    background: #F2F2F2;
    padding: 40px;
    border: 2px solid #D3D3D3;
    width: 470px;
    max-width: 100%;
    margin: auto;
}
.form-block-404 .form-control{
    height: 44px;
    box-shadow: none;
}
.page-main-price {
    font-size: 20px;
    line-height: 1;
    color: var(--gray);
    padding: 20px;
    text-align: left;
}

.page-main-price .col-md-6 {
    padding: 20px;
    border: 2px solid #f5f5f5;
}

.aside-news{
    padding-left: 20px;
}

@media(max-width: 1199px){
    .form-block-404 {
        background: #fff;
        padding-right: 0;
    }
    .aside-news{
        padding-left: 0;
    }
}
@media(max-width: 767px){
    .form-block-404 form{
        padding: 20px;
    }
    .error-page .error-message{
        font-size: 18px;
    }
    .page-main-price {
        font-size: 18px;
        padding: 20px 5px;
    }
}

.variants{
    background: #F5F5F5;
    padding: 40px 40px 20px;
}
.variants .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.variants .row > div{
    margin-bottom: 30px;
}
.variants .element{
    background: #fff;
    padding:30px 20px;
    height: 100%;
    color: #000;
}
.variants .element .element-title{
    text-transform: uppercase;
    margin-bottom: 20px;
}
.variants .element .element-price{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .variants .row{
        display: block;
    }
    .variants .row > div{
        margin-bottom: 0;
    }
    .variants .element{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .variants{
        padding: 30px 20px 20px;
    }
}
.base-template .portfolio-section{
    background: transparent;
    padding: 30px 0 0;

}
.portfolio-section,
.portfolio-page .portfolio-section{
    padding: 70px 0 60px;
    background: url(../images/arches.png) #e3e3e4;
}
.portfolio-section .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.portfolio-section .row > div{
    margin-bottom: 30px;
}
.portfolio-section .element{
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    position: relative;
    height: 100%;
    background: #fff;

}
.portfolio-section .element .img-wrapper{
    position: relative;
    height: 320px;
}
.portfolio-section .element .img-wrapper .element-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.portfolio-section .element .img-wrapper .img-hover{
    opacity: 0;
}

@media (min-width: 992px) {
    .navbar-nav{
        height: auto !important;
    }
}
.portfolio-section .element:hover .img-wrapper .img-base{
    opacity: 0;
}
.portfolio-section .element:hover .img-wrapper .img-hover{
    opacity: 1;
}
.portfolio-section .element .title{
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.portfolio-section .element .element-content{
    padding: 30px;
}
.portfolio-section .element .element-characteristics > div,
.object-characteristics > div{
    margin-bottom: 5px;
    font-size: 13px;
}
.portfolio-section .element .element-characteristics > div strong,
.object-characteristics > div strong{
    color: #000;
}
.portfolio-section .element:hover .title{
    color: #1a8111;
}
.portfolio-inner{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:20px;
    margin-bottom: 30px;
}
@media(max-width: 1199px){
    .portfolio-section .element .img-wrapper{
        height: 250px;
    }
}
@media(max-width: 991px){
    .portfolio-inner{
        display:grid;
        grid-template-columns:1fr 1fr;
        grid-gap:20px;
    }
    .index-template .portfolio-inner .element:last-child{
        display: none;
    }
}
@media(max-width: 767px){
    .portfolio-section .element .img-wrapper{
        width: 100%;
        overflow: hidden;
    }
}
@media(max-width: 680px){
    .portfolio-inner{
        grid-template-columns: 1fr;
    }
    .index-template .portfolio-inner .element:last-child{
        display: block;
    }
}

/*about-section*/
.section-about .content-section{
    display: grid;
    grid-template-columns: 1fr -67px;
    grid-gap: 30px;
}
.content-section .content{
    text-align: left;
}
.img-wrap-1{
    width: 300px;
    height: 370px;
    position: absolute;
    border: 10px solid #fff;
    top: 185px;
    right: 50%;
}
.img-wrap-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-wrap-2{
    width: 470px;
    height: 430px;
    max-width: 100%;
    margin: 0 0 0 auto;
}
.img-wrap-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-images{
    display: none;
}
{
    position: relative;
}

.product-form-inner{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    grid-gap:40px;
}
.product-form-inner .inputs-wrap{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    grid-gap:0px 20px;
}
.product-form-inner .order-form{
    background: #f2f2f2;
    padding: 40px;
}
.product-form-inner .callback-form{
    background: #f2f2f2;
    padding: 40px;
}
.product-form-inner .callback-form .form-control{
    height: 64px;
}
.form-subtitle{
    margin: 24px 0 20px;
    color: var(--gray);
    font-size: 15px;
    line-height: normal;
    font-family: Inter, sans-serif;
}
@media (max-width: 1429px){
    .img-wrap-2 {
        width: 420px;
        height: 380px;
    }
    .img-wrap-1{
        width: 250px;
        height: 320px;
    }
}
@media (max-width: 1229px){
    .section-about .content-section{
        grid-template-columns: 1fr 410px;
    }
    .img-wrap-2 {
        width: 360px;
        height: 320px;
    }
    .img-wrap-1{
        width: 190px;
        height: 260px;
        right: 60%;
    }
}
@media (max-width: 1046px){
    .product-form-inner .h3{
        width: 70%;
    }
}
@media (max-width: 991px){
    .section-about .content-section{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .content-images{
        margin-left: 106px;
        padding-bottom: 150px;
    }
    .content-section .content{
        order:2;
    }
    .img-wrap-2{
        width: 470px;
        height: 430px;
    }
    .img-wrap-1{
        width: 300px;
        height: 370px;
        right: 60%;
        top: 205px;
    }
    .product-form-inner{
        grid-template-columns: 1fr;
    }
    .product-form-inner .h3 {
        width: 100%;
    }
}
@media (max-width: 767px){
    .content-images{
        padding-bottom: 0;
        margin-left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .img-wrap-1{
        width: auto;
        height: auto;
        right: 0;
        top: 0;
        position: relative;
        border:none;
    }
    .img-wrap-2{
        width: auto;
        height: auto;
    }
}
@media (max-width: 600px){
    .product-form-inner .inputs-wrap{
        grid-template-columns: 1fr;
    }


}
@media (max-width: 450px){
    .product-form-inner .order-form{
        padding: 30px 15px;
    }
    .product-form-inner .callback-form{
        padding: 30px 15px;
    }
}
/*about-section./*/
.page-slider-wrapper{
    overflow-y: hidden;
}
.page-thumbs-slider .item{
    float: none;
    display: inline-block;
}
.page-slider-wrapper img,
.page-thumbs-slider img{
    width: 100%;
}
.page-thumbs-slider{
    position: relative;
    z-index: 100;
}
.page-thumbs-slider .slick-list{
    overflow: hidden;
}
.page-thumbs-slider .item{
    cursor: pointer;
    background: #fff;
    position: relative;
}
.page-thumbs-slider .item:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
}
.page-thumbs-slider .item:hover {
    transition: all 200ms ease-out;
    opacity: 1;
}
.page-thumbs-slider .item:hover {
    opacity: 0.5;
}
.page-thumbs-slider .slick-current {
    opacity: 1 !important;
}
.page-thumbs-slider .slick-current:after{
    border-color: #1A8111;
}

.page-slider .slick-next{
    top: 50%;
    margin-top: -25px;
    left: auto;
    right: 20px;
    opacity: 1;
}
.page-slider .slick-prev{
    margin-top: -25px;
    top: 50%;
    left: 20px;
    opacity: 1;
}
@media (max-width: 991px) {
    .page-slider-wrapper {
        height: 64.4vw;
    }
    .page-thumbs-slider-wrapper {
        height: 8.75vw;
    }
    .page-thumbs-slider .item:after{
        border-color: #fff;
    }
    .page-thumbs-slider .slick-current:after{
        border-color: #FF0000;
    }
}
@media (max-width: 767px) {
    .page-thumbs-slider-wrapper {
        height: 13.85vw;
    }
}
@media (min-width: 992px){
    .page-slider-wrapper{
        height: 302px;
    }
    .page-thumbs-slider .slick-track{
        transform: none !important;
    }
    .page-thumbs-slider .slick-track{
        width: 570px !important;
    }
    .page-thumbs-slider .item{
        margin: 5px 7px 0 0 !important;
        width: 88px !important;
    }
}
@media (min-width: 1200px) {
    .page-slider-wrapper{
        height: 378px;
    }
    .page-slider-wrapper{
        padding-right: 2px;
    }
    .page-thumbs-slider .slick-track{
        width: 100% !important;
    }
    .page-thumbs-slider .item{
        margin: 8px 8px 0 0 !important;
        width: 88px !important;
    }
}

.object-aside-info .content{
    text-align: left;
    font-size: 13px;
}
.object-aside-info .content p{
    margin-bottom: 15px;
}

.portfolio-carousel-wrapper .slick-track{
    padding: 5px 0;
    display: flex;
    grid-gap:20px;
}
.portfolio-carousel-wrapper .slick-slide{
    height: auto ;
}
.portfolio-carousel-wrapper .element .title{
    min-height:46px;
}
@media(max-width:991px){
    .logo img {
        max-width: 240px;
    }
}

ul.aside-accordeon{
    padding-left: 0;
    list-style: none;
}
.aside-accordeon> li > ul {
    background: #fff;
    padding: 12px 12px 5px;
    list-style: none;
    font-family: Inter, sans-serif;
}
.aside-accordeon > li{
    overflow: hidden;
    margin-bottom: 15px;
    list-style: none;
    box-shadow: 0 4px 14px 0 var(--box-shadow);
}
.aside-accordeon > li > span.title {
    display: block;
    background: #fff;
    padding: 13px 40px 11px 12px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin: 0;
}
.aside-accordeon > li.active > span.title{
    border-bottom-color: #f1f1f1;
}
.aside-accordeon > li > .title .switch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}
.aside-accordeon > li > .title .switch:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 28px;
    right: 16px;
    border-left: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    transform: rotate(-45deg);
    transition: all 200ms ease-out;
}
.aside-accordeon > li.active > .title .switch:after{
    transform: rotate(135deg);
    top: 28px;
}
.aside-accordeon fieldset{
    border: none;
    margin: 0;
    padding: 0;
}
.filter-customcheck{
    position: relative;
    margin-bottom: 10px;
}
.aside-accordeon fieldset > div:first-of-type{
    margin-bottom: 10px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    color: #000;
    padding-top: 1px;
}
.filter-customcheck input[type=checkbox] + label:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0px;
    border: solid 2px #D8D8D8;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
    background: url(../images/filter-check.svg) 50% 50% no-repeat #EFEFEF;
    border: 1px solid #DDE8BA;
}
.filter-customcheck input[value="0"] + label{
    display: none;
}
.filter-customcheck.visible_0{
    display: none;
}
.aside-filters-title {
    padding: 15px 42px 17px 20px;
    background: #373737;
    position: relative;
    color: #ffffff;
    font-weight: bold;
}
.aside-filters-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 24px;
    background: #fff;
    margin-right: -6px;
    margin-top: -1px;
}
.aside-filters-title:after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    right: 24px;
    background: #fff;
    margin-top: -7px;
}
.aside-filters-block.active .aside-filters-title:after{
    display: none;
}

.mse2_number_inputs{
    margin: 0 -14px;
}
.aside #mse2_filters .mse2_number_slider {
    margin: 8px -14px 15px;
}
.aside .mse2_number_slider > span:first-of-type{
    margin-left: -1px !important;
}
.aside .ui-slider .ui-slider-handle{
    width: 1.5em;
    height: 1.5em;
    top: -0.4em;
}
.mse2_number_inputs .form-control{
    padding: 5px;
    border-radius: 5px;
}
.mse2_number_inputs .form-group .input-sm{
    width: 100%;
    margin-bottom: 12px;
    height: 38px;
}

.aside .ui-state-default,
.aside .ui-widget-content .ui-state-default,
.aside .ui-widget-header .ui-state-default,
.aside .ui-button,
.aside .ui-button.ui-state-disabled:hover,
.aside .ui-button.ui-state-disabled:active {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    cursor: pointer;
}
.aside .ui-state-active,
.aside .ui-widget-content .ui-state-active,
.aside .ui-widget-header .ui-state-active,
.aside a.ui-button:active,
.aside .ui-button:active,
.aside .ui-button.ui-state-active:hover{
    border: 1px solid var(--main-color);
    background: white;
}
.aside .ui-icon-background,
.aside .ui-state-active .ui-icon-background{
    border: 1px solid var(--main-color);
}
.reset-filters-btn{
    border: none;
    background: var(--main-color);
    color: #fff;
    width: 100%;
    padding: 8px;
    transition: 250ms;
}
.reset-filters-btn:hover{
    color: var(--gray);
    border: 1px solid var(--main-color);
    background: var(--white);
}
.reset-filters-btn img{
    margin-top: -3px;
}
.reset-filters-btn.hidden{
    display: none;
}

@media(max-width: 575px) {
    .aside-accordeon > li.active > .title .switch::after {
        top: 24px;
    }

    .aside-accordeon > li > .title .switch::after {
        top: 20px;
    }
}


@media(max-width: 991px){
    .aside-filters-block{
        margin: 0 0 50px;
    }
    .aside-filters-block-inner {
        display: none;
        border: 1px solid #ffffff;
        background: #fff;
        border-bottom: none;
        margin-top: 8px;
    }
    .aside-filters-block.active .aside-filters-block-inner {
        display: block;
    }
    .aside-accordeon > li > span.title{
        background: #f1f1f1;
    }

    .aside-accordeon > li > span.title{
        max-width: 100%;
    }

    .aside-accordeon > li > span:after{
        right: 5px;
    }
    .aside-accordeon > li {
        border-radius: 0;
        margin-bottom: 0;
    }
}
.news-list .element{
    margin-bottom: 40px;
}
.news-list .element .date{
    margin-bottom: 5px;
    color: #000;
}
.news-list .element .element-title{
    line-height: 1.5;
    margin-bottom: 12px;
}

.news-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 30px 0;
}
.news-list .element-img{
    aspect-ratio:1.5/1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-list .element:hover img{
    transform: scale(1.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.news-list .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.news-list .element:hover .element-title a{
    color:#1a8111;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.news-list .element{
    margin: 0;
    box-shadow: 0 0 10px 0px #00000038;
    position: relative;
    padding-bottom: 30px;

}

.news-list .element-text{
    padding: 20px;

}

.news-list .introtext{
    color: #666666;
    font-size: 15px;
    line-height: 19px;
}

.news-list .element-title{
    color: #222222;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.news-list .element-title a{
    color:#000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.news-list .element-title:after {
    background: #D5A967;
    content: '';
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 4px;
}

.news-list .element .date{
    color:#888;
}
.news-list .more{
    display: block;
    bottom: 20px;
    left: 20px;
    color: var(--main-color);
    position: absolute;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.news-list .more span{
    display:inline-block;
    padding-left: 2px;
    transition: all 200ms ease-out;
}
.news-list .element:hover .more span{
    padding-left: 6px;
    transition: all 200ms ease-out;
}
.new-template .main-column, .about-template .main-column, .services-template .main-column {
    display: flex;
}
.main-column-left{
    width: calc(100% - 400px);
    padding-right: 40px;
}
.services-template .main-column-left{
    padding-right: 0;
    padding-left: 40px;
}
.services-template .aside{
    width: 400px;
    padding: 0;
}
.aside-news{
    width: 400px;
    padding: 0;
}
.aside-title{
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    font-size: 25px;
}
.aside-news .inner{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.main-column-left .date{
    color: #fff;
    background: var(--main-color);
    position: absolute;
    font-family: Inter, sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 21px;
    top: 20px;
}
.main-column-left .img-wrap{
    position: relative;
}
.gallery-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 24px;
}
.gallery-wrapper .item{
    position: relative;
    overflow: hidden;
}
.gallery-wrapper .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 200ms ease-out;
}
.gallery-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: all 200ms ease-out;
}

.gallery-wrapper .item:hover .plus{
    opacity: 1;
    transition: all 200ms ease-out;
}
.gallery-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
    transition: all 200ms ease-out;
}
.gallery-wrapper .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.certificate-wrapper{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 20px;
}
.certificate-wrapper .img-wrapper{

}
.certificate-wrapper .item{
    position: relative;
    padding: 10px;
    border: 2px solid #dfdfdf;
    width: 100%;
    aspect-ratio: 1/1.38;
    display: flex;
    align-items: center;
}
.certificate-wrapper .plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificate-wrapper .plus svg{
    width: 50px;
    height: 50px;
    fill: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.certificate-wrapper .item:hover .plus{
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificate-wrapper .item:hover  .plus svg{
    transform: scale(1.3);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.about-template .img-wrap-2{
    margin: 0 auto 130px 200px;
    width: 700px;
    height: 460px;
    max-width: calc(100% - 200px);
}
.about-template .img-wrap-1{
    right: auto;
    left: 0;
    width: 370px;
    height: 380px;

}
.question-block .tg{
    width: auto;
    height: auto;
    display: flex !important;
    background: transparent !important;
    align-items: center;
}
.question-block .tg svg{
    display: inline-flex;
    margin-right: 10px;
    background: #37BFFD;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    fill: #fff;
    padding: 5px;
}
.question-block .tg .social-text{
    font-weight: normal;
    font-size: 20px;
}
.question-block .social-links{
    grid-gap: 20px;
    flex-wrap: wrap;
}
.question-block .social-links a{
    text-decoration: none;
}
.question-block .wa{
    width: auto;
    height: auto;
    display: flex !important;
    background: transparent !important;
    align-items: center;
}
.question-block .wa svg{
    display: inline-flex;
    margin-right: 10px;
    background: #50B154;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    fill: #fff;
    padding: 5px;
}
.question-block .wa .social-text{
    font-weight: normal;
    font-size: 20px;
}
.docs-wrapper .item{
    display: grid;
    grid-template-columns: 1fr 12px;
    grid-gap:22px;
    padding: 17px 22px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    align-items: center;
}
.docs-inner{
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 22px;
    align-items: center;
}
.doc-content .file{
    color:#000;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
}
.doc-content .file:hover{
    color:#068f18;
}
.docs-wrapper .download svg path{
    transition: all 200ms ease-out;
}
.docs-wrapper .download:hover svg path{
    fill:#068f18;
    transition: all 200ms ease-out;
}
.doc-icon{
    background-image:url(../images/docs.svg);
    width: 40px;
    height: 40px;
    background-position: 0 -84px;
}
.doc-icon.pdf{
    background-position: 0 0;
}
.doc-icon.docx,
.doc-icon.doc{
    background-position: -42px 0;
}
.doc-icon.xls,
.doc-icon.xl{
    background-position: -84px 0;
}
.doc-icon.rtf{
    background-position: 0 -42px;
}
.doc-icon.tiff{
    background-position: -84px -42px;
}
.doc-icon.txt {
    background-position: -42px -84px;
}
.doc-icon.bmp {
    background-position: -42px -126px;
}
.doc-icon.ppt {
    background-position: -84px -126px;
}


.services-list .element .element-title{
    line-height: normal;
    margin-bottom: 12px;
}

.services-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0;

}
.services-list .element-img{
    aspect-ratio:1.5/1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.services-list .element:hover img{
    transform: scale(1.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services-list .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: all 200ms ease-out;

}
.services-list .element:hover .element-title a{
    color:var(--main-color);
    transition: all 200ms ease-out;
}

.services-list .element{
    position: relative;
    padding-bottom: 40px;


}

.services-list .element-text{
    padding: 20px 20px 5px;
}

.services-list .introtext{
    color: #666666;
    font-size: 15px;
    line-height: 19px;
    display: block;
    bottom: 20px;
    left: 20px;
    position: absolute;
    font-weight: bold;
}
.services-list .element-title{
    color: #222222;
    font-weight: bold;
    position: relative;
    font-size: 20px;
}
.services-list .element-title a{
    color:#000;
    transition: all 200ms ease-out;
}
.services-list .more{
    display: block;
    bottom: 20px;
    right: 303px;
    color: var(--main-color);
    position: absolute;
    font-size: 15px;
    font-weight: bold;
}
.services-list .more span{
    display:inline-block;
    position: relative;
    right: 0;
    padding-left: 2px;
    transition: all 200ms ease-out;
}
.services-list .element:hover .more span{
    right: -6px;
    transition: all 200ms ease-out;
}
@media (max-width: 1259px) {
    .gallery-wrapper {
        grid-gap: 10px;
    }
}
@media (max-width: 991px) {
    .news-list{
        grid-template-columns: 1fr 1fr;
    }
    .main-column{
        flex-wrap: wrap;
    }
    .main-column-left{
        width: 100%;
        padding: 0;
    }
    .aside-news{
        width: 100%;
        margin-bottom: 50px;
    }
    .aside-news .inner{
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .about-template .content-images{
        padding-bottom: 0;
        margin-left: 0;
    }
    .services-list{
        grid-template-columns: 1fr 1fr;
    }
    .services-template .main-column-left{
        padding-left: 0;
    }
    .services-template .aside{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .news-list{
        padding: 20px 0;
    }
    .gallery-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .aside-news .inner{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .about-template .img-wrap-2{
        margin: 0;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .about-template .img-wrap-1{
        width: auto;
        height: auto;
    }
    .about-template .content-images

    {
        margin-bottom: 30px;
    }
}
@media (max-width: 630px) {
    .services-list{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .news-list{
        grid-template-columns: 1fr;
    }
    .news-list .element-img{
        aspect-ratio: 2/1;
    }
    .gallery-wrapper {
        grid-gap: 10px;
    }
    .certificate-wrapper{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 460px) {
    .aside-news .title a{
        font-size: 13px;
    }
    .question-block .social-links .social-text{
        display: none;
    }
    .question-block .social-links{
        grid-gap: 0;
    }
    .question-block .tg svg{
        margin-right: 0;
    }
}

@media (min-width: 768px){
    .simplefilter ul {
        display: block !important;
    }
}
.aside-menu {
    margin-bottom: 30px;
    transition: all 200ms ease;
}

.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 15px 36px 15px 15px;
    font-size: 15px;
    background: #fff;
    line-height: 1.3;
    border-bottom: 1px solid #f9f9f9;
}
.aside-menu li:hover>a,
.aside-menu .open>a,
.aside-menu .active>a {
    color: var(--main-color) !important;
}
.aside-menu>ul{
    list-style: none;
    padding: 0;
}
.aside-menu>ul ul {
    display: none;
    list-style: none;
    padding: 0;
}

.aside-menu .active>ul {
    display: block;
}

.aside-menu>ul li {
    position: relative;
    border-bottom: 1px solid #cccccc54;
}

.aside-menu>ul .dropdown-button {
    height: 53px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.aside-menu>ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    right: 21px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    transform: rotate(45deg);
    transition: all 200ms ease-out;
}

.aside-menu>ul .dropdown-button.active:after {
    transform: rotate(225deg);
    top: 24px;
}

.aside-menu>ul ul .dropdown-button {
    height: 37px;
}

.aside-menu>ul ul .dropdown-button:after {
    top: 12px;
}

.aside-menu>ul ul .dropdown-button.active:after,
.aside-menu>ul ul .active>a+.dropdown-button:after,
.aside-menu>ul ul .open>a+.dropdown-button:after {
    top: 16px;
}

.aside-menu ul ul a {
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}

.aside-menu ul ul>li>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 17px;
    left: 15px;
    background: #D5D5D5;
}

.aside-menu ul ul ul a {
    padding: 8px 36px 8px 30px;
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
    display: none;
}

.aside-menu ul ul ul ul a {
    padding: 8px 36px 8px 40px;
}

.aside-menu ul ul ul ul ul a {
    padding: 8px 36px 8px 50px;
}

.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #1a8111;
    position: relative;
    color: #fff;
}

.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    transform: rotate(45deg);
    transition: all 200ms ease-out;
}

.active .aside-menu-title:after {
    transform: rotate(-135deg);
    margin-top: -3px;
}

@media (max-width: 991px) {
    .aside-menu>ul {
        display: none;
    }
    .aside-menu.active>ul {
        display: block;
    }
    .aside {
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}

@media (min-width: 992px) {
    .aside-menu>ul>li.active>a {
        color: #fff !important;
        background-color: #D5A967  !important;
        border-color: #D5A967  !important;
    }
    .aside-menu>ul>li.active>.dropdown-button:after {
        border-color: #fff;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

table tr:nth-child(odd) {
    background: #F5F5F5;
}

table td,
table th {
    padding: 14px 20px;
    font-size: 14px;
    border-left: 1px solid #F5F5F5;
    vertical-align: middle;
    color: #5F5F5F;
}

table th {
    color: #1a8111;
    background: #f5f5f5;
    font-weight: bold;
}

table td:first-child,
table th:first-child {
    border-left: none;
}

table .separate td {
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}

@media (max-width: 767px) {
    table td,
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}


/* reviews-type1 */


.template-section-title span {
    font-weight: 600;
}
.reviews-type1-section{
    position: relative;
}
.reviews-section-object{
    display: none;
}
@media(min-width: 1800px){
    .reviews-section-object{
        display: block;
        position: absolute;
    }
}
.reviews-type1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.reviews-type1 .item{
    display: flex;
    height: 100%;
    flex-direction: column;
}
.reviews-type1 .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*margin-bottom: 30px;*/
    justify-content: space-between;
    flex: 0 0 130px;
}
.reviews-type1 .item-header .item-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.reviews-type1 .item-header .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-type1 .item-header-info{
    width: calc(100% - 100px);
}
.reviews-type1 .item-header-info .item-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.reviews-type1 .item-rating svg{
    width: 20px;
    height: 20px;
    margin-right: 3px;
    fill: #ccc;
}
.reviews-type1 .item-rating.rating1 > span:nth-of-type(1) svg{
    fill:#FAC917;
}
.reviews-type1 .item-rating.rating2 > span:nth-of-type(1) svg,
.reviews-type1 .item-rating.rating2 > span:nth-of-type(2) svg{
    fill:#FAC917;
}
.reviews-type1 .item-rating.rating3 > span:nth-of-type(1) svg,
.reviews-type1 .item-rating.rating3 > span:nth-of-type(2) svg,
.reviews-type1 .item-rating.rating3 > span:nth-of-type(3) svg{
    fill:#FAC917;
}
.reviews-type1 .item-rating.rating4 > span:nth-of-type(1) svg,
.reviews-type1 .item-rating.rating4 > span:nth-of-type(2) svg,
.reviews-type1 .item-rating.rating4 > span:nth-of-type(3) svg,
.reviews-type1 .item-rating.rating4 > span:nth-of-type(4) svg{
    fill:#FAC917;
}
.reviews-type1 .item-rating.rating5 > span:nth-of-type(1) svg,
.reviews-type1 .item-rating.rating5 > span:nth-of-type(2) svg,
.reviews-type1 .item-rating.rating5 > span:nth-of-type(3) svg,
.reviews-type1 .item-rating.rating5 > span:nth-of-type(4) svg,
.reviews-type1 .item-rating.rating5 > span:nth-of-type(5) svg{
    fill:#FAC917;
}

.reviews-type1 .item-body{
    position: relative;
    background: #F5F5F5;
    padding: 30px;
    border-radius: 5px;
    flex: 1 0 130px;
}
.reviews-type1 .item-body:before {
    content: "";
    position: absolute;
    left: 89px;
    top: -37px;
    border-left: 1px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 57px solid whitesmoke;
    transform: rotate(-45deg);
}
.reviews-type1 .item-body-text{
    position: relative;
    background: #F5F5F5;
    font-size: 14px;
    line-height: 1.8;
    z-index: 10;
}


.reviews-type1-section .carousel-wrapper{
    position: relative;
}
.reviews-type1-section .carousel-inner{
    width: 100%;
    overflow: hidden;
}
.reviews-type1-section .slick-prev {
    left: auto;
    right: 60px;
    top: -53px;
    border: 1px solid #ddd;
}
.reviews-type1-section .slick-next {
    right: 0;
    top: -53px;
    border: 1px solid #ddd;
}
.reviews-type1-section .slick-prev:hover,
.reviews-type1-section .slick-prev:active,
.reviews-type1-section .slick-next:hover,
.reviews-type1-section .slick-next:active{
    background: #1a8111;
    border-color: #1a8111;
}
.reviews-type1-section .slick-prev:hover:after,
.reviews-type1-section .slick-prev:active:after,
.reviews-type1-section .slick-next:hover:after,
.reviews-type1-section .slick-next:active:after{
    border-color: #fff;
}
.reviews-type1.reviews-type1-carousel{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews-type1.reviews-type1-carousel > div{
    display: none;
}
.reviews-type1.reviews-type1-carousel.slick-slider > div{
    display: block;
}
.reviews-type1.reviews-type1-carousel .item{
    margin-left: 15px;
    margin-right: 15px;
}
.reviews-type1-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.reviews-type1-carousel .slick-slide {
    height: inherit;
}
.reviews-type1-section .title-border{
    text-align: left;
}
.reviews-type1-section .title-border.trasnparent .txt{
    padding-left: 0;
}

@media(max-width: 767px){
    .reviews-type1-section .slick-prev,
    .reviews-type1-section .slick-next{
        top: auto;
        right: auto;
        bottom: -80px;
    }
    .reviews-type1-section .slick-prev{
        left: calc(50% - 55px);
    }
    .reviews-type1-section .slick-next{
        left: calc(50% + 5px);
    }
    .reviews-type1-section .carousel-wrapper{
        padding-top: 40px;
    }
    .reviews-type1-section .title-border{
        text-align: center;
        margin-bottom: 0px;
    }
    .reviews-type1-section .title-border.trasnparent .txt{
        padding-left: 20px;
    }
    .reviews-type1-section .carousel-wrapper{
        padding-top: 0;
        margin-bottom: 40px;
    }
}
/* /. reviews-type1 */

/* BRANDS SECTION */

.brands-section {
    background: #fff;
    padding: 15px 0 10px;
}

.brands-section>.container>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.logotype {
    border: 1px solid #ebebeb;
    margin: 0px 0 10px;
    background: #fff;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.logotype img {
    opacity: 0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.logotype:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-color: #fff;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.logotype:hover img{
    opacity: 1;
}

.logotype .inner {
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-section .title-h2{
    font-weight:normal;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
}
.title-h2.line:before{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 30px;
    top: 0;
    left: 0;
    background: #8A9C75;
}
.title-h2.line:after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
    background: #8A9C75;
}

/* /. BRANDS SECTION */
