* {
	-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
}

html {
	font-size: 10px
}

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

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

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

@media (max-width:1024px) {
	html {
		font-size: 3.125vw;
		overflow-x:hidden;
	}
	
	.content h2,.content h3, .content strong {
	    margin-top:2rem;
	}
	
		.content {
		    margin-bottom:2rem;
		}
	
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	min-width: 320px;
	background: #f8f8f8;
	color: #737373;
	font-size: 1.8rem;
	font-family: Axiforma;
	line-height: 1.611111111111111
}

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

a {
	outline: 0;
	background-color: transparent;
	color: #737373;
	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: 140rem
}

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

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

.ban {
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding: 6rem 5rem;
	border-radius: 4.5rem;
	background-image: url(/images/ban.png);
	background-size: auto 100%;
	transition: all .3s ease;
	background-position: center;
	background-repeat: no-repeat;
}

.ban:hover{
    background-size: auto 125%;
}



@media (max-width:1024px) {
	.ban {
		margin-top: 3rem;
		margin-bottom: 3.5rem;
		padding: 3rem 2.5rem;
		border-radius: 2.5rem;
		background-position: center
	}
}

.ban__title {
	color: #fff;
	font-weight: 800;
	font-size: 4.8rem;
	line-height: 1.666666666666667
}

@media (max-width:1024px) {
	.ban__title {
	    font-size: 1.6rem;
		line-height: 1.65;
		margin-bottom: .5rem
	}
	
	.ban__text{
	        font-size: 1.05rem;
	}
}

.ban__text {
	color: #fff
}

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

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

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

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

.btn-red {
	border: 1px solid #de1444;
	background-color: #de1444;
	color: #fff!important
}

.btn-red:hover {
	background-color: #fff;
	color: #de1444!important
}

.btn-learn {
	margin-bottom: 4rem;
	width: 19rem
}

@media (max-width:1024px) {
	.btn-learn {
		margin-bottom: 3.5rem
	}
}

.btn-go {
	width: 25.5rem
}

@media (max-width:1024px) {
	.btn-go {
		width: 17rem
	}
}

.btn-blue {
	border: 1px solid #144dde;
	background-color: #144dde;
	color: #fff
}

.btn-blue:hover {
	background-color: #fff;
	color: #144dde
}

.btn-outline {
	border: 1px solid #de1444;
	color: #de1444
}

.btn-outline:hover {
	background-color: #de1444;
	color: #fff
}

.btn-grey {
	width: 28rem;
	border: 1px solid #ececec;
	color: #000
}

@media (max-width:1024px) {
	.btn-grey {
		width: 21.5rem
	}
}

.btn-grey:hover {
	background-color: #de1444;
	color: #fff
}

.btn-border {
	border: 1px solid #fff;
	color: #fff
}

.btn-border:hover {
	background-color: #fff;
	color: #000
}

.btn-orange {
	width: 29rem;
	height: 6rem;
	background-color: #f55800;
	color: #fff!important;
	font-size: 2rem
}

@media (max-width:1024px) {
	.btn-orange {
		width: 12rem;
		height: 3rem;
		font-size: .8rem
	}
}

.btn-orange:hover {
	background-color: #fff;
	color: #f55800!important
}

.card {
	display: block
}

.card-main {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 2rem;
	padding: 0 3rem;
	width: 20rem;
	height: 20rem;
	border: 1px solid #ececec;
	border-radius: 4.5rem;
	background: #fff
}

.card-main img{
   transition:.3s;
}

.card-main:hover img {
transform: rotate(10deg);
}



@media (max-width:1024px) {
	.card-main {
		margin: 0;
		padding: 0 .5rem;
		width: 9rem;
		height: 9rem;
		border-radius: 2rem
	}
}

.card-main .card__img {
	margin-bottom: 2.5rem;
	width: auto;
	height: 4.5rem
}

@media (max-width:1024px) {
	.card-main .card__img {
		margin-bottom: .5rem;
		height: 2rem
	}
}

.card-main .card__text {
	color: #000;
	text-align: center;
	font-weight: 600
}

@media (max-width:1024px) {
	.card-main .card__text {
		font-size: 1rem;
		line-height: 1.6
	}
}

.card-main:nth-child(2) {
	background-color: #144dde
}

.card-main:nth-child(2) .card__text {
	color: #fff
}

.card-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 3.5rem;
	padding: 2rem;
	border: 1px solid #ececec;
	border-radius: 4.5rem;
	background: #fff
}

