@color-1: #85bc00;
@color-2: #1f272f;

@bg: #f8f9fb;
@b-color: #e6e6e6;
@border: 1px solid @b-color;

@text: #1f272f;
@text-p: #818181;
@w: #fff;

@font-1: 'Montserrat', 'Arial', sans-serif;
@font-2: 'Golos Text', 'Arial', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.clearfix:after{
	content: "";
	clear: both;
	display: table;
}

//ОБЩИЕ СТИЛИ
body{
    color: @text;
    background: #ffffff;
    font-size: clamp(0.75rem, calc(0.3rem + 0.8vw), 1rem);
    --font-size: clamp(0.75rem, calc(0.3rem + 0.8vw), 1rem);
    line-height: normal;
    font-family: @font-2;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
.miniature{
    background: @bg;
    overflow: hidden;
        
    iframe,
    video,
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.miniature-hover{
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    
    &::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='11' cy='11' r='8'%3e%3c/circle%3e%3cline x1='21' y1='21' x2='16.65' y2='16.65'%3e%3c/line%3e%3cline x1='11' y1='8' x2='11' y2='14'%3e%3c/line%3e%3cline x1='8' y1='11' x2='14' y2='11'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
        opacity: 0;
        transition: 0.3s all;
        z-index: 3;
    }
    &:hover{
        &::before{
            opacity: 1;
        }
    }
}

.container{
    width: 1300px;
    margin: 0 auto;
    
    @media(max-width: 1360px){
        width: auto;
        margin: 0 70px;
    }
    @media(max-width: 1200px){
        margin: 0 50px;
    }
    @media(max-width: 1000px){
        margin: 0 30px;
    }
    @media(max-width: 700px){
        margin: 0 20px;
    }
}
.container-min{
    width: 1000px;
    margin: 0 auto;
    
    @media(max-width: 1200px){
        width: auto;
        margin: 0 30px;
    }
    @media(max-width: 700px){
        margin: 0 20px;
    }
}

.flex_block{
    width: 100%;
    flex-flow: row wrap;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    list-style: none;
	box-sizing: border-box;
}

.title-bold,
.descr-modal,
p, li{
    line-height: 150%;
    margin: 0;
    color: @text-p;
}

a{
    color: @text;
    transition: 0.3s all;
    
    &:hover{
        color: @color-1;
    }
}

.link-disable{
    pointer-events: none;
    cursor: default;
}

ul{
    margin: 0;
    padding: 0;
    
    li{
        list-style: none;
    }
}


.title-big{
    font-size: clamp(1.63rem, calc(0.05rem + 3.5vw), 5rem);
    --font-size: clamp(1.63rem, calc(0.05rem + 3.5vw), 5rem);
    line-height: 110%;
    font-weight: 600;
    font-family: @font-1;
    margin-bottom: 40px;
    margin-left: -4px;
    text-transform: uppercase;
    letter-spacing: -2px;
    
    @media(max-width: 900px){
        margin-left: 0;
    }
    h1, h2{
        font-size: clamp(1.63rem, calc(0.05rem + 3.5vw), 5rem);
        --font-size: clamp(1.63rem, calc(0.05rem + 3.5vw), 5rem);
        line-height: 110%;
        font-weight: 600;
        margin: 0;
        
        @media(max-width: 1300px){
            letter-spacing: normal;
        }
    }
}
.content-title{
    font-size: clamp(1.63rem, calc(0.05rem + 2.7vw), 2.7rem);
    --font-size: clamp(1.63rem, calc(0.05rem + 2.7vw), 2.7rem);
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
    font-family: @font-1;
    text-transform: uppercase;
    letter-spacing: -2px;
    
    @media(max-width: 1000px){
        margin-bottom: 20px;
        letter-spacing: -1px;
    }
    h1, h2{
        font-size: clamp(1.63rem, calc(0.05rem + 2.7vw), 2.7rem);
        --font-size: clamp(1.63rem, calc(0.05rem + 2.7vw), 2.7rem);
        line-height: 110%;
        font-weight: 600;
        margin: 0;
    }
    b{
        color: @color-1;
        font-weight: 600;
    }
}
.title-cont{
    margin-bottom: 40px;

    @media(max-width: 1000px){
        margin-bottom: 20px;
    }
    .content-title{
        margin-bottom: 0;
    }
}
br{
    @media(max-width: 800px){
        display: none;
    }
}

.title-modal,
.title-block{
    font-family: @font-1;
    font-size: clamp(0.88rem, calc(0.43rem + 0.8vw), 1.4rem);
    --font-size: clamp(0.88rem, calc(0.43rem + 0.8vw), 1.4rem);
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.5px;

    h3, h2{
        font-size: clamp(0.88rem, calc(0.43rem + 0.8vw), 1.4rem);
        --font-size: clamp(0.88rem, calc(0.43rem + 0.8vw), 1.4rem);
        margin: 0;
        font-weight: 600;
    }
}
 
.title-bold{
    font-weight: bold;
    margin-bottom: 10px;
    color: @text;
}

.title-decor{
    font-family: @font-1;
    font-weight: 500;
    margin-bottom: 40px;
    color: @color-1;
    
    @media(max-width: 1300px){
        margin-bottom: 15px;
    }
}

.btn{
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: text-top;
    box-sizing: border-box;
    transition: 0.3s all;
    
    padding: 18px 40px;
    padding-top: 14px;
    background: @color-1;
    color: @w;
    
    @media(max-width: 800px){
        width: 100%;
    }
    &:hover{
        color: @w;
        background: @text;
    }
}

.btn-border{
    padding: 17px 39px;
    padding-top: 13px;
    border: 1px solid @text;
    background: transparent;
    color: @text;
}

.btn-min{
    padding: 13px 20px;
    padding-top: 12px;
}

//слайдер
.swiper{
    .swiper-wrapper{
        align-content: flex-start;
        list-style: none;
    }
}
.slider-cont{
    position: relative;
}
.slider-nav-item{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    background-color: @w;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid @text;
    
    &:hover{
        opacity: 0.5;
    }
    @media(max-width: 1280px){
        width: 30px;
        height: 30px;
    }
}
.slider-prev{
    left: -60px;
    background: @bg url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M15 18l-6-6 6-6'/%3e%3c/svg%3e") no-repeat 50% 50%;
    
    @media(max-width: 1280px){
        left: -15px;
    }
}
.slider-next{
    right: -60px;
    background: @bg url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e") no-repeat 55% 50%;
    
    @media(max-width: 1280px){
        right: -15px;
    }
}
.nav-cont{
    .slider-nav-item{
        position: static;
        display: inline-block;
        vertical-align: text-top;
        margin: 0;
        margin-left: 5px;
    }
}
.swiper-slide{
    display: block;
    height: auto !important;
}
.swiper-pagination{
    position: absolute;
    right: 200px;
    bottom: 30px !important;
    height: auto;
    padding: 5px 10px;
    padding-bottom: 6px;
    border-radius: 20px;
    background: @bg;
    display: inline-block;
    width: auto !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, 0) !important;
}
//слайдер

.modal-smg_boby{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: none;
    
    .modal-smg_boby-content{
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        align-content: center;
        justify-content: center;
        
        .modal-smg{
            width: 500px;
            position: relative;
            background-color: @w;
            z-index: 2;
            box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            max-height: 80vh;
            overflow: auto;
            
            @media(max-width: 800px){
                width: auto;
                margin: 0 20px;
            }
            input{
                width: 100%;
                margin-bottom: 15px;
            }
            .form-item{
                background: @bg;
            }
            .form-big-lists .form-item .radio-item span::before{
                background: @w;
            }
        }
            
        .modal-smg_container{
            padding: 50px 30px;
        }
        
        .title-modal{
            margin-bottom: 10px;
        }
        .descr-modal{
            margin-bottom: 20px;
        }
        .btn{
            width: 100%;
        }
    }
    .close-smg_boby{
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.5s all;
    }
}
.modal-smg-thanks{
    .modal-smg{
        width: 400px !important;
        
        @media(max-width: 800px){
            width: auto !important;
            margin: 0 20px;
        }
        .thanks-content{
            text-align: center;

            .icon-ok{
                margin: 0 auto;
                margin-bottom: 15px;
                width: 80px;
                height: 80px;
                border-radius: 50%;
                background: @color-1 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e") no-repeat 50% 50%;
            }
            .descr-modal{
                margin-bottom: 0;
            }
        }
    }
}

#videoModal{
    .modal-smg_boby-content{
        .modal-smg{
            width: 60%;
            overflow: hidden;

            @media(max-width: 1100px){
                width: 100%;
            }
            .modal-smg_container{
                padding: 0;
                background: #000;

                iframe{
                    aspect-ratio: 16 / 9;
                    width: 100%;
                    height: auto;
                    vertical-align: bottom;
                    outline: none;
                    border: none;
                }
                .close--modal-smg{
                    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                }
            }
        }
    }
}

.close--modal-smg{
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 30px;
    height: 30px;
    display: block;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
    cursor: pointer;
    
    &:hover{
        opacity: 0.3;
    }
}


.socials{
    padding: 0;
    margin: 0;
    
    .soc-item{
        display: inline-block;
        vertical-align: text-top;
        text-decoration: none;
        width: 40px;
        height: 40px;
        background: @color-1;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px;
        transition: 0.3s all;
        margin-right: 5px;

        @media(max-width: 1000px){
            width: 30px;
            height: 30px;
        }
        &:last-child{
            margin-right: 0;
        }
        &:hover{
            background-color: @color-1;
        }
    }
    .dz{
        background-image: url('../img/dzen.svg');
        background-color: #556779;
        background-size: 30px;

    }
    .ru{
        background-image: url('../img/rutube.svg');
        background-color: #ED143B;

    }
    .wa{
        background-image: url('../img/whatsapp.svg');
        background-color: #6cd96c;

    }
    .tg{
        background-image: url('../img/telegram_app.svg');
        background-color: #61c7f5;
    }
    .vk{
        background-image: url('../img/vk.svg');
        background-color: #0077ff;
    }
    .max{
        background-image: url('../img/max.svg');
        background-color: #161f8a;
    }
    .copy{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='butt' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3E%3C/path%3E%3C/svg%3E");
        background-color: @text;
    }
}

form{
    select,
    textarea,
    input {
        box-sizing: border-box;
        background: #fff;
        border: @border;
        padding: 13px 30px 18px;
        transition: 0.3s all;
        outline: none;
        border-radius: 5px;
        font: inherit;

        @media(max-width: 800px) {
            width: 100%;
            margin-right: 0;
        }
        &:nth-child(2n) {
            margin-right: 0;
        }
        &:focus {
            border-color: @color-1;

            &::-webkit-input-placeholder { opacity: 0 }
            &::-moz-placeholder          { opacity: 0 }
            &:-moz-placeholder           { opacity: 0 }
            &:-ms-input-placeholder      { opacity: 0 }
        }
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url('data:image/svg+xml;utf8,<svg fill="black" height="14" viewBox="0 0 24 24" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
        background-size: 12px;
        padding-right: 40px;
    }
    textarea{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        min-height: 75px;
        height: 75px;
        margin-right: 0;

        @media(max-width: 800px){
            height: 120px;
        }
    }
    
    .polit-form{
        display: block;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 20px;
        
        input{
            display: none !important;

            &:checked ~ .checkmark {
                &::before{
                    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: 12px;
                }
            }
        }

        .checkmark{
            padding-left: 20px;
            display: block;
            position: relative;
            font-size: 11px;
            line-height: 14px;
            
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 0.5px;
                width: 12px;
                height: 12px;
                background: rgba(0, 0, 0, 0.2);
                border-radius: 2px;
                transition: 0.1s all;
                cursor: pointer;
            }
        }
    }
}

.contacts-list{
    padding: 0;
    margin: 0;
    
    li{
        margin-bottom: 10px;
        list-style: none;
        
        &:last-child{
            margin-bottom: 0;
        }
    }
        
    .ct--inner{
        display: inline-block;
        position: relative;
        text-decoration: none;
        transition: 0.3s all;
    }
    .title-block{
        margin: 0;
    }
    .content-title{
        margin: 0;
        margin-bottom: 10px;
    }
}



.cont-two{
    .cont-left{
        width: calc(~'33.333% - 15px');
        box-sizing: border-box;
        margin-right: 30px;
        
        @media(max-width: 1000px){
            width: 100%;
            padding-right: 0;
            margin-right: 0;
            margin-bottom: 20px;
        }
    }
    .cont-right{
        width: calc(~'66.666% - 15px');
        box-sizing: border-box;
        
        @media(max-width: 1000px){
            width: 100%;
        }
    }
}
.cont-two-right{
    .cont-left{
        width: calc(~'66.666% - 15px');
        
        @media(max-width: 1000px){
            width: 100%;
        }
    }
    .cont-right{
        width: calc(~'33.333% - 15px');
        margin-right: 0;
        
        @media(max-width: 1000px){
            width: 100%;
        }
    }
}

