@color-1: #9e4a9f;
@color-2: #003cff;

@bg: #fef8ff;
@b-color: #fcf7fd;
@border: 1px solid @b-color;

@text: #141414;
@text-p: #272727;
@w: #fff;

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

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

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@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: 1300px){
        font-size: 14px;
    }
    @media(max-width: 900px){
        font-size: 12px;
    }
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
.miniature{
    background: @bg;
    overflow: hidden;
        
    iframe,
    video,
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.miniature-hover{
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    
    &::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(208, 113, 211, 0.4);
        opacity: 0;
        transition: 0.3s all;
        z-index: 2;
    }
    &::after{
        content: '';
        position: absolute;
        right: 18px;
        top: 18px;
        width: 30px;
        height: 30px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='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%;
        z-index: 3;
        opacity: 0;
        transform: scale(0);
        transition: 0.3s all;
        transition-delay: 0.2s;
    }
    &:hover{
        &::after{
            opacity: 1;
            transform: scale(1);
        }
        &::before{
            opacity: 1;
        }
    }
}
.bg-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

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

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

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

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: 110%;
    font-weight: 500;
    letter-spacing: -3px;
    font-family: @font-1;
    margin-bottom: 40px;
    margin-left: -4px;
    
    @media(max-width: 1300px){
        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: 1300px){
            font-size: calc(@font-title-big * 0.8);
            letter-spacing: normal;
        }
    }
}
.content-title{
    font-size: 35px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: -5px;
    position: relative;
    font-family: @font-1;
    color: @color-1;
    
    @media(max-width: 1000px){
        font-size: 26px;
    }
    h1{
        font-size: 35px;
        line-height: 110%;
        font-weight: 500;
        margin: 0;
        
        @media(max-width: 1000px){
            font-size: 26px;
        }
    }
}
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: 1300px){
        font-size: calc(@font-title-block * 1);
        letter-spacing: normal;
    }
}
 
.title-bold{
    font-weight: bold;
    margin-bottom: 20px;
}

.title-decor{
    font-family: @font-1;
    font-weight: 500;
    margin-bottom: 25px;
    color: #b3b3b3;
}

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

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

.product-item .button.add_to_cart_button.ajax_add_to_cart,
.button.wc-forward,
.btn-min{
    padding: 12px 20px !important;
    padding-top: 10px !important;
    font-size: 12px;
}

.components-form-token-field__suggestions-list{
    li{
        transition: 0.3s all;

        &::before{
            display: none;
        }
        &:hover{
            background: @text !important;
        }
    }
}
.wc-block-cart-item__remove-link{
    text-decoration: none !important;
    background: #ffd5d5 !important;
    padding: 5px 15px !important;
    padding-bottom: 7px !important;
    border-radius: 15px !important;
    font-weight: bold !important;
    transition: 0.3s all;

    &:hover{
        background: @text !important;
        color: @w !important;
    }
}

.wb{
    background: #bb419d url('../img/btn-wb.svg') no-repeat 10px 50% !important;

    &:hover{
        opacity: 0.5;
    }
}
.ozon{
    background: @color-2 url('../img/btn-ozon.svg') no-repeat 10px 50% !important;

    &:hover{
        opacity: 0.5;
    }
}
.btn.wb,
.btn.ozon{
    padding-left: 43px !important;
    padding-right: 20px !important;
    background-position: 15px 50% !important;
}
.btn-min.wb,
.btn-min.ozon{
    background-position: 12px 50% !important;
}

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

.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: @w;
            z-index: 2;
            box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
            text-align: center;
            border-radius: 10px;
            
            @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;
            }
            .btn-block{
                .btn-border{
                    margin-top: 10px;
                }
            }
        }
    }
}

.socials-modal{
    margin-top: 40px;
    
    .soc--inner{
        display: block;
        text-align: left;
        background: #6cd96c;
        box-shadow: 0 15px 25px 0 rgba(0, 255, 39, 0.12);
        color: @w;
        text-decoration: none;
        padding: 20px 40px;
        border-radius: 7px;
        padding-top: 17px;
        transition: 0.3s all;
        border: none;
        outline: none;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 60px;
        position: relative;
        margin-top: 15px;
        
        &::before{
            content: '';
            position: absolute;
            left: 20px;
            top: 13px;
            width: 26px;
            height: 26px;
        }
    }
    .whatsapp{
        &:hover{
            background: #65ac65;
        }
        &::before{
            background: url("../img/whatsapp.svg") no-repeat 50% 50%;
            background-size: contain;
        }
    }
    .telegram{
        background: #61c7f5;
        box-shadow: 0 15px 25px 0 rgba(0, 177, 255, 0.12);
        
        &:hover{
            background: #59add3;
        }
        &::before{
            background: url("../img/telegram_app.svg") no-repeat 50% 50%;
            background-size: contain;
        }
    }
    .viber{
        background: #9e81d1;
        box-shadow: 0 15px 25px 0 rgba(98, 0, 255, 0.12);
        
        &:hover{
            background: #7e7196;
        }
        &::before{
            background: url("../img/viber.svg") no-repeat 50% 50%;
            background-size: contain;
        }
    }
}

.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;
            
            &:hover{
                background-color: @color-1;
            }
        }
        .wa{
            background-image: url('../img/whatsapp.svg');
            background-color: #6cd96c;

        }
        .tg{
            background-image: url('../img/telegram_app.svg');
            background-color: #61c7f5;
        }
        .vk{
            background-image: url('../img/vk.svg');
            background-color: #0077ff;
        }
    }
}

form{
    select,
    textarea,
    input{
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #f8e1fc;
        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: 10px;
    }
}



