* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: 'SF UI Display';
	src: local('SF UI Display'), url("../fonts/SFUIDisplay-Regular.woff2") format('woff2');
	font-display: swap
}

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'SF UI Display';
	src: local('SF UI Display'), url("../fonts/SFUIDisplay-Medium.woff2") format('woff2');
	font-display: swap
}

@font-face {
	font-weight: 600;
	font-style: normal;
	font-family: 'SF UI Display';
	src: local('SF UI Display'), url("../fonts/SFUIDisplay-Bold.woff2") format('woff2');
	font-display: swap
}

@font-face {
	font-weight: 800;
	font-style: normal;
	font-family: 'SF UI Display';
	src: local('SF UI Display'), url("../fonts/SFUIDisplay-Heavy.woff2") format('woff2');
	font-display: swap
}

html {
	font-size: 10px
}

@media (max-width:1440px) {
	html {
		font-size: 9px
	}
}

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

@media (max-width:1160px) {
	html {
		font-size: 7px
	}
}

@media (max-width:1024px) {
	html {
		font-size: 3.125vw
	}
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	min-width: 320px;
	color: #151515;
	font-size: 1.8rem;
	font-family: 'SF UI Display';
	line-height: 1.833333333333333
}

@media (max-width:1024px) {
	body {
		font-size: 1.2rem;
		line-height: 1.583333333333333
	}
}