.card-top:hover{
    
  	border: 1px solid #144dde; 
}


@media (max-width:1024px) {
	.card-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 3rem;
		width: 100%
	}

	.card-top .btn-red {
		width: 15rem
	}
}

.card-top .card__mb {
	display: none
}

@media (max-width:1024px) {
	.card-top .card__mb {
		display: block;
		margin-top: 2.5rem;
		margin-bottom: 1.5rem;
		color: #000;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.642857142857143;
		    width: 100%;
    text-align: center;
	}
}

.card-top .card__blue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 3.5rem;
	padding: 4rem 3.5rem 3rem;
	width: 22rem;
	height: 22rem;
	border: 1px solid #ececec;
	border-radius: 4.5rem;
	background-color: #144dde
}

@media (max-width:1024px) {
    .card-top .card__blue {
        margin-right: 0;
           padding: 0px 10%;
        width: 100%;
        height: 6rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
   .card__blue .btn {
    width: 12.5rem;
    height: 3.5rem;
    font-size: 1.2rem;
}
    
}

.card-top .card__rating {
	margin-bottom: 2rem;
	width: 10.5rem
}

@media (max-width:1024px) {
	.card-top .card__rating {
		width: 11rem
	}
}

.card-top .card__logo {
	margin-bottom: 2rem;
    height: 7.5rem;
}

@media (max-width:1024px) {
	.card-top .card__logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	    margin-bottom: 0px;
	       height: 4.5rem;
	}
}

.card-top .card__grey {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3.5rem;
	padding: 4rem 1rem 2rem;
	width: 22rem;
	height: 22rem;
	border: 1px solid #ececec;
	border-radius: 4.5rem;
	background-color: #ececec
}

@media (max-width:1024px) {
	.card-top .card__grey {
		margin: 0;
		padding: 3rem 0 2rem;
		width: 100%;
		    display: none;
		height: 21rem
	}
}

.card-top .card__title {
	margin-bottom: 1.5rem;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.3125
}

@media (max-width:1024px) {
	.card-top .card__title {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.285714285714286
	}
}

.card-top .card__promo {
	margin-bottom: 1.5rem;
	color: #144dde;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.277777777777778
}

@media (max-width:1024px) {
	.card-top .card__promo {
		margin-bottom: 2rem;
		font-size: 1.5rem;
		line-height: 1.4
	}
}

.card-top .card__link {
	display: block;
	margin-top: 1.5rem;
	color: #000;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.285714285714286
}

@media (max-width:1024px) {
	.card-top .card__link {
		margin-top: 2rem;
		font-size: 1.2rem
	}
}

.card-top .card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
    margin-top: 5rem;
	width: 100%;
	max-height: 15rem;
	transition: all .3s linear;
}


table{
    border:0!important;
}


@media (max-width:1024px) {
	.card-top .card__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 0;
		margin-bottom: 2.5rem;
		max-height: 20rem
	}
}

.card-top .card__content-open {
	max-height: 35rem
}

.card-top .card__item {
	position: relative;
	margin-bottom: 1rem;
	padding-right: 2rem;
	padding-left: 2.5rem;
	min-height: 4rem;
	font-size: 1.6rem;
	line-height: 1.3125
}

@media (max-width:1024px) {
	.card-top .card__item {
		margin-bottom: .5rem;
		padding-right: 0;
		padding-left: 2rem;
		min-height: auto;
		font-size: 1.15rem;
		line-height: 1.363636363636364
	}
}

.card-top .card__item:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.277777777777778
}

@media (max-width:1024px) {
	.card-top .card__item:before {
		font-size: 1.28rem
	}
}

.card-top .card__item-plus:before {
	color: #27ae60;
	content: '+'
}

.card-top .card__item-minus:before {
	color: #eb5757;
	content: '-'
}

.card-top .card__wrap {
	width: 49%
}

@media (max-width:1024px) {
	.card-top .card__wrap {
		width: 100%
	}
}

.card-top .card__more {
	position: absolute;
	bottom: -2.2rem;
	left: 50%;
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #ececec;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(/images/arrow-down.svg);
	background-position: center;
	background-size: 1.8rem;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1024px) {
	.card-top .card__more {
		bottom: -1.52rem;
		width: 3.3rem;
		height: 3.3rem;
		background-size: 1.2rem
	}
}

.card-top .card__more:hover {
	background-color: #ececec
}

