a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
.button, .link, .book{
    cursor:pointer;
}
body{
    font-family:'Inter';
}
footer .map svg{
    width:100%;
}
.mfixed{
    position:fixed;
    top:0;
    left:0;
}
.article_page .image_intro{
    margin-bottom:30px;
    max-width:100%;
    width:550px;
}
.hidden{
    display:none;
}
span.red{
    color:#FF6767;
}
p{
    font-size:16px;
    line-height:23px;
}
.order, .success{
    width:100%;
    height:100%;
    position:fixed;
    background: rgba(0,0,0,0.65);
    top:0;
    left:0;
    overflow: scroll;
}
.order_body{
    background:#fff;
    border-radius:4px;
    width:600px;
    margin:100px auto;
}
.order_header{
    padding:30px 20px 20px 30px;
    position:relative;
}
.order_header h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #000;
    margin:0;
}
.order_close{
    display:block;
    width:24px;
    height:24px;
    background-image: url('../img/order_close.svg');
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    right:30px;
    top:30px;
    opacity:0.65;
    cursor:pointer;
}
.order_close:hover{
    opacity:1;
}
.order_data{
    background:#F7F9F9;
    padding:20px 30px;
}
.order_data {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}
.order_data h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #333;
}
.order_content{
    padding:20px 30px 30px;
}
.order_content label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    display:block;
    margin-bottom:6px;
}
.order_content input{
    border:1px solid #eee;
    padding:8px 12px;
    font-size:18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    margin-bottom:20px;
    display:block;
    width:100%;
    border-radius:2px;
}
.order_content input:hover{
    border:1px solid #ccc;
}
.order_content input:focus{
    border:1px solid #009FE3;
}
.order_content a#order_submit{
    background:#009FE3;
    color:#fff !important;
    padding:16px;
    text-align:center;
    border-radius:4px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    display:block;
    width:100%;
    text-decoration: none;
    cursor:pointer;
    margin-top: 10px;
}
.order_content a#order_submit:hover{
    background:#004382;
}
header{
    background:#009FE3;
}
hr{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #EEEEEE;
    display:block;
    opacity:1;
}
h1{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 900;
    font-size: 52px;
    line-height: 65px;
    margin-bottom:60px;
}
h2{
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 48px;
    line-height: 63px;
    vertical-align: bottom;
    margin-bottom:60px;
}
h3{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    vertical-align: bottom;
    margin-bottom:10px;
}
h4{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
}
h5{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    margin-bottom:20px;
}
.bgblue{
    background:#009FE3;
    color:#fff;
}
.bgblue a{
    color:#fff;
}
.bgblue a:hover{
    color:#004382;
}
.bgblue hr{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #fff;
    display:block;
    opacity:0.5;
    margin:20px 0;
}
.topline{
    border-bottom:1px solid #14A7E5;
    text-align:right;
    padding:10px 0;
    font-size:12px;
    line-height:16px;
}
.topline a{
    color:#fff;
    text-decoration:none;
    margin-left:16px;
}
.topline a:hover{
    text-decoration:underline;
}
.topline a.account{
    margin-left:36px;
    padding-left:16px;
    background-image:url('../img/lock.svg');
    background-position: left center;
    background-repeat:no-repeat;
}
.mainline{
    padding:20px 0 30px;
}
.mainline .logo{
    display:inline-block;
    width:128px;
    height:50px;
    background-image:url('../img/logo.svg');
    background-position: left top;
    background-repeat:no-repeat;
    background-size:cover;
}
footer .logo{
    display:inline-block;
    width:128px;
    height:50px;
    background-image:url('../img/logo.svg');
    background-position: left top;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:40px;
}
.menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.menu li{
    display:inline-block;
    margin:0 20px 0 0;
}
.menu li.parent{
    padding-right:12px;
}
.menu a{
    font-size:12px;
    line-height:20px;  
    font-weight:bold;
    letter-spacing:0.2px;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}
.menu .active a{
    color:#004382;
}
.menu .active .nav-child .active a{
    color:#009FE3;
}
.menu .active .nav-child a{
    color:#000;
}

