* {
	-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: 9px
}

@media (max-width:1320px) {
	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: #1b1b1b;
	font-size: 1.8rem;
	font-family: Axiforma;
	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: 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
}

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

.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: 27rem;
	height: 6.5rem;
	border-radius: 1.5rem;
	text-decoration: none!important;
	font-weight: 600;
	font-size: 2rem
}

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

.btn-blue {
	background-color: #4363ff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.btn-blue:hover {
	-webkit-box-shadow: 0 1rem 3.6rem rgba(79, 105, 240, .52);
	box-shadow: 0 1rem 3.6rem rgba(79, 105, 240, .52)
}

@media (max-width:1024px) {
	.btn-blue:hover {
		-webkit-box-shadow: 0 .5rem 1.8rem rgba(79, 105, 240, .52);
		box-shadow: 0 .5rem 1.8rem rgba(79, 105, 240, .52)
	}
}

.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: #4363ff;
	-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 {
	margin: 0 auto;
	margin-top: 5rem;
	margin-bottom: 6.5rem;
	width: 48rem
}

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

.card-item {
	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: 1rem;
	padding: 1.5rem 2rem;
	border-radius: 1.5rem;
	background-color: #f2f3f4;
	border:1px solid transparent;
}
.card-item:hover{
    	border:1px solid #4363ff;
}


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

.card-item .card__logo {
	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: 12rem;
	height: 7rem;
	border-radius: 1.5rem;
	background-color: #fff
}

@media (max-width:1024px) {
	.card-item .card__logo {
		width: 7rem;
		height: 4rem
	}
}

.card-item .card__logo img {
	width: 90%;
	height: auto
}

.card-item .card__text {
	margin: 0 1.5rem;
	width: 600px;
	font-size: 1.6rem;
	line-height: 1.5
}

@media (max-width:1024px) {
	.card-item .card__text {
		margin: 0 1rem;
		font-size: 1rem;
		line-height: 1.4
	}
}

.card-item .card__text span {
	color: #4363ff
}

.card-item .btn {
	width: 11.5rem
}

@media (max-width:1024px) {
	.card-item .btn {
		width: 7rem;
		height: 4rem
	}
}

.content {
	padding-right: 0;
	color: #929298;
	font-size: 1.8rem;
	line-height: 1.5
}

@media (max-width:1024px) {
	.content {
		font-size: 1.2rem;
		line-height: 1.5;
		padding-right: 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 a {
	color: $red;
	text-decoration: underline
}

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

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content strong {
	margin-top: 5rem;
	margin-bottom: 3.5rem;
	color: #212125;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.472222222222222
}

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

.content__left {
	width: 95.5rem
}

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

.content__right {
	position: relative;
	padding-top: 2rem;
	width: 34rem
}

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

.footer {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 6rem;
	background-color: #18182c
}

@media (max-width:1024px) {
	.footer {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.footer .container .flex>div {
		width: 100%
	}
}

.footer__img {
	width: 37rem
}

@media (max-width:1024px) {
	.footer__img {
		width: 13.5rem
	}
}

.footer__logo {
	display: block;
	margin-bottom: 2.5rem;
  height: auto;
    width: 15rem;
}

@media (max-width:1024px) {
.footer__logo {
    margin-bottom: 2rem;
    width: 10rem;
    height: auto;
    margin: auto;
    margin-bottom: 2rem;
}
}






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

@media (max-width:1024px) {
	.footer__menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	    justify-content: space-around;
		margin-bottom: .5rem;
		width: 100%
	}
}

.footer__link {
	margin-right: 2.7rem;
	color: #fff;
	white-space: nowrap;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.1875
}

@media (max-width:1024px) {
	.footer__link {
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 1.571428571428571
	}
}

.footer__text {
	margin-top: 1rem;
	padding-left: 5rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5
}

@media (max-width:1024px) {
	.footer__text {
		padding-left: 0;
		font-size: 1rem;
		    text-align: center;
		line-height: 1.5
	}
}

.header {
	position: relative;
	padding-top: 1rem
}

@media (max-width:1024px) {
	.header {
		padding-top: 0
	}
}

.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;
	padding: 0 4rem;
	height: 8rem;
	border-radius: 1.5rem;
	background-color: #f2f3f4
}

@media (max-width:1024px) {
	.header .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 6.2rem;
		border-radius: 0;
		padding: 0 15px
	}
}

.header__logo {
    height: auto;
    width: 15rem;
}

@media (max-width:1024px) {
	.header__logo {
	    height: auto;
    width: 10rem;
	}
}

.header__logo img {
	height: 100%
}

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

@media (max-width:1024px) {
	.header__menu {
		position: absolute;
		top: 6.2rem;
		right: 0;
		left: 0;
		z-index: 100;
		display: block;
		visibility: hidden;
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 15px;
		background-color: #f2f3f4;
		opacity: 0;
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content
	}
}