.card-top .card__more-open {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg)
}

.content {
	padding-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.5625
}

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

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

@media (max-width:1024px) {
	.content p {
		margin-bottom: 2rem;
		    font-size: 1.1rem;
	}
		.content li {
		     font-size: 1.1rem; 
		}
		
}

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

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

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content strong {
	margin: 0;
	margin-bottom: 2rem;
		margin-top:2rem;
	color: #000;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.636363636363636
}

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

.content__quote {
	margin-bottom: 2.5rem;
	padding-left: 2rem;
	border-left: 4px solid #144dde;
	color: #000;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.636363636363636
}

@media (max-width:1024px) {
	.content__quote {
		padding-left: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.625
	}
}

.content__img {
	width: 100%
}

.content__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	color: #000!important;
	text-decoration: none!important;
	font-weight: 600
}

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

.content__link span {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 2.5rem;
	width: 5rem;
	height: 5rem;
	border-radius: 1.6rem;
	background-color: #144dde;
	background-image: url(/images/arrow-right.svg);
	background-position: center;
	background-size: 1.8rem;
	background-repeat: no-repeat
}

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

.content__italic {
	margin-top: 3rem;
	margin-bottom: 6rem;
	text-align: center;
	font-style: italic;
	font-size: 1.6rem;
	line-height: 1.5625
}

@media (max-width:1024px) {
	.content__italic {
		margin: 2rem 0;
		font-size: 1rem;
		line-height: 1.6
	}
}

.content__join {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.5rem;
	padding: 2rem;
	width: 95%;
	height: 7rem;
	border-radius: 2.3rem;
	background-color: #ececec;
	color: #000;
	font-weight: 700;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.content__join {
		margin-top: 1.5rem;
		padding: .5rem 0 .5rem .8rem;
		width: 100%;
		height: 3rem;
		border-radius: 1rem;
		font-size: 1rem
	}
}

.content__join img {
	margin-right: 2rem;
	height: 3.5rem
}

@media (max-width:1024px) {
	.content__join img {
		margin-right: 1rem;
		height: 2rem
	}
}

.content__join:before {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 1.5rem;
	background-color: #144dde;
	background-image: url(/images/arrow-right.svg);
	background-position: center;
	background-size: 1.2rem;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:1024px) {
	.content__join:before {
		right: 0;
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
		background-size: 1rem
	}
}

.content__join:hover {
	color: #de1444
}

.content__join:hover:before {
	background-color: #de1444
}

.facts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3rem 3.5rem;
	height: 21rem;
	border: 1px solid #ececec;
	border-radius: 2.3rem;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.3125
}

@media (max-width:1024px) {
	.facts {
		padding: 2.5rem;
		height: 26.5rem;
		font-size: 1.2rem;
		line-height: 1.333333333333333
	}
}

.facts-open {
	height: auto
}

.facts__item {
	margin-bottom: 2rem;
	width: 50%
}

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

.facts__item span {
	font-weight: 600
}

.facts__item a {
	color: #de1444
}

.facts__more {
	position: absolute;
	bottom: -2.2rem;
	left: 50%;
	width: 4.5rem;
	height: 4.5rem;
	border: 1px solid #ececec;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(/images/arrow-down.svg);
	background-position: center;
	background-size: 1.8rem;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width:1024px) {
	.facts__more {
		width: 3.3rem;
		bottom: -1.52rem;
		height: 3.3rem;
		background-size: 1.2rem
	}
}

.facts__more:hover {
	background-color: #ececec
}

.facts__more-open {
	-webkit-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg)
}

.faq {
	padding: 6rem 3.5rem 4rem;
	border-radius: 2.3rem;
	background-color: #144dde
}

@media (max-width:1024px) {
	.faq {
		padding: 3rem 1rem 2rem
	}
}

.faq__title {
	margin-bottom: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.638888888888889
}

@media (max-width:1024px) {
	.faq__title {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.625
	}
}

.faq__subtitle {
	margin-bottom: 6rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5625
}

@media (max-width:1024px) {
	.faq__subtitle {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		line-height: 1.571428571428571
	}
}

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

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

.faq__item {
    margin-bottom: 1rem;
    border-radius: 1.7rem;
    background-color: #ececec;
}

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

.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: 2.5rem;
	height: 4.7rem;
	border-radius: 1.7rem;
	background-color: #fff;
	color: #000;
	cursor: pointer
}