.menu a:hover{
    text-decoration:underline;
}
.menu .item-101{
    display:none;
}

header .burger, header .close, header .phone{
    width:32px;
    height:32px;
    background-size:cover;
    background-position: left top;
    background-repeat:no-repeat;
    display:none;
}

header .burger{
    background-image:url('../img/menu_burger.svg');
}
header .close{
    background-image:url('../img/menu_close.svg');
}
header .phone{
    background-image:url('../img/menu_phone.svg');
    float:right;
}
.social{
    text-align:right;
}
.social a{
    display:inline-block;
    width:32px;
    height:32px;
    margin-left:13px;
    background-size:cover;
    background-position: left top;
    background-repeat:no-repeat;
}
.social .vk{
    background-image:url('../img/vk.png');
}

.social .telegram{
    background-image:url('../img/telegram.png');
}

header .social a.wa {
  background-image: url('../img/max.svg');
}

header .social a.max {
  background-image: url('../img/max.svg');
}

header .social a.dzen {
  background-image: url('../img/dzen.svg');
}
header .social a.pm {
    background-image: url('../img/pm.svg');
    background-size: contain;
  }
  header .social a.as {
    background-image: url('../img/as.svg');
    background-size: contain;
  }

.parent{
    position:relative;
    background-image:url('../img/dropdown.svg');
    background-position:right center;
    background-repeat:no-repeat;
}
.menu ul.nav-child{
    display:block;
    width:auto;
    padding:12px 24px 12px 12px;
    background:#fff;
    position:absolute;
    left:0;
    z-index:999;
    border-radius:6px;
    -webkit-box-shadow: 1px 4px 22px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px 4px 22px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px 4px 22px 0px rgba(34, 60, 80, 0.2);
    overflow:hidden;
}
.menu ul li ul.nav-child{
    opacity:0;
    transition:all 0.05s ease;
    top:40px;
    visibility:hidden;
    height:0;
    padding:0 24px 0 12px;
}
.menu ul.level-1 li:hover ul.level-2.nav-child{
    opacity:1;
    top:24px;
    visibility:visible;
    height:auto;
    padding:12px ;
    overflow: visible;
    min-width: 150px;
}
.menu ul.level-2 li:hover ul.level-3.nav-child{
    opacity:1;
    top:-10px;
    visibility:visible;
    height:auto;
    padding:12px 24px 12px 12px;
    left: 100%;
  right: 0;
  min-width: 185px;
}
.nav-child a{
    color:#111;
    text-transform:capitalize;
    font-size:14px;
}
.nav-child a:hover{
    color:#009FE3;
}
.menu ul.nav-child li{
    display:block;
    margin-right: 0;
    margin-bottom:8px;
}
.menu ul.nav-child li a{
    margin:0;
    display: block;
    text-transform: none;
}
* {
  box-sizing: border-box;
}
.cover{
    width:100vw;
    height:760px;
    overflow:hidden;
    position:relative;
}
.cover .darker{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background-color:rgba(0,0,0,0.3);
    font-family:'Oswald';
    font-weight:700;
    font-size:68px;
    line-height:80px;
    color:#fff;
    padding-top:200px;
}
.cover .darker p{
    font-size:68px;
    line-height:80px;
}
.cover video{
    margin-bottom:-10px;
    width:100%;
}
.darker .links a{
    display:inline-block;
    margin-right:20px;
}
.btn1{
    font-size:15px;
    line-height:18px;
    letter-spacing:0.1;
    text-transform:uppercase;
    border:2px solid #fff;
    font-family:'Oswald';
    color:#fff;
    text-decoration:none;
    padding:12px 18px;
    border-radius:50px;
}
.btn2{
    font-size:15px;
    line-height:18px;
    letter-spacing:0.1;
    text-transform:uppercase;
    border:2px solid #fff;
    font-family:'Oswald';
    color:#111;
    text-decoration:none;
    padding:12px 18px;
    background:#fff;
    border-radius:50px;
}
.btn1:hover, .btn2:hover{
    background:#009FE3;
    border:2px solid #009FE3;
    color:#fff;
}
.p30{
    padding:30px;
}
.p100{
    padding-top:100px;
    padding-bottom:100px;
}
.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb100{
    padding-bottom:100px;
}
.pt100{
    padding-top:100px;
}
.headlink{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #009FE3;
    text-decoration:none;
    padding-top:32px;
    vertical-align: bottom;
    display:inline-block;
}
.headlink:hover{
    color:#004382;
}
.headline{
    margin-bottom:30px;
}
.splide__arrow{
    top:140px;
    background:#009FE3;
    opacity:1;
    width:2.5em;
    height:2.5em;
}
.splide__arrow svg{
    fill:#fff;
}
.splide__arrow--prev{
    left:-5px;
}
.splide__arrow--next{
    right:-5px;
}
.newsbox{
    display:block;
    color:#000;
    text-decoration:none;
    padding:0 10px;
}
.newsbox:hover{
    color:inherit;
}
.newsbox .image{
    width:100%;
    height:280px;
    background:#999;
    margin-bottom:20px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.newsbox .title{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom:8px;
}
.newsbox .date{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color:#999;
    margin-bottom:8px;
}
.newsbox .text{
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 25px;
    color:#333;
}
.splide__pagination{
    bottom:-5em;
}
.splide__pagination__page {
    background: #eee;
    border: 0;
    border-radius:0;
    display: inline-block;
    height: 3px;
    margin: 3px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 32px;
}
.splide__pagination__page.is-active {
    background: #009FE3;
    transform: none;
    z-index: 1;
}
.objects{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    transition: all 0.5s ease;
}
.b40{
    background:rgba(0,0,0,0.4);
    padding:480px 0 80px;
}
.objects .item{
    padding:0 24px 24px 24px;
    position:relative;
    padding-bottom:60px;
}
.objects .item h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color:#fff;
    border-top:1px solid rgba(255,255,255,0.6);
    padding-top:24px;
}
.objects .item p{
    font-family:'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#fff;
    opacity:.6;
}