.cont-two{
    .cont-left{
        width: calc(~'33.333% - 15px');
        box-sizing: border-box;
        padding-right: 50px;
        margin-right: 30px;
        
        @media(max-width: 1000px){
            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: 1000px){
            width: 100%;
        }
    }
}

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


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

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


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

        ul{
            @media(max-width: 1000px){
                overflow: auto;
                text-wrap: nowrap;
            }
            li{
                display: inline-block;

                a{
                    text-decoration: none;
                    font-size: 14px;
                    margin-left: 15px;
                    display: block;
                    padding-top: 5px;
                    padding-bottom: 8px;
                    color: @color-1;
                    transition: 0.3s all;

                    @media(max-width: 1000px){
                        font-size: 12px;
                    }
                    &:hover{
                        opacity: 0.5;
                    }
                }
                &:first-child{
                    a{
                        margin-left: 0;
                    }
                }
            }
        }
    }
    .head-bottom{
        padding: 10px 0;
        transition: 0.3s all;
        position: relative;
    }

    .logo{
        display: inline-block;
        vertical-align: middle;
        width: 170px;
        height: 60px;
        background: url('../img/logo-pc.png') no-repeat 0 50%;
        background-size: contain;
        margin-right: 20px;
        
        @media(max-width: 1000px){
            width: 50px;
            height: 45px;
            background: url('../img/logo.png') no-repeat 0 50%;
            background-size: contain;
            margin-right: 0;
        }
    }
    .btn-menu{
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #fff;
        border: 1px solid @color-1;
        background: @color-1;
        border-radius: 5px;
        padding: 8px 15px;
        padding-top: 7px;
        cursor: pointer;
        transition: 0.3s all;

        .icon-menu{
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            padding-top: 1px;
            border-radius: 50%;
            height: 23px;
            width: 20px;
            position: relative;
            margin-right: 10px;

            span{
                display: block;
                width: 20px;
                height: 2px;
                background: @w;
                margin: 4px 0;
                transition: 0.3s all;
                border-radius: 4px;
            }
        }
        .text-menu{
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            color: @w;
            margin-top: -1px;
            transition: 0.3s all;
        }
        &:hover{
            background: transparent;

            .icon-menu{
                span{
                    background: @color-1;
                }
            }
            .text-menu{
                color: @color-1;
            }
        }
    }
    .active{
        .icon-menu{
            span{
                position: absolute;

                &:nth-child(1){
                    transform: rotate(45deg);
                    top: 7px;
                }
                &:nth-child(2){
                    opacity: 0;
                }
                &:nth-child(3){
                    transform: rotate(-45deg);
                    top: 7px;
                }
            }
        }
    }
    .search-btn{
        display: none;
        width: 41px;
        height: 41px;
        border-radius: 5px;
        border: 1px solid #f8e1fc;
        box-sizing: border-box;
        margin-right: 5px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' 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%3C/svg%3E") no-repeat 50% 50%;
        
        @media(max-width: 1000px){
            display: inline-block;
            vertical-align: middle;
        }
    }
    .search-btn.active{
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'%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%;
    }
    .search{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: calc(~'100% - 463px');
        
        @media(max-width: 1000px){
            display: none;
            width: 100%;
            position: absolute;
            left: 0;
            top: 65px;
            background: @bg;
            padding: 20px;
            box-sizing: border-box;
            z-index: 5;
            border-radius: 5px;
            margin-right: 0;
        }
        input{
            padding: 13px 15px;
            padding-top: 11px;
            padding-right: 50px;
            font-size: 12px;
            width: 100%;
            box-sizing: border-box;
        }
        button,
        .btn-search{
            border: none;
            outline: none;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' 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%3C/svg%3E") no-repeat 50% 50%;
            display: block;
            transition: 0.3s all;
            font-size: 0;

            @media(max-width: 1000px){
                right: 20px;
            }
            &:hover{
                opacity: 0.3;
            }
        }
    }
    .head-right{
        width: calc(~'100% - 336px');
        text-align: right;
        
        @media(max-width: 1000px){
            width: auto;
        }
        .card{
            display: inline-block;
            vertical-align: middle;
            height: 41px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V6l-3-4H6zM3.8 6h16.4M16 10a4 4 0 1 1-8 0'/%3E%3C/svg%3E") no-repeat 10px 50%;
            margin-right: 20px;
            border-radius: 5px;
            box-sizing: border-box;
            border: 1px solid #f8e1fc;
            font-size: 12px;
            color: @color-1;
            text-decoration: none;
            padding-left: 40px;
            min-width: 160px;
            text-align: left;

            @media(max-width: 1000px){
                min-width: auto;
                width: 41px;
                position: relative;
                margin-right: 5px;
            }
            span{
                display: block;
                padding: 9px 10px;
                padding-top: 11px;
                padding-left: 0;
                
                @media(max-width: 1000px){
                    font-size: 0;
                }
                b{
                    @media(max-width: 1000px){
                        font-size: 12px;
                        position: absolute;
                        padding: 2px 6px;
                        padding-bottom: 3px;
                        background: @bg;
                        border-radius: 20px;
                        position: absolute;
                        right: -3px;
                        bottom: -3px;
                    }
                }
            }
            &:hover{
                background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V6l-3-4H6zM3.8 6h16.4M16 10a4 4 0 1 1-8 0'/%3E%3C/svg%3E") no-repeat 10px 50%;
                border-color: @color-1;
                color: @w;
            }
        }
        .contacts-list{
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
            
            @media(max-width: 1000px){
                margin-right: 0;
            }
            a{
                font-weight: bold;
                
                @media(max-width: 1000px){
                    border: 1px solid #f8e1fc;
                    border-radius: 5px;
                    width: 41px;
                    height: 41px;
                    font-size: 0;
                    box-sizing: border-box;
                    vertical-align: top;
                    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 50%;
                }
            }
        }
        .btn{
            display: inline-block;
            vertical-align: middle;
            
            @media(max-width: 1000px){
                display: none;
            }
        }
    }
}
.head-smg-fixed{
    transform: translate(0, -35px);

    .menu-smg .menu-animate-mobile{
        @media(max-width: 1000px){
            top: 55px;
        }
    }
    .head-bottom{
        padding: 5px 0;
    }
    .menu-smg{
        top: 70px;
        
        @media(max-width: 1000px){
            top: 55px;
        }
    }
    .search{
        @media(max-width: 1000px){
            top: 55px;
        }
    }
}

.menu-smg{
    background: @bg;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s all;
    display: none;
    
    @media(max-width: 1000px){
        top: 65px;
        background: @color-1;
    }
    ul{
        padding: 30px;
        
        li{
            list-style: none;
            display: block;
            vertical-align: text-top;
            position: relative;
            // width: 49%;
            box-sizing: border-box;

            @media(max-width: 1000px){
                display: block;
                width: 100%;
            }
            a{
                display: block;
                text-decoration: none;
                padding: 10px 0;
                padding-right: 50%;
                transition: 0.3s all;
                color: @text;
                position: relative;
                font-weight: 500;

                @media(max-width: 1000px){
                    padding-right: 0;
                    color: @w;
                }
                &:hover{
                    color: @color-1;
                    
                    @media(max-width: 1000px){
                        color: @w;
                        opacity: 0.5;
                    }
                }
            }
            ul{
                position: absolute;
                width: 300px;
                background: @w;
                padding: 30px;
                left: 50%;
                top: 0;
                display: none;
                z-index: 3;
                
                li{
                    width: 100%;
                    display: block;
                    
                    a{
                        padding: 10px 0;
                        color: @text !important;
                        
                        &:hover{
                            color: @color-1 !important;
                        }
                    }
                }
            }
            &:hover > ul{
                display: block;
            }
        }
        .current-menu-item{
            a{
                color: @color-1;
            }
        }
    }
}

