.container-l {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1280px;
}

.dis-scroll {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.page--ios .dis-scroll {
	position: relative;
}
.posts-carousel-section .section-header {
	margin-bottom: 100px;
}
.post-carousel__wrapper {
	overflow: visible !important;
}
.post-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin: 0 0 50px;
	overflow: visible;
}
.post-carousel .post__item {
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 10px;
}
.post-carousel .post_item__image {
	position: relative;
}
.post-carousel .post_item__tags {
	position: absolute;
	left: 14px;
	top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.post-carousel .post_item__tags span {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 30px;
	background: #05375b;
	padding: 4px 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
.post-carousel .post_item-date {
	position: absolute;
	left: 14px;
	bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 20px;
	background: #ff9b00;
	padding: 4px 14px;
	color: #342000;
}
.post-carousel .post_item__content {
	padding: 0 14px 14px;
}
.post-carousel .post_item__header {
	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;
	gap: 15px;
	margin-top: 8px;
}
.post-carousel .post_item__header .post_item__header-title {
	color: #00375b;
	font-size: 22px;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
.post-carousel .post_item__header .post_item__header-title a {
	color: #00375b;
}
.post-carousel .post_item__header .post_item__header-link {
	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: 40px;
	height: 40px;
	background: #00375b;
	border-radius: 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.post-carousel .post_item__header .post_item__header-link path,
.post-carousel .post_item__header .post_item__header-link svg {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.post-carousel .post_item__header .post_item__header-link:hover {
	background: rgba(0, 55, 91, 0.1);
}
.post-carousel .post_item__header .post_item__header-link:hover path,
.post-carousel .post_item__header .post_item__header-link:hover svg {
	fill: #00375b;
}
@media screen and (max-width: 772px) {
	.posts-carousel-section .section-header {
		margin-bottom: 50px;
	}
	.post-carousel .post_item__tags span {
		font-size: 12px;
		line-height: 140%;
	}
	.post-carousel .post_item-date {
		font-size: 12px;
	}
	.post-carousel .post_item__header .post_item__header-title {
		font-size: 16px;
	}
	.post-carousel .post_item__header .post_item__header-link {
		width: 30px;
		height: 30px;
	}
	.post-carousel .post_item__header .post_item__header-link svg {
		height: 10px;
	}
}
.post-carousel .post_item-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
@media screen and (max-width: 772px) {
	.post-carousel .post_item-description {
		font-size: 14px;
		line-height: 150%;
		margin-bottom: 0;
	}
}
.step-carousel .section-header {
	margin-bottom: 50px;
}
.step-carousel .step-item {
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 24px;
	max-height: 580px;
	height: 580px;
	border-radius: 10px;
}
.step-carousel .step-item .step-item-btn {
	width: 222px;
	position: absolute;
	bottom: 24px;
	right: 24px;
}
.step-carousel .step-item .step-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	gap: 13px;
	border-radius: 10px;
	background: #fff;
	padding: 16px 30px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	max-width: 500px;
}
.step-carousel .step-item .step-item__header h3 {
	color: #00375b;
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}
.step-carousel .step-item .step-item__header .step-item__info h2 {
	color: #00375b;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 772px) {
	.step-carousel .step-item {
		height: 475px;
	}
	.step-carousel .step-item .step-item-btn {
		width: calc(100% - 48px);
		left: 24px;
	}
	.step-carousel .step-item .step-item__header {
		max-width: 100%;
	}
	.step-carousel .step-item .step-item__header h3 {
		font-size: 34px;
	}
	.step-carousel .step-item .step-item__header .step-item__info h2 {
		font-size: 18px;
	}
}
.step-carousel .step-item .step-item__header .step-item__info p {
	color: #797979;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 1px;
	margin-bottom: 0;
}
.step-carousel__wrapper {
	padding-bottom: 60px !important;
	position: relative !important;
}
.step-carousel__wrapper .step-carousel__btns {
	position: absolute;
	left: 24px;
	bottom: 84px;
	width: 120px;
	height: 50px;
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-next {
	right: 0;
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-next,
.step-carousel__wrapper .step-carousel__btns .swiper-button-prev {
	position: absolute;
	background-color: #ff9b00;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-next::after,
.step-carousel__wrapper .step-carousel__btns .swiper-button-prev::after {
	content: none;
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-next:hover,
.step-carousel__wrapper .step-carousel__btns .swiper-button-prev:hover {
	background-color: #eb8d00;
}
.step-carousel__wrapper .step-carousel__btns .swiper-button-next svg,
.step-carousel__wrapper .step-carousel__btns .swiper-button-prev svg {
	width: 15px;
	height: 10px;
}
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-next.swiper-button-disabled,
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-prev.swiper-button-disabled {
	background-color: #fff;
	opacity: 1;
}
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-next.swiper-button-disabled
	path,
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-next.swiper-button-disabled
	svg,
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-prev.swiper-button-disabled
	path,
.step-carousel__wrapper
	.step-carousel__btns
	.swiper-button-prev.swiper-button-disabled
	svg {
	fill: #ff9b00;
}
.team-carousel-section .section__btns {
	margin-top: 40px;
}
@media screen and (max-width: 772px) {
	.step-carousel .step-item .step-item__header .step-item__info p {
		font-size: 12px;
		line-height: 16px;
	}
	.step-carousel__wrapper {
		padding-bottom: 50px !important;
	}
	.team-carousel-section .section__btns {
		margin-top: 14px;
	}
}
.team-carousel-section .team-carousel-section_swiper {
	padding: 10px 10px 50px;
}
.team-carousel-section .team-carousel-section_swiper .team-carousel__item {
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__image {
	max-width: 100%;
	max-height: 248px;
	overflow: hidden;
	border-radius: 10px;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__image
	img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__image
	img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content {
	padding: 0 5px 11px 14px;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin: 14px 0 6px;
}
@media screen and (max-width: 772px) {
	.team-carousel-section
		.team-carousel-section_swiper
		.team-carousel__item
		.team-carousel_item__content
		p {
		font-size: 14px;
	}
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	h3 {
	color: #00375b;
	font-size: 18px;
	font-weight: 900;
	line-height: 100%;
	margin: 0 0 15px;
}
@media screen and (max-width: 772px) {
	.team-carousel-section
		.team-carousel-section_swiper
		.team-carousel__item
		.team-carousel_item__content
		h3 {
		font-size: 16px;
		margin: 10px 0 15px;
	}
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #797979;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	margin: 15px 0 0;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 20px;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	.star {
	color: rgba(224, 164, 67, 0);
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
		1px 1px 0 #000;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	.star
	svg {
	width: 12px;
	height: 12px;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	.star.full {
	color: #ff9b00;
}
.team-carousel-section
	.team-carousel-section_swiper
	.team-carousel__item
	.team-carousel_item__content
	.score {
	color: #000;
	margin-left: 7px;
	font-size: 16px;
	font-weight: 800;
	line-height: 100%;
}
.locates-carousel__swiper .carousel-controls--standard .swiper-button-next,
.locates-carousel__swiper .carousel-controls--standard .swiper-button-prev {
	top: 50%;
}
.carousel-controls--standard .swiper-button-next,
.carousel-controls--standard .swiper-button-prev {
	background-color: #ff9b00;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: calc(50% - 10px);
}
.carousel-controls--standard .swiper-button-next:hover,
.carousel-controls--standard .swiper-button-prev:hover {
	background-color: #d78100;
}
.carousel-controls--standard .swiper-button-next.swiper-button-disabled,
.carousel-controls--standard .swiper-button-prev.swiper-button-disabled {
	background-color: #fff;
	border: 1px solid #ff9b00;
	opacity: 1;
}
.carousel-controls--standard .swiper-button-next.swiper-button-disabled path,
.carousel-controls--standard .swiper-button-next.swiper-button-disabled svg,
.carousel-controls--standard .swiper-button-prev.swiper-button-disabled path,
.carousel-controls--standard .swiper-button-prev.swiper-button-disabled svg {
	fill: #ff9b00;
}
.carousel-controls--standard .swiper-button-next svg,
.carousel-controls--standard .swiper-button-prev svg {
	width: 15px;
	height: 10px;
}
.carousel-controls--standard .swiper-button-next::after,
.carousel-controls--standard .swiper-button-prev::after {
	content: none;
}
.carousel-controls--standard .swiper-button-prev {
	left: 0;
}
.carousel-controls--standard .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carousel-controls--standard .swiper-button-next {
	right: 0;
}
.swiper-pagination-bullet {
	background: #d2e1eb !important;
	opacity: 1 !important;
	margin: 0 3.5px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #00375b !important;
}
.locates-carousel__item {
	position: relative;
	height: 395px;
	overflow: hidden;
	border-radius: 10px;
}
.locates-carousel__item > img {
	width: 100%;
	height: 380px;
	border-radius: 10px;
}
.locates-carousel__item .locates-carousel__content {
	position: absolute;
	left: 24px;
	bottom: 34px;
}
.locates-carousel__item .locates-carousel__content h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 6px;
}
.locates-carousel__item .locates-carousel__content a {
	position: relative;
	color: #ff9b00;
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.locates-carousel__item .locates-carousel__content a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 8px;
	background-color: #ff9b00;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.locates-carousel__item .locates-carousel__content a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.swiper.locates-carousel__swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	padding: 50px 10px;
}
.team .team__swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 24px;
	padding: 125px 20px 10px;
}
@media screen and (max-width: 1023px) {
	.team .team__swiper {
		padding-bottom: 50px;
		gap: 0;
	}
}
@media screen and (max-width: 762px) {
	.team .team__swiper {
		padding-top: 24px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
.team .team__item {
	position: relative;
	max-width: 364px;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 10px 10px 24px;
}
@media screen and (max-width: 1023px) {
	.team .team__item {
		max-width: auto;
	}
}
.team .team__item::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -95px;
	display: inline-block;
	width: 13.32px;
	height: 65px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13.321899' height='65.004028' viewBox='0 0 13.3219 65.004' fill='none'><g opacity='0.3'><path d='M7.66 61.58L11.61 57.63C12 57.24 12.62 57.24 13.02 57.63C13.42 58.03 13.42 58.65 13.02 59.05L7.36 64.7C6.97 65.1 6.34 65.1 5.95 64.7L0.29 59.05C-0.1 58.65 -0.1 58.03 0.29 57.63C0.69 57.24 1.31 57.24 1.71 57.63L5.66 61.58L5.66 1C5.66 0.44 6.1 0 6.66 0C7.22 0 7.66 0.44 7.66 1L7.66 61.58Z' fill='%2300375B'/></g></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}
.team .team__item .team_item__content {
	padding: 20px 14px 0;
}
.team .team__item .team_item-avatar {
	max-width: 344px;
	width: 100%;
	max-height: 248px;
	border-radius: 10px;
	background: #d9d9d9;
}
.team .team__item h3 {
	color: #00375b;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}
@media screen and (max-width: 772px) {
	.team-carousel-section
		.team-carousel-section_swiper
		.team-carousel__item
		.team-carousel_item__content
		.score {
		font-size: 12px;
		margin-left: 2px;
	}
	.team .team__item {
		padding: 10px 10px 20px;
	}
	.team .team__item::after {
		content: none;
	}
	.team .team__item .team_item__content {
		padding: 10px 10px 0;
	}
	.team .team__item h3 {
		font-size: 20px;
	}
}
.team .team__item p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
	margin: 14px 0 17px;
	height: 88px;
}
@media screen and (max-width: 772px) {
	.team .team__item p {
		font-size: 14px;
		margin: 8px 0 10px;
		height: 88px;
	}
}
.team .team__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding-left: 12px;
	margin: 0;
}
.team .team__item ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.team .team__item ul li::marker {
	color: #f8aa00;
}
.team .team__item a {
	width: 100%;
	margin-top: 45px;
}
.faq .section-header {
	margin-bottom: 100px;
}
.faq .faq__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 50px;
}
@media screen and (max-width: 772px) {
	.team .team__item ul li {
		font-size: 14px;
	}
	.team .team__item a {
		margin-top: 20px;
	}
	.faq .section-header {
		margin-bottom: 50px;
	}
	.faq .faq__list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}
}
.faq__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-left: 0;
	margin: 0;
	list-style: none;
}
@media screen and (max-width: 981px) {
	.faq__col {
		gap: 12px;
	}
}
.faq__item {
	background: #fff;
	color: #00375b;
	border: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
	padding: 18px 24px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.faq__item .faq__question {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.faq__item .faq__question span {
	color: #00375b;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}
.faq__icon {
	font-size: 24px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq__answer {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.4s, opacity 0.4s;
	transition: max-height 0.4s, opacity 0.4s;
	opacity: 0;
	padding: 0;
	background: #fff;
	border-radius: 0 0 12px 12px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.faq__item.active .faq__answer {
	width: 100%;
	max-height: 500px;
	opacity: 1;
	padding-bottom: 20px;
	margin-top: 11px;
}
.faq__item.active .faq__icon {
	content: '–';
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.actions .actions__main {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#00375b),
		to(#00375b)
	);
	background: linear-gradient(90deg, #00375b, #00375b 100%);
	color: #fff;
}
.actions .actions__main .actions_main__wrapper {
	position: relative;
	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;
}
.actions .actions__main .actions_main__wrapper .actions__image {
	position: absolute;
	right: -5%;
	bottom: 5.2%;
}
.actions .actions__main .actions_main__wrapper .actions__image,
.actions .actions__main .actions_main__wrapper .actions__image img {
	height: 105%;
}
@media screen and (max-width: 982px) {
	.actions .actions__main .actions_main__wrapper .actions__image,
	.actions .actions__main .actions_main__wrapper .actions__image img {
		height: 105%;
	}
}
@media screen and (max-width: 772px) {
	.faq__item .faq__question span {
		font-size: 18px;
	}
	.faq__answer {
		font-size: 14px;
		line-height: 120%;
	}
	.actions .actions__main .actions_main__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
	.actions .actions__main .actions_main__wrapper .actions__image,
	.actions .actions__main .actions_main__wrapper .actions__image img {
		height: 95%;
		max-height: 335px;
		max-width: calc(100vw - 40px);
		object-fit: contain;
	}
	.actions .actions__main .actions_main__wrapper .actions__image {
		position: relative;
		right: 0;
		bottom: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-top: -8%;
	}
}
.actions .actions__main .actions_main__wrapper .actions__content {
	max-width: 50%;
	padding: 137px 0;
}
.actions .actions__main .actions_main__wrapper .actions__content h2 {
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
@media screen and (max-width: 982px) {
	.actions .actions__main .actions_main__wrapper .actions__content h2 {
		font-size: 30px;
	}
}
.actions .actions__main .actions_main__wrapper .actions__content h3 {
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 16px 0;
}
@media screen and (max-width: 982px) {
	.actions .actions__main .actions_main__wrapper .actions__content h3 {
		font-size: 22px;
	}
}
.actions .actions__main .actions_main__wrapper .actions__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 16px;
}
.actions .actions__main .actions_main__wrapper div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.actions .actions__selectors {
	color: #fff;
	background: #002035;
	padding: 23px 0;
}
.actions .actions__btns {
	margin-top: 100px;
}
.actions .actions__btns a {
	height: 76px;
	padding: 13px 13px 13px 15px;
}
.actions .actions__btns a span:first-child {
	font-size: 18px;
	text-align: left;
}
.actions .actions__btns a .btn--arrow {
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 771px) {
	.actions .actions__btns a {
		height: 60px;
		padding: 13px 6px 13px 15px;
	}
}
.actions .actions_btns__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}
@media screen and (max-width: 982px) {
	.actions .actions__main .actions_main__wrapper .actions__content p {
		font-size: 14px;
		max-width: 380px;
	}
	.actions .actions__btns {
		margin-top: 50px;
	}
	.actions .actions_btns__wrapper {
		gap: 16px;
	}
}
.select__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.select__wrapper label {
	font-size: 1rem;
}
.custom-select select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #f2f2f2;
	color: #00243a;
	padding: 16px 40px 16px 24px;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 18px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.custom-select select:hover {
	background-color: #e8e8e8;
}
.actions_selectors__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}
.section-video .section-video__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
@media screen and (max-width: 772px) {
	.actions .actions__main .actions_main__wrapper .actions__content {
		max-width: 100%;
		width: 100%;
		padding: 20px 0 50px;
	}
	.actions .actions_btns__wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.actions_selectors__wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.section-video .section-video__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}
.section-video .section-video__wrapper .section-video__content h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}
@media screen and (max-width: 1100px) {
	.section-video .section-video__wrapper .section-video__content h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 912px) {
	.section-video .section-video__wrapper .section-video__content h2 {
		font-size: 30px;
	}
}
.section-video .section-video__wrapper .section-video__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 10px;
	margin: 14px 0 24px;
}
.section-video .section-video__wrapper .section-video__content ul li {
	margin: 0;
}
.section-video .section-video__wrapper .section-video__content ul li::marker {
	color: #f8aa00;
}
@media screen and (max-width: 912px) {
	.section-video .section-video__wrapper .section-video__content ul {
		margin: 8px 0 14px;
	}
}
.section-video .section-video__wrapper .section-video__content .btn--secondary {
	width: 280px;
}
.section-video__video {
	position: relative;
	max-width: 100%;
	min-width: 564px;
	min-height: 380px;
	border-radius: 16px;
	overflow: hidden;
}
.video-thumb {
	position: relative;
	width: 100%;
	height: 380px;
	cursor: pointer;
}
@media screen and (max-width: 1100px) {
	.section-video__video {
		min-width: 424px;
		min-height: 280px;
	}
	.video-thumb {
		height: 280px;
	}
}
.video-thumb img {
	display: block;
	width: 100%;
	height: 100% !important;
}
.section-video__video iframe {
	height: 380px !important;
}
@media screen and (max-width: 772px) {
	.section-video .section-video__wrapper .section-video__content ul {
		margin: 20px 0;
		gap: 6px;
	}
	.section-video
		.section-video__wrapper
		.section-video__content
		.btn--secondary {
		width: 100%;
	}
	.section-video__video {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		min-width: auto;
		min-height: auto;
		width: 100%;
	}
	.video-thumb {
		height: auto !important;
		min-height: auto !important;
	}
	.section-video__video iframe {
		height: auto !important;
		min-height: 260px !important;
	}
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0);
	border: none;
	border-radius: 50%;
	background-image: url(../img/svg/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 72px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.play-button:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.section-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#00375b),
		to(#144b6f)
	);
	background: linear-gradient(90deg, #00375b, #144b6f 100%);
	color: #fff;
	padding: 0;
	gap: 40px;
}
@media screen and (max-width: 772px) {
	.section-image {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.section-image a {
	max-width: 300px;
	border-color: #fff;
}
.section-image a span:first-child {
	color: #fff;
}
.section-image a .btn--arrow {
	background: rgba(255, 255, 255, 0.1);
}
.section-image a .btn--arrow path,
.section-image a .btn--arrow svg {
	fill: #fff;
}
.section-image .section-image__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 50px 0;
}
.section-image .section-image__content .container {
	max-width: 673px;
	margin: 0 0 0 auto;
	padding: 0 20px;
}
.section-image .section-image__content .container h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}

h3.section-image-subtitle {
	font-weight: 500 !important;
	font-size: 30px !important;
	line-height: 120% !important;
	letter-spacing: 0% !important;
	color: #00375b;
	margin: 0 !important;
	text-transform: uppercase !important;
	margin-top: -20px !important;
}
@media screen and (max-width: 772px) {
	.section-image .section-image__content {
		padding: 0 0 50px;
	}
	.section-image .section-image__content .container {
		margin: 0 auto;
	}
	.section-image .section-image__content .container h2 {
		font-size: 30px !important;
	}
	.h3.section-image-subtitle {
		font-size: 18px !important;
	}
}
.section-image .section-image__content .container p {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 22px;
	margin-top: 14px;
	margin-bottom: 20px;
}
.section-image .section-image__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 40%;
}
.section-image .section-image__image .image {
	width: 100%;
	min-height: 100%;
	height: auto;
	display: block;
	max-height: 700px;
}
.section-image-left__wrapper .section-image {
	margin-top: 100px;
}
@media screen and (max-width: 772px) {
	.section-image .section-image__content .container p {
		font-size: 14px !important;
	}
	.section-image .section-image__content .container .btn--transparent {
		max-width: 100%;
		width: 100%;
	}
	.section-image .section-image__image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 100%;
	}
	.section-image-left__wrapper .section-image {
		margin-top: 50px;
	}
}
.section-image-left__wrapper .section-image .section-image__content .container {
	margin: 0 auto 0 0;
}
.section-image-left__wrapper
	.section-image
	.section-image__content
	.container
	h2 {
	font-size: 50px;
}
.hero {
	position: relative;
	color: #fff;
	min-height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero .container-l {
	position: relative;
}
.hero .hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 550px;
}
.hero .hero__content .hero__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.hero .hero__content .hero__header span {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-decoration-line: underline;
}
.hero .hero__content .hero-title {
	font-size: 60px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin: 6px 0 0;
}
@media screen and (max-width: 772px) {
	.hero .hero__content .hero__header img {
		width: auto;
		height: 10px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.hero .hero__content .hero__header span {
		font-size: 14px;
		line-height: 120%;
	}
	.hero .hero__content .hero-title {
		font-size: 50px;
	}
}
.hero .hero__content .hero-description {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.hero .hero__content .hero__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.hero .hero__content .hero__btns a {
	min-width: 280px;
}
.hero .hero__content .hero__btns .btn--transparent {
	border-color: #fff;
}
.hero .hero__content .hero__btns .btn--transparent span:first-child {
	color: #fff;
}
.hero .hero__content .hero__btns .btn--transparent .btn--arrow {
	background: rgba(255, 255, 255, 0.2);
}
.hero .hero__content .hero__btns .btn--transparent .btn--arrow path,
.hero .hero__content .hero__btns .btn--transparent .btn--arrow svg {
	fill: #fff;
}
@media screen and (max-width: 772px) {
	.hero .hero__content .hero-description {
		font-size: 16px;
	}
	.hero .hero__content .hero__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 12px;
	}
	.hero .hero__content .hero__btns a {
		width: 100%;
	}
}
.hero .hero__content .hero__scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}
.hero .hero__content .hero__scroll span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
@media screen and (max-width: 772px) {
	.hero .hero__content .hero__scroll {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 30px;
	}
}
.hero__brands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hero__brands img {
	max-width: 121px;
}
@media screen and (max-width: 772px) {
	.hero__brands {
		position: relative;
		top: auto;
		right: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 8px;
		padding-top: 80px;
	}
	.hero__brands img {
		max-width: 54px;
	}
	.hero-masc-mobile {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-image: url(../img/hero-mobile-bg.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.section-header .section-header__wrapper {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.section-header .section-header__wrapper h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0;
}
.section-header .section-header__wrapper p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
@media screen and (max-width: 772px) {
	.section-header .section-header__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
	}
	.section-header .section-header__wrapper h2 {
		font-size: 30px;
		width: 100%;
	}
	.section-header .section-header__wrapper p {
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		line-height: 150%;
	}
}
.header-top {
	padding: 11px 0;
	background-color: #f2f2f2;
}
@media screen and (max-width: 981px) {
	.header-top {
		display: none;
	}
}
.header-top .header-top__wrapper {
	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;
}
.header-top .header-top__wrapper .header-top__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin: 0;
	list-style: none;
	gap: 50px;
}
.header-top .header-top__wrapper .header-top__left li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-family: Avenir;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
.header-top .header-top__wrapper .header-top__left li img {
	-o-object-fit: contain;
	object-fit: contain;
}
.header-top .header-top__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
}
.header-top .header-top__right a {
	color: #000;
	font-family: Avenir;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: none;
}

.header-top__right a {
	transition: 0.3s;
}

.header-top__right a:hover {
	color: #ff9b00 !important;
}

@media screen and (max-width: 1190px) {
	.header-top .header-top__wrapper .header-top__left {
		gap: 20px;
	}
	.header-top .header-top__wrapper .header-top__left li {
		font-size: 12px;
		gap: 5px;
	}
	.header-top .header-top__right a {
		font-size: 12px;
	}
}
.cta {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cta .container {
	position: relative;
}
.cta .cta__wrapper {
	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;
	gap: 20px;
	border-radius: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#00375b),
		to(#144b6f)
	);
	background: linear-gradient(90deg, #00375b, #144b6f 100%);
	padding: 74px 50px;
}
.cta .cta__wrapper .cta__text p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}
@media screen and (max-width: 772px) {
	.cta .cta__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px;
	}
	.cta .cta__wrapper .cta__text {
		width: 100%;
	}
	.cta .cta__wrapper .cta__text p {
		font-size: 14px;
		line-height: 140%;
	}
}
.cta .cta__wrapper .cta__text h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin: 5px 0 0;
}
.cta .cta__wrapper .cta__form {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	border-radius: 40px;
	background: #f5f5f5;
	padding: 5px 5px 5px 25px;
}
@media screen and (max-width: 772px) {
	.cta .cta__wrapper .cta__text h2 {
		font-size: 26px;
	}
	.cta .cta__wrapper .cta__form {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: transparent;
		border: 0;
		gap: 14px;
		padding: 0;
	}
	.cta .cta__wrapper .cta__form .btn--primary {
		width: 100%;
		height: 56px;
		padding: 4px 8px 4px 14px;
	}
}
.cta .cta__wrapper .cta__form .cta_form__input__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}
@media screen and (max-width: 772px) {
	.cta .cta__wrapper .cta__form .cta_form__input__wrapper {
		width: 100%;
		border: 1px solid #dcdcdc;
		border-radius: 40px;
		background: #f5f5f5;
		padding: 15px 5px 15px 25px;
		gap: 11px;
	}
}
.cta .cta__wrapper .cta__form .cta_form__input__wrapper input {
	background-color: transparent;
	border: 0;
	color: #797979;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-right: 5px;
}
.cta .cta__wrapper .cta__form .cta_form__input__wrapper input:focus {
	outline: 0;
}
.footer {
	color: #fff;
	position: relative;
	background: #002035;
}
.footer a {
	color: #fff;
}
.footer .footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px;
	padding-bottom: 50px;
}
@media screen and (max-width: 772px) {
	.cta .cta__wrapper .cta__form .cta_form__input__wrapper input {
		font-size: 14px;
	}
	.footer .footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 25px;
	}
}
.footer .footer__top .footer_top__col {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.footer .footer__top .footer_top__col.footer_top_col__socials {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.footer .footer__top .footer_top__col .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.footer .footer__top .footer_top__col .contacts .contact {
	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;
	max-width: 42px;
	min-width: 42px;
	max-height: 42px;
	min-height: 42px;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.footer .footer__top .footer_top__col .contacts .contact:hover {
	background: rgba(255, 255, 255, 0.2);
}
.footer .footer__top .footer_top__col .footer__socials_row {
	margin-bottom: 32px;
}
.footer .footer__top .footer_top__col .footer__socials_row h3 {
	color: #ff9b00;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 12px;
}
.footer .footer__top .footer_top__col .footer__socials_row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer .footer__top .footer_top__col .footer__socials_row a:hover {
	color: #ff9b00;
}
.footer .footer__top .footer_top__col ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 9px;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.footer .footer__top .footer_top__col ul li {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.footer .footer__top .footer_top__col ul li::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.footer .footer__top .footer_top__col ul li:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.footer .footer__bottom {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
@media screen and (max-width: 772px) {
	.footer .footer__bottom {
		padding: 25px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.footer .footer__bottom .footer-copy {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}
.footer .footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	list-style: none;
}
.footer .footer__nav li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.footer .footer__nav li a:hover {
	color: #ff9b00;
}
@media screen and (max-width: 772px) {
	.footer .footer__bottom .footer-copy {
		font-size: 14px;
		-ms-flex-order: 2;
		order: 2;
	}
	.footer .footer__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		gap: 8px;
		margin-bottom: 0;
	}
	.footer .footer__nav li a {
		font-size: 14px;
	}
}
.link-top {
	position: absolute;
	right: 25px;
	bottom: 30px;
	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;
	max-width: 60px;
	min-width: 60px;
	max-height: 60px;
	min-height: 60px;
	border-radius: 50%;
	background-color: #ff9b00;
}
.link-top.link-mobile {
	display: none;
}
@media screen and (max-width: 772px) {
	.link-top.link-pc {
		display: none;
	}
	.link-top.link-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 40px;
		min-width: 40px;
		max-height: 40px;
		min-height: 40px;
		right: 0;
		top: -22px;
	}
	.link-top.link-mobile svg {
		height: 8px;
	}
	.section__btns a {
		width: 100%;
	}
}
.header-main {
	padding: 14px 0;
}
.header-main .header-main__wrapper {
	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;
	gap: 33px;
}
@media screen and (max-width: 1190px) {
	.header-main .header-main__wrapper {
		gap: 15px;
	}
	.header-main .header-main__wrapper .header-logo img {
		max-width: 98px;
	}
}
.header-main .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 55px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 981px) {
	.header-main .nav {
		display: none;
	}
	.header-main .nav.menu--active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(100vw - 24px);
		left: 12px;
		top: 10px;
		z-index: 200;
		border-radius: 10px;
		-webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
		background: #fff;
	}
}
.header-main .nav .header-main__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
@media screen and (max-width: 1190px) {
	.header-main .nav {
		gap: 25px;
	}
	.header-main .nav .header-main__btns {
		gap: 8px;
	}
	.header-main .nav .header-main__btns > button {
		min-width: 150px;
	}
}
@media screen and (max-width: 981px) {
	.header-main .nav .header-main__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0 20px 40px;
	}
	.header-main .nav .header-main__btns > button,
	.header-main .nav .header-main__btns > a {
		width: 100%;
	}
	.header-main .nav .header-main__btns .header-main-input__form {
		display: none;
	}
}
.header-main .nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	list-style: none;
	gap: 21px;
}
.header-main .nav__list a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	transition: 0.3s;
}

.header-main .nav__list a:hover {
	color: #ff9b00;
}

@media screen and (max-width: 1190px) {
	.header-main .nav__list a {
		font-size: 14px;
	}
}
.header-main .nav__list .nav_item.dropdown,
.header-main .nav__list .nav_item.dropdown .nav-li__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.header-main .nav__list .nav_item.dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	padding: 15px;
	background-color: #f2f2f2;
	border-radius: 10px;
	z-index: 10;
	min-width: 200px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.header-main .nav__list .nav_item.dropdown:hover .dropdown-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	pointer-events: auto;
}
@media screen and (max-width: 981px) {
	.header-main .nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0 20px;
		gap: 14px;
	}
	.header-main .nav__list li {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-main .nav__list li img {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.header-main .nav__list li a {
		font-size: 16px;
	}
}
.logo {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.logo:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.header-mobile-masc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(2px);
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header-mobile-masc.masc--active {
	opacity: 1;
	pointer-events: all;
}
.burger__wrapper {
	display: none;
}
@media screen and (max-width: 981px) {
	.burger__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 11px;
	}
}
.burger__wrapper span {
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
}
.burger {
	--burger-width: 22px;
	--burger-height: 16px;
	--burger-line-height: 2px;
	position: relative;
	border: none;
	padding: 0;
	width: var(--burger-width);
	height: var(--burger-height);
	color: #000;
	background-color: transparent;
	cursor: pointer;
}
.burger::after,
.burger::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	border-radius: 3px;
}
.burger::before {
	top: 0;
}
.burger::after {
	top: calc(100% - var(--burger-line-height));
}
.burger__line {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: var(--burger-line-height);
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	border-radius: 3px;
}
.burger--active::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav__head {
	display: none;
}
.header-top__right.mobile {
	display: none;
}
@media screen and (max-width: 981px) {
	.nav__head {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		padding: 12px;
	}
	.header-top__right.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
		width: 100%;
		padding: 0 20px;
	}
	.header-top__right.mobile a {
		width: 100%;
		color: #000;
	}
}
.header_search-mobile {
	padding-bottom: 10px;
}
@media screen and (min-width: 981px) {
	.header_search-mobile {
		display: none;
	}
}
.header_search-mobile .header-main-input__form {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 100px;
	flex: 1;
}
@media screen and (max-width: 741px) {
	.main {
		gap: 50px;
	}
}
.site-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
.btn--primary,
.btn--secondary,
.btn--transparent {
	cursor: pointer;
	min-width: 197px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border: 1px solid transparent;
	padding: 4px 4px 4px 14px;
	color: #fff;
	border-radius: 38px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn--primary span:first-child,
.btn--secondary span:first-child,
.btn--transparent span:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.btn--primary .btn--arrow,
.btn--secondary .btn--arrow,
.btn--transparent .btn--arrow {
	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: 42px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn--primary .btn--arrow path,
.btn--primary .btn--arrow svg,
.btn--secondary .btn--arrow path,
.btn--secondary .btn--arrow svg,
.btn--transparent .btn--arrow path,
.btn--transparent .btn--arrow svg {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 20;
}
.btn--primary {
	background: #ff9b00;
}
.btn--primary:hover {
	background: #bd7100;
	color: white;
}
.btn--secondary {
	background-color: #00375b;
}
.btn--secondary:hover {
	background-color: transparent;
	border: 1px solid #00375b;
}
.btn--secondary:hover span:first-child {
	color: #00375b;
}
.btn--secondary:hover .btn--arrow {
	background: rgba(0, 55, 91, 0.1);
}
.btn--secondary:hover .btn--arrow path,
.btn--secondary:hover .btn--arrow svg {
	fill: #00375b;
}
.btn--transparent {
	background-color: transparent;
	border: 1px solid #00375b;
}
.btn--transparent span:first-child {
	color: #00375b;
}
.btn--transparent .btn--arrow {
	background: rgba(0, 55, 91, 0.1);
}
.btn--transparent .btn--arrow path,
.btn--transparent .btn--arrow svg {
	fill: #00375b;
}
.btn--transparent:hover {
	background-color: #00375b;
}
.btn--transparent:hover .btn--arrow {
	background: rgba(255, 255, 255, 0.1);
}
.btn--transparent:hover span:first-child {
	color: #fff;
}
.btn--transparent:hover path,
.btn--transparent:hover svg {
	color: #fff;
	fill: #fff;
}
.header-main-input__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	padding: 4px 4px 4px 16px;
	border: 1px solid #dcdcdc;
	border-radius: 40px;
	background: #f5f5f5;
}
.header-main-input__form .header-main-input__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11px;
}
.header-main-input__form .header-main-input__wrapper .searcher {
	border: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
.header-main-input__form .header-main-input__wrapper .searcher:focus {
	outline: 0;
}
.header-main-input__form .btn--search {
	max-width: 84px;
	min-width: auto;
	max-height: 40px;
	padding: 10px 18px;
}
.header-main-input__form .btn--search span {
	margin-left: 0;
}
.orange {
	color: #ff9b00;
}
.section__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section__btns a {
	min-width: 255px;
}
.section-title {
	color: #00375b;
	font-size: 50px;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 50px;
}

.posts-carousel-section .section-header__wrapper h2 {
	font-size: 42px;
}

.arrow-dropdown {
	transition: 0.3s;
}

.drop-active .arrow-dropdown {
	transform: rotate(-180deg) !important;
}

.arrow-dropdown__wrapper {
	display: flex;
}

@media screen and (max-width: 982px) {
	.header-main .nav__list .nav_item.dropdown .nav-li__wrapper {
		width: 100%;
		align-items: stretch;
	}
	.arrow-dropdown__wrapper {
		flex: 1;
		justify-content: end;
		align-items: center;
		height: 100%;
	}

	.header-main .nav__list .nav_item.dropdown .dropdown-menu {
		width: 100%;
	}
}

@media screen and (max-width: 772px) {
	.section-title {
		font-size: 30px;
		margin: 0 0 24px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.btn--primary span:first-child,
	.btn--secondary span:first-child,
	.btn--transparent span:first-child {
		font-size: 14px;
		line-height: 19px;
	}

	.posts-carousel-section .section-header__wrapper h2 {
		font-size: 28px;
	}
}

.section-image--light {
	color: black;
	background: transparent;
}

.section-image--light .btn--transparent {
	display: none;
}

.hero-secondary {
	padding: 60px 0px 85px;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.hero-secondary::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(0, 55, 91, 1),
		rgba(0, 55, 91, 0) 72%
	);
	z-index: 2;
	pointer-events: none;
}

.hero-secondary .container-l {
	position: relative;
	z-index: 50;
}

.hero__extra {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 0 0 13px rgba(255, 155, 0, 0.5);
	background: rgba(255, 155, 0, 1);
	padding: 20px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
}

.hero__extra h2 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.hero__extra p {
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
}

.hero-secondary__wrapper > h1 {
	color: white;
	font-size: 60px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 22px;
}

.hero-secondary__wrapper > p {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 22px;
}

.hero-secondary__wrapper > ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.hero-secondary__wrapper > ul > li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
}

p.section-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin-top: -36px;
}

a.section-link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 542px) {
	.hero-secondary {
		padding: 90px 0px;
		background-position: calc(100% + 300px) top;
	}

	.hero__extra {
		width: 88px;
		height: 88px;
		padding: 15px;
	}

	.hero-secondary__wrapper > h1 {
		font-size: 40px;
	}
	.hero-secondary__wrapper > p {
		font-size: 16px;
	}

	.hero-secondary__wrapper > ul {
		gap: 11px;
	}

	.hero-secondary__wrapper > ul > li {
		font-size: 14px;
	}

	p.section-description {
		font-size: 16px;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
		margin-top: -15px;
	}

	a.section-link {
		gap: 10px;
		font-size: 14px;
		margin-bottom: 30px;
	}
}

.bonus__list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-top: 50px;
}

.bonus__item {
	border-radius: 10px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 1);
	max-width: 520px;
	width: 100%;
	padding: 10px;
}

.bonus-image__wrapper {
	width: 100%;
	max-height: 575px;
	overflow: hidden;
}

.bonus-image__wrapper img {
	width: 100%;
}

.bonus__content {
	padding: 14px;
}
.bonus__content h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: left;
	text-transform: uppercase;
	color: rgba(0, 55, 91, 1);
	margin-top: 0;
	margin-bottom: 12px;
}
.bonus__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}

.bonus_item__bottom {
	border-radius: 10px;
	background: rgba(245, 245, 245, 1);
	padding: 15px 25px;
	width: fit-content;
	margin-top: 24px;
}

.bonus_item__bottom p {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	margin: 0 !important;
}

@media screen and (max-width: 772px) {
	.bonus__content h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.bonus__content p {
		font-size: 14px;
	}

	.bonus_item__bottom {
		padding: 12px 20px;
	}

	.bonus_item__bottom p {
		font-size: 14px;
	}
}