.objects .active, .objects .item:hover{
    background:#fff;
}
.objects .active h3, .objects .item:hover h3{
    color:#000;
}
.objects .active p, .objects .item:hover p{
    color:#333;
    opacity:1;
}
.objects .item a.link{
    position: absolute;
    left:24px;
    bottom:30px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18x;
    color: #009FE3;
    font-family:'Oswald';
    text-transform:uppercase;
    text-decoration:none;
    padding-right:24px;
    display:none;
    background-image:url('../img/link_arrow.svg');
    background-position:right center;
    background-repeat:no-repeat;
}
.objects .item a.link:hover{
    color:#004382;
}
.objects .item:hover a.link, .objects .active a.link{
    display:inline-block;

}
.objects .item .image{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.objects h2{
    display:none;
    margin-bottom:30px;
}
.discounts{
    margin-bottom:60px;
}
.gray{
    background:#F7F9F9;
}
.chips,.article_page .chips {
    margin-top:20px;
    margin-bottom:40px;
}
.chips a,.article_page .chips a{
    display:inline-block;
    margin:0 4px 4px 0;
    padding:10px 16px;
    color:#000;
    font-family:'Inter';
    font-size:15px;
    line-height:15px;
    text-decoration:none;
    cursor:pointer;
}
.chips a:hover,.article_page .chips a:hover{
    color:#009FE3;
}
.chips a.active,.article_page .chips a.active{
    border-radius:6px;
    background:#009FE3;
    color:#fff;
}
.chips a.active:hover,.article_page .chips a.active:hover{
    background:#009FE3;
}
.chipsbox>div, .tabsbox>div{
    display:none;
}
.chipsbox>div.active,.tabsbox>div.active{
    display:block;
}
.chipsbox .active, .box{
    margin-bottom:30px;
}
.box{
    border:1px solid #eee;
}
.chipsbox .image, .box .image{
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    min-height:260px;
}
.chipsbox .content,.box .content{
    background:#fff;
    padding:40px;
    height:100%;
}
.chipsbox h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom:16px;
}
.box h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom:16px;
}
.chipsbox p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom:20px;
}
.box p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom:10px;
}
.box .button{
    margin-top:30px;
}
.chipsbox hr, .box hr{
    border: 1px solid #EEEEEE;
    display:block;
    margin-bottom:20px;
}
a.button, .article_page a.button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    background-color:#009FE3;
    text-decoration:none;
    border-radius:50px;
    padding:12px 18px;
    display:inline-block;
}
a.button:hover{
    color:#004382;
}
.article_page a.button:hover, a.button:hover{
    background-color:#004382;
    color:#fff;
}
.club{
    position:relative;
}
.club .accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: none;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: #33B2E9;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: none;
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: none;
    border-top:1px solid #86b7fe;
    border-bottom:1px solid #86b7fe;
}
.club .accordion-button{
    color:#fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    padding-left:0;
    padding-top:20px;
    padding-bottom:20px;
}
.club .paddings{
    padding:80px 60px 80px 0;
}
.club h2{
    color:#fff;
    margin-bottom:40px;
}
.club .accordion h2{
    margin-bottom:0;
}
.club .accordion-body{
    padding-left:0;
    padding-top:20px;
    padding-bottom:40px;
}
.club .image{
    width:50%;
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:absolute;
}
.club .accordion a{
    display:inline-block;
    margin-top:16px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-decoration: none;
    padding-right:24px;
    background-image: url('../img/link_arrow_white.svg');
    background-position: right center;
    background-repeat: no-repeat;
}
.news a.newsbox .image{
    height:240px;
}
.news a.newsbox .title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
.news a.newsbox:hover .title,a.newsbox:hover .title{
    color:#0092D1;
}
.news a.newsbox .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background:none;
    padding:0;
}
.news a.newsbox {
    margin-bottom:40px;
}
.splide__arrow:disabled{
    opacity:0;
}
.splide__arrow:hover:not(:disabled){
    background:#0092D1;
    opacity:1;
}
footer{
    color:#fff;
    background:#000;
    padding:100px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-decoration:none;
}
footer .social{
    text-align:left;
}
footer .social a{
    display:inline-block;
    width:40px;
    height:40px;
    margin-left:0;
    margin-right:10px;
    background-size:cover;
    background-position: left top;
    background-repeat:no-repeat;
}
footer .phone{
    margin-bottom:16px;
}
footer .email{
    margin-bottom:24px;
}
footer .social a.dzen {
    background-image: url('../img/dzen.svg');
}
footer .social a.wa {
    background-image: url('../img/max.svg');
}