.two-item{
    box-sizing: border-box;
    width: calc(~'50% - 10px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 900px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(2n){
        margin-right: 0;
    }
    &:nth-child(-n+2){
        margin-top: 0;
        
        @media(max-width: 900px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 900px){
            margin-top: 0;
        }
    }
}
.three-item{
    box-sizing: border-box;
    width: calc(~'33.333% - 13.5px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 1000px){
        width: calc(~'50% - 10px');
    }
    @media(max-width: 700px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(3n){
        margin-right: 0;
        
        @media(max-width: 1000px){
            margin-right: 20px;
        }
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(2n){
        @media(max-width: 1000px){
            margin-right: 0;
        }
    }
    &:nth-child(-n+3){
        margin-top: 0;
        
        @media(max-width: 1000px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 1000px){
            margin-top: 0;
        }
        @media(max-width: 700px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 700px){
            margin-top: 0;
        }
    }
}
.four-item{
    box-sizing: border-box;
    width: calc(~'25% - 15px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 1200px){
        width: calc(~'33.3333% - 14px');
    }
    @media(max-width: 900px){
        width: calc(~'50% - 10px');
    }
    @media(max-width: 700px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(4n){
        margin-right: 0;
        
        @media(max-width: 1200px){
            margin-right: 20px;
        }
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(3n){
        @media(max-width: 1200px){
            margin-right: 0;
        }
        @media(max-width: 900px){
            margin-right: 20px;
        }
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(2n){
        @media(max-width: 900px){
            margin-right: 0;
        }
    }
    &:nth-child(-n+4){
        margin-top: 0;
        
        @media(max-width: 1200px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+3){
        @media(max-width: 1200px){
            margin-top: 0;
        }
        @media(max-width: 900px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 900px){
            margin-top: 0;
        }
        @media(max-width: 700px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 700px){
            margin-top: 0;
        }
    }
}
.five-item{
    box-sizing: border-box;
    width: calc(~'20% - 16px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 1300px){
        width: calc(~'25% - 15px');
    }
    @media(max-width: 1200px){
        width: calc(~'33.3333% - 14px');
    }
    @media(max-width: 900px){
        width: calc(~'50% - 10px');
    }
    @media(max-width: 700px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(5n){
        margin-right: 0;
        
        @media(max-width: 1300px){
            margin-right: 20px;
        }
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(4n){
        @media(max-width: 1300px){
            margin-right: 0;
        }
        @media(max-width: 1200px){
            margin-right: 20px;
        }
    }
    &:nth-child(3n){
        @media(max-width: 1200px){
            margin-right: 0;
        }
        @media(max-width: 900px){
            margin-right: 20px;
        }
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(2n){
        @media(max-width: 900px){
            margin-right: 0;
        }
    }
    
    &:nth-child(-n+5){
        margin-top: 0;
        
        @media(max-width: 1300px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+4){
        @media(max-width: 1300px){
            margin-top: 0;
        }
        @media(max-width: 1200px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+3){
        @media(max-width: 1200px){
            margin-top: 0;
        }
        @media(max-width: 900px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 900px){
            margin-top: 0;
        }
        @media(max-width: 700px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 700px){
            margin-top: 0;
        }
    }
}


.icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: text-top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

//ОБЩИЕ СТИЛИ

.phone-hidden {
    position: relative;
    color: transparent;
    cursor: pointer;

    &::before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, #fff 10%, rgba(0, 0, 0, 0));
        transition: 0.3s all;
    }
}

.head-smg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    transition: 0.3s all;
    
    .flex_block{
        align-items: center;
        justify-content: space-between;
    }
    .head-top{
        padding: 10px 0;
        background: @text;

        .logo{
            display: block;
            width: 165px;
            height: 40px;
            background: url('../img/logo-white.svg') no-repeat 0 50%;
            background-size: contain;
            
            @media(max-width: 500px){
                width: 120px;
            }
            @media(max-width: 400px){
                width: 100px;
            }
            @media(max-width: 350px){
                width: 100px;
            }
        }
        .socials{
            .soc-item{
                background-color: @bg;
            }
            .wa{
                background-image: url('../img/whatsapp-black.svg');

                &:hover{
                    background-color: #6cd96c;
                    background-image: url('../img/whatsapp.svg');
                }
            }
            .tg{
                background-image: url('../img/telegram_app-black.svg');

                &:hover{
                    background-color: #61c7f5;
                    background-image: url('../img/telegram_app.svg');
                }
            }
            .vk{
                background-image: url('../img/vk-black.svg');

                &:hover{
                    background-color: #0077ff;
                    background-image: url('../img/vk.svg');
                }
            }
            .max{
                background-image: url('../img/max-black.svg');

                &:hover{
                    background-image: url('../img/max.svg');
                    background-color: #161f8a;
                }
            }
            .ru{
                background-image: url('../img/rutube-black.svg');

                &:hover{
                    background-color: #ED143B;
                    background-image: url('../img/rutube.svg');
                }
            }
            .dz{
                background-image: url('../img/dzen-black.svg');

                &:hover{
                    background-color: #556779;
                    background-image: url('../img/dzen.svg');
                }
            }
        }
    }
    .head-bottom{
        .head-bottom-cont{
            border-bottom: 1px solid @w;
            
            @media(max-width: 1000px){
                padding: 10px 0;
            }
        }
        .head-right{
            .phone{
                display: inline-block;
                vertical-align: middle;
                text-decoration: none;
                color: @w;
                margin-bottom: 0;
                margin-right: 20px;
                
                @media(max-width: 1280px){
                    width: 40px;
                    height: 40px;
                    background: @color-1 url('../img/phone-white.svg') no-repeat 50% 50%;
                    background-size: 20px;
                    border-radius: 50%;
                    font-size: 0;
                    margin-right: 0;
                }
            }
            .cart-btn{
                width: 40px;
                height: 40px;
                background: @color-1;
                border-radius: 50%;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                margin-left: 5px;
                
                &:hover{
                    background-color: @text;
                }
                span{
                    padding: 0 5px;
                    border-radius: 20px;
                    display: block;
                    text-align: center;
                    background: @w;
                    font-size: 12px;
                    line-height: 19px;
                    font-weight: 500;
                    color: @text;
                    z-index: 2;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }
                &::before{
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' id='Shopping-Cart-1--Streamline-Core' height='18' width='18'%3E%3Cdesc%3E Shopping Cart 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='shopping-cart-1--shopping-cart-checkout'%3E%3Cpath id='Union' fill='%23fff' fill-rule='evenodd' d='M3.84372 0.752707c-0.03848 -0.38327 -0.36105 -0.6750703 -0.74625 -0.6750703H0.769897c-0.414213 0 -0.7499995 0.3357863 -0.7499995 0.7500003 0 0.414213 0.3357865 0.750003 0.7499995 0.750003H2.41901l0.25161 2.50591c-0.00009 0.01752 0.00074 0.03511 0.00251 0.05271l0.48225 4.79481c0.00084 0.00833 0.00189 0.01665 0.00314 0.02493 0.05175 0.34123 0.22508 0.65227 0.48805 0.87579 0.26218 0.22281 0.59585 0.34371 0.93986 0.34061h5.85137c0.3071 0.0129 0.6104 -0.0734 0.8648 -0.2464 0.2584 -0.17571 0.4522 -0.43118 0.5518 -0.72737l0.0005 -0.00157 1.2383 -3.72412 0.0003 -0.00117c0.071 -0.21521 0.0898 -0.44419 0.055 -0.6681 -0.0347 -0.22312 -0.1217 -0.43484 -0.2539 -0.61788 -0.1384 -0.19417 -0.3231 -0.35069 -0.5374 -0.45534 -0.2113 -0.10319 -0.4447 -0.15269 -0.6795 -0.14422H4.12823L3.84372 0.752707ZM11.4249 12.8221c0 -0.6505 -0.5273 -1.1778 -1.1778 -1.1778 -0.65055 0 -1.1779 0.5273 -1.1779 1.1778S9.59655 14 10.2471 14c0.6505 0 1.1778 -0.5274 1.1778 -1.1779Zm-6.32383 -1.1778c0.65051 0 1.17785 0.5273 1.17785 1.1778S5.75158 14 5.10107 14c-0.65052 0 -1.17786 -0.5274 -1.17786 -1.1779s0.52734 -1.1778 1.17786 -1.1778Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
                }
            }
        }
    }
}
.head-smg-fixed{
    transform: translate(0, -60px);
    background: @w;
    border-bottom: 1px solid #f7f7f7;

    .menu-smg ul li a{
        color: @text;
    }
    .menu-smg ul a.active{
        color: @color-1;
    }
    .head-bottom .head-right .phone{
        color: @text;
    }
    .menu-smg .menu-underline{
        background: @text;
    }
    .menu-smg{
        .menu-animate-mobile{
            @media(max-width: 1000px){
                top: 110px;
            }
        }
    }
    .head-bottom{
        .head-bottom-cont{
            padding: 0;
            border-color: transparent;
            
            @media(max-width: 1000px){
                padding: 5px 0;
            }
        }
    }
    .head-bottom .head-right .socials{
        .wa{
            background: @bg url('../img/whatsapp-black.svg') no-repeat center center;
            background-size: 60%;
            
            &:hover{
                background: #6cd96c url('../img/whatsapp.svg') no-repeat center center;
                background-size: 60%;
            }
        }
        .tg{
            background: @bg url('../img/telegram_app-black.svg') no-repeat center center;
            background-size: 60%;

            &:hover{
                background: #61c7f5 url('../img/telegram_app.svg') no-repeat center center;
                background-size: 60%;
            }
        }
    }
}

.menu-smg{
    position: relative;
    
    .btn-menu{
        display: none;
        text-decoration: none;
        text-align: center;
        color: #fff;
        background: @color-1;

        @media(max-width: 1000px){
            display: block;
            border-radius: 5px;
        }
        .icon-menu{
            display: inline-block;
            vertical-align: middle;
            padding: 8px;
            padding-top: 9px;
            border-radius: 50%;
            height: 23px;
            width: 25px;
            position: relative;

            span{
                display: block;
                width: 25px;
                height: 2px;
                background: #fff;
                margin: 4px 0;
                transition: 0.3s all;
            }
        }
        .title-menu{
            font-size: 13px;
            display: inline-block;
            vertical-align: middle;
            padding-right: 10px;
            position: relative;
            top: -1px;
        }
    }
    .active{
        .icon-menu{
            span{
                position: absolute;

                &:nth-child(1){
                    transform: rotate(45deg);
                    top: 15px;
                }
                &:nth-child(2){
                    opacity: 0;
                }
                &:nth-child(3){
                    transform: rotate(-45deg);
                    top: 15px;
                }
            }
        }
    }
    .menu-animate-mobile{
        @media(max-width: 1000px){
            display: none;
            position: fixed;
            top: 120px;
            background: @text;
            padding: 40px 30px;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            z-index: 20;
        }
        @media(max-width: 700px){
            padding: 40px 20px;
        }
    }
    ul{
        li{
            list-style: none;
            display: inline-block;
            vertical-align: text-top;
            position: relative;
            margin-right: 25px;

            @media(max-width: 1400px){
                margin-right: 20px;
            }
            @media(max-width: 1000px){
                display: block;
            }
            &:last-child{
                margin-right: 0;
            }
            a{
                display: block;
                text-decoration: none;
                padding: 30px 0;
                transition: 0.3s all;
                color: @w;
                position: relative;
                font-weight: 500;

                @media(max-width: 1000px){
                    padding: 10px 0;
                    color: #fff !important;
                }
                &:hover{
                    color: @color-1;
                }
            }
            ul{
                position: absolute;
                width: 300px;
                background: @w;
                padding: 30px;
                top: 60px;
                display: none;
                
                @media(max-width: 1000px){
                    width: 100%;
                    left: 0;
                    right: 0;
                    top: 39px;
                    z-index: 3;
                }
                li{
                    display: block;
                    
                    a{
                        padding: 10px 0;
                        color: @text !important;
                        
                        &:hover{
                            color: @color-1 !important;
                        }
                    }
                }
            }
            &:hover > ul{
                display: block;
            }
        }
        .active{
            color: @color-1;
        }
        .current-menu-item{
            a{
                color: @color-1;
            }
        }
    }
    .menu-underline{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        background: @w;
        transition: 0.3s all;
        z-index: 2;
        
        @media(max-width: 1280px){
            display: none;
        }
    }
}

.intro{
    padding-top: 80px;
    position: relative;
    background: @bg;
    color: @w;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    min-height: 700px;

    .text{
        position: relative;
        z-index: 2;
        
        @media(max-width: 800px){
            padding-right: 0;
        }
        .title-big{
            margin-bottom: 0;
        }
    }
    
    .cont-two{
        padding-top: 40px;
        
        @media(max-width: 1000px){
            padding-top: 20px;
        }
    }
    p{
        color: @w;
    }
    .cont-left{
        padding-top: 40px;
        padding-right: 40px;
        
        @media(max-width: 1000px){
            padding-top: 0;
            padding-right: 0;
        }
    }
    .features-intro{
        .ft-item{
            width: calc(~'33.333% - 13.5px');
            box-sizing: border-box;
            margin-right: 20px;
            border-top: 2px solid @w;
            padding-top: 40px;

            @media(max-width: 1000px){
                padding-top: 20px;
            }
            &:nth-child(3n){
                margin-right: 0;
            }
            p{
                display: inline-block;
                vertical-align: text-top;
            }
        }
    }
    .btn{
        margin-top: 40px;
    }
    .miniature{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: #000;
        background: @text;

        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
        }
    }
}

section{
    padding-top: 150px;
    padding-bottom: 150px;
    
    @media(max-width: 1300px){
        padding-top: 100px;
        padding-bottom: 100px;
    }
    @media(max-width: 800px){
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.big-form{
    background: #eff1f5;

    .cont-left{
        .linear-decor{
            margin-bottom: 20px;
            border-color: @color-1;

            &::before{
                background-color: @color-1;
            }
        }
        .descr{
            width: 60%;
            
            @media(max-width: 900px){
                width: 100%;
            }
        }
        .miniature{
            aspect-ratio: 10 / 5;
            background: url('../img/bg-big-form-bottom.png') no-repeat left bottom;
            background-size: contain;
            margin-top: 30px;
            margin-left: -30px;
            
            @media(max-width: 1000px){
                margin-left: 0;
            }
        }
    }
}

.form-big-lists{
    .form-item{
        margin-bottom: 10px;
        padding: 20px;
        background: #fff;
        border-radius: 5px;

        &:last-child{
            margin-bottom: 0;
        }
        p{
            color: @color-1;
            display: block;
            margin-bottom: 20px;
        }

        input{
            width: 100%;
        }
        .radio-item{
            width: 100%;
            display: block;
            cursor: pointer;
            margin-bottom: 5px;
            
            &:last-child{
                margin-bottom: 0;
            }
            span{
                position: relative;
                padding-left: 30px;
                transition: 0.3s all;
                display: block;

                @media(max-width: 1300px){
                    padding-top: 5px;
                    padding-bottom: 5px;
                }
                &::before,
                &::after{
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translate(0, -50%);
                    width: 18px;
                    height: 18px;
                    background: @bg;
                    border-radius: 5px;
                    background-size: contain;
                    transition: 0.3s all;
                    z-index: 1;
                }
                &::after{
                    background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat 50% 50%;
                    opacity: 0;
                    z-index: 2;
                }
            }
            input[type="radio"]{
                display: none;
            }
            input[type="radio"]:checked + span {
                color: @color-2;
            }
            input[type="radio"]:checked + span::before {
                opacity: 0;
            }
            input[type="radio"]:checked + span::after {
                opacity: 1;
            }
        }
    }
    .form-item-two{
        input{
            display: none;
            margin-top: 10px;
        }
    }
    .form-item-three{
        .radio-item{
            width: 100%;
            margin-bottom: 10px;
        }
    }
    .form-item-four{
        input{
            margin-bottom: 10px;
        }
        .btn{
            width: 100%;
        }
    }
}

.filter{
    margin-bottom: 40px;

    .btn-filter-slide{
        padding: 20px;
        padding-top: 18px;
        padding-left: 50px;
        background: @bg;
        border-radius: 10px;
        border: @border;
        position: relative;
        transition: 0.3s all;
        cursor: pointer;
        margin-bottom: 10px;
        color: @text !important;

        &::before,
        &::after{
            content: '';
            position: absolute;
            left: 20px;
            top: 22px;
            width: 20px;
            height: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231f272f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='21' x2='4' y2='14'%3E%3C/line%3E%3Cline x1='4' y1='10' x2='4' y2='3'%3E%3C/line%3E%3Cline x1='12' y1='21' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12' y2='3'%3E%3C/line%3E%3Cline x1='20' y1='21' x2='20' y2='16'%3E%3C/line%3E%3Cline x1='20' y1='12' x2='20' y2='3'%3E%3C/line%3E%3Cline x1='1' y1='14' x2='7' y2='14'%3E%3C/line%3E%3Cline x1='9' y1='8' x2='15' y2='8'%3E%3C/line%3E%3Cline x1='17' y1='16' x2='23' y2='16'%3E%3C/line%3E%3C/svg%3E") no-repeat 50% 50%;
            transition: 0.3s all;
            
            @media(max-width: 1200px){
                top: 20px;
            }
        }
        &:after{
            opacity: 0;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat 50% 50%;
        }

        .filter-selected-status{
            span{
                font-size: 12px;
                line-height: 120%;
                display: block;
                margin-top: 2px;
                font-weight: normal;
                letter-spacing: normal;

                &:first-child{
                    margin-top: 5px;
                }
            }
        }

        &:hover{
            color: @color-1 !important;
        }

        .btn-filter-reset{
            width: 20px;
            height: 20px;
            position: absolute;
            right: 20px;
            top: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231f272f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38'/%3E%3C/svg%3E") no-repeat 50% 50%;
            z-index: 3;
            transition: 0.3s all;

            &:hover{
                opacity: 0.5;
            }
        }
    }
    .btn-filter-slide.active{
        color: @w !important;
        background: @text;

        .btn-filter-reset{
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38'/%3E%3C/svg%3E") no-repeat 50% 50%;
        }
        &::before{
            opacity: 0;
        }
        &:after{
            opacity: 1;
        }
    }
    .filter-cont{
        padding: 20px;
        background: @bg;
        border: @border;
        border-radius: 10px;
        display: none;
    }
    .filter-item{
        width: calc(~'20% - 16px');
        margin-right: 20px;

        @media(max-width: 1200px){
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: @border;

            &:last-child{
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }
        }
        &:nth-child(5n){
            margin-right: 0;
        }
        .title{
            color: @text-p;
            margin-bottom: 15px;
            
            @media(max-width: 1200px){
                margin-bottom: 10px;
            }
        }
        label{
            display: block;
            margin-bottom: 5px;
            transition: 0.3s all;
            cursor: pointer;
            
            &:hover{
                opacity: 0.5;
            }
            &:last-child{
                margin-bottom: 0;
            }
            input{
                display: none;
            }
            span{
                position: relative;
                padding-left: 30px;
                transition: 0.3s all;
                display: block;
                font-size: 14px;
                padding-bottom: 2px;

                @media(max-width: 1300px){
                    padding-top: 5px;
                    padding-bottom: 5px;
                }
                @media(max-width: 1200px){
                    font-size: 12px;
                }
                &::before,
                &::after{
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translate(0, -50%);
                    width: 18px;
                    height: 18px;
                    background: @w;
                    border-radius: 5px;
                    background-size: contain;
                    transition: 0.3s all;
                    z-index: 1;
                }
                &::after{
                    background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat 50% 50%;
                    opacity: 0;
                    z-index: 2;
                }
            }
            input[type="checkbox"]{
                display: none;
            }
            input[type="checkbox"]:checked + span {
                color: @color-2;
            }
            input[type="checkbox"]:checked + span::before {
                opacity: 0;
            }
            input[type="checkbox"]:checked + span::after {
                opacity: 1;
            }
        }
    }

    .price-info-cont{
        justify-content: space-between;
        
        .price-info{
            font-size: 12px;
            color: @text-p;
        }
    }
    #price_value{
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }
    input[type="range"] {
        -webkit-appearance: none; /* убирает стили браузера в Chrome/Safari */
        width: 100%;
        height: 6px;
        background: #ddd;
        border-radius: 3px;
        outline: none;
        margin-top: 10px;
        cursor: pointer;
    }

    /* Chrome, Safari, Edge */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: @color-1;
        cursor: pointer;
    }

    .btn-min{
        font-size: 12px;
        margin-top: 20px;
        padding-left: 35px;
        position: relative;

        &::before{
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translate(0, -50%);
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38'/%3E%3C/svg%3E") no-repeat 50% 50%;
        }
    }
}

.products{
    .title-cont{
        padding-bottom: 40px;
        border-bottom: 5px solid @text;
        margin-bottom: 40px;
    }
    .title-block{
        color: @color-1;
    }
    .products-info{
        padding: 30px;
        background: @text;
        border-radius: 10px;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;

        p{
            color: @w;
            width: calc(~'100% - 300px');
        }
        .btn{
            &:hover{
                background: @w;
                color: @text;
            }
        }
    }
}
.btn-print-cont{
    margin-top: 20px;
    text-align: right;
}
.btn-print{
    padding-left: 45px;
    padding-right: 20px;
    position: relative;
    background: @text;

    &::before{
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='butt' stroke-linejoin='round'%3E%3Cpolyline points='6 9 6 2 18 2 18 9'%3E%3C/polyline%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'%3E%3C/path%3E%3Crect x='6' y='14' width='12' height='8'%3E%3C/rect%3E%3C/svg%3E") no-repeat 50% 50%;
        left: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }
    &:hover{
        background: @text-p;
    }
}

.prod-cont{
    margin-bottom: 50px;

    &:last-child{
        margin-bottom: 0;
    }
    .title-block{
        color: @color-1;
        text-decoration: none;
        display: block;
    }
    a.title-block{
        &:hover{
            color: @text;
        }
    }
    .table-price{
        @media(max-width: 1100px){
            overflow: auto;
        }
    }
}
.price-item{
    position: relative;
    align-items: center;
    text-decoration: none;
    background: transparent;
    padding: 10px 0;
    border-bottom: @border;
    transition: 0.3s all;

    @media(max-width: 1100px){
        width: 1000px;
    }
    .bg-link{
        position: absolute;
        left: 0;
        top: 0;
        width: calc(~'100% - 60px');
        height: 100%;
        z-index: 5;
        
        @media(max-width: 1100px){
            left: 80px;
            width: calc(~'100% - 80px');
        }
    }
    .miniature{
        background: @bg url('../img/noimage.svg') no-repeat 50% 50%;
        background-size: 40px;
    }
    span{
        padding-right: 10px;
        box-sizing: border-box;
        font-size: 14px;
        color: @text-p;
        transition: 0.3s all;

        @media(max-width: 1280px){
            font-size: 12px;
        }
        @media(max-width: 1100px){
            order: 15;
        }
        &:nth-child(1){
            width: 80px;
            height: 80px;
            border-radius: 5px;
            padding-right: 0;
            
            @media(max-width: 1100px){
                order: 1;
            }
        }
        &:nth-child(2){
            width: calc(~'24% - 80px');
            padding-left: 15px;
            padding-right: 20px;
            font-weight: 500;
            color: @text;
            font-size: 12px;
            
            @media(max-width: 1100px){
                order: 2;
            }
        }
        &:nth-child(3){
            width: 10%;
        }
        &:nth-child(4){
            width: 12%;
        }
        &:nth-child(5){
            width: 12%;
        }
        &:nth-child(6){
            width: 5%;
            
            @media(max-width: 1100px){
                order: 6;
            }
        }
        &:nth-child(7){
            width: 9%;
            
            @media(max-width: 1100px){
                order: 3;
            }
        }
        &:nth-child(8){
            width: 9%;
            
            @media(max-width: 1100px){
                order: 4;
            }
        }
        &:nth-child(9){
            width: 8%;
        }
        &:nth-child(10){
            width: calc(~'11% - 40px');
            

            @media(max-width: 1100px){
                width: 11%;
            }
        }
    }
    .sort-btn{
        position: relative;
        cursor: pointer;
        transition: 0.5s all;

        &:hover{
            opacity: 0.5;
        }
        &::after{
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNhYmFiYWIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1hcnJvdy11cC1kb3duLWljb24gbHVjaWRlLWFycm93LXVwLWRvd24iPjxwYXRoIGQ9Im0yMSAxNi00IDQtNC00Ii8+PHBhdGggZD0iTTE3IDIwVjQiLz48cGF0aCBkPSJtMyA4IDQtNCA0IDQiLz48cGF0aCBkPSJNNyA0djE2Ii8+PC9zdmc+") no-repeat 50% 50%;
            background-size: contain;
            margin-left: 5px;
            margin-top: -1px;
        }
    }
    .active-up{
        &::after{
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM4NWJjMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1hcnJvdy1kb3duLW5hcnJvdy13aWRlLWljb24gbHVjaWRlLWFycm93LWRvd24tbmFycm93LXdpZGUiPjxwYXRoIGQ9Im0zIDE2IDQgNCA0LTQiLz48cGF0aCBkPSJNNyAyMFY0Ii8+PHBhdGggZD0iTTExIDRoNCIvPjxwYXRoIGQ9Ik0xMSA4aDciLz48cGF0aCBkPSJNMTEgMTJoMTAiLz48L3N2Zz4=") no-repeat 50% 50%;
            background-size: contain;
        }
    }
    .active-down{
        &::after{
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM4NWJjMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1hcnJvdy11cC13aWRlLW5hcnJvdy1pY29uIGx1Y2lkZS1hcnJvdy11cC13aWRlLW5hcnJvdyI+PHBhdGggZD0ibTMgOCA0LTQgNCA0Ii8+PHBhdGggZD0iTTcgNHYxNiIvPjxwYXRoIGQ9Ik0xMSAxMmgxMCIvPjxwYXRoIGQ9Ik0xMSAxNmg3Ii8+PHBhdGggZD0iTTExIDIwaDQiLz48L3N2Zz4=") no-repeat 50% 50%;
            background-size: contain;
        }
    }
    .add-cart{
        width: 40px;
        height: 40px;
        border: none;
        outline: none;
        background: #eff1f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' id='Shopping-Cart-1--Streamline-Core' height='18' width='18'%3E%3Cdesc%3E Shopping Cart 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='shopping-cart-1--shopping-cart-checkout'%3E%3Cpath id='Union' fill='%231f272f' fill-rule='evenodd' d='M3.84372 0.752707c-0.03848 -0.38327 -0.36105 -0.6750703 -0.74625 -0.6750703H0.769897c-0.414213 0 -0.7499995 0.3357863 -0.7499995 0.7500003 0 0.414213 0.3357865 0.750003 0.7499995 0.750003H2.41901l0.25161 2.50591c-0.00009 0.01752 0.00074 0.03511 0.00251 0.05271l0.48225 4.79481c0.00084 0.00833 0.00189 0.01665 0.00314 0.02493 0.05175 0.34123 0.22508 0.65227 0.48805 0.87579 0.26218 0.22281 0.59585 0.34371 0.93986 0.34061h5.85137c0.3071 0.0129 0.6104 -0.0734 0.8648 -0.2464 0.2584 -0.17571 0.4522 -0.43118 0.5518 -0.72737l0.0005 -0.00157 1.2383 -3.72412 0.0003 -0.00117c0.071 -0.21521 0.0898 -0.44419 0.055 -0.6681 -0.0347 -0.22312 -0.1217 -0.43484 -0.2539 -0.61788 -0.1384 -0.19417 -0.3231 -0.35069 -0.5374 -0.45534 -0.2113 -0.10319 -0.4447 -0.15269 -0.6795 -0.14422H4.12823L3.84372 0.752707ZM11.4249 12.8221c0 -0.6505 -0.5273 -1.1778 -1.1778 -1.1778 -0.65055 0 -1.1779 0.5273 -1.1779 1.1778S9.59655 14 10.2471 14c0.6505 0 1.1778 -0.5274 1.1778 -1.1779Zm-6.32383 -1.1778c0.65051 0 1.17785 0.5273 1.17785 1.1778S5.75158 14 5.10107 14c-0.65052 0 -1.17786 -0.5274 -1.17786 -1.1779s0.52734 -1.1778 1.17786 -1.1778Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s all;

        @media(max-width: 1100px){
            position: absolute;
            left: 5px;
            bottom: 20px;
            z-index: 5;
            order: 20;
        }
        &:hover{
            background: @text url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' id='Shopping-Cart-1--Streamline-Core' height='18' width='18'%3E%3Cdesc%3E Shopping Cart 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='shopping-cart-1--shopping-cart-checkout'%3E%3Cpath id='Union' fill='%23fff' fill-rule='evenodd' d='M3.84372 0.752707c-0.03848 -0.38327 -0.36105 -0.6750703 -0.74625 -0.6750703H0.769897c-0.414213 0 -0.7499995 0.3357863 -0.7499995 0.7500003 0 0.414213 0.3357865 0.750003 0.7499995 0.750003H2.41901l0.25161 2.50591c-0.00009 0.01752 0.00074 0.03511 0.00251 0.05271l0.48225 4.79481c0.00084 0.00833 0.00189 0.01665 0.00314 0.02493 0.05175 0.34123 0.22508 0.65227 0.48805 0.87579 0.26218 0.22281 0.59585 0.34371 0.93986 0.34061h5.85137c0.3071 0.0129 0.6104 -0.0734 0.8648 -0.2464 0.2584 -0.17571 0.4522 -0.43118 0.5518 -0.72737l0.0005 -0.00157 1.2383 -3.72412 0.0003 -0.00117c0.071 -0.21521 0.0898 -0.44419 0.055 -0.6681 -0.0347 -0.22312 -0.1217 -0.43484 -0.2539 -0.61788 -0.1384 -0.19417 -0.3231 -0.35069 -0.5374 -0.45534 -0.2113 -0.10319 -0.4447 -0.15269 -0.6795 -0.14422H4.12823L3.84372 0.752707ZM11.4249 12.8221c0 -0.6505 -0.5273 -1.1778 -1.1778 -1.1778 -0.65055 0 -1.1779 0.5273 -1.1779 1.1778S9.59655 14 10.2471 14c0.6505 0 1.1778 -0.5274 1.1778 -1.1779Zm-6.32383 -1.1778c0.65051 0 1.17785 0.5273 1.17785 1.1778S5.75158 14 5.10107 14c-0.65052 0 -1.17786 -0.5274 -1.17786 -1.1779s0.52734 -1.1778 1.17786 -1.1778Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
        }
    }
    .active-cart{
        background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat 50% 50%;
        pointer-events: none;
    }
    &:hover{
        background: @bg;

        span{
            &:nth-child(2){
                color: @color-1;
            }
        }
    }
}
.price-item-head{
    position: relative;
    background: transparent;
    box-shadow: none;
    border-color: transparent;
    border-bottom: @border;

    span{
        font-size: 13px;
        color: @text;
        font-weight: bold !important;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;

        @media(max-width: 1300px){
            font-size: 10px !important;
        }
        &:nth-child(1){
            height: auto;
        }
        &:nth-child(10){
            width: calc(~'11% - 1px');

            @media(max-width: 1100px){
                width: 11%;
            }
        }
        .discl-icon{
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 14px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2385bc00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E");
        }
        .discl-min{
            display: block;
            position: absolute;
            left: 0;
            top: 20px;
            width: 200px;
            padding: 10px;
            background: @text;
            color: @w;
            font-style: normal;
            font-weight: normal;
            z-index: 2;
            display: none;
            cursor: pointer;

            &::after {
                content: ''; 
                position: absolute;
                left: 18px; 
                top: -9px;
                border: 5px solid transparent;
                border-bottom: 5px solid @text;
            }
        }
        &:hover > .discl-min{
            display: block;
        }
    }
    &:hover{
        background: transparent;

        span{
            color: @text !important;
        }
    }

    .reset-btn {
        position: absolute;
        right: 0;
        top: 4px;

        width: 26px;
        height: 26px;
        border: none;
        outline: none;
        background: @w url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231f272f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38'/%3E%3C/svg%3E") no-repeat 50% 50%;
        background-size: 50%;
        border-radius: 10px;
        border: @border;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: 0.3s all;
        display: none;
        font-size: 0;
        z-index: 20;

        @media(max-width: 1100px){
            left: 0;
            box-shadow: none;
        }

        &:hover{
            background: #e74c3c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 2v6h6M2.66 15.57a10 10 0 1 0 .57-8.38'/%3E%3C/svg%3E") no-repeat 50% 50%;
            background-size: 50%;
        }
    }
}

.btn-pc{
    @media(max-width: 1000px){
        display: none;
    }
}
.btn-mobile{
    display: none;

    @media(max-width: 1000px){
        display: block;
        margin-top: 20px;
    }
}

.video-reviews{
    background: @bg;

    .content-title{
        margin-bottom: 10px;
    }
    .title-block{
        margin-bottom: 40px;
        
        @media(max-width: 1000px){
            margin-bottom: 20px;
        }
    }
}
.video-item{
    background: @w;

    .miniature{
        padding-top: 57%;
        position: relative;

        iframe{
            position: absolute;
            left: 0;
            top: 0;
        }
    }
    .text{
        padding: 30px;

        time{
            font-size: 14px;
            color: @color-1;
            display: block;
            margin-bottom: 10px;
        }
    }
}

.page-videos{
    .video-item{
        background: @bg;
    }
}

.delivery{
    padding-bottom: 0;

    .btn{
        width: 100%;
    }
    .deliv-item{
        border-top: 10px solid @text;
        min-height: 100%;
        padding: 0;
        background: transparent;
        padding-top: 50px;

        @media(max-width: 1000px){
            padding-top: 20px;
            min-height: auto;
            margin-bottom: 40px;
        }
        .title-block{
            margin-bottom: 10px;
        }
    }
    .btn-mobile{
        @media(max-width: 1000px){
            margin-top: 0;
        }
    }
}
.payment{
    padding-top: 100px;
    margin-top: 100px;
    border-top: @border;

    .text-info{
        margin-bottom: 40px;
        
        @media(max-width: 1000px){
            margin-bottom: 20px;
        }
    }
    .btn{
        width: 100%;
    }
    .pay-item{
        width: 100%;
        margin-bottom: 20px;
        background: @w;
        transition: 0.3s all;
        border: 2px solid @text;

        &:last-child{
            margin-bottom: 0;
        }
        &:hover{
            border-color: @color-1;
        }
        .title{
            cursor: pointer;
            position: relative;

            &::before{
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 28px;
                height: 28px;
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjI3MmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzLWljb24gbHVjaWRlLXBsdXMiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0iTTEyIDV2MTQiLz48L3N2Zz4=") no-repeat 50% 50%;
                background-size: contain;
                transition: 0.3s all;

                @media(max-width: 1200px){
                    width: 20px;
                    height: 20px;
                    background-size: contain;
                    right: -5px;
                    top: -5px;
                }
                &:hover{
                    opacity: 0.5;
                }
            }
            
            .title-block{
                margin-bottom: 5px;
            }
            .descr{
                color: @color-1;
            }
        }
        .title.active{
            &::before{
                transform: rotate(45deg);
            }
        }
        .entrytext{
            margin-top: 15px;
            display: none;
        }
    }
}

.about{
    background: @bg;

    .content-title{
        padding-bottom: 40px;
        border-bottom: 10px solid @text;
    }
    .descr{
        padding-right: 20px;
    }
    .features-cont{
        margin-top: 20px;
        margin-bottom: 40px;
        
        @media(max-width: 1000px){
            margin-bottom: 0;
        }
        .ft-item{
            padding: 20px 0;
            width: 100%;

            .title-block{
                margin-bottom: 5px;
                
                @media(max-width: 1000px){
                    color: @color-1;
                }
            }
        }
    }
    .cont-right{
        .ft-item{
            padding: 40px 0;
            border-top: 2px solid @text;
            margin-top: 0 !important;
            
            &:nth-child(-n+2){
                padding-top: 0;
                border-top: none;
                
                @media(max-width: 900px){
                    border-top: 2px solid @text;
                    padding-top: 40px;
                }
            }
            .num{
                width: 40px;
                height: 40px;
                border-radius: 50%;
                border: 1px solid @text;
                margin-bottom: 10px;
                font-weight: bold;
                text-align: center;
                line-height: 38px;
            }
        }
    }
    .btn{
        width: 100%;
    }
}

.reviews{
    .content-title h2{
        @media(max-width: 1000px){
            font-size: 20px;
            letter-spacing: normal;
            line-height: 120%;
        }
    }
    .cont-right{
        border: @border;
        background: #fff;
    }
    iframe{
        border: none;
        width: 760px;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        display: block;
        border-radius: 0;

        @media(max-width: 1400px){
            width: 100%;
        }
        
        @media(max-width: 1000px){
            aspect-ratio: 7 / 10;
        }
        @media(max-width: 800px){
            aspect-ratio: 4 / 10;
        }
    }
    .descr{
        margin-top: 30px;
        
        @media(max-width: 1000px){
            margin-top: 10px;
        }
    }
    .btn{
        width: 100%;
        position: relative;
        z-index: 2;
        margin-top: 40px;
        
        @media(max-width: 1000px){
            margin-top: 20px;
        }
    }
}
.rev-btn{
    padding: 20px;
    background: @bg;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: calc(~'33.333% - 7.5px');
    margin-right: 10px;
    box-sizing: border-box;

    &:nth-child(3n){
        margin-right: 0;
    }
    .title-bold,
    .title-block{
        color: @color-1;
        margin-bottom: 30px;
    }
    .title-bold{
        margin-bottom: 10px;
    }
}

.news{
    background: @bg;
}
.news-item{
    position: relative;
    text-decoration: none;

    .miniature{
        aspect-ratio: 10 / 6;
        
        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            transition: 0.3s all;
        }
    }
    &:hover{
        .miniature::before{
            opacity: 0.5;
        }
    }
    .text{
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 30px;
        z-index: 3;
        color: @w;

        @media(max-width: 800px){
            padding: 20px;
        }
        time{
            font-size: 14px;
            color: @color-1;
            display: block;
            margin-bottom: 10px;
        }
        .title-bold{
            color: @w;
            margin-bottom: 0;
        }
    }
}

.faq{
    background-color: #eff1f5;

    .title-cont{
        align-items: flex-end;

        .descr{
            margin-bottom: 5px;
        }
    }
    .btn-left{
        margin-top: 20px;
        width: 100%;
    }
}
.faq-item{
    border: 2px solid @text;
    margin-bottom: 20px;

    &:last-child{
        margin-bottom: 0;
    }
    .title-bold{
        margin-bottom: 0;
        padding: 20px;
        padding-right: 40px;
        cursor: pointer;
        position: relative;
        transition: 0.3s all;
        
        &::before{
            content: '';
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translate(0, -50%);
            width: 28px;
            height: 28px;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxZjI3MmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzLWljb24gbHVjaWRlLXBsdXMiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0iTTEyIDV2MTQiLz48L3N2Zz4=") no-repeat 50% 50%;
            background-size: contain;
            transition: 0.3s all;

            @media(max-width: 1200px){
                width: 20px;
                height: 20px;
                background-size: contain;
                right: 5px;
                top: 5px;
                transform: none;
            }
            &:hover{
                opacity: 0.5;
            }
        }
        &:hover{
            color: @color-1;
        }
    }
    .active{
        color: @color-1;

        &::before{
            transform: translate(0, -50%) rotate(45deg);
            
            @media(max-width: 1200px){
                transform: rotate(45deg);
            }
        }
    }
    .entrytext{
        padding: 20px;
        padding-top: 0;
        display: none;

        .gallery-item{
            a{
                display: block;
                aspect-ratio: 10 / 6;

                img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    border: none !important;
                }
            }
            .wp-caption-text{
                margin-top: 10px;
                font-size: 12px;
            }
        }
        .gallery-columns-2{
            .gallery-item{
                margin-right: 20px !important;
                width: calc(~'50% - 10px') !important;

                @media(max-width: 600px){
                    width: 100% !important;
                    margin-right: 0 !important;
                }
                &:nth-child(2n){
                    margin-right: 0 !important;
                }
            }
        }
    }
}

article{
    padding: 20px;
    background: @bg;
}

.contacts{
    background: @bg;
    padding-bottom: 50px;

    .disclamer{
        padding: 20px;
        padding-left: 45px;
        background: #eff1f5 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM4MTgxODEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1pbmZvLWljb24gbHVjaWRlLWluZm8iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PHBhdGggZD0iTTEyIDE2di00Ii8+PHBhdGggZD0iTTEyIDhoLjAxIi8+PC9zdmc+") no-repeat 20px 20px;
        background-size: 16px;
        border-radius: 5px;
        margin-bottom: 45px;

        @media(max-width: 1000px){
            margin-bottom: 25px;
            padding: 10px;
            padding-left: 40px;
            background-position: 15px 15px;
        }
        p{
            font-size: 12px;
        }
    }
    .contacts-top{
        padding: 50px 0;
        border-top: 2px solid @text;
        border-bottom: 2px solid @text;
        justify-content: space-between;
        align-items: center;
    }
    .contacts-list{
        width: auto;
        
        @media(max-width: 900px){
            width: 100%;
            margin-bottom: 20px;
        }
        .ct-item{
            text-decoration: none;
            display: block;
            margin-right: 50px;

            @media(max-width: 700px){
                margin-right: 0;
                width: 100%;
                margin-bottom: 20px;

                &:last-child{
                    margin-bottom: 0;
                }
            }
            span{
                color: @color-1;
                display: block;
                margin-bottom: 10px;
            }
        }
    }
    .maps{
        width: 100%;
        aspect-ratio: 9 / 3;
        border-bottom: 2px solid @text;
        
        @media(max-width: 1000px){
            aspect-ratio: 10 / 5;
        }
        @media(max-width: 600px){
            aspect-ratio: 1 / 1;
        }
    }
}
.smg-footer{
    background: @bg;
    font-size: 12px;
    padding-bottom: 50px;
    
    @media(max-width: 800px){
        padding-top: 20px;
    }
    .flex_block{
        align-items: flex-start;
        justify-content: space-between;
    }
    .logo-left{
        width: 250px;

        @media(max-width: 600px){
            width: 100%;
        }
        .logo{
            height: 40px;
            background: url('../img/logo.svg') no-repeat 0 0;
            background-size: contain;
            margin-bottom: 15px;
        }
        .descr{
            margin-bottom: 15px;
        }
    }
    .reviews-btns{
        width: 340px;

        @media(max-width: 900px){
            width: 100%;
            margin-top: 20px;
        }
        .rev-btn{
            background: @w;
        }
    }
    .menu-left{
        width: 300px;

        @media(max-width: 900px){
            width: 100%;
            padding-top: 20px;
            margin-top: 20px;
            border-top: @border;
        }
        ul{
            li{
                width: 45%;
                display: inline-block;
                vertical-align: text-top;
                
                @media(max-width: 900px){
                    width: 100%;
                    display: block;
                }
            }
        }
        .link-disable{
            color: @color-1;
        }
    }
    .menu-footer{
        @media(max-width: 1150px){
            width: 100%;
            padding-top: 20px;
            margin-top: 20px;
            border-top: @border;
        }
    }
    ul{
        li{
            a{
                text-decoration: none;
                padding: 2px 0;
                display: block;
            }
        }
    }
    .danilsmg{
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 60px;
        background: url('../img/logo_danilsmg.svg') no-repeat right 2.5px;
        background-size: auto 14px;
        color: @w;
    }
}


.intro-page{
    background: #29333c;
    position: relative;
    color: @w;
    padding: 80px 0;

    @media(max-width: 900px){
        padding-bottom: 40px;
    }
    .container{
        padding-top: 140px;
        
        @media(max-width: 900px){
            padding-top: 80px;
        }
    }
    .content-title{
        margin-bottom: 0;
    }
}
.breadgrumbs{
    padding: 0;
    margin: 0;
    margin-top: 10px;

    li{
        list-style: none;
        display: inline-block;
        vertical-align: text-top;
        font-size: clamp(0.63rem, calc(0.4rem + 0.4vw), 0.75rem);
        --font-size: clamp(0.63rem, calc(0.4rem + 0.4vw), 0.75rem);
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
        vertical-align: middle;

        &::before{
            content: '';
            position: absolute;
            display: block;
            right: -8px;
            top: 50%;
            transform: translate(0, -50%);
            width: 14px;
            height: 14px;
            background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e") no-repeat 50% 50%;
            background-size: contain;
        }
        &:last-child{
            padding-right: 0;
            margin-right: 0;

            &::before{
                display: none;
            }
        }
        a{
            color: @color-1;
            text-decoration: none;
            display: block;
            
            &:hover{
                color: @w;
            }
        }
    }
}

.entrytext{
    figure{
        margin: 0;
    }
    .wp-block-image{
        margin-bottom: 20px;
    }
    img{
        height: auto;
    }
    h2, h3, h4, h5, h6{
        font-weight: bold;
        margin: 20px 0;
        margin-top: 50px;
        
        &:first-child{
            margin-top: 0;
        }
    }
    p{
        display: block;
        margin-bottom: 20px;
    }
    ul{
        margin-bottom: 40px;
        
        li{
            margin-bottom: 8px;
            color: @text-p;
            list-style: none;
            position: relative;
            padding-left: 15px;
            
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 9px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: @color-1;
                
                @media(max-width: 1400px){
                    top: 7px;
                }
                @media(max-width: 1000px){
                    top: 6px;
                }
            }
            ul{
                margin-top: 10px;
            }
        }
    }
    ol{
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
        counter-reset: myCounter;
        
        li{
            margin-bottom: 10px;
            color: @text-p;
            list-style: none;
            position: relative;
            padding-left: 40px;
            
            &::before{
                counter-increment: myCounter;
                content: counter(myCounter);
                position: absolute;
                left: 0;
                top: 1px;
                width: 24px;
                height: 24px;
                background: @color-1;
                line-height: 24px;
                text-align: center;
                color: #fff;
                border-radius: 50%;
            }
        }
    }
    
    .wp-block-gallery{
        margin-top: 50px;
    }
    .blocks-gallery-item{
        width: auto;
        list-style: none;
        padding-left: 0;
        
        &::before{
            display: none;
        }
    }
    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        width: calc(50% - 8px);
    }
    
    table{
        margin-bottom: 30px;
        width: 100%;
        
        @media(max-width: 900px){
            overflow: scroll;
            display: block;
        }
        tbody{
            min-width: 500px;
        }
        tr{
            &:nth-child(1){
                font-weight: bold;
            }
            &:nth-child(2n){
                background: @bg;
            }
            td{
                padding: 20px;
                       
                @media(max-width: 900px){
                    padding: 10px;
                }
            }
        }
    }
    
    *:first-child{
        margin-top: 0;
    }
    *:last-child{
        margin-bottom: 0;
    }
}

.socials-fixed{
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 20;
	transition: 0.3s all;
    
    @media(max-width: 1400px){
        right: 17px;
    }
    @media(max-width: 800px){
        right: 10px;
    }
    .soc--inner{
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        border-radius: 50%;
        transition: 0.3s all;
        
        @media(max-width: 800px){
            width: 40px;
            height: 40px;
            margin-bottom: 6px;
        }
        &:last-child{
            margin-bottom: 0;
        }
    }
    .max{
        background: #161f8a url('../img/max.svg') no-repeat center center;
        background-size: 54%;
        
        &:hover{
            background-color: #4c59e2;
        }
    }
    .whatsapp{
        background: #6cd96c url('../img/whatsapp.svg') no-repeat center center;
        background-size: 60%;
        
        &:hover{
            background-color: #65ac65;
        }
    }
    .viber{
        background: #9e81d1 url('../img/viber.svg') no-repeat center center;
        background-size: 60%;

        &:hover{
            background-color: #7e7196;
        }
    }
    .telegram{
        background: #61c7f5 url('../img/telegram_app.svg') no-repeat center center;
        background-size: 60%;

        &:hover{
            background-color: #59add3;
        }
    }
}

.socials-fixed--active{
	bottom: 120px;
	
    @media(max-width: 1400px){
        bottom: 100px;
    }
    @media(max-width: 500px){
    }
}

.btn-top{
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: block;
    width: 50px;
    height: 50px;
    background: lighten(@text, 5%) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='arcs'%3e%3cpath d='M18 15l-6-6-6 6'/%3e%3c/svg%3e") no-repeat 50% 45%;
    border-radius: 50%;
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    
    &:hover{
        background-color: @color-1;
    }
    @media(max-width: 1400px){
        right: 17px;
    }
    @media(max-width: 800px){
        width: 40px;
        height: 40px;
        right: 10px;
    }
}
.btn-top--active{
    opacity: 1;
    z-index: 20;
}

.page-error{
    text-align: center;
    background: #29333c;
    
    @media(max-width: 1300px){
        padding-top: 200px;
    }
    .title{
        font-size: clamp(5rem, calc(-8.5rem + 24vw), 12.5rem);
        --font-size: clamp(5rem, calc(-8.5rem + 24vw), 12.5rem);
        font-weight: bold;
    }
    .title-block{
        margin-bottom: 40px;
    }
    .error-text{
        padding: 100px;
        padding-top: 50px;
        background: @bg;
        
        @media(max-width: 800px){
            padding: 50px 30px;
            padding-top: 30px;
        }
    }
}


.page-template-page-business-card{
    background: @text;
    color: @w;
    min-height: 100vh;
    position: relative;
    overflow: hidden;

    .dsmg{
        position: absolute;
        text-decoration: none;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 20px;
        display: block;
        width: 100px;
        height: 15px;
        background: url('../img/logo_danilsmg-white.svg') no-repeat center center;
        background-size: contain;
        z-index: 2;
    }
    .container-min{
        min-height: 100vh;
        position: relative;

        @media(max-width: 800px){
            margin: 0;
        }
        &::before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            background: lighten(@text, 15%);
            height: 50%;
        }
    }
    *{
        color: @w;
    }
    a{
        text-decoration: none;
        display: block;
    }
    *::-webkit-scrollbar {
        width: 6px;
    }
    *::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
    }
    *::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 20px;
    }
    .head-smg,
    .smg-footer,
    .contacts,
    .socials-fixed{
        display: none;
    }

    .business-card-top{
        padding: 50px;

        @media(max-width: 800px){
            padding: 30px;
        }
        .business-card-head{
            align-items: center;

            .logo{
                display: block;
                width: 100px;
                height: 100px;
                background: lighten(@text, 15%);
                background-size: contain;
                border-radius: 50%;
                border: 5px solid @w;
                
                @media(max-width: 800px){
                    width: 80px;
                    height: 80px;
                }
                img{
                    object-fit: contain;
                    width: 100%;
                    height: 100%;
                    padding: 15px;
                    box-sizing: border-box;
                }
            }
            .text{
                width: calc(~'100% - 150px');
                padding-left: 30px;
                box-sizing: border-box;

                @media(max-width: 800px){
                    width: calc(~'100% - 90px');
                    padding-left: 20px;
                }
                .title{
                    opacity: 0.5;
                }
                .content-title{
                    margin: 0;
                    margin-top: 10px;
                }
            }
        }
    }
    .contacts-cont{
        background: lighten(@text, 15%);
        padding: 50px;
        border-radius: 20px 20px 0 0;
        border-radius: 20px;
        position: relative;
        z-index: 3;
        overflow: auto;

        @media(max-height: 600px){
            height: 50vh;
        }
        @media(max-height: 550px){
            height: 40vh;
        }
        @media(max-height: 400px){
            height: 25vh;
        }
        @media(max-width: 800px){
            padding: 50px 30px;
        }
        ul{
            li{
                margin-bottom: 10px;

                .content-title{
                    line-height: 130%;
                    margin-bottom: 20px;
                }
                &:last-child{
                    .content-title{
                        margin-bottom: 0;
                    }
                }
            }
        }
        .contacts-business-cont{
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            
            @media(max-width: 800px){
                padding-bottom: 20px;
                margin-bottom: 27px;
            }
        }
        .btn-business-block{
            .btn-businnes{
                width: 100%;
                border: none;
                outline: none;
                text-decoration: none;
                text-align: center;
                cursor: pointer;
                box-sizing: border-box;
                transition: 0.3s all;
                
                padding: 18px 40px;
                padding-top: 14px;
                border-radius: 10px;
                background: @w;
                color: @text;
                margin-bottom: 10px;
                
                @media(max-width: 800px){
                    width: 100%;
                }
                &:hover{
                    color: @w;
                    background: @text;
                }
            }
            .requizites-business-btn{
                border: 2px solid @w;
                color: @w;
                background: transparent;
                padding: 16px 38px;
                padding-top: 12px;
            }
        }
    }
    .requizites-business{
        position: absolute;
        top: 50px;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 50px;
        padding-right: 25px;
        border-radius: 20px;
        background: lighten(@text, 15%);
        z-index: 5;
        height: calc(~'100vh - 50px');
        transform: translateY(120%);
        transition: transform 0.5s ease;

        @media(max-width: 800px){
            top: 30px;
            padding: 30px;
            padding-right: 15px;
            height: calc(~'100vh - 100px');
            transition: 0.3s all linear;
        }
        .close-requizites-business{
            position: absolute;
            left: 50%;
            top: -20px;
            transform: translate(-50%, 0);
            width: 40px;
            height: 40px;
            background: @w url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
            background-size: 26px;
            cursor: pointer;
            border-radius: 50%;
            outline: none;
            border: none;
            transition: 0.3s all;
            
            @media(max-width: 1280px){
                background: rgba(255, 255, 255, 0.1);
                width: 100px;
                height: 6px;
                top: 10px;
                border-radius: 20px;
                z-index: 10;
            }
            &:hover{
                transform: translate(-50%, 0) rotate(-90deg);
                
                @media(max-width: 1280px){
                    transform: translate(-50%, 0);
                }
            }
        }
        .requizites-business-scroll{
            height: 100%;
            overflow: auto;
            padding-right: 25px;
            
            @media(max-width: 800px){
                padding-right: 15px;
            }
        }
        .requizites-cont{
            .req-item{
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                cursor: pointer;
                transition: 0.3s all;

                span{
                    width: 50%;
                    box-sizing: border-box;
                    display: block;
                    padding-top: 10px;
                    padding-bottom: 12px;
                    transition: 0.3s all;
                }
                .text-left{
                    padding-right: 20px;
                }
                .copy-item{
                    padding-left: 20px;
                    text-align: right;
                }
                &:hover span{
                    opacity: 0.5;
                }
            }
            .green{
                border-bottom-color: #95dda2;
                .copy-item{
                    color: #95dda2;
                }
            }
        }
    }
    // .active-business{
    //     transform: translate(0, 0) !important;
    // }
}


.cookie-modal{
    padding: 20px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    z-index: 999;
    background: rgba(4, 8, 13, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-sizing: border-box;
    display: none;

    @media(max-width: 800px){
        width: calc(~'100% - 40px');
    }
    *{
        color: @w;
    }
    .text-cookie{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        
        @media(max-width: 1280px){
            display: block;
            margin-right: 0;
        }
        .title-cookie{
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            margin-top: -5px;
        }
        .descr-cookie{
            font-size: 14px;
        }
    }
    .btn{
        display: inline-block;
        vertical-align: middle;
        
        @media(max-width: 1280px){
            margin-top: 10px;
            width: auto !important;
        }
    }
}



.page-camen{
    .camen-item{
        padding-bottom: 100px;
        margin-bottom: 100px;
        border-bottom: 10px solid @text;

        @media(max-width: 1000px){
            padding-bottom: 50px;
            margin-bottom: 50px;
        }
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }
        .entrytext{
            position: relative;
            padding-left: calc(~'50% + 20px');
            min-height: 360px;
            
            @media(max-width: 1000px){
                padding-left: 0;
            }
        }
        .miniature{
            width: calc(~'50% - 20px');
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            
            @media(max-width: 1000px){
                width: 100%;
                aspect-ratio: 10 / 6;
                position: static;
                margin-bottom: 20px;
            }
        }
    }
}

.page-camer-sizes{
    background: @bg;
}

.page-camen-obrab{
    .title-cont{
        align-items: flex-end;
    }
    .obrab-item{
        padding-top: 40px;
        border-top: 2px solid @text;

        .title-block{
            color: @color-1;
        }
    }
    .obrab-text{
        padding: 40px 0;
        margin-top: 40px;
        border-top: 2px solid @text;
        position: relative;
        padding-right: calc(~'50% + 20px');
        border-bottom: 2px solid @text;

        @media(max-width: 1000px){
            padding-right: 0;
        }
        .miniature{
            top: 40px;
            bottom: 40px;
            width: calc(~'50% - 20px');
            position: absolute;
            right: 0;
            
            @media(max-width: 1000px){
                position: static;
                margin-bottom: 20px;
                width: 100%;
                aspect-ratio: 10 / 6;
            }
        }
        .entrytext{
            strong{
                color: @color-1;
            }
        }
    }

    .text-bottom{
        margin-top: 40px;
    }
}


.intro-page-contacts{
    .container{
        padding-bottom: 200px;
        
        @media(max-width: 1000px){
            padding-bottom: 120px;
        }
    }
}
.page-about{
    padding-top: 0;
    background: @bg;

    .title-top{
        position: relative;
        margin-bottom: 40px;
        z-index: 3;
        margin-top: -200px;
        
        @media(max-width: 1000px){
            margin-top: -125px;
        }
        .text{
            position: relative;
            z-index: 2;
            color: @w;
            padding: 40px;
            padding-top: 20%;

            @media(max-width: 1000px){
                padding: 20px;
                padding-top: 30%;
            }
            .content-title{
                margin-bottom: 0;
            }
        }
        .miniature{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: #000;

            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.7);
            }
        }
    }

    .entrytext{
        padding: 40px;
        border: 2px solid @text;
        
        @media(max-width: 1000px){
            padding: 20px;
        }
    }
}