.intro-slider{
    margin-top: 115px;

    .slider-item{
        width: 100%;
        background: @bg;
        border-radius: 10px;
        display: block;
    }
}

.smg-footer{
    background: #fdeeff;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    
    @media(max-width: 800px){
        padding-top: 20px;
        text-align: center;
    }
    a{
        &: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.svg') no-repeat right 2.5px;
        background-size: auto 14px;
        color: @text;
    }
    
    .three-item{
        opacity: 0.5;
        font-size: 12px;
        
        @media(max-width: 800px){
            margin-top: 10px;
        }
        &:nth-child(2){
            text-align: center;
        }
        &:nth-child(3){
            text-align: right;
            
            @media(max-width: 800px){
                text-align: center;
            }
        }
    }
}


.intro-page{
    margin-top: 115px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: left;
    background: @bg;
    
    @media(max-width: 1000px){
        margin-top: 90px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-title{
        margin-bottom: 0;
    }
    .woocommerce-breadcrumb{
        margin-top: 10px;
        margin-bottom: 0;
    }
}
.intro-page-none{
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: @bg;

    @media(max-width: 1000px){
        margin-top: 83px;
    }
    .btn-back{
        padding-top: 7px;
        padding-bottom: 10px;
        display: inline-block;
        text-decoration: none;
        padding-left: 25px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239e4a9f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") no-repeat 0 43%;
        font-weight: bold;
        color: @color-1;

        &:hover{
            opacity: 0.5;
        }
    }
}

.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: 15px;
            padding-right: 15px;
            position: relative;

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

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

                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }
}
.woocommerce-breadcrumb{
    font-size: 12px;
    color: #b1b1b1;
    margin-bottom: 40px;

    a{
        color: @text;
        text-decoration: none;

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

.page-content{
    padding-top: 70px;
    padding-bottom: 70px;
    
    @media(max-width: 1000px){
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sidebar{
        width: 300px;
        float: left;
        padding-right: 30px;
        box-sizing: border-box;
        
        @media(max-width: 900px){
            width: 100%;
            float: none;
            padding-right: 0;
            margin-bottom: 30px;
        }
        .btn-cat-sidebar{
            display: none;
            outline: 1px solid transparent;
            transition: 0.3s all;

            @media(max-width: 900px){
                display: block;
                padding: 11px 20px;
                padding-bottom: 13px;
                padding-left: 40px;
                border-radius: 10px;
                background: @color-1 url("data:image/svg+xml,%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%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat 10px 7px;
                color: @w;
                font-weight: 500;
                margin-bottom: 10px;
            }
        }
        .btn-cat-sidebar.active{
            outline: 1px solid @text;
        }
        ul{
            @media(max-width: 900px){
                display: none;
            }
            li{
                margin-bottom: 5px;

                a{
                    text-decoration: none;
                    padding: 10px 20px;
                    padding-bottom: 13px;
                    background: @bg;
                    border-radius: 10px;
                    display: block;
                    line-height: 120%;
                }
            }
        }
    }
    .page-right{
        width: calc(~'100% - 300px');
        float: right;
        
        @media(max-width: 900px){
            width: 100%;
            float: none;
        }
    }

    .sorting{
        margin-bottom: 50px;

        p{
            font-size: 12px;
            margin-bottom: 5px;
            opacity: 0.5;
        }
    }

    .woocommerce-ordering{
        @media(max-width: 900px){
            overflow: scroll;
            text-wrap: nowrap;
            padding-bottom: 10px;
        }
        input{
            display: none;
        }
        label{
            display: inline-block;
            vertical-align: text-top;
            padding: 5px 20px;
            padding-bottom: 8px;
            background: @bg;
            border-radius: 30px;
            transition: 0.3s all;
            cursor: pointer;

            @media(max-width: 1310px){
                font-size: 12px;
                margin-bottom: 5px;
            }
            &:hover{
                background: @color-1;
                color: @w;
            }
        }
        input:checked + label{
            background: @color-1;
            color: @w;
            cursor: default;
        }
    }
}

.entrytext{
    figure{
        margin: 0;
    }
    .wp-block-image{
        margin-bottom: 20px;
    }
    img{
        height: auto;
    }
    h2, h3, h4, h5, h6{
        font-weight: bold;
        margin: 20px 0;
        
        &:first-child{
            margin-top: 0;
        }
    }
    p{
        display: block;
        margin-bottom: 20px;
    }
    ul{
        margin-bottom: 20px;
        
        li{
            margin-bottom: 8px;
            color: @text-p;
            list-style: none;
            position: relative;
            padding-left: 15px;
            
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 7px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: @color-1;
                
                @media(max-width: 1400px){
                    top: 7px;
                }
            }
        }
    }
    ol{
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        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: 800px){
        right: 10px;
    }
    .soc--inner{
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        border-radius: 50%;
        transition: 0.3s all;
        
        @media(max-width: 800px){
            width: 40px;
            height: 40px;
            margin-bottom: 6px;
        }
        &:last-child{
            margin-bottom: 0;
        }
    }
    .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;
    }
}


.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{
    .cont-two{
        .cont-left{
            padding: 30px;
            border-radius: 10px;
            background: @bg;

            @media(max-width: 900px){
                margin-bottom: 50px;
            }
        }
    }
    .contacts-list{
        padding: 0;
        margin: 0;
        
        li{
            span{
                display: block;
                opacity: 0.5;
                font-size: 12px;
            }
        }
    }
    form{
        .flex_block{
            input{
                width: calc(~'33.333% - 7px');
                margin-right: 10px;
                margin-bottom: 10px;
                box-sizing: border-box;
                
                @media(max-width: 900px){
                    width: 100%;
                    margin-right: 0;
                }
                &:nth-child(3n){
                    margin-right: 0;
                }
            }
        }
        textarea{
            min-height: 120px;
        }
    }
}


.cats{
    padding-top: 20px;

    .cat-item{
        background: @bg;
        position: relative;
        border-radius: 10px;
        transition: 0.3s all;
        overflow: hidden;

        @media(max-width: 900px){
            width: calc(~'50% - 5px');
            margin-right: 10px;
            margin-top: 10px;
        }
        &:nth-child(2n){
            @media(max-width: 900px){
                margin-right: 0;
            }
        }
        &:nth-child(-n+2){
            @media(max-width: 900px){
                margin-top: 0;
            }
        }

        &:hover{
            opacity: 0.5;
        }
        &:nth-child(2n){
            background: #ffebeb;
        }
        &:nth-child(3n){
            background: #ffffeb;
        }
        &:nth-child(4n){
            background: #ebfffe;
        }
        &:nth-child(5n){
            background: #ffebf3;
        }
        &:nth-child(6n){
            background: #ffebfd;
        }
        &:nth-child(8n){
            background: #f8ffeb;
        }
        .title{
            width: 60%;
            font-weight: bold;
            opacity: 0;
            position: absolute;
            z-index: 1;
            
            @media(max-width: 900px){
                width: 100%;
                margin-bottom: 90px;
            }
        }
        .miniature{
            img{
                width: auto;
                object-fit: contain;
            }
        }
    }
}

.products{
    padding-top: 70px;

    .content-title{
        .new-icon,
        .sale-icon{
            font-size: 14px;
            line-height: 20px;
            padding: 10px 20px;
            padding-top: 9px;
            background: #ffa5a5;
            border-radius: 30px;
            margin-top: 3px;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 5px;
            color: @text;
            
            @media(max-width: 1000px){
                margin-top: 2px;
                padding: 6px 12px;
                padding-top: 5px;
            }
        }
        .new-icon{
            background: #9df58c;
        }
    }
}

.product-item{
    display: block;
    border-radius: 10px;
    background: @bg;
    border: @border;
    box-sizing: border-box;

    .miniature{
        padding-top: 100%;
        border-radius: 10px;
        
        img{
            position: absolute;
            left: 0;
            top: 0;
        }
        span{
            display: none !important;
        }
    }
    .text{
        padding: 20px;
        
        p{
            @media(max-width: 900px){
                line-height: 14px;
            }
        }
        .price{
            del{
                font-weight: normal;
                font-size: 12px;
                opacity: 0.5;
                text-decoration: line-through;
                display: inline-block;
                margin-right: 5px;
                
                @media(max-width: 700px){
                    display: block;
                    margin-bottom: -5px;
                }
            }
            ins{
                text-decoration: none;
            }
        }
        .button{
            width: 100%;
        }
        .added_to_cart{
            display: none;
        }
    }
}
.product-item.four-item{
    @media(max-width: 700px){
        width: calc(~'50% - 5px');
        margin-right: 10px;
    }
    &:nth-child(2n){
        @media(max-width: 700px){
            margin-right: 0;
        }
    }
    &:nth-child(-n+2){
        @media(max-width: 700px){
            margin-top: 0;
        }
    }
}

.reviews{
    margin-top: 70px;

    .two-item{
        padding: 30px;
        border-radius: 10px;
        position: relative;
        padding-bottom: 100px;
        color: @w;

        .btn{
            background-color: @w !important;
            color: @text !important;
        }
        &:nth-child(1){
            background: #bb419d;

            .content-title {
                color: #ffafeb;

                span{
                    color: @w;
                }
            }
        }
        &:nth-child(2){
            background: #003cff;

            .content-title {
                color: #a9beff;
                
                span{
                    color: @w;
                }
            }
        }
    }
    .btn-block-slider{
        bottom: auto;
        top: -40px;
        right: -10px;

        .slider-prev{
            @media(max-width: 1000px){
                left: -50px;
            }
        }
        .slider-next{
            @media(max-width: 1000px){
                right: -50px;
            }
        }
    }
    .rev-item{
        .rev-info{
            font-size: 12px;
            margin-top: 10px;
            opacity: 0.5;

            .name{
                font-weight: bold;
            }
        }
    }
    .btn-block{
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}

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

.about{
    padding-top: 20px;
    padding-bottom: 100px;

    @media(max-width: 1000px){
        padding-bottom: 70px;
    }
    .about-cont{
        position: relative;
        border-radius: 10px;
        background: @bg;
        padding-left: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: calc(~'50% + 50px');

        @media(max-width: 900px){
            padding: 0;
            background: transparent;
        }
        .miniature{
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: calc(~'50% - 10px')  ;
            border-radius: 10px;
            
            @media(max-width: 900px){
                position: static;
                width: 100%;
                margin-bottom: 20px;
            }
        }
    }
    p{
        opacity: 0.6;
    }
}


.contacts{
    padding: 70px 0;
    background: @bg;

    @media(max-width: 1000px){
        text-align: center;
    }
    .logo{
        width: 180px;
        height: 110px;
        background: url('../img/logo.png') no-repeat 0 0;
        background-size: contain;
        margin-right: 50px;
        
        @media(max-width: 1000px){
            margin: 0 auto;
            margin-bottom: 15px;
            height: 80px;
            background-position:  center center;
        }
    }
    .center-ct{
        width: 560px;
        flex-wrap: nowrap;
        
        @media(max-width: 1000px){
            width: 100%;
            text-align: left;
            justify-content: center;
        }
    }
    .right-ct{
        @media(max-width: 1000px){
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
        }
    }
    .btn-block{
        .btn{
            margin-top: 5px;
            margin-right: 10px;
            padding-left: 45px;

            &:nth-child(2){
                margin-right: 0;
            }
        }
    }

    .menu-footer{
        @media(max-width: 1000px){
            // width: 100%;
        }
        li{
            margin-bottom: 3px;
            
            a{
                text-decoration: none;
            }
        }
    }
    .menu-cat{
        margin-right: 30px;

        li{
            width: 40%;
            display: inline-block;
            margin-bottom: 3px;

            @media(max-width: 700px){
                width: 100%;
            }
            &:nth-child(2n){
                width: 58%;
            }
            a{
                text-decoration: none;
            }
        }
        .btn-block{
            @media(max-width: 1000px){
                display: none;
            }
        }
    }
    .contacts-list{
    }
    .btn-block-mob{
        display: none;
        
        @media(max-width: 1000px){
            display: block;
        }
        .btn{
            @media(max-width: 1000px){
                margin-top: 10px;
            }
        }
    }
}


.top-single-product{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: @border;

    @media(max-width: 900px){
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 70px;
    }
    .image-left{
        @media(max-width: 900px){
            margin-bottom: 30px;
        }
        .slide-miniature-big{
            margin-bottom: 8px;

            .miniature{
                padding-top: 133%;
                position: relative;
                border-radius: 10px;
                border: @border;
                box-sizing: border-box;

                img{
                    position: absolute;
                    left: 0;
                    top: 0;
                }
            }
            .slider-prev{
                left: 10px;
            }
            .slider-next{
                right: 10px;
            }
        }
        .slide-miniature-thumb{
            .miniature{
                padding-top: 19%;
                position: relative;
                cursor: pointer;
                border: @border;
                box-sizing: border-box;
                border-radius: 10px;

                @media(max-width: 1000px){
                    padding-top: 26%;
                }
                img{
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                &::after{
                    right: auto;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }
            }
            .swiper-slide-thumb-active{
                border-color: @color-1;
                cursor: default;

                &::before, &::after{
                    opacity: 0;
                }
            }
        }
    }

    .gallery-product{
        .miniature-item{
            width: calc(~'25% - 8px');
            margin-right: 10px;
            padding-top: 20%;
            position: relative;
            box-sizing: border-box;
            margin-top: 10px;

            &:nth-child(4n){
                margin-right: 0;
            }
            img{
                position: absolute;
                left: 0;
                top: 0;
                object-fit: contain;
            }
        }
    }


    .price{
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;

        del{
            font-weight: normal;
            font-size: 12px;
            opacity: 0.5;
            text-decoration: line-through;
            display: inline-block;
            margin-right: 5px;
        }
        bdi,
        ins{
            text-decoration: none;
            color: @color-1;
        }
    }
    .cart{
        margin-bottom: 50px;

        .quantity{
            display: inline-block;
            vertical-align: text-top;
            margin-right: 5px;
            width: 150px;

            input{
                text-align: center;
                width: 100%;
                padding-left: 65px;
                right: 50px;
                
                @media(max-width: 800px){
                    padding-left: 50px;
                }
            }
            button{
                width: 36px;
                height: 36px;
                height: auto;
                width: auto;
                aspect-ratio: 1 / 1;
                top: 5px;
                bottom: 5px;
                background: #cc98d5;
            }
            .minus{
                left: 5px;
            }
            .plus{
                right: 5px;
            }
        }
        .button{
            display: inline-block;
            vertical-align: text-top;
            margin-top: 0;
            
            @media(max-width: 1000px){
                width: calc(~'100% - 159px');
                padding-left: 10px !important;
                padding-right: 10px !important;
            }
        }
    }
    .product-cart-info{
        .in-cart{
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            opacity: 0.5;
        }
        .cart-go{
            display: inline-block;
            vertical-align: middle;
            padding: 5px 20px;
            padding-bottom: 8px;
            background: @bg;
            text-decoration: none;
            border-radius: 20px;
            
            @media(max-width: 1000px){
                font-size: 12px;
            }
        }
    }
    .btn-block{
        margin-bottom: 20px;

        .btn-item{
            margin-right: 20px;

            @media(max-width: 600px){
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }
            .price{
                margin-bottom: 10px;
            }
            .btn{
                width: 258px;
                
                @media(max-width: 600px){
                    width: 100%;
                }
            }
        }
    }
    .table-haracter{
        margin-top: 50px;
        border: @border;
        border-radius: 10px;

        table tr{
            text-align: left;
            border-bottom: @border;

            &:last-child{
                border-bottom: none;
            }
            td, th{
                width: 70%;
                box-sizing: border-box;
                padding: 13px 20px;
                font-weight: normal;
            }
            th{
                width: 30%;
            }
        }
    }
}

.woocommerce-error,
.woocommerce-message{
    padding: 20px;
    padding-top: 18px;
    padding-left: 55px;
    border: @border;
    position: relative;
    margin-bottom: 20px;
    background: @bg;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px !important;
    padding-right: 200px;
        
    @media(max-width: 800px){
        padding-right: 20px;
        padding-left: 20px;
    }

    &::before{
        content: '';
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%);
        width: 24px;
        height: 24px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM5ZTRhOWYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1pbmZvIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiAxNnYtNCIvPjxwYXRoIGQ9Ik0xMiA4aC4wMSIvPjwvc3ZnPg==") no-repeat 50% 50%;
        background-size: contain;
        
        @media(max-width: 800px){
            position: static;
            display: block;
            transform: translate(0, 0);
            margin-bottom: 10px;
        }
    }
    
    .button{
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 20px;
        
        @media(max-width: 800px){
            position: static;
            transform: translate(0, 0);
            margin-top: 15px;
        }
    }
}

.products-none{
    text-align: center;
    padding: 30px;
    background: @bg;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;

    .icon{
        background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fef8ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat 50% 50%;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    .title-block{
        margin-bottom: 5px;
    }
}

.products-recomendet{
    border-top: @border;
    padding-top: 100px;
    padding-bottom: 100px;
    
    @media(max-width: 1000px){
        padding: 70px 0;
    }
}


.page-delivery{
    .deliv-item{
        padding: 30px;
        padding-top: 25px;
        background: @bg;
        border-radius: 10px;
        margin-bottom: 20px;
        
        &:last-child{
            margin-bottom: 0;
        }
        &:nth-child(2n){
            background: #ffebeb;
        }
        &:nth-child(3n){
            background: #ffffeb;
        }
        &:nth-child(4n){
            background: #ebfffe;
        }
        &:nth-child(5n){
            background: #ffebf3;
        }
        &:nth-child(6n){
            background: #ffebfd;
        }
        &:nth-child(8n){
            background: #f8ffeb;
        }
    }
}
.page-payment{
    .deliv-item{
        padding: 30px;
        padding-top: 25px;
        background: @bg;
        border-radius: 10px;
        
        &:nth-child(2n){
            background: #ffebf3;
        }
        &:nth-child(3n){
            background: #ffffeb;
        }
        &:nth-child(4n){
            background: #f5ffe1;
        }
    }
}




// аккаунт и оформление заказа
.page-account{
    .woocommerce{
        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;

        .woocommerce-MyAccount-navigation{
            width: 300px;
            float: left;
            padding-right: 30px;
            box-sizing: border-box;
    
            @media(max-width: 900px){
                padding-right: 0;
                margin-bottom: 30px;
                float: none;
                width: 100%;
            }
            ul{
                li{
                    margin-bottom: 5px;
                    list-style: none;
                    padding: 0;
                    
                    &::before{
                        display: none;
                    }
                    a{
                        text-decoration: none;
                        padding: 10px 20px;
                        padding-bottom: 13px;
                        background: @bg;
                        border-radius: 10px;
                        display: block;
                        line-height: 120%;
                    }
                }
                .woocommerce-MyAccount-navigation-link--customer-logout{
                    a{
                        background: transparent;
                    }
                }
                .woocommerce-MyAccount-navigation-link--downloads{
                    display: none;
                }
                .is-active a{
                    background: @color-1;
                    color: @w;
                }
            }
        }
        .woocommerce-MyAccount-content{
            width: calc(~'100% - 300px');
            float: right;

            @media(max-width: 900px){
                width: 100%;
                float: none;
            }
            .woocommerce-notices-wrapper{

                ul{
                    padding: 20px;
                    background: @bg;
                    border-radius: 10px;
                    margin-bottom: 30px;

                    li{
                        margin-bottom: 2px;
                    }
                }
            }
            .woocommerce-info{
                .woocommerce-Button{
                    display: block;
                    width: auto;
                }
            }
        }
    }
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table{
    @media(max-width: 900px){
        font-size: 12px;
    }
}

.woocommerce-order{
    .woocommerce-thankyou-order-received{
        color: #8ec96c;
        font-size: 22px;
        font-weight: bold;
    }
    .woocommerce-order-overview{
        padding: 20px;
        background: @bg;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .woocommerce-order-details{
        margin-bottom: 20px;
    }
}

.woocommerce-MyAccount-content,
#payment{
    .wc_payment_methods{
        li{
            padding: 0;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: @border;

            input{
                margin-right: 3px;
            }
            &::before{
                display: none;
            }
            .payment_box{
                font-size: 12px;
                opacity: 0.5;
            }
        }
    }
    .form-row{
        .woocommerce-terms-and-conditions-wrapper{
            margin-bottom: 20px;

            p{
                font-size: 12px;
                opacity: 0.5;
            }
        }
        .woocommerce-input-wrapper{
            display: block;

            input{
                width: 100%;
            }
        }
    }
}

.woocommerce{
    .woocommerce-Addresses,
    .woocommerce-columns{
        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;
        margin-top: 20px;
    }
    .woocommerce-Address,
    .woocommerce-column{
        box-sizing: border-box;
        width: calc(~'50% - 10px');
        margin-right: 20px;
        margin-top: 20px;
        padding: 20px;
        background: @bg;
        border-radius: 10px;
        
        @media(max-width: 900px){
            width: 100%;
            margin-right: 0;
        }
        &:nth-child(2n){
            margin-right: 0;
        }
        &:nth-child(-n+2){
            margin-top: 0;
            
            @media(max-width: 900px){
                margin-top: 20px;
            }
        }
        &:nth-child(1){
            @media(max-width: 900px){
                margin-top: 0;
            }
        }
        address{
            font-style: normal;
            line-height: 150%;
            display: block;

            p{
                margin-bottom: 0;
                margin-top: 5px;
                font-weight: bold;
            }
        }
        .edit{
            display: inline-block;
            text-decoration: none;
            background: #ffd5d5;
            padding: 5px 15px;
            padding-bottom: 7px;
            border-radius: 15px;
            font-weight: bold;
            transition: 0.3s all;
            font-size: 12px;
            margin-bottom: 10px;

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

    table.shop_table{
        text-align: left !important;
    
        tr{
            background: transparent !important;
            border-bottom: @border;
    
            th, td{
                padding: 10px 20px;
                padding-bottom: 13px;
            }
            td{
                font-weight: normal;
            }
        }
    }
    form{
        .form-row,
        .woocommerce-form-row{
            label{
                display: block;
                font-size: 12px;
                line-height: 100%;
                opacity: 0.5;
                padding-bottom: 5px;

                abbr{
                    text-decoration: none;
                    border: none;
                }
            }
            select,
            input{
                width: 100%;
            }
            span{
                em{
                    font-size: 12px;
                    display: block;
                    margin-top: 5px;
                    color: #6aa548;
                }
            }
            .woocommerce-input-wrapper{
                display: block;
                width: 100%;
            }
            .woocommerce-password-strength{
                margin-top: 5px;
                font-size: 12px;
            }
            .bad{
                color: #fc8787;
            }
            .good{
                color: #ffd000;
            }
            .strong{
                color: #6aa548;
            }
            small{
                line-height: 130%;
                display: block;
            }
        }
        fieldset{
            margin: 0;
            border: none;
            padding: 20px;
            background: @bg;
            border-radius: 20px;

            legend{
                font-size: 24px;
                font-weight: bold;
                display: block;
                margin-bottom: 20px;
                position: relative;
                top: 30px;
            }
        }
        .button{
            margin-top: 20px;
        }
    }
}

.wp-block-woocommerce-empty-cart-block{
    .wp-block-separator,
    .wp-block-heading:nth-child(3),
    .wp-block-product-new{
        display: none;
    }
}

// восстановление пароля
.woocommerce-ResetPassword{
    width: 400px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.062);

    .woocommerce-form__label{
        cursor: pointer;

        input{
            display: inline-block;
            vertical-align: text-top;
            width: auto !important;
            margin-right: 3px;
        }
        span{
            display: inline-block;
            vertical-align: text-top;
        }
    }
    .button{
        width: 100%;
    }
}
.page-template-page-account.page-template-page-account-php{
    h2{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
}
.woocommerce-account{
    .u-columns{
        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;

        .u-column1,
        .u-column2{
            padding: 30px;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.062);
            box-sizing: border-box;
            width: calc(~'50% - 10px');
            margin-right: 20px;
            margin-top: 20px;
            
            @media(max-width: 900px){
                width: 100%;
                margin-right: 0;
            }
            &:nth-child(2n){
                margin-right: 0;
            }
            &:nth-child(-n+2){
                margin-top: 0;
                
                @media(max-width: 900px){
                    margin-top: 20px;
                }
            }
            &:nth-child(1){
                @media(max-width: 900px){
                    margin-top: 0;
                }
            }

            .woocommerce-form__label{
                cursor: pointer;
        
                input{
                    display: inline-block;
                    vertical-align: text-top;
                    width: auto !important;
                    margin-right: 3px;
                }
                span{
                    display: inline-block;
                    vertical-align: text-top;
                }
            }
            .button{
                width: 100%;
            }
        }
    }
}

// https://test4.danilsmg.ru/my-account/lost-password/


.wc-block-cart-items__row{
    font-weight: normal !important;
    box-sizing: border-box !important;

    @media(max-width: 900px){
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    .price.wc-block-components-product-price{
        del{
            opacity: 0.5;
            font-size: 12px;
        }
        ins{
            font-weight: bold;
        }
    }
    .price.wc-block-components-product-price{
        .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount{
            font-weight: bold;
            color: @color-1;
        }
    }
    .wc-block-cart-item__product{
        @media(max-width: 900px){
            padding-right: 20px !important;
            box-sizing: border-box !important;
        }
    }
    .wc-block-cart-item__total{
        @media(max-width: 900px){
            width: 100% !important;
        }
    }
}




// КОРЗИНА

.woocommerce-error{
    li{
        margin-bottom: 2px;
        padding-left: 0 !important;

        &::before{
            display: none !important;
        }
    }
}

.wc-empty-cart-message{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 30px;
    background: @bg;
    border-radius: 20px;

    &::before{
        display: block;
        content: '';
        width: 60px ;
        height: 60px;
        background: @color-1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 2L3 6v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V6l-3-4H6zM3.8 6h16.4M16 10a4 4 0 1 1-8 0'/%3E%3C/svg%3E") no-repeat 50% 50%;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 10px ;
    }
}
.return-to-shop{
    width: 100%;
    text-align: center;
}


.wc-block-components-sidebar-layout{
    margin-bottom: 0 !important;

    table{
        border: none !important;
    }
    .wc-block-cart-items{
        margin-bottom: 0 !important;

        .wc-block-cart-items__header{
            background: transparent !important;
            margin-bottom: 0 !important;
        }
        tr{
            display: flex;
            flex-direction: row;
            border: none;
            background: @bg;
            border-radius: 30px;
            overflow: hidden;
            margin-bottom: 20px;

            &:nth-child(2n){
                background: @bg;
            }
            td, th{
                border: none !important;
                margin-bottom: 0 !important;

                &:nth-child(1){
                    width: 100px;
                    padding: 20px;
                    padding-right: 0;
                    box-sizing: border-box;

                    img{
                        border-radius: 15px;
                        background: #fff;
                    }
                }
                &:nth-child(2){
                    width: calc(~'100% - 250px');
                    padding: 20px;
                    box-sizing: border-box;
                }
                &:nth-child(3){
                    width: 150px;
                    padding: 20px;
                    box-sizing: border-box;
                }

                a{
                    text-decoration: none;
                    font-weight: bold;
                }
                .wc-block-cart-item__remove-link{
                    color: #dd8484 !important;
                    text-decoration: none !important;
                    transition: 0.3s all;

                    &:hover{
                        opacity: 0.5;
                    }
                }
            }
        }
    }
    .wc-block-cart__submit-button{
        height: 52px !important;
    }
}

// ОФОРМЛЕНИЕ ЗАКАЗА
.wp-block-woocommerce-checkout{
    form input, form textarea, form select{
        border-color: @b-color !important;
        border-radius: 20px !important;
        padding-left: 20px !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .wc-blocks-components-select .wc-blocks-components-select__container{
        border-color: @b-color !important;
        border-radius: 20px !important;
        outline: none !important;
        box-shadow: none !important;
    }
    form label{
        left: 20px !important;
    }
    .wc-block-components-validation-error{
        display: none !important;
    }
    .wc-block-checkout__payment-method{
        display: none;
    }
    .wc-block-components-checkbox label{
        left: 0 !important;
    }
    .wc-block-checkout__terms{
        font-size: clamp(0.75rem, calc(0.64rem + 0.2vw), 0.81rem);
        --font-size: clamp(0.75rem, calc(0.64rem + 0.2vw), 0.81rem);
    }
}


.order-custom-page{
    .two-item{
        border-radius: 30px;
        background: @bg;
        padding: 40px;
        
        @media(max-width: 1200px){
            padding: 20px;
        }
        p{
            margin-bottom: 10px;
        }
    }
    #customer_details{
        label{
            display: none;
        }
        .woocommerce-input-wrapper{
            display: block;

            input{
                width: 100%;
            }
        }
    }
    .woocommerce-privacy-policy-text{
        margin-bottom: 20px;

        p{
            font-size: clamp(0.75rem, calc(0.64rem + 0.2vw), 0.81rem);
            --font-size: clamp(0.75rem, calc(0.64rem + 0.2vw), 0.81rem);
        }
    }
    table{
        @media(max-width: 900px){
            min-width: auto !important;
        }
        tbody{
            @media(max-width: 900px){
                min-width: auto !important;
            }
        }
        tr{
            border-bottom: @border;
            background: transparent !important;
            
            td, th{
                text-align: left;
                padding: 15px 0;
                background: transparent !important;
                border: none;

                &:nth-child(1){
                    padding-right: 20px;
                }
                &:nth-child(2){
                    width: 120px;
                    text-align: right;
                }
            }
            .product-name{
            }
        }
    }
}

.wp-block-woocommerce-cart{
    .wc-block-components-totals-item{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wp-block-woocommerce-cart-order-summary-shipping-block{
        display: none !important;
    }
    wp-block-woocommerce-cart-order-summary-totals-block{
        display: block !important;
    }
    .wc-block-components-totals-item.wc-block-components-totals-footer-item{
        display: none !important;
    }
}



.woocommerce-order{
    .woocommerce-thankyou-order-received{
        color: #8ec96c;
        font-size: 22px;
        font-weight: bold;
    }
    .woocommerce-order-overview{
        padding: 20px;
        background: @bg;
        margin-bottom: 30px;
        border-radius: 20px;
    }
    .woocommerce-order-details{
        margin-bottom: 20px;
        padding: 0;

        tfoot:nth-child(3){
            display: none;
        }
        table{
            border: @border;
            border-radius: 10px;

            @media(max-width: 800px){
                min-width: auto !important;
            }
            a{
                text-decoration: none;
            }
            tbody{
                @media(max-width: 800px){
                    min-width: auto !important;
                }
            }
        }
    }
    .woocommerce-customer-details{
        padding: 0;
        
        .woocommerce-column__title{
            display: none !important;
        }
    }
    .woocommerce-columns.addresses{
        padding: 0;
    }

    table{
        text-align: left !important;

        tr{
            background: @w;
            td, th{
                padding: 15px;
            }
        }
    }

    .woocommerce-customer-details{
        padding: 20px;
        background: @bg;
        border-radius: 20px;

        .woocommerce-columns{
            margin-top: 0 !important;

            .woocommerce-column{
                width: 100%;
                margin-right: 0;
                padding: 0 !important;
            }
            .woocommerce-column.woocommerce-column--2{
                display: none;
            }
        }
        address{
            font-style: normal;
        }
    }
}




.wc-block-checkout__actions_row{
    button{
        height: 52px !important;
    }
}


.cart-cont{
    .cart-left-cont{
        width: calc(~'100% - 320px');
        margin-right: 20px;
        background: #fff;
        border: @border;
        border-radius: 30px;
        padding: 40px;
        box-sizing: border-box;

        @media(max-width: 1200px){
            padding: 20px;
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }
        table{
            @media(max-width: 900px){
                min-width: auto !important;
                width: 100%;
                display: block;
            }
            tbody{
                @media(max-width: 900px){
                    min-width: auto !important;
                    width: 100%;
                    display: block;
                }
            }
            thead{
                @media(max-width: 900px){
                    display: none;
                }
            }
            
            tr{
                border-bottom: @border;
                background: transparent;
                position: relative;

                @media(max-width: 900px){
                    padding: 20px;
                    background: @bg !important;
                    border-bottom: none;
                    display: block;
                    margin-bottom: 10px;
                    border-radius: 20px;
                }
                &:nth-child(2n){
                    background: transparent;
                }
                &:last-child{
                    border-bottom: none;
                }
                a{
                    text-decoration: none;
                    font-weight: 500;
                }
                td, th{
                    border: none;
                    background: transparent;
                    text-align: left;
                    padding: 15px 0;
                    border: none !important;
                    
                    @media(max-width: 900px){
                        display: block;
                        width: 100%;
                    }
                    &:nth-child(1){
                        padding: 10px 0;
                        width: 100px;

                        @media(max-width: 900px){
                            margin-bottom: 15px;
                        }
                        img{
                            border-radius: 15px;
                        }
                    }
                    &:nth-child(2){
                        padding-left: 20px;
                        padding-right: 20px;
                        
                        @media(max-width: 900px){
                            margin-bottom: 10px;
                        }
                    }
                    &:nth-child(3){
                        width: 110px;
                        padding-right: 20px;
                        
                        @media(max-width: 900px){
                            display: inline-block;
                            vertical-align: middle;
                            width: 48%;
                        }
                    }
                    &:nth-child(4){
                        text-align: center;
                        padding-right: 20px;
                        
                        @media(max-width: 900px){
                            display: inline-block;
                            vertical-align: middle;
                            width: 48%;
                            text-align: right;
                        }
                    }
                    &:nth-child(5){
                        @media(max-width: 900px){
                            border-top: @border;
                            font-weight: bold;
                        }
                    }
                    @media(max-width: 900px){
                        padding: 0 !important;
                    }
                }
                .product-remove{
                    a{
                        display: block;
                        text-decoration: none;
                        width: 30px;
                        height: 30px;
                        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='%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%;
                        font-size: 0;
                        transition: 0.3s all;

                        &:hover{
                            opacity: 0.5;
                        }
                        @media(max-width: 900px){
                            position: absolute;
                            right: 0;
                            top: 0;
                        }
                    }
                }
                .actions{
                    @media(max-width: 900px){
                        width: 100% !important;
                    }
                }
            }
            .quantity{
                margin-right: 0;
                width: 100px;

                input{
                    padding: 5px;
                    padding-left: 18px;
                    padding-bottom: 8px;
                    
                    @media(max-width: 900px){
                        background: #fff;
                    }
                    @media(max-width: 800px){
                        padding-left: 10px;
                        padding-right: 10px;
                    }
                }
                button{
                    line-height: 100%;
                }
            }
            thead{
                tr{
                    border-bottom: @border !important;
                }
            }
        }
        button:disabled{
            opacity: 0.5;

            &:hover{
                background: @color-1;
                color: @w;
            }
        }
    }
    .cart-right-cont{
        width: 300px;
        background: @bg;
        border-radius: 30px;
        padding: 40px;
        box-sizing: border-box;

        @media(max-width: 1200px){
            padding: 20px;
            width: 100%;
        }
        .shop_table {
            display: none !important;
        }
        h2{
            font-size: clamp(0.75rem, calc(0.3rem + 0.8vw), 1rem);
            --font-size: clamp(0.75rem, calc(0.3rem + 0.8vw), 1rem);
            line-height: normal;
            font-weight: normal;
            font-family: @font-2;
            margin-bottom: 10px;
        }
    }
}

.quantity{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    width: 150px;
    position: relative;

    input{
        text-align: center;
        width: 100%;
        padding-left: 65px;
        padding-right: 50px;
        background: @bg;
        text-align: center;
    }
    button{
        top: 3px;
        bottom: 3px;
        aspect-ratio: 1 / 1;
        background: @color-1;
        color: @w;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        position: absolute;
        transition: 0.3s all;
        outline: none;
        border: none;
        z-index: 2;
        
        &:hover{
            opacity: 0.3;
        }
    }
    .minus{
        left: 3px;
    }
    .plus{
        left: auto;
        right: 3px;
    }
}

.wc_payment_methods.payment_methods.methods{
    display: none !important;
}

#order_review{
    .shop_table{
        th, td{
            padding-left: 0;
            padding-right: 0;
        }
        tr{
            border-bottom: 1px solid #f8e1fc;
        }
        .woocommerce-shipping-totals{
            display: none;
        }
    }
}


.work-about{
    text-align: center;
    padding-bottom: 50px;

    .about-cont{
        padding: 0 200px;
        
        @media(max-width: 1200px){
            padding: 0;
        }
    }
    .logo{
        width: 210px;
        height: 55px;
        background: url('../img/logo-pc.png') no-repeat 0 50%;
        background-size: contain;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
.cat-about{
    padding-top: 50px;
    border-top: @border;
    margin-bottom: 20px;

    .content-title{
        text-align: center;
    }
    .cat-item{
        padding: 30px;
        border-radius: 10px;
        background: @bg;
        text-align: center;
        
        &:nth-child(2){
            background: #ffebeb;
            
            .btn{
                background: #fc7c7c;

                &:hover{
                    background: @text;
                }
            }
        }
        &:nth-child(3){
            background: #ffffeb;

            .btn{
                background: #f1d94b;

                &:hover{
                    background: @text;
                }
            }
        }
        .title-bold{
            margin-bottom: 10px;
        }
        .btn{
            margin-top: 20px;
        }
    }
}
.product-about{
    padding: 50px;
    border-radius: 10px;
    background: @bg;
    margin-bottom: 50px;
    text-align: center;
    
    @media(max-width: 1000px){
        padding: 50px 20px;
    }
    .about-item{
        padding: 20px;

        &::before{
            content: '';
            position: static;
            display: block;
            width: 40px;
            height: 40px;
            background: @color-1 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZWNrIj48cGF0aCBkPSJNMjAgNiA5IDE3bC01LTUiLz48L3N2Zz4=") no-repeat 50% 50%;
            margin: 0 auto;
            margin-bottom: 15px;
            border-radius: 50%;
        }
        .title-bold{
            margin-bottom: 10px;
        }
    }
}
.mission{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: @border;
    
    .btn{
        margin: 0 2px;
        
        @media(max-width: 800px){
            margin: 0;
            margin-top: 10px;
        }
    }
}

.mission-opt{
    background: @bg;
    border-radius: 10px;
    border: none;
    padding-left: 100px;
    padding-right: 100px;
    
    @media(max-width: 900px){
        padding-left: 20px;
        padding-right: 20px;
    }
}

.page-about{

    .btn-block{
        text-align: center;
    }
}


.intro-slider-deliv{
    margin-top: 50px !important;
}