footer .social a.max {
    background-image: url('../img/max.svg');
}

footer .social a.pm {
    background-image: url('../img/pm.svg');
    background-size: contain;
}
footer .social a.as {
    background-image: url('../img/as.svg');
    background-size: contain;
}
footer a{
    color:#fff;
    text-decoration:none;
}
footer a:hover{
    color:#009FE3;
}
footer .container{
    position:relative;
}
footer .content{
    z-index:999;
    position:absolute;
    top:0;
    left:0;
}

footer img.reg_fili, footer img.mhf, footer img.lunda, footer img.isi {
  max-height: 113px;
  height: 113px;
}
.article_page{
    padding:80px 0 120px;
}
.article_page img{
    max-width:100%;
}

.pagination p{
    display:inline-block;
}
.pagination ul{
    display:inline-block;
    margin:0;
    padding:0;
}
.pagination ul li{
    display:inline-block;
    margin: 10px 10px 0 0;
  height: 48px;
}
.pagination ul li span{
    color:#fff;
    text-decoration:none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    background: #009FE3;
    border-radius: 100px;
    padding:14px 20px;
}
.pagination ul li a{
    color:#009FE3;
    text-decoration:none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    background: #F7F9F9;
    border-radius: 100px;
    padding:14px 20px;
}
.pagination ul li a:hover{
    background: #F2F5F5;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next,
.pagination ul li.pagination-end{
    display:none;
}
.news_page a{
    text-decoration:none;
    color:inherit;
}
.offer{
    text-decoration:none;
    color:#333;
    display:block;
    margin-bottom:60px;
}
.offer:hover{
    text-decoration:none;
}
.offer .image{
    height:280px;
    width:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:20px;
}
.offer .date, .article_page .date{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    margin-bottom:10px;
}
.article_page .date {
    margin-bottom: 0;
    margin-top: 8px;
}
.offer .header h3, .news_page .header h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #000;
    margin-bottom:10px;
}
.offer:hover .header h3, .news_page h3 a:hover, .news_page:hover h3 a{
    color:#009FE3;
}
.offer .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #333;
}
.news_page .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.news_page{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #eee;
}
.article_paging{
    margin-top:40px;
}
.article_paging ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}
.article_paging ul li{
    margin-right:10px;
    padding:0;
    display:inline-block;
}
.article_paging ul li a{
    color:#fff;
    text-decoration:none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    background: #009FE3;
    border-radius: 100px;
    padding:14px 20px;
}
.cat_cover{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.cat_cover .darker{
    background-color:rgba(0,0,0,0.5);
    padding:220px 0;
    color:#fff;
}
.cat_cover .darker h1{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    margin-bottom:40px;
}
.cat_cover .darker .text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.tabs{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color:#333;
    margin:100px 0 60px;
}
.article_page .tabs a, .tabs a{
    color:#333;
    text-decoration:none;
    display:inline-block;
    margin-right:30px;
}
.tabs a.active,
.tabs a:hover,
.tabs a:not([href]):not([class]):hover,
.tabs .active a:hover,
.tabs .active a:not([href]):not([class]):hover{
    color:#009FE3;
    cursor:pointer;
}
.tabsbox {
    margin-bottom:120px;
}
.tabsbox .item{
    margin-bottom:40px;
}
.tabsbox .image{
    background-size:cover;
    background-position:center;
    height:240px;
    width:100%;
    margin-bottom:20px;
    background-color: #f5f7f7;
  	display:block;
}
.tabsbox .title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color:#000;
    margin-bottom:4px;
}
.tabsbox .name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color:#000;
    margin-bottom:4px;
}
.tabsbox .description{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color:#999;
}
.tabsbox .link{
    display:inline-block;
    padding:8px 12px;
    background:#009FE3;
    color:#fff;
    float:right;
    text-decoration:none;
    border-radius:2px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.box .link, .rent .link, .module .link{
    display:inline-block;
    padding:8px 12px;
    background:#009FE3;
    color:#fff;
    text-decoration:none;
    border-radius:2px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top:10px;
}
.box .link:hover, .rent .link:hover, .module .link:hover{
    background:#004382;
    color:#fff;
}
.tabsbox .link:hover{
    background:#004382;
}
.tabsbox object{
    margin-top:30px;
}
.tabsbox iframe, .tabsbox object{
    width:100%;
    height:600px;
}
.tabsbox .label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-bottom:16px;
}
.tabsbox .value{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom:16px;
}
.article_page .title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color:#000;
    margin-bottom:20px;
}
.article_page .label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#999;
    margin-bottom:16px;
}