.faq__head:hover {
        color: #de1444;
}

@media (max-width:1024px) {
	.faq__head {
		padding-right: 4rem;
		padding-left: 1.3rem;
		height: 3rem;
		border-radius: 1rem;
		font-size: 1rem
	}
}

.faq__head:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4.7rem;
	height: 4.7rem;
	border-radius: 1.7rem;
	background-color: #000;
	background-image: url(/images/arrow-white.svg);
	background-position: center;
	background-size: 1.7rem;
	background-repeat: no-repeat;
	    transition: .2s;
	content: ''
}

@media (max-width:1024px) {
	.faq__head:before {
		width: 3rem;
		height: 3rem;
		border-radius: 1rem;
		background-size: 1rem
	}
}

.faq__head-open {
	color: #de1444
}

.faq__head-open:before {
	background-color: #de1444;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.faq__content {
	display: none;
	padding: 2rem 2.5rem;
	font-size: 1.6rem;
	line-height: 1.5625
}

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

.footer {
	background-color: #000;
	position: relative
}

.footer__top {
	padding: 3.5rem 0;
	border-bottom: 1px solid #4f4f4f
}

@media (max-width:1024px) {
	.footer__top {
		border-bottom: 0;
		padding: 3rem 0 1.5rem
	}
	.footer__top .flex {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.footer__logo {
	width: 14.5rem
}

@media (max-width:1024px) {
	.footer__logo {
		width: 10rem
	}
}

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

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

.footer__link {
	margin-left: 4.5rem;
	color: #fff;
	font-weight: 600
}

@media (max-width:1024px) {
	.footer__link {
		display: block;
		margin: 0;
		margin-bottom: 1rem;
		font-size: 1.2rem;
		line-height: 1.666666666666667
	}
}

.footer__link:hover {
	color: #144dde
}

.footer__content {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%
}

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

.footer__title {
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 3.5625
}

.footer__text {
	color: #ececec;
	font-size: 1.4rem;
	line-height: 1.571428571428571
}

.footer__copy {
	margin-top: 4.5rem;
	color: #737373;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.583333333333333
}

@media (max-width:1024px) {
	.footer__copy {
		font-size: 1rem;
		line-height: 1.6;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-top: 0
	}
}

.footer__img {
	margin-right: 6rem;

	height: 3.5rem
}

@media (max-width:1024px) {
	.footer__img {
		margin-right: 0;
		margin-bottom: 1.3rem;
		height: 2rem
	}
}

.footer__bottom {
	padding-top: 2rem;
	padding-bottom: 3.5rem
}

@media (max-width:1024px) {
	.footer__bottom {
		padding: 0;
		border-top: 1px solid #4f4f4f
	}
}

@media (max-width:1024px) {
	.footer__images {
		display: block;
		position: absolute;
		left: 15px;
		top: 7rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
}

.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: 12rem;
	border-bottom: 1px solid #ececec
}

@media (max-width:1024px) {
	.header .container {
		-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;
		height: 10rem
	}
}

.header__logo {
	width: 20.5rem
}

@media (max-width:1024px) {
	.header__logo {
		margin-bottom: 2rem;
		width: 10.5rem
	}
}

.header__logo img {
	width: 100%
}

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

.header__link {
	margin-left: 3rem;
	color: #000;
	font-weight: 600
}

@media (max-width:1024px) {
	.header__link {
		margin: 0 1rem;
		font-size: 1.25rem;
		    white-space: nowrap;
		    
	}
	
	
	.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: scroll;
    padding-bottom:1rem;
}


	
	
}

.header__link-active {
	color: #144dde
}

.header__link:hover {
	color: #144dde
}

.info {
	padding: 3.5rem;
	border-radius: 2.3rem;
	background-color: #ececec
}

@media (max-width:1024px) {
	.info {
		padding: 3rem 2rem
	}
}

.info__row {
	margin-bottom: 1.6rem;
	color: #000;
	font-size: 1.6rem;
	line-height: .9375
}

@media (max-width:1024px) {
	.info__row {
		margin-bottom: 1.7rem;
		font-size: 1.2rem;
		line-height: 1.333333333333333
	}
}

.info__row:last-child {
	margin-bottom: .8rem
}

.info__row span {
	font-weight: 600
}

.info__item {
	position: relative;
	margin-bottom: 1rem;
	padding-right: 2rem;
	padding-left: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.3125
}

@media (max-width:1024px) {
	.info__item {
		margin-bottom: 1.5rem;
		padding-right: 0;
		font-size: 1.2rem;
		line-height: 1.333333333333333
	}
}

.info__item:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.277777777777778
}

