@font-face{
    font-family:'TT Norms';
    font-style:normal;
    font-weight:400;
    src:local('TT Norms'),url(../fonts/TTNorms-Regular.ttf) 
}
@font-face{
    font-family:'TT Norms';
    font-style:normal;
    font-weight:500;
    src:local('TT Norms'),url(../fonts/TTNorms-Medium.ttf) 
}
@font-face{
    font-family:'TT Norms';
    font-style:italic;
    font-weight:500;
    src:local('TT Norms'),url(../fonts/TTNorms-MediumItalic.ttf) 
}
@font-face{
    font-family:'TT Norms';
    font-style:normal;
    font-weight:600;
    src:local('TT Norms'),url(../fonts/TTNorms-Bold.ttf) 
}
@font-face{
    font-family:'TT Norms';
    font-style:normal;
    font-weight:800;
    src:local('TT Norms'),url(../fonts/TTNorms-Black.ttf) 
}
@font-face{
    font-family:'TT Norms';
    font-style:normal;
    font-weight:900;
    src:local('TT Norms'),url(../fonts/TTNorms-ExtraBold.ttf) 
}
.transition{
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
body,html{
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility!important
}
html{
    font-size:10px
}
body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding-right:3rem;
    padding-left:33.5rem;
    background-color:#1d2329;
    color:#fff;
    font-family:TT Norms
}
a,button{
    text-decoration:none;
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease
}
a:hover,button:hover{
    text-decoration:none
}
img{
    display:block;
    max-width:100%
}
.d-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.justify-content-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.justify-content-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.justify-content-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.align-items-center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.panel{
    position:fixed;
    top:0;
    left:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:3rem;
    padding:2.5rem 0 2.5rem;
    width:30.5rem;
    height:100%;
    background-color:#16191c
}
.panel::-webkit-scrollbar-thumb{
    border-radius:3px;
    background-color:#2749f1
}
.panel::-webkit-scrollbar{
    width:5px;
    background-color:#16191c
}
.panel__block{
    padding:0 3rem;
    border-bottom:1px solid #343c43
}
.panel__title{
    margin-top:2.5rem;
    margin-bottom:2rem;
    text-transform:uppercase;
    font-weight:900;
    font-size:2rem
}
.border-bottom{
    border-bottom:1px solid #969da9
}
.pb-15{
    padding-bottom:1.5rem
}
.bg{
    background-image:url(../images/dest/background.png);
    background-size:cover
}
.logo{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:1.5rem;
    padding-left:3.5rem;
    width:10rem;
    height:4.5rem;
    border-radius:10px;
    background-color:#2749f1;
    color:#fff;
    font-weight:900;
    font-size:1.6rem
}
.logo:before{
    position:absolute;
    top:50%;
    left:1rem;
    width:1.5rem;
    height:2rem;
    background-image:url(../images/dest/logo.png);
    background-size:100%;
    background-repeat:no-repeat;
    content:'';
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.logo__wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:2rem;
    padding-right:1rem;
    border-radius:10px;
    background-color:#1a1f23;
    color:#969da9;
    font-weight:500;
    font-size:1.5rem
}
.header__link{
    display:block;
    display:block;
    margin-bottom:1rem;
    padding:1rem 0;
    color:#4e565b;
    font-size:2rem
}
.header__link-active,.header__link:hover{
    padding-left:2rem;
    border-radius:5px;
    background-color:#262e35;
    color:#fff;
    font-weight:500
}
.header__menu{
    padding:.5rem 3rem;
    border-bottom:1px solid #343c43
}
.px-30{
    padding-right:3rem;
    padding-left:3rem
}
.py-30{
    padding-top:3rem;
    padding-bottom:3rem
}
.card{
    display:block;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
.card .card__photo{
    background-position:center;
    background-size:cover
}
.card-top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:1.5rem;
    border-radius:10px;
    background-color:#1a1f23
}
.card-top .card__photo{
    width:4.3rem;
    height:4.3rem;
    border-radius:10px
}
.card-top .card__title{
    padding-left:3rem;
    color:#fff;
    font-size:2rem
}
.card-top:hover{
    background-color:#2749f1
}
.card-best{
    overflow:hidden;
    margin-left:2rem;
    border-radius:10px;
    background-color:#2c343a
}
.card-best .card__photo{
    width:28rem;
    height:18rem
}
.card-best .card__title{
    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;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-bottom:1rem;
    height:6rem;
    color:#fff;
    font-weight:500;
    font-size:2rem
}
.card-best:hover{
    background-color:#2749f1
}
.card-cas{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:1.5rem;
    padding:1.5rem;
    border-radius:10px;
    background-color:#2c343a
}
.card-cas:hover{
    background-color:#2749f1
}
.card-cas:hover .card__title{
    background-color:#fff;
    color:#2c343a
}
.card-cas .card__photo{
    -ms-flex-negative:0;
    flex-shrink:0;
    margin-right:1.5rem;
    width:13rem;
    height:8rem;
    border-radius:10px;
    background-size:cover
}
.card-cas .card__title{
    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-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    height:5rem;
    border-radius:10px;
    background-color:#262e35;
    color:#fff;
    text-align:center;
    font-weight:500;
    font-size:2rem
}
.card-cas .card__content{
    width:100%
}
.card-news{
    margin-bottom:1rem;
    padding:2rem 2.5rem;
    border-radius:10px;
    background-color:#2c343a;
    color:#fff;
    font-size:2rem;
    line-height:1.5
}
.card-news:hover{
    background-color:#2749f1
}
.card-news .card__title{
    font-weight:500
}
.card-news .card__date{
    margin-top:1rem;
    color:#969da9;
    font-size:1.4rem;
    line-height:1.714285714285714
}
.card-review{
    overflow:hidden;
    margin:0 1rem;
    margin-bottom:2.5rem;
    width:calc(33.3333% - 2rem);
    border-radius:10px;
    color:#fff
}
.card-review:hover .card__content{
    background-color:#2749f1
}
.card-review .card__photo{
    padding-top:50.70422535211268%;
    background-position:center;
    background-size:cover
}
.card-review .card__title{
    font-weight:500;
    font-size:2rem
}
.card-review .card__content{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    padding:1rem 2.5rem;
    border-top:0;
    background-color:#1d1d22
}
.card-review .btn{
    margin-bottom:.5rem;
    width:13rem;
    height:5rem;
    font-size:2rem
}
.card-review:nth-child(n+7){
    display:none
}
.card-bonus{
    overflow:hidden;
    margin:0 1rem;
    margin-bottom:2.5rem;
    width:calc(33.3333% - 2rem);
    border-radius:10px;
    color:#fff
}
.card-bonus:hover .card__content{
    background-color:#2749f1
}
.card-bonus:hover .btn{
    background-color:#fff;
    color:#1d1d22
}
.card-bonus .card__photo{
    padding-top:50.70422535211268%;
    background-position:center;
    background-size:cover
}
.card-bonus .card__title{
    margin-bottom:1rem;
    font-weight:500;
    font-size:2rem
}
.card-bonus .card__content{
    padding:1rem 2rem 2rem;
    height:100%;
    background-color:#1d1d22
}
.card-bonus .card__text{
    margin-bottom:1rem;
    font-size:1.4rem;
    line-height:1.428571428571429
}
.card-bonus .card__info{
    color:#969da9;
    text-transform:uppercase;
    font-weight:500;
    font-size:1.4rem
}
.card-bonus .btn{
    width:8rem
}
.card-bonus:nth-child(n+7){
    display:none
}
.mx-n1{
    margin-right:-1rem;
    margin-left:-1rem
}
.mt-10{
    margin-top:1rem
}
.mb-20{
    margin-bottom:2rem
}
.mt-25{
    margin-top:2.5rem
}
.pt-20{
    padding-top:2rem
}
.flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.btn-more{
    width:21rem
}
.rating-light{
    margin:1rem auto 0;
    width:11.5rem;
    height:1.7rem;
    background-size:auto 100%;
    background-repeat:no-repeat
}
.rating-light-2{
    background-image:url(../images/dest/rating-light-2.png)
}
.w-100{
    max-width:100%;
    width:156rem
}
.title-h1{
    text-transform:uppercase;
    font-weight:900;
    font-size:2.4rem;
    line-height:1.5
}
.mb-25{
    margin-bottom:2.5rem
}
.mt-n10{
    margin-top:-1rem
}
.btn{
    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;
    height:5.5rem;
    border-radius:10px;
    font-weight:500;
    font-size:1.6rem
}
.btn-fill{
    padding:0 4rem;
    background-color:#2749f1;
    color:#fff
}
.btn-fill:hover{
    background-color:#fff;
    color:#16191c
}
.btn-outline{
    border:1px solid #fff;
    color:#fff
}
.btn-outline:hover{
    background-color:#fff;
    color:#16191c
}
.btn-gray{
    background-color:#4e565b;
    color:#fff
}
.btn-gray:hover{
    background-color:#2749f1
}
.block{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    border-radius:10px
}
.block:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.pt-30{
    padding-top:3rem
}
.pb-20{
    padding-bottom:2rem
}
.mb-30{
    margin-bottom:3rem
}
.pt-50{
    padding-top:5rem
}
.gray{
    background-color:#343c43
}
.mb-50{
    margin-bottom:5rem
}
.rating{
    width:11.5rem;
    height:1.7rem;
    background-size:auto 100%;
    background-repeat:no-repeat
}
.rating-2{
    background-image:url(../images/dest/rating-light-2.png)
}
.table__head{
    padding-bottom:3.5rem;
    color:#969da9;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
    font-size:1.4rem
}
.table__head .container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.table__head .container>div{
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.table-1{
    width:11.5rem
}
.table-2{
    padding:0 3rem;
    width:24rem
}
.table-3{
    width:25rem
}
.table-3 .btn{
    width:20rem
}
.table-4{
    padding:0 2rem;
    width:13rem
}
.table-5{
    width:21rem;
    padding-right:10px;
}
.table-6{
    width:21rem
}
.table-7{
    width:7rem
}
.table-8{
    width:14rem
}
.table-8 .btn{
    margin-left:1.5rem;
    width:11.5rem
}
.table-8 .rating{
    margin-top:2.5rem;
    margin-left:2rem
}
.table-9{
    width:14rem
}
.table-9 .btn{
    margin-left:1.5rem;
    padding:0;
    width:11.5rem
}
.table__row{
    margin-right:-3rem;
    margin-left:-3rem;
    padding-top:2.5rem;
    padding-right:3rem;
    padding-bottom:2rem;
    padding-left:3rem
}
.table__row:hover .table__title:before{
    width:100%
}
.table__row:nth-child(2n){
    background-color:#2c343a
}
.table__row:nth-child(2n+1){
    background-color:#343c43
}
.table__row:nth-child(n+5) .table__num{
    background-color:#1d2329;
    font-size:9.9rem;
    line-height:1.3
}
.table__row:nth-child(n+6){
    display:none
}
.table__row:last-child{
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px
}
.table__row .container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.table__row .container>div{
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.table__num{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    width:11.5rem;
    height:12.5rem;
    border-radius:10px;
    background-color:#2749f1;
    color:#fff;
    text-align:center;
    font-weight:900;
    font-size:13.5rem;
    line-height:.75
}
.table__photo{
    width:100%;
    height:8.5rem;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-position:center;
    background-size:cover
}
.table__title{
    position:relative;
    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;
    width:100%;
    height:4rem;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    background-color:#1d2329;
    color:#fff;
    font-weight:600;
    font-size:2rem;
    line-height:1.5
}
.table__title span{
    position:relative;
    z-index:2
}
.table__title:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    z-index:0;
    width:0;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    background-color:#2749f1;
    content:'';
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.table__text{
    margin-top:-.5rem;
    font-size:2rem;
    line-height:1.5
}
.more{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin-right:-3rem;
    margin-bottom:2rem;
    margin-left:-3rem;
    padding-top:3.5rem;
    background-color:#1d2329
}
.more .btn{
    width:20.5rem
}
.content{
    color:#969da9;
    font-size:2rem;
    line-height:1.625
}
.content p{
    margin-top:0;
    margin-bottom:2.5rem
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
    margin-top:0;
    margin-bottom:3rem;
    padding-top:3.5rem;
    text-transform:uppercase;
    font-weight:900;
    font-size:2rem;
    line-height:1.083333333333333
}
.content ul{
    margin:0;
    padding:0;
    list-style:none
}
.content ul li{
    position:relative;
    margin-bottom:2.5rem;
    padding-left:3.5rem
}
.content ul li:before{
    position:absolute;
    top:.7rem;
    left:0;
    width:1.2rem;
    height:1.2rem;
    border-top-right-radius:50%;
    background-color:#2749f1;
    content:''
}
.content img{
    width:100%;
    height:auto
}
.border-radius{
    border-radius:10px
}
.p-30{
    padding:3rem
}
.pl-40{
    padding-left:4rem
}
.mt-15{
    margin-top:1.5rem
}
.left{
    -ms-flex-negative:0;
    flex-shrink:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-right:3rem;
    padding-right:3rem;
    width:110rem
}
.right{
    width:100%
}
.pt-25{
    padding-top:2.5rem
}
.pt-40{
    padding-top:4rem
}
.pl-30{
    padding-left:3rem
}
.pb-50{
    padding-bottom:5rem
}
.footer{
    margin-left:-3rem;
    padding-top:2.5rem;
    padding-right:3rem;
    padding-bottom:2.5rem;
    padding-left:3rem;
    border-top:1px solid #343c43
}
.footer__link{
    padding:0 1.5rem;
    color:#969da9;
    font-size:1.8rem
}
.footer__link:hover{
    color:#fff
}
.footer__text{
    color:#969da9;
    font-size:1.8rem
}
.footer .logo__wrap{
    margin-bottom:0
}
.pr-30{
    padding-right:3rem
}
.breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:1rem;
    color:#fff;
    font-size:2rem
}
.breadcrumb__link{
    color:#969da9
}
.breadcrumb span{
    display:block;
    padding:0 1.5rem;
    color:#969da9
}
.club__photo{
    margin-top:2rem;
    margin-bottom:3rem;
    width:50rem;
    height:27rem;
    border-radius:10px;
    background-size:cover
}
.club__info{
    margin-right:4rem;
    width:50rem
}
.club__info .btn-fill{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:19.5rem;
    font-size:2rem;
    height:6rem
}
.club__table{
    font-size:2rem;
    line-height:1.5
}
.club__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:1.3rem 2rem
}
.club__row:nth-child(2n){
    background-color:#2c343a
}
.club__row:nth-child(2n+1){
    background-color:#343c43
}
.club__title{
    -ms-flex-negative:0;
    flex-shrink:0;
    width:46%;
    color:#969da9
}
.club__text a{
    color:#fff
}
.rating-big{
    width:20rem;
    height:6rem;
    background-position:center;
    background-size:15rem auto;
    background-repeat:no-repeat
}
.rating-big-2{
    background-image:url(../images/dest/rating-light-2.png)
}
.mb-10{
    margin-bottom:1rem
}
.pb-30{
    padding-bottom:3rem
}
.btn-big{
    width:42rem;
    height:7rem;
    font-size:2rem
}
.mt-35{
    margin-top:3.5rem
}
.big-rating{
    width:50rem;
    height:7rem;
    border-radius:10px;
    background-color:#1d1d22;
    background-position:center;
    background-size:24.5rem auto;
    background-repeat:no-repeat
}
.big-rating-2{
    background-image:url(../images/dest/rating-light-2.png)
}
.screen{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:4.5rem
}
.screen img{
    width:24%
}
.text-center{
    text-align:center
}
.text-italic{
    margin-top:2rem;
    color:#969da9;
    font-style:italic;
    font-size:2rem
}
.pt-15{
    padding-top:1.5rem
}
.burger,.d-md-block,.slider{
    display:none
}
.table-0{
    display:none
}
@media (max-width:1900px){
    html{
        font-size:9px
    }
}
@media (max-width:1700px){
    html{
        font-size:8px
    }
}
@media (max-width:1500px){
    html{
        font-size:7px
    }
}
@media (max-width:1320px){
    html{
        font-size:6.5px
    }
}
@media (max-width:1220px){
    html{
        font-size:6px
    }
}
@media (max-width:1140px){
    html{
        font-size:5.5px
    }
}
@media (max-width:1040px){
    
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 0rem;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.083333333333333;
}
    
    .right .border-radius:nth-child(2) {
        display:none
    }
    
    html{
        font-size:3.125vw
    }
    body{
        padding-top:7rem;
        padding-right:0;
        padding-left:0
    }
    .d-flex{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .w-100{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        width:100%
    }
    .card-best .card__photo{
        width:14rem;
        height:9rem
    }
    .d-md-none{
        display:none
    }
    .table-5,.table-6,.table-7,.table__head .table-5,.table__head .table-6,.table__head .table-7,.table__head .table-8,.table__head .table-9{
        display:none
    }
    .table__row .container{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .title-h1{
        font-size:1.6rem;
        line-height:1.555555555555556
    }
    .btn{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        height:4.5rem;
        border-radius:5px;
        font-size:1.4rem
    }
    .text-md-center{
        text-align:center
    }
    .px-30{
        padding-right:15px;
        padding-left:15px
    }
    .more{
        margin:0
    }
    .w-md-100{
        width:100%
    }
    .mb-25{
        margin-bottom:1rem
    }
    .btn-fill{
        padding:0;
        width:21rem
    }
    .mx-md-auto{
        margin:0 auto
    }
    .card-best{
        margin-left:0
    }
    .justify-content-md-between{
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .card-best .card__title{
        padding-bottom:0;
        height:3rem;
        font-size:1.188rem
    }
    .card-best{
        margin-bottom:.5rem
    }
    .block:first-child{
        border-radius:0;
        background-position:center
    }
    .pb-20{
        padding-bottom:1rem
    }
    .mb-30{
        margin-bottom:1rem
    }
    .block{
        border-radius:0
    }
    .pt-50{
        padding-top:3rem
    }
    .table-0{
        display:block
    }
    .table__head{
        padding-bottom:1rem;
        font-size:1rem
    }
    .table__head .table-0{
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0;
        padding:0;
        width:5rem
    }
    .table__head .table-1{
        display:none
    }
    .table__head .table-2{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        padding:0;
        width:8rem
    }
    .table__head .table-3{
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
        padding:0;
        width:7rem
    }
    .table__head .table-4{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        padding:0;
        width:6rem
    }
    .mb-50{
        margin-bottom:2rem
    }
    .table__row{
        position:relative;
        margin-right:0;
        margin-left:0;
        padding:1rem
    }
    .table__row .table-2{
        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;
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0;
        -webkit-box-align:end;
        -ms-flex-align:end;
        align-items:flex-end;
        padding:0;
        width:12rem
    }
    .table__row .table-3{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
        width:9rem
    }
    .table__row .table-4{
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
        padding:0;
        padding-left:1rem;
        width:6rem
    }
    .table__row .table-8{
        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;
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
        margin-top:.5rem;
        width:19.5rem
    }
    .table__row .table-9{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4;
        margin-top:.5rem;
        width:6.5rem
    }
    .table-8 .btn,.table-9 .btn{
        margin-left:1rem
    }
    .table__photo{
        width:7rem;
        height:5rem;
        border-radius:5px;
        background-position:center
    }
    .table__title{
        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;
        margin-bottom:1rem;
        width:12rem;
        height:3rem;
        border-radius:5px;
        background-color:#4e565b;
        font-size:1.2rem
    }
    .table__text{
        margin-top:0;
        font-size:1.2rem;
        line-height:1.5
    }
    .table-8 .rating{
        -ms-flex-negative:0;
        flex-shrink:0;
        margin:0;
        width:12rem;
        height:3rem;
        border-radius:5px;
        background-color:#1d2329;
        background-position:center;
        background-size:8rem auto
    }
    .table__num{
        position:absolute;
        top:5rem;
        left:1rem;
        width:4.5rem;
        height:5rem;
        font-size:5.12rem
    }
    .table-3 .btn{
        display:none
    }
    .table-8 .btn,.table-9 .btn{
        width:6.5rem;
        height:3rem;
        font-size:1.2rem
    }
    .table__row:nth-child(n+5) .table__num{
        font-size:3.6rem;
        line-height:1.4
    }
    .d-md-block{
        display:block
    }
    .more{
        padding-top:2rem;
        padding-bottom:2rem;
        background-color:#343c43
    }
    .more .btn{
        width:100%
    }
    .pr-30{
        padding-right:15px;
        padding-left:15px
    }
    .content{
        font-size:1.4rem;
        line-height:1.714285714285714
    }
    .pt-40{
        padding-top:3rem
    }
    .content h2{
        margin-bottom:2rem;
        padding-top:0rem;
 
        line-height:1.555555555555556
    }
    .content ul li{
        padding-left:2rem
    }
    .pb-50{
        padding-bottom:.5rem
    }
    .footer__text{
        margin-top:1rem;
        margin-right:-15px;
        margin-left:-15px;
        padding-top:1.5rem;
        padding-right:15px;
        padding-bottom:1.5rem;
        padding-left:15px;
        width:100%;
        border-top:1px solid #343c43;
        text-align:center;
        font-size:1.2rem;
        line-height:1.666666666666667
    }
    .footer__link{
        margin-bottom:1.5rem;
        white-space:nowrap;
        font-size:1.4rem
    }
    .footer{
        margin:0;
        padding:0 15px;
        padding-top:2.5rem
    }
    .footer .d-flex .d-flex:nth-child(2){
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        width:62%
    }
    .footer .container>.d-flex{
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .logo__wrap{
        padding-right:0;
        font-size:0
    }
    .logo{
        width:9.5rem;
        height:3rem;
        border-radius:5px;
        font-size:1.2rem;
            margin-right: 0px;
    }
    .logo:before{
        left:1.5rem;
        width:1rem;
        height:1.5rem
    }
    .panel{
        position:absolute;
        top:0;
        right:0;
        left:0;
        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;
        overflow:visible;
        margin-right:0;
        padding:1.5rem 15px;
        width:100%;
        height:7rem;
        z-index:1000
    }
    .panel .logo__wrap{
        margin:0;
        width:9.5rem;
        background-color:#16191c
    }
    .panel .js-slot{
        position:fixed;
        top:7rem;
        right:0;
        left:0;
        bottom:0;
        overflow-y:scroll;
        overflow-x:hidden;
        z-index:100;
        visibility:hidden;
        padding-top:1.5rem;
        padding-right:15px;
        padding-bottom:1.5rem;
        padding-left:15px;
        border-top:1px solid #1d2329;
        background-color:#16191c;
        opacity:0;
        -webkit-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease
    }
    .panel .js-slot.menu-show{
        visibility:visible;
        opacity:1
    }
    .panel .px-30{
        padding:0
    }
    .panel.fixed{
        position:fixed
    }
    body>.d-flex{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .panel__block{
        padding:0;
        border:0
    }
    .header__menu{
        position:absolute;
        top:7rem;
        right:0;
        left:0;
        z-index:100;
        visibility:hidden;
        padding-top:1.5rem;
        padding-right:15px;
        padding-bottom:1.5rem;
        padding-left:15px;
        border-top:1px solid #1d2329;
        background-color:#16191c;
        opacity:0;
        -webkit-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease
    }
    .header__menu.menu-show{
        visibility:visible;
        opacity:1
    }
    .header__link{
        padding:.7rem 0;
        font-size:1.2rem
    }
    .header__link-active,.header__link:hover{
        padding-left:1.5rem
    }
    .panel__title{
        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;
        margin:0;
        width:12rem;
        height:3rem;
        border-radius:5px;
        background-color:#1a1f23;
        font-size:1.4rem
    }
    .burger{
        position:relative;
        display:block;
        width:4rem;
        height:7rem
    }
    .burger span{
        position:absolute;
        left:0;
        display:block;
        width:100%;
        height:.3rem;
        border-radius:3px;
        background-color:#2749f1;
        opacity:1;
        -webkit-transition:.25s ease-in-out;
        -o-transition:.25s ease-in-out;
        transition:.25s ease-in-out;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
    }
    .burger span:nth-child(1){
        top:2.5rem;
        width:4rem
    }
    .burger span:nth-child(2){
        top:3.5rem;
        width:4rem
    }
    .burger-show span:nth-child(1){
        top:50%;
        left:0;
        -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        transform:rotate(45deg)
    }
    .burger-show span:nth-child(2){
        top:50%;
        left:0;
        -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    .pt-30{
        padding-top:3.5rem
    }
    .left{
        margin:0;
        padding:0 15px;
        padding-top:3rem;
        width:100%
    }
    .club__info{
        margin:0;
        width:100%
    }
    .club__photo{
        margin-top:1rem;
        margin-bottom:1rem;
        width:100%;
        height:13.5rem;
        border-radius:5px;
        background-position:center
    }
    .breadcrumb__link:first-child{
        display:block
    }
    
  
    .breadcrumb span{
        padding-right:0;
        padding-left:.3rem;
        color:#fff;
        -webkit-transform:scaleX(-1);
        -ms-transform:scaleX(-1);
        transform:scaleX(-1)
    }
    .breadcrumb{
        font-size:1.4rem
    }
    .breadcrumb{
        font-size:0px;
    }
    
     .breadcrumb  .breadcrumb__link{
        font-size:1.4rem
    }
    
      .breadcrumb  .breadcrumb__link:before{
          content: '<<  ';
          padding-right:5px;
      }
      
    
    
    .rating-big{
        width:13.5rem;
        height:3.5rem;
        background-size:8rem auto;
        border-raidus:5px
    }
    .club__info .btn-fill{
        width:13.5rem;
        height:3.5rem;
        font-size:1.2rem
    }
    .club__table{
        font-size:1.4rem;
        line-height:1.428571428571429
    }
    .club__title{
        width: 45%;
    padding-right: 10px;
    box-sizing: border-box;
    }
    .club__row{
        padding:1rem 2rem
    }
    .pt-md-10{
        padding-top:1rem
    }
    .bg-md-dark{
        margin-right:-15px;
        margin-left:-15px;
        padding-top:1.5rem;
        padding-right:15px;
        padding-bottom:2rem;
        padding-left:15px;
        width:calc(100% + 30px);
        background-color:#1d2329;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .border-radius{
        border-radius:0
    }
    .pt-md-0{
        padding-top:0
    }
    .mb-md-25{
        margin-bottom:2.5rem
    }
    .card-cas{
        margin-bottom:1rem;
        padding:1rem;
        border-radius:5px
    }
    .card-cas .card__photo{
        width:10rem;
        height:6.5rem;
        border-radius:5px
    }
    .card-cas .card__title{
        padding-left:1rem;
        height:3rem;
        font-size:1.2rem
    }
    .card-news{
        padding:1.5rem 1.5rem 1.5rem 1rem;
        border-radius:5px;
        font-size:1.2rem;
        line-height:1.666666666666667
    }
    .card-news .card__date{
        font-size:1rem
    }
    .mb-md-20{
        margin-bottom:2rem
    }
    .mb-md-0{
        margin-bottom:0
    }
    .big-rating{
        width:13.5rem;
        height:3rem;
        background-size:11.5rem auto
    }
    .btn-big{
        width:13.5rem;
        height:3rem;
        font-size:1.2rem
    }
    .mt-35{
        margin-top:2.5rem
    }
    .screen{
        margin-top:2.5rem
    }
    .screen img{
        width:31%
    }
    .screen img:nth-child(n+4){
        display:none
    }
    .text-italic{
        margin-top:1.5rem;
        font-size:1.2rem
    }
    .pb-md-20{
        padding-bottom:2rem
    }
    .pt-md-5{
        padding-top:.5rem;
        padding-bottom:.5rem
    }
    .card-review{
        margin:0;
        margin-bottom:1rem;
        width:48%;
        border-radius:5px
    }
    .mx-n1{
        margin-right:0;
        margin-left:0
    }
    .card-review .card__title{
        font-size:1.4rem
    }
    .card-review .card__content{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        padding:.5rem 1.5rem 1.5rem
    }
    .card-review{
        position:relative
    }
    .card-review .rating{
        margin:0;
        margin-top:1.5rem;
        width:5.5rem;
        height:1rem
    }
    .card-review .btn{
        position:absolute;
        right:1rem;
        bottom:1rem;
        margin-bottom:0;
        width:5.5rem;
        height:2rem;
        font-size:1.2rem
    }
    .btn-more{
        margin-top:1rem;
        margin-bottom:1rem;
        width:100%;
        height:4rem;
        font-size:1.4rem
    }
    .pt-md-20{
        padding-top:2rem
    }
    .card-bonus{
        margin-right:0;
        margin-bottom:1rem;
        margin-left:0;
        width:100%;
        border-radius:5px
    }
    .card-bonus .card__title{
        font-size:1.4rem
    }
    .card-bonus .card__text{
        margin-bottom:.5rem;
        font-size:1.2rem;
        line-height:1.333333333333333
    }
    .card-bonus .card__info{
        font-size:1rem
    }
    .card-bonus .btn{
        width:10rem;
        height:3rem;
        font-size:1.2rem
    }
    .card-bonus .card__photo{
        padding-top:45%
    }
    .card-bonus .card__content{
        padding:1.5rem
    }
    .card-bonus .d-flex{
        width:72%
    }
}