.module .label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color:#999;
    margin:0 0 4px 0;
    padding:0;
}
.article_page .value{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:#000;
    margin-bottom:16px;
}
.module .value{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color:#000;
    margin:0 0 6px 0;
    padding:0;
}
.module .desc{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:#000;
    margin: 0 0 6px 0;
    padding:0;
}
.module .separator{
    margin-top:15px;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #eee;
}
.module .separator:last-child{
    border-bottom:none;
}
.module .areas{
    margin-top:30px;
}
.article_page .image{
    margin-bottom:20px;
}
.article_page .contact{
    margin-bottom:80px;
}
.article_page a{
    text-decoration:none;
    color:#009FE3;;
}
.article_page a:hover{
    color:#004382;
}
.article_page .news_page a{
    color:#000;
}
.article_page .news_page a:hover h5{
    color:#009FE3;
}
.module .content{
    padding-top:40px;
    padding-bottom:80px;
}
.module .head{
    color:#fff;
    background:#009FE3;
    padding:16px 20px;
    border-radius:10px 10px 0 0;
}
.module .head .title{
    margin-bottom:8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}
.module .head .subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.module .text{
    background:#F5F7F7;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#333;
    padding:20px;
}
.module .text ul{
    margin:0;
    padding:0;
    list-style-position:inside;
}
.module .price{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    color:#333;
    position:absolute;
    bottom:20px;
    left:20px;
}
.module .item{
    height:100%;
    background:#F7F9F9;
    border-radius:0 0 10px 10px;
    position:relative;
    padding-bottom:40px;
}
.module .mb40{
    margin-bottom:40px;
}
.module{
    border-bottom:1px solid #EEEEEE;
}
.corporate{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.corporate p{
    margin-bottom:20px;
}
.corporate ul{
    padding-left:1rem;
    list-style-type:square;
}
.corporate li{
    margin-bottom:20px;
}
.corporate li::marker{
    color:#009FE3;
}
.corporate span{
    display:block;
    font-size:14px;
    line-height:14px;
}
.sport{
    padding:50px 0;
}
.corporate span.num{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #333;
    margin-bottom:10px;
}
.corporate h2{
    margin-bottom:40px;
}
.corporate h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    color: #333333;
    margin-bottom:20px;

}
.corporate .counts{
    margin:40px 0;
}
.corporate .counts hr{
    border:none;
    background:none;
    border-bottom:3px solid #009FE3;
    padding-top:10px;
    opacity:1;
}
.corporate .image{
    width:100%;
    height:100%;
    background:#999;
    margin-bottom:20px;
    margin-left:60px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.faq h2 button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    padding-left:0;
}
.faq .accordion-body{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#333;
    padding: 30px 30px 30px 0;
}
.faq .accordion-button:not(.collapsed){
    background:none;
    color:#000;
}
.article_page .rent_box .image{
    margin-bottom:0;
}
.rent_box .category{
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #eee;
}
.rent_box .content{
    padding-right:60px;
    font-size:15px;
    line-height:20px;
    color:#333;
}
.rent_items{
    margin-top:40px;
}
.rent_items .image{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.rent_items .title{
    width:100%;
    padding:10px 0;
    text-align:center;
    border:1px solid #fff;
    border-radius:100px;
    color:#fff;
    font-size:16px;
    margin:0;
    line-height:22px;
}
.rent_items a:hover .title{
    background:#009FE3;
    border:1px solid #009FE3;
}
.rent_items .darker{
    width:100%;
    height:100%;
    padding:90px 60px;
    background:rgba(0,0,0,0.5);
}
.article_page .rent_box .label{
    margin-bottom:6px;
}
.rent .header{
    padding-bottom:16px;
    margin-bottom:20px;
    border-bottom:1px solid #eee;
    width:50%;
}
.article_page .details{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}
.article_page .terms{
    text-align:right;
}
.article_page .details_block{
    padding-right:60px;
    margin-bottom:40px;
}
.article_page .gallery{
    margin-top:-80px;
}
.empty{
    text-align:center;
    padding:30px 20px;
    font-size:16px;
    color:#000;
    background:#f9f9f9;
    border-radius:6px;
    border:1px solid #eee;
}
.breadcrumb {
    padding: 1px 0 3px;
    margin: 0;
}
.breadcrumb li a {
    font-size: 13px;
    color: #7b7b7b;
    text-decoration: none;
}
.breadcrumb li span {
  font-size: 13px;
  color: #7b7b7b;
  text-decoration: none;
}

.breadcrumb li.active span {
    font-size: 13px;
    color: #333;
}

.menu_foot{
  display: flex;
  gap: 0 65px;
  margin: 25px 0;
}

.menu_foot .small {
  display: flex;
  flex-direction: column;
  max-height: 310px;
  flex-wrap: wrap;
}
.menu_foot div * {
  color: #fff;
}
.menu_foot .deeper > a{
  font-size:21px;
  text-transform: none;
  border-bottom: 2px solid #fff;
  display: block;
  margin-bottom: 5px;
}
.menu_foot .small div {
  line-height: 25px;

}
.menu_foot .small a  {
  font-size: 16px;
  text-transform: none;
}
.menu_foot div .small {
  width:100%;
  gap: 0 15px;
}
/*.menu_foot > div:first-child{*/
/*  width: 15%;*/
/*}*/
.menu_foot > div:nth-child(2){
  width:40%
}
.menu_foot > div:nth-child(2) .small > div{
  width: 33%;
}
.menu_foot > div:last-child{
  width: 10%;
}

.mod_team h1 {
    text-align: left;
    margin-bottom: 80px;
}

.mod_team h3 {
  font-weight: 600;   
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  text-align: left;
}
.mod_team  p {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.mod_team .team-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slick-list {
    max-width: 1140px;
    width: 100%;
}
.slick-arrow {
    border: 0;
    background: transparent;
    height: 25px;
    width: 25px;
    opacity: 0.4;
}

.slick-prev {
    margin: 0 15px 0 auto;
}
.slick-next {
    margin: 0 auto 0 15px;
}
.slick-slide .img {
    height: 300px;
    width: 100%;
    margin-bottom: 11px;
}
.slick-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slick-slide {
    padding: 0 5px;
}

.team-slider .slick-dots, .treners .slick-dots {
    width: 100%;
}

.slick-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 25px 10px;
    margin-top: 45px;
    width: 100%;
}
.slick-dots button {
    background-color: rgba(238, 238, 238, 1);
    width: 15px;
    height: 15px;
    border: 1px solid hsla(0,0%,40%,.4);
    transition: .2s ease-in-out;
    transition-property: background-color,border-color;
    border-radius: 50%;
}
.slick-dots button:hover {
    border-color: transparent;
}
.slick-dots li[class="slick-active"] button {
    background-color: rgba(102, 102, 102, 0.6);
}

.team_object .img {
    height: 240px;
    margin-bottom: 11px;
}
.team_object img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team_object h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 4px;
}
.mod_team .team_object  p {
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #999;
  }
