@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 400;
	src: local('TT Norms'), url(../fonts/TTNorms-Regular.woff2) format('woff2')
}

@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 500;
	src: local('TT Norms'), url(../fonts/TTNorms-Medium.woff2) format('woff2')
}

@font-face {
	font-family: 'TT Norms';
	font-style: italic;
	font-weight: 500;
	src: local('TT Norms'), url(../fonts/TTNorms-MediumItalic.woff2) format('woff2')
}

@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 600;
	src: local('TT Norms'), url(../fonts/TTNorms-Bold.woff2) format('woff2')
}

@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 800;
	src: local('TT Norms'), url(../fonts/TTNorms-Black.woff2) format('woff2')
}

@font-face {
	font-family: 'TT Norms';
	font-style: normal;
	font-weight: 900;
	src: local('TT Norms'), url(../fonts/TTNorms-ExtraBold.woff2) format('woff2')
}

.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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background-color: #f3f3f3;
	color: #202020;
	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 {
	max-width: 100%;
	display: block
}

h1{
    margin:auto;
    font-size:25px;
}

h2,h3,h4,h5,h6,p strong{
    font-size:18px;
    color:#e82a46;
}
.content p{
    font-size:16px;
}

.content .wp-block-image img{
    width: 100%;
    margin-bottom:30px;

}


.content figure {
    width: 100%;
    margin: 0px;
}
.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 158rem
}

.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
}

.more {
	padding: 2rem 15.5rem;
	width: 25.5rem
}

.content a{
    color:inherit;
}

.header {
	background-color: #fff
}

.header__logo {
	padding: 2.5rem 3.5rem;
	background-color: #e82a46;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.7rem;
	line-height: 1.111111111111111
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__link {
	position: relative;
	display: block;
	margin-left: 6.5rem;
	padding: 1.5rem 0;
	color: #202020;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.6rem
}

.header__link:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: .5rem;
	background-color: #25286d;
	content: '';
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header__link:hover:before {
	width: 100%
}

.header__link-active:before {
	width: 100%
}

.bg {
	overflow-x: hidden;
	max-width: 100%;
	background-image: url(../images/dest/background.png)
}

.title {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.d-flex.d-md-none{
        overflow: scroll;
}
::-webkit-scrollbar{
width: 4px;
}

.title-h1 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.7rem;
	line-height: 1.111111111111111
}

.title-h1 span {
	color: #e82a46
}

.card {
	display: block
}

.card .card__photo {
	background-position: center
}

.card-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 1.5rem
}

.card-top .card__photo {
	width: 7.5rem;
	height: 7.5rem;
	background-size: cover
}

.card-top .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;
	width: 19rem;
	height: 7.5rem;
	background-color: #25286d;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.card-top:hover .card__title {
	background-color: #e82a46
}

.card-best {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 1.5rem
}

.card-best .card__photo {
    width: 30.5rem;
    height: 12.5rem;
  background-size: cover;
    background-repeat: no-repeat;
}

.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;
	width: 100%;
	height: 6.5rem;
	background-color: #25286d;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.card-best:hover .card__title {
	background-color: #e82a46
}

.card-cas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -3px;
	padding: 1.5rem;
	border: 3px solid #202020
}

.card-cas .card__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 20rem;
    height: 11rem;
       background-size: cover;
    background-repeat: no-repeat;
}
.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;
	padding-left: 1.5rem;
	width: 100%;
	height: 11rem;
	background-color: #25286d;
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem
}

.card-news {
	margin-bottom: -3px;
	padding: 1.5rem;
	border: 3px solid #202020;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5
}

.card-news .card__title {
	padding: 1.5rem 2rem;
	background-color: #25286d
}

.card-news .card__date {
	margin-top: 1rem;
	color: #b0b1c9;
	font-size: 1.4rem;
	line-height: 1.714285714285714
}

.card-review {
	margin: 0 1rem;
	margin-bottom: 2.5rem;
	width: calc(33.3333% - 2rem)
}