.info__item-plus:before {
	color: #27ae60;
	content: '+'
}

.info__item-minus:before {
	color: #eb5757;
	content: '-'
}

.info__rating {
	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;
	margin-bottom: .5rem;
	padding: 0 1.5rem 0 2.3rem;
	height: 4rem;
	border: 1px solid #ececec;
	border-radius: 1.4rem;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.info__rating {
		margin: 0;
		padding: 0 1rem 0 1.5rem;
		height: 3rem;
		border-radius: 1rem;
		font-size: 1rem;
		line-height: 1.4
	}
}

.info__rating:first-child {
	margin-top: 1rem
}

.info__rating .flex {
	width: auto
}

.info__total {
	margin-left: 3rem;
	color: #737373
}

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

.info__star {
	margin-right: .5rem;
	width: 1.7rem
}

@media (max-width:1024px) {
	.info__star {
		margin-right: .3rem;
		width: .9rem
	}
}

.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5rem;
	padding: 5rem 4.5rem;
	border-radius: 4.5rem;
	background-color: #144dde
}

@media (max-width:1024px) {
	.item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2.5rem 3rem 2rem;
		border-radius: 2.5rem
	}
	.item .flex .item__title {
		margin-bottom: 1rem;
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.666666666666667
	}
}

.item__logo {
	margin-bottom: 3rem;
	height: 7rem
}

@media (max-width:1024px) {
	.item__logo {
		margin: 0 auto;
		margin-bottom: .5rem;
		height: 2.5rem
	}
}

.item__title {
	margin-right: 2rem;
	color: #fff;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.666666666666667
}

@media (max-width:1024px) {
	.item__title {
		margin-right: 0;
		margin-bottom: .5rem;
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.681818181818182
	}
}

.item__star {
	margin-right: .8rem;
	width: 3rem
}

@media (max-width:1024px) {
	.item__star {
		margin-right: .5rem;
		margin-bottom: 3.5rem;
		width: 1.8rem
	}
}

.item__promo {
	width: 43rem;
	color: #fff;
	font-weight: 800;
	font-size: 4.8rem;
	line-height: 1.333333333333333
}

@media (max-width:1024px) {
	.item__promo {
		margin-bottom: 1.5rem;
		width: 100%;
		font-size: 2.9rem;
		line-height: 1.344827586206897
	}
}

.item .btn {
	margin-bottom: 1rem;
	width: 22.5rem
}

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

.item>div {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1024px) {
	.item>div {
		width: 100%
	}
}

.item>div:first-child {
	width: 65rem
}

@media (max-width:1024px) {
	.item>div:first-child {
		width: 100%
	}
}

.main {
	margin-top: 6rem
}

@media (max-width:1024px) {
	.main {
		margin-top: 3rem;
		margin-bottom: 2.5rem;
		border-bottom: 1px solid #ececec
	}
	.main .justify-end {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 3rem
	}
}

.main .container {
	border-bottom: 1px solid #ececec;
	margin-bottom: 4.5rem;
	padding-bottom: 6rem
}

@media (max-width:1024px) {
	.main .container {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0
	}
}

.main__content {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 69rem
}

@media (max-width:1024px) {
	.main__content {
		width: 100%;
		margin-bottom: 2rem
	}
}

.main__content p {
	margin: 0;
font-size: 1.45rem;
}

.nav {
	padding: 3.5rem 3rem .5rem;
	border-radius: 2.3rem;
	background-color: #ececec
}

@media (max-width:1024px) {
	.nav {
		padding: 2rem 2rem .5rem
	}
}

.nav__title {
	margin-bottom: 1rem;
	color: #000;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.636363636363636
}

@media (max-width:1024px) {
	.nav__title {
		margin-bottom: 1rem;
		font-size: 1.4rem;
		line-height: 1.642857142857143
	}
}

.nav__title-blue {
	margin-top: 5rem;
	color: #144dde
}

@media (max-width:1024px) {
	.nav__title-blue {
		margin-top: 4rem;
		font-size: 1.2rem;
		line-height: 1.666666666666667
	}
}

.nav__title-blue:first-child {
	margin-top: 0
}

.nav__text {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.5625
}

