
@font-face {
    font-family: Bahnschrift;
    src: url(../fonts/Bahnschrift.ttf);
}
@font-face {
    font-family: BadScript-Regular;
    src: url(../fonts/BadScript-Regular.ttf);
}





:root{
    --bahnschrift-regular: Bahnschrift, sans-serif;
    --badscript-regular: BadScript-Regular, sans-serif;
    --burger-line: #1a1c1f;
    --header-bg: #FFFFFF;
    --intro-bg:#00182c;
    --main-color: #1a1c1f;
    --second-color: #cbcbcb;
    --third-color: #d2d2d2;
    --border: #DC6C21;
    --powdery: #F0E7E7;
    --dark-powdery: #EBD6BD;
    --box-shadow: 5px 5px 10px #00182c24;
    --box-shadow-hover: 3px 3px 4px #00182c24;
    --brown: #864533;
    --brown-light: #BA825D;
    --blue: #39739E;
    --blue-point: #6481D7;
    --yellow-name: #FCDD76;
    --yellow-1: #dfcb89;
    --yellow-2: #e9c85d;
    --yellow-3: #fbe59b;
    --green-name: #A0C592;
    --green-1: #A9D997;
    --green-2: #9FC371;
    --green-3: #ABC7A1;
    --violet-name: #a37b99;
    --violet-1: #AE7AA1;
    --violet-2: #D7A2C9;
    --violet-3: #bb8bcb;
    --light-blue-name: #86ACC6;
    --light-blue-1: #679EC3;
    --light-blue-2: #93A7D9;
    --light-blue-3: #8BBBD6;
    --clay-name: #BB7F6A;
    --clay-1: #C99A63;
    --clay-2: #CB8B75;
    --clay-3: #CB6C4B;
    --orange-name: #EA9501;
    --orange-1: #EBAC3F;
    --orange-2: #EB9026;
    --orange-3: #EAC501;
    --white-name: #e4e4e4;
    --white-1: #afd3d8;
    --white-2: #ced9e0;
    --white-3: #ebf6ff;
    
}
.white-name{
    background: var(--white-name);
}
.white-1{
    background: var(--white-1);
}
.white-2{
    background: var(--white-2);
}
.white-3{
    background: var(--white-3);
}
.yellow-name{
    background: var(--yellow-name);
}
.yellow-1{
    background: var(--yellow-1);
}
.yellow-2{
    background: var(--yellow-2);
}
.yellow-3{
    background: var(--yellow-3);
}

.clay-name{
    background: var(--clay-name);
}
.clay-1{
    background: var(--clay-1);
}
.clay-2{
    background: var(--clay-2);
}
.clay-3{
    background: var(--clay-3);
}
.green-name{
    background: var(--green-name);
}
.green-1{
    background: var(--green-1);
}
.green-2{
    background: var(--green-2);
}
.green-3{
    background: var(--green-3);
}
.violet-name{
background: var(--violet-name);
}
.violet-1{
    background: var(--violet-1);
}
.violet-2{
    background: var(--violet-2);
}
.violet-3{
    background: var(--violet-3);
}
.orange-name{
    background: var(--orange-name);
}
.orange-1{
    background: var(--orange-1);
}
.orange-2{
    background: var(--orange-2);
}
.light-blue-name{
    background: var(--light-blue-name);
}
.light-blue-1{
    background: var(--light-blue-1);
}
.light-blue-2{
    background: var(--light-blue-2);
}
.light-blue-3{
    background: var(--light-blue-3);
}
html {
    scroll-behavior: smooth;
}

*{
    color: var(--main-color) ;
    font-family: var(--bahnschrift-regular);
    font-size: 14px;
    line-height: 1.25;
}

::-webkit-scrollbar{
    background:var(--dark-powdery);
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: var(--border);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

body{
    font-family: var(--bahnschrift-regular);
}
.body._lock{
    overflow: hidden;
}
a,button, .burger{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.main{
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    background: url(../img/main-top-bg.png), url(../img/main-central-bg.png), linear-gradient(183deg, rgb(250, 202, 154) 0%, rgba(228,232,244,1) 100%);
    background-position: 100% 0, 100% 20%, 100% 40%;
    background-size:auto 50%, auto 35%, 100% 110%;
    background-repeat: no-repeat;
}

.container{
    max-width: 1370px;
    padding: 0 10px;
    margin: 0 auto;
}
.block{
    padding: 20px 0 10px;
}
.header__top {
    background: #b7c6da;
    background: linear-gradient(183deg, #b7c6da 0%, #b7c6da5e 100%);
    padding: 10px 0;
}
.header__top-body{
    background: var(--header-bg);
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.header__text{
    font-size: 9px;
    line-height: 110%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.header__top-logo{
    height: 25px;
}
.header__central-body {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
} 
.header__menu-list{
    position: absolute;
    opacity: 0.4;
    width:100vw;
    height: 120vh;
    z-index: 9;
    top: 0;
    left:-100vw;
    margin: 0 -10px;
    padding: 60px 20px 40px;
    background: var(--dark-powdery);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.header__menu-list._active{
    left: 0;
    opacity: 1;
}
body.body._lock{
    overflow: hidden;
}
.header__menu-list-item{
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 5px 0 10px;
}
.header__central-pharse{
    height: 30px;
}
.header__central-img{
    height: 40px;
    margin: -5px 0;
}
.burger{
    display: block;
    width: 35px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 3px;
    z-index: 10;
}

.burger__line {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: var(--burger-line);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.burger__line--1 {
    top: 0;
}
.burger__line--2, .burger__line--3 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.burger__line--4 {
    bottom: 0;
}
.burger._active .burger__line--1, .burger._active .burger__line--4{
    opacity: 0;
}
.burger._active .burger__line--2{
    transform: translateY(50%) rotate(45deg);
    -webkit-transform: translateY(50%) rotate(45deg);
    -moz-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    -o-transform: translateY(50%) rotate(45deg);
}   
.burger._active .burger__line--3{
    transform: translateY(50%) rotate(-45deg);
    -webkit-transform: translateY(50%) rotate(-45deg);
    -moz-transform: translateY(50%) rotate(-45deg);
    -ms-transform: translateY(50%) rotate(-45deg);
    -o-transform: translateY(50%) rotate(-45deg);
} 
.header__bottom{
    background: var(--border);
}
.header__bottom-list{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.header__bottom-list-item{
    display: inline-block;
    padding: 3px;
    color: var(--header-bg);
}
.intro{
    padding: 20px 0 10px;
}
.intro__schedule{
    text-align: center;
}
.intro__schedule-link{
    font-size: 18px;
    display: inline-block;
    background: var(--light-blue-3);
    border: 2px solid var(--blue-point);
    color: var(--header-bg);
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-width: 140px;
}
.intro__schedule-link_tel{
    background: #bee886;
    border-color: #96ea29;
    margin-left: 5px;
}
.intro__video-content{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
    border: 3px solid var(--dark-powdery);
    box-shadow: var(--box-shadow);
}
.intro__title{
    font-size: 28px;
    text-align: center;
    color: var(--header-bg);
    font-family: var(--badscript-regular);
    font-weight: 600;
    text-shadow: var(--box-shadow);
    margin-bottom: 20px;

}

.card__body {
    background: var(--dark-powdery);
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.card__column {

}
.card__column_info {
    margin-bottom: 30px;
}
.card__column-title {
    padding: 10px 20px;
    display: inline-block;
    color: var(--header-bg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.card__column-title_brown{
    background: var(--brown);
}
.card__column-title_blue{
    background: var(--blue);
}
.card__column-title_brown-light{
    background: var(--brown-light);
}
.card__column-advantages {
    margin-bottom: 10px;
}
.card__column-advantages-title {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}
.card__column-advantages-title::after {
    content: '';
    position: absolute;
    background: var(--blue-point);
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.card__column-advantages-text {
    padding-left: 20px;
}

.card__column-content {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: var(--box-shadow);
}
.schedule__title{
    font-size: 24px;
    padding-bottom: 10px;
}
.schedule__body{
    background: rgb(240,240,242);
    background: linear-gradient(351deg, rgba(240,240,242,1) 0%, rgba(224,224,224,1) 100%);
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: var(--box-shadow);
}
.schedule__choice-list{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin: 0 -10px;
}
.schedule__choice-list-item{
    width: calc(1/3*100% - 10px);
    margin:5px;
    padding: 5px;
    background: var(--white-3);
    border: 2px solid var(--white-2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}
.schedule__day{
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}
.schedule__day-name{
    flex: 0 0 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.schedule__day-list{
    flex:  1 1 auto;
}
.schedule__day-list-item{
    padding: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 3px;
}
.hide{
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
}
.call__form{
    background: rgb(240,240,242);
    background: linear-gradient(351deg, rgba(240,240,242,1) 0%, rgba(224,224,224,1) 100%);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: var(--box-shadow);
}
.call__form-title{
    font-size: 24px;
    color: var(--border);
    padding-bottom: 10px;
}
.call__form-input{
    display: block;
    width: 100%;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 7px;
    color: #555;
}
.call__form-textarea{
    font-weight: 300;
    resize: none;
    display: block;
    min-height: 100px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid var(--border);
    margin-bottom: 15px;
    color: #555;
}
.call__form-btn{
    font-size: 16px;
    padding: 10px 20px;
    color: var(--header-bg);
    background: var(--blue-point);
    border: 1px solid var(--second-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    z-index: 2;
}
.call__form-btn:active{
    background: var(--border);
    border: 1px solid var(--blue-point);
    box-shadow: var(--box-shadow);
}
.button-lock__field {
    z-index: 1;
}
.button-lock__field_lock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}
.label-phone, .label-phone span{
    color: red;
    font-size: 14px;
    padding-left: 10px;
}
.button-lock{
    display: block;
    position: relative;
}
.reviews__title{
    font-size: 24px;
    margin-bottom: 20px;
    font-family: var(--badscript-regular);
    font-weight: 600;
}
.reviews__slide{
    background: var(--dark-powdery);
    box-shadow: var(--box-shadow);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.reviews__slide-info{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.reviews__slide-icon{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border:1px solid var(--header-bg);
}
.reviews__slide-name{
    font-size: 16px;
}
.reviews__btn-box{
    display: none;
}
.reviews__slide-text{
    font-weight: 300;
}
.reviews__pagination{
    position: relative;
    top: 0;
    margin-top: 10px;
}
.swiper-pagination-bullet-active{
    background: var(--border);
}
.contact{
    background: url(../img/footer-bg.png) no-repeat;
    background-position: bottom 0 left;
    background-size: 100% 30%;
}
.contact__body{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact__column-title{
    font-size: 14px;
    margin-bottom: 8px;
}
.contact__column-list-item {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 3px;
}
.contact__column-list_link{
    display: flex;
    gap: 7px;
    margin-bottom: 8px;
}
.contact__column-list-item_text-bold{
    font-weight: 600;
}
.contact__column-list-item_tel{
    font-weight: 600;
}
.contact__column-list-item_vk{
    background: url(../img/vk.svg);
    background-size: cover;
}
.contact__column-list-item_whatsapp{
    background: url(../img/whatsapp.svg);
    background-size: cover;
}
.contact__column-list-item_telegram{
    background: url(../img/telegram.svg);
    background-size: cover;
}
.contact__column-list-item_youtube{
    background: url(../img/youtube.svg);
    background-size: cover;
}
.contact__column_map{
    flex: 0 0 100%;
}
.contact__column_map-content{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border: 2px solid var(--border);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: var(--box-shadow);
}
.social{
    display: inline-block;
    width: 26px;
    height: 26px;
}
@media  (max-width: 378px){
    .contact__body{
        gap: 10px;
    }
    .contact__column-list_link{
        gap: 5px;
    }
    .social{
        width: 23px;
        height: 23px;
    }
}
@media  (max-width: 365px){
    .control-bar {
        background: rgb(240,240,242);
        background: linear-gradient(351deg, rgba(240,240,242,1) 0%, rgba(224,224,224,1) 100%);
        padding: 20px 12px;
    }
    .control-bar__select{
        padding:  8px 20px;
        background-position: right 6px center;
    }
    .control-bar__btn{
        height: 33px;
        padding:  8px 10px;
    }
    .schedule__day-name{
        font-size: 12px;
        min-width: 80px;
    }
    .schedule__day-list-item div{
        padding: 4px 0;
        font-size: 10px;
    }
}