a {
	outline: 0;
	background-color: transparent;
	color: #393939;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

input,
textarea {
	outline: 0
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

.transition {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.container {
	margin: 0 auto;
	width: 128rem
}

@media (max-width:1024px) {
	.container {
		padding: 0 15px;
		width: 100%
	}
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

@media (max-width:1024px) {
	.flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

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

.align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

strong {
	color: #000
}

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

@media (max-width:1024px) {
	.mb-20 {
		margin-bottom: 1rem!important
	}
}

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

@media (max-width:1024px) {
	.mb-30 {
		margin-bottom: 2rem!important
	}
}

.w-50 {
	width: calc(50% - 3rem)
}

@media (max-width:1024px) {
	.w-50 {
		width: 100%
	}
}

.w-40 {
	width: calc(50% - 1rem)
}

@media (max-width:1024px) {
	.w-40 {
		width: 100%
	}
}

@media (max-width:1024px) {
	.mt-35 {
		margin-top: 3.5rem!important
	}
}

.mb-75 {
	margin-bottom: 7.5rem
}

@media (max-width:1024px) {
	.mb-75 {
		margin-bottom: 4.5rem
	}
}

@media (max-width:1024px) {
	.arrow {
		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: 2rem
	}
}

@media (max-width:1024px) {
	.arrow__point {
		display: block;
		margin: 0 .35rem;
		width: .6rem;
		height: .6rem;
		border-radius: 50%;
		background-color: #151515
	}
	.arrow__point-active {
		background-color: #b81c1c
	}
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25.5rem;
	height: 6.5rem;
	text-decoration: none!important;
	font-weight: 700;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.btn {
		height: 2.5rem;
		font-size: 1.2rem
	}
}

.btn-black {
	background-color: #151515;
	color: #fff
}

.btn-black:hover {
	background-color: #b81c1c
}

.btn-more {
	margin-top: 3.5rem;
	width: 20rem;
	border: 2px solid #b81c1c;
	color: #151515
}

@media (max-width:1024px) {
	.btn-more {
		margin-top: 1.5rem;
		width: 100%;
		height: 4rem;
		border-radius: 1rem
	}
}

.btn-white {
	background-color: #fff;
	color: #b81c1c
}

.btn-white:hover {
	background-color: #b81c1c;
	color: #fff
}

.burger {
	position: relative;
	display: none;
	width: 3rem;
	height: 2.5rem
}

@media (max-width:1024px) {
	.burger {
		display: block
	}
}

.burger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: .3rem;
	border-radius: 5px;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.burger span:nth-child(1) {
	top: 0
}

.burger span:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.burger span:nth-child(3) {
	bottom: 0
}

.burger-show span:nth-child(3) {
	display: none
}

.burger-show span:nth-child(2) {
	top: 50%;
	width: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.burger-show span:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.card {
	display: block
}

.card__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8rem;
	margin-bottom: 10rem
}

@media (max-width:1024px) {
	.card__wrap {
		margin-top: 4.5rem;
		margin-bottom: 4rem
	}
}

.card__wrap-gift {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -0rem
}

@media (max-width:1024px) {
	.card__wrap-gift {
		margin-bottom: -0rem
	}
}

.card__wrap-swiper {
	margin-top: 5rem;
	margin-bottom: 5rem
}

@media (max-width:1024px) {
	.card__wrap-swiper {
		margin-top: 3rem;
		margin-right: -15px;
		margin-bottom: 4rem
	}
}

.card__wrap-swiper .swiper-slide {
	padding-top: 1.7rem;
	padding-bottom: 3rem
}

@media (max-width:1024px) {
	.card__wrap-swiper .swiper-slide {
		padding-top: 1.2rem;
		padding-bottom: 1.8rem
	}
}

.card-bonus {
	position: relative;
	margin-top: 1.7rem;
	padding: 0 1.5rem;
	padding-top: 3.7rem;
	padding-bottom: 4rem;
	border-radius: .5rem;
	background-color: #f4f4f4;
	text-align: center
}

@media (max-width:1024px) {
	.card-bonus {
		margin-top: 1.2rem;
		padding: 0 1rem;
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}

.card-bonus .card__head {
	position: absolute;
	top: -1.7rem;
	left: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1rem
}

@media (max-width:1024px) {
	.card-bonus .card__head {
		top: -1.2rem;
		left: 1rem
	}
}

.card-bonus .card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .25rem;
	padding: 0 1rem;
	height: 3.7rem;
	border-radius: .5rem;
	background-color: #151515;
	color: #fff;
	font-weight: 800;
	font-size: 1.2rem
}

@media (max-width:1024px) {
	.card-bonus .card__item {
		margin: 0 .15rem;
		padding: 0 .8rem;
		height: 2.5rem;
		font-size: .8rem
	}
}

.card-bonus .card__item:first-child {
	background-color: #b81c1c
}

.card-bonus .card__photo {
	margin-bottom: 2rem;
	width: 100%;
	height: 13rem;
	border-radius: .5rem
}

@media (max-width:1024px) {
	.card-bonus .card__photo {
		margin-bottom: 1.5rem;
		height: 9rem
	}
}

.card-bonus .card__photo img {
	width: 100%;
	height: 100%;
	border-radius: .5rem;
	-o-object-fit: cover;
	object-fit: cover
}

.card-bonus .card__title {
	margin-bottom: 1rem;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.125
}

@media (max-width:1024px) {
	.card-bonus .card__title {
		margin-bottom: 1rem;
		font-size: 1.1rem;
		line-height: 1.181818181818182
	}
}

.card-bonus .card__#b81c1c {
	margin-bottom: 2.5rem;
	color: #b81c1c;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.214285714285714
}

@media (max-width:1024px) {
	.card-bonus .card__#b81c1c {
		margin-bottom: 1.5rem;
		font-size: .9rem;
		line-height: 1.333333333333333
	}
}

.card-bonus .card__content {
	font-size: 1.4rem;
	line-height: 1.142857142857143
}

@media (max-width:1024px) {
	.card-bonus .card__content {
		font-size: .9rem;
		line-height: 1.222222222222222
	}
}

.card-bonus .card__content span {
	display: block;
	text-transform: uppercase;
	font-weight: 700
}

.card-bonus .card__content p {
	margin: 0;
	margin-bottom: 2rem
}

@media (max-width:1024px) {
	.card-bonus .card__content p {
		margin-bottom: 1.5rem
	}
}

.card-bonus .btn {
	position: absolute;
	bottom: -3rem;
	left: 1.5rem
}

@media (max-width:1024px) {
	.card-bonus .btn {
		bottom: -1.8rem;
		left: 1rem;
		width: 18rem;
		height: 3.5rem
	}
}

.card-gift {
	position: relative;
	margin-bottom: 5rem;
	padding: 0 1.5rem 1.5rem;
	width: 29.5rem;
	border-radius: 1rem
}

@media (max-width:1024px) {
	.card-gift {
		margin-bottom: 2rem;
		padding: .75rem;
		width: 13.5rem;
		border-radius: .3rem
	}
	.card-gift:nth-child(n+5) {
		display: none
	}
}

.card-gift:before {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 8rem;
	height: 7.5rem;
	border-radius: 0 .5rem 0 3.6rem;
	background-color: #fff;
	content: ''
}

@media (max-width:1024px) {
	.card-gift:before {
		width: 3.5rem;
		height: 3.5rem;
		border-radius: 0 .3rem 0 1.6rem
	}
}

.card-gift:nth-child(4n+1) {
	background-color: #a6de08
}

.card-gift:nth-child(4n+2) {
	background-color: #fec704
}

.card-gift:nth-child(4n+3) {
	background-color: #a608de
}

.card-gift:nth-child(4n+3) .card__title {
	color: #fff
}

.card-gift:nth-child(4n+4) {
	background-color: #0851de
}

.card-gift:nth-child(4n+4) .card__title {
	color: #fff
}

.card-gift .card__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -2.5rem;
	padding: 0 2.5rem;
	width: 18.5rem;
	height: 7.5rem;
	border-radius: .5rem;
	background-color: #151515
}

@media (max-width:1024px) {
	.card-gift .card__logo {
		margin-top: -1.8rem;
		padding: 0 1rem;
		width: 8.5rem;
		height: 3.5rem
	}
}

.card-gift .card__logo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.card-gift .card__gift {
	position: absolute;
	top: -2.5rem;
	right: -2rem;
	width: 9rem
}

@media (max-width:1024px) {
	.card-gift .card__gift {
		top: -1rem;
		right: -1rem;
		width: 4rem
	}
}

.card-gift .card__title {
	margin-top: 4rem;
	margin-bottom: 3rem;
	padding: 0 2rem;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2
}

@media (max-width:1024px) {
	.card-gift .card__title {
		margin: 1.5rem 0;
		font-size: .9rem;
		line-height: 1.222222222222222
	}
}

.card-gift .btn {
	width: 100%
}

.content {
	margin-top: 4rem;
	color: #151515;
	font-size: 1.6rem;
	line-height: 1.1875
}

@media (max-width:1024px) {
	.content {
		margin-top: 2.5rem;
		margin-bottom: 4.5rem;
		font-size: 1.2rem;
		line-height: 1.166666666666667;
		margin-bottom: 0
	}
}

.content p {
	margin: 0;
	margin-bottom: 2rem;
	padding-left: 4rem
}

@media (max-width:1024px) {
	.content p {
		margin-bottom: 1.5rem;
		padding-left: 0
	}
}

.content a {
	color: #b81c1c;
	text-decoration: underline
}

.content img {
	margin-bottom: 3rem;
	width: 100%
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content strong {
	margin-top: 6.5rem;
	margin-bottom: 2.5rem;
	color: #151515;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.208333333333333
}

@media (max-width:1024px) {
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6,
	.content strong {
		margin-top: 4rem;
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.1875
	}
}

.content h2 span,
.content h3 span,
.content h4 span,
.content h5 span,
.content h6 span,
.content strong span {
	color: #b81c1c
}

.content ul {
	padding-left: 7rem
}

@media (max-width:1024px) {
	.content ul {
		padding-left: 2rem
	}
}

.faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: 4rem
}

@media (max-width:1024px) {
	.faq {
		display: block;
		margin-top: 3.5rem
	}
}

.faq__block {
	width: calc(50% - 1rem)
}

@media (max-width:1024px) {
	.faq__block {
		width: 100%
	}
}

.faq__item {
	margin-bottom: 1rem
}

@media (max-width:1024px) {
	.faq__item {
		margin-bottom: .5rem
	}
}

.faq__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 1.5rem;
	height: 4.5rem;
	border-radius: .5rem;
	background-color: #f4f4f4;
	color: #151515;
	font-weight: 600;
	font-size: 1.8rem;
	cursor: pointer
}

@media (max-width:1024px) {
	.faq__head {
		padding-left: 1rem;
		height: 2.7rem;
		font-size: 1rem
	}
}

.faq__head:before {
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url("../images/arrow-right.svg");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:1024px) {
	.faq__head:before {
		right: 1rem;
		width: 1rem;
		height: 1rem
	}
}

.faq__head-open {
	background-color: #b81c1c;
	color: #fff
}

.faq__head-open:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-filter: grayscale(1) brightness(6.5);
	filter: grayscale(1) brightness(6.5)
}