.mob-scroll{
    @media(max-width: 1000px){
        overflow: auto;
        padding-bottom: 10px;
    }
    .flex_block{
        @media(max-width: 1000px){
            margin-right: -30px;
            flex-wrap: nowrap;
            width: max-content;
        }
        @media(max-width: 700px){
            margin-right: -20px;
        }
    }
}
.page-about-features{
    .ft-item{
        box-sizing: border-box;
        width: calc(~'25% - 15px');
        margin-right: 20px;
        padding-top: 40px;
        border-top: 2px solid @text;

        &:nth-child(4n){
            margin-right: 0;
        }
        @media(max-width: 1000px){
            width: 250px;
        }
    }
    .btns-bottom{
        width: calc(~'25% - 15px');
        
        @media(max-width: 1200px){
            width: auto;
        }
    }
}

.page-about-sertificats{
    padding-top: 40px;
    border-top: 10px solid @text;

    .miniature{
        padding-top: 30%;
        position: relative;
        border: 2px solid #eeeeee;
        box-sizing: border-box;

        @media(max-width: 1000px){
            padding-top: 40%;
        }
        @media(max-width: 600px){
            padding-top: 60%;
        }
        img{
            position: absolute;
            left: 0;
            top: 0;
        }
    }
}

.reviews-page{
    background: #eff1f5;
}