.card-review:nth-child(n+7) {
	display: none
}

.card-review .card__photo {
	padding-top: 50.70422535211268%;
	background-position: center;
	background-size: cover
}

.card-review .card__title {
	font-weight: 600;
	font-size: 1.8rem
}

.card-review .card__content {
	padding: 2rem 2.5rem;
	border: 2px solid #202020;

}

.card-review .btn {
	width: 14rem;
	font-size: 1.6rem
}

.card-bonus {
	margin: 0 1rem;
	margin-bottom: 2.5rem;
	width: calc(33.3333% - 2rem)
}

.card-bonus:nth-child(n+7) {
	display: none
}

.card-bonus .card__photo {
	padding-top: 50.70422535211268%;
	background-position: center;
	background-size: cover
}

.card-bonus .card__title {
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.8rem
}

.card-bonus .card__content {
	padding: 2rem 2.5rem;
	border: 2px solid #202020;

}

.card-bonus .card__text {
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3125
}

.card-bonus .card__info {
	color: #b0b1c9;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem
}

.card-bonus .btn {
	width: 17rem
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mx-n1 {
	margin-right: -1rem;
	margin-left: -1rem
}

.mt-30 {
	margin-top: 3rem
}

.table__head {
	padding-bottom: 2rem;
	border-bottom: 3px solid #202020;
	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: 13rem
}

.table-2 {
	width: 23rem
}

.table-3 {
	width: 25rem
}

.table-4 {
	width: 8rem
}

.table-5 {
	width: 28rem
}

.table-6 {
	width: 21rem
}

.table-7 {
	width: 12rem
}

.table-8 {
	width: 14rem
}

.table-9 {
	width: 14rem
}

.table__row {
	padding: 1.5rem 0;
	border-bottom: 3px solid #202020
}
.table__title{
    transition:.3s;
}
.table__row:hover .table__title{
 background-color: #e82a46;
}


.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__row .container .table-3 {
	padding-right: 2rem;
	padding-left: 2rem
}

.table__row .container .table-4 {
	padding-left: 1rem
}

.table__row .container .table-5 {
	padding-right: 1rem;
	padding-left: 1rem
}

.table__row .container .table-7 {
	padding-left: 3rem
}

.table__row .container .table-8,
.table__row .container .table-9 {
	padding-left: 2rem
}

.table__row .table__num {
	color: #25286d;
	text-shadow: none;
	font-size: 12rem
}

.table__row:nth-child(2n) {
	background-color: #fff
}

.table__row:nth-child(2n+1) {
	background-color: #f3f3f3
}

.table__row:nth-child(n+6) {
	display: none
}

.table__row:nth-child(2) .table__num,
.table__row:nth-child(3) .table__num,
.table__row:nth-child(4) .table__num{
	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-top: -1rem;
	color: #e82a46;
	text-align: center;
	text-shadow: .7rem .7rem 0 #202020;
	font-weight: 900;
	font-size: 18.5rem;
	line-height: 0
}

.table__photo {
    width: 100%;
    height: 9.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    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;
	width: 100%;
	height: 5rem;
	background-color: #25286d;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5
}

.table__text {
	margin-top: -.5rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5
}

.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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 5.5rem;
	color: #202020;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5
}

.btn-outline {
	border: 2px solid #202020
}
.btn-outline:hover{
    background:#202020;
    color:#fff;
}

.btn-outline-red {
	width: 25.5rem;
	border: 2px solid #e82a46
}

.btn-red {
	background-color: #e82a46;
	color: #fff
}

.btn-red:hover {
	background-color: #25286d
}

.btn-violet {
	background-color: #25286d;
	color: #fff
}

.btn-violet:hover {
	background-color: #e82a46
}

.btn-more {
	width: 25.5rem
}

.rating {
	width: 11.5rem;
	height: 1.7rem;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.rating-2 {
	background-image: url(../images/dest/rating-2.png)
}

.rating-light {
	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)
}

.content {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5
}