@media (max-width:1024px) {
	.nav__text {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
		line-height: 1.583333333333333
	}
	
	.card__sticky h2{
	    display:none;
	}
	
	.main__content p {
    font-size:1rem;
    }
	
}

.nav__text-bold {
	color: #000;
	font-weight: 600
}

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

.nav__text-one {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.nav__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.2rem;
	padding-left: 2.5rem;
	width: 100%;
	height: 4.8rem;
	border-radius: 1.5rem;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.nav__link {
		margin-bottom: .5rem;
		padding-right: 4rem;
		padding-left: 1rem;
		height: 3rem;
		border-radius: 1rem;
		font-size: 1rem
	}
}

.nav__link:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4.5rem;
	border-radius: 1.5rem;
	background-color: #144dde;
	background-image: url(/images/arrow-right.svg);
	background-position: center;
	background-size: 1.2rem;
	background-repeat: no-repeat;
	content: '';
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:1024px) {
	.nav__link:before {
		width: 3rem;
		border-radius: 1rem;
		background-size: 1rem
	}
}

.nav__link:hover {
	color: #de1444
}

.nav__link:hover:before {
	background-color: #de1444
}

.review {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 2.5rem;
	border-radius: 2.3rem;
	background-color: #ececec
}

@media (max-width:1024px) {
	.review {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 5rem;
		padding: 2rem
	}
}

.review__photo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2rem;
	width: 6rem;
	border-radius: 50%
}

@media (max-width:1024px) {
	.review__photo {
		margin-right: 1.5rem;
		margin-bottom: 1.5rem;
		width: 5rem
	}
}

.review__title {
	color: #144dde;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.65
}

@media (max-width:1024px) {
	.review__title {
		position: absolute;
		top: 3rem;
		left: 8.5rem;
		font-size: 1.6rem;
		line-height: 1.625
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.2rem;
	height: 8.5rem;
	border: 1px solid #ececec;
	border-radius: 2.3rem;
	background-color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.625
}

.row:hover {
  	border: 1px solid #144dde;  
}

@media (max-width:1024px) {
	.row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 1rem;
		padding: 2rem;
		    height: auto;
		font-size: 1.3rem
	}
	.row:nth-child(n+4) {
		display: none
	}
}

.row>div:nth-child(1) {
	width: 11rem
}

@media (max-width:1024px) {
	.row>div:nth-child(1) {
		width: 10%
	}
}

.row>div:nth-child(2) {
	padding-left: 1.5rem;
	width: 25.5rem
}

@media (max-width:1024px) {
	.row>div:nth-child(2) {
		padding-left: 0.5rem;
		width: 55%;
		display:flex;
		justify-content: space-evenly
	}
}

.row>div:nth-child(3) {
	width: 70rem
}

@media (max-width:1024px) {
.row>div:nth-child(3) {
    width: 35%;
}
}

.row>div:nth-child(4) {
	padding-right: 2rem;
	width: 33.5rem
}

@media (max-width:1024px) {
	.row>div:nth-child(4) {
		padding: 0;
		width: 100%
	}
	.row>div:nth-child(4) .btn {
		width: 12rem
	}
}

.row__num {
	color: #144dde
}

.row__num:before {
	content: counter(table);
	counter-increment: table;
	font-weight: 700
}

.row__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

.row__logo img {
    margin-right: 1rem;
    height: auto;
    max-width: 60px;
}

@media (max-width:1024px) {
	.row__logo img {
		height: 2.8rem
	}
}

.row__text {
	color: #de1444
}

.footer__images{
        justify-content: center;
}


@media (max-width:1024px) {
	.row__text {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
		font-size: 1.1rem
	}
}

.row__text-bonus {
	color: #000
}

.row__text-bonus span {
	color: #de1444
}

.row__text-bonus span:nth-child(2) {
	color: #144dde
}

.screen {
	width: 21rem;
	text-align: center;
	font-weight: 500;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.571428571428571
}

@media (max-width:1024px) {
	.screen {
		margin-bottom: 1rem;
		width: 14rem;
		font-size: 1rem;
		line-height: 1.6
	}
}

.screen img {
	margin-bottom: 1rem;
	width: 100%;
	border-radius: 2.3rem
}

.section-best {
	padding-top: 4rem
}

@media (max-width:1024px) {
	.section-best {
		padding-top: 2rem
	}
}

.section-top {
	margin-bottom: 7.5rem;
	padding-top: 7.5rem
}

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