.page-delivery{
    padding-bottom: 0;

    .deliv-item{
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 2px solid @text;

        &:first-child{
            padding-top: 40px;
            border-top: 2px solid @text;
        }
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .num{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid @text;
            font-weight: bold;
            text-align: center;
            line-height: 38px;
            margin-bottom: 20px;
            color: @color-1;
        }
    }
}
.page-delivery-descr{
    .page-delivery-descr-cont{
        position: relative;
        padding: 40px;
        padding-left: calc(~'50% + 20px');
        border: 2px solid @text;

        @media(max-width: 1000px){
            padding: 20px;
        }
        .image-left{
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: calc(~'50% - 20px');

            @media(max-width: 1000px){
                position: static;
                width: 100%;
                margin-bottom: 20px;
            }
            .miniature{
                height: 100%;
                position: relative;
                
                @media(max-width: 1000px){
                    height: auto;
                    padding-top: 60%;

                    img{
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
            .slider-cont,
            .swiper{
                height: 100%;
            }

            .nav-cont{
                position: absolute;
                right: 20px;
                bottom: 20px;
                z-index: 3;
            }
        }
    }
    .title-block{
        padding-left: 55px;
        position: relative;

        &::before{
            content: '!';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            width: 44px;
            height: 44px;
            text-align: center;
            line-height: 42px;
            background: @color-1;
            color: @w;
            border-radius: 50%;
        }
    }
}



.page-payment{
    .cont-left{
        .descr{
            margin-bottom: 40px;
        }
    }
    .pay-item{
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 2px solid @text;

        &:first-child{
            padding-top: 40px;
            border-top: 2px solid @text;
        }
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .num{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid @text;
            font-weight: bold;
            text-align: center;
            line-height: 38px;
            margin-bottom: 20px;
            color: @color-1;
        }
    }
}


.page-reviews{
    border-bottom: 2px solid @text;
    padding-bottom: 0;
    margin-bottom: 40px;

    .page-descr-top-rev{
        margin-bottom: 40px;

        .entrytext{
            width: calc(~'100% - 440px');
            margin-right: 40px;
            
            @media(max-width: 1100px){
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        .rev-cont{
            width: 400px;
            
            @media(max-width: 1100px){
                width: 100%;
            }
        }
    }
    .rev-item{
        padding-top: 80px;
        padding-bottom: 70px;
        border-top: 2px solid @text;
        position: relative;
        margin-top: 0 !important;

        &::before{
            content: ',,';
            letter-spacing: -8px;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 100px;
            line-height: 20px;
        }
        .entrytext{
            padding-right: 20px;
        }

        .btn-go{
            font-weight: bold;
            text-decoration: none;
            position: relative;
            padding-bottom: 5px;
            background: @bg;
            padding: 5px 10px;
            padding-bottom: 7px;
            transition: 0.3s all;
            position: absolute;
            left: 0;
            bottom: 40px;

            &:hover{
                background: @color-1;
                color: @w;
            }
        }
    }
}


.page-contacts{
    background: @bg;
    padding-bottom: 50px;
    
    .title-top{
        color: @text-p;
    }
    .contacts-left-cont{
        padding: 20px;
        background: @w;
        margin-bottom: 40px;
    }
    .contacts-list{
        li{
            margin-bottom: 20px;
        }
        span{
            display: block;
            color: @color-1;
            margin-bottom: 5px;
        }
        a{
            text-decoration: none;
            display: block;
        }
    }
    .socials{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .rev-btn{
        background: @w;
    }
    form{
        .flex_block{
            input{
                width: calc(~'33.333% - 7px');
                margin-right: 10px;
                margin-bottom: 10px;
                box-sizing: border-box;
                
                @media(max-width: 900px){
                    width: 100%;
                    margin-right: 0;
                }
                &:nth-child(3n){
                    margin-right: 0;
                }
            }
        }
        textarea{
            min-height: 234px;
        }
    }
    .entrytext{
        margin-top: 77px;
        
        @media(max-width: 1000px){
            margin-top: 40px;
        }
    }
    .maps{
        width: 100%;
        aspect-ratio: 9 / 3;
        border-bottom: 2px solid @text;
        margin-top: 50px;
        
        @media(max-width: 1000px){
            aspect-ratio: 10 / 5;
        }
        @media(max-width: 600px){
            aspect-ratio: 1 / 1;
        }
    }
}


.page-faq{
    .faq-item{
        border-color: #ebedf0;
    }
}

.intro-page-single-news{
    padding-bottom: 0;
}
.title-top-news{
    padding: 10px;
    padding-left: 20px;
    background: #303c47;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;

    time{
        color: @color-1;
        display: block;
    }
}
.page-news-single{
    background: #29333c;
    padding-top: 0;

    .miniature{
        aspect-ratio: 10 / 4;
    }
    .entrytext{
        padding: 50px;
        background: @w;
        
        @media(max-width: 800px){
            padding: 20px;
        }
    }
}



.page-products{
}
.unic-text-cat{
    margin-bottom: 40px;
}
.page-descr-top{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid @text;
    justify-content: space-between;
    align-items: flex-start;

    .entrytext{
        width: calc(~'100% - 220px');
        
        @media(max-width: 800px){
            width: 100%;
        }
    }
    .btn-print-cont{
        margin-top: 0;
        
        @media(max-width: 800px){
            margin-top: 15px;
        }
    }
}





.intro-page-single-product{
    padding: 0;
    height: 143px;
    
    @media(max-width: 1300px){
        height: 140px;
    }
    @media(max-width: 1050px){
        height: 135px;
    }
    @media(max-width: 1000px){
        height: 120px;
    }
}
.product-single{
    .title-single-prod{
        @media(max-width: 900px){
            display: none;
        }
        .content-title{
            margin-bottom: 15px;

            h1{
                font-size: 40px;
                letter-spacing: -1px;
                line-height: 120%;
                
                @media(max-width: 1300px){
                    font-size: 30px;
                }
                @media(max-width: 1000px){
                    font-size: 20px;
                }
            }
        }
        .breadgrumbs{
            margin-top: 0;
            margin-bottom: 20px;

            li{
                &::before{
                    content: '';
                    position: absolute;
                    display: block;
                    right: -8px;
                    top: 50%;
                    transform: translate(0, -50%);
                    width: 14px;
                    height: 14px;
                    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 24 24' fill='none' stroke='%23818181' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: contain;
                }
                &:last-child{
                    display: none;
                }
                a{
                    color: @text-p;
                    
                    &:hover{
                        color: @color-1;
                    }
                }
            }
        }
        .title-top{
            padding-bottom: 40px;
            border-bottom: 2px solid @text;
            margin-bottom: 40px;
        }
    }
    .title-single-prod-mob{
        display: none;
        
        @media(max-width: 900px){
            display: block;
        }
        .title-top{
            padding-bottom: 0;
            border-bottom: none;
            margin-bottom: 20px;
        }
    }

    .top-single-product{
        .image-left{
            .miniature{
                aspect-ratio: 1 / 1;
                transition: 0.3s all;
                box-sizing: border-box;
            }
            .slide-miniature-big{

            }
            .slide-miniature-thumb{
                margin-top: 10px;

                .swiper-slide-thumb-active{
                    border: 2px solid @color-1;
                }
            }
        }

        .text-right{

            .price-cont{
                justify-content: space-between;
                padding-bottom: 40px;
                border-bottom: @border;
                align-items: center;

                .price{
                    width: auto;
                    align-items: center;
                    
                    @media(max-width: 1150px){
                        width: 100%;
                        order: 2;
                    }

                    .price-left{
                        margin-right: 20px;
                        
                        @media(max-width: 900px){
                            width: 100%;
                            margin-right: 0;
                            margin-bottom: 10px;
                        }
                        span{
                            color: @text;
                            display: inline;
                        }
                    }
                    span{
                        color: @text-p;
                        display: block;
                    }
                    .title-block{
                        color: @color-1;
                        margin-bottom: 0;
                        
                        @media(max-width: 1300px){
                            font-size: 20px;
                        }
                    }
                    .product-qty-block{
                        width: auto;
                        align-items: center;

                        @media(max-width: 600px){
                            width: 100%;
                        }
                        .quantity{
                            margin-right: 10px;

                            input{
                                padding: 16px 45px;
                                padding-top: 15px;
                            }
                            .minus-qty{
                                left: 5px;
                                top: 50%;
                                transform: translate(0, -50%);
                            }
                            .plus-qty{
                                right: 5px;
                                top: 50%;
                                transform: translate(0, -50%);
                            }
                        }
                    }
                }
                .share{
                    @media(max-width: 1150px){
                        text-align: right;
                        width: 100%;
                    }
                }


                .add-cart{
                    position: relative;
                    padding-left: 45px;
                    padding-right: 20px;
                    z-index: 3;
                    width: auto;

                    @media(max-width: 600px){
                        width: calc(~'100% - 150px');
                    }
                    &::before{
                        content: '';
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        left: 15px;
                        top: 50%;
                        transform: translate(0, -50%);
                        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' id='Shopping-Cart-1--Streamline-Core' height='18' width='18'%3E%3Cdesc%3E Shopping Cart 1 Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cg id='shopping-cart-1--shopping-cart-checkout'%3E%3Cpath id='Union' fill='%23fff' fill-rule='evenodd' d='M3.84372 0.752707c-0.03848 -0.38327 -0.36105 -0.6750703 -0.74625 -0.6750703H0.769897c-0.414213 0 -0.7499995 0.3357863 -0.7499995 0.7500003 0 0.414213 0.3357865 0.750003 0.7499995 0.750003H2.41901l0.25161 2.50591c-0.00009 0.01752 0.00074 0.03511 0.00251 0.05271l0.48225 4.79481c0.00084 0.00833 0.00189 0.01665 0.00314 0.02493 0.05175 0.34123 0.22508 0.65227 0.48805 0.87579 0.26218 0.22281 0.59585 0.34371 0.93986 0.34061h5.85137c0.3071 0.0129 0.6104 -0.0734 0.8648 -0.2464 0.2584 -0.17571 0.4522 -0.43118 0.5518 -0.72737l0.0005 -0.00157 1.2383 -3.72412 0.0003 -0.00117c0.071 -0.21521 0.0898 -0.44419 0.055 -0.6681 -0.0347 -0.22312 -0.1217 -0.43484 -0.2539 -0.61788 -0.1384 -0.19417 -0.3231 -0.35069 -0.5374 -0.45534 -0.2113 -0.10319 -0.4447 -0.15269 -0.6795 -0.14422H4.12823L3.84372 0.752707ZM11.4249 12.8221c0 -0.6505 -0.5273 -1.1778 -1.1778 -1.1778 -0.65055 0 -1.1779 0.5273 -1.1779 1.1778S9.59655 14 10.2471 14c0.6505 0 1.1778 -0.5274 1.1778 -1.1779Zm-6.32383 -1.1778c0.65051 0 1.17785 0.5273 1.17785 1.1778S5.75158 14 5.10107 14c-0.65052 0 -1.17786 -0.5274 -1.17786 -1.1779s0.52734 -1.1778 1.17786 -1.1778Z' clip-rule='evenodd' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
                    }
                }
                .active-cart{
                    cursor: default;
                    pointer-events: none;

                    &::before{
                        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat 50% 50%;
                    }
                }
            }


            
            .btn-item{
                span{
                    color: @text-p;
                    display: block;
                    margin-bottom: 10px;
                }
                .btn{
                    display: block;
                    margin-bottom: 10px;
                    position: relative;
                    text-align: left;
                    padding-left: 70px;

                    @media(max-width: 1300px){
                        padding-right: 10px;
                    }
                    &::before{
                        content: '';
                        position: absolute;
                        left: 20px;
                        top: 50%;
                        transform: translate(0, -50%);
                        width: 30px;
                        height: 30px;
                    }
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
                .btn-wa{
                    background: #6cd96c;
                    
                    &::before{
                        background: url('../img/whatsapp.svg') no-repeat center center;
                        background-size: contain;
                    }
                    &:hover{
                        background-color: #65ac65;
                    }
                }
                .btn-tg{
                    background: #61c7f5;

                    &::before{
                        background: url('../img/telegram_app.svg') no-repeat center center;
                        background-size: contain;
                    }
                    &:hover{
                        background-color: #59add3;
                    }
                }
            }

            .haracteristic-top{
                .har-item{
                    padding-top: 15px;
                    padding-bottom: 15px;
                    border-bottom: @border;

                    span{
                        display: block;
                        width: 50%;
                    }
                    &:last-child{
                        padding-bottom: 0;
                        border-bottom: none;
                    }
                }
            }
        }
    }

    .text-bottom{
        background: @bg;

        .two-item{
            @media(max-width: 900px){
                margin-top: 0;
            }
        }
        .entrytext{
            padding: 40px;
            
            @media(max-width: 900px){
                padding: 30px;
                order: 2;
            }
        }


        .haracteristic{
            padding: 40px;
            border: 2px solid @text;

            @media(max-width: 900px){
                padding: 30px;
                margin-top: 0;
            }
            .har-item{
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: @border;

                span{
                    display: block;
                    width: 50%;
                }
                &:last-child{
                    padding-bottom: 0;
                    border-bottom: none;
                }
            }
        }
    }

    .text-bottom{
        margin-top: 50px;
    }

    .video-list-single{
        margin-top: 50px;
        
        .title-decor{
            margin-bottom: 10px;
        }
        .btn-block{
            margin-top: 40px;
        }
    }

    .descr-bottom-page{
        margin: 50px 0;

        .title-block{
            margin-top: 40px;
            padding-top: 40px;
            border-top: @border;
            color: @color-1;

            &:first-child{
                margin-top: 0;
                padding-top: 0;
                border: none;
            }
        }
    
        .descr-item{
            margin-bottom: 25px;
            border-bottom: @border;
            padding-bottom: 25px;

            &:last-child{
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }
        }

        .collapsed{
            overflow: hidden;

            &__text{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden;
            }
        }

        .collapsed.is-open{
            .collapsed__text{
                display: block;
                -webkit-line-clamp: unset;
                overflow: visible;
            }
        }

        .text-open{
            margin-top: 10px;
            cursor: pointer;
            display: inline-block;
            padding-right: 20px;
            transition: 0.5s all;
            position: relative;

            &::before{
                content: '';
                position: absolute;
                right: 0;
                top: 1px;
                width: 14px;
                height: 100%;
                background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tcmlnaHQtaWNvbiBsdWNpZGUtY2hldnJvbi1yaWdodCI+PHBhdGggZD0ibTkgMTggNi02LTYtNiIvPjwvc3ZnPg==") no-repeat 50% 50%;
                transition: 0.5s all;
            }

            &.active::before{
                transform: rotate(-90deg);
            }
        }
    }

    .news-list-single{
        margin-top: 100px;

        .title-cont{
            .title-decor{
                margin-bottom: 10px;
            }
            .title-block{
                margin-bottom: 0;
            }
        }
        .btn-block{
            margin-top: 40px;
        }
    }
}

.popular-products{
    background: #eff1f5;
}

.faq-product-single{
    background: @bg;
}


.btns-bottom{
    margin-top: 40px;
    width: calc(~'33.333% - 13px');

    @media(max-width: 1000px){
        width: calc(~'50% - 10px');
        margin-top: 20px;
    }
    @media(max-width: 800px){
        width: 100%;
    }
    .btn{
        width: 100%;
    }
}


.btns-big-page{
    padding-top: 0;

    .btn-item{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        padding: 100px 50px;
        background: @bg;
        position: relative;

        @media(max-width: 800px){
            padding: 50px 20px;
        }
        .title-block{
            margin: 0;
            position: relative;
            z-index: 3;
        }
        &::before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0;
            transition: 0.3s all;
            background: @text;
        }
        &:hover{
            &::before{
                height: 100%;
            }
        }
    }
}

.btns-cont-bottom{
    width: 100%;
    justify-content: center;
    margin-top: 40px;

    .btn{
        width: calc(~'33.333% - 13.5px');
        margin-right: 20px;

        @media(max-width: 1000px){
            width: calc(~'50% - 10px');
        }
        @media(max-width: 600px){
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }
        &:last-child{
            margin-right: 0;
            
            @media(max-width: 600px){
                margin-bottom: 0;
            }
        }
    }
}

.form-min{
    padding: 40px;
    background: @text;
    color: @w;
    margin-bottom: 40px;

    @media(max-width: 800px){
        padding: 40px 20px;
        padding-bottom: 20px;
    }
    .btn-block{
        @media(max-width: 800px){
            margin-top: 10px;
        }
    }
    .btn{
        margin-top: 20px;
        margin-right: 20px;

        @media(max-width: 800px){
            margin-right: 0;
            margin-top: 10px;
        }
        &:hover{
            background: @text-p;
            color: @w;
        }
        &:last-child{
            margin-right: 0;
        }
        &:nth-child(2){
            background: @w;
            color: @text;

            &:hover{
                background: @text-p;
                color: @w;
            }
        }
    }
}


.share{
    position: relative;

    .btn-share{
        color: @text;
        background: #eff1f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='butt' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E") no-repeat 10px 50%;
        padding: 10px;
        padding-top: 8px;
        padding-left: 37px;
        border: none;
        outline: none;
        transition: 0.3s all;
        font-size: 12px;

        &:hover{
            background: @text url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='butt' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E") no-repeat 10px 50%;
            color: @w;
        }
    }
    .share-list{
        position: absolute;
        right: 0;
        top: 45px;
        padding: 10px;
        background: @bg;
        display: none;
        z-index: 10;
        width: max-content;
    }
}

.descr-bottom-page{
    padding-top: 0;

    .entrytext{
        padding: 40px;
        border: 2px solid @text;
        
        @media(max-width: 1000px){
            padding: 20px;
        }
    }
}

.quantity{
    position: relative;
    display: inline-block;

    input{
        width: 140px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #eff1f5;
        background: #eff1f5;
        padding: 11px 45px;
        padding-top: 10px;
        text-align: center;
        border-radius: 5px;
        transition: 0.3s all;
        font-size: 14px;

        &:focus{
            border-color: @color-1;
        }
    }
    button{
        position: absolute;
        border: none;
        outline: none;
        width: 40px;
        height: 40px;
        background: #e5e8ee;
        border-radius: 3px;
        transition: 0.3s all;

        &:hover{
            color: @w;
            background: @color-1;
        }
    }
    .minus{
        left: 0;
    }
    .plus{
        right: 0;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type=number] {
        -moz-appearance: textfield;
    }
}

.page-cart{
    .prod-slide{
        @media(max-width: 1100px){
            overflow: auto;
        }
    }
    .price-item-head{
        @media(max-width: 1100px){
            display: none;
        }
    }
    .price-item{
        @media(max-width: 1100px){
            padding: 20px;
            background: @bg;
            border: none;
            border-radius: 10px;
            margin-bottom: 5px;
            box-sizing: border-box;
            width: 100%;
            position: relative;
        }
        .bg-link{
            width: calc(~'100% - 230px');
            
            @media(max-width: 1100px){
                left: 0;
                width: calc(~'100% - 70px');
                height: calc(~'100% - 70px');
            }
        }
        span{
            @media(max-width: 1100px){
                padding: 0;
                width: 100% !important;
            }
            &:nth-child(1){
                @media(max-width: 1100px){
                    order: 1;
                    width: 80px !important;
                    margin-bottom: 10px;
                }
            }
            &:nth-child(2){
                width: calc(~'54% - 270px');
                
                @media(max-width: 1100px){
                    order: 2;
                    margin-bottom: 5px;
                }
            }
            &:nth-child(3){
                @media(max-width: 1100px){
                    order: 3;
                    margin-bottom: 5px;
                }
            }
            &:nth-child(4){
                width: 12%;

                @media(max-width: 1100px){
                    order: 4;
                    padding-bottom: 10px;
                    border-bottom: @border;
                    margin-bottom: 10px;
                }
            }
            &:nth-child(5){
                width: 12%;
                
                @media(max-width: 1100px){
                    order: 5;
                    font-size: 14px;
                    font-weight: 500;
                    width: calc(~'100% - 140px') !important;
                    padding-right: 10px;
                }
            }
            &:nth-child(6){
                width: 12%;
                
                @media(max-width: 1100px){
                    order: 2;
                    color: @color-1;
                    margin-bottom: 5px;
                }
            }
            &:nth-child(7){
                @media(max-width: 1100px){
                    order: 7;
                }
            }
            &:nth-child(8){
                @media(max-width: 1100px){
                    order: 8;
                }
            }
        }
        .quantity{
            @media(max-width: 1100px){
                order: 20;
            }
        }
        .del-cart{
            width: 40px;
            height: 40px;
            border: none;
            outline: none;
            border-radius: 3px;
            font-size: 0;
            background: #ffeaea url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231f272f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat 50% 50%;
            transition: 0.3s all;
            margin-left: 10px;

            @media(max-width: 1100px){
                position: absolute;
                right: 20px;
                top: 20px;
                z-index: 3;
            }
            &:hover{
                background: @text url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat 50% 50%;
            }
        }
    }

    .cart-stock-total{
        color: @w;
        padding: 10px 20px;
        border-radius: 10px;
        background: @text;
        margin-top: 20px;
        margin-bottom: 40px;

        &:last-child{
            margin-bottom: 0;
        }
        b{
            font-weight: 500;
            color: @color-1;
        }
        span{
            margin-left: 20px;
            
            @media(max-width: 800px){
                display: block;
                margin-top: 5px;
                margin-left: 0;
            }
        }
    }

    .form-cart{
        padding: 20px;
        background: @bg;
        border-radius: 10px;
        border: @border;
        margin-top: 40px;

        input{
            margin-right: 5px;
            
            @media(max-width: 800px){
                margin-right: 0;
                margin-bottom: 10px;
            }
        }
        .descr{
            margin-bottom: 10px;
        }
    }

    .no-cart-text{
        padding: 20px;
        background: @bg;
        border-radius: 10px;
        border: @border;

        .title-block{
            margin-bottom: 10px;
        }
        .btn{
            margin-top: 20px;
        }
    }
}


.page-news{
    .form-min-white{
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: @border;
    }
    .btn-bottom{
        margin-top: 40px;

        .btn{
            width: calc(~'33.333% - 13.5px');
            margin-right: 20px;
            display: block;

            @media(max-width: 1000px){
                width: calc(~'50% - 10px');
            }
            @media(max-width: 520px){
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }
            &:nth-child(3n){
                margin-right: 0;
                
                @media(max-width: 1000px){
                    margin-right: 20px;
                }
            }
            &:nth-child(2n){
                @media(max-width: 1000px){
                    margin-right: 0;
                }
            }
            &:last-child{
                @media(max-width: 520px){
                    margin-bottom: 0;
                }
            }
        }
    }
}



.category{
    .content-title{
        margin-bottom: 10px;
    }
    .descr{
        margin-bottom: 40px;
    }

    .cat-item-big{
        margin-bottom: 40px;

        @media(max-width: 1200px){
            margin-bottom: 20px;
        }
        &:last-child{
            margin-bottom: 0;
        }
        .title-block{
            display: block;
            text-decoration: none;
            margin-bottom: 20px;
        }
    }
}

.products-list-single-news{
    margin-bottom: 20px;
}

.cat-item{
    position: relative;
    width: calc(~'25% - 8px');
    margin-right: 10px;
    margin-bottom: 10px !important;
    background: @bg;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 20px;
    aspect-ratio: 10 /  5;
    border-radius: 5px;
    overflow: hidden;

    @media(max-width: 1000px){
        width: calc(~'33.33333% - 7px');
    }
    @media(max-width: 700px){
        width: calc(~'50% - 5px');
        padding: 10px;
    }
    &:nth-child(4n){
        margin-right: 0;
        
        @media(max-width: 1000px){
            margin-right: 10px;
        }
    }
    &:nth-child(3n){
        @media(max-width: 1000px){
            margin-right: 0;
        }
        @media(max-width: 700px){
            margin-right: 10px;
        }
    }
    &:nth-child(2n){
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    img{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: 0.5s all;
    }
    &::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.3s all;
        z-index: 2;
    }
    span{
        position: relative;
        z-index: 3;
        color: @w;
    }
    &:hover{
        img{
            transform: scale(1.1);
        }
    }
}
.faq-product-single-news{
    margin-bottom: 20px;
    background: transparent;

    .entrytext{
        padding: 20px;
        padding-top: 0;
    }
}

.productcat-list-single-news{
    margin-bottom: 20px;
}




.prod-calc{
    padding: 40px;
    background: #fff;
    border: 2px solid @text;
    border-bottom: none;
    
    @media(max-width: 900px){
        padding: 30px;
    }
}
.prod-calc__intro{
    padding-bottom: 20px;
    border-bottom: @border;
    margin-bottom: 20px;
    
    .prod-calc__title{
        color: @color-1;
        margin-bottom: 9px;
    }
    .calc-descr{
        color: @text-p;
    }
}
.prod-calc__mode{
    .intro-left{
        width: auto;

        .flex_block{
            align-items: center;
        }
        .prod-calc__value{
            margin-left: 10px;
        }
    }
    .prod-calc__field{
        display: block;
        margin-bottom: 10px;

    }
    .prod-calc__label{
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
    }
    input{
        border: none;
        outline: none;
    }
    .js-rubble-m2,
    .js-vol-m3,
    .js-waste,
    .js-m2,
    .js-qty{
        box-sizing: border-box;
        background: #fff;
        border: @border;
        padding: 13px 20px 18px;
        transition: 0.3s all;
        outline: none;
        border-radius: 5px;
        font: inherit;
        width: 100%;
        // margin-left: 10px;

        @media(max-width: 800px) {
            width: 100%;
            margin-right: 0;
        }
        &:nth-child(2n) {
            margin-right: 0;
        }
        &:focus {
            border-color: @color-1;

            &::-webkit-input-placeholder { opacity: 0 }
            &::-moz-placeholder          { opacity: 0 }
            &:-moz-placeholder           { opacity: 0 }
            &:-ms-input-placeholder      { opacity: 0 }
        }
    }
    .prod-calc__total{
        margin-top: 20px;
        padding: 14px 20px;
        background: @bg;
        border-left: 3px solid @color-1;

        .prod-calc__label{
            margin-bottom: 4px;
        }
        .prod-calc__value{
            font-weight: bold;
            color: @color-1;
        }
    }
    .prod-calc__right{
        margin-top: 20px;

        .prod-calc__field{
            padding-right: 20px;
            margin-right: 20px;
            border-right: @border;

            &:last-child{
                padding-right: 0;
                margin-right: 0;
                border-right: none;
            }
            .prod-calc__value{
                font-weight: bold;
            }
        }
    }
    .prod-calc__checkline{
        cursor: pointer;

        .prod-calc__check{
            display: none;
        }
        span{
            display: block;
            padding-left: 40px;
            position: relative;

            @media(max-width: 1200px){
                padding: 2px 0;
                padding-left: 40px;
            }
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
                width: 30px;
                height: 15px;
                border: @border;
                background: @bg;
                border-radius: 20px;
                z-index: 1;
                transition: 0.3s all;
            }
            &::after{
                content: '';
                position: absolute;
                left: 1px;
                top: 3px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: @color-2;
                z-index: 2;
                transition: 0.3s all;
            }
        }
        input:checked ~ span{
            &::before{
                background: @color-1;
                border-color: @color-1;
            }
            &::after{
                left: 16px;
            }
        }
    }
    .prod-calc__waste-field{
        opacity: 1;
        transition: 0.3s all;
        display: block;
    }
    .prod-calc__waste-field.is-hidden{
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .intro-left-top{
        .intro-left-top-cont{
            position: relative;
        }
        .js-rubble-m2,
        .js-m2{
            padding-right: 100px;
        }
        .prod-calc__value{
            position: absolute;
            right: 1px;
            top: 1px;
            bottom: 1px;
            padding: 13px 15px 18px;
            background: @bg;
            box-sizing: border-box;
            background: @bg;
            border-radius: 6px;
        }
    }
}
.prod-calc__disclaimer{
    padding: 20px;
    background: @color-2;
    margin-top: 10px;

    p{
        color: @w;
    }
    a{
        color: @color-1;

        &:hover{
            color: @w;
        }
    }
}


.visual-portfolio{
    section{
        border-bottom: @border;
    }

    .visual-item{
        position: relative;
        padding-top: 30px;

        .miniature{
            position: relative;
            width: calc(~'33.333% - 13.333px');
            padding-top: 43%;
            margin-right: 20px;
            
            @media(max-width: 1280px){
                width: calc(~'33.333% - 6.666px');
                margin-right: 10px;
            }
            &:nth-child(3){
                margin-right: 0;
            }
            img{
                position: absolute;
                left: 0;
                top: 0;
            }
        }
        .info-title{
            &::after,
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 10px;
                border: 1px solid @text-p;
                border-bottom: none;
                width: calc(~'33.333% - 13.333px');
                box-sizing: border-box;
                
                @media(max-width: 1280px){
                    width: calc(~'33.333% - 6.666px');
                }
            }
            &::before{
                width: calc(~'66.666% - 6px');
                left: auto;
                right: 0;
                
                @media(max-width: 1280px){
                    width: calc(~'66.666% - 3px');
                }
            }
        }
        &::after,
        &::before{
            content: 'Фото ДО';
            position: absolute;
            left: 0;
            top: 5px;
            width: calc(~'33.333% - 13.333px');
            text-align: center;
            font-size: 12px;
            color: #f77373;
            box-sizing: border-box;

            @media(max-width: 1280px){
                width: calc(~'33.333% - 6.666px');
            }
        }
        &::before{
            content: 'Фото ПОСЛЕ';
            width: calc(~'66.666% - 6px');
            left: auto;
            right: 0;
            color: @color-1;
            
            @media(max-width: 1280px){
                width: calc(~'66.666% - 3px');
            }
        }
    }
    .slider-prev{
        left: -26px;
        margin-top: 0;
        
        @media(max-width: 1280px){
            left: -16px;
        }
    }
    .slider-next{
        right: -26px;
        margin-top: 0;
        
        @media(max-width: 1280px){
            right: -16px;
        }
    }

    .entrytext{
        margin-top: 20px;
    }
    .btn{
        margin-top: 20px;

        span{
            display: block;
            font-weight: 500;
            font-size: 14px;
        }
    }
}