.faq__content {
	display: none;
	padding: 2rem;
	background-color: #f4f4f4;
	font-size: 1.6rem;
	line-height: 1.1875
}

@media (max-width:1024px) {
	.faq__content {
		padding: 1rem;
		font-size: .9rem;
		line-height: 1.222222222222222
	}
}

.faq__title {
	margin-top: 5.5rem!important
}

@media (max-width:1024px) {
	.faq__title {
		display: none
	}
}

.footer {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	background-color: #ab2525;
	color: #fff
}

@media (max-width:1024px) {
	.footer {
		padding-top: 1.5rem
	}
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1024px) {
	.footer .container {
		display: block
	}
}

.footer__block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 47rem
}

@media (max-width:1024px) {
	.footer__block {
		width: 100%
	}
}

.footer__logo {
	display: block;
	margin-bottom: 2rem;
	font-weight:bold;
	color:#fff;
	width: 25rem;
}

@media (max-width:1024px) {
	.footer__logo {
		margin-bottom: 1.5rem;
		width: 14rem
	}
}

.footer__link {
	margin-right: 2rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.214285714285714
}

@media (max-width:1024px) {
	.footer__link {
		font-size: 1.1rem;
		line-height: 1.272727272727273
	}
}

.footer__menu {
	margin-bottom: 1rem
}

