@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

*,
*:before,
*:after,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	font-family: 'Open Sans', sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	min-width: 320px;
	background: #FBFAFB url(../images/bg.png) no-repeat top center;
	background-size: cover;
	max-width: 100%;
	position: relative;
	height: 100%;
	color: #000;
}

a,
img {
	outline: none;
}

img,
svg {
	max-width: 100%;
	vertical-align: top;
}

iframe {
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

a:hover {
	text-decoration: none
}

a:focus,
a:active {
	text-decoration: none
}


@media (max-width: 959px) {
	body {
		background: #00ACC1;
	}
}

.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: inherit;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 24px;
	background: #E98275;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14);
	border-radius: 4px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	min-width: 240px;
}

.btn:hover {
	background-color: #CC7266;
}

.btn--border {
	background: none;
	border: 2px solid #fff;
	border-radius: 25px;
	min-width: 1px;
}

.btn--border:hover {
	background: rgba(255, 255, 255, .1);
}

.btn--dark {
	background: #181932;
	border-radius: 22px;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	padding: 14px 19px;
	min-width: 1px;
}

.btn--dark:hover {
	background: #15161A;
}

.btn--icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn__icon {
	position: relative;
	top: 2px;
}

.btn--dark .btn__icon {
	top: 3px;
}

.btn__text+.btn__icon {
	margin-left: 10px;
}

.btn__icon+.btn__text {
	margin-left: 5px;
}

.ftr {
	position: relative;
}

.ftr__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ftr__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	background: #FFFFFF;
	border: 1px solid rgba(151, 151, 151, 0.12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	margin-right: 10px;
	padding: 38px 40px 50px;
}

.ftr__col:last-child {
	margin-right: 0;
}

.ftr__title {
	position: relative;
	text-align: center;
}

.ftr__button {
	text-align: center;
	margin-top: 35px;
}

.ftr__button:last-child {
	margin-top: 60px;
}

.ftr__list {
	margin-top: 50px;
}

.ftr__handler {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
	-webkit-appearance: none;
	outline: none;
}


@media (max-width: 1399px) {
	.ftr__col {
		padding: 35px 30px 30px;
	}

	.ftr__button {
		margin-top: 31px;
	}

	.ftr__button:last-child {
		margin-top: 30px;
	}

	.ftr__list {
		margin-top: 33px;
	}
}

@media (max-width: 959px) {
	.ftr__col {
		padding: 15px 17px 55px;
		border-radius: 5px;
	}

	.ftr__button {
		display: none;
	}

	.ftr__button:last-child {
		display: block;
	}

	.ftr__list {
		margin-top: 20px;
	}
}

@media (max-width: 639px) {
	.ftr__row {
		display: block;
	}

	.ftr__col {
		margin-right: 0;
		margin-top: 10px;
		padding-bottom: 30px;
	}

	.ftr__button:last-child {
		margin-top: 35px;
	}

	.ftr__title {
		text-align: left;
	}

	.ftr__handler {
		display: block;
		width: 100%;
	}

	.ftr__title span {
		display: block;
		position: relative;
		padding-right: 27px;
	}

	.ftr__title span:before {
		content: '';
		position: absolute;
		top: 0;
		right: 5px;
		width: 13px;
		height: 13px;
		border-top: 3px solid #000;
		border-left: 3px solid #000;
		border-radius: 2px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		-webkit-transition: transform .3s;
		transition: transform .3s;
	}

	.ftr__col--toggle .ftr__title span:before {
		top: 5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.ftr__col--toggle .ftr__list {
		display: none;
	}
}

.ftr-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.ftr-list:first-child {
	margin-top: 0;
}

.ftr-list__item {
	width: 48%;
}

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

.ftr-list__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 33px;
	height: 33px;
	background: #FBFAFB;
	border-radius: 2px;
	margin-right: 10px;
}

.ftr-list__name {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.ftr-list__text {
	margin-top: 11px;
}


@media (max-width: 1399px) {
	.ftr-list {
		display: block;
		margin-top: 35px;
	}

	.ftr-list__item {
		width: 100%;
		margin-top: 35px;
	}

	.ftr-list__item:first-child {
		margin-top: 0;
	}

	.ftr-list__name {
		font-size: 16px;
		line-height: 18px;
	}

	.ftr-list__text {
		margin-top: 5px;
	}
}

@media (max-width: 639px) {
	.ftr-list {
		margin-top: 35px;
	}
}

.fut {
	background: #181932 url(../images/footer-bg.png) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 35px 20px 28px;
	margin-top: 35px;
}

.fut__title {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
}

.fut__button {
	margin-top: 19px;
}

@media (max-width: 1399px) {
	.fut {
		margin-top: 30px;
	}
}

@media (max-width: 959px) {
	.fut {
		margin-left: -10px;
		margin-right: -10px;
		border-radius: 0;
		padding-top: 29px;
	}

	.fut__title {
		font-size: 21px;
		line-height: 23px;
	}

	.fut__button {
		margin-top: 22px;
	}
}

@media (max-width: 639px) {
	.fut {
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.fut__button {
		margin-top: 30px;
	}
}

.hdr {
	position: relative;
	text-align: center;
	padding: 45px 0 46px;
}

.hdr__title {
	font-size: 33px;
	line-height: 35px;
	color: #fff;
	font-weight: 800;
	margin: 0;
}


@media (max-width: 1399px) {
	.hdr {
		padding-top: 25px;
		padding-bottom: 26px;
	}

	.hdr .btn--dark {
		padding: 9px 14px;
	}
}

@media (max-width: 959px) {
	.hdr {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.hdr .btn--dark {
		position: static;
		width: 100%;
		border-radius: 0;
		padding: 7px 10px;
	}

	.hdr__title {
		font-size: 21px;
		line-height: 23px;
		margin-top: 10px;
	}
}

@media (max-width: 639px) {
	.hdr {
		padding-bottom: 5px;
	}

	.hdr__title {
		font-size: 18px;
		line-height: 20px;
		margin-top: 8px;
	}
}

.icon {
	display: inline-block;
	vertical-align: top;
	fill: #00ACC1;
}

.icon--arrow-right {
	width: 18px;
	height: 10px;
	fill: #fff;
}

.icon--arrow-left {
	width: 21px;
	height: 10px;
	fill: #fff;
}

.icon--check {
	width: 23px;
	height: 18px;
}

.icon--magnifier {
	width: 21px;
	height: 21px;
}

.icon--flash {
	width: 11px;
	height: 21px;
}

.icon--money {
	width: 23px;
	height: 21px;
}

.icon--coin {
	width: 23px;
	height: 23px;
}

.icon--hammer {
	width: 21px;
	height: 21px;
}

.icon--support {
	width: 18px;
	height: 21px;
}

.icon--arrow-up {
	width: 17px;
	height: 20px;
}

.icon--shield {
	width: 19px;
	height: 21px;
}

.icon--cash {
	width: 20px;
	height: 21px;
}

.icon--like {
	width: 19px;
	height: 23px;
}

.region {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}


@media (max-width: 959px) {
	.region {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.strut {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.strut__row {
	display: table-row;
}

.strut__row--expanded {
	height: 100%;
}

.text {
	font-size: 14px;
	line-height: 24px;
}

.title {
	font-size: 31px;
	line-height: 33px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.title strong {
	font-weight: bold;
}


@media (max-width: 1399px) {
	.title {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 959px) {
	.title {
		font-size: 20px;
		line-height: 27px;
	}
}