.section-top .container {
	padding-bottom: 3.5rem;
	border-bottom: 1px solid #ececec
}

.section__img {
	margin-bottom: 7.5rem;
	padding: 3rem;
	width: 100%;
	height: 20rem;
	border-radius: 2.3rem;
	background-image: url(/images/ourtop.png);
	background-position: left;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.section__img:hover{
    -webkit-background-size: auto 115%;
    background-size: auto 115%;
}

@media (max-width:1024px) {
	.section__img {
		margin-bottom: 3.5rem;
		padding: 1rem 1.5rem;
		height: 8rem;
		border-radius: .9rem
	}
}

.section__title {
	margin-bottom: 1.5rem;
	color: #fff;
	font-weight: 700;
	font-size: 3.9rem;
	line-height: 1.685714285714286
}

@media (max-width:1024px) {
	.section__title {
		margin-bottom: .5rem;
		font-size: 1.6rem
	}
}

.section__title-min {
	font-size: 3.5rem
}

@media (max-width:1024px) {
	.section__title-min {
		margin-bottom: .5rem;
		font-size: 1.6rem
	}
}

.section-rating {
	padding-bottom: 4.5rem
}

@media (max-width:1024px) {
	.section-rating {
		padding-bottom: 2rem
	}
}

.section-description {
	padding-bottom: 3.5rem
}

@media (max-width:1024px) {
	.section-description {
		padding-bottom: 4rem
	}
}

.section-faq {
	padding-bottom: 7rem
}

@media (max-width:1024px) {
	.section-faq {
		padding-bottom: 4rem
	}
}

.section-content {
	padding-bottom: 2.5rem
}

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

.section-find {
	padding-bottom: 6.5rem
}

@media (max-width:1024px) {
	.section-find {
		padding-bottom: 3.5rem
	}
}

.section-find .container {
	padding-bottom: 3.5rem;
	border-bottom: 1px solid #ececec
}

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

.section-page {
	margin-bottom: 7.5rem
}

@media (max-width:1024px) {
	.section-page {
		margin-bottom: 4rem
	}
}

.section-page .container {
	padding-bottom: 6rem;
	border-bottom: 1px solid #ececec
}

@media (max-width:1024px) {
	.section-page .container {
		padding-bottom: 0;
		border-bottom: 0
	}
}

.section-end {
	padding-bottom: 2.5rem
}

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

.section-item {
	margin-top: 4rem
}

@media (max-width:1024px) {
	.section-item {
		margin-top: 3rem
	}
}

.section-info {
	padding-top: 7.5rem;
	padding-bottom: 5rem
}

@media (max-width:1024px) {
	.section-info {
		padding-top: 5.5rem
	}
}

.section-info .container {
	padding-bottom: 4.5rem;
	border-bottom: 1px solid #ececec
}

@media (max-width:1024px) {
	.section-info .container {
		padding-bottom: 1.5rem;
		border-bottom: 0
	}
}

.section-screen {
	padding-bottom: 8.5rem
}

@media (max-width:1024px) {
	.section-screen {
		padding-bottom: 4.5rem
	}
}

.table {
	margin-bottom: 3rem;
	counter-reset: table
}

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

.table__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 1.2rem;
	height: 7rem;
	border-radius: 2.3rem;
	background: #ececec
}

@media (max-width:1024px) {
	.table__head {
		margin-bottom: 1rem;
	    height: 4rem;
	    display: none;
	}
}

.table__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #144dde;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.table__title {
		font-size: 1.2rem
	}
	
	.table__title:nth-child(1) {
    width: 11rem;
    color: #de1444;
    text-align: left;
    padding-left: 2rem;
}
}

.table__title:nth-child(1) {
	width: 11rem;
	color: #de1444
}

.table__title:nth-child(2) {
	width: 23.5rem
}

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

.table__title:nth-child(3) {
	width: 39.5rem
}

@media (max-width:1024px) {
	.table__title:nth-child(3) {
		width: 20rem
	}
}

.table__title:nth-child(4) {
	width: 22.5rem
}

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

.table__title:nth-child(5) {
	width: 51.5rem
}

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

.table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin-bottom: 1.2rem;
	height: 8.5rem;
	border: 1px solid #ececec;
	border-radius: 2.3rem;
	background-color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.625
}


.table__row:hover{
 	border: 1px solid #144dde;   
}


@media (max-width:1024px) {
	.table__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2rem;
	    height: auto;
	}
	.table__row:nth-child(n+4) {
		display: none
	}
}