@media (max-width:1024px) {
	.footer__menu {
		margin-bottom: 1.5rem
	}
}

.footer__select {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .5rem;
	height: 2.5rem;
	border-radius: .5rem;
	background-color: #fff;
	color: #151515;
	font-weight: 800;
	font-size: 1.1rem
}

@media (max-width:1024px) {
	.footer__select {
		height: 2rem;
		font-size: .9rem
	}
}

.footer__flag {
	margin-right: .3rem;
	width: 1.3rem
}

.footer__arrow {
	margin-left: 1rem;
	width: 1rem
}

@media (max-width:1024px) {
	.footer__arrow {
		margin-left: .3rem
	}
}

.footer__title {
	margin-bottom: 1.5rem;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.1875
}

@media (max-width:1024px) {
	.footer__title {
		margin-bottom: 1rem;
		font-size: 1.3rem;
		line-height: 1.230769230769231;
		margin-top: 3rem
	}
}

.footer p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.1875
}

@media (max-width:1024px) {
	.footer p {
		font-size: 1rem;
		line-height: 1.2
	}
}

.header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 8rem;
	background: #b81c1c
}

@media (max-width:1024px) {
	.header {
		height: 6rem
	}
}

.header .container {
	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
}

.header__logo {
	width: 25rem;
	color:#fff;
	font-weight:bold;
}

@media (max-width:1024px) {
	.header__logo {
		width: 13rem
	}
}

.header__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1rem;
	height: 3.8rem;
	border-radius: .5rem;
	background-color: #fff;
	color: #151515;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.166666666666667
}

@media (max-width:1024px) {
	.header__select {
		margin-left: 3rem;
		padding: 0 .7rem;
		height: 2.5rem;
		font-size: 1.2rem
	}
}

.header__flag {
	margin-right: .5rem;
	width: 2rem
}

@media (max-width:1024px) {
	.header__flag {
		width: 1.5rem
	}
}

.header__arrow {
	margin-left: 1rem;
	width: 1.6rem
}

@media (max-width:1024px) {
	.header__arrow {
		margin-left: .5rem;
		width: 1rem
	}
}

.header__link {
	margin-left: 2.7rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem
}

@media (max-width:1024px) {
	.header__link {
		display: block;
		margin-bottom: 2rem;
		margin-left: 0;
		font-size: 1.3rem;
		line-height: 1.230769230769231
	}
}

.header__menu {
	margin-left: 22rem
}

@media (max-width:1024px) {
	.header__menu {
		position: absolute;
		top: 6rem;
		right: 0;
		left: 0;
		visibility: hidden;
		margin-left: 0;
		padding: 3.5rem 15px 2rem;
		background-color: #ab2525;
		opacity: 0;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.header__menu.menu-show {
		visibility: visible;
		z-index:2;
		opacity: 1
	}
}

.main__content {
	font-size: 1.8rem;
	line-height: 1.166666666666667;
}

@media (max-width:1024px) {
	.main__content {
		font-size: 1.2rem;
		line-height: 1.166666666666667;
		padding: 0
	}
}

.main__content p {
	margin: 0
}

.section-table {
	padding-bottom: 3rem
}

@media (max-width:1024px) {
	.section-table {
		padding-bottom: 0
	}
}

.table {
	counter-reset: table
}

.table__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-top: 5rem;
	margin-bottom: .5rem;
	height: 3.5rem;
	background-color: #151515;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.table__head {
		margin-top: 3rem;
		height: 3rem;
		display:none;
		font-size: 1rem
	}
	.table {
    counter-reset: table;
    padding-top: 2rem;
}
}

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