.content p {
	margin-top: 0;
	margin-bottom: 2.5rem
}

.content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.content ul li {
	position: relative;
	margin-bottom: 2.5rem;
	padding-left: 1.5rem
}

.content ul li:before {
	position: absolute;
	top: .7rem;
	left: 0;
	width: .8rem;
	height: .8rem;
	background-color: #e82a46;
	content: ''
}

.footer {
	padding: 2rem 0;
	background-color: #fff
}

.footer__logo {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.3125;
	color: #202020
}

.footer__link {
	padding: 0 2rem;
	color: #202020;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2rem
}

.footer__link:hover{
    color:#e82a46;
}

.footer__text {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.428571428571429
}

.w-430 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 43rem
}

.w-20 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 2rem;
	background-color: #f3f3f3
}

.w-1130 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 113rem
}

.h-20 {
	width: 500%;
	height: 2rem;
	background-color: #f3f3f3
}

.pb-27 {
	padding-bottom: calc(3rem - 3px)
}

.panel-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-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.panel-right {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.w-100 {
	width: 100%
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	color: #e82a46;
	font-weight: 500;
	font-size: 1.6rem
}

.breadcrumb__link {
	color: #202020
}

.breadcrumb span {
	display: block;
	padding: 0 1.5rem;
	color: #202020
}

.mb-15 {
	margin-bottom: 1.5rem
}

.club__photo {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 53.5rem;
    height: 32rem;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.club__info {
	margin-right: 2.5rem
}

.club__info .btn-red {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 26rem;
	height: 6rem;
	font-size: 1.8rem
}

.club__table {
	border: 3px solid #202020;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5
}

.club__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .8rem 1.5rem;
	border-bottom: 3px solid #202020
}

.club__row:nth-child(2n) {
	background-color: #fff
}

.club__row:nth-child(2n+1) {
	background-color: #f3f3f3
}

.club__row:last-child {
	border-bottom: 0
}

.club__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 46%;
	color: #7c7c7c
}

.rating-big {
	width: 26rem;
	height: 6rem;
	background-color: #292929;
	background-position: center;
    background-size: 16rem auto;
	background-repeat: no-repeat
}

.rating-big-2 {
	background-image: url(../images/dest/rating-light-2.png)
}

.big-rating {
	width: 53rem;
	height: 8.5rem;
	background-color: #292929;
	background-position: center;
    background-size: 17.5rem 3rem;
	background-repeat: no-repeat
}

.big-rating-2 {
	background-image: url(../images/dest/rating-light-2.png)
}

.btn-big {
	width: 53rem;
	height: 8.5rem;
	font-size: 1.9rem
}

.mb-35 {
	margin-bottom: 3.5rem
}

.mr-30 {
	margin-right: 3rem
}

.mb-20 {
	margin-bottom: 2rem
}

.mt-20 {
	margin-top: 2rem
}

.mt-25 {
	margin-top: 2.5rem
}

.mb-45 {
	margin-bottom: 4.5rem
}

.mb-50 {
	margin-bottom: 5rem
}

.mr-115 {
	margin-right: 11.5rem
}