@media (max-width:1024px) {
	.header__menu.menu-show {
		visibility: visible;
		opacity: 1
	}
}

.header__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3rem;
	height: 100%;
	color: #000;
	font-weight: 600;
	font-size: 1.8rem
}

@media (max-width:1024px) {
	.header__link {
		margin: 0;
		margin-bottom: 1.5rem;
		height:auto;
		font-size: 1.3rem;
		line-height: 1.692307692307692
	}
	
	.header__link:last-child{
	    margin-bottom:0;
	}
}

.header__link:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: .2rem;
	height: 1.2rem;
	background-color: #4363ff;
	content: '';
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

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

.header__link-active,
.header__link:hover {
	color: #4363ff
}

.header__link-active:before,
.header__link:hover:before {
	opacity: 1
}

.header__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 2rem
}

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

.header__more span {
	margin-left: .5rem;
	width: .55rem;
	height: .55rem;
	border-radius: 50%
}

.header__more span:first-child {
	background-color: $red
}

.header__more span:nth-child(2) {
	background-color: $green
}

.header__more span:last-child {
	background-color: $yellow
}

.main {
	margin-top: 6rem
}

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

.main__title {
	margin: 0;
	margin-bottom: 5rem;
	color: #18182c;
	font-size: 6.4rem;
	line-height: 1.40625
}

.main__title br{
    display:none;
}

@media (max-width:1024px) {
	.main__title {
		margin-bottom: 0;
		font-size: 2rem;
		line-height: 1.45
	}
}

.main__title span {
	position: relative;
	margin-left: 3rem;

}

.main__title span:before {
	position: absolute;
	top: -4.5rem;
	left: -4rem;
	z-index: -1;
	width: 47rem;
	height: 15rem;
	background-image: url(/images/border.svg);
	background-size: 100% 100%;
	content: ''
}

@media (max-width:1024px) {
	.main__title span:before {
		top: -1.5rem;
		left: -1rem;
		width: 15rem;
		height: 4.5rem;
		display:none;
	}
	
	.main__title span {
    position: relative;
    margin-left: 0rem;
}
}

.main .content {
	margin-bottom: 6rem
}

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

.section-one {
	padding-bottom: 4rem
}

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

.table {
	margin-bottom: 6rem
}

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

.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.4rem;
	height: 4.7rem;
	border-radius: 1.5rem;
	background-color: #18182c;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem
}

@media (max-width:1024px) {
	.table__head {
		margin-top: 2.5rem;
		margin-bottom: .7rem;
		height: 2.5rem;
		border-radius: .7rem;
		font-size: .8rem
	}
}

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

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

@media (max-width:1024px) {
	.table__item:nth-child(1) {
		width: 12rem
	}
}

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

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

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

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

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

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

.table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	height: 10rem;
	border-radius: 1.5rem;
	background-color: #f2f3f4;
	border:1px solid transparent;
}


.table__row:hover{
    	border:1px solid #4363ff;
    
}

.content.content_wild p,
.content.content_wild li {
    font-size:1.5rem;
}


@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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.5rem;
		padding: 1rem;
		height: 12rem
	}
	.table__row .btn {
		margin-top: .8rem;
		width: 100%
	}
}

.table__logo {
	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;
	overflow: hidden;
	width: 32.5rem;
	height: 100%;
	border-radius: 1.5rem;
	background-color: #fff
}

@media (max-width:1024px) {
	.table__logo {
		width: 10.5rem;
		height: 5.3rem
	}
}

.table__logo img {
	width: auto;
	height: 7rem
}

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

.table__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.2
}

@media (max-width:1024px) {
	.table__title {
		margin-bottom: .5rem;
		font-size: 1.2rem;
		line-height: 1.25
	}
}

.table__rating {
	width: 34rem
}

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

.table__rating img {
	margin: 0 auto;
	width: 15rem;
	height: auto
}

.table__bonus {
	padding-right: 9rem;
	width: 42rem;
	color: #4363ff;
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4
}

@media (max-width:1024px) {
	.table__bonus {
		padding: 0;
		width: 16rem;
		font-size: 1rem;
		line-height: 1.4
	}
}

.table__bonus span {
	display: block;
	color: #18182c
}

.title {
	margin: 0
}

.title-h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.277777777777778
}

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

.title-h2 span {
	position: relative;
	margin-right: -.5rem;
	padding-right: .5rem;
	padding-left: .7rem;
	background-color: $yellow
}

.content_wild {
	padding-right: 0rem;
}

.footer__link:hover {
	color: #4363ff;
}

.table__logo img {
	transition: all .3s ease;
}

.table__logo:hover>img {
	height: 8rem;
}

@media (max-width:1024px) {
	.table__logo:hover>img {
		height: 2.5rem;
	}
	
	.content.content_wild p, .content.content_wild li{
	    font-size:1rem;
	}
	
}