@color-1: #7f545d;
@color-2: #f0f0f0;

@bg: #f3f3f3;
@bg-dop: #fbfbfb;
@b-color: #f0f0f0;
@border: 1px solid @b-color;

@text: #353645;
@text-p: #2a3245;
@w: #ffffff;

@p: 100px;
@p-min: 50px;

@font-1: 'Onest', 'Arial', sans-serif;
@font-2: 'Onest', 'Arial', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;400;500;600;700&display=swap');

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

//ОБЩИЕ СТИЛИ
body{
    color: @text;
    background: #ffffff;
    font-size: 14px;
    line-height: normal;
    font-family: @font-2;
    
    @media(max-width: 1500px){
        font-size: 13px;
    }
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
.miniature{
    background: @bg;
    overflow: hidden;
    border-radius: 20px;
        
    iframe,
    video,
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.miniature-hover{
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    
    &::after{
        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;
    }
    &:hover{
        &::after{
            opacity: 1;
        }
    }
}

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

.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;
}

.title-bold,
.descr-modal,
p, li{
    line-height: 22px;
    margin: 0;
    color: @text-p;
    
    @media(max-width: 1500px){
        line-height: 20px;
    }
}

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

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


@font-title-big: 60px;
@font-title-cont: 40px;
@font-title-block: 20px;

.title-big{
    font-size: @font-title-big;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: @font-1;
    margin-bottom: 40px;
    margin-left: -4px;
    
    @media(max-width: 1500px){
        font-size: calc(@font-title-big * 0.8);
        letter-spacing: normal;
        margin-top: -10px;
    }
    @media(max-width: 600px){
        font-size: calc(@font-title-big * 0.6);
        margin-left: 0;
    }
    h1{
        font-size: @font-title-big;
        line-height: 110%;
        font-weight: 500;
        margin: 0;
        
        @media(max-width: 1500px){
            font-size: calc(@font-title-big * 0.8);
            letter-spacing: normal;
        }
        @media(max-width: 600px){
            font-size: calc(@font-title-big * 0.6);
        }
    }
}
.content-title{
    font-size: @font-title-cont;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 30px;
    margin-top: -15px;
    position: relative;
    font-family: @font-1;
    
    @media(max-width: 1500px){
        font-size: calc(@font-title-cont * 0.8);
        letter-spacing: normal;
        margin-top: -10px;
    }
    @media(max-width: 600px){
        font-size: calc(@font-title-cont * 0.6);
    }
    h1{
        font-size: @font-title-cont;
        line-height: 110%;
        font-weight: 500;
        margin: 0;
        
        @media(max-width: 1300px){
            font-size: calc(@font-title-cont * 0.8);
            letter-spacing: normal;
        }
        @media(max-width: 600px){
            font-size: calc(@font-title-cont * 0.6);
        }
    }
}
br{
    @media(max-width: 800px){
        display: none;
    }
}

.title-modal,
.title-block{
    font-family: @font-1;
    font-size: @font-title-block;
    line-height: 120%;
    letter-spacing: -0.2px;
    font-weight: 500;
    margin-bottom: 15px;
    
    @media(max-width: 1500px){
        font-size: calc(@font-title-block * 0.8);
        letter-spacing: normal;
    }
}
 
.title-bold{
    font-weight: bold;
    margin-bottom: 5px;
}

.title-decor{
    color: #b5a0a4;
    font-family: @font-1;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    
    p{
        font-family: @font-1;
        color: #b5a0a4 !important;
    }
}

.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;
    position: relative;
    
    padding: 18px 30px;
    padding-top: 14px;
    padding-right: 50px;
    border-radius: 30px;
    background: @color-1;
    color: @w;
    
    @media(max-width: 800px){
        width: 100%;
    }
    &:hover{
        color: @w;
        background: @text;
        
        &::before{
            opacity: 1;
        }
        &::after{
            opacity: 0;
        }
    }
    &::after,
    &::before{
        content: '';
        display: block;
        background: 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='%23fff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M5 12h13M12 5l7 7-7 7'/%3e%3c/svg%3e") no-repeat 50% 50%;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        z-index: 2;
        transition: 0.3s all;
    }
    &::after{
        background: 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='%231c202a' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M5 12h13M12 5l7 7-7 7'/%3e%3c/svg%3e") no-repeat 50% 50%;
        background-size: contain;
        opacity: 0;
    }
}

.btn-border{
    background: @w;
    color: @text;
    
    &::before{
        opacity: 0;
    }
    &::after{
        opacity: 1;
    }
}

.btn-big{
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}

.btn-min{
    padding: 13px 20px;
    padding-top: 9px;
    
    &::before,
    &::after{
        display: none;
    }
}

.btn-modal-download{
    &::before{
        background: 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='%23fff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5'/%3e%3c/svg%3e") no-repeat 50% 50%;
        background-size: contain;
    }
    &::after{
        background: 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='%231c202a' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5'/%3e%3c/svg%3e") no-repeat 50% 50%;
        background-size: contain;
    }
}

//слайдер
.swiper{
    .swiper-wrapper{
        align-content: flex-start;
        list-style: none;
    }
}
.slider-cont{
    position: relative;
}
.slider-nav-item{
    position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -20px;
    background-color: @color-2;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    @media(max-width: 1100px){
        width: 30px;
        height: 30px;
    }
    &:hover{
        opacity: 0.5;
    }
}
.slider-prev{
    left: -20px;
    background: @color-2 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%3cpath d='M15 18l-6-6 6-6'/%3e%3c/svg%3e") no-repeat 50% 50%;
    
    @media(max-width: 1100px){
        left: -15px;
        background-size: 50%;
    }
}
.slider-next{
    right: -20px;
    background: @color-2 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%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e") no-repeat 55% 50%;
    
    @media(max-width: 1100px){
        right: -15px;
        background-size: 50%;
    }
}
.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);
    display: none;
    
    .modal-smg_boby-content{
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        align-content: center;
        justify-content: center;
        
        .modal-smg{
            width: 400px;
            position: relative;
            background-color: @bg;
            z-index: 2;
            box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
            text-align: center;
            border-radius: 15px;
            
            @media(max-width: 800px){
                width: auto;
                margin: 0 20px;
            }
            input{
                width: 100%;
                margin-bottom: 15px;
            }
        }
            
        .modal-smg_container{
            padding: 60px 40px;
        }
        
        .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{
        .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;
            }
        }
    }
}

.modal-socials{
    ul{
        li{
            margin-bottom: 10px;
        }
    }
    .btn{
        padding-right: 50px;
        padding-left: 50px;

        &::before{
            left: 20px;
        }
    }
    .whatsapp{
        background: #6cd96c;

        &::before{
            background: url('../img/whatsapp.svg') no-repeat 50% 50%;
            background-size: contain;
        }
        &:hover{
            background: @text;
        }
    }
    .max{
        background: #161f8a;
        margin-left: 5px;

        &::before{
            background: url('../img/max.svg') no-repeat 50% 50%;
            background-size: contain;
        }
        &:hover{
            background: @text;
        }
    }
    .telegram{
        background: #61c7f5;
        margin-left: 5px;

        &::before{
            background: url('../img/telegram_app.svg') no-repeat 50% 50%;
            background-size: contain;
        }
        &:hover{
            background: @text;
        }
    }
}

.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;
    margin-top: 30px;
    
    li{
        display: inline-block;
        vertical-align: text-top;
        vertical-align: top;
        margin-right: 5px;

        .soc-item{
            display: block;
            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;
        }
        .wa{
            background-image: url('../img/whatsapp.svg');
            &:hover{
                background-color: #6cd96c;
            }
        }
        .tg{
            background-image: url('../img/telegram_app.svg');
            &:hover{
                background-color: #61c7f5;
            }
        }
        .vk{
            background-image: url('../img/vk.svg');
            &:hover{
                background-color: #0077ff;
            }
        }
        .max{
            background-image: url('../img/max.svg');
            &:hover{
                background-color: #161f8a;
            }
        }
        .youtube{
            background-image: url('../img/yt.svg');
            &:hover{
                background-color: #fe0200;
            }
        }
        .dzen{
            background-image: url('../img/dz.svg');
            &:hover{
                background-color: #000000;
            }
        }
        .rutube{
            background-image: url('../img/rutub.svg');
            &:hover{
                background-color: #100943;
            }
        }
    }
}