.table__row>div:nth-child(1) {
	width: 11rem;
	font-size: 2.2rem;
}

@media (max-width:1024px) {
	.table__row>div:nth-child(1) {
		width: 1rem
	}
}

.table__row>div:nth-child(2) {
padding-left: 5rem;
	width: 25.5rem
}

@media (max-width:1024px) {
.table__row>div:nth-child(2) {
    padding-left: 2.5rem;
    width: 19.5rem;
    display: flex;
    justify-content: space-between;
}
}

.table__row>div:nth-child(3) {
	width: 35.5rem
}

@media (max-width:1024px) {
	.table__row>div:nth-child(3) {
		width: 13rem
	}
}

.table__row>div:nth-child(4) {
	width: 26.5rem
}

@media (max-width:1024px) {
	.table__row>div:nth-child(4) {
		width: 11rem
	}
}

.table__row>div:nth-child(5) {
	padding-right: 2rem;
	padding-left: 8rem;
	width: 41.5rem
}

@media (max-width:1024px) {
	.table__row>div:nth-child(5) {
		padding: 0;
		width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.table__row>div:nth-child(5) .btn {
		width: 12rem
	}
}

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

.table__num {
	color: #144dde
}

@media (max-width:1024px) {
	.table__num {
		font-size: 1.3rem
	}
}

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

.table__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000
}

@media (max-width:1024px) {
	.table__logo {
		font-size: 1.3rem
	}
}

.table__logo img {
    margin-right: 1rem;
    height: auto;
    max-width: 60px;
}

@media (max-width:1024px) {
.table__logo img {
    height: 4.8rem;
    max-width: 100%;
}
}

.table__text {
	color: #000
}

@media (max-width:1024px) {
	.table__text {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
		text-align: left;
		font-size: 1.1rem
	}
}

.table__text span {
	color: #de1444
}

.table__text span:nth-child(2) {
	color: #144dde
}

.table-page .table__row:nth-child(n+5) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

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

.table-page .table__row:nth-child(n+11) {
	display: none
}

.title {
	margin: 0;
	color: #000;
	font-weight: 700
}

.title a {
	color: #de1444;
	text-decoration: underline
}

.title span {
	color: #144dde
}

.title-h1 {
	margin-bottom: 1rem;
	font-size: 4.8rem;
    line-height: 1.145833333333333;
}



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

.title-h2 {
	font-size: 3.5rem;
	line-height: 1.685714285714286
}

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

.title-h3 {
	font-size: 2.2rem;
	line-height: 1.636363636363636
}

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

.card-top .card__blue img{
    transition:.3s;
}

.card-top .card__blue:hover img{
    transform:scale(1.1);
    
}

.sticky{
    display: flex;
    position: relative;
}

.sticky .content{
    padding-right: 5rem;
}
.sticky .card-top{
    margin-bottom: 1.5rem;
}
.sticky .card-top .card__blue{
    margin: 0;
}

.card__sticky-wrap{
    width: max-content;
    position: relative;
    flex-shrink: 0;
}
.card__sticky{
    position: sticky;
    top: 0;
    
}
@media (min-width: 1025px){
    .card__sticky{
        position: sticky;
        top: 20px!important;
        
    }
}


.nav .faq__item{
    width:100%;
}

@media (max-width: 1024px){
    .card__sticky-wrap{
        width: 0;
    }
    
    .sticky {

    max-width: 100%;
}

.content table {
    border: 0!important;
    max-width: 100%;
    overflow: scroll;
    display: block;
}

    
    .sticky .content{
        padding: 0;
            max-width: 100%;
    }
    .card__sticky{
        display: none;
        overflow-x: scroll;
        position: fixed;
        bottom: 0;
        top: auto!important;
        z-index: 1000;
        background: #144dde;
        left: 0;
        right: 0;
        padding: .5rem 1rem;
    }
    .card__sticky.active{
        display: flex;
    }
    .sticky .card-top {
          padding: .1rem;
        margin: 0;
        width: max-content;
        margin-right: 1rem;
    }
    .sticky .card-top .card__blue{
        display: flex;
        flex-direction: row;
    justify-content: center;
    width: max-content;
    padding: 1rem;
    height: auto;
    }
    
    .sticky .card-top .card__logo{
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .sticky .card-top .card__rating{
        display: none;
    }
}


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

.content figure{
    margin: 0;
}