.py-20 {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.pb-30 {
	padding-bottom: 3rem
}

.pr-30 {
	padding-right: 3rem
}

.pl-50 {
	padding-left: 5rem
}

.pt-60 {
	padding-top: 6rem
}

.pt-65 {
	padding-top: 6.5rem
}

.pt-70 {
	padding-top: 7rem
}

.mb-30 {
	margin-bottom: 3rem
}

.mt-10 {
	margin-top: 1rem
}

.mr-25 {
	margin-right: 2.5rem
}

.mt-50 {
	margin-top: 5rem
}

.pb-20 {
	padding-bottom: 2rem
}

.mb-25 {
	margin-bottom: 2.5rem
}

.pb-35 {
	padding-bottom: 3.5rem
}

.screen {
	display: -ms-grid;
	display: grid;
	margin-bottom: 2rem;
	-ms-grid-columns: 13rem 13rem;
	grid-template-columns: 13rem 13rem;
	grid-gap: 1rem
}

.text-center {
	text-align: center
}

.text-italic {
	font-weight: 500;
	font-style: italic;
	font-size: 1.6rem
}

.burger,
.d-md-block,
.slider {
	display: none
}

@media (max-width:1600px) {
	html {
		font-size: 8px
	}
}

@media (max-width:1280px) {
	html {
		font-size: 6.5px
	}
}

@media (max-width:1040px) {
	html {
		font-size: 3.125vw
	}
	.header__menu {
		display: none
	}
	.container {
		padding: 0 15px;
		max-width: 100%
	}
	.header__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		padding-left: 15px;
		width: 21rem;
		height: 7.5rem;
		font-size: 1.6rem;
		line-height: 1.5
	}
	.title-h1 {
		font-size: 1.8rem;
		line-height: 1.333333333333333
	}
	.header .container {
		padding: 0
	}
	.m-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.order-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.pt-65 {
		padding-top: 2.5rem
	}
	.mt-20 {
		margin-top: 1.5rem
	}
	.d-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.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__head {
		font-size: 1rem
	}
	.table__head .container {
		padding: 0 1rem
	}
	.table-1 {
		width: 5rem
	}
	.table-2 {
		width: 11rem
	}
	.table-3 {
		width: 7.5rem
	}
	.table-3 .btn {
		display: none
	}
	.table-3 .mb-50 {
		margin-bottom: 0
	}
	.table-4 {
		width: 5.5rem
	}
	.table-8 .btn {
		width: 13.5rem
	}
	.table__row .container .table-3 {
		padding-right: 0;
		padding-left: 1rem
	}
	.table__row .container .table-4 {
		padding-left: 1rem
	}
	.table__photo {
		height: 5.5rem
	}
	.content figure {
    width: auto;
    margin: 0px;
    overflow: scroll;
    font-size: 12px;
}

tbody tr:first-child td{
    width:90vw;
        white-space: nowrap;
}

tbody tr td{
     padding-right: 20px;
}
	
	.content p {
    font-size: 14px;
}
.table__num {
    margin-top: 0!important;
    margin-right: 1rem;
    margin-left: -1rem;
    text-shadow: 0.3rem 0.3rem 0 #202020;
    font-size: 5rem!important;
    line-height: 1!important;
}
	.mb-45 {
		margin-bottom: 3rem
	}
	.table__text {
		font-size: 1.2rem;
		line-height: 1.5
	}
	.table__title {
		height: 3rem;
		font-size: 1.2rem;
		text-align:center;
	}
	.table__row .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.table__row .container .table-8,
	.table__row .container .table-9 {
		padding-left: 0
	}
	.table__row .container .table-8 {
		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;
		width: 100%
	}
	.rating {
		margin-right: -15px;
		margin-bottom: 1.5rem;
		margin-left: -15px;
		width: calc(100% + 30px);
		height: 4rem;
		background-color: #f3f3f3;
		background-position: center;
		background-size: auto 1.5rem
	}
	.btn {
		height: 4rem;
		font-size: 1.4rem
	}
	.table__row {
		position: relative
	}
	.table-9 .btn {
		position: absolute;
		right: 15px;
		bottom: 1.5rem;
		width: 13.5rem
	}
	.table__row:nth-child(5) .table__num {
		margin-right: .5rem;
		margin-left: -.5rem;
		font-size: 5.6rem
	}
	.more {
		padding: 0;
		padding: 1.5rem 15px;
		width: 100%
	}
	.mb-md-20 {
		margin-bottom: 2rem!important
	}
	.mb-md-25 {
		margin-bottom: 2.5rem
	}
	.card-best {
		margin-bottom: 1rem;
		margin-left: 0;
		width: calc(50% - .5rem)
	}
	.card-best:nth-child(2n+1) {
		margin-right: 1rem
	}
	.card-best .card__photo {
		width: 100%;
		height: 6rem
	}
	.card-best .card__title {
		height: 4.5rem;
		font-size: 1.4rem
	}
	.w-md-100 {
		width: 100%
	}
	.d-md-none {
		display: none
	}
	.card-top {
		margin-left: 0
	}
	.slider {
		position: relative;
		display: block;
		margin-right: -15px;
		width: calc(100% + 15px)
	}
	.slider__arrow {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		width: 4rem;
		outline: 0;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#25286d));
		background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #25286d);
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #25286d)
	}
	.slider__arrow:after,
	.slider__arrow:before {
		position: absolute;
		right: .7rem;
		width: 2rem;
		height: 1px;
		background-color: #fff;
		content: ''
	}
	.slider__arrow:after {
		top: 2.05rem;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.slider__arrow:before {
		top: 3.5rem;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.card-top .card__photo {
		width: 5.5rem;
		height: 5.5rem
	}
	.card-top .card__title {
		width: 14rem;
		height: 5.5rem;
		font-size: 1.4rem
	}
	.pt-70 {
		padding-top: 3rem
	}
	.mr-115 {
		margin-right: 0
	}
	.content {
		font-size: 1.4rem;
		line-height: 1.428571428571429;
		    width: 100%;
	}
	
	
	.content figure {
    width: auto;
    margin: 0px;
    overflow: scroll;
}
	
	.mb-md-15 {
		margin-bottom: 1.5rem
	}
	.content p {
		margin-bottom: 2rem
	}
	.mt-md-n35 {
		margin-top: -3.5rem
	}
	.footer__logo {
		margin-bottom: 2.5rem;
		width: 50%;
		font-size: 1.2rem;
		line-height: 1.5
	}
	.footer .container {
		position: relative
	}
	.footer .container .justify-content-between {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer .container .d-flex.align-items-center {
		position: absolute;
		top: 0;
		right: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 50%
	}
	.footer__text {
		width: 50%;
		font-size: 1rem;
		line-height: 1.6
	}
	.footer__link {
		margin-bottom: 2.5rem;
		padding: 0;
		font-size: 1rem
	}
	.content ul li {
		margin-bottom: 2rem
	}
	.burger {
		position: relative;
		display: block;
		margin-right: calc(15px + 1rem);
		width: 5rem;
		height: 7.5rem
	}
	.burger span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: .3rem;
		background-color: #25286d;
		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: 3rem;
		width: 5rem
	}
	.burger span:nth-child(2) {
		top: 4rem;
		width: 5rem
	}
	.burger-show span:nth-child(1) {
		top: 50%;
		left: 0;
		background-color: #e82a46;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.burger-show span:nth-child(2) {
		top: 50%;
		left: 0;
		background-color: #e82a46;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.header__menu.menu-show {
		position: absolute;
		top: 7.5rem;
		right: 0;
		left: 0;
		display: block;
		background-color: #25286d;
		    z-index: 10;
	}
	.header__link {
		margin-left: 15px;
		color: #fff
	}
	.w-1130,
	.w-430 {
		width: 100%
	}
	.h-20 {
		width: 100%
	}
	.club__photo {
		margin-bottom: .5rem;
		width: 100%;
		height: 16rem
	}
	.pl-50 {
		padding-right: 15px;
		padding-left: 15px
	}
	.pt-60 {
		padding-top: 3rem
	}
	.breadcrumb {
		margin-bottom: 0;
		color: #202020;
		font-size: 1.4rem
	}
	.breadcrumb__link:first-child {
		display: none
	}
	.breadcrumb span {
		padding-right: 0;
		padding-left: .3rem;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1)
	}
	.mb-15 {
		margin-bottom: 1rem
	}
	.club__info {
		margin-right: 0;
		width: 100%
	}
	.panel-right {
		width: 100%
	}
	.rating-big {
		width: 14.5rem;
		height: 3rem;
		background-size: 7rem auto
	}
	.club__info .btn-red {
		width: 14.5rem;
		height: 3rem;
		font-weight: 500;
		font-size: 1.4rem
	}
	.club__table {
		margin-top: 3rem;
		font-size: 1.2rem;
		line-height: 1.141666666666667
	}
	.club__row {
		padding: .6rem .8rem
	}
	.mb-35 {
		margin-bottom: 1.5rem
	}
	.pt-md-20 {
		padding-top: 2rem
	}
	.mt-md-0 {
		margin-top: 0
	}
	.pb-md-10 {
		padding-bottom: 1rem
	}
	.d-md-block {
		display: block
	}
	.order-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.panel-left {
		width: 100%
	}
	.px-md-15 {
		padding-right: 15px;
		padding-left: 15px
	}
	.card-cas {
		padding: 1rem
	}
	.card-cas .card__photo {
		width: 12.5rem;
		height: 8rem
	}
	.card-cas .card__title {
		height: 8rem
	}
	.card-cas .card__title {
		padding-left: 1rem
	}
	.rating-light {
		height: 1.5rem
	}
	.mt-25 {
		margin-top: 1.5rem
	}
	.pt-md-25 {
		padding-top: 2.5rem
	}
	.card-news {
		padding: 1rem
	}
	.card-news .card__title {
		padding: 1rem;
		font-size: 1.4rem;
		line-height: 1.214285714285714
	}
	.card-news .card__date {
		font-size: 1.2rem
	}
	.mt-10 {
		margin-top: .5rem
	}
	.big-rating {
		width: 14.5rem;
		height: 3rem;
		background-size: 7.5rem auto
	}
	.btn-big {
		width: 14.5rem;
		height: 3rem;
		font-size: 1.4rem;
		font-weight: 500
	}
	.mt-50 {
		margin-top: 1.5rem
	}
	.mr-25 {
		margin-right: 0;
		width: 100%
	}
	.screen {
		-ms-grid-columns: 7rem 7rem 7rem 7rem;
		grid-template-columns: 7rem 7rem 7rem 7rem;
		grid-gap: .3rem;
		margin-bottom: 1.5rem
	}
	.text-italic {
		font-size: 1.4rem
	}
	.mt-md-15 {
		margin-top: 1.5rem
	}
	.content-slot {
		font-size: 1.2rem;
		line-height: 1.5
	}
	.pt-md-50 {
		padding-top: 5rem
	}
	.card-bonus,
	.card-review {
		width: calc(50% - .5rem);
		margin-left: 0;
		margin-right: 0
	}
	.card-bonus:nth-child(2n+1),
	.card-review:nth-child(2n+1) {
		margin-right: 1rem
	}
	.mx-n1 {
		margin-left: 0;
		margin-right: 0
	}
	.card-review .card__title {
		font-size: 1.1rem
	}
	.card-review .card__content {
		padding: 1rem
	}
	.card-review {
		position: relative;
		margin-bottom: 1rem
	}
	.card-review .rating {
		width: 5rem;
		margin-left: 0;
		margin-right: 0;
		height: 1rem;
		background-size: 100% auto;
		margin-bottom: 0
	}
	.card-review .btn {
		width: 6rem;
		height: 2rem;
		font-size: 1.2rem;
		position: absolute;
		right: 1rem;
		bottom: 1rem
	}
	.justify-content-end {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.btn-more {
		width: 12.5rem;
		height: 3rem
	}
	.pb-35 {
		padding-bottom: 1.5rem
	}
	.mt-30 {
		margin-top: 2rem
	}
	.card-bonus .card__content {
		padding: 1rem
	}
	.card-bonus .card__title {
		font-size: 1.4rem;
		line-height: 1.142857142857143;
		margin-bottom: .5rem
	}
	.card-bonus .card__text {
		font-size: 1.2rem;
		line-height: 1.166666666666667;
		margin-bottom: .5rem
	}
	.card-bonus .card__info {
		font-size: .7rem
	}
	.card-bonus .btn {
		font-size: 1rem;
		width: 6.5rem;
		height: 2rem
	}
	.card-bonus {
		margin-bottom: 1rem
	}
}