.table__item:nth-child(1) {
	width: 9rem
}

@media (max-width:1024px) {
	.table__item:nth-child(1) {
		display: none;
		width: 10rem
	}
}

.table__item:nth-child(2) {
	width: 18rem
}

@media (max-width:1024px) {
	.table__item:nth-child(2) {
		display: block;
		width: 16rem
	}
}

.table__item:nth-child(3) {
	width: 49rem
}

@media (max-width:1024px) {
	.table__item:nth-child(3) {
		display: none;
		width: 24rem
	}
}

.table__item:nth-child(4) {
	width: 13rem
}

@media (max-width:1024px) {
	.table__item:nth-child(4) {
		display: none
	}
}

.table__item:nth-child(5) {
	width: 49rem
}

@media (max-width:1024px) {
	.table__item:nth-child(5) {
		display: none
	}
}

.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-left: 2rem;
	width: 4.5rem;
	height: 5.5rem;
	background-color: #151515;
	color: #fff;
	font-size: 2.4rem
}

@media (max-width:1024px) {
	.table__num {
		margin: 0;
		padding: 0;
		width: 2.5rem;
		height: 3rem;
		font-size: 1.3rem
	}
}

.table__num:before {
	content: counter(table);
	counter-increment: table;
	font-weight: 800
}

.table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
	height: 11rem;
	border-radius: .5rem;
	background-color: #f4f4f4
}

.table__row:hover .table__num {
    background-color: #b81c1c;
}

@media (max-width:1024px) {
	.table__row {
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: .5rem;
		padding: 1rem;
		height: 8.5rem
	}
}

.table__row .btn {
	margin-right: 1.5rem;
	margin-left: auto
}

@media (max-width:1024px) {
	.table__row .btn {
		margin-top: 1rem;
		width: 9.5rem;
		margin-right: 0
	}
}

.table__row:nth-child(2) .table__num {
	background-color: #b81c1c
}

.table__row:nth-child(2) .btn {
	background-color: #b81c1c
}

.table__row:nth-child(2) .btn:hover {
	background-color: #151515
}

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

@media (max-width:1024px) {
	.table__row:nth-child(n+6) {
		display: none
	}
}

.table__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-left: 3.5rem;
	width: 15.5rem;
	height: 100%
}

@media (max-width:1024px) {
	.table__logo {
		margin-left: 1rem;
		width: 6.5rem;
		height: 3rem
	}
}

.table__logo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.table__text {
	width: 52rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.4375
}

@media (max-width:1024px) {
	.table__text {
		margin-left: 1rem;
		width: 15.5rem;
		font-size: 1rem;
		line-height: 1.5
	}
}

.table__rating {
	text-align: center
}

@media (max-width:1024px) {
	.table__rating {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 1.5rem
	}
}

.table__rating a {
	display: block;
	color: #b81c1c;
	text-decoration: underline;
	font-weight: 700;
	font-size: 1.4rem
}

@media (max-width:1024px) {
	.table__rating a {
		font-size: 1rem
	}
}

.table__rating img {
	margin-top: .5rem;
	margin-bottom: 1rem;
	width: 11rem
}

@media (max-width:1024px) {
	.table__rating img {
		margin: 0;
		margin-right: 1rem;
		width: 7.5rem
	}
}

.title {
	margin: 0
}

.title-h1 {
	margin-top: 4.5rem;
	margin-bottom: 2rem;
	font-weight: 800;
	font-size: 3.7rem;
	line-height: 1.216216216216216
}

@media (max-width:1024px) {
	.title-h1 {
		margin-top: 2.5rem;
		margin-bottom: 1.5rem;
		font-size: 1.9rem;
		line-height: 1.210526315789474
	}
}

.title-h1 span {
	color: #b81c1c
}

.title-h2 {
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.208333333333333
}

@media (max-width:1024px) {
	.title-h2 {
		font-size: 1.6rem;
		line-height: 1.1875
	}
}

.title-h2 span {
	color: #b81c1c
}

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

.header__link:hover {
	color: #151515;
}

.footer__link:hover {
	color: #151515;
}

.btn-more:hover {
	color: #fff;
	background: #b81c1c;
}