.mod-about .row{
    gap:5px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.mod-about .row .about-item {
    width:28%;
    height: 170px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.mod-about .row .about-item h3 {
    font-size: 25px;
    margin-bottom: 85px;
    text-decoration: none;
    color: #212529;
}
.mod-about .row .about-item span{
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .slick-list {
        max-width: 1036px;
    }

}
@media (max-width: 768px) {
  .menu_foot {
    display:none;
  }
  .mod_team h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .team-slider {
    justify-content: space-between;
  }
  .team-slider .slick-list {
    width: 80vw;
  }
  .team-slider .slick-prev, .team-slider .slick-next {
    padding: 0;
  width: 20px;
    margin: 0;
  }
}
.mod-kid .about-item  a {
    display: block;
    height: 280px;
  width: 100%;
}
.mod-kid img {
    width: 100%;
    object-fit: cover;
    height: 100%
}
.mod-kid-description {
    margin-bottom: 40px;
}

@media (max-width:1199px) {
    .slick-dots {
        flex-wrap: wrap;
        padding: 0;
        gap:10px 10px;
        margin-top:0;
    }
    .mod-kid .about-item  a {
        height: auto;
        aspect-ratio: 10 / 6.64893617;
    }
}


/* Cookie-блок */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    padding: 20px;
    display: none;
    animation: fadeIn 0.3s ease;
}

.cookie-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.cookie-banner__actions {
    margin-top: 15px;
}

.cookie-banner__btn {
    display: inline-block;
    padding: 8px 12px;
    background: #009FE3;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}

.cookie-banner__btn:hover {
    background: #1D6ED5;
    color: #fff;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Адаптив */
@media (max-width: 600px) {
    .cookie-banner {
        padding: 15px;
    }
}