form{
    textarea,
    input{
        box-sizing: border-box;
        background: #fff;
        border: @border;
        padding: 0 30px;
        padding-top: 13px;
        padding-bottom: 18px;
        transition: 0.3s all;
        box-sizing: border-box;
        outline: none;
        border-radius: 5px;
        
        @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}
        }
    }
    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: 0;
    }
    .adres{
        margin-top: 10px;
    }
}



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

.two-item{
    box-sizing: border-box;
    width: calc(~'50% - 10px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 800px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(2n){
        margin-right: 0;
    }
    &:nth-child(-n+2){
        margin-top: 0;
        
        @media(max-width: 800px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 800px){
            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: 600px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(3n){
        margin-right: 0;
        
        @media(max-width: 1000px){
            margin-right: 20px;
        }
        @media(max-width: 600px){
            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: 600px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 600px){
            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(~'50% - 10px');
    }
    @media(max-width: 600px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(4n){
        margin-right: 0;
        
        @media(max-width: 1200px){
            margin-right: 20px;
        }
        @media(max-width: 600px){
            margin-right: 0;
        }
    }
    &:nth-child(2n){
        @media(max-width: 1200px){
            margin-right: 0;
        }
    }
    &:nth-child(-n+4){
        margin-top: 0;
        
        @media(max-width: 1200px){
            margin-top: 20px;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 1200px){
            margin-top: 0;
        }
        @media(max-width: 600px){
            margin-top: 20px;
        }
    }
    &:nth-child(1){
        @media(max-width: 600px){
            margin-top: 0;
        }
    }
}
.five-item{
    box-sizing: border-box;
    width: calc(~'20% - 16px');
    margin-right: 20px;
    margin-top: 20px;
    
    @media(max-width: 1200px){
        width: calc(~'33.333% - 14px');
    }
    @media(max-width: 900px){
        width: calc(~'50% - 10px');
    }
    @media(max-width: 600px){
        width: 100%;
        margin-right: 0;
    }
    &:nth-child(5n){
        margin-right: 0;
        
        @media(max-width: 1200px){
            margin-right: 20px;
        }
        @media(max-width: 600px){
            margin-right: 0;
        }
    }
    &:nth-child(3n){
        @media(max-width: 1200px){
            margin-right: 0;
        }
        @media(max-width: 900px){
            margin-right: 20px;
        }
        @media(max-width: 600px){
            margin-right: 0;
        }
    }
    &:nth-child(2n){
        @media(max-width: 900px){
            margin-right: 0;
        }
    }
    &:nth-child(1){
        @media(max-width: 600px){
            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: 50%;
    margin-bottom: 15px;
}

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

.head-smg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    transition: 0.3s all;
    
    .flex_block{
        align-items: center;
        justify-content: space-between;
    }
    
    .head-top{
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: 0.3s all;
        
        .btn-modal-region{
            color: @w;
            border-color: @w;
            
            @media(max-width: 470px){
                display: block;
                margin-bottom: 15px;
            }
            &:hover{
                color: @color-1;
                border-color: transparent;
            }
        }
        .head-right{
            .socials{
                display: inline-block;
                vertical-align: middle;
                margin: 0;
                margin-right: 30px;
                
                @media(max-width: 800px){
                    margin-right: 0;
                }
            }
            .contacts-list{
                display: inline-block;
                vertical-align: middle;
                
                a{
                    color: @w;
                }
            }
            .btn{
                display: inline-block;
                vertical-align: middle;
            }
        }
    }
    .head-bottom{
        padding-top: 5px;
        padding-bottom: 5px;
        transition: 0.3s all;
        
        .logo{
            display: block;
            width: 160px;
            height: 60px;
            background: url('../img/logo-white.svg') no-repeat 0 50%;
            background-size: contain;

            @media(max-width: 1000px){
                height: 45px;
            }
        }
    }
}
.head-smg-fixed{
    background: #fff;
    padding: 5px 0;
    transform: translate(0, -81px);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    
    @media(max-width: 451px){
        transform: translate(0, -81px);
    }
    .head-bottom{
        padding: 0;
        
        .logo{
            background: url('../img/logo.svg') no-repeat 0 50%;
            background-size: contain;
        }
    }
    .menu-smg ul li a{
        color: @text;
        
        @media(max-width: 1000px){
            color: @w;
        }
    }
    .menu-smg ul .current_page_item{
        color: @color-1;
    }
}

.menu-smg{
    .btn-menu{
        display: none;
        text-decoration: none;
        text-align: center;
        color: #fff;

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

            span{
                display: block;
                width: 25px;
                height: 2px;
                background: #fff;
                margin: 4px 0;
                transition: 0.3s all;
            }
        }
    }
    .active{
        .icon-menu{
            span{
                position: absolute;

                &:nth-child(1){
                    transform: rotate(45deg);
                    top: 17px;
                }
                &:nth-child(2){
                    opacity: 0;
                }
                &:nth-child(3){
                    transform: rotate(-45deg);
                    top: 17px;
                }
            }
        }
    }
    .menu-animate-mobile{
        @media(max-width: 1000px){
            display: none;
            position: absolute;
            top: 135px;
            background: @text;
            padding: 40px 0;
            left: 0;
            width: 100%;
            z-index: 20;
        }
        @media(max-width: 451px){
            top: 167px;
        }
    }
    ul{
        li{
            list-style: none;
            display: inline-block;
            vertical-align: text-top;

            @media(max-width: 1000px){
                display: block;
                text-align: center;
            }
            a{
                display: block;
                text-decoration: none;
                padding: 20px 17px;
                padding-top: 15px;
                transition: 0.3s all;
                color: @w;
                position: relative;
                font-weight: 500;

                @media(max-width: 1000px){
                    padding: 10px 0;
                    color: #fff;
                }
                &:hover{
                    color: @color-1;
                }
            }
            &:last-child a{
                padding-right: 0;
            }
        }
        .current_page_item{
                color: @color-1;
        }
    }
}

.intro{
    position: relative;
    background: @w;
    padding-top: 300px;
    padding-bottom: @p;
    height: 100vh;
    box-sizing: border-box;
    
    @media(max-width: 800px){
        height: auto;
    }
//    &::before{
//        content: '';
//        position: absolute;
//        left: 0;
//        bottom: -2px;
//        width: 100%;
//        height: 75px;
//        background: #fff;
//        z-index: 3;
//    }
    .container{
        height: 100%;
    }
    .flex_block{
        flex-direction: column;
        justify-content: flex-end;
        
        @media(max-width: 800px){
            flex-direction: row;
        }
    }
    .text{
        position: relative;
        z-index: 4;
        box-sizing: border-box;
        color: @w;
        height: 100%;
        
        .text-top{
            width: 100%;
            
            .title-big{
                text-transform: uppercase;
                margin-bottom: 30px;
            }
            .title-top{
//                color: #b5a0a4;
                margin-bottom: 10px;
            }
        }
        .btn-block-text{
            display: inline-block;
            box-sizing: border-box;
            width: auto;
            margin-top: 40px;
            padding-top: 50px;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            
            @media(max-width: 800px){
                margin-top: 25px;
                padding-top: 30px;
            }
            .title-block{
                color: @w;
                vertical-align: text-top;

                @media(max-width: 800px){
                    margin-bottom: 15px;
                }
            }
            .btn{
                vertical-align: text-top;
            }
            
            .btn-scroll{
                &::before{
                    background-image: 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='%23fff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M12 5v13M5 12l7 7 7-7'/%3e%3c/svg%3e");
                }
            }
        }
    }
    .miniature{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 2;
//        filter: grayscale(100%);
        
        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            transition: 0.3s all;
        }
    }
}

.btn-modal-region{
    color: @color-1;
    display: inline-block;
    border-bottom: 1px solid @color-1;
    transition: 0.3s all;
    cursor: pointer;
    
    &:hover{
        color: @text;
        border-bottom-color: transparent;
    }
}

.btn-block-text{
    position: relative;
    
    .title-block{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .btn{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
}

.about{
    padding-top: @p;
    padding-bottom: @p;
    background: #efefef;
    margin-top: -2px;
    
    .ft-item{
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dedede;
        
        .num{
            margin-top: -5px;
            margin-bottom: 0;
        }
    }
    .maps{
        position: relative;
        
        .map-item{
            position: relative;
            z-index: 2;
            color: @w;
            
            .map-point{
                .point{
                    position: absolute;
                    left: 18%;
                    bottom: 10%;
                    width: 100px;
                    height: 100px;
                    
                    @media(max-width: 800px){
                        width: 50px;
                        height: 50px;
                    }
                    &::before{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: @color-1;
                        border-radius: 50%;
                        opacity: 0.7;
                    }
                    &::after{
                        content: '';
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        width: 6px;
                        height: 6px;
                        background: @w;
                        border-radius: 50%;
                        transform: translate(-50%, -50%);
                    }
                    span{
                        position: absolute;
                        left: 50%;
                        bottom: 50%;
                        width: 300px;
                        border-bottom: @border;
                        padding-left: 120px;
                        padding-bottom: 20px;
                        
                        @media(max-width: 800px){
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .map-text-mob{
        display: none;

        @media(max-width: 800px){
            display: block;
            margin-top: 30px;
        }
        br{
            display: block !important;
        }
    }
}

.features-num{
    padding-top: @p-min;
    padding-bottom: @p-min;
    margin-bottom: @p;
    background: @text;
    
//    border-bottom: @border;
    
    .ft-item{
        margin-right: 60px;
        
        .num{
//            color: @color-1;
            color: @w;
            margin-bottom: 0;
        }
        p{
            color: @w;
        }
    }
}

.link-item{
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.btn-block-mob{
    display: none;
    
    @media(max-width: 1100px){
        display: block;
        margin-top: 30px;
    }
}

.product-list{
    padding-top: @p;
    padding-bottom: @p;
    margin-top: -1px;
    
    .product-list-cont{
        padding-bottom: @p;
        border-bottom: @border;
        
        @media(max-width: 1100px){
            padding-bottom: 30px;
        }
    }
}

#product-list{
    .product-item{
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    }
}

.product-item{
    background: #fff;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;

    .miniature{
        position: relative;
        padding-top: 70%;
        overflow: hidden;

        img{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            transition: 0.7s all;
        }
    }
    .text{
        padding: 30px;

        .title-block{
            padding-bottom: 5px;
            display: inline-block;
            transition: 0.3s all;
            position: relative;

            &::before{
                content: '';
                position: absolute;
                width: 0;
                height: 1px;
                left: 0;
                bottom: 0;
                background: @text;
                transition: 0.3s all;
            }
        }
        ul{
            li{
                padding: 10px 0;
                border-bottom: 1px dotted @b-color;
                
                &:last-child{
                    border-bottom: none;
                    padding-bottom: 0;
                }
                span{
                    width: 50%;
                    display: block;
                    box-sizing: border-box;
                    opacity: 0.7;

                    &:nth-child(1){
                        padding-right: 20px;
                    }
                    &:nth-child(2){
                        text-align: right;
                    }
                }
            }
        }
    }
    .btn-block{
        padding: 30px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        opacity: 0;
        transition: 0.5s all;

        .btn{
            width: calc(~'50% - 5px');
            margin-right: 10px;

            &:nth-child(1){
                &::before{
                    background: 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='%23fff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e%3cline x1='12' y1='8' x2='12' y2='16'%3e%3c/line%3e%3cline x1='8' y1='12' x2='16' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: contain;
                }
                &::after{
                    background: 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='%231c202a' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='12' cy='12' r='10'%3e%3c/circle%3e%3cline x1='12' y1='8' x2='12' y2='16'%3e%3c/line%3e%3cline x1='8' y1='12' x2='16' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: contain;
                }
            }
            &:nth-child(2n){
                margin-right: 0;
            }
        }
    }

    &:hover{
        .btn-block{
            opacity: 1;
        }
        .miniature{
            img{
                transform: scale(1.1);
            }
        }
        .text .title-block{                
            &::before{
                width: 100%;
            }
        }
    }
}

.btn-block{
    .btn{
        display: inline-block;
        vertical-align: text-top;
    }
    .slider-nav-item{
        position: static;
        display: inline-block;
        vertical-align: text-top;
        margin: 0;
        margin-left: 5px;
        
        @media(max-width: 1100px){
            position: absolute;
            z-index: 3;
            margin-left: 0;
        }
    }
}
.product-list-slider-lemezit,
.product-list-slider{
    padding-top: 0;
    
    .container{
        @media(max-width: 1100px){
            position: relative;
        }
    }
    .product-list-cont{
        padding-bottom: 0;
        border: none;
    }
    .product-slider-lemezit,
    .product-slider{
        margin-right: -150px;
        
        @media(max-width: 1600px){
            margin-right: -70px;
        }
        @media(max-width: 1200px){
            margin-right: 0;
        }
    }
    .product-item{
        border: @border;
    }
}

.title-cont{
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    
    .title-big,
    .content-title{
        margin-bottom: 0;
    }
    .btn-block{
        margin: 0 !important;
        
        .btn{
            @media(max-width: 1100px){
                display: none;
            }
        }
    }
}

.video-list-slider{
    padding-top: @p;
    padding-bottom: @p;
    background: @bg;
    
    .container{
        @media(max-width: 1100px){
            position: relative;
        }
    }
    .video-slider{
        margin-right: -150px;
        
        @media(max-width: 1600px){
            margin-right: -70px;
        }
        @media(max-width: 1200px){
            margin-right: 0;
        }
    }
    .btn-block{
        margin-top: 30px;
    }
}

.video-list-slider-home{
    .slider-nav-item{
        background-color: @w;
    }
}

.video-item{
    .miniature{
        position: relative;
        padding-top: 57%;
        overflow: hidden;

        iframe{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transition: 0.7s all;
            object-fit: cover;
        }
    }
    .text{
        margin-top: 20px;
        padding-right: 30px;

        time{
            color: @text-p;
        }
    }
}

.features{
    position: relative;
    color: @w;
    
    &::before{
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        height: 50%;
        width: 100%;
        background: @bg;
    }
    .entrytext{
        padding-right: 50%;
        
        @media(max-width: 1100px){
            padding-right: 0;
        }
        p{
            color: @w;
            opacity: 0.5;
        }
    }
    .features-cont{
        position: relative;
        z-index: 3;
        padding: @p;
        background: @text;
        border-radius: 20px;
        
        @media(max-width: 1100px){
            padding: 50px 30px;
        }
    }
    .ft-item{
        padding: 30px;
        background: #3e3f50;
        border-radius: 20px;
        
        @media(max-width: 800px){
            padding-right: 0;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        &:last-child{
            @media(max-width: 800px){
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }
        }
        .icon{
            width: 60px;
            height: 60px;
            background-color: @w;
            border-radius: 50%;
            position: relative;
            
            @media(max-width: 800px){
                width: 40px;
                height: 40px;
            }
        }
        .title-bold, p{
            color: @w;
        }
        p{
            opacity: 0.5;
        }
    }
        
    .btn-block{
        padding-top: @p-min;
        margin-top: @p-min;
        border-top: 1px solid rgba(255, 255, 255, 0.1);

        .title-block{
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            margin-right: 30px;
        }
        .btn{
            vertical-align: middle;
        }
    }
}

.delivery{
    margin-top: 20px;
    padding-bottom: @p;
    
    .delivery-cont{
        background: #fff;
        padding: @p;
        margin-bottom: 20px;
        box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
        border-radius: 15px;
        
        @media(max-width: 1100px){
            padding: 50px 30px;
        }
        &:last-child{
            margin-bottom: 0;
        }
        .btn-block{
            @media(max-width: 1100px){
                display: none;
            }
        }
    }
    .dev-item{
        padding-top: 9px;
        padding-bottom: 35px;
        margin-bottom: 30px;
        border-bottom: @border;
        padding-left: 60px;
        position: relative;
        
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .num{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            line-height: 40px;
            text-align: center;
            color: @w;
            background: @text;
            position: absolute;
            left: 0;
            top: 0;
        }
        p{
            opacity: 0.7;
        }
    }  
    .btn-block{
        margin-top: 30px;
    }
}

.reviews{
    padding-bottom: @p-min;
    
    .content-title{
    }
    .descr-title{
    }
}
.rev-item{
    padding: 30px;
    background: @bg;
    text-decoration: none;
    position: relative;
    transition: 0.3s all;
    border-radius: 15px;
    
    @media(max-width: 800px){
        width: calc(~'50% - 10px');
        margin-right: 20px;
        margin-top: 20px;
    }
    &:nth-child(2n){
        @media(max-width: 800px){
            margin-right: 0;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 800px){
            margin-top: 0;
        }
    }
    .rev-top{
        justify-content: space-between;
        padding-bottom: 50px;
        margin-bottom: 20px;
        border-bottom: @border;
        border-color: #ffffff;
        transition: 0.3s all;
        
        @media(max-width: 800px){
            padding-bottom: 20px;
        }
        .icon{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #fff;
            background-size: 60%;
            background-position: center center;
            display: block;
            margin: 0;
            
            @media(max-width: 800px){
                width: 40px;
                height: 40px;
            }
        }
        .num{
            margin: 0;
            color: #6cd96c;
        }
    }
    
    .title-bold,
    .title-block{
        margin-bottom: 0;
        transition: 0.3s all;
    }
    .btn-decor{
        display: inline-block;
        padding: 10px;
        border-radius: 20px;
        border: @border;
    }
    &:hover{
        background: @color-1;
        color: @w;
        
        .title-bold,
        .title-block{
            color: @w;
        }
        .rev-top{
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }
    }
}
.rev-item.avito .icon{
    background-image: url('../img/avito.svg');
}
.rev-item.yandex .icon{
    background-image: url('../img/yandex.svg');
}
.rev-item.google .icon{
    background-image: url('../img/google.svg');
}
.rev-item.youtube .icon{
    background-image: url('../img/youtube.svg');
}

.faq{
    position: relative;
    
    @media(max-width: 800px){
        margin-bottom: @p;
    }
    &::before,
    &::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: @bg;
        
        @media(max-width: 800px){
            display: none;
        }
    }
    &::after{
        background: @text;
//        background: #b5a0a4;
        right: 0;
        left: auto;
    }
    .two-item{
        padding: @p 0;
        position: relative;
        z-index: 2;
        
        @media(max-width: 800px){
            padding: 50px 30px;
            margin-bottom: 0;
            border-radius: 20px;
        }
        &:nth-child(1){
            @media(max-width: 800px){
                background: @bg;
            }
        }
        &:nth-child(2){
            @media(max-width: 800px){
                background: @text;
            }
        }
    }
    .faq-item{
        margin-right: 50px;
        border-bottom: 1px dotted @b-color;
        border-bottom-color: #e3e3e3;
        position: relative;
        
        @media(max-width: 800px){
            margin-right: 0;
        }
        &:last-child{
            margin-bottom: 0;
        }
        .title-block{
            position: relative;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-right: 40px;
            margin-bottom: 0;
            cursor: pointer;
            transition: 0.3s all;
            
            &::before{
                content: '';
                position: absolute;
                right: 0;
                top: 16px;
                width: 30px;
                height: 30px;
                border: @border;
                border-bottom-color: #e3e3e3;
                background: 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='%23353645' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                background-size: 20px;
                border-radius: 50%;
                transition: 0.3s all;
            }
            &:hover{
                color: @color-1;
                
                &::before{
                    background: @color-1 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='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: 20px;
                }
            }
        }
        .active{
            &::before{
                background: @color-1 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='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                background-size: 20px;
            }
            &:hover{
                &::before{
                    background: @color-1 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='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
                    background-size: 20px;
                }
            }
        }
        
        .entrytext{
            padding-bottom: 20px;
            display: none;
        }
    }
    .right-info{
        color: @w;
        padding-left: @p-min;
        
        @media(max-width: 800px){
            padding: 50px 30px;
        }
        .content-title{
            margin-bottom: 20px;
        }
        .descr{
            margin-bottom: 30px;

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

.contacts{
    padding-top: @p;
    background: @text;
    color: @w;
    
    a, p, li{
        color: @w;
    }
    
    .title-top{
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 45px;
        justify-content: space-between;
        
        p{
            color: #b5a0a4 !important;
        }
    }
    
    .right-cont{
        .rev-item{
//            background: #b5a0a4;
            
            .rev-top{
                padding-bottom: 20px;
            }
            &:hover{
                background: @color-1;
            }
        }
    }
    .menu-footer{
        margin-top: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        justify-content: space-between;
        
        @media(max-width: 500px){
            padding: 10px 0;
        }
        .menu-cont{
            ul{
                li{
                    list-style: none;
                    display: inline-block;
                    vertical-align: text-top;

                    @media(max-width: 1000px){
                        width: 49%;
                    }
                    a{
                        display: block;
                        text-decoration: none;
                        padding: 22px 17px;
                        padding-bottom: 25px;
                        transition: 0.3s all;
                        color: @w;
                        position: relative;
                        font-weight: 500;
                        
                        @media(max-width: 1000px){
                            padding: 10px 15px;
                            padding-left: 0;
                        }
                        &:hover{
                            color: @color-1;
                        }
                    }
                    &:first-child a{
                        padding-left: 0;
                    }
                }
                .current-menu-item{
                    a{
                        color: @color-1;
                    }
                }
            }
        }
        .btn-block{
            @media(max-width: 1300px){
                width: 100%;
            }
            @media(max-width: 1000px){
                padding: 10px 0;
                padding-top: 15px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }
            .polit{
                display: inline-block;
                padding: 22px 0;
                padding-top: 23px;
                text-decoration: none;
                font-weight: 500;
                margin-left: 30px;

                @media(max-width: 1300px){
                    padding-top: 20px;
                    margin: 0 10px;
                }
                @media(max-width: 500px){
                    display: block;
                    margin: 0;
                    padding: 5px;
                    padding-left: 0;
                }
                &:first-child{
                    @media(max-width: 1300px){
                        margin-left: 0;
                    }
                }
                &:hover{
                    color: @color-1;
                }
            }
        }
    }
}

.smg-footer{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    
    @media(max-width: 800px){
        text-align: center;
    }
    a{
        color: @w;
        
        &:hover{
            color: @color-1;
        }
    }
    .polit{
        text-decoration: none;
    }
    .danilsmg{
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 60px;
        background: url('../img/logo_danilsmg-white.svg') no-repeat right 2px;
        background-size: auto 14px;
        color: @w;
    }
    
    .two-item{
        opacity: 0.5;
        
        &:nth-child(2){
            text-align: right;
            
            @media(max-width: 800px){
                text-align: center;
                margin-top: 5px;
            }
        }
    }
}


.intro-page{
    padding-top: 200px;
    padding-bottom: @p;
    background-color: @text;
    position: relative;
    color: @w;
    
    @media(max-width: 800px){
        padding-top: 250px;
        padding-bottom: 80px;
    }
    .title-big,
    .content-title{
        margin-bottom: 0;
    }
}
.intro-page-center{
    text-align: center;
}
.breadgrumbs{
    margin-top: 10px;
    
    ul{
        padding: 0;
        margin: 0;

        li{
            list-style: none;
            display: inline-block;
            vertical-align: text-top;
            font-size: 14px;
            margin-right: 4px;
            padding-right: 18px;
            position: relative;
            color: @color-1;
            
            &::before{
                content: '—';
                position: absolute;
                display: block;
                right: 0;
                top: 1px;
                color: #b5a0a4;
                font-size: 12px;
            }
            &:last-child{
                padding-right: 0;
                margin-right: 0;

                &::before{
                    display: none;
                }
            }
            a{
                color: #b5a0a4;
                text-decoration: none;

                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }
}

.page-content{
    padding-top: 100px;
    padding-bottom: 100px;
    
    @media(max-width: 800px){
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.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: 20px;
            
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 8px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: @color-1;
                
                @media(max-width: 1400px){
                    top: 7px;
                }
            }
        }
    }
    ol{
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
        counter-reset: myCounter;
        
        li{
            margin-bottom: 10px;
            line-height: 26px;
            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%;
                font-size: 14px;
            }
        }
    }
    
    .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;
                }
            }
        }
    }
    
    *: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: 500px){
        right: 10px;
    }
    .soc--inner{
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        border-radius: 50%;
        transition: 0.3s all;
        
        @media(max-width: 500px){
            width: 40px;
            height: 40px;
            margin-bottom: 6px;
        }
        &:last-child{
            margin-bottom: 0;
        }
    }
    .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;
    
    .title{
        font-size: 200px;
        font-weight: bold;
        
        @media(max-width: 800px){
            font-size: 90px;
        }
    }
    .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-contacts{
    padding-top: @p;
    padding-bottom: @p;
    
    .big-item{
        background: @bg;
        padding: 30px;
        border-radius: 20px;
    }
    .contacts-list{
        li{
            display: block;
            
            span{
                display: block;
            }
        }
    }
    .socials{
        padding-right: 100px;

        @media(max-width: 800px){
            padding-right: 0;
        }
        li{
            margin-bottom: 10px;
        }
        @media(max-width: 1550px){
            display: none;
        }
    }
    .socials-mob{
        display: none;
        
        @media(max-width: 1550px){
            display: block;
            border-top: @border;
            border-color: #e5e5e5;
            padding-top: 15px;
            margin-bottom: 15px;
        }
    }
    .btn-block-left{
        margin-top: 30px;
        padding-top: 38px;
        border-top: @border;
        border-color: #e5e5e5;
        
        @media(max-width: 1550px){
            margin-top: 0;
        }
    }
    
    form{
        .flex_block{
            input{
                width: calc(~'33.333% - 7px');
                margin-right: 10px;
                margin-bottom: 10px;
                box-sizing: border-box;
                
                @media(max-width: 1100px){
                    width: 100%;
                    margin-right: 0;
                }
                &:nth-child(3n){
                    margin-right: 0;
                }
            }
        }
        textarea{
            min-height: 120px;
        }
    }
    
    .adres-list{
        .adres-item{
            padding: 30px;
            background: @bg;
            border-radius: 20px;
        }
    }
}
    
.info-contacts-form{
    padding: 50px;
    background: @text;
    border-radius: 20px;
    position: relative;
    padding-right: 50%;
    color: @w;
    margin: @p-min 0;
    
    @media(max-width: 800px){
        padding: 50px 30px;
        text-align: center;
    }
    .adres{
        margin-bottom: 25px;
    }
    p{
        color: @w;
        opacity: 0.7;
    }
    &::before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: url('../img/cdek-bus.png') no-repeat 50% 50%;
        background-size: contain;
        
        @media(max-width: 800px){
            position: static;
            display: block;
            width: 100%;
            height: 100px;
            margin-bottom: 10px;
        }
    }
}
.info-contacts-form-home{
    padding-bottom: @p-min;

    .info-contacts-form{

    }
}

.btn-maps{
    margin-top: 20px;
    
    .adres{
        margin-bottom: 20px;
        color: @text-p;

        @media(max-width: 1640px){
            margin-bottom: 5px;
        }
        span{
            font-weight: bold;
            margin-right: 3px;
        }
    }
    .btn{
        background: @w;
        color: @text;
        padding: 15px 0;
        padding-left: 35px;
        padding-right: 15px;
        position: relative;
        text-align: left;
        margin-right: 7px;
        min-width: inherit;
        box-sizing: border-box;
        width: calc(~'33.3333% - 7px');
        margin-right: 10px;
        font-size: 12px;
        
        @media(max-width: 900px){
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }
        &:last-child{
            @media(max-width: 900px){
                margin-bottom: 0;
            }
        }
        &::before{
            content: '';
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            transition: 0.3s all;
        }
        &:hover{
            background: @text;
            color: @w;
        }
        &:nth-child(3n){
            margin-right: 0;
        }
    }
    .btn-gis::before{
        background: url('../img/2gis.svg') no-repeat 50% 50%;
        background-size: contain;
    }
    .btn-yand::before{
        background: url('../img/icons8_yandex_logo.svg') no-repeat 50% 50%;
        background-size: contain;
    }
    .btn-goog::before{
        background: url('../img/icons8_google_logo.svg') no-repeat 50% 50%;
        background-size: contain;
    }
}

.page-cat{
    .entrytext{
        margin-bottom: @p-min;
    }
    .cat-big-item{
        padding-bottom: @p;
        margin-bottom: @p;
        border-bottom: @border;
        
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        .content-title{
            text-decoration: none;
            display: inline-block;
        }
        .product-item{
            background: @bg-dop;
        }
    }
    .btn-block{
        margin-top: @p-min;

        .title-block{
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            margin-right: 30px;
            
            @media(max-width: 800px){
                margin-bottom: 15px;
            }
        }
        .btn{
            vertical-align: middle;
        }
    }
    .product-item{
        background: @bg-dop;
    }
}
.big-form{
    margin-bottom: @p;
    
    .cont-two{
        padding: 50px;
        border-radius: 20px;
        box-sizing: border-box;
        background: @text;
        color: @w;
        
        @media(max-width: 1100px){
            padding: 50px 30px;
            padding-top: 30px;
        }
        .descr{
            margin-bottom: 30px;
            padding-right: 30%;
            
            @media(max-width: 1100px){
                padding: 0;
            }
        }
        .title-block{
            margin-bottom: 30px;
            
            a{
                color: @w;
                
                &:hover{
                    color: @color-1;
                }
            }
        }
        .cont-left{
            padding: 50px;
            padding-bottom: 20px;
            background: @w;
            color: @text;
            border-radius: 20px;
            
            @media(max-width: 1100px){
                text-align: center;
            }
            &::after{
                content: '';
                display: block;
                width: 100%;
                height: 230px;
                background: url('../img/cdek-bus.png') no-repeat left bottom;
                background-size: contain;
                margin-top: 30px;
                margin-left: -15px;
                
                @media(max-width: 1100px){
                    margin-left: 0;
                    background-position: center center;
                }
                @media(max-width: 800px){
                    height: 100px;
                }
            }
        }
        .cont-right{
            @media(max-width: 1100px){
                text-align: center;
            }
            .btn{
                &:hover{
                    background: @bg;
                    color: @text;
                    
                    &::before{
                        opacity: 0;
                    }
                    &::after{
                        opacity: 1;
                    }
                }
            }
        }
    }
}

.text-page-down{
    padding: @p 0;
    background: @bg;
}

.material-info-page{
    padding-bottom: 0;
    
    .entrytext{
        margin-bottom: @p-min;
        
        @media(max-width: 800px){
            margin-bottom: 10px;
        }
    }
    .gallery-materials{
        .miniature{
            position: relative;
            padding-top: 20%;
            overflow: hidden;
            
            @media(max-width: 1300px){
                padding-top: 70%;
            }
            img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                transition: 0.7s all;
            }
        }
    }
    .story{
        margin-top: @p;
        padding: @p 50px;
        border-radius: 20px;
        box-sizing: border-box;
        background: @text;
        color: @w;
        
        @media(max-width: 800px){
            padding: 50px 30px;
        }
        .entrytext{
            padding-right: 50%;
            opacity: 0.7;
            
            @media(max-width: 1100px){
                padding-right: 0;
            }
            p{
                color: @w;
            }
        }
        .story-item{
            background: @w;
            border-radius: 20px;
            padding: 30px;
            position: relative;
            
            &::before{
                content: '';
                position: absolute;
                right: 30px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: @bg 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='%23000000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e") no-repeat 50% 50%;
                
                @media(max-width: 600px){
                    transform: rotate(90deg);
                }
            }
            .num{
                width: 50px;
                height: 50px;
                background: @color-1;
                border-radius: 50%;
                line-height: 52px;
                text-align: center;
            }
            &:last-child{
                &::before{
                    background: #6cd96c 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='%23fff' stroke-width='1.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%;
                    
                    @media(max-width: 600px){
                        transform: rotate(0);
                    }
                }
            }
        }
    }
    
    .laboratory{
        padding: @p 50px;
        border-radius: 20px;
        background: @bg;
        margin-top: @p-min;
        
        @media(max-width: 800px){
            padding: 50px 30px;
        }
        .miniature{
            position: relative;
            padding-top: 50%;
            overflow: hidden;

            img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                transition: 0.7s all;
            }
        }
        .text{
            padding-right: 50px;
        }
    }
    
    .haracteristic{
        padding: @p 0;
        
        .entrytext{
            padding-right: 50%;
            margin-bottom: 30px;
            
            @media(max-width: 1100px){
                padding-right: 0;
            }
        }
        .har-item{
            margin-top: 0;
            padding: 15px 0;
            padding-bottom: 18px;
            border-bottom: @border;
            
            span{
                display: block;

                @media(max-width: 1200px){
                    width: 50%;
                    box-sizing: border-box;
                }
                &:nth-child(1){
                    padding-right: 5px;
                    box-sizing: border-box;
                    opacity: 0.7;

                    &::after{
                        content: ':';
                    }
                }
                &:nth-child(2){
                    @media(max-width: 1200px){
                        text-align: right;
                    }
                }
            }
        }
        .title-block{
            padding: 30px;
            background: @bg;
            border-radius: 20px;
            margin-top: 30px;
            padding-left: 100px;
            position: relative;
            color: @w;
            background: @text;
            
            &::before{
                content: '';
                position: absolute;
                top: 30px;
                left: 30px;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: @color-1 url("../img/light.svg") no-repeat 50% 50%;
            }
        }
    }
    
    .features{
        padding: @p 0;
        background: @text;
        
        &::before{
            display: none;
        }
    }
}

.design{
    position: relative;
    padding-top: @p;
    padding-bottom: 500px;
    
    @media(max-width: 1200px){
        padding-bottom: 300px;
    }
    @media(max-width: 800px){
        padding-bottom: @p;
    }
    .design-cont{
        position: relative;
        z-index: 3;
        color: @w;
        
        .title-block{
            width: 50%;
            margin-bottom: 30px;
            
            @media(max-width: 1100px){
                width: auto;
            }
        }
    }
    .miniature-bg{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        
        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            transition: 0.3s all;
        }
    }
}
.design-gallery{
    .miniature{
        border-radius: 0;
        width: 33.333%;
    }
}

.colors{
    padding: @p 0;
    
    .color-item{
        width: 16.6666%;
        height: 80px;
        
        @media(max-width: 800px){
            height: 50px;
        }
    }
}

.primenen{
    padding-bottom: @p;
    
    .text-top{
        width: 50%;
        
        @media(max-width: 1100px){
            width: 100%;
        }
    }
    .flex_block{
        margin-bottom: @p-min;
    }
    .prim-item{
        position: relative;
        
        &::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;
        }
        .text{
            position: absolute;
            left: 0;
            top: 0;
            padding: 30px;
            padding-right: 100px;
            color: @w;
            z-index: 3;
            
            @media(max-width: 1300px){
                padding-right: 30px;
            }
            @media(max-width: 1200px){
                position: relative;
                z-index: 3;
            }
            .title-block{
                color: @w;
            }
            p{
                color: @w;
            }
        }
        img{
            @media(max-width: 1200px){
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }
        }
    }
    .text-bottom{
        margin-bottom: 0;
    }
}

.obrabotka{
    padding: @p 0;
    border-top: @border;
    
    .title-block{
        width: 60%;
        margin-bottom: 30px;
        
        @media(max-width: 1100px){
            width: 100%;
        }
    }
    .obrab-item{
        position: relative;
        padding: 30px;
        padding-left: 300px;
        background: @bg;
        border-radius: 20px;
        
        @media(max-width: 1200px){
            padding: 30px;
        }
        .miniature{
            width: 250px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            
            @media(max-width: 1200px){
                position: static;
                width: 100%;
                height: 200px;
                margin-bottom: 15px;
            }
        }
        .title-block{
            margin-bottom: 10px;
        }
    }
    .info-text{
        padding: 30px;
        background: @bg;
        border-radius: 20px;
        margin-top: 30px;
        padding-left: 100px;
        position: relative;
        color: @w;
        background: @color-1;
        width: 100%;
        
        &::before{
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -25px;
            left: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: @text 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='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3e%3c/path%3e%3cline x1='12' y1='9' x2='12' y2='13'%3e%3c/line%3e%3cline x1='12' y1='17' x2='12.01' y2='17'%3e%3c/line%3e%3c/svg%3e") no-repeat 50% 50%;
        }
        p{
            color: @w;
        }
    }
}

.sposob{
    padding: @p 0;
    background: @bg-dop;
    
    .entrytext{
        @media(max-width: 800px){
            margin-bottom: 30px;
        }
    }
    .sposob-item{
        padding-left: 70px;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: @border;
        
        @media(max-width: 800px){
            padding: 30px;
            background: @w;
            border-radius: 20px;
        }
        .num{
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            background: @color-1;
            border-radius: 50%;
            line-height: 52px;
            text-align: center;
            color: @w;
            
            @media(max-width: 800px){
                position: static;
                margin-bottom: 20px;
            }
        }
        .entrytext{
            margin-bottom: 0;
        }
        &:last-child{
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }
    }
}

.product-list-page{
    margin: 0;
    background: @bg;
    padding-bottom: 0;
}

.page-info-bottom{
    text-align: center;
    padding: @p 0;
    background: @color-1;
    color: @w;
    
    .btn{
        margin: 0 5px;
        
        @media(max-width: 800px){
            margin: 0;
            margin-bottom: 10px;
        }
        &:last-child{
            @media(max-width: 800px){
                margin-bottom: 0;
            }
        }
    }
}

.page-company{
    padding-bottom: 0;
    
    .video-cont{
        position: relative;
        padding-top: 40%;
        overflow: hidden;
        display: block;

        @media(max-width: 800px){
            padding-top: 70%;
        }
        &::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;
        }
        img{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            transition: 0.7s all;
        }
        
        .play{
            position: absolute;
            left: 50%;
            top: 50%;
            display: block;
            transform: translate(-50%, -50%);
            background: @w url('../img/play.svg') no-repeat 53% 50%;
            background-size: 30px;
            border-radius: 50%;
            width: 100px;
            height: 100px;
            z-index: 3;
            transition: 0.3s all;
            
            @media(max-width: 1100px){
                width: 50px;
                height: 50px;
                background-size: 20px;
                background-position: 55% center;
            }
            &:hover{
                opacity: 0.5;
            }
        }
    }
    
    .text-about{
        padding: @p-min 50px;
        background: @bg;
        margin-top: @p-min;
        border-radius: 20px;
        
        @media(max-width: 800px){
            padding: 50px 30px;
        }
    }
    
    .sertificats{
        padding: @p 0;
        
        .miniature{
            position: relative;
            padding-top: 25%;
            overflow: hidden;
            border: @border;
            box-sizing: border-box;

            @media(max-width: 800px){
                padding-top: 70%;
            }
            img{
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                transition: 0.7s all;
            }
        }
    }
}

.features-company{
    margin: 0;
    
    &::before{
        display: none;
    }
}

.big-form-image{
    position: relative;
    padding-top: @p;
    padding-bottom: 300px;
    margin-top: @p;
    
    @media(max-width: 800px){
        padding-bottom: @p;
    }
    .text{
        position: relative;
        z-index: 3;
        color: @w;
        
        .title-block{
            width: 50%;
            margin-bottom: 30px;
            
            @media(max-width: 800px){
                width: 100%;
            }
        }
    }
    .miniature-bg{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        
        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            transition: 0.3s all;
        }
    }
}

.page-delivery{
    .text-top{
        padding-bottom: @p-min;
        margin-bottom: @p-min;
        border-bottom: @border;
    }
    
    .deliv-step-item{
        padding: @p-min 50px;
        background: @bg;
        border-radius: 20px;
        margin-bottom: @p-min;
        
        @media(max-width: 800px){
            padding: 50px 30px;
        }
        .content-title{
            position: relative;
            padding-left: 70px;
            
            @media(max-width: 800px){
                padding: 0;
            }
            .num{
                position: absolute;
                top: -3px;
                left: 0;
                width: 50px;
                height: 50px;
                background: @color-1;
                border-radius: 50%;
                line-height: 52px;
                text-align: center;
                color: @w;
                
                @media(max-width: 800px){
                    position: static;
                    margin-bottom: 15px;
                    display: block;
                }
            }
        }
        .entrytext{
            .wp-caption-text{
                display: none;
            }
        }
        .steps-deliv{
            padding-top: 30px;
            margin-top: 30px;
            border-top: @border;
            border-color: #e5e5e5;
            
            .step-item{
                padding: 30px;
                background: @w;
                border-radius: 15px;
                box-sizing: border-box;
                
                .num{
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    color: @w;
                    background: @text;
                    border-radius: 50%;
                }
            }
        }
    }
}

.form-big-text{
    position: relative;
    background: @bg;
    
    @media(max-width: 1100px){
        padding: @p 0;
    }
    .text{
        padding: @p 0;
        padding-left: calc(~'50% + 50px');
        
        @media(max-width: 1100px){
            padding: 0;
        }
        .miniature{
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: calc(~'50% - 50px');
            border-radius: 0;
            
            @media(max-width: 1500px){
                width: 50%;
            }
            @media(max-width: 1100px){
                position: static;
                width: 100%;
                margin-bottom: 30px;
                border-radius: 20px;
            }
        }
        .btn-block{
            padding-top: 30px;
            margin-top: 30px;
            border-top: @border;
            border-color: #e5e5e5;
        }
    }
}

.reviews-payment{
    padding-top: @p;
    padding-bottom: @p;
    border-bottom: @border;
}
.page-payment{
    
    .pay-item{
        padding: 30px;
        background: @bg;
        border-radius: 20px;
        margin-bottom: 20px;
        position: relative;
        padding-left: 100px;

        @media(max-width: 800px){
            padding: 30px;
        }
        .num{
            position: absolute;
            top: 27px;
            left: 30px;
            width: 50px;
            height: 50px;
            background: @color-1;
            border-radius: 50%;
            line-height: 52px;
            text-align: center;
            color: @w;
            
            @media(max-width: 800px){
                position: static;
                margin-bottom: 15px;
                display: block;
            }
        }
        
        &:last-child{
            margin-bottom: 0;
        }
    }
    .btn-block{
        .btn{
            margin-right: 10px;
            
            @media(max-width: 800px){
                margin-right: 0;
                margin-bottom: 10px;
            }
            &:last-child{
                @media(max-width: 800px){
                    margin-bottom: 0;
                }
            }
        }
    }
}

.page-video{
    .title-cont-video{
        padding-bottom: @p-min;
        margin-bottom: @p-min;
        border-bottom: @border;
        justify-content: space-between;
        align-items: center;

        .title-block{
            margin-bottom: 0;
            
            @media(max-width: 1000px){
                width: 100%;
                margin-bottom: 20px;
            }
        }
        .btn-block{
            width: auto;
            
            .btn{
                margin-right: 10px;
                
                @media(max-width: 800px){
                    margin-right: 0;
                    margin-bottom: 10px;
                }
                &:last-child{
                    @media(max-width: 800px){
                        margin-bottom: 0;
                    }
                }
            }
            .btn-border{
                background: @bg;
                
                &:hover{
                    background: @text;
                }
            }
        }
    }
}

.page-product-single{
    padding-top: @p;
    
    .product-top{
        padding-bottom: @p;
//        margin-bottom: @p;
//        border-bottom: @border;
        
        .image-left{
            padding-right: 25px;
            position: relative;
            height: 700px;

            @media(max-width: 800px){
                padding-right: 0;
                height: auto;
                max-height: 400px;
            }
            .swiper-slide{
                padding-bottom: 0;
            }
            .slider-cont-top{
                height: 100%;
            }
            .slide-miniature-big{
                height: 100%;
                overflow: hidden;
                box-sizing: border-box;
//                min-height: 550px;

                @media(max-width: 900px){
                    min-height: 400px;
                }
                .miniature{
                    box-sizing: border-box;
                    height: calc(~'100% - 140px') !important;
                    
                    @media(max-width: 1400px){
                        height: calc(~'100% - 110px') !important;
                    }
                    img{
                    }
                }
                .slider-prev{
                    left: 20px;
                }
                .slider-next{
                    right: 20px;
                }
            }

            .slider-cont-bottom{
                position: absolute;
                left: 0;
                bottom: 0;
                right: 25px;
                
                @media(max-width: 800px){
                    right: 0;
                }
            }
            .slide-miniature-thumb{
                margin-top: 10px;

                .miniature{
                    cursor: pointer;
                    border: @border;
                    overflow: hidden;
                    box-sizing: border-box;
                    height: 130px !important;
                    background: @w;

                    @media(max-width: 1400px){
                        height: 100px !important;
                    }
                    img{
                        transition: 0.5s all;
                    }
                    &:hover{
                        img{
                            transform: scale(1.2);
                        }
                    }
                }
                .swiper-slide-thumb-active{
                    border-color: @color-1;
                }
            }
        }
        .text{
            padding-left: 25px;
            
            @media(max-width: 800px){
                padding-left: 0;
                text-align: center;
            }
            .status{
                padding: 5px 20px;
                padding-bottom: 7px;
                background: #6cd96c;
                border-radius: 20px;
                display: inline-block;
                color: @w;
                margin-bottom: 10px;
            }
            .price-item-cont{
                .price-item{
                    display: inline-block;
                    vertical-align: text-top;
                    padding: 20px 30px;
                    background: @bg;
                    border-radius: 20px;
                    
                    .price{
                        margin-bottom: 0;
                        font-weight: bold;
                        font-size: 24px;
                    }
                }
            }
            .title-btns{
                margin-top: 30px;
            }
            .btn-block{
                .btn{
                    padding-right: 30px;
                    padding-left: 50px;
                    margin-right: 10px;
                    
                    @media(max-width: 800px){
                        margin-right: 0;
                        margin-bottom: 10px;
                    }
                    &::before{
                        left: 20px;
                    }
                }
                .telegram{
                    background: #61c7f5;
                    
                    &::before{
                        background: url('../img/telegram_app.svg') no-repeat 50% 50%;
                        background-size: contain;
                    }
                    &:hover{
                        background: @text;
                    }
                }
                .max{
                    background: #161f8a;
                    
                    &::before{
                        background: url('../img/max.svg') no-repeat 50% 50%;
                        background-size: contain;
                    }
                    &:hover{
                        background: @text;
                    }
                }
            }
            
            .phone-cont{
                border-top: @border;
                margin-top: 20px;
                padding-top: 20px;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: @border;
                
                @media(max-width: 800px){
                    text-align: center;
                    background: @bg;
                    border-radius: 20px;
                    border: none;
                    margin-bottom: 40px;
                }
                .title-bold{
                    
                }
                .phone{
                    text-decoration: none;
                    font-weight: bold;
                    color: #6cd96c;
                    font-size: 24px;
                }
            }
            
            .haracteristic{
                .har-item{
                    width: 50%;
                    margin-top: 0;
                    padding: 15px 0;
                    padding-bottom: 18px;
                    border-bottom: @border;
                    text-align: left;

                    @media(max-width: 1300px){
                        width: 100%;
                    }
                    span{
                        display: block;

                        @media(max-width: 800px){
                            width: 50%;
                            box-sizing: border-box;
                        }
                        &:nth-child(1){
                            padding-right: 5px;
                            box-sizing: border-box;
                            opacity: 0.7;
                            
                            &::after{
                                content: ':';
                            }
                        }
                        &:nth-child(2){
                            @media(max-width: 800px){
                                text-align: right;
                            }
                        }
                    }
                }
            }
        }
    }
}

.video-list-slider-single{
    
    background: @bg-dop;
}

.product-description{
    padding-bottom: @p;

    p{
        font-size: inherit !important;
        line-height: inherit !important;
        color: @text-p !important;
    }
}

.product-list-single{
    padding-top: @p;
    background: @bg;
    
    .slider-nav-item{
        background-color: @w;
    }
}


#modal-smg--region{
    .modal-smg{
        width: 1000px;
        text-align: left;
        
        @media(max-width: 1060px){
            width: auto;
            margin: 0 20px;
        }
        @media(max-width: 900px){
            width: calc(~'100% - 40px');
            min-height: auto;
        }
        input{
            box-sizing: border-box;
            background: #fff;
            border: @border;
            padding: 0 30px;
            padding-top: 13px;
            padding-bottom: 18px;
            transition: 0.3s all;
            box-sizing: border-box;
            outline: none;
            border-radius: 5px;
            margin-bottom: 20px;
            width: 100%;
            
            @media(max-width: 900px){
                margin-top: 5px;
            }
            &: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}
            }
        }
        .region-list{
            margin: 0;
            padding: 0;
            height: calc(~'80vh - 250px');
            overflow: auto;
            
            @media(max-width: 900px){
            }
            li{
                list-style: none;
                display: inline-block;
                vertical-align: text-top;
                width: calc(~'33% - 5px');
                margin-bottom: 10px;
                
                @media(max-width: 900px){
                    width: calc(~'50% - 5px');
                }
                @media(max-width: 600px){
                    width: auto;
                    display: block;
                }
                a{
                    text-decoration: none;
                }
            }
        }
    }
}

