@font-face {
	font-family: 'CeraPro-Regular';
	src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro-Medium';
	src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro-Bold';
	src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro-Black';
	src: url("../fonts/CeraPro-Black.woff2") format("woff2"), url("../fonts/CeraPro-Black.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'New_Zelek';
	src: url("../fonts/New_Zelek.woff2") format("woff2"), url("../fonts/New_Zelek.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dela Gothic One';
	src: local("DelaGothicOne Regular"), local("DelaGothicOne-Regular"), url("../fonts/DelaGothicOne-Regular.woff2") format("woff2"), url("../fonts/DelaGothicOne-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/*-- begin animation anime-bob ==*/
@keyframes hvr-icon-bob {
	0% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(-2px);
	}
	100% {
		transform: translateY(-8px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

/*-- end animation anime-bob ==*/
/*-- begin animation paralax right ==*/
@keyframes paralax-right {
	0% {
		transform: translate(0, 0) scale(1) rotate(0);
	}
	25% {
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}
	50% {
		transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
	}
	75% {
		transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
	}
	100% {
		transform: translate(0) scale(1) rotate(0);
	}
}

/*-- end animation paralax right ==*/
/*-- begin animation paralax left ==*/
@keyframes paralax-left {
	0% {
		transform: translate(0, 0) scale(1) rotate(0);
	}
	25% {
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}
	50% {
		transform: translate(20px, 20px) scale(0.8) rotate(20deg);
	}
	75% {
		transform: translate(10px, 12px) scale(0.9) rotate(10deg);
	}
	100% {
		transform: translate(0) scale(1) rotate(0);
	}
}

/*-- end animation paralax-left ==*/
/*-- begin animation tada ==*/
@keyframes tada {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(0.9) rotate(-8deg) translateY(-5%);
	}
	70% {
		transform: scale(1.03) rotate(8deg) translateY(-10%);
	}
	60% {
		transform: scale(1.05) rotate(-8deg) translateY(-15%);
	}
	70% {
		transform: scale(1.04) rotate(-5deg) translateY(-10%);
	}
	80% {
		transform: scale(1.03) rotate(-3deg) translateY(-5%);
	}
	90% {
		transform: scale(1.01) rotate(-2deg) translateY(-3%);
	}
	100% {
		transform: scale(1) rotate(-1deg) translateY(0);
	}
}

/*-- end animation tada ==*/
/*-- begin animation vertical ==*/
@keyframes vertical {
	0% {
		transform: translate(0, -3px);
	}
	4% {
		transform: translate(0, 3px);
	}
	8% {
		transform: translate(0, -3px);
	}
	12% {
		transform: translate(0, 3px);
	}
	16% {
		transform: translate(0, -3px);
	}
	20% {
		transform: translate(0, 3px);
	}
	100% {
		transform: translate(0, 0);
	}
}

/*-- end animation vertical ==*/
/*-- begin animation wrench ==*/
@keyframes wrench {
	0% {
		transform: rotate(-5deg);
	}
	5% {
		transform: rotate(-12deg);
	}
	8% {
		transform: rotate(12deg);
	}
	10% {
		transform: rotate(24deg);
	}
	18% {
		transform: rotate(-24deg);
	}
	20% {
		transform: rotate(-24deg);
	}
	28% {
		transform: rotate(24deg);
	}
	30% {
		transform: rotate(24deg);
	}
	38% {
		transform: rotate(-24deg);
	}
	40% {
		transform: rotate(-24deg);
	}
	48% {
		transform: rotate(24deg);
	}
	50% {
		transform: rotate(24deg);
	}
	58% {
		transform: rotate(-24deg);
	}
	60% {
		transform: rotate(-24deg);
	}
	68% {
		transform: rotate(24deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

/*-- end animation wrench ==*/
html {
	font-size: 10px;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
    font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

body {
	background-color: #1d1f2b;
	font-weight: normal;
	font-size: 1.6rem;
	font-family: "CeraPro-Regular", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1;
	position: relative;
	min-width: 320px;
	min-height: 100%;
	display: grid;
	grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
	grid-template-rows: min-content 1fr min-content;
}

h2, h3, h4, h5, b, strong {
	font-weight: normal;
	font-family: 'CeraPro-Bold';
}

p {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 9px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

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

.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.full-width {
	max-width: 1360px;
	margin: 0 auto;
}

.all-wrapp {
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

.container {
	max-width: 1190px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 992px) and (max-width: 1331px) {
	.container--slider {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 670px;
	}
}

@media (max-width: 575px) {
	.container {
		max-width: 100%;
	}
}

@media screen and (min-width: 371px) and (max-width: 575px) {
	.container {
		padding: 0 35px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.box-video {
	position: relative;
}

.box-video video, .box-video .video, .box-video img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.title {
	font-weight: normal;
	font-size: 5.6rem;
	font-family: 'Dela Gothic One', cursive;
	color: #fff;
	position: relative;
	display: block;
	line-height: 1.2;
	margin-bottom: 35px;
	z-index: 7;
}

.title-2 {
	padding-bottom: 187px;
}

.title span {
	background: #F80E0E;
	background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.block-btn {
	text-align: center;
	margin-top: 30px;
}

.block-icon {
	position: relative;
}

.block-icon svg use {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn {
	background: #F80E0E;
	background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
	font-weight: normal;
	font-size: 1.8rem;
	font-family: 'CeraPro-Medium', Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 68px;
	padding: 0 26px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0px 20px 22px -12px rgba(190, 9, 9, 0.41);
	transition: all 0.3s ease-in-out;
}

.btn:hover {
	background: linear-gradient(0deg, #FA432C 100%, #FA432C 100%);
	transform: translateY(-5px);
}

.icon {
	padding-left: 20px;
}

.icon::before {
	content: '';
	position: relative;
	display: inline-block;
	z-index: 2;
	transition: all 0.3s ease-in-out;
	margin-right: 10px;
}

.icon:hover::before {
	transform: translateX(-5px);
}

.btn-2 {
	background: transparent;
	font-weight: normal;
	font-size: 1.8rem;
	font-family: 'CeraPro-Medium', Arial, Helvetica, sans-serif;
	color: #FA432C;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 44px;
	border: 1px solid #FA432C;
	border-radius: 20px;
	padding: 0 24px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	/*     &:link {
        color: #FA432C;
        border: 1px solid #FA432C;
    }
    &:visited {
        color: #353744;
        border-color: #353744;
    }
    &:visited:hover {
        color: #353744;
        border-color: #353744;
    }
    &:active {
        color: #A4A4A4;
        border-color: #A4A4A4;
    } */
}

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

.hide {
	display: none;
}

.block-bg {
	position: relative;
}

.block-bg::before {
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
}

.block-svg {
	width: 0;
	height: 0;
	visibility: hidden;
}

/*== begin block social ==*/
.block-social {
	display: flex;
	align-items: center;
}

.block-social .item-social {
	margin-left: 8px;
}

.block-social .item-social:first-child {
	margin-left: 0;
}

.block-social .item-social__link {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 0;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.block-social .item-social__link img, .block-social .item-social__link svg {
	transition: all 0.3s ease-in-out;
}

.block-social .item-social__link svg {
	fill: #fff;
}

.block-social .item-social__link:hover {
	transform: translateY(-3px);
}

@media (max-width: 991px) {
	.title {
		font-size: 4.8rem;
	}
}

@media (max-width: 575px) {
	.title {
		font-size: 3.6rem;
	}
	.btn {
		font-size: 1.6rem;
		height: 56px;
		border-radius: 16px;
	}
}

@media (max-width: 460px) {
	.title {
		font-size: 2.8rem;
	}
	.block-social .item-social__link {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 350px) {
	p {
		font-size: 1.5rem;
	}
}

/*== BEGING HEADER ==*/
.header {
	position: fixed;
	width: 100%;
	top: -1px;
	left: 0;
	padding: 24px 0;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}

.header.sticky {
	padding: 10px 0;
	background: rgba(29, 31, 43, 0.95);
	box-shadow: 0 5px 10px rgba(255, 255, 255, 0.35);
}

.header .container {
	position: relative;
	z-index: 1;
}

.header .row {
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	flex: 0 0 250px;
	transition: all 0.3s ease-in-out;
}

.logo {
	position: relative;
	display: inline-block;
	line-height: 0;
	transition: all 0.3s ease-in-out;
}

/* ==== MAIN MENU ===== */
.header-menu {
	flex: 0 1 auto;
}

.main-menu {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	right: 70px;
}

.main-menu li {
	margin: 0 12px;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li a {
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	display: inline-block;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.main-menu li a:hover {
	color: #FA432C;
}

.main-menu .active a {
	color: #FA432C;
}

/* === button menu open === */
.button-menu {
	background-color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	backface-visibility: hidden;
	text-align: center;
	padding: 0;
	margin-bottom: 6px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.button-menu span {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 4px;
	backface-visibility: hidden;
}

.button-menu span:before, .button-menu span:after {
	background: #fe975d;
	/* Old browsers */
	background: linear-gradient(to right, #fe975d 0%, #f80e0e 100%);
	background-color: inherit;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	backface-visibility: hidden;
	border-radius: 2px;
}

.button-menu span:before {
	transform: translate3d(0, -100%, 0);
}

.button-menu span:after {
	transform: translate3d(0, 100%, 0);
}

/* === button menu open === */
.header-user {
	flex: 0 0 405px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn-2--header, .icon--enter {
	border-radius: 28px;
}

.icon--enter {
	height: 44px;
	margin-left: 24px;
	box-shadow: none;
}

.icon--enter::before {
	background-image: url(../img/sprite.png);
	background-position: 0px -25px;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.block-lang {
	position: relative;
	margin-left: 24px;
}

.block-lang .block-lang__button {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

.block-lang .block-lang__button img {
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.block-lang .block-lang__button::after {
	position: absolute;
	display: block;
	content: "";
	background-image: url(../img/sprite.png);
	background-position: -73px -61px;
	width: 10px;
	height: 6px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.block-lang .block-lang__button:hover img {
	transform: scale(1.1);
}

.block-lang .block-lang__button:hover::after {
	transform: translateY(-50%) rotate(-180deg);
}

.block-lang .list-lang {
	background: #fff;
	position: absolute;
	display: none;
	width: 48px;
	padding: 12px;
	margin-top: 4px;
	top: 100%;
	left: 50%;
	text-align: center;
	z-index: 99;
	border-radius: 12px;
	transform: translateX(-50%);
	transform-origin: center top;
}

.block-lang .item-lang {
	margin-bottom: 8px;
}

.block-lang .item-lang:last-child {
	margin-bottom: 0;
}

.block-lang .item-lang .item-lang__link {
	display: inline-block;
	line-height: 0;
}

.block-lang .item-lang img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid transparent;
	filter: drop-shadow(0px 3px 6px rgba(190, 9, 9, 0.41));
	transition: all 0.3s ease-in-out;
}

.block-lang .item-lang.active a, .block-lang .item-lang.active .item-lang__link {
	cursor: default;
	opacity: 0.5;
}

.block-lang .item-lang.active img {
	filter: drop-shadow(0px 3px 6px rgba(190, 9, 9, 0));
	border-color: #1D1F2B;
}

.block-lang .item-lang:last-child {
	margin-bottom: 0;
}

.block-lang a.item-lang__link:hover img {
	transform: translateY(-3px);
}

@media (max-width: 1200px) {
	.header-user {
		flex: 0 0 370px;
	}
	.header-user .btn-2--header {
		font-size: 1.6rem;
	}
	.icon--enter, .block-lang {
		margin-left: 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header-logo {
		flex: 0 0 180px;
	}
	.main-menu li {
		margin: 0 7px;
	}
	.main-menu li a {
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	.header {
		padding: 20px 0;
	}
	.header-user .icon--enter {
		margin-left: 0;
	}
	.header-user .btn-2--header, .header-user .block-lang {
		display: none;
	}
	.header-menu {
		max-width: 0;
		padding: 0;
	}
	.header-logo {
		flex: 0 1 auto;
		display: flex;
		align-items: center;
	}
	.header-button {
		display: block;
		flex: 0 0 48px;
		margin-right: 24px;
	}
	.box-main-menu {
		background: #fff;
		position: fixed;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 375px;
		height: 100vh;
		padding: 75px 35px 20px;
		margin: 0;
		z-index: 999;
		overflow: hidden;
		overflow-y: auto;
		transform: translateX(200%);
		transform-origin: right center;
		transition: all 0.4s ease-in-out;
	}
	.box-main-menu .wrapp-inner {
		position: relative;
		max-width: 375px;
		margin: 0 auto;
	}
	.box-main-menu.open {
		transform: translateX(0);
	}
	.box-main-menu.open .main-menu {
		transform: translateX(0);
	}
	.menu-head {
		position: absolute;
		width: 100%;
		top: 20px;
		left: 0;
		padding-left: 35px;
		display: flex;
		align-items: center;
	}
	.button-close {
		background: #fe975d;
		background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 36px;
		height: 36px;
		border: none;
		border-radius: 6px;
		cursor: pointer;
		margin-right: 12px;
	}
	.close-menu {
		background-color: transparent;
		position: relative;
		display: inline-block;
		width: 12px;
		height: 12px;
		backface-visibility: hidden;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	.close-menu:hover {
		transform: rotate(360deg);
	}
	.close-menu::before, .close-menu::after {
		background-color: #fff;
		position: absolute;
		display: block;
		content: "";
		width: 14px;
		height: 3px;
		top: 5px;
		left: 0;
		transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
		backface-visibility: hidden;
		border-radius: 2px;
	}
	.close-menu::before {
		transform: rotate(-45deg);
	}
	.close-menu::after {
		transform: rotate(45deg);
	}
	.header-user {
		flex: 0 0 145px;
		max-width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.menu-mobil {
		display: block;
		margin-top: 55px;
	}
	.menu-mobil .menu-mobil__button {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-mobil .btn-2--header, .menu-mobil .icon--enter {
		font-size: 1.6rem;
		height: 34px;
	}
	.menu-mobil .icon--enter::before {
		background-image: url(../img/sprite.png);
		background-position: -25px -25px;
		width: 22px;
		height: 22px;
	}
	.menu-mobil .btn-2--header {
		margin-right: 10px;
	}
	.menu-mobil .icon--enter {
		padding-left: 18px;
	}
	.block-lang {
		width: 45px;
		margin: 65px auto 0;
	}
	.block-lang .block-lang__button::after {
		background-image: url(../img/sprite.png);
		background-position: -50px -42px;
		width: 10px;
		height: 6px;
	}
	.main-menu {
		display: block;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.main-menu li {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li.active a {
		color: #1d1f2b;
	}
	.main-menu li a {
		font-size: 2.4rem;
		font-family: 'Dela Gothic One', cursive;
		color: #FA432C;
		padding: 3px 0;
		line-height: 1.1em;
	}
	.menu-img {
		position: absolute;
		display: block;
		width: 100%;
		padding-bottom: 57%;
		top: 100%;
		left: 0;
	}
	.menu-img img {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
	}
}

.section-about {
    position: relative;
    overflow: hidden;
}

@media (max-width: 575px) {
	.logo--header .logo-desctop {
		display: none;
	}
	.logo--header .logo-mobil {
		display: inline-block;
	}
	.header-button {
		flex: 0 0 36px;
		margin-right: 12px;
	}
	.button-menu {
		width: 36px;
		height: 36px;
	}
	.button-menu span {
		width: 17px;
		height: 3px;
	}
	.button-menu span:before {
		transform: translate3d(0, -120%, 0);
	}
	.button-menu span:after {
		transform: translate3d(0, 120%, 0);
	}
	.header-user .icon--enter {
		font-size: 1.6rem;
		height: 34px;
	}
	.header-user .icon--enter::before {
		background-image: url(../img/sprite.png);
		background-position: -25px -25px;
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 360px) {
	.box-main-menu {
		padding: 75px 15px 20px;
	}
	.menu-head {
		padding-left: 15px;
	}
	.menu-mobil .btn-2--header, .menu-mobil .icon--enter {
		font-size: 1.4rem;
	}
	.menu-mobil .btn-2--header {
		margin-right: 5px;
	}
	.menu-mobil .icon--enter {
		margin-left: 5px;
	}
	.main-menu li a {
		font-size: 2rem;
	}
}

/*== END HEADER ==*/
/*== BEGIN SECTION PREMIER ==*/
.section-premier {
	background-image: url("../img/bg/premier.jpg");
	position: relative;
	overflow: hidden;
}

.section-premier::before {
	background: linear-gradient(180deg, rgba(29, 31, 43, 0) 0%, #1D1F2B 100%);
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	height: 198px;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-premier {
	position: relative;
	padding: 145px 0 125px;
	/*     &:hover {
        &::after {
            //@include tada();
            animation: tada 15s linear infinite;
        }
    } */
}

.item-premier .title {
	font-size: 8.0rem;
	margin-bottom: 45px;
}

.item-premier h1 {
	z-index: 7;
}

.premier-text {
	position: relative;
	max-width: 560px;
}

.premier-text .premier-text__descr {
	font-weight: normal;
	font-size: 2.8rem;
	font-family: 'CeraPro-Medium', Arial, Helvetica, sans-serif;
	color: #1D1F2B;
	position: relative;
	display: block;
	max-width: 450px;
	line-height: 1.25;
	z-index: 2;
	padding: 40px 45px 0;
}

.premier-text .premier-text__descr::before {
	height: calc(100% + 1px);
	border-radius: 40px 40px 0 0;
}

.premier-text .premier-text__descr::after {
	position: absolute;
	display: block;
	content: "";
	width: 60px;
	height: 60px;
	bottom: 0;
	right: -60px;
	z-index: -1;
	border-radius: 0 0px 40px 0;
	box-shadow: 20px 20px 0 0 #fff;
	transform: rotate(90deg);
}

.premier-text .premier-text__descr, .premier-text .premier-text__btn {
	position: relative;
	z-index: 1;
}

.premier-text .premier-text__descr::before, .premier-text .premier-text__btn::before {
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.premier-text .premier-text__btn {
	display: flex;
	align-items: flex-end;
	padding: 0 55px 40px 45px;
}

.premier-text .premier-text__btn .premier-text__img {
	margin-left: 120px;
	margin-top: -36px;
}

.premier-text img {
max-width: 85%;
}

.premier-text .premier-text__btn::before {
	height: 100%;
	border-radius: 0 40px 40px 40px;
}

.btn--premier::before {
	background-image: url(../img/sprite.png);
	background-position: -50px 0px;
	width: 22px;
	height: 20px;
}

.social-premier {
	position: relative;
	flex: 0 0 190px;
	padding-top: 54px;
	z-index: 7;
}

.social-premier .social-premier__desc {
	font-weight: normal;
	font-size: 1.8rem;
	font-family: 'CeraPro-Regular';
	color: #fff;
	display: block;
	margin-bottom: 14px;
}

.social-premier .social--premier__wrapp {
	height: calc(100% + 17px);
	text-align: center;
	padding: 30px 15px;
	border: 1px solid #FFFFFF;
	border-radius: 40px;
}

.block-social--premier {
	display: block;
}

.block-social--premier .item-social {
	margin: 0 0 24px;
}

.block-social--premier .item-social:last-child {
	margin-bottom: 0;
}

.block-social--premier .item-social__link {
	width: auto;
	height: auto;
}

.block-social--premier .item-social__link:hover svg {
	fill: #FA432C;
}

.block-social--premier .item-social__link--facebook svg {
	width: 12px;
	height: 24px;
}

.block-social--premier .item-social__link--instagram svg {
	width: 24px;
	height: 24px;
}

.block-social--premier .item-social__link--twitter svg {
	width: 24px;
	height: 24px;
}

.block-social--premier .item-social__link--linkedin svg {
	width: 24px;
	height: 24px;
}

.block-social--premier .item-social__link--telegram svg {
	width: 23px;
	height: 19px;
}

@media (max-width: 991px) {
	.item-premier {
		padding: 150px 0 80px;
	}
	.item-premier .title {
		font-size: 5.2rem;
		margin-bottom: 35px;
	}
	.item-premier::after {
		background-image: url("../img/bg/bg_1-2.png");
		width: 403px;
		height: 403px;
		right: -5px;
		bottom: 90px;
	}
	.premier-text {
		max-width: none;
	}
	.premier-text .premier-text__descr {
		max-width: 520px;
	}
	.premier-text .premier-text__descr br {
		display: none;
	}
	.premier-text .premier-text__btn {
		padding-top: 0;
	}
	.social-premier {
		flex: 0 0 100%;
		padding-top: 0;
		margin-top: 28px;
	}
	.social-premier .social--premier__wrapp {
		height: auto;
		padding: 45px 15px;
	}
	.social-premier .social-premier__desc {
		margin-bottom: 18px;
	}
	.block-social--premier {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.block-social--premier .item-social {
		margin: 0 25px;
	}
	.block-social--premier .item-social__link--facebook svg {
		width: 20px;
		height: 38px;
	}
	.block-social--premier .item-social__link--instagram svg {
		width: 40px;
		height: 40px;
	}
	.block-social--premier .item-social__link--twitter svg {
		width: 38px;
		height: 32px;
	}
	.block-social--premier .item-social__link--linkedin svg {
		width: 40px;
		height: 40px;
	}
	.block-social--premier .item-social__link--telegram svg {
		width: 39px;
		height: 32px;
	}
}

@media (max-width: 767px) {
	.section-premier {
		background-image: url("../img/bg/premier_tablet1.jpg");
	}
	.section-premier::before {
		opacity: 1;
	}
	.item-premier {
		padding: 158px 0 80px;
	}
}

@media (max-width: 640px) {
	.premier-text .premier-text__descr {
		width: 80%;
		max-width: none;
	}
}

@media (max-width: 620px) {
	.item-premier .title {
		font-size: 4.2rem !important;
	}
}

@media (min-width: 576px) {
	.item-premier .title br {
		display: none;
	}
}

@media (max-width: 575px) {
	.item-offer__title {
		padding-left: 7px !important;
	}
	.item-offer__img {
    	flex: 0 0 35px !important;
    	height: 35px !important;
    }
    .container {
    padding: 0 20px !important;
	}	
	.item-premier {
		padding: 90px 0 0;
	}
	.item-premier .title {
		margin-bottom: 25px;
	}
	.item-premier::after {
		background-image: url(../img/bg/bg_1-3.png);
		width: 295px;
		height: 390px;
		bottom: auto;
		top: 0;
		right: -105px;
	}
	.premier-text .premier-text__descr {
		font-size: 2rem;
		padding: 30px 30px 0;
	}
	.premier-text .premier-text__descr::before {
		border-radius: 28px 28px 0 0;
	}
	.premier-text .premier-text__btn {
		padding: 20px 30px 30px;
	}
	.premier-text .premier-text__btn::before {
		border-radius: 0 28px 28px 28px;
	}
	.premier-text .premier-text__btn .btn {
		width: 100%;
		max-width: 240px;
	}
	.premier-text .premier-text__btn .premier-text__img {
		display: none;
	}
	.social-premier .social--premier__wrapp {
		border-radius: 28px;
	}
	.social-premier .social-premier__desc {
		font-size: 1.6rem;
	}
	.block-social--premier .item-social {
		margin: 0 10px;
	}
	.block-social--premier .item-social__link--facebook svg {
		width: 14px;
		height: 26px;
	}
	.block-social--premier .item-social__link--instagram svg {
		width: 28px;
		height: 28px;
	}
	.block-social--premier .item-social__link--twitter svg {
		width: 26px;
		height: 22px;
	}
	.block-social--premier .item-social__link--linkedin svg {
		width: 28px;
		height: 28px;
	}
	.block-social--premier .item-social__link--telegram svg {
		width: 27px;
		height: 22px;
	}
}

/*== page reclame ==*/
.section-premier--reclame {
	background-image: url(../img/bg/reclame_desctop.jpg);
}

.section-premier--reclame::before {
	display: none;
}

.section-premier--reclame .item-premier {
	padding-bottom: 40px;
}

.section-premier--reclame .item-premier::after {
	display: none;
}

.section-premier--reclame .title {
	text-align: center;
	margin-bottom: 57px;
}

@media (min-width: 1101px) {
	.list-about--reclame .item-about .item-about__wrapp {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.section-premier--reclame {
		background-image: url(../img/bg/reclame_tablet.jpg);
	}
	.section-premier--reclame .item-premier {
		padding-bottom: 20px;
	}
	.section-premier--reclame .title {
		text-align: left;
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 461px) and (max-width: 660px) {
	.list-about--reclame .item-about .item-about__img {
		width: 70px;
		height: 70px;
	}
	.list-about--reclame .item-about .item-about__img img {
		width: 42px;
	}
}

@media (max-width: 460px) {
	.section-premier--reclame {
		background-image: url(../img/bg/reclame_mobil.jpg);
	}
	.section-premier--reclame .title {
		font-size: 2.8rem;
		margin-bottom: 35px;
	}
}

/*== END SECTION PREMIER ==*/
/*== BEGIN SECTION ABOUT ==*/

.section-about .container {
	position: relative;
	z-index: 2;
}

.section-about .title {
	margin-bottom: 25px;
}

.section-about .section-about__list {
	padding-top: 40px;
	margin-top: 37px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.about--row .col--img {
	flex: 0 0 355px;
}

.about--row .col--text {
	padding-left: 60px;
}

.about-text {
	margin-top: 10px;
}

.about-text .about-text__descr {
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.6);
	padding-bottom: 10px;
}

.about-text .about-text__descr strong, .about-text .about-text__descr b {
	color: #fff;
}

.list-about .col {
	flex: 0 0 25%;
	margin-bottom: 50px;
}

.item-about {
	text-align: center;
}

.item-about .item-about__wrapp {
	padding: 0 25px;
}

.item-about .item-about__wrapp:hover .item-about__img img {
	animation: vertical 4s ease infinite;
}

.item-about .item-about__wrapp:hover .item-about__descr strong, .item-about .item-about__wrapp:hover .item-about__descr b {
	color: #F93022;
}

.item-about .item-about__img {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin: 0 auto 15px;
}

.item-about .item-about__descr {
	font-size: 2.2rem;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	line-height: 1.2;
}

.item-about .item-about__descr strong, .item-about .item-about__descr b {
	color: #fff;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

@media (max-width: 1100px) {
	.item-about .item-about__wrapp {
		padding: 0;
	}
}

@media (max-width: 991px) {
	.section-about {
		background-image: url("../img/bg/about_tablet.jpg");
	}
	.section-about::before {
		background-image: url("../img/bg/about_blur.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		display: block;
		content: "";
		width: 373px;
		height: 296px;
		top: -50px;
		right: 0;
	}
	.about--row .col--img {
		flex: 0 0 260px;
	}
	.about--row .col--img img {
		margin-top: 30px;
	}
	.about--row .col--text {
		padding-left: 5px;
	}
	.list-about {
		justify-content: center;
	}
	.list-about .col {
		flex: 0 0 33.33333%;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.list-about .col {
		flex: 0 0 50%;
	}
}

@media (max-width: 575px) {
	.section-about {
		margin-top: 50px;
	}
	.section-about::before {
		top: 0;
	}
	.about--row .col--img {
		display: none;
	}
	.about--row .col--text {
		padding-left: 15px;
	}
	.about-text .about-text__descr {
		font-size: 1.6rem;
	}
}

@media (max-width: 460px) {
	.section-about {
		background-image: url("../img/bg/about_mobil.jpg");
		padding-bottom: 30px;
		position: relative;
	}
	.section-about .title {
		margin-bottom: 10px;
	}
	.section-about .section-about__list {
		padding-top: 20px;
		margin-top: 20px;
	}
	.list-about {
		justify-content: flex-start;
	}
	.list-about .col {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.item-about .item-about__wrapp {
		display: flex;
		align-items: center;
		text-align: left;
	}
	.item-about .item-about__img {
		flex: 0 0 40px;
		height: 40px;
		margin: 0;
		border-radius: 10px;
	}
	.item-about .item-about__img img {
		width: 25px;
		height: 25px;
	}
	.item-about .item-about__descr {
		font-size: 1.6rem;
		padding-left: 12px;
	}
}

/*== END SECTION ABOUT ==*/
/*== BEGIN SECTION COOPERTION ==*/
.section-cooperation {
	background-image: url("../img/bg/cooperation.jpg");
	background-position: center top;
	padding-top: 130px;
	overflow: hidden;
}

.block-step {
	position: relative;
}

.block-step::before, .block-step::after {
	background: #1D1F2B;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	z-index: 0;
}

.block-step::before {
	width: 80%;
	height: 31%;
	top: 0;
	border-radius: 40px 40px 0 0;
}

.block-step::after {
	width: 100%;
	height: 69%;
	bottom: 0;
	border-radius: 0 40px 40px 40px;
}

.block-step .block-step__wrapp {
	position: relative;
	padding: 85px 50px 40px 100px;
	z-index: 1;
	/* &:hover {
            &::after {
                animation: tada 15s linear infinite;
            }
        } */
}

.block-step .block-step__wrapp::before, .block-step .block-step__wrapp::after {
	position: absolute;
	display: block;
	content: "";
}

.block-step .block-step__wrapp::before {
	background: url("../img/bg/step_corner.png") no-repeat center center;
	width: 48px;
	height: 52px;
	top: 24.5%;
	left: calc(80% - 6px);
	z-index: 0;
}

.block-step .block-step__wrapp::after {
	background: url("../img/bg/bg_2.png") no-repeat center center;
	width: 520px;
	height: 520px;
	bottom: -189px;
	left: -200px;
	z-index: 5;
	animation: tada 15s linear infinite;
}

.block-step .title {
	margin-bottom: 55px;
}

.list-step {
	background: url("../img/bg/step_line.png") no-repeat 15px 20px;
	position: relative;
	overflow: hidden;
}

.list-step::before {
	position: absolute;
	display: block;
	content: "";
}

.list-step .col {
	flex: 0 0 33.33333%;
	max-width: 295px;
	margin-bottom: 66px;
}

.item-step {
	position: relative;
}

.item-step .item-step__wrapp {
	padding-right: 20px;
}

.item-step .item-step__namber {
	font-weight: normal;
	font-size: 2rem;
	font-family: 'CeraPro-Black';
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	line-height: 38px;
	background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
	border-radius: 53px;
}

.item-step .item-step__descr {
	font-size: 2.1rem;
	font-family: 'CeraPro-Medium';
	display: block;
	line-height: 1.2;
	margin-top: 27px;
}

.block-banner {
	background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
	padding: 35px 105px 35px 95px;
	border-radius: 40px;
	margin-top: 30px;
}

.block-banner .row {
	justify-content: space-between;
	align-items: center;
}

.block-banner .block-banner__descr {
	font-size: 2rem;
	font-family: 'CeraPro-Medium';
	color: #fff;
	display: block;
	line-height: 1.6;
	margin: 0;
}

.block-banner .block-banner__descr strong {
	font-weight: normal;
	font-size: 3.2rem;
	font-family: 'Dela Gothic One';
	text-transform: uppercase;
	display: block;
}

.block-banner .block-banner__btn {
	flex: 0 0 200px;
}

.block-banner .btn--banner {
	width: 100%;
}

.btn--banner {
	background: #1D1F2B;
	box-shadow: 0px 20px 22px -12px rgba(190, 9, 9, 0.41);
}

.btn--banner:hover {
	background: #1f2546;
}

.btn--banner::before {
	background-image: url(../img/sprite.png);
	background-position: -21px -50px;
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1165px) {
	.list-step .col {
		margin-bottom: 75px;
	}
	.item-step .item-step__descr {
		font-size: 1.9rem;
	}
}

@media (max-width: 1160px) {
	.list-step {
		background-position: right 20px;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	.list-step .item-step--4 {
		order: 1;
	}
}

@media (max-width: 991px) {
	.section-cooperation {
		background-image: url("../img/bg/cooperation_tablet.jpg");
		padding-top: 105px;
	}
	.block-step::before {
		width: 76%;
		height: 17.5%;
	}
	.block-step::after {
		height: 82.5%;
	}
	.block-step .block-step__wrapp {
		padding: 58px 15px 70px 30px;
	}
	.block-step .block-step__wrapp::before {
		top: 12.8%;
		left: calc(76% - 6px);
	}
	.block-step .block-step__wrapp::after {
		bottom: -50px;
		left: auto;
		right: -150px;
	}
	.list-step {
		background-image: url("../img/bg/step_line--tablet.png");
		background-position: 15px 19px;
	}
	.list-step .col {
		flex: 0 0 50%;
		max-width: 100%;
		margin-bottom: 80px;
	}
	.list-step .col:last-child {
		flex: 0 0 100%;
		margin-bottom: 0;
	}
	.list-step .item-step--empty {
		display: none;
	}
	.item-step .item-step__wrapp {
		padding-left: 30px;
	}
	.block-banner {
		padding: 55px 15px 60px 60px;
	}
	.block-banner .block-banner__text {
		flex: 0 0 100%;
		margin-bottom: 22px;
	}
	.block-banner .block-banner__descr {
		line-height: 1.4;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.list-step .item-step--3 {
		order: 2;
	}
	.list-step .item-step--4 {
		order: 1;
	}
	.list-step .item-step--5 {
		order: 3;
	}
}

@media (max-width: 767px) {
	.block-step .title {
		font-size: 3.6rem;
	}
}

@media (max-width: 660px) {
	.block-step .block-step__wrapp::after {
		right: -235px;
		bottom: -180px;
	}
	.list-step {
		background-image: none;
	}
	.list-step::before {
		background: #fff;
		width: 1px;
		height: calc(100% - 30px);
		top: 0;
		left: 63px;
		opacity: 0.3;
	}
	.list-step .col {
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	.list-step .col:last-child {
		margin-bottom: 0;
	}
	.item-step .item-step__wrapp {
		display: flex;
		padding-left: 0;
	}
	.item-step .item-step__namber {
		flex: 0 0 97px;
		height: 38px;
		text-align: center;
		padding: 0;
	}
	.item-step .item-step__descr {
		padding-left: 15px;
		margin: 0;
	}
}

@media (max-width: 575px) {
	.section-cooperation {
		padding-top: 60px;
	}
	.block-step::before {
		width: calc(100% - 85px);
		height: 45px;
		border-radius: 28px 28px 0 0;
	}
	.block-step::after {
		height: calc(100% - 45px);
		border-radius: 0 28px 28px 28px;
	}
	.block-step .title {
		font-size: 2.4rem;
		margin-bottom: 35px;
	}
	.block-step .block-step__wrapp {
		padding: 25px 15px 50px 25px;
	}
	.block-step .block-step__wrapp::before {
		background: url(../img/bg/step_corner-mobil.png);
		width: 32px;
		height: 32px;
		top: 20px;
		left: calc(100% - 90px);
	}
	.block-step .block-step__wrapp::after {
		background: url(../img/bg/bg_2-mobil.png);
		width: 198px;
		height: 349px;
		bottom: -195px;
		right: -60px;
	}
	.list-step::before {
		left: 55px;
	}
	.item-step .item-step__namber {
		font-size: 1.5rem;
		flex: 0 0 80px;
		height: 30px;
		line-height: 30px;
	}
	.item-step .item-step__descr {
		font-size: 1.6rem;
	}
	.block-banner {
		padding: 27px 45px 30px 30px;
		margin-top: 20px;
	}
	.block-banner .block-banner__descr {
		font-size: 1.6rem;
	}
	.block-banner .block-banner__descr strong, .block-banner .block-banner__descr b {
		font-size: 2rem;
		margin: 7px 0;
	}
}

@media (max-width: 460px) {
	.list-step::before {
		left: 50px;
	}
	.list-step .col {
		margin-bottom: 28px;
	}
	.item-step .item-step__wrapp {
		padding-right: 0;
	}
	.item-step .item-step__namber {
		font-size: 1.4rem;
		flex: 0 0 73px;
		height: 24px;
		line-height: 24px;
	}
	.item-step .item-step__descr {
		padding-left: 12px;
	}
}

@media (max-width: 355px) {
	.block-step .title {
		font-size: 2.2rem;
	}
	.block-step .block-step__wrapp {
		padding: 25px 10px 40px 20px;
	}
	.list-step::before {
		left: 47px;
	}
	.item-step .item-step__namber {
		font-size: 1.3rem;
		flex: 0 0 65px;
	}
	.item-step .item-step__descr {
		font-size: 1.4rem;
	}
}

/*== END SECTION COOPERTION ==*/
/*== BEGIN SECTION OFFER ==*/

.section-offer .title {
	max-width: 700px;
	margin-bottom: 30px;
}

.offer-lists {
	justify-content: space-between;
}

.offer-lists .offer-lists__second {
	flex: 0 0 290px;
}

.list-offer .col {
	flex: 0 0 33.333333%;
	margin-bottom: 32px;
}

.item-offer .item-offer__wrapp {
	display: flex;
	align-items: center;
}

.item-offer .item-offer__wrapp:hover .item-offer__img img {
	animation: vertical 4s ease infinite;
}

.item-offer .item-offer__wrapp:hover .item-offer__title {
	color: #FE975D;
}

.item-offer .item-offer__img {
	background: #fff;
	flex: 0 0 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	transition: all 0.3s ease-in-out;
}

.item-offer .item-offer__title {
	font-weight: normal;
	font-size: 2.2rem;
	font-family: 'CeraPro-Medium';
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	display: block;
	padding-left: 13px;
}

.offer-descr {
	font-weight: normal;
	font-size: 3.2rem;
	font-family: 'CeraPro-Bold';
	background: linear-gradient(114.42deg, #FE975D 33.66%, #F80E0E 88.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	margin: 0;
	padding-bottom: 20px;
}

.offer-payment {
	background: #fff;
	position: relative;
	padding: 54px 15px 54px 25px;
	border-radius: 40px;
	overflow: hidden;
	margin-top: 18px;
}

.payment__title {
	/*text-align: center;*/
}

.offer-payment::before {
	background: url("../img/bg/card-post.png") no-repeat center bottom;
	position: absolute;
	display: block;
	content: "";
	width: 214px;
	height: 184px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.08;
}

.offer-payment .payment__title {
	font-weight: normal;
	font-size: 2.6rem;
	font-family: 'CeraPro-Bold';
	color: #FA432C;
	display: block;
	margin-bottom: 30px;
}

.offer-payment .block-btn {
	position: relative;
	margin-top: 30px;
}

.payment-list {
	position: relative;
}

.payment-list .payment-list__item {
	font-size: 2.2rem;
	font-family: 'CeraPro-Bold';
	color: #1D1F2B;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.payment-list .payment-list__item:last-child {
	margin-bottom: 0;
}

.payment-list .payment-list__item::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../img/sprite.png);
	background-position: 0px -50px;
	width: 20px;
	height: 20px;
	margin-top: 2px;
}


@media (max-width: 1050px) {
	.section-offer .title {
		font-size: 4.4em;
	}
	.offer-descr {
		font-size: 1.7em;
	}
}


@media (min-width: 992px) {
	.title--tablet {
		display: none;
	}
}

@media (max-width: 991px) {
	.section-offer {
		padding-top: 80px;
	}
	.section-offer .title {
		margin-bottom: 37px;
	}
	.section-offer .block-btn--tablet {
		display: block;
		margin-top: 25px;
	}
	.section-offer .block-btn--tablet .btn {
		width: 100%;
	}
	.offer-lists .title {
		display: none;
	}
	.offer-lists .offer-lists__one {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.offer-lists .offer-lists__second {
		flex: 0 0 340px;
	}
	.list-offer {
		margin-top: 55px;
	}
	.list-offer .col {
		flex: 0 0 50%;
	}
	.item-offer .item-offer__title {
		font-size: 1.8rem;
	}
	.offer-descr {
		font-size: 2.8rem;
		padding-bottom: 20px;
	}
	.offer-payment {
		margin-top: 0;
	}
	.offer-payment {
		padding: 40px 15px 39px 50px;
	}
	.offer-payment::before {
		display: none;
	}
	.offer-payment .block-btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.offer-descr {
		font-size: 2.2rem;
		padding-bottom: 20px;
	}
	.item-offer .item-offer__img {
		flex: 0 0 40px;
		height: 40px;
	}
	.item-offer .item-offer__img img {
		width: 25px;
	}
	.item-offer .item-offer__title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.section-offer .title {
		font-size: 3.6rem;
	}
}

@media (max-width: 620px) {
	.offer-lists .offer-lists__second {
		flex: 0 0 310px;
	}
}

@media (max-width: 992px) {
	.section-offer .offer-lists__second {
		flex: 0 0 100%;
		margin-top: -3px;
	}
	.main-menu {
		position: unset;
	}
	.list-offer {
		margin-top: 0;
	}
	.container h1 {
		text-align: center;
	}
	.container h2 {
		text-align: center;
	}
	.container p {
		text-align: center;
	}
	.title-2 {
		padding-bottom: 100px;
	}
	.list-offer .col {
		flex: 0 0 33%;
		display: flex;
  		align-items: center;
  		justify-content: center;
	}
	.payment-list .payment-list__item:last-child {
    	margin-bottom: 0px;
    }
    .offer-payment ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 20px;
	}
	.payment-list li {
    flex: 0 0 200px;
	}
	.section-contact {
		text-align: center;
	}
	.section-contact ul {
		justify-content: center;
	}
	.submit-block {
		justify-content: center;
	}
	.offer-payment h3 {
		margin-left: -32px;
		text-align: center;
	}
}

@media (max-width: 400px) {
	.section-offer .title {
		margin-bottom: 20px;
	}
	.section-offer .offer-lists__second {
		margin-top: 23px;
	}
	.section-offer .block-btn--tablet {
		margin-top: 20px;
	}
	.list-offer .col {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.list-offer .col:last-child {
		margin-bottom: 0;
	}
	.offer-descr {
		font-size: 2rem;
		margin-top: 17px;
		padding-bottom: 20px;
	}
	.offer-payment {
		padding: 30px 15px 33px 30px;
		border-radius: 28px;
	}
	.offer-payment .payment__title {
		font-size: 2rem;
	}
	.payment-list .payment-list__item {
		font-size: 1.6rem;
	}
	.payment-list .payment-list__item::before {
		background-image: url(../img/sprite.png);
		background-position: -73px -23px;
		width: 18px;
		height: 18px;
	}
}

/*== END SECTION OFFER ==*/
/*== BEGIN SECTION CONTACT ==*/
.form .form__group {
	margin: 0 -20px;
}

.form .form__group .col {
	padding: 0 20px;
	margin-bottom: 33px;
}

.form .form__block {
	position: relative;
	width: 100%;
}

.form .form__block input, .form .form__block textarea {
	background: #E9E9EA;
	font-size: 1.8rem;
	font-family: 'CeraPro-Regular', Arial, Helvetica, sans-serif;
	color: #1D1F2B;
	position: relative;
	display: block;
	width: 100%;
	padding: 0 10px 0 18px;
	border: 1px solid #E9E9EA;
	border-radius: 12px;
	transition: all 0.3s ease-in-out;
}

.form .form__block input:focus, .form .form__block textarea:focus {
	border-color: #1D1F2B;
}

.form .form__block input {
	line-height: 48px;
}

.form .form__block input:-webkit-autofill,
.form .form__block input:-webkit-autofill:hover,
.form .form__block input:-webkit-autofill:focus,
.form .form__block textarea:-webkit-autofill,
.form .form__block textarea:-webkit-autofill:hover,
.form .form__block textarea:-webkit-autofill:focus,
.form .form__block select:-webkit-autofill,
.form .form__block select:-webkit-autofill:hover,
.form .form__block select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.form .form__block input.error, .form .form__block textarea.error {
	background: #fff;
	border-color: #c00;
	color: #c00;
}

.form .form__block input.valid, .form .form__block textarea.valid {
	background: rgba(250, 67, 44, 0.1);
	border-color: transparent;
}

.form .form__block input + label.error, .form .form__block textarea + label.error {
	background: transparent;
	font-size: 1.2rem;
	color: #c00;
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.form .form__block textarea {
	text-align: left;
	min-height: 114px;
	max-height: 114px;
	min-width: 100%;
	max-width: 100%;
	padding: 18px 10px 15px 18px;
}

.form .block-btn {
	margin-top: 43px;
}

::-webkit-input-placeholder {
	color: #1D1F2B;
	opacity: 1;
}

:-moz-placeholder {
	color: #1D1F2B;
	opacity: 1;
}

::-moz-placeholder {
	color: #1D1F2B;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #1D1F2B;
	opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
	.form .form__group {
		margin: 0 -5px;
	}
	.form .form__group .col {
		padding: 0 5px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.form .form__group {
		margin: 0 -10px;
	}
	.form .form__group .col {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.form .form__group {
		margin: 0 -5px;
	}
	.form .form__group .col {
		padding: 0 5px;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.form .form__group .col {
		flex: 0 0 100%;
		margin-bottom: 12px;
	}
	.form .form__block input, .form .form__block textarea {
		font-size: 1.6rem;
	}
	.form .form__block input {
		height: 47px;
		line-height: 46px;
	}
}

@media (max-width: 460px) {
	.form .form__group .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.form .form__block textarea {
		min-height: 110px;
		max-height: 110px;
	}
}

.section-contact {
	background-image: url("../img/bg/contact.jpg");
	padding-top: 140px;
}

.section-contact .title {
	line-height: 1.2;
	margin-bottom: 25px;
}

.section-contact .col--text {
	flex: 0 0 400px;
}

.block-contact {
	background: #fff;
	position: relative;
	padding: 70px 100px 60px;
	border-radius: 40px;
	/*     &:hover {
        &::after {
            animation: tada 15s linear infinite;
        }
    } */
}

.contact-descr {
	font-size: 2.2rem;
	color: #1D1F2B;
	font-family: 'CeraPro-Medium';
	display: block;
	margin-bottom: 5px;
}

.block-social--contactUs {
	position: relative;
	z-index: 7;
}

.block-social--contactUs .item-social {
	margin-left: 23px;
}

.block-social--contactUs .item-social:first-child {
	margin-left: 0;
}

.block-social--contactUs .item-social img {
	width: 40px;
}

.submit-block {
	align-items: center;
	margin-top: 30px;
}

.submit-block .col {
	margin: 10px 0;
}

.submit-block .col--btn {
	flex: 0 0 235px;
}

.submit-block .submit-block__desc {
	flex: 1 1 auto;
	font-size: 1.6rem;
	color: #1D1F2B;
	display: block;
	line-height: 1.3;
	margin: 0;
}

.submit-block .submit-block__desc a {
	color: #FA432C;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #FA432C;
}

.submit-block .submit-block__desc a:hover {
	border-color: transparent;
}

.btn--contact {
	width: 175px;
}

.btn--contact::before {
	background-image: url(../img/sprite.png);
	background-position: -50px -21px;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

@media (max-width: 1200px) {
	.block-contact {
		padding: 70px 60px 60px;
	}
	.submit-block .col--btn {
		flex: 0 0 205px;
	}
	.submit-block .col--agreement {
		padding-left: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
	.submit-block .submit-block__desc {
		font-size: 1.4rem;
	}
}

@media (max-width: 991px) {
	.section-contact {
		background-image: url("../img/bg/contact_tablet.jpg");
		padding-top: 110px;
		margin-top: 0;
	}
	.section-contact .title {
		margin-bottom: 40px;
	}
	.section-contact .col--text {
		flex: 0 0 100%;
	}
	.section-contact .col--form {
		margin-top: 40px;
	}
	.block-contact {
		padding: 63px 60px 53px;
	}
	.block-contact::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.section-contact .col--form .submit-block {
		margin-top: 20px;
	}
}

@media screen and (min-width: 576px) and (max-width: 660px) {
	.submit-block .submit-block__desc {
		font-size: 1.4rem;
	}
}

@media (max-width: 575px) {
	.section-contact {
		background-image: url("../img/bg/contact_mobil.jpg");
	}
	.submit-block .col--btn {
		flex: 0 0 100%;
	}
	.btn--contact {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.section-contact {
		padding-top: 70px;
	}
	.section-contact .title {
		margin-bottom: 20px;
	}
	.section-contact .col--form {
		margin-top: 20px;
	}
	.section-contact .col--form .submit-block {
		margin-top: 0;
	}
	.block-contact {
		padding: 33px 30px;
		border-radius: 28px;
	}
	.block-contact .col--agreement {
		padding-left: 15px;
		margin: 0;
	}
	.block-social--contactUs .item-social {
		margin-left: 20px;
	}
	.contact-descr {
		font-size: 1.6rem;
	}
	.submit-block .submit-block__desc {
		font-size: 1.2rem;
	}
}

@media (max-width: 355px) {
	.block-contact {
		padding: 33px 15px;
	}
}

/*== END SECTION CONTACT ==*/
/*== BEGIN SECTION PARTNERS ==*/
.block-section {
	background-image: url("../img/bg/partners.jpg");
	background-position: center center;
	padding: 140px 0 0px;
}

.section-partners {
	background: #1D1F2B;
	padding: 40px 0 35px;
	overflow: hidden;
	text-align: center;
}

.section-partners .title {
	margin-bottom: 25px;
}

.slick-slider .slick-track {
	display: flex;
}

.slick-slider .slick-slide {
	flex: 0 0 auto;
	height: auto;
}

/*-- slider nav --*/
.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-partnters {
	padding-bottom: 2px;
	margin: 0 -10px;
}

.slider-partnters .slick-track {
	align-items: center;
}

.slider-partnters .item-partners {
	padding: 0 10px;
}

.slider-partnters .item-partners .item-partners__wrapp img {
	transform-origin: center center;
	transition: all 0.4s ease-in-out;
}

.slider-partnters .item-partners .item-partners__wrapp:hover img {
	transform: scale(1.1);
}

.slider-controls--partners {
	margin-top: 25px;
}

.slider-controls--partners .slick-arrow {
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.slider-controls--partners .slick-arrow:hover::after {
	color: #F74D51;
}

.slider-controls--partners .slick-arrow::after {
	font-size: 3rem;
	color: #C2C2C5;
	margin-top: -5px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-dots button {
	background: #fff;
	font-size: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	opacity: 0.3;
}

.slick-dots button:hover {
	background: #FA432C;
	transform: scale(1.3);
	opacity: 1;
}

.slick-dots .slick-active button {
	background: #FA432C;
	cursor: default;
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 991px) {
	.block-section {
		background-image: url("../img/bg/premier_tablet.jpg");
		position: relative;
		padding: 115px 0 0px;
	}
	.block-section::after {
		background: -webkit-linear-gradient(top, rgba(29, 31, 43, 0) 0%, #1d1f2b 100%);
		background: linear-gradient(to bottom, rgba(29, 31, 43, 0) 0%, #1d1f2b 100%);
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 20%;
		z-index: 0;
		bottom: 0;
		left: 0;
	}
	.slider-controls--partners {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.section-partners {
		padding-bottom: 105px;
	}
	.section-partners .title {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.block-section {
		background-image: url("../img/bg/partners_mobil.jpg");
		padding-top: 75px;
	}
	.section-partners {
		padding-bottom: 75px;
	}
}

@media (max-width: 440px) {
	.section-partners {
		padding-top: 65px;
	}
	.section-partners .title {
		margin-bottom: 15px;
	}
	.slider-controls--partners {
		margin-top: 10px;
	}
}

/*== END SECTION PARTNERS ==*/
/*== BEGIN SECTION MEET US AT ==*/
.section-meetus {
	margin-top: 120px;
	overflow: hidden;
}

.section-meetus .container {
	position: relative;
	z-index: 2;
}

.section-meetus .title {
	text-align: center;
	margin-bottom: 45px;
}

.box-slider--meetus {
	margin: 0 -15px;
}

.slider-meetus .slick-arrow {
	background: #fff;
	font-size: 0;
	position: absolute;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 50%;
	border: none;
	border-radius: 13px;
	cursor: pointer;
	overflow: hidden;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	z-index: 4;
}

.slider-meetus .slick-arrow:hover::after {
	animation: vertical 4s ease infinite;
}

.slider-meetus .slick-arrow::after {
	display: inline-block;
	content: '';
}

.slider-meetus .slick-prev {
	left: -85px;
}

.slider-meetus .slick-prev::after {
	background-image: url(../img/sprite.png);
	background-position: -42px -50px;
	width: 11px;
	height: 18px;
}

.slider-meetus .slick-next {
	right: -85px;
}

.slider-meetus .slick-next::after {
	background-image: url(../img/sprite.png);
	background-position: -73px -42px;
	width: 11px;
	height: 18px;
}

.item-meetus {
	padding: 0 15px;
}

.item-meetus .item-meetus__wrapp {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.item-meetus .item-meetus__wrapp::before, .item-meetus .item-meetus__wrapp::after {
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	z-index: 0;
}

.item-meetus .item-meetus__wrapp::before {
	width: 100%;
	height: calc(100% - 87px);
	top: 0;
	border-radius: 40px 40px 40px 0;
}

.item-meetus .item-meetus__wrapp::after {
	width: 101px;
	height: 79px;
	top: calc(100% - 87px);
	border-radius: 0 0 40px 40px;
}

.item-meetus .item-meetus__wrapp:hover:not(.time-past) .item-meetus__img::after {
	opacity: 0.3;
}

.item-meetus .item-meetus__wrapp:hover:not(.time-past) .item-meetus__img img {
	transform: scale(1.1);
}

.item-meetus .item-meetus__wrapp:hover:not(.time-past) .item-meetus__title {
	color: #F93927;
}

.item-meetus .item-meetus__body {
	position: relative;
	padding: 25px 25px 45px;
	z-index: 1;
}

.item-meetus .item-meetus__body::before {
	background: url("../img/bg/meet_corner.png") no-repeat center;
	position: absolute;
	display: block;
	content: "";
	width: 46px;
	height: 43px;
	top: calc(100% - 23px);
	left: 96px;
	z-index: 0;
}

.item-meetus .item-meetus__img {
	position: relative;
	padding-bottom: 63%;
	border-radius: 32px;
	overflow: hidden;
}

.item-meetus .item-meetus__img::after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.item-meetus .item-meetus__img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	transform-origin: center center;
	object-fit: cover;
}

.item-meetus .item-meetus__title {
	font-weight: normal;
	font-size: 2.4rem;
	font-family: 'CeraPro-Bold';
	color: #1D1F2B;
	display: block;
	line-height: 1.2;
	margin-top: 19px;
	transition: all 0.3s ease-in-out;
}

.item-meetus .item-meetus__info {
	margin-top: 25px;
}

.item-meetus .meetus-info__item {
	font-weight: normal;
	font-size: 1.8rem;
	color: #1D1F2B;
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
}

.item-meetus .meetus-info__item:last-child {
	margin-bottom: 0;
}

.item-meetus .meetus-info__item::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.item-meetus .item-meetus__city::before {
	background-image: url(../img/sprite.png);
	background-position: -73px 0px;
	width: 18px;
	height: 22px;
	left: 3px;
}

.item-meetus .item-meetus__time::before {
	background-image: url(../img/sprite.png);
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
}

.item-meetus .item-meetus__footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-left: 125px;
	z-index: 1;
}

.item-meetus .item-meetus__footer::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.item-meetus .btn--meeting {
	width: 100%;
}

.item-meetus .btn--meeting::before {
	background-image: url(../img/sprite.png);
	background-position: -25px 0px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.item-meetus .time-past {
	opacity: 0.5;
}

.item-meetus .time-past::after {
	display: block;
}

@media (max-width: 1400px) {
	.slider-meetus .slick-prev {
		left: -40px;
	}
	.slider-meetus .slick-next {
		right: -40px;
	}
}

@media (max-width: 1310px) {
	.slider-meetus {
		/*         .slick-prev {
            left: 10px;
        }
        .slick-next {
            right: 10px;
        } */
	}
	.slider-meetus .slick-dots {
		margin-top: 60px;
	}
}

@media (min-width: 1241px) {
	.box-slider--meetus {
		margin: 0 -20px;
	}
	.item-meetus {
		padding: 0 20px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
	.item-meetus .btn--meeting {
		padding: 0;
	}
	.item-meetus .btn--meeting::before {
		margin-right: 7px;
	}
}

@media (max-width: 991px) {
	.slider-meetus .slick-dots {
		margin-top: 40px;
	}
	.item-meetus .item-meetus__img {
		padding-bottom: 70.3%;
	}
}

@media (max-width: 767px) {
	.section-meetus {
		margin-top: 90px;
	}
	.section-meetus .title {
		margin-bottom: 37px;
	}
	.item-meetus .item-meetus__footer {
		padding-left: 110px;
	}
}

@media screen and (min-width: 576px) and (max-width: 660px) {
	.item-meetus .btn--meeting {
		font-size: 1.6rem;
		padding: 0 10px;
	}
	.item-meetus .btn--meeting::before {
		margin-right: 10px;
	}
}

@media (max-width: 575px) {
	.section-meetus {
		margin-top: 60px;
	}
	.slider-meetus {
		max-width: 330px;
		margin: 0 auto;
	}
	.item-meetus .item-meetus__wrapp::before {
		height: calc(100% - 77px);
		border-radius: 28px 28px 28px 0;
	}
	.item-meetus .item-meetus__wrapp::after {
		width: 95px;
		top: auto;
		bottom: 0;
		border-radius: 0 0 28px 28px;
	}
	.item-meetus .item-meetus__body {
		padding-bottom: 52px;
	}
	.item-meetus .item-meetus__body::before {
		background-image: url("../img/bg/meet_corner-mobil.png");
		width: 30px;
		height: 31px;
		top: auto;
		bottom: -8px;
		left: 92px;
	}
	.item-meetus .item-meetus__img {
		padding-bottom: 78.4%;
	}
	.item-meetus .item-meetus__title {
		font-size: 2rem;
		margin-top: 14px;
	}
	.item-meetus .item-meetus__info {
		margin-top: 16px;
	}
	.item-meetus .meetus-info__item {
		font-size: 1.6rem;
		margin-bottom: 19px;
	}
}

@media (max-width: 460px) {
	.section-meetus {
		margin-top: 60px;
	}
	.section-meetus .title {
		margin-bottom: 20px;
	}
}

/*== END SECTION MEET US AT ==*/
/*== BEGIN FOOTER ==*/
.footer {
	background: #121420;
	font-size: 1.6rem;
	color: #fff;
	padding: 65px 0 72px;
	margin-top: 60px;
}

.footer .row {
	justify-content: space-between;
}

.col--logo {
	flex: 0 0 290px;
	z-index: 7;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 11px;
}

.footer-menu li {
	margin: 0 25px 15px 0;
}

.footer-menu li:last-child {
	margin-right: 0;
}

.footer-menu a {
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.footer-menu a:hover {
	color: #FA432C;
}

.footer-menu .active a {
	color: #FA432C;
	cursor: default;
}

.footer-second {
	flex: 0 0 330px;
}

.footer-second .copy {
	display: none;
}

.block-social--footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.block-social--footer .item-social {
	margin-left: 25px;
}

.block-social--footer .item-social:first-child {
	margin-left: 0;
}

.copy {
	line-height: 1;
	margin: 5px 0 0;
	opacity: 0.4;
}

.copy--mobil {
	display: none;
}

.footer-nav {
	margin-top: 28px;
}

.footer-nav li {
	text-align: right;
	margin-bottom: 18px;
}

.footer-nav li:last-child {
	margin-bottom: 0;
}

.footer-nav a {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.footer-nav a:hover {
	color: #FA432C;
	border-color: transparent;
}

.to-top {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 78px;
	height: 78px;
	bottom: 70px;
	right: 70px;
	border: 1px solid #FA432C;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.to-top:hover {
	border-color: #fff;
	box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.2);
}

.to-top:hover::after {
	animation: vertical 4s ease infinite;
}

.to-top::after {
	background: url("../img/to-top.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
	content: '';
	width: 22px;
	height: 25px;
}

@media (max-width: 1470px) {
	.to-top {
		width: 56px;
		height: 56px;
		right: 20px;
		bottom: 205px;
	}
	.to-top::after {
		width: 18px;
		height: 21px;
	}
}

@media (max-width: 1310px) {
	.to-top {
		position: absolute;
	}
}

@media (max-width: 1200px) {
	.footer-menu li {
		margin-right: 15px;
	}
}

@media (max-width: 1100px) {
	.footer-menu {
		justify-content: flex-start;
		padding-left: 20px;
	}
	.footer-menu li {
		flex: 0 0 50%;
		padding-right: 15px;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.footer {
		margin-top: 100px;
	}
	.footer-menu {
		padding-left: 40px;
	}
	.footer-menu li {
		margin-bottom: 25px;
	}
	.footer-second {
		flex: 0 0 100%;
		display: flex;
		margin-top: 20px;
	}
	.footer-nav {
		padding-left: 28px;
		margin: 0;
	}
	.to-top {
		bottom: 40px;
		right: 40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 660px) {
	.footer {
		font-size: 1.4rem;
	}
}

@media (max-width: 575px) {
	.footer {
		padding: 53px 0 57px;
		margin-top: 60px;
	}
	.footer .container {
		max-width: 330px;
		padding: 0 15px;
	}
	.col--logo {
		flex: 0 0 100%;
	}
	.col--logo .copy {
		display: none;
	}
	.footer-menu {
		padding-left: 0;
		margin-top: 20px;
	}
	.footer-nav {
		padding-left: 0;
	}
	.footer-nav li {
		margin-left: 13px;
	}
	.footer-nav a {
		font-size: 1.2rem;
	}
	.footer-second {
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.footer-second .block-social--footer, .footer-second .footer-nav {
		flex: 0 0 100%;
	}
	.footer-second .block-social--footer {
		justify-content: flex-start;
	}
	.footer-second .block-social--footer .item-social {
		margin-left: 22px;
	}
	.footer-second .block-social--footer .item-social:first-child {
		margin-left: 0;
	}
	.footer-nav {
		margin-top: 33px;
	}
	.footer-nav li {
		text-align: center;
	}
	.copy--mobil {
		font-size: 1.2rem;
		display: block;
		text-align: center;
		margin-top: 45px;
	}
	.to-top {
		width: 56px;
		height: 56px;
		right: 28px;
		bottom: 28px;
	}
}

@media (max-width: 460px) {
	.block-social--footer .item-social__link {
		width: 40px;
		height: 40px;
	}
}

/*== END FOOTER ==*/
/*== BEGIN MODAL ==*/
.box-form-modal .title--modal {
	font-size: 4.8rem;
	color: #1D1F2B;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 23px;
}

.box-form-modal .title--modal span {
	display: block;
}

.reveal-modal-bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 50% !important;
	bottom: auto;
	position: fixed;
	width: 100%;
	z-index: 110;
	max-height: 100vh;
	padding: 20px 0;
	overflow: hidden;
	overflow-y: auto;
	transform: translateY(-50%);
	color: #141416;
}

.reveal-modal a, .reveal-modal button {
	transition: none;
}

.reveal-modal .form__block {
	margin-bottom: 10px;
}

.reveal-modal .form__block input {
	height: 40px;
	line-height: 39px;
}

.reveal-modal .form__block input, .reveal-modal .form__block textarea {
	transition: none;
}

.reveal-modal .form__block textarea {
	min-height: 120px;
	max-height: 120px;
	padding-top: 10px;
}

.reveal-modal--form .wrapp-modal {
	max-width: 960px;
	padding: 65px 35px 80px;
}

.reveal-modal--form .form--modal {
	max-width: 760px;
	margin: 0 auto;
}

.reveal-modal--form .form--modal input, .reveal-modal--form .form--modal textarea {
	background: transparent;
	font-family: 'CeraPro-Bold';
	height: auto;
	line-height: 1.2;
	padding: 0 10px 10px 0;
	border: none;
	border-bottom: 2px solid #1D1F2B;
	border-radius: 0;
}

.reveal-modal--form .form--modal input:focus, .reveal-modal--form .form--modal textarea:focus {
	border-bottom: 2px solid #1D1F2B;
}

.reveal-modal--form .form--modal input {
	line-height: 1;
	padding-bottom: 40px;
}

.reveal-modal--form .form--modal textarea {
	min-height: 100px;
	max-height: 100px;
}

.reveal-modal--form .block-btn {
	margin-top: 30px;
}

.reveal-modal--form .btn--modal::before {
	background-image: url(../img/sprite.png);
	background-position: -25px 0px;
	width: 24px;
	height: 24px;
}

.wrapp-modal {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
	padding: 35px 35px 25px;
	border-radius: 16px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.reveal-modal--thanks {
	position: fixed;
	text-align: center;
}

.reveal-modal--thanks .wrapp-modal {
	padding-bottom: 35px;
}

.reveal-modal--thanks p {
	margin: 12px 0 0;
}

.reveal-modal--thanks strong {
	font-size: 1.4rem;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 1.6;
}

.wrapp-thanks {
	padding: 55px 15px 25px;
}

.close-popap {
	font-weight: 300;
	font-size: 2.4rem;
	color: #141416;
	cursor: pointer;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 10px;
	right: 15px;
	z-index: 1;
}

.close-popap:hover {
	opacity: 0.8;
}

.thanks .close-popap {
	top: 15px;
	right: 20px;
}

@media (max-width: 860px) {
	.box-form-modal .title--modal {
		font-size: 3.6rem;
	}
}

@media (max-width: 767px) {
	.box-form-modal .title--modal {
		font-size: 3rem;
	}
}

@media (max-width: 660px) {
	.reveal-modal--form .form--modal input {
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.box-form-modal .title--modal {
		font-size: 2.4rem;
	}
	.reveal-modal--form .form--modal input {
		padding-bottom: 10px;
	}
	.reveal-modal--form .form .form__group .col {
		margin-bottom: 20px;
	}
}

@media (max-width: 460px) {
	.box-form-modal .title--modal {
		font-size: 1.8rem;
	}
}

@media (max-width: 420px) {
	.reveal-modal {
		width: 100%;
		padding: 20px 15px;
		left: 0;
		transform: translate(0, -50%);
	}
	.reveal-modal .form__block textarea {
		min-height: 100px;
		max-height: 100px;
	}
	.wrapp-modal {
		width: 100%;
		padding: 25px;
	}
}

@media (max-width: 400px) {
	.box-form-modal .title--modal {
		font-size: 1.5rem;
	}
}

@media (max-width: 350px) {
	.box-form-modal .title--modal {
		font-size: 1.3rem;
	}
}

/*== END MODAL ==*/
/*== BEGIN T&C and Policy ==*/
.container-info {
	font-family: 'geometria-reg';
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5 !important;
	font-weight: 400;
}
.container-info p{
	font-size: 1.5rem !important;
	line-height: 1.5 !important;	
}
.wrap_info ol{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.wrap_info ol li{
    display: list-item;
    font-size: 1.5rem !important;
    text-align: -webkit-match-parent;
}

.wrap_info ol li::marker{
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.wrap_info h1{
	margin-bottom: 20px;
}
.wrap_info{
	padding: 10px 0;
}
/*== END T&C and Policy ==*/
