/* section: promo */ /*
.promo {
    padding: 160px 0 80px;
    background: -o-linear-gradient(left, #545c69 0%, #262f3c 100%);
    background: -webkit-gradient(linear, left top, right top, from(#545c69), to(#262f3c));
    background: linear-gradient(90deg, #545c69 0%, #262f3c 100%);
    position: relative;
}
@media only screen and (max-width: 992px) {
    .promo {
        padding: 90px 0 50px;
    }
}
.promo__wrap {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
}
.promo__title {
    width: 100%;
    max-width: 990px;
    font-weight: 500;
    font-size: 55px;
    line-height: 65px;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .promo__title {
        font-size: 28px;
        line-height: 38px;
        max-width: 550px;
    }
}
@media only screen and (max-width: 576px) {
    .promo__title {
        text-align: center;
        margin: 0 auto;
    }
}
.promo__title span {
    color: #909cf8;
}
@media only screen and (max-width: 400px) {
    .promo__title span {
        display: block;
    }
}
.promo__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
    max-width: 240px;
    padding: 22px;
    background-color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #0f1011;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 992px) {
    .promo__btn {
        margin-top: 30px;
        padding: 13px;
        font-size: 17px;
        line-height: 150%;
    }
}
@media only screen and (max-width: 576px) {
    .promo__btn {
        margin: 30px auto 0;
    }
}
.promo__btn:hover {
    background-color: #909cf8;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.promo__items {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
    gap: 60px;
}
@media only screen and (max-width: 992px) {
    .promo__items {
        margin-top: 50px;
        gap: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .promo__items {
        grid-template-columns: 1fr;
    }
}
.promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    padding-left: 32px;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .promo__item {
        padding-left: 27px;
    }
}
.promo__item-count {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #909cf8;
}
.promo__item-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .promo__item-text {
        font-size: 18px;
    }
}
.promo__bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.promo__bg img {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .promo__bg img {
        width: 600px;
    }
}
@media only screen and (max-width: 992px) {
    .promo__bg img {
        width: 500px;
    }
}
@media only screen and (max-width: 768px) {
    .promo__bg img {
        width: 400px;
    }
}
@media only screen and (max-width: 576px) {
    .promo__bg img {
        width: auto;
        max-width: 100%;
    }
}

*/

/* section: promo */
.promo {
	padding: 160px 0 90px 0;
	background: -o-linear-gradient(left, #545c69 0%, #262f3c 100%);
	background: -webkit-gradient(linear, left top, right top, from(#545c69), to(#262f3c));
	background: linear-gradient(90deg, #545c69 0%, #262f3c 100%);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
@media only screen and (max-width: 992px) {
	.promo {
		padding: 90px 0 50px;
	}
}
.promo__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
.promo__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.promo__citys {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style-type: none;
	padding-right: 43px;
}
@media only screen and (max-width: 992px) {
	.promo__citys {
		display: none;
	}
}
.promo__citys::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 26px;
	width: 1px;
	height: calc(100% - 60px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #909cf8;
}
.promo__citys-items {
	position: relative;
	font-size: 32px;
	line-height: 65px;
	text-align: right;
	color: #ebebeb;
}
.promo__citys-items span {
	color: #747ece;
}
.promo__citys-items::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -19px;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: #909cf8;
}
.promo__title {
	width: 100%;
	max-width: 730px;
	font-weight: 500;
	font-size: 55px;
	line-height: 118%;
	color: #fff;
}
@media only screen and (max-width: 992px) {
	.promo__title {
		font-size: 28px;
		line-height: 38px;
		max-width: 550px;
	}
}
@media only screen and (max-width: 576px) {
	.promo__title {
		margin: 0 auto;
	}
}
.promo__title span {
	color: #909cf8;
}
@media only screen and (max-width: 400px) {
	.promo__title span {
		display: block;
	}
}
.promo__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	width: 100%;
	max-width: 280px;
	padding: 22px;
	background-color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #0f1011;
	-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 992px) {
	.promo__btn {
		margin-top: 30px;
		padding: 13px;
		font-size: 17px;
		line-height: 150%;
	}
}
@media only screen and (max-width: 576px) {
	.promo__btn {
		margin: 30px auto 0;
	}
}
.promo__btn:hover {
	background-color: #909cf8;
	color: #fff;
	-webkit-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.promo__items {
	margin-top: 92px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	gap: 30px;
}
@media only screen and (max-width: 992px) {
	.promo__items {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.promo__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.promo__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	height: auto;
	padding-left: 32px;
	position: relative;
}
@media only screen and (max-width: 992px) {
	.promo__item {
		padding-left: 27px;
	}
}
.promo__item-count {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	color: #909cf8;
}
.promo__item-text {
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
}
@media only screen and (max-width: 992px) {
	.promo__item-text {
		font-size: 18px;
	}
}
.promo__photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.promo__photo img {
	z-index: -1;
}
.promo__bg {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.promo__bg img {
	display: block;
}
@media only screen and (max-width: 1200px) {
	.promo__bg img {
		width: 600px;
	}
}
@media only screen and (max-width: 992px) {
	.promo__bg img {
		width: 500px;
	}
}
@media only screen and (max-width: 768px) {
	.promo__bg img {
		width: 400px;
	}
}
@media only screen and (max-width: 576px) {
	.promo__bg img {
		width: auto;
		max-width: 100%;
	}
}

/* section: registration */
.registration {
	padding: 80px 0 40px 0;
}
@media only screen and (max-width: 768px) {
	.registration {
		padding: 60px 0 30px 0;
	}
}
.registration__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.registration__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}
.registration__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px 24px 24px 32px;
	background: #f9f9f9;
	-webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
	box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
}
.registration__item::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(148.69deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	background: linear-gradient(301.31deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	z-index: -1;
}
.registration__title {
	margin-bottom: auto;
	font-weight: 500;
	font-size: 28px;
	line-height: 142%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.registration__title {
		font-size: 24px;
	}
}
.registration__title-info-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;
	width: 10px;
	height: 10px;
	font-size: 8px;
	line-height: 10px;
	border: 1px solid #909cf8;
	color: #909cf8;
	border-radius: 50%;
	background-color: #909cf83b;
	-webkit-transform: translate(-25%, -250%);
	-ms-transform: translate(-25%, -250%);
	transform: translate(-25%, -250%);
	cursor: default;
}
.registration__title-info-text {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 132px;
	padding: 5px 6px;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	background: #f8f8ff;
	border: 0.2px solid #909cf8;
	border-radius: 5px;
	font-size: 12px;
	line-height: 100%;
	color: #909cf8;
	text-align: left;
}
.registration__time {
	margin-top: 12px;
}
.registration__zone {
	margin-bottom: auto;
}
.registration__time,
.registration__zone {
	font-size: 24px;
	line-height: 133%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.registration__time,
	.registration__zone {
		font-size: 20px;
	}
}
.registration__price {
	margin-top: 36px;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.registration__price {
		font-size: 24px;
	}
}
.registration__btn {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 15px;
	width: 174px;
	height: 60px;
	border: 1px solid #000000;
	font-size: 16px;
	line-height: 100%;
	color: #0f1011;
	background-color: transparent;
}
.registration__btn:hover {
	background-color: #909cf8;
	border-color: #909cf8;
	color: #fff;
	-webkit-transition: all 0.3s, color 0.3s;
	-o-transition: all 0.3s, color 0.3s;
	transition: all 0.3s, color 0.3s;
}
@media only screen and (max-width: 768px) {
	.registration__btn {
		width: 100%;
		max-width: 223px;
	}
}

/* section: goal */
.goal {
	padding: 40px 0 40px 0;
}
@media only screen and (max-width: 768px) {
	.goal {
		padding: 30px 0 16px 0;
	}
}
.goal__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 992px) {
	.goal__wrap {
		display: block;
	}
}
.goal__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #0f1011;
}
@media only screen and (max-width: 992px) {
	.goal__title {
		font-size: 22px;
	}
}
.goal__body {
	margin-left: 80px;
}
@media only screen and (max-width: 992px) {
	.goal__body {
		margin-top: 12px;
		margin-left: 0px;
	}
}
.goal__descr {
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	color: #0f1011;
}
@media only screen and (max-width: 992px) {
	.goal__descr {
		font-size: 16px;
	}
}
.goal__list {
	margin-top: 32px;
	list-style-type: none;
}
.goal__list > * + * {
	margin-top: 20px;
}
.goal__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.goal__item-icon {
	margin-right: 20px;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}
.goal__item-text {
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.goal__item-text {
		font-size: 16px;
	}
}
.goal__item-text a {
	color: inherit;
	font-weight: 500;
	text-decoration: underline;
}

/* section: advantage */
.advantage {
	padding: 40px 0 30px 0;
}
@media only screen and (max-width: 768px) {
	.advantage {
		padding: 16px 0 28px;
	}
}
.advantage__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media only screen and (max-width: 768px) {
	.advantage__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.advantage__card {
	position: relative;
	padding: 30px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	.advantage__card {
		padding: 15px;
	}
}
.advantage__card::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(148.69deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	background: linear-gradient(301.31deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	z-index: -1;
}
@media only screen and (max-width: 768px) {
	.advantage__card_mobile-none {
		display: none;
	}
}
.advantage__card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.advantage__card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 992px) {
	.advantage__card-head {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.advantage__card-head > * + * {
	margin-left: 6px;
}
.advantage__card-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.advantage__card-title {
		font-size: 22px;
	}
}
.advantage__card-value {
	font-weight: 700;
	font-size: 96px;
	line-height: 140%;
	text-shadow: 1px 0 #747ece, -1px 0 #747ece, 0 1px #747ece, 0 -1px #747ece, 1px 1px #747ece, -1px -1px #747ece,
		1px -1px #747ece, -1px 1px #747ece;
	color: #fff;
}
@media only screen and (max-width: 1100px) {
	.advantage__card-value {
		font-size: 64px;
	}
}
@media only screen and (max-width: 992px) {
	.advantage__card-value {
		font-size: 30px;
	}
}
.advantage__card-icon {
	width: 104px;
	height: 111px;
}
@media only screen and (max-width: 992px) {
	.advantage__card-icon {
		width: 62px;
		height: 52px;
	}
}
@media only screen and (max-width: 576px) {
	.advantage__card-icon {
		width: 40px;
		height: 30px;
	}
}
.advantage__card-descr {
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.advantage__card-descr {
		font-size: 16px;
	}
}
.advantage__card-descr a {
	color: inherit;
	font-weight: 500;
	text-decoration: underline;
}

/* section: talk */
.talk {
	margin: 30px 0 30px 0;
	padding: 33px 0 35px 0;
	background: url(../../img/backgrounds/tack-bg.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
	.talk {
		padding: 15px 0 18px 0;
	}
}
.talk__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
@media only screen and (max-width: 768px) {
	.talk__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.talk__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 140%;
	color: #ffffff;
}
@media only screen and (max-width: 768px) {
	.talk__title {
		font-size: 16px;
		text-align: center;
	}
}
.talk__logo {
	width: 442px;
	height: 62px;
}
@media screen and (max-width: 950px) {
	.talk__logo {
		width: 300px;
		height: 62px;
	}
}
@media only screen and (max-width: 768px) {
	.talk__logo {
		width: 218px;
		height: 32px;
		margin-top: 15px;
	}
}
.talk__link {
	position: relative;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #ffffff;
	padding-left: 16px;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}
@media only screen and (max-width: 768px) {
	.talk__link {
		font-size: 16px;
		margin-top: 15px;
		padding-left: 0;
		-webkit-transform: translateX(-6px);
		-ms-transform: translateX(-6px);
		transform: translateX(-6px);
	}
}
.talk__link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	background-image: url('../../img/icons/arrow-top-rigth-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 22px;
	height: 22px;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
@media only screen and (max-width: 768px) {
	.talk__link::before {
		right: -10px;
		width: 14px;
		height: 14px;
	}
}

/* section: facts */
.facts {
	padding: 30px 0 30px 0;
}
@media only screen and (max-width: 768px) {
	.facts {
		padding: 40px 0 26px 0;
	}
}
.facts__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.facts__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.facts__wrap > * + * {
		margin-top: 20px;
	}
}
.facts__item {
	width: 100%;
	max-width: 320px;
}
@media only screen and (max-width: 768px) {
	.facts__item {
		max-width: 100%;
	}
}
.facts__item-title {
	font-weight: 500;
	font-size: 34px;
	line-height: 140%;
	color: #747ece;
}
@media only screen and (max-width: 992px) {
	.facts__item-title {
		font-size: 22px;
	}
}
.facts__divider {
	margin-top: 10px;
	width: 100%;
	max-width: 270px;
	border: none;
	border-top: 1px solid #747ece;
}
@media only screen and (max-width: 768px) {
	.facts__divider {
		max-width: 100%;
	}
}
.facts__descr {
	margin-top: 10px;
	font-size: 20px;
	line-height: 120%;
	color: #263238;
}
@media only screen and (max-width: 992px) {
	.facts__descr {
		font-size: 16px;
	}
}

/* section: tasks */
.tasks {
	padding: 30px 0 40px 0;
}
@media only screen and (max-width: 992px) {
	.tasks {
		padding: 26px 0 30px 0;
	}
}
.tasks__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}
.tasks__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.tasks__title {
		font-size: 22px;
	}
}
.tasks__items {
	margin-top: 32px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-webkit-column-gap: 54px;
	-moz-column-gap: 54px;
	column-gap: 54px;
}
@media only screen and (max-width: 992px) {
	.tasks__items {
		margin-top: 20px;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
		row-gap: 27px;
	}
}
.tasks__card-icon-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background: #ebedff;
	-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
	.tasks__card-icon-wrap {
		width: 38px;
		height: 38px;
	}
}
.tasks__card-icon-wrap::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(148.69deg, #909cf8 -2.3%, #909cf800 127.41%);
	background: linear-gradient(301.31deg, #909cf8 -2.3%, #909cf800 127.41%);
	z-index: -1;
}
.tasks__card-title {
	margin-top: 24px;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.tasks__card-title {
		margin-top: 10px;
		font-size: 20px;
	}
}
.tasks__card-descr {
	margin-top: 10px;
	font-size: 20px;
	line-height: 120%;
	color: #545c69;
}
@media only screen and (max-width: 992px) {
	.tasks__card-descr {
		margin-top: 8px;
		font-size: 16px;
	}
}

/* section: open */
.open {
	padding: 40px 0 80px 0;
	background: #ffffff;
}
@media only screen and (max-width: 992px) {
	.open {
		padding: 30px 0 60px 0;
	}
}
.open__wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}
.open__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.open__title {
		font-size: 22px;
	}
}
.open__descr {
	margin-top: 20px;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.open__descr {
		font-size: 16px;
	}
}
.open__descr span {
	color: #909cf8;
}
.open__items {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media only screen and (max-width: 992px) {
	.open__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.open__card {
	position: relative;
	background: #f9f9f9;
	min-height: 287px;
}
.open__card::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: -o-linear-gradient(148.69deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	background: linear-gradient(301.31deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	z-index: -1;
}
.open__card:nth-child(1) {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.open__card-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 30px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
	.open__card-wrap {
		padding: 20px;
	}
}
.open__num {
	position: absolute;
	right: 30px;
	bottom: -52px;
	font-weight: 700;
	font-size: 200px;
	line-height: 120%;
	color: #909cf8;
	opacity: 0.2;
}
@media only screen and (max-width: 992px) {
	.open__num {
		font-size: 100px;
		bottom: -26px;
	}
}
.open__card-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 992px) {
	.open__card-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.open__card-head > * + * {
	margin-left: 16px;
}
@media only screen and (max-width: 992px) {
	.open__card-head > * + * {
		margin-left: 0px;
	}
}
.open__card-days {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	padding-left: 17px;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.open__card-days {
		font-size: 16px;
	}
}
.open__card-days::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background-image: url('../../img/icons/days-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.open__card-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #000000;
}
@media only screen and (max-width: 992px) {
	.open__card-title {
		font-size: 16px;
		margin-top: 12px;
	}

	.open__card-title br {
		display: none;
	}
}
.open__card-list {
	margin-top: 33px;
	list-style-type: none;
}
@media only screen and (max-width: 992px) {
	.open__card-list {
		margin-top: 12px;
	}
}
.open__card-list-item {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #545c69;
	max-width: 450px;
}
.open__card-list-item::before {
	content: '– ';
}
@media only screen and (max-width: 992px) {
	.open__card-list-item {
		font-size: 16px;
	}
}

/* section: services */
.services {
	padding: 80px 0 40px 0;
	background-color: #f8f8f8;
}
@media only screen and (max-width: 992px) {
	.services {
		padding: 30px 0 30px 0;
		background-color: #f8f8f8;
	}
}
.services__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
.services__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.services__title {
		font-size: 22px;
	}
}
.services__items {
	margin-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
@media only screen and (max-width: 992px) {
	.services__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.services__item {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
	box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
	.services__item {
		padding: 20px 10px;
	}
}
.services__item-title {
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.services__item-title {
		font-size: 16px;
	}
}
.services__list {
	margin-top: 20px;
	list-style-type: none;
}
.services__list > * + * {
	margin-top: 12px;
}
.services__list-item {
	position: relative;
	font-size: 18px;
	line-height: 150%;
	color: #0f1011;
	padding-left: 30px;
}
@media only screen and (max-width: 992px) {
	.services__list-item {
		font-size: 16px;
	}
}
.services__list-item::before {
	position: absolute;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 11px;
	background: #909cf8;
}

/* section: taxes */
.taxes {
	padding: 80px 0 80px 0;
	background-color: #545c69;
}
@media only screen and (max-width: 992px) {
	.taxes {
		padding: 40px 0 50px 0;
	}
}
.taxes.taxes_blue {
	background-color: #909cf8;
}
.taxes__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
.taxes__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 22px 1fr;
	grid-template-columns: 2fr 1fr;
	-webkit-column-gap: 22px;
	-moz-column-gap: 22px;
	column-gap: 22px;
}
@media only screen and (max-width: 992px) {
	.taxes__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.taxes__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 140%;
	color: #fff;
}
.taxes__title span {
	color: #adb7ff;
}
.taxes_blue .taxes__title span {
	color: #fff;
}
@media only screen and (max-width: 992px) {
	.taxes__title {
		font-size: 20px;
	}
}
.taxes__descr {
	margin-top: 8px;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	.taxes__descr {
		margin-top: 19px;
		font-size: 16px;
	}
}
.taxes__list {
	margin-top: 30px;
	padding-right: 50px;
	list-style-type: none;
}
.taxes__list > * + * {
	margin-top: 20px;
}
@media only screen and (max-width: 992px) {
	.taxes__list {
		padding-right: 0;
		margin-top: 20px;
		font-size: 16px;
	}
}
.taxes__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.taxes__list-item > * + * {
	margin-left: 22px;
}
@media only screen and (max-width: 992px) {
	.taxes__list-item > * + * {
		margin-left: 10px;
	}
}
.taxes__list-icon {
	width: 20px;
	margin-top: 4px;
}
@media only screen and (max-width: 992px) {
	.taxes__list-icon {
		width: 11px;
	}
}
.taxes__list-text {
	font-size: 24px;
	line-height: 120%;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	.taxes__list-text {
		font-size: 16px;
	}
}
.taxes__items > * + * {
	margin-top: 20px;
}
@media only screen and (max-width: 992px) {
	.taxes__items {
		margin-top: 20px;
	}
}
.taxes__item > * + * {
	margin-top: 10px;
}
.taxes__item-percent {
	font-size: 40px;
	line-height: 140%;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	.taxes__item-percent {
		font-size: 30px;
	}
}
.taxes__item-divider {
	border: none;
	border-top: 1px solid #ffffff;
}
.taxes__item-descr {
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	.taxes__item-descr {
		font-size: 16px;
	}
}

/* section: interesting */
.interesting {
	padding: 80px 0 40px 0;
}
@media only screen and (max-width: 992px) {
	.interesting {
		padding: 60px 0 30px 0;
	}
}
.interesting__wrap {
	position: relative;
	padding: 0 20px 280px 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
@media only screen and (max-width: 992px) {
	.interesting__wrap {
		padding: 0px 20px 0px 20px;
	}
}
.interesting__title {
	font-weight: 500;
	font-size: 40px;
	line-height: 120%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.interesting__title {
		font-size: 18px;
	}
}
.interesting__list {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 35px;
}
@media only screen and (max-width: 992px) {
	.interesting__list {
		margin-top: 30px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 0px;
	}
}
.interesting__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media only screen and (max-width: 992px) {
	.interesting__list-item {
		border-top: 1px solid #c4c4c4;
		padding: 25px 0;
	}
	.interesting__list-item:last-child {
		padding: 25px 0 0 0;
	}
}
.interesting__list-item > * + * {
	margin-left: 10px;
}
@media only screen and (max-width: 992px) {
	.interesting__list-item > * + * {
		margin-left: 5px;
	}
}
.interesting__list-item-num {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	font-size: 16px;
	line-height: 100%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.interesting__list-item-num {
		font-size: 12px;
	}
}
.interesting__lsit-item-text {
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #0f1011;
}
.interesting__lsit-item-text span {
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.interesting__lsit-item-text {
		font-size: 18px;
	}
}
.interesting__img {
	position: absolute;
	width: 375px;
	height: 379px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	bottom: 20px;
	right: 50px;
}
@media only screen and (max-width: 992px) {
	.interesting__img {
		display: none;
	}
}

/* section: companies */
.companies {
	padding: 40px 0;
}
@media only screen and (max-width: 992px) {
	.companies {
		padding: 30px 0;
	}
}
.companies__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
}
.companies__title {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 40px;
	line-height: 140%;
	text-align: center;
	color: #0f1011;
}
@media only screen and (max-width: 992px) {
	.companies__title {
		font-size: 22px;
		max-width: 550px;
	}
}
.companies__items {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 12px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	gap: 12px;
}
@media only screen and (max-width: 992px) {
	.companies__items {
		margin-top: 30px;
		gap: 14px;
	}
}
@media only screen and (max-width: 768px) {
	.companies__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
.companies__item {
	padding: 24px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	background-color: #fff;
	-webkit-box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
	box-shadow: -1px 1px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
	.companies__item {
		padding: 10px 15px;
	}
}
.companies__item-caption {
	font-weight: normal;
	font-size: 20px;
	line-height: 120%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.companies__item-caption {
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.companies__item-caption {
		font-size: 16px;
	}
}
@media only screen and (max-width: 576px) {
	.companies__item-caption {
		font-size: 13px;
	}
}
.companies__item-img {
	margin-top: 26px;
	display: block;
	max-width: 100%;
}
@media only screen and (max-width: 992px) {
	.companies__item-img {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.companies__item-img {
		margin: 15px auto 0 auto;
	}
}

/* section: blogs */
.blogs {
	padding-top: 150px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
	.blogs {
		padding-top: 30px;
	}
}
.blogs__wrap {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-gap: 15px 80px;
	gap: 15px 80px;
}
@media only screen and (max-width: 1200px) {
	.blogs__wrap {
		gap: 30px 50px;
		grid-template-columns: 250px 1fr;
	}
}
@media only screen and (max-width: 992px) {
	.blogs__wrap {
		grid-template-columns: 1fr;
	}
}
.blogs__title {
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	color: #909cf8;
}
@media only screen and (max-width: 992px) {
	.blogs__title {
		font-size: 18px;
		line-height: 120%;
	}
}
.blogs__items {
	grid-column: 2/3;
	grid-row: 1/3;
}
@media only screen and (max-width: 992px) {
	.blogs__items {
		grid-column: initial;
		grid-row: initial;
		margin-top: 10px;
	}
}
.blogs__item {
	padding: 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #c4c4c4;
}
@media only screen and (max-width: 992px) {
	.blogs__item {
		padding: 25px 0;
	}
}
@media only screen and (max-width: 576px) {
	.blogs__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
	}
}
.blogs__item:last-child {
	border-bottom: 1px solid #c4c4c4;
}
.blogs__item-desrc {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-right: 42px;
}
@media only screen and (max-width: 576px) {
	.blogs__item-desrc {
		margin-right: 0;
		margin-bottom: 25px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
	}
}
.blogs__item-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blogs__item-caption:hover .blogs__item-caption-text {
	color: #909cf8;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.blogs__item-caption:hover .blogs__item-caption-arr path {
	stroke: #909cf8;
	-webkit-transition: stroke 0.3s;
	-o-transition: stroke 0.3s;
	transition: stroke 0.3s;
}
.blogs__item-caption-text {
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	color: #0f1011;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 380px;
	flex: 0 1 380px;
	margin-right: 15px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
	.blogs__item-caption-text {
		font-size: 18px;
		line-height: 120%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
}
.blogs__item-caption-arr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 992px) {
	.blogs__item-caption-arr {
		display: none;
	}
}
.blogs__item-caption-arr path {
	-webkit-transition: stroke 0.3s;
	-o-transition: stroke 0.3s;
	transition: stroke 0.3s;
}
.blogs__item-date {
	margin-top: 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #c4c4c4;
}
.blogs__item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 244px;
	flex: 0 0 244px;
}
@media only screen and (max-width: 576px) {
	.blogs__item-img {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
}
.blogs__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 576px) {
	.blogs__item-img img {
		height: 120px;
	}
}
.blogs__more {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.blogs__more:hover .blogs__more-text {
	color: #909cf8;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.blogs__more-arr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #909cf8;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 100%;
}
@media only screen and (max-width: 992px) {
	.blogs__more-arr {
		width: 35px;
		height: 35px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
	}
}
@media only screen and (max-width: 576px) {
	.blogs__more-arr {
		width: 30px;
		height: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
	}
}
.blogs__more-arr img {
	max-width: 100%;
}
.blogs__more-text {
	font-weight: normal;
	font-size: 24px;
	line-height: 120%;
	color: #0f1011;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
	.blogs__more-text {
		font-size: 18px;
	}
}

.freezone-services__nav-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.freezone-services {
	padding: 80px 0;
	background-color: #f8f8f8;
	overflow: hidden;
}
.freezone-services__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.freezone-services__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.freezone-services__nav-button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background-color: #909cf8;
	border-radius: 50%;
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.freezone-services__nav-button:first-child {
	margin-right: 20px;
}
.freezone-services__nav-button:first-child .icon {
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.freezone-services__nav-button.swiper-button-disabled,
.freezone-services__nav-button[disabled] {
	cursor: not-allowed;
	opacity: 0.4;
}
.freezone-services__nav-button:not(.swiper-button-disabled):not([disabled]):hover {
	opacity: 0.6;
}
.freezone-services__nav-button .icon {
	width: 24px;
	height: 24px;
}
.freezone-services__slider {
	margin-top: 40px;
	overflow: visible;
}
.freezone-services__slide {
	height: auto;
}
.freezone-services__item {
	height: 100%;
	background-color: #fff;
	border: 1px solid;
	border-image-source: linear-gradient(301.31deg, #c4c4c4 -2.3%, rgba(196, 196, 196, 0) 127.41%);
	border-image-slice: 1;
}
.freezone-services__item-caption {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.freezone-services__item-arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	fill: rgba(0, 0, 0, 0);
	stroke: #909cf8;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: -webkit-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.js-freezone-services-trigger.is-active .freezone-services__item-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.freezone-services__item-list {
	margin-top: 20px;
}
.freezone-services__item-list ul {
	list-style-type: none;
}
.freezone-services__item-list li {
	position: relative;
	padding-left: 20px;
}
.freezone-services__item-list li:not(:last-child) {
	margin-bottom: 12px;
}
.freezone-services__item-list li::before {
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	background-color: #909cf8;
}

@media only screen and (max-width: 992px) {
	.freezone-services {
		padding: 60px 0;
	}
	.freezone-services__nav-button {
		width: 36px;
		height: 36px;
	}
	.freezone-services__nav-button:first-child {
		margin-right: 10px;
	}
	.freezone-services__nav-button .icon {
		width: 20px;
		height: 20px;
	}
	.freezone-services__slider {
		margin-top: 20px;
	}
	.freezone-services__item-list {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 576px) {
	.freezone-services__title {
		font-size: 22px;
		color: #0f1011;
	}
	.freezone-services__nav {
		display: none;
	}
	.freezone-services__slider .swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
	.freezone-services__slide {
		width: 100% !important;
		margin: 0 !important;
	}
	.freezone-services__slide:not(:last-child) {
		margin-bottom: 10px !important;
	}
	.freezone-services__item-header {
		padding: 20px;
		cursor: pointer;
	}
	.freezone-services__item-caption {
		line-height: 1.2;
	}
	.freezone-services__item-list {
		display: none;
		margin-top: 0;
	}
	.freezone-services__item-list ul {
		padding: 0 20px 20px;
	}
}

@media only screen and (min-width: 577px) and (max-width: 992px) {
	.freezone-services__slide {
		width: calc(100% - 50px);
	}
}
@media only screen and (min-width: 577px) {
	.freezone-services__title {
		margin-right: 2rem;
	}
	.freezone-services__item {
		padding: 20px;
	}
	.freezone-services__item-arrow {
		display: none;
	}
	.freezone-services__item-list {
		display: block !important;
	}
}
@media only screen and (min-width: 993px) {
	.freezone-services__item {
		padding: 30px;
	}
}

.bot-wrapper {
	background: #909CF8;
	color: #fff;
	background-image: url("/wp-content/themes/relocate-uae/img/bot-bg.png");
	background-position: center;
	background-size: cover;
	padding: 50px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 991px) {
	.bot-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
		padding: 30px;
	}
	.bot-wrapper img {
		max-width: 155px;
		display: block;
		margin: auto;
	}
}
.bot-wrapper__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.bot-wrapper__inner {
		padding-bottom: 100px;
	}
}
.bot-wrapper .title-block {
	color: #fff;
	margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
	.bot-wrapper .title-block {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 80px;
	}
}
.bot-wrapper .promo__btn {
	position: relative;
	margin-top: -20px;
}
.bot-wrapper .promo__btn:hover {
	color: #0f1011;
	background-color: #ffffff99;
}
@media screen and (max-width: 991px) {
	.bot-wrapper .promo__btn {
		margin: auto;
	}
}
.bot-wrapper .promo__btn::after {
	content: "";
	width: 190px;
	height: 151px;
	background-image: url("/wp-content/themes/relocate-uae/img/arrow-bot.svg");
	position: absolute;
	left: 100%;
	top: 0px;
}
@media screen and (max-width: 991px) {
	.bot-wrapper .promo__btn::after {
		left: auto;
		right: -50px;
		top: 100%;
	}
}

.bot-section {
	padding: 60px 0;
}

.sert_swiper {
	padding: 40px 0;
	background: #F8F8F8;
	overflow: hidden;

}
.sert_swiper .container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.sert_swiper__top {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.sert_swiper__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #0f1011;
}
.swiper_sert {
	overflow: visible;
}
.swiper_sert__item {
	background: #FFFFFF;
	padding: 18px;
	max-width: 560px;
	width: 100%;
	border: 1px solid #C4C4C4;
	cursor: pointer;
	height: auto;
	display: flex;


}
.swiper_sert__item_img {
	max-width: 413px;
	width: 100%;
	object-fit: contain;
	margin: auto;
	height: 100%;
}
@media only screen and (max-width: 992px) {
	.sert_swiper__title {
		font-size: 22px;
	}
	.swiper_sert__item {
		max-width: 450px;

	}


}
@media (max-width:768px) {
	.swiper_sert__item {
		padding: 0;
		max-width: 90%;
	}
}