.page-single-video{
    .miniature{
        position: relative;
        padding-top: 57%;
        overflow: hidden;

        iframe{
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transition: 0.7s all;
            object-fit: cover;
        }
    }
}

.tab-item{
    position: relative;
    border-bottom: @border;
    transition: 0.3s all;
    border-left: @border;
    box-sizing: border-box;
    
    &:hover{
        background: #fbfafa;

        .name{
            color: @color-1;
        }
    }
    .item{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding-right: 10px;
        transition: 0.3s all;
        border-right: @border;
        margin: 0;

        @media(max-width: 1500px){
            padding-left: 10px;
            padding-right: 10px;
        }
        @media(max-width: 1300px){
            font-size: 12px;
        }
        @media(max-width: 1000px){
            font-size: 11px;
            order: 7;
        }
        span{
            display: block;
            margin-top: -5px;
        }
    }
    .miniature{
        width: 80px;
        height: 80px;
        margin: 10px 0;
        margin-left: 10px;
        
        @media(max-width: 1000px){
            order: 1;
            border-radius: 10px;
            width: 60px;
            height: 60px;
        }
    }
    .name{
        width: calc(~'29% - 90px');
        line-height: 120%;
        font-weight: 600;
        
        @media(max-width: 1300px){
            width: calc(~'27% - 90px');
        }
        @media(max-width: 1000px){
            width: calc(~'22% - 70px');
            order: 1;
        }
    }
    .obrab{
        width: 9%;
        
        @media(max-width: 1000px){
            width: 10%;
        }
    }
    .primen{
        width: 12%;
        
        @media(max-width: 1000px){
            width: 13%;
        }
    }
    .color{
        width: 10%;

        @media(max-width: 1000px){
            order: 6;
        }
    }
    .tolsh{
        width: 7%;

        @media(max-width: 1000px){
            width: 9%;
            order: 7;
        }
    }
    .price-one{
        width: 12%;
        // color: #edad59;
        
        @media(max-width: 1300px){
            width: 13%;
        }
        @media(max-width: 1000px){
            order: 4;
        }
    }

    .price-three{
        width: 11%;
        // color: #d9ca05;
        
        @media(max-width: 1300px){
            width: 12%;
        }
        @media(max-width: 1000px){
            order: 2;
        }
    }
    .metr{
        width: 10%;

        @media(max-width: 1000px){
            width: 11%;
            order: 5;
        }
    }
}
.tab-item-head{
    border-top: @border;
    background: #fbfafa;

    .item{
        padding-top: 20px;
        padding-bottom: 20px;
        color: @text !important;
        font-weight: normal;
    }
    .miniature{
        height: 0;
        background: transparent;
    }
}
.tabs-products-list{
    margin-top: 80px;

    .content-title{
        display: block;
        color: @color-1;
        text-decoration: none;
        transition: 0.5s all;

        &:hover{
            opacity: 0.5;
        }
    }
    .tabs-products-list-scroll{
        overflow: auto;
        
        @media(max-width: 1000px){
            position: relative;
            padding-top: 35px;
        }
        &::before{
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 40px;
            height: 20px;
            background: url("data:image/svg+xml;charset=UTF-8,%3csvg class='icon-swipe' xmlns='http://www.w3.org/2000/svg' width='30' height='25' viewBox='0 0 30 25'%3e%3ctitle%3eicon-swipe%3c/title%3e%3cpath id='right' d='M30,3.5,26.56,7l-.81-.82,2.06-2.1H22V2.92h5.81L25.74.82,26.55,0Z'/%3e%3cpath id='left' d='M8,4.08H2.19l2.06,2.1L3.44,7,0,3.5,3.45,0l.81.82L2.19,2.92H8Z'/%3e%3cpath id='hand' d='M25.41,11.18l-5.08-3A2.32,2.32,0,0,0,19,7.74a2.37,2.37,0,0,0-1.72.75v-5a2.46,2.46,0,0,0-.71-1.74A2.38,2.38,0,0,0,14.84,1h0a2.44,2.44,0,0,0-2.41,2.46V14.6l-.69-.7a4.7,4.7,0,0,0-3.36-1.42A4.75,4.75,0,0,0,6.32,13a1.26,1.26,0,0,0-.69.92A1.32,1.32,0,0,0,6,15l7.69,7.83A7.59,7.59,0,0,0,19,25a7.73,7.73,0,0,0,7.65-7.79V13.29A2.42,2.42,0,0,0,25.41,11.18Zm0,6A6.46,6.46,0,0,1,19,23.73h0a6.31,6.31,0,0,1-4.41-1.8L6.87,14.1a3.37,3.37,0,0,1,1.5-.35h0a3.42,3.42,0,0,1,2.47,1.05l1.53,1.55a.52.52,0,0,0,.36.16l.19,0a1.18,1.18,0,0,0,.75-1.1V3.46a1.17,1.17,0,0,1,1.16-1.19h0A1.18,1.18,0,0,1,16,3.46v6.91a.6.6,0,0,0,.39.56l.2,0a.58.58,0,0,0,.45-.22l1-1.3A1.16,1.16,0,0,1,19,9a1.12,1.12,0,0,1,.68.23l5.12,3a1.18,1.18,0,0,1,.59,1Z'/%3e%3c/svg%3e") no-repeat 50% 50%;
            background-size: contain;
            z-index: 2;
            animation: hand-swipe 3.5s infinite ease;
            display: none;
            
            @media(max-width: 1000px){
                display: block;
            }
        }
        @keyframes hand-swipe {
            5% {
                transform: translateX(10px) rotate(6deg);
                opacity: 1;
            }
            25% {
                transform: translateX(0px) rotate(0deg);
            }
            28% {
                transform: translateX(0px) rotate(0deg);
            }
            33% {
                transform: translateX(-10px) rotate(-6deg);
                opacity: 0;
            }
            53% {
                transform: translateX(0px) rotate(0deg);
            }
            100% {
                transform: translateX(0px) rotate(0deg);
                opacity: 1;
            }
        }
        .tabs-products-list-cont{
            @media(max-width: 1000px){
                width: 1000px;
            }
            @media(max-width: 950px){
                width: 950px;
            }
        }
    }
}

.text-descr-mini{
    padding: 50px;
    background: @bg;
    border-radius: 20px;
    box-sizing: border-box;
    
    @media(max-width: 1000px){
        padding: 50px 30px;
    }
}
.text-descr-mini-bottom{
    border-top: @border;
    padding-top: 50px;
}

.text-descr-mini-top{
    padding-right: 50px;
    
    @media(max-width: 1000px){
        padding-right: 30px;
    }
    .text-left{
        width: calc(~'100% - 222px');
        box-sizing: border-box;
        padding-right: 50px;
        
        @media(max-width: 1000px){
            width: 100%;
            order: 1;
            padding-right: 0;
        }
    }
    .btn-block-right{
        @media(max-width: 1000px){
            width: 100%;
            order: 2;
            margin-top: 20px;
        }
    }
    .btn-print{
        @media(max-width: 500px){
            width: 100%;
        }
        &::before{
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' 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%;
            background-size: contain;
        }
    }
}