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

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

@font-face {
	font-weight: 600;
	font-style: normal;
	font-family: Axiforma;
	src: local('Axiforma'), url(../fonts/Axiforma-SemiBold.woff2) format('woff2');
	font-display: swap
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: Axiforma;
	src: local('Axiforma'), url(../fonts/Axiforma-Bold.woff2) format('woff2');
	font-display: swap
}

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

@font-face {
	font-weight: 900;
	font-style: normal;
	font-family: Axiforma;
	src: local('Axiforma'), url(../fonts/Axiforma-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: Axiforma;
	line-height: 1.833333333333333;
	background-color: #f3f4f9
}

@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: #ca2828
	}
}

.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: 5.5rem;
	border-radius: 1.6rem;
	text-decoration: none!important;
	font-weight: 700;
	font-size: 1.6rem
}

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

.btn-blue {
	background-color: #5ae7fb;
	-webkit-box-shadow: 0 1.5rem 2.2rem -1.5rem #5ae7fb;
	box-shadow: 0 1.5rem 2.2rem -1.5rem #5ae7fb;
	color: #373e7c
}

.btn-blue:hover {
	-webkit-box-shadow: 0 1.5rem 2.2rem -1.5rem rgba(255, 255, 255, 0);
	box-shadow: 0 1.5rem 2.2rem -1.5rem rgba(255, 255, 255, 0)
}

.btn-dark {
	background-color: #4b59d1;
	-webkit-box-shadow: 0 1.5rem 2.2rem -1.5rem #4b59d1;
	box-shadow: 0 1.5rem 2.2rem -1.5rem #4b59d1;
	color: #5ae7fb
}

.btn-dark:hover {
	-webkit-box-shadow: 0 1.5rem 2.2rem -1.5rem rgba(255, 255, 255, 0);
	box-shadow: 0 1.5rem 2.2rem -1.5rem rgba(255, 255, 255, 0)
}

.btn-more {
	margin-top: 2.5rem;
	background-color: #e1e2f1;
	color: #4b59d1
}

.btn-more:hover {
	background-color: #5ae7fb
}

@media (max-width:1024px) {
	.btn-more {
		margin-top: .5rem;
		width: 100%
	}
}

.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%);
	left: auto;
	right: 0;
	width: 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: -4rem
}

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

.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: #ca2828
}

.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__red {
	margin-bottom: 2.5rem;
	color: #ca2828;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.214285714285714
}

@media (max-width:1024px) {
	.card-bonus .card__red {
		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: 3rem;
	color: #6a6fa1;
	font-size: 1.6rem;
	line-height: 1.6875;
	font-weight: 600
}

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

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

@media (max-width:1024px) {
	.content p {
		margin-bottom: 2rem;
		padding-left: 0;
		font-size:1rem;
	}
	
		.content li {
			font-size:1rem;
		    
		}
		
	
	.content p:last-child{
	    margin-bottom:0;
	}
	
}

.content a {
	color: #ca2828;
	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: 1rem;
	font-weight: 800;
	color: #4b59d1;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3.4rem;
	line-height: 1.676470588235294
}

@media (max-width:1024px) {
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6,
	.content strong {
		margin-top: 2rem;
		margin-bottom: 1rem;
		font-size: 1.4rem;
		line-height: 1.642857142857143
	}
}

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

.content ul {
	padding-left: 3rem;
	margin-bottom: 0
}

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

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

.faq__wrap {
	margin-top: 6rem;
	padding-top: 3.5rem;
	padding-bottom: 4rem;
	background-color: #5463e8
}

@media (max-width:1024px) {
	.faq__wrap {
	    margin-top: 3rem;
		padding-top: 2.5rem;
		padding-bottom: 2rem
	}
}

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

@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;
	background-color: #fff;
	color: #5463e8;
	font-weight: 600;
	font-size: 1.6rem;
	cursor: pointer
}

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

.faq__head:before {
	position: absolute;
	top: 50%;
	right: 1.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 {
	border-radius:0;
}

.faq__head-open:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

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

figure {
    margin:0;
}

.content	td strong {
	    font-size:2rem;

}

.content table {
    margin-top:2rem;
    margin-bottom:2rem;
}

.content td {
    border: 1px solid #ececec;
    padding: 1rem;
    border-spacing: 0px;
}


@media (max-width:1024px) {
	.faq__content {
		margin-top: -2.7rem;
		padding: 4.5rem 1.5rem 1.5rem;
		font-size: .8rem;
		line-height: 1.625
	}
	
	td strong {
	    font-size:1.2rem;
	
	
}
    
    .content td strong {
          font-size:1.2rem;
    }
    
    
}

.faq__title {
	color: #fff!important
}

.footer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 8.5rem;
	background: #4b59d1
}

@media (max-width:1024px) {
	.footer {
		padding-top: 2.5rem;
		padding-bottom: 1rem;
		height: auto
	}
}

.footer .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;
	height: 100%
}

@media (max-width:1024px) {
	.footer .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.footer__logo {
	width: 23rem
}

@media (max-width:1024px) {
.footer__logo {
    width: 15rem;
    margin-right: 3rem;
}
.footer__link:nth-child(4){
    margin-bottom:0;
}

}

.footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	margin-left: 4rem;
	height: 100%;
	color: #c9cce2;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem
}

@media (max-width:1024px) {
	.footer__link {
		margin-bottom: 2rem;
		margin-left: 0;
		font-size: 1rem;
		line-height: 1.7
	}
}

.footer__link:hover {
	color: #fff
}

.footer__link:hover img {
	-webkit-filter: brightness(5);
	filter: brightness(5)
}

.footer__link img {
	margin-left: 1rem;
	width: 1.2rem
}

@media (max-width:1024px) {
	.footer__link img {
		width: .8rem
	}
}

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

@media (max-width:1024px) {
	.footer__menu {
		display: block;
		width: 60%;
		height: auto
	}
}

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

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

.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;
	height: 100%
}

.header__logo {
	width: 23rem
}

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

.header__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	margin-left: 4.5rem;
	height: 100%;
	color: #c9cce2;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.6rem;
	border-bottom: 5px solid rgba(255, 255, 255, 0)
}

.header__link:hover {
	color: #fff;
	border-bottom: 5px solid #5ae7fb
}

@media (max-width:1024px) {
	.header__link:hover {
		border-bottom: 0
	}
}

.header__link:hover img {
	-webkit-filter: brightness(5);
	filter: brightness(5)
}

.header__link img {
	margin-left: 1rem;
	width: 1.2rem
}

@media (max-width:1024px) {
	.header__link img {
		width: .8rem
	}
}

@media (max-width:1024px) {
	.header__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2.5rem;
		margin-left: 0;
		font-size: 1rem;
		line-height: 1.7;
		border-bottom: 0
	}
}

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

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

.main {
	margin-bottom: 8rem;
	padding-top: 6rem;
	padding-bottom: 4.5rem;
	background-color: #5463e8
}

@media (max-width:1024px) {
	.main {
		margin-bottom: 3.5rem;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}
}

.main__content {
	margin-bottom: 3.5rem;
	padding: 0 7.5rem;
	color: #c9cce2;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.6875
}

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

.main__content p {
	margin: 0
}

.main .btn {
	margin: 0 auto
}

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

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

.table {
	margin-top: 2.5rem;
	counter-reset: table
}

@media (max-width:1024px) {
	.table {
		margin-top: 2rem
	}
}

.table__num {
	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: 4.5rem;
	height: 8rem;
	border-radius: 1.5rem;
	background-color: #5ae7fb;
	color: #4b59d1;
	font-size: 3.4rem
}

@media (max-width:1024px) {
	.table__num {
		margin: 0;
		padding: 0;
		width: 2.5rem;
		height: 4.5rem;
		border-radius: 1rem;
		font-size: 1.9rem
	}
}

.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;
	padding: 1.5rem;
	height: 10.5rem;
	border-radius: 1.5rem;
	border:1px solid transparent;
	background-color: #fff
}

.table__row:hover{
    	border:1px solid #5ae7fb;
}


@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: auto
	}
}

.table__row .btn {
	margin-left: auto
}

@media (max-width:1024px) {
	.table__row .btn {
		margin-top: 1.8rem;
		margin-right: 0;
		width: 13rem;
		height: 3.5rem
	}
}

.table__row:nth-child(1) .table__num {
	background-color: #4b59d1;
	color: #5ae7fb
}

.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: 3rem;
	width: 20rem;
	height: 8rem;
	border-radius: 2rem
}

@media (max-width:1024px) {
	.table__logo {
		margin-left: .7rem;
		width: 10rem;
		height: 4.5rem;
		border-radius: 1.2rem
	}
}

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

.table__text {
	width: 35rem;
	color: #4b59d1;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.708333333333333
}

@media (max-width:1024px) {
	.table__text {
		margin-left: 1rem;
		width: 12.5rem;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.714285714285714
	}
}

.table__rating {
	width: 33rem;
	color: #6a6fa2;
	text-align: center;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.277777777777778
}

@media (max-width:1024px) {
	.table__rating {
		margin-top: 2rem;
		width: 12rem;
		font-size: 1rem;
		line-height: 1.3
	}
}

.table__rating span {
	display: block;
	color: #4b59d1;
	font-size: 2.4rem
}

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

.title {
	margin: 0
}

.title-h1 {
	margin-bottom: .5rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 4.3rem;
	line-height: 1.674418604651163
}

@media (max-width:1024px) {
	.title-h1 {
		margin-bottom: 1rem;
		font-size: 2rem;
		line-height: 1.65
	}
}

.title-h1 span {
	color: #5ae7fb
}

.title-h2 {
	color: #4b59d1;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 3.4rem;
	line-height: 1.676470588235294
}

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