@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
/* html */
html{
    font-size: 62.5%;
}
a{
    text-decoration: none;
}
/* body */
body{
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #1c313d;
}
/*Загаловки*/

/* container */
.container{
    max-width: 1300px;
    margin: 0 auto;
}
/* gage */
.page{
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}
/* btn */
.btn {
    display:inline-block;
    vertical-align: top;

    border: 0;

    font-family: 'Oswald', sans-serif !important;
    line-height: 158.3%;
    font-size: 1.8rem !important;

    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.btn-1{
    background: #ea5f1e;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
            box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
}
.btn-1:hover{
    background:#ff5100;
}
.btn-2{
    background: #2c3c87;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
            box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
    color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
}
.btn-2:hover{
    background: #4a5483;
}
.btn-3{
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
            box-shadow: 0 0 10px 0 rgb(0 172 232 / 0%);
    color: #000;
    padding: 1.5rem;
    border-radius: 8px;
}
.btn-3:hover{
    background: #ffdccb;
}
/* category */
.category{
    background: #fff;
    overflow: hidden;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.category__container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.category__item{
    height: 80vh;
    border-radius: 20px;
    margin: 10px;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition:all 2s;
    transition:all 2s;
}
.category__item h3{
    position: absolute;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 20px;
    left: 20px;
}
.category__item a{
    position: absolute;
    font-size: 3rem;
    font-weight: 600;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    color: #fff;
    background: #ea5f1e;
    padding: 1rem;
    border-radius: 12px;
    opacity: 0;
}
.category__item:hover a{
    opacity: 1;
    -webkit-transition:all 3s;
    transition:all 3s;
}
.category__item:hover{
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
    -webkit-transition:all 5s;
    transition:all 5s;
}
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

#cookie_note p{
    margin: 0;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
/* logo */
.logo-category{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 1rem 0;
}
.logo-category__img{
    max-width: 235px;
}
.logo-category__img img{
    width: 100%;
    height: 100%;
}
.logo__img{
    max-width: 130px;
}
.logo__img img{
    width: 100%;
    height: 100%;
}
/* header */
.header{
    padding: 2rem 0;
}
.header__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap: 20px;
}
.header__btn{
    margin-left: auto;
}
.phone__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.phone__header a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
/* nav */
.nav__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    height: 48px;
    padding: 0;
    margin: 0;
    width: 100%;
    gap:10px;
}
.nav__item{
    position: relative;
    background: #ea5f1e;
    padding: 1rem;
    border-radius: 10px;
}
.nav__item:hover{
    background:  #ff5100;
}
.nav__link{
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;

    padding: 1rem 1.6rem;
    line-height: 158.3%;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}
.sub-menu-caption:hover .nav__link {
    background-color: #3137C9;
    text-decoration: none;
}
.subnav{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

    padding: 20px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 20%);
    column-gap: 1em;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.nav__item:hover > .subnav {
    display: block;
}
.has-subnav {
    padding-right: 0;
}
.subnav_active{
    display: block;
}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #FFF;
    background: #337AB7;
    padding: 10px 20px; 
    border-top: 4px solid #BFE2FF;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    background: #337AB7;
    border: 2px solid #BFE2FF;
}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}
/* slider */
.slider{
    position: relative;
    padding-bottom: 4rem;
}
.slider__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
}
.slider-content__left{
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
}
.slider-content__left .title{
    font-size: 6rem;
    margin-bottom: 4rem;
}
.slider__suptitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:10px;
    max-width: 550px;
}
.slider__title{
    font-size: 6rem;
    margin-bottom: 7rem;
}
.slider__suptitle p {
    font-size: 24px;
}
.slider-content__left p span{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 42px;
    font-size: 3.6rem;
}
.slider__suptitle strong{
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 42px;
    text-transform: uppercase;
}
.slider-content__right{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;

    max-width: 775px;
    width: 775px;
    height: 514px;
}
.slider-content__right img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.slider__btn{
    margin-top: 5rem;
}
/* gallery */
.gallery__slider{
    margin-top: 4rem;
    padding-bottom: 5rem;
}
.gallery__inner{
    
    

}
.gellery__img{

}
.gellery__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: table;
    margin: 0 auto;
    height: 445px;
}
.gallery-slider{
    overflow: hidden;
}
.gallery{
    margin-top: 5rem;
    margin-bottom: 20rem;
}
.gallery__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem;
}
.gallery__item {
    max-width: 360px;
    width: 360px;
    height: 250px;
}
.gallery__item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.section__title{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 5rem 0;
}
.section__title h2{
    font-size: 40px;
    text-transform: uppercase;
}
.section__suptitle{
    color: #777;
    font-size: 24px;
}
  /* swiper */
.swiper-pointer-events{
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background: #eb5f18 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background: #2F2E2E;
}
.swiper-pagination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:8px;
    padding: 2rem 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.swiper-sauna{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.btn-prev{
    background-image: url(/assets/img/next.png);
    background-size: cover;
    width: 32px;
    height: 32px;

    left: -7rem;
    right: auto;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.btn-next{
    background-image: url(/assets/img/next.png);
    background-size: cover;
    width: 32px;
    height: 32px;

    right: -7rem;
    left: auto;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    border: 0;
}
.ms2Gallery{
    position: relative;
}
.record{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5rem 0;
}
.record__inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    justify-items: center;
    padding: 6rem 0;
}

.contact__box{
    background-color: #ea5f1e;
    padding: 50px 40px 60px;
    width: 420px;
    position: relative;
    vertical-align: middle;
    height: auto;
    text-align: center;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.form__title{
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    padding: 0;
    font-size: 28px;
    line-height: 1.2;
}
.form__title span{
    font-weight: 600;
}
.form__btn{
    margin-bottom: 1.3rem;
    margin-top: 3rem;
}
.form-group{
    margin-bottom: 1rem;
}
.form__box{
    padding: 0 6rem;
}
.form-group input{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    border: 0;
    font-size: 17px;
    padding: 0 26px 4px;
    font-size: 16px;
    color: #000;
    z-index: 992;
    position: relative;
    background: #f2f2f2;
}
.form__btn input{
    width: 100%;
    height: 60px;
}
.contact__box p{
    color: #fff;
    padding-top: 20px;
    font-size: 17px;
    padding-bottom: 40px;
    line-height: 30px;
}
.agreement_box{
    color: #fff;
}
.contact__box:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -50px;
    top: -41px;
    border: 10px solid rgb(255 255 255 / 60%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 99999px;
}
.contact__box:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: -60px;
    bottom: 50px;
    border: 10px solid rgb(255 255 255 / 60%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 99999px;
}
/* spa */
.spa__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:20px;
}
.spa__box{
    position: relative;
}
.spa__img{
    width: 65%;
    float: right;
    margin: 15px 0;
    position: relative;
}
.spa__img img{
    width: 100%;
    height: 100%;
    border-radius:22px;
}
.spa__content{
    width: 40%;
    float: left;
    background: #fff;
    position: absolute;
    left: 40px;
    top: 220px;
    -webkit-box-shadow: 0 22px 40px rgb(0 0 0 / 15%);
    box-shadow: 0 22px 40px rgb(0 0 0 / 15%);
    border-radius: 3px;
    padding: 40px 20px;
    z-index: 1;
}
.spa__content .title{
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2;
    padding: 15px;
    text-align: center;
}
.spa__content .text{
    padding: 15px;
    opacity: .7;
    line-height: 25px;
}
.spa__price{
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap:10px;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.suptext{
    padding: 15px;
    line-height: 25px;
}
.sport__inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap:15px;
}
.sport__item{
    position: relative;
    cursor: pointer;
    background: #000;
}
.sport__item:hover .sport__img{
    opacity: .7;
}
.sport__img{
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.sport__img img{
    display: block;
    max-width: 100%;
    height: 100%;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 425px) {
    .sport__img img{
        -o-object-fit: unset;
       object-fit: unset;
       height: auto;
    }
}

.sport__item h2{
    position: absolute;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
/* sauna */
.sauna{
    background: #2c3c87;
    margin: 5rem 0;
}
.sauna__item{
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    padding: 8rem 0;
    color: #fff;
    -ms-grid-columns: 1fr 2rem 800px;
    grid-template-columns: 1fr 800px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 4rem;
    background: #485cbd;
}
.sauna__item:nth-child(2n){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.sauna__img img{
    width: 100%;
    height: 100%;
}
.sauna__left{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 465px;
    background: #fff;
    color: #2c3c87;
    padding: 2rem;
    border-radius: 12px;
}
.sauna__left ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    padding-bottom: 3rem;
}
.sauna__btn{
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sauna__title{
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 3rem;
}
.sauna__text{
    line-height: 27px;
    padding-bottom: 3rem;
}
.sauna__suptext{
    padding-top: 1rem;
}
.item__icon{
    width: 32px;
    height: 32px;
}
.item__icon img{
    width: 100%;
    height: 100%;
}
.list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.services__inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 2rem 0;
}
.sauna__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    padding: 5rem 0;
}



.nav-toggle {
    position: relative;
    background: #ea5f1e;
    padding: 1rem;
    border: 1px solid transparent;
    margin: 7px 0;
    display: none;
    margin-left: auto;
  }
.nav-toggle:focus {
    outline-width: 0;
  }

.nav-toggle [class*='bar-'] {
    background: #fff;
    display: block;
    -webkit-transform: rotate(
0deg
);
    transform: rotate(
0deg
);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 8px;
    height: 3px;
    width: 37px;
    margin-bottom: 6px;
  }

.nav-toggle .bar-bot {
    margin-bottom: 0;
  }

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-9px, -7px) ;
}

.hover .bar1 {
  background-color: red;
}

.hover .bar2 {
  background-color: red;
}

.hover .bar3 {
  background-color: red;
}
.mobile__menu{
    display: none;
}
.db{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    background: rgb(234 95 30);
    padding: 2rem 0;
    border-radius: 20px;
}
.breadcrumb__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.breadcrumb{
      margin-bottom: 1rem;
    list-style: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: inherit;
    line-height: 1.125em;
    color: #000;
}
.breadcrumb .breadcrumb__item:not(:last-of-type){
  margin-right: .5em;
}
.breadcrumb__item{
  color: #00ace8;
}
.breadcrumb > .active{
  color: #8e9295;
}
.base__title{
    text-align: center;
}
.base__title p{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2em;
    color: #ea5f1e;
}
.content__inner{
  padding: 2rem 0;
}
.content__inner p{
    line-height: 40px;
    font-size: 20px;
}
/* schedule */
.schedule__inner{
    overflow-x: auto;
}
.schedule__inner table{
    border: none;
    width: 100%;
    border-collapse: collapse;
}
.schedule__inner table tbody {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}
.schedule__inner .table__heading th{
    text-align: center;
    background: #29354d;
    color: #fff;
    padding: 20px 10px;
    border-right: 1px solid #e9ebf1;
    margin-right: -1px;
}
.schedule__inner .record{
    padding: 35px 10px 20px;
    position: relative;
}
.schedule__inner .record.empty{
    background-color: #fafafa !important;
}
.schedule__inner .record__time{
    font-size: 12px;
    color: #777;
    position: absolute;
    top: 10px;
    left: 10px;
}
.schedule__inner .record__name{
    font-size: 20px;
    color: #6b378a;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 85px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    z-index: 1000;
    padding-bottom: 4rem;
}
.slider__img img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.coach__inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.coach__img{
    width: 270px;
    height: 325px;
}
.coach__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}
.coach__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 2rem;
}
.coach__text{
    line-height: 26px;
}
.coach__name{
    font-size: 24px;
}

/* price */
.prices table{
    width: 100%;
    font-size: 18px;
    margin-bottom: 50px;
    width: 100% !important;
}
.table{
    border-collapse: collapse;
}
.prices tr{
    border: solid 1px #e5f7fd;
    height: 64px;
}
.prices th{
    background: #29354d;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}
.prices td.usl{
    padding: 2rem 1rem;
}
.small, small{
    font-size: 80%;
    font-weight: 400;
}
summary{
    display: list-item;
    cursor: pointer;
}
.prices td.price{
      width: 140px;
}
.prices td.price P{
    margin: .5rem;
    line-height: 1.3;
}
/*Modal*/
.open-popup {

}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 100;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 400px;
    padding: 45px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.popup.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup .ajax_form  label {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.l-1{
    color: #000;
}

.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup .ajax_form input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    width: 400px;
    padding: 0;
    color: #000;
}

.popup input:focus {
    border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
    color: #2982ff;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
    color: #2982ff;
}

.popup button {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #2982ff;
    background: #2982ff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.popup button:hover {
    background: #fff;
    color:#2982ff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.advantages{
    margin-top: 5rem;
}
.advantages__title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 3rem;
}
.advantages__inner{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-top: 7rem;
}
.advantages__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.advantages__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.advantages__suptitle{
    font-weight: 600;
    font-size: 18px;
}
.advantages__text{
    line-height: 25px;
}
.advantages__img img{
    width: 70px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}
.bw__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer{
    padding: 2rem 0;
}
.footer__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.info{
    color: #000;
    text-align: center;
}
.footer__inner .logo__img{
    max-width: 205px;
}
.social img{
    width: 40px;
}
.desc{
    font-size: 20px;
    line-height: 1.3;
}
.akva{
    padding: 50px 0;
}
.akva__inenr{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.akva__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
}
.akva2{
    padding: 50px 0;
}
.akva2_inner{
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.akva2__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.akva2 .title{
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
}
.akva2 .text{
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}
.akva2 img{
    width: 75px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em 0;
}
.pagination .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.pagination .page__item.active {
  background: #ea5f1e;
}
.pagination .page__item a {
  color: inherit;
}
.pagination .page__item.active a {
  color: #fff;
}
.pagination .page__item.next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}


.news__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.875em 1fr 2.875em 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 2.875em;
  grid-row-gap: 2.5em;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}

.news__item .item__img {
  height: 277px;
  -webkit-box-shadow: 0px 0px 6px 0px #c4c4c450;
          box-shadow: 0px 0px 6px 0px #c4c4c450;
}

.news__item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__item .item__title {
  margin-top: 1.25em;
  margin-bottom: .625em;
}

.news__item .item__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.akcii-slide {
    position: relative;
    width: 100%;
}

.swiper-slide:nth-child(even) .akcii-slide {
    background-color: #ea5f1e;
}
.swiper-slide:nth-child(odd) .akcii-slide {
    background-color: #0c7186;
}

.akcii-slide__wrap {
    padding-top: 56%;
    width: 100%;
    color: #fff;
}

.akcii-slide__title {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 24px;
    font-weight: 600;
}

.akcii-slide__text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 18px;
}







@media (max-width: 1440px) {
    .container{
        padding: 0 2rem;
    }
}

@media (max-width: 1250px) {
    .spa__content{
        top: 100px;
    }
}

@media (max-width: 1024px) {
    .news__block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    }
    .akva__inenr{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .advantages__inner{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .coach__inner{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .category__container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sauna__item{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .category__container{
        height: 100%;
    }
    .spa__img, .spa__content{
        float:none;
        width: 100%;
    }
    .spa__content{
        position: static;
        padding: 0;
    }
    .slider__content{
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .slider-content__left{
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .slider-content__right{
        position: static;
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .header__inner > .nav{
         display: none;
    }
    .header__inner > .header__btn{
        display: none;
    }
    .header__inner > .phone__header{
        display: none;
    }
    .nav-toggle{
        display: block;
    }
    .nav__list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        gap:15px;
    }
    .header__btn{
        margin-left: 0;
    }
    .header__inner{
        margin-bottom: 2rem;
    }
    .sport__inner{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .record{
       background-image:none !important;
    }
    .record__inner{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap:0;
        padding: 0;
    }
    .nav__link{
        color: #fff;
    }
    .btn-1{
        background: #2c3c87;
    }
    .phone__header a{
        color: #fff;
    }
}

@media (max-width: 768px) {
    #cookie_note{
        width: 70%;
    }
    .gellery__img img{
        height: 100%;
    }
    .cookie_accept{
        width: 100%;
    }
    .news__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    }
    .akva2_inner{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .header__inner .social{
        display: none;
    }
    .footer__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap:20px;
    }
    .bw__block{
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
            -ms-flex-direction: initial;
                flex-direction: initial;
        gap:10px;
    }
    .contact__box{
        width: 100%;
        padding: 2rem 1rem;
    }
    .slider__img{
        width: 100%;
        height: 100%;
    }
    .akva__inenr{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        place-items: center;
    }
    .block.prices > div > table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
    
    
}

@media (max-width: 425px) {
    .content__inner p{
        line-height: 1.2;
    }
    .sport__inner{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .contact__box{
        padding: 2rem 0;
    }
    .popup{
        width: 65%;
    }
    .popup input{
        width: 100%;
    }

}

@media (max-width: 320px) {
    .block.prices > div > table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

}