button {
	cursor: pointer;
}
table{
	width: 100%;
}
input,
button,
select {
	display: inline-block;
	padding: 0;
	border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Manrope', sans-serif;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	width: 100%;
	
}

body,
.wrapper_inner, 
.maxwidth-theme{
	background: #F8F8F8 !important;
}

h1, h2, h3 {
	margin: 0;
}

.m_container {
	width: 100%;
	max-width: 1500px;
	margin: auto;

}

.m_flex {
	display: flex;
	flex-wrap: wrap;
}

.v {
	align-items: center;
}

.bet {
	justify-content: space-between;
}

#header{
	padding-top: 0 !important;
	z-index: 400;
}
.header_top {
	padding-top: 20px;
	padding-bottom: 20px;
}

.top_menu {
	margin: 0;
}

.top_menu li {
	margin: 0;
	margin-right: 30px;
	line-height: 1;
}

.top_menu li:before {
	display: none;


}
.ds-none {
	display: none !important;
}
.mb-60 {
	margin-bottom: 60px;
}
.top_menu li a {
	/*color: #797979;*/
	color: #212A2F;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
}
.top_menu li a:hover{
	color: #000;
}

.kurs {
	color: #212A2F;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.kurs span {
	margin-left: 20px;
	color: #212A2F;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.breadcrumbs, .breadcrumbs .font_xs {
	font-size: 14px;
	line-height: 180%;
	color: #b6b5b5;
}

.kurs span:nth-child(1) {
	/*color: #E94F09;*/
}
.kurs_span.kurs_usd_chy {
	margin-left: 10px;
}

.header_line {
	padding-top: 20px;
	padding-bottom: 40px;
}

.catalog_btn {
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #b3b3b3;
	background: transparent;
	color: #212A2F;
	leading-trim: both;
	text-edge: cap;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/*padding-left: 35px;*/
	/*background: url(../images/catalog_btn.png) no-repeat 15px center;*/
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.catalog_btn:hover,
.catalog_btn:focus{
	/*color: #E94F09;*/
	/*border-color: #d5d5d5;*/
	color: #FFFFFF;
	border-color: #212A2F;
	background-color: #212A2F;
}

.catalog_btn .lines {
	display: block;
	width: 11px;
	height: 10px;
	border-top: 2px solid #212A2F;
	border-bottom: 2px solid #212A2F;
	position: relative;
}
.catalog_btn .lines::before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #212A2F;
	top: 2px;
}
.catalog_btn:hover .lines {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.catalog_btn:hover .lines::before {
	background-color: #FFFFFF;
}

.catalog_btn {}

.header_search {
	height: 40px;
	width: auto;
	flex-grow: 1;
	max-width: 450px;
	position: relative;
	margin-left: 20px;
}

.header_search input[type="text"] {
	border-radius: 10px;
	border: 1px solid #F0F0F0;
	background: #FAFAFA;
	width: 100%;
	height: 38px !important;
	padding-left: 20px;
	margin-top: 1px;
}

.header_search input[type="submit"] {
	width: 48px;
	height: 38px;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search_btn.png) no-repeat center center #eff0f5;
	font-size: 0;
}

.header_phones {
	padding-left: 35px;
	margin-left: 20px;
	/*background: url(../images/phone_icon.png) no-repeat 0 center;*/
	color: #212A2F;
	leading-trim: both;
	text-edge: cap;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	min-height: 24px;
}
.header_phones  .social-icons li{
	display: none;
}
.header_phones  .social-icons .telegram{
	display: inline-block;
}

.header_phones  .social-icons li a{
	width: 20px;
	height: 20px;
}
.header_phones  .social-icons li.telegram a{
	background: url(../images/tele_icon.png) center center / contain no-repeat !important;
}

.header_phones a {
	color: #212A2F;
	margin-right: 20px;
}
.header_phones a:hover{
	/*color: #E94F09;*/
}

.header_phones a.header_tele {
	width: 20px;
	height: 20px;
	background: url(../images/tele_icon.png) center center / contain no-repeat;
	margin-right: 10px;

}

.header_phones a.header_what {
	width: 20px;
	height: 20px;
	background: url(../images/what_icon.png) center center / contain no-repeat;
	margin-right: 10px;
}

.home_services_block {
	max-width: 487px;
	height: auto;
	/* background: url(../images/service.png) no-repeat center center; */
	margin-top: 30px;
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
}

.home_services_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}

.home_services_block_after {
	width: 90px;
	height: 90px;
	/* background: url(../images/plus.png) no-repeat center center #E94F09;; */
	background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 20C30 8.95431 38.9543 0 50 0L70 1.90735e-06C81.0457 1.90735e-06 90 8.95431 90 20V40C90 51.0457 81.0457 60 70 60H50C38.9543 60 30 51.0457 30 40V20Z' fill='%23E94F09'/%3E%3Cpath d='M57.9255 41V31.0853H48V27.9147H57.9255V18H61.0997V27.9147H71V31.0853H61.0997V41H57.9255Z' fill='white'/%3E%3Cpath d='M90 90V40C90 51.0457 81.0457 60 70 60H50C38.9543 60 30 51.0457 30 40V20C30 8.95431 38.9543 0 50 0L0 1.90735e-06C11.0457 1.90735e-06 20 8.95431 20 20V50C20 61.0457 28.9543 70 40 70H70C81.0457 70 90 78.9543 90 90Z' fill='%23F8F8F8'/%3E%3C/svg%3E%0A");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: '';
}

.home_services_block_title {
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 28.8px */
	padding-right: 36px;
}

.home_services_block_text {
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
	margin-top: 20px;
}
.home_services_block_text p{
	margin-bottom: 0 !important;
}
.voz {
	padding-top: 60px;
	padding-bottom: 20px;
}

.home_voz_blocks_title {
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 48px */
}

.home_voz_blocks_title span {
	color: #E94F09;
}

.home_voz_blocks {
	justify-content: space-between;
	margin-top: 40px;
	
}

.home_voz_block {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 20px;
	background: #FFF;
	padding: 30px;
	min-height: 200px;
}
.slick-initialized .slick-slide.home_voz_block{
	display: flex;
}

.home_voz_block_text {
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 28.8px */
}

.home_voz_block_text:not(:last-child) {
	margin-bottom: 30px;
}

.home_voz_block_btn {
	margin-top: auto;
}

.socials {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #EDEEF3;
}

.home_socials_title {
	color: var(--, #212A2F);
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 48px */
}

.home_socials_blocks {
	justify-content: space-between;
	margin-top: 40px;
}

.home_socials_block {
	background: #fff;
	width: 100%;
	padding: 30px;
	border-radius: 20px;
}

.home_socials_block_top {
	justify-content: space-between;
}

.home_socials_block_top_img {
	width: 100px;
}

.home_socials_block_top_right {
	width: calc(100% - 130px);
}

.home_socials_block_top_right_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	/* 24px */
}

.home_socials_block_top_right_text {
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	/* 16px */
	margin-top: 20px;
}

.home_socials_block_bottom {
	align-items: center;
	margin-top: 30px;
	justify-content: space-between;
}

.home_socials_block_bottom_left,
.home_socials_block_bottom_right {
	width: auto;
	height: 48px;
}
.home_socials_block_bottom_left img,
.home_socials_block_bottom_right img{
	max-height: 100%;
	width: auto;
}
.people {
	margin-top: 60px;
	padding-bottom: 80px;
}
.people_top_mobile.people_blocks_top{
	display: none;
}

.people_blocks {
	margin-top: 50px;
}
.people_blocks_top{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	gap: 20px;
	/* display: grid; */
	/* grid-template-columns: 1fr 1fr 1fr 1fr; */
	/* gap: 20px; */
	margin-top: 30px;
}
.people_block {
	border-radius: 40px;
	position: relative;
	height: 290px;
	background-color: rgba(30, 26, 26, 1);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-shrink: 0;
	overflow: hidden;
}
.people_block.people_block_accent.people_block_empty {
	background-color: #E94F09;
}
.people_block.people_block_accent.people_block_empty .people_block_info_title{
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-top: auto;
	margin-bottom: 0;
}
.people_block.people_block_accent.people_block_empty .people_block_info{
	display: flex;
	padding-left: 29px;
	padding-right: 29px;
}
.people_block.people_block_empty{
	background-color: #fff;
}
.people_block_empty .people_block_info{
	position: initial;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: none;
	justify-content: flex-start;
}
.people_block_empty .people_block_info_title{
	font-size: 24px;
	margin-bottom: 21px;
	color: #212A2F;
}
.people_block_empty .people_block_info_text{
	line-height: 1.2em;
	font-size: 19px;
	color: #212A2F;
}
.people_block_info {
	border-radius: 20px;
	padding: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	top: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(0deg, #2b2323, transparent);
}

.people_block_info_title {
	color: #fff;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 8px;
}

.people_block_info_title span {
	color: #E94F09;
}

.people_block_info_text {
	color: #fff;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 14.4px */
}

.people_blocks_title {
	color: #212A2F;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}

.people_blocks_title span {
	color: #E94F09;
}

.people_slider_block {
	height: 230px;
	border-radius: 30px;
	position: relative;
	background-size: cover !important;
}

.people_slider_block_info {
	border-radius: 20px;
	background: #FFF;
	width: 170px;
	padding: 20px;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	bottom: -40px;
	display: none;
}

.people_slider_block:hover .people_slider_block_info {
	display: block;
}

.people_slider_block_info_title {
	color: var(--, #212A2F);
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.people_slider_block_info_title span {
	color: #E94F09;
}

.slick-track {
	padding-bottom: 40px;
}

.people_slider_block_info_text {
	color: var(--, #212A2F);
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 14.4px */
}
.people_blocks_bottom{
	display: flex;
	gap: 20px;
	padding-top: 20px;
}
.people_blocks_bottom .people_block.people_block_empty{
	max-width: 360px;
}
.people_blocks_bottom .people_slider_blocks {
	width: calc(100% - 380px);
}
.people_blocks_bottom .people_slider_blocks .slick-list{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 40px;
}
.people_blocks_top .slick-dots{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.people_blocks_top .slick-track{
	padding-bottom: 0px;
}
.people_blocks_bottom .slick-track{
	padding-bottom: 0;
}
.people_blocks_top .slick-arrow2, .people_blocks_bottom .slick-arrow2{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.people_blocks_top .slick-arrow2.slick-prev,
.people_blocks_bottom .slick-arrow2.slick-prev{
	/*left: -31px;*/
	left:-13px;
}
.people_blocks_top .slick-arrow2.slick-next,
.people_blocks_bottom .slick-arrow2.slick-next{
	/*right: -31px;*/
	right: -13px;
}

.people_blocks_top_wrap{
	display: flex;
	align-items: flex-end;
}
.people_blocks_top{
	width: calc(100% - 300px);
	margin-right: 0;
}
.people_blocks_top_right{
	max-width: 290px;
	margin-left: 10px;
}
.slick-arrow2 {
	z-index: 2;
	/*width: 62px;
	height: 62px;*/
	width: 35px;
	height: 35px;
	border-radius: 50%;
	/*border: 9px solid #fff;*/
	/*border: 3px solid #E94F09;
	background-color: #E94F09;*/
	background-color: #FFFFFF;
}
.slick-arrow2 svg{
	fill: #4d4d4d;
}

.slick-slide {
	margin: 0 10px;
	/* Измените отступы между слайдами на 20 пикселей */
}

.slick-arrow2 {}

.people_slider {
	margin-top: 20px;
}

.mission {}

.mission_title {
	margin-bottom: 16px;
}

.mission_title span {
	color: #E94F09
}

.mission_text {
	color: var(--, #212A2F);
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 28.8px */
	margin-top: 30px;
}

.products {
	padding-top: 20px;
	margin-top: 30px;
}

.products_slider {
	margin-top: 50px;
}
.products_slider.row2 {
	margin-top: 0px;
}
.products_slider.row2 .slick-next.slick-arrow, .products_slider.row2 .slick-prev.slick-arrow {
	top: -86px;
}
@media (max-width: 768px) {
	.products_slider.row2 .slick-next.slick-arrow, .products_slider.row2 .slick-prev.slick-arrow {
		top: -66px;
	}
}
.products_slider.row2 .products_slider_block_img {
	height: 284px;
	background-size: cover;
}
.products_slider.row2 .products_slider_block_title {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	flex: 1;
	max-height: 44px;
}
.products_slider.row2 .products_slider_block_title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.products_slider.row2.slick-initialized .col2.slick-slide {
	gap: 30px;
}
.products_slider.row2 .products_slider_block_btn {
	margin-top: 10px;
}
.products_slider.row2 .products_slider_block_price.flex {
	margin-top: 0px;
}

@media (max-width: 540px) {
	.products_slider.row2.slick-initialized .col2.slick-slide {
		gap: 20px;
	}
	.products_slider.row2 .products_slider_block_img {
		height: 185px;
	}
	.products_slider.row2 .products_slider_block_title {
		font-size: 16px;
		max-height: 40px;
	}
}
@media (max-width: 400px) {
	.products_slider.row2.slick-initialized .col2.slick-slide {
		gap: 10px;
	}
	.products_slider.row2 .products_slider_block_img {
		height: 165px;
	}
	.products_slider.row2 .products_slider_block_title {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}

.tizers,
.home_video,
.services,
.voz,
.socials,
.help_form,
.people,
.products,
.case,
.trust,
.form_50{
	overflow: hidden;
}
.people.whith_video {
	overflow: visible;
}
.home_socials_blocks, 
.products_slider,
.home_voz_blocks{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.products_slider .slick-track{
	display: flex;
}
.products_slider_block {
	border-radius: 20px;
	height: auto;
	display: flex !important;
	flex-direction: column;
}
.col2 .products_slider_block {
	min-height: 50%;
	justify-content: flex-start;
}
.products_slider.row2 .slick-track {
	/*padding-bottom: 70px;*/
}

.products_slider_block_img {
	border-radius: 20px;
	/*background-size: contain !important;*/
	background-size: cover !important;
	height: 360px;
	background-color: #fff !important;
}

.products_slider_block_title {
	margin-top: 30px;
	color: #212A2F;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2em;
	/* 19.2px */
}
.products_slider_block_title:not(:last-child){
	margin-bottom: 24px;
}
.products_slider_block_sku {
	margin-top: 15px;
	color: var(--, #212A2F);
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 14.4px */
}

.products_slider_block_price {
	margin-top: auto;
}

.products_slider_block_price_left {
	color: #909090;

	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
	margin-right: 30px;
}

.products_slider_block_price_right {
	color: #000;

	text-align: left;
	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 19.2px */
}

.cart_btn {
	align-items: center;
	flex-wrap: nowrap;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #E94F09;
	color: #E94F09;

	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	height: 40px;
	/* 16.8px */
	width: 148px;
	white-space: nowrap;
}

.products_slider .cart_btn {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}

.products_slider .btn_gray {
	padding: 10px;
	font-size: 15px;
}

.cart_btn:hover{
	color: #fff;
	background: #E94F09;
}
.cart_btn:hover svg{
	fill: #fff;
}
.cart_btn img {
	margin-right: 10px;
}
.cart_btn svg{
	margin-right: 10px;
	fill: #E94F09;
	flex-shrink: 0;
	margin-top: -1px;
}

.products_slider_block_btn {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 292px;
	flex-direction: row-reverse;
}

.case_slider_block_img {
	border-radius: 20px;
	height: auto;
	background-size: cover !important;
}

.case_slider {
	margin-top: 40px;
}

.case {
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 25px;
}

.people_slider .slick-next.slick-arrow,
.people_slider .slick-prev.slick-arrow {
	font-size: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: url(../images/arrow_next.png) no-repeat center center #fff;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -46px;
}

.people_slider .slick-prev.slick-arrow {
	left: -20px;
	transform: rotate(180deg);
	z-index: 10;
}

.products_slider .slick-next.slick-arrow,
.products_slider .slick-prev.slick-arrow {
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: url(../images/arrow_next_white.png) no-repeat center center #E94F09;
	background-size: 25px;
	position: absolute;
	right: 10px;
	top: -100px;
}

.products_slider .slick-prev.slick-arrow {
	transform: rotate(180deg);
	right: 70px;
}
.case .slick-dots{
	display: none !important;
}
.trust{
	margin-top: 25px;
}
.s-intrest__slider .slick-next.slick-arrow,
.s-intrest__slider .slick-prev.slick-arrow,
.s-media__slider .slick-next.slick-arrow,
.s-media__slider .slick-prev.slick-arrow,
.s-reviews__slider .slick-next.slick-arrow,
.s-reviews__slider .slick-prev.slick-arrow,
.trust_slider .slick-next.slick-arrow,
.trust_slider .slick-prev.slick-arrow,
.case_slider .slick-next.slick-arrow,
.case_slider .slick-prev.slick-arrow {
	padding: 0 !important;
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: url(../images/arrow_next_white.png) no-repeat center center #E94F09;
	background-size: 25px;
	position: absolute;
	right: 10px;
	top: -100px;
}


.s-intrest__slider .slick-prev.slick-arrow,
.s-media__slider .slick-prev.slick-arrow,
.s-reviews__slider .slick-prev.slick-arrow,
.trust_slider .slick-prev.slick-arrow,
.case_slider .slick-prev.slick-arrow {
	transform: rotate(180deg);
	right: 70px;
}

.header_btns {
	margin: 0;
	margin-left: auto;
}

.header_btns a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid #DCDCDC;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 40px;
	margin-left: 15px;
}
.header_btns a:hover{
	border-color: #b3b3b3;
}

.header_btns a span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	top: -8px;
	right: -8px;
	background: #E94F09;
	line-height: 1;
	z-index: 2;
}

.login_btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.header_btns a.login_btn img {
	margin-left: 0;
	margin-right: 0;
}

.header_actions .basket_hover_block{
	display: none;
}
.header_actions{
	display: flex;
	gap: 10px;
	/*margin-left: 20px;*/
}
.header_actions .basket-link .title{
	display: none;
}
.header_actions .basket-link {
	position: relative;
	/*border: 1px solid #D0D0D0;*/
	border-radius: 10px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.header_actions .basket-link:hover{
	border-color: #b3b3b3;
}
.header_actions .basket-link .js-basket-block{
	padding-right: 0;
	margin-top: 0;
	height: 100%;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.header_actions .basket-link .svg{
	opacity: 1;
	fill: #212A2F;
}
.header_actions .basket-link .js-basket-block .count{
	position: absolute;
	min-width: 18px;
	height: 18px;
	background-color: #E94F09;
	border-radius: 18px;
	right: -6px;
	top:3px;
	font-size: 10px;
	line-height: 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
}

#footer .maxwidth-theme {
	background: none;
}
.header_btns a.header_search_btn {
	display: none;
}

.header_top_left .header_phones {
	display: none;
}

.header_top_left_logo{
	display: none;
	color: #333;
}
.mobile_menu_btn {
	border-radius: 10px;
	border: 1px solid #D0D0D0;
	width: 40px;
	height: 40px;

	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.2C0 0.984973 0.984973 0 2.2 0H22C23.215 0 24.2 0.984973 24.2 2.2C24.2 3.41503 23.215 4.4 22 4.4H2.2C0.984973 4.4 0 3.41503 0 2.2Z' fill='%234D4D4D'/%3E%3Cpath d='M0 11C0 9.78497 0.984973 8.8 2.2 8.8H22C23.215 8.8 24.2 9.78497 24.2 11C24.2 12.215 23.215 13.2 22 13.2H2.2C0.984973 13.2 0 12.215 0 11Z' fill='%234D4D4D'/%3E%3Cpath d='M0 19.8C0 18.585 0.984973 17.6 2.2 17.6H22C23.215 17.6 24.2 18.585 24.2 19.8C24.2 21.015 23.215 22 22 22H2.2C0.984973 22 0 21.015 0 19.8Z' fill='%234D4D4D'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px;
	display: none;

}

.slick-dots {
	width: 100%;
	display: flex;
	margin-top: -20px;
	flex-wrap: wrap;
	justify-content: center;
}

.slick-dots li {
	list-style-type: none;
	font-size: 0;
	display: flex;
	/*width: 20px;
	height: 2px;*/
	width: 15px;
	height: 6px;
	border-radius: 4px;
	background: #D9D9D9;
	margin-top: 0;
	/*margin-left: 5px;
	margin-right: 5px;*/
	margin-left: 2px;
	margin-right: 2px;
}

.slick-dots li.slick-active {
	/*background: #212A2F;*/
	/*width: 40px;*/
	/*background: #E94F09 !important;*/
	background: #4d4d4d !important;
	width: 30px;
}

.slick-initialized .slick-slide.logo_col {
	display: flex;
	justify-content: space-around;
}
.slick-slide.logo_col .logo_block {
	min-width: 153px;
	height: 90px !important;
	filter: grayscale(1);
	opacity: 0.5;
	transition: all .3s;
}
.slick-slide.logo_col .logo_block:hover {
	filter: grayscale(0);
	opacity: 1;
	transition: all .3s;
}
.logo_slider_blocks .slick-arrow3.slick-prev, .logo_slider_blocks .slick-arrow3.slick-next {
	display: block !important;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: transparent;
}
.logo_slider_blocks .slick-arrow3::before,
.logo_slider_blocks .slick-arrow3::after {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #000000;
}
.logo_slider_blocks .slick-arrow3::before {
	transform: rotate(45deg);
	left: 13px;
	top: 13px;
}
.logo_slider_blocks .slick-arrow3::after {
	transform: rotate(-45deg);
	left: 13px;
	top: 24px;
}
.logo_slider_blocks .slick-arrow3.slick-prev {
	top: -90px;
	right: 50px;
	transform: rotate(180deg);
}
.logo_slider_blocks .slick-arrow3.slick-next {
	top: -90px;
	right: 0px;
}

.people_slider_block_hidden {
	display: none !important;
}

.case_slider_block_img {
	position: relative;
}

.case_slider_block_img a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.case_slider_block_img a img{
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.cart_btn.v.to-cart {
	display: flex !important;
}

.form_50 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.form_50_block {
	padding: 50px 450px 40px 130px;
	background: url(../images/form50.jpg) no-repeat 95% center #F3F3F3;
	border-radius: 40px;
}
.item-views.company .text{
	padding-top: 25px;
	padding-bottom: 25px;
}

.form_50_title {
	font-size: 40px;
}
.form_50_title b{
	font-weight: 600;
}

.form_50_text {
	color: #000;

	leading-trim: both;

	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 24px */
}

.form_50_form {
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin-top: 78px;
}

form[name="podbor50"] {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0px;
}

.form_50_form .form_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_50_form .form_body .form-control {
	background: none;
	padding: 0;
	border: 0;
	width: auto;
	margin-right: 20px;
}

.form_50_form .form_body .form-control label {
	display: none;
}

.form_50_form .form_body .form-control input[type="text"],
.form_50_form .form_body .form-control input[type="tel"] {
	border-radius: 10px;
	border: 1px solid #D0D0D0;
	width: 230px;
	background: #FAFAFA;
	height: 42px;
	max-width: 100%;
	padding: 10px 14px;
}

.form_50_form .form_footer [type="reset"] {
	display: none;
}
.form_50_form .form .form_footer{
	margin-bottom: 0;	
}

.btn_primary.btn_form50 {	
	height: 42px;
	padding-left: 24px;
	padding-right: 24px;
}
.help_form_block_form .form .form_footer{
	height: 47px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 28px;
}
.fourth_bottom_menu .items .item:nth-child(1) .title a {
	color: #333 !important;
}

.help_form {
	padding-top: 50px;
}
.help_form_wrap{
	position: relative;
	background: #EDEEF3;
}

.help_form_block_img {
	margin-top: -50px;
}

.help_form_block_img img {
	width: 589px;
	height: 488px;
	max-width: 100%;
	object-fit: cover;
}

.help_form_block {
	justify-content: space-between;
}

.help_form_block_form_title {
}
.help_form_block_form_text {
	color: #212A2F;
	leading-trim: both;
	text-edge: cap;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	/* 40px */
	margin-top: 50px;
	max-width: 556px;
}
.help_form_block_form_text div:last-child{
	display: none;
}

.help_form_block_form {
	padding-top: 50px;
	padding-bottom: 15px;
}

.help_form_block_form_form {
	justify-content: space-between;
}

.help_form_block_form_form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.help_form_block_form_form form label {
	display: none;
}

.help_form_block_form_form .form_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.help_form_block_form_form .form_body .form-control {
	background: none;
	padding: 0;
	border: 0;
	width: auto;
	margin-right: 14px;
}

.help_form_block_form_form .form_body .form-control label {
	display: none;
}

.help_form_block_form_form .btn_form50 {
	margin-left: 13px;
}

.help_form_block_form_form .form_body .form-control input[type="text"],
.help_form_block_form_form .form_body .form-control input[type="tel"] {
	border-radius: 10px;
	border: none;
	width: 188px;
	background: #FAFAFA;
	height: 47px;
	max-width: 100%;
}

.help_form_block_form_form .form_body .form-control input[type="text"]::placeholder,
.help_form_block_form_form .form_body .form-control input[type="tel"]::placeholder {
	color: #888888;
}

.help_form_block_form_form {
	margin-top: 20px;
}
.help_form_block_form_title_mob{
	display: none;
}
.mission_title.f-heading-48{
	margin-bottom: 0;
}
.mission_title_mob {
	display: none;
}

.form_50_title_mob {
	display: none;
	font-size: 24px;
}

.form_50_text_mob {
	display: none;
	margin-top: 20px;
}
.voz__title_mob{
	display: none;
}
.socials__title_mob{
	display: none;
}
.people_blocks_bottom_mob{
	display: none;
}


.btn.btn-default{
	background-color: #E94F09;
	border-color: #E94F09;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
	background-color: #E94F09;
	border-color: #E94F09;
}
.logo_slider_blocks, .logo_slider_blocks.on_main {
	margin-top: 50px;
	/*margin-bottom: 20px;*/
	margin-left: -10px;
	margin-right: -10px;
}

/*offices*/
.offices-h1 {
	font-size: 54px;
	font-weight: 600;
	line-height: 65px;
	color: #212A2F;
	text-align: center;
}
h1.offices-h1 {
	margin-top: 40px;
}
.offices-h1 span {
	color: #E94F09;
}
.offices-h2 {
	font-size: 24px;
	color: #212A2F;
	text-align: center;
}
.offices-title {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 58px;
	color: #212A2F;
}
.offices-list {
	height: auto;
	columns: 5;
	margin-top: 40px;
	margin-bottom: 70px;
}
.offices-list_item {
	display: flex;
	gap: 15px;
	break-inside: avoid-column;
	page-break-inside: avoid;
	margin-bottom: 25px;
}
.offices-list_item-letter {
	font-size: 16px;
	font-weight: 600;
	color: #E94F09;
	line-height: 25px;
}
.offices-list_item-cities {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 25px;
}
.offices-list_item-cities span {
	color: #9D9D9D;
	padding-left: 8px;
}
.offices-seo {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.offices-seo_text {
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #858585;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.offices-seo_text.active {
	-webkit-line-clamp: unset;
}
.offices-seo_more {
	background-color: #E94F09;
	color: #FFFFFF;
	padding: 16px 32px;
	border-radius: 10px;
	font-size: 20px;
	width: max-content;
	margin-top: 30px;
	cursor: pointer;
}
.offices-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 70px;
}
.offices-grid_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	color: #000000;
	line-height: 30px;
}
.offices-grid_item-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.offices-grid_item-str {
	font-size: 16px;
}
.offices-grid_item-str span {
	color: #6C6C6C;
}
.offices-grid_item-copy {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #878787;
	cursor: pointer;
}
.offices-map {
	width: 100%;
	height: 500px;
	border-radius: 32px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 1200px) {
	.offices-list {
		columns: 4;
	}
}
@media (max-width: 768px) {
	.offices-list {
		columns: 3;
	}
}
@media (max-width: 640px) {
	.offices-list {
		columns: 2;
	}
	.offices-h1 {
		font-size: 48px;
		line-height: 58px;
	}
	.offices-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 540px) {
	.offices-h1 {
		font-size: 44px;
    	line-height: 54px;
	}
}
@media (max-width: 500px) {
	.offices-h1 {
		font-size: 40px;
    	line-height: 52px;
	}
}
@media (max-width: 460px) {
	.offices-h1 {
		font-size: 32px;
    	line-height: 42px;
	}
}
/**/
.geography_container {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.geography {
	display: flex;
	flex-direction: column;
	gap: 23px;
	background-image: url(../images/map_new.png);
	background-position: center right;
  	background-repeat: no-repeat;
	background-size: contain;
}
.geography-text {
	font-size: 18px;
	line-height: 140%;
	color: #212A2F;
	margin-top: 18px;
	max-width: 490px;
}
.geography-title {
	font-size: 24px;
	font-weight: 500;
	color: #212A2F;
}
.geography-link {
	font-size: 16px;
	line-height: 19px;
	color: #E94F09;
	display: flex;
	align-items: center;
	gap: 6px;
}
.geography-link:hover {
	color: #b9501f;
}
.geography-links {
	margin-top: 15px;
	max-width: 400px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
	column-gap: 30px;
}
.geography-links_item {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	color: #636363;
}

.bg-orange {
	background-color: #E94F09;
	padding-top: 35px;
	margin-top: 100px;
	margin-bottom: 40px;
}
.main-access {
	display: flex;
	align-items: center;	
	
	position: relative;
	padding-bottom: 35px;
	color: #FFFFFF;
}
.main-access_left {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 60%;
}
.main-access__title {
	display: flex;
	align-items: center;
	gap: 20px;
}
.main-access__title img {
	width: auto;
	margin: 0;
}
.main-access__title .text {
	font-size: 20px;
}
.main-access__text {
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
}
.main-access__text span.orange {
	color: #FFFFFF;
	background-color: #E94F09;
}
.main-access__bottom {
	display: flex;
	justify-content: space-between;
	max-width: 68%;
	align-items: flex-end;
}
.main-access__btn {
	padding: 18px 24px;
	background-color: #212A2F;
	border-radius: 16px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
}
.main-access__btn:hover, .main-access__btn:focus, .main-access__btn:active {
	color: #FFFFFF;
}
.main-access__qr {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-access__qr span {
	font-size: 16px;
	font-weight: 500;
}
.main-access__qr img {
	border-radius: 5px;
}
.main-access__img {
	position: absolute;
	right: 100px;
	bottom: 0;
	z-index: 1;
	
}
.main-access__img img {
	max-width: 74%;
}
.main-access__img-m {
	display: none;
}
.main-access__img .text {
	position: absolute;
	left: -98px;
	top: 146px;
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #F8F8F8;
	border-radius: 16px;
	padding: 24px;
	font-size: 12px;
	line-height: 12px;
	color: #212A2F;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 10px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 10px 0px rgba(34, 60, 80, 0.2);
}
.main-access__img .text .big {
	font-size: 32px;
	font-weight: 600;
	color: #E94F09;
}
.services .f-heading-48 span,
.people .f-heading-48 span {
	color: #212A2F;
}

.bg-prize {
	background-color: #E94F09;
	border-radius: 20px;
	margin-top: 0px;
	background-image: url(../images/elka.png);
	/*height: 600px;*/
	background-size: 65%;
	background-repeat: no-repeat;
	background-position-x: 194%;
	background-position-y: -34%;
	overflow: hidden;
}
.bg-prize-1 {
	background-image: url(../images/santa.png);
	height: 100%;
	/*background-size: 65%;*/
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	padding: 50px;
}
.prize {
	display: flex;
	flex-direction: column;
	gap: 60px;
	color: #FFF;
}
.prize-title {
	font-size: 42px;
	line-height: 44px;
	font-weight: 600;
}
.prize-link {
	background-color: #FFF;
	padding: 20px 40px;
	border-radius: 8px;
	color: #212A2F;
	font-size: 20px;
	font-weight: 600;
	width: max-content;
}
.prize-clock_title {
	font-size: 24px;
	font-weight: 400;
}
.prize-clock_text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	max-width: 342px;
}
.prize-clock_text span {
	font-weight: 600;
}
.prize-clock_block {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prize-clock_block-item {
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.prize-clock_block-item.first {
	padding-left: 0;
}
.prize-clock_block-item.second {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.prize-clock_block-item_number {
	font-size: 96px;
	line-height: 112px;
	font-weight: 600;
}
.prize-clock_block-item_text {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}
.prizes-title {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 40px;
}
.prizes-title h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
.prizes-block {
	display: flex;
	flex-flow: row wrap;
}
.prizes-block__item {
	width: 25%;
}
.prizes-link {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.hide-ds {
	display: none;
}
.prizes-main {
	background-color: #E94F09;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.prizes-main_block {
	display: flex;
}
.prizes-main .prize-clock_title {
	margin-top: 20px;
	font-size: 20px;
}
.prizes-main .prize-clock_block-item_number {
	font-size: 64px;
	line-height: 77px;
}
.prizes-main .prize-clock_block-item_text {
	font-size: 16px;
	line-height: 19px;
}
.prizes-main_right {
	padding-left: 40px;
	padding-top: 20px;
}
.prizes-main_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prizes-main_bottom {
	margin-top: 0px;
}
.prizes-main_bottom .prize-link {
	padding: 16px 65px;
}
.prizes-main_bottom span.h {
	display: block;
	width: 260px;
}
.prize-widget {
	width: 200px;
	height: 180px;
	position: fixed;
	left: 3%;
	bottom: 6%;
	background-color: #E94F09;
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-image: url(../images/prize-widget.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 406;
	-webkit-box-shadow: 10px 10px 17px 0px rgba(34, 60, 80, 0.43);
	-moz-box-shadow: 10px 10px 17px 0px rgba(34, 60, 80, 0.43);
	box-shadow: 10px 10px 17px 0px rgba(34, 60, 80, 0.43);
}
.prize-widget div {
	/*background-color: #677074;*/
}
.prize-widget .prize-widget__close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.prize-widget .prize-widget__link {
	position: absolute;
	width: 160px;
	height: 170px;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.prize-widget-owerlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #212A2FAA;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.prize-widget-owerlay.active {
	display: flex;
}
.prize-widget-popup {
	width: 989px;
	height: 483px;
	background-image: url(../images/prize-popup.png);
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	position: relative;
	border-radius: 20px;
}
.prize-widget-popup .prize-widget-popup__close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 47px;
	right: 47px;
	cursor: pointer;
}
.prize-widget-popup .prize-widget-popup__link {
	position: absolute;
	width: 166px;
	height: 67px;
	bottom: 25px;
	left: 38px;
	cursor: pointer;
	display: block;
}
@media (max-width: 640px) {
	.logo_col {
		flex-direction: column;
		justify-content: space-around;
		height: 220px;
	}
	.logo_slider_blocks {
		margin-top: 15px;
	}
	.partners .mission_title_mob {
		margin-bottom: 0 !important;
	}
	.mission_title_mob {
		margin-bottom: 10px;
	}
	.logo_slider_blocks .slick-arrow3.slick-prev, .logo_slider_blocks .slick-arrow3.slick-next {
		top: -65px;
	}
	.slick-slide.logo_col .logo_block {
		height: 82px !important;
	}
	.geography_container {
		padding: 20px;
		margin: 40px 0;
	}
	.mission_title_ds {
		display: none;
	}
	.geography {
		/*height: 650px;*/
		background-image: url(../images/map_mobile_new.png);
		background-position-x: center;
		background-position-y: bottom;
		background-size: contain;
		gap: 20px;
	}
	.geography-text {
		max-width: 100%;
	}
	.geography .mission_title.f-heading-48.lh-120 {
		display: block;
		font-size: 32px;
		padding-right: 0 !important;
	}
	.geography-title {
		font-size: 20px;
	}
	.geography-links {
		row-gap: 6px;
	}

	.main-access__img img {
		max-width: 56%;
	}

	.bg-orange {
		padding-top: 25px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.main-access {
		padding-bottom: 5px;
		margin-bottom: 25px;
		justify-content: center;
	}
	.main-access__title {
		justify-content: center;
	}
	.main-access__title .text {
		font-size: 12px;
	}
	.main-access__text {
		font-size: 24px;
		line-height: 29px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.main-access__img {
		position: unset;
		display: flex;
		justify-content: center;
	}
	.main-access__img-m {
		display: flex;
    	justify-content: center;
	}
	.main-access__img-m img {
		max-width: 60%;
	}
	.hide-m, .main-access__qr {
		display: none;
	}
	.main-access__btn {
		width: 100%;
		text-align: center;
	}
	.main-access__bottom {
		max-width: unset;
	}
	.main-access_left {
		width: 80%;
		gap: 20px;
	}
	.prize {
		gap: 15px;
	}
	.bg-prize {
		background-size: 140%;
		background-repeat: no-repeat;
		background-position-x: 168%;
		background-position-y: 80%;
	}
	.bg-prize-1 {
		padding: 25px;
		background-position-x: center;
		background-size: 108%;
	}
	.prize-title {
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}
	.prize-clock_title {
		text-align: center;
		font-size: 20px;
		line-height: 24px;
	}
	.prizes-main .prize-clock_block {
		margin-bottom: 0;
	}
	.prize-clock_block-item_number {
		font-size: 52px;
		line-height: 60px;
	}
	.prize-clock_block-item_text {
		font-size: 16px;
		line-height: 19px;
	}
	.prize-clock_block {
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.prize-clock_block-item.first {
		padding-left: 30px;
	}
	.prize-clock_text {
		text-align: center;
		max-width: 100%;
	}
	.prize-link {
		margin-top: 235px;
		width: 100%;
		text-align: center;
	}
	.prizes-title h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.prizes-link .btn-more.btn.btn-default {
		width: 100%;
		padding: 25px 0;
		font-size: 20px;
		font-weight: 600;
	}
	.prizes-block img {
		display: none;
	}
	.prizes-block img.hide-ds {
		display: block;
	}

	.prizes-main {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.prizes-main_block {
		flex-direction: column;
	}
	.prizes-main .prize-title {
		font-size: 26px;
		line-height: 26px;
	}
	.prizes-main_bottom {
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}
	.prizes-main_bottom .prize-link {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0px;
		padding: 10px 65px;
	}
	.prizes-main_right {
		padding-left: 0;
		padding-top: 10px;
		display: flex;
		justify-content: center;
	}
	.prizes-main .prize-clock_title {
		margin-top: 10px;
		font-size: 18px;
	}
	.prizes-main_right img {
		display: none;
	}
	.prizes-main_right img.hide-ds {
		display: block;
		width: 78%;
	}
	.prizes-main .prize-clock_block-item_number {
		font-size: 44px;
		line-height: 44px;
	}
	.prize-widget-popup {
		background-image: url(../images/prize-popup-m.png);
		background-size: cover;
		max-width: 474px;
		max-height: 796px;
		width: 100%;
		height: 100%;
	}
	.prize-widget-popup .prize-widget-popup__close {
		top: 30px;
		right: 30px;
	}
	.prize-widget-popup .prize-widget-popup__link {
		width: 90%;
		height: 67px;
		bottom: 20px;
		left: 20px;
	}
	.prize-widget {
		width: 160px;
		height: 152px;
	}
	.prize-widget .prize-widget__link {
		width: 130px;
		height: 140px;
	}
}

@media (max-width: 400px) {
	.prize-clock_block-item {
		padding: 0 20px;
	}
	.prize-clock_block-item_number {
		font-size: 50px;
	}
}

.thanks-wrapper .container {
	padding-left: 0;
	padding-right: 0;
}
.thanks {
	text-align: center;
	margin-top: 20px;
}
.thanks h1 {
	font-family: 'Manrope';
	font-size: 54px;
	line-height: 64px;
	font-weight: 600;
	color: #212A2F;
}
.thanks-content {
	margin-top: 40px;
	font-size: 20px;
  	line-height: 30px;
}
.thanks-content h3 {
	font-size: 20px;
  	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 30px;
}
.thanks-content_block {
	max-width: 867px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Manrope';
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #677074;
}
.thanks-text {
	font-family: 'Manrope';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #212A2F;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.thanks-text p {
	text-align: center;
}
.thanks-text .sec {
	width: 80%;
	margin: 0;
}
.thanks-content_block img {
	width: 320px;
	height: 100%;
}
.thanks .btn-default {
	margin-top: 20px;
}
.thanks-content_block img {
	display: none;
	width: 90%;
	height: 90%;
	object-fit: contain;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.thanks-content_block {
		flex-direction: column;
	}
	.thanks-text .sec {
		margin-bottom: 20px;
	}
}
@media (max-width: 540px) {
	h1.services__title.is-page.f-heading-48 {
		line-height: 36px;
	}
	.thanks-content {
		margin-top: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.thanks-content_block img {
		display: block;
	}
}

.socials_join {
	margin-top: 60px;
	margin-bottom: 40px;
}
.socials_title.f-heading-48 {
	margin-bottom: 40px;
	line-height: 38px;
}
.socials_content {
	display: flex;
	gap: 20px;
	font-family: 'Manrope';
	justify-content: space-between;
}
.socials_item {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 20px;
	height: 206px;
	display: flex;
	padding: 25px 22px;
}
.socials_item__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.socials_item__right {
	display: block;
	max-width: 160px;
	width: 0px;
	margin-left: 25px;
	transition: all 0.3s;
}
.active .socials_item__right {
	display: block;
	width: 160px;
	transition: all 0.3s;
}
.socials_item__right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.socials_item__title {
	font-size: 24px;
	font-weight: 400;
}
.socials_item__btn {
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #E94F09;
	border-radius: 10px;
	color: #E94F09;
	width: 152px;
	text-align: center;
	padding: 8px 0;
}
.socials_item__arrow {
	display: none;
	position: absolute;
	top: 25px;
	right: 20px;
}
.yandex-reviews {
	width: 760px;
	margin-bottom: 40px;
}
.reviews-video .s-media__item {
	height: 565px !important;
}
.on_main .logo_block {
	height: 52px !important;
}
.help_item1 .orange_text,
.help_item2 .orange_text {
	color: #333;
}
.block_dostavka .orange_big,
.detail_block .text_detail_big span,
.track_nomer span {
	color: #212A2F;
}
.tarifs_desctop h2 span, .tarifs_mobile h2 span {
	color: #333;
}
@media (max-width: 768px) {
	.reviews-video .s-media__item {
		height: 500px !important;
	}
}
@media (max-width: 576px) {
	.reviews-video .s-media__item {
		height: 420px !important;
	}
}
@media (max-width: 500px) {
	.reviews-video .s-media__item {
		height: 420px !important;
	}
}
@media (max-width: 768px) {
	.socials_title.f-heading-48 {
		text-align: center;
	}
	.socials_content {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.socials_item__right {
		display: block;
		margin-left: auto;
		margin-right: auto;
		bottom: -20px;
    	position: absolute;
		left: 50%;
    	transform: translate(-50%);
	}
	.socials_item__arrow {
		display: block;
	}
	.socials_item__btn {
		display: none;
	}
	.socials_item {
		flex-direction: column;
		overflow: hidden;
	}
	.yandex-reviews {
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.thanks h1 {
		font-size: 40px;
		line-height: 48px;
	}
	.thanks-content {
		margin-top: 20px;
	}
	.socials_content {
		grid-template-columns: 1fr 1fr;
	}
	.thanks-content .btn.btn-default {
		font-size: 16px;
		width: 100%;
		height: 60px;
	}
	.thanks-content_block {
		font-size: 12px;
		line-height: 17px;
		text-align: left;
	}
	.thanks-text {
		text-align: left;
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 20px;
	}
	.socials_join {
		margin-bottom: 100px;
	}
	.people_block.people_block_empty.people_block_accent {
		display: none;
	}
	.people_block.people_block_empty {
		background-color: #E94F09;
	}
	.people_block .people_block_info_title span,
	.people_block .people_block_info_text {
		color: #FFF;
	}

}
@media (max-width: 460px) {
	.socials_item__right {
		width: 140px;
	}
	.socials_item {
		height: 190px;
	}
	.socials_item__title {
		font-size: 20px;
	}
}

footer .text_contact {
	display: flex;
	gap: 10px;
}
footer .svg-inline-addr {
	display: none;
}
footer .info .address {
	padding-left: 0;
}
header .header-scroll-banner__bottom {
	display: none;
}
footer .footer_top {
	padding-bottom: 40px;
}
footer .footer_middle {
	margin-bottom: 20px;
}
footer .kurs span.kurs_span {
	font-size: 15px !important;
}
body #footer .info .phone.blocks {
	margin-bottom: -10px;
}
footer .info .email.blocks {
	padding-left: 20px;
}
@media (max-width: 768px) {
	.mobile_menu_head_left .kurs {
		margin-top: 0;
		margin-bottom: 10px;
	}
	header .header_logo {
		margin-left: 10px;
	}
	header .header_logo img {
		height: 29px;
	}
	.m_container.header_line.m_flex {
		padding-top: 0;
	}
	header .header-scroll-banner__bottom {
		display: flex;
		justify-content: center;
	}
	.header_top_left_logo.text2 {
		width: 100%;
		text-align: center;
	}
	.header_top_left {
		width: 100%;
	}
	.header_top_left_logo.text {
		align-self: center;
		margin-bottom: 10px;
	}
	footer .footer_top {
		padding-bottom: 20px;
	}
	footer .footer_middle {
		margin-bottom: 0px;
	}
	footer .social-block .social-icons {
		margin-bottom: 15px;
	}
	#footer .footer_bottom {
		padding-top: 0px;
	}
	
	.pull-right .m_flex.kurs {
		display: flex;
		justify-content: center;
	}
}

.top_menu.new li {
	position: relative;
}
.top_menu_2 {
	position: absolute;
	left: -20px;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 15px 0px;
	z-index: 500;
	/*background-color: #F8F8F8;*/
	background-color: #FFFFFF
}
#header.fixed .top_menu_2 {
	background-color: #FFFFFF;
}
.top_menu_2 li {
	padding: 8px 20px;
	font-size: 14px;
	white-space: nowrap;
	margin-right: 0px;
}
.top_menu_2 li:hover {
	background-color: #F5F5F5;
}
.top_menu.new li:hover .top_menu_2 {
	visibility: visible;
	opacity: 1;
	transition: all .3s;
}

.phone_contacts_last {
	display: inline-block;
	margin-right: 10px;
}

.btn-more.btn.btn-default {
	background-color: #4d4d4d;
  	border-color: #4d4d4d;
}
.btn-more.btn.btn-default:hover {
	opacity: 0.7;
}

/**/
.slick-arrow.slick-prev:not(.slick-arrow2), .slick-arrow.slick-next:not(.slick-arrow2) {
	display: block !important;
	position: absolute;
	width: 40px !important;
	height: 39px !important;
	background: unset !important;
	background-color: transparent;
}
.slick-arrow:not(.slick-arrow2)::before,
.slick-arrow:not(.slick-arrow2)::after {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #4d4d4d;
}
.slick-arrow:not(.slick-arrow2)::before {
	transform: rotate(45deg);
	left: 13px;
	top: 13px;
}
.slick-arrow:not(.slick-arrow2)::after {
	transform: rotate(-45deg);
	left: 13px;
	top: 24px;
}
.slick-arrow.slick-prev:not(.slick-arrow2) {
	top: -87px;
	right: 60px !important;
	transform: rotate(180deg);
}
.slick-arrow.slick-next:not(.slick-arrow2) {
	top: -87px;
	right: 10px;
}
button.slick-arrow {
	padding: 0;
}

@media (max-width: 768px) {
	.slick-arrow.slick-prev:not(.slick-arrow2), .slick-arrow.slick-next:not(.slick-arrow2) {
		top: -64px;
	}
	.partners .slick-arrow.slick-prev:not(.slick-arrow2),
	.partners .slick-arrow.slick-next:not(.slick-arrow2) {
		top: -67px;
	}
}

.company_license .help_form_block_form_text_ {
	margin-top: 30px;
}
.company_license .help_form_block_form_text_ .home_video_block_text_text {
	margin-top: 0px;
}

.mobile_menu ul.top_menu.m_flex li .tail {
	display: none;
}

td.menu-item.unvisible {
	border-bottom: 2px solid #EDEEF3;
}
td.menu-item.unvisible a {
	display: block;
}
td.menu-item.unvisible a:not(.dropdown-toggle) > div {
	padding-top: 12px;
  	padding-bottom: 12px;
}
.mobile_menu_body_catalog:nth-of-type(2),
.mobile_menu_body_catalog:nth-of-type(3) {
	border-top: unset;
}

.s-media__slider .slick-arrow.slick-prev,
.s-media__slider .slick-arrow.slick-next {
	top: -60px;
}

/*business*/
.business {
	font-family: 'Manrope';
	color: #212A2F;
	margin-bottom: 50px;
}
.title-48 {	
	font-size: 38px;
	font-weight: 500;
	line-height: 100%;	
	margin-bottom: 18px;
	font-family: 'Manrope';
  	color: #212A2F;
}
.sub-title-24,
.business__item-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 110%;	
	font-family: 'Manrope';
  	color: #212A2F;
}
.poisk_block .sub-title-24 {
	margin-bottom: 40px;
	line-height: 120%;
}
.poisk_block .title-48 {
	max-width: 100%;
}
.business-tabs {
	display: flex;
	flex-flow: row wrap;
	gap: 24px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.products .business-tabs {
	/*margin-bottom: 30px;*/
}
.business-tab {
	font-size: 16px;
	padding: 7px 20px;
	background-color: #FFFFFF;
	border-radius: 16px;
	line-height: 19px;
	cursor: pointer;
	transition: all .3s;
	color:#212A2F;
}
.business-tab.active,
.business-tab:hover {
	background-color: #E94F09;
	color: #FFFFFF;
}
.business-tabs-content {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.business-tabs-content.active {
	display: grid;
}
.business__item {
	background-color: #FFFFFF;
	border-radius: 19px;
	padding: 26px 50px 30px 30px;
	height: 247px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
}
.business__item-link {
	color: #E94F09;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	padding: 5px 20px;
	border: 1px solid #E94F09;
	border-radius: 10px;
	cursor: pointer;
	width: max-content;
}
.business__item-link:hover {
	color: #FFFFFF;
	background-color: #E94F09;
	transition: all .3s;
}

.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}
.tab__item-products {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.tab__item-products.active {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.logo_slider_blocks_2 .logo_block {
	height: 60px !important;
}
@media (max-width: 540px) {
	.title-48 {	
		font-size: 32px;
		font-weight: 500;
		line-height: 100%;	
		margin-bottom: 11px;
	}
	.sub-title-24 {
		font-size: 20px;
		font-weight: 400;
		line-height: 25px;	
	}
	.business-tabs {
		gap: 10px;
		margin-bottom: 40px;
		width: 100%;
		margin-bottom: 30px;
	}
	.business-tab {
		font-size: 14px;
		padding: 7px 15px;
	}
	.products .business-tabs {
		/*margin-bottom: 25px;*/
	}
	.business-tabs-content {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 18px;
		row-gap: 14px;
	}
	.business__item {
		height: 160px;
		padding: 16px 40px 20px 20px;
		background-size: contain;
	}
	.business__item-title {
		font-size: 16px;
		line-height: 19px;
	}
	.business__item-link {
		font-size: 13px;
		line-height: 16px;
		border-radius: 6px;
		padding: 1px 11px;
	}
}

.top-menu2 {
	display: flex;
	gap: 10px;
	margin-left: auto;
	margin-right: auto;
}
.top-menu2 a {
	padding: 8px 10px;
    padding-left: 10px;
 	border-radius: 10px;
  	/*border: 1px solid #b3b3b3;*/
  	/*background: #FAFAFA;*/
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/*color: #091520;
	transition: opacity .25s ease-in-out 0s;
	border: 1px solid rgba(9,21,32,.4);*/

	border: 1px solid #b3b3b3;
	background: transparent;
	color: #212A2F;
}
.top-menu2 a:hover {
	/*border: 1px solid #091520;*/
	color: #FFFFFF;
	border-color: #212A2F;
	background-color: #212A2F;
}
.top-menu2 a.selected {
	border-color: #212A2F;
	background-color: #091520;
  	color: #fff;
}
.top-menu2 a.selected:hover {
	background-color: #E94F09;
	border: 1px solid #E94F09;
}
.top-menu2 a.white:hover {
	border-color: #212A2F;
	color: #212A2F;
	background: transparent;
}
.search__mobile {
	display: none;
}
.header-catalog-menu {
	position: relative;
}
.header-catalog-menu__items {
	display: none;
	position: absolute;
	flex-direction: column;
	background-color: #FFF;
	padding: 10px 0px;
	width: fit-content;
	top: 38px;
	/*border: 1px solid #B3B3B3;*/
	left: 20px;
	/*border-radius: 10px;*/
	z-index: 10;
}
.header-catalog-menu:hover .header-catalog-menu__items {
	display: flex;
	
}
.header-catalog-menu__items a {
	color: #212A2F;
	padding: 7px 20px;
	white-space: nowrap;
	line-height: 1;
	font-size: 14px;
}
.header-catalog-menu__items a:hover {
	background-color: #F5F5F5;
}
@media (max-width: 940px) {
	.top-menu2 {
		display: none;
	}
	.search__mobile {
		display: flex;
	}
	.people_blocks_top {
		margin-top: 10px;
	}
}

body h3, body h2, body h1 {
	font-family: Manrope;
	color: #212A2F;
}

.hide-d {
	display: none;
}

@media (max-width: 768px) {
	.hide-d {
		display: inline;
	}
	.hide-m {
		display: none;
	}
}

.products_slider .btn_gray:hover {
	color: #FFFFFF;
	background-color: #212A2F;
}

.flex-r {
	display: flex;
}
.jc-sb {
	justify-content: space-between;
}
.ai-c {
	align-items: center;
}

/**/
section.reviews2 {
	margin-top: 0px;
}
.reviews_slider {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 55px;
}
.reviews_slider .slick-dots {
	position: absolute;
}
.reviews__item-body {
	padding-top: 20px;
}
.reviews__item {
	max-width: 360px;
	background-color: #EFEFEF;
	border-radius: 20px;
	padding: 20px 20px;
	position: relative;
	font-family: Manrope;
	height: 185px;
	/*max-height: 364px;*/
	/*margin-bottom: 120px;*/
}
.reviews__item-img {
	width: 85px;
	height: 85px;
	background-color: #EFEFEF;
	border: 10px solid #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: -20px;
	overflow: hidden;
}
.reviews__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews__item-name {
	font-size: 20px;
	line-height: 29px;
	font-weight: 600;
	color: #212A2F;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: -5px;
	/*margin-left: 90px;*/
}
.reviews__item-prop {
	background-color: #FFFFFF;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	color: #6d7274;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.reviews__item-prop.pad {
	padding-bottom: 15px;
}
.reviews__item-prop span {
	padding: 7px 20px 7px 10px;
	display: inline-block;
}
.reviews__item-prop .grey {
	background-color: #6d7274;
	padding: 7px 20px;
	border-radius: 16px;
	color: #FFFFFF;
	margin-left: -15px;
	margin-right: 15px;
}
.reviews__item-prop.pad .grey {
	margin-bottom: 5px;
}
.reviews__item-review {
	background-color: #EFEFEF;
	padding: 20px;
	border-radius: 20px;
	margin-top: -145px;
	position: relative;
	margin-left: 0;
  	margin-right: 0;
	min-height: 185px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*
.reviews__item-review::before {
	content: "";
	display: block;
	width: 30px;
	height: 40px;
	background-color: #FFFFFF;
	clip-path: polygon(83% 0, 100% 0, 100% 100%, 12% 100%);
	border-radius: 5px;
	position: absolute;
	top: -30px;
	right: 20px;
}
.reviews__item-review::after {
	content: "";
	display: block;
	width: 10px;
	height: 45px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	top: -34px;
	right: 31px;
	transform: rotate(38deg);
}
*/
.review__stars svg {
	margin-right: 5px;
}
.review__text {
	color: #858585;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 10px;

}
.reviews__item-review.active .review__text {
	overflow: visible;
	text-overflow: unset;
	display: block;
	-moz-box-orient: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	line-clamp: unset;
	box-orient: unset;
}
.review__link {
	padding: 8px 12px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	border-radius: 4px;
	display: inline-block;
	width: max-content;
}
.reviews .slick-arrow:not(.slick-arrow2),
.reviews2 .slick-arrow:not(.slick-arrow2) {
	top: -30px;
}
.products_slider.row2 .slick-next.slick-arrow {
	right: 10px;
}
.products_slider.row2 .slick-prev.slick-arrow {
	right: 60px !important;
}

.reviews2 .slick-track {
	padding-bottom: 0px;
}

.video_tabs .business-tabs {
	margin-top: 0px;
}
@media (max-width: 600px) {
	.reviews__item-body {
		padding-top: 20px;
	}
	.reviews__item {
		/*width: 214px;*/
		width: 100%;
		max-width: unset;
		border-radius: 12px;
		padding: 10px 10px;
		height: 175px;
		padding-top: 15px;
		/*max-height: 216px;*/
		/*margin-bottom: 100px;*/
	}
	.reviews__item-img {
		width: 72px;
		height: 72px;
		border: 8px solid #EFEFEF;
		left: 15px;
		top: -20px;
	}
	.reviews__item-name {
		font-size: 16px;
		line-height: 19px;
		/*margin-left: 90px;*/
		margin-bottom: 30px;
	}
	.reviews__item-prop {
		margin-bottom: 10px;
		margin-right: 0px;
		font-size: 10px;
		line-height: 12px;
		border-radius: 11px;
	}
	.reviews__item-prop span {
		padding: 4px 15px 4px 10px;
	}
	.reviews__item-prop .grey {
		padding: 4px 15px;
		border-radius: 11px;
	}
	.reviews__item-review {
		margin-top: -135px;
		padding: 10px;
		margin-left: 0px;
  		margin-right: 0px;
		border-radius: 12px;
	}
	.reviews__item-review::before {
		height: 30px;
		top: -22px;
	}
	.reviews__item-review::after {
		height: 35px;
		top: -23px;
		right: 28px;
	}
	.review__stars {
		margin-top: -5px;
	}
	.review__stars svg {
		width: 10px;
		height: 10px;
		margin-right: 3px;
	}
	.review__text {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.review__text {
		font-size: 14px;
		line-height: 18px;
	}
	.review__link {
		font-size: 12px;
		line-height: 10px;
	}
}

@media (max-width: 460px) {
	.reviews__item {
		width: unset;
		position: relative;
		padding-top: 56px;
		/*height: 240px;
		max-height: unset;*/
	}
	.reviews__item-img {
		left: 10px;
	}
	.reviews__item-name {
		position: absolute;
		/*left: 86px;*/
		top: 25px;
		margin-left: 0;
		margin-bottom: 0;
		font-size: 15px;
		line-height: 17px;
	}
	.reviews__item-prop {
		padding-bottom: 0px;
	}
	.reviews__item-prop .grey {
		margin-bottom: 0px;
	}
	.reviews__item-review {
		/*margin-top: -70px;*/
	}
}

.video-tabs-content {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.video-tabs-content.active {
	visibility: visible;
	opacity: 1;
	height: auto;
}

/**/
.transportation_slider {
	height: 555px;
	margin-top: 30px;
  	margin-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
@media (max-width: 540px) {
	.transportation_slider {
		margin-top: 0;
	}
	.transportation .mission_title_mob {
		width: 90%;
	}
	.partners .slick-track {
		padding-bottom: 0px;
	}
	.partners .logo_slider_blocks {
		margin-bottom: 10px;
	}
}
.transportation__item {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
	height: 100%;
	width: 360px;
	font-family: Manrope;
}
.transportation__item-slider {
	height: 293px;
	margin-bottom: 20px;
	position: relative;
}
.transportation__item-slider img {
	width: 320px;
	height: 293px;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
}
.transportation__item-slider .slick-track {
	padding-bottom: 0;
}
.transportation__item-slider .slick-arrow2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
}
.transportation__item-slider .slick-prev {
	left: -15px;	
	box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.transportation__item-slider .slick-next {
	right: -15px;	
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.transportation__item-slider .slick-slide {
	margin: 0;
}
.transportation__item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
}
.transportation__item-name {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	color: #212A2F;
}
.transportation__item-rout {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #212A2F;
	margin-top: 20px;
	margin-bottom: 25px;
}
.transportation__item-rout .arrow {
	display: block;
	width: 52px;
	height: 1px;
	background-color: #E94F09;
	position: relative;
	margin-top: 10px;
}
.transportation__item-rout .arrow::before,
.transportation__item-rout .arrow::after {
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	background-color: #E94F09;
	position: absolute;
	right: 0px;
}
.transportation__item-rout .arrow::before {
	top: -2px;
	transform: rotate(45deg);
}
.transportation__item-rout .arrow::after {
	top: 2px;
	transform: rotate(-45deg);
}
.transportation__item-props {
	display: flex;
	gap: 10px;
}
.transportation__item-props span {
	display: block;
	border: 1px solid #E94F09;
	border-radius: 10px;
	padding: 5px 19px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #212A2F;
}

/**/
.main-feedback__section {
	margin-top: 40px;
}
.main-feedback {
	background-color: #E94F09;
	border-radius: 20px;
	padding: 40px 50px 30px 50px;
	font-family: Manrope;
	background-image: url(../images/calc_feedback.png);
	background-position-x: right;
	background-repeat: no-repeat;
}
.main-feedback__title {
	font-size: 48px;
	font-weight: 600;
	line-height: 57px;
	color: #FFFFFF;
	width: 60%;
	margin-bottom: 25px;
}
.main-feedback__subtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.main-feedback__subtitle span {
	font-weight: 700;
}
.main-feedback .help_form_block_form_form .form_body .form-control {
	margin-right: 20px;
}
.main-feedback .help_form_block_form_form .form_body .form-control input[type="text"],
.main-feedback .help_form_block_form_form .form_body .form-control input[type="tel"] {
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	width: 207px;
	color: #888888;
}
.main-feedback .help_form_block_form_form .btn_form50 {
	background-color: #212A2F;
	border: 1px solid #212A2F;
	border-radius: 10px;
	color: #F8F8F8;
	font-size: 14px;
	margin-left: 0;
	height: 47px;
	width: 207px;
}

.transportation_slider .slick-arrow.slick-prev:not(.slick-arrow2),
.transportation_slider .slick-arrow.slick-next:not(.slick-arrow2) {
	top: -85px !important;
}
.trust_slider {
	margin-top: 30px;
}


@media (max-width: 768px) {
	.main-feedback__section {
		background-color: #E94F09;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.main-feedback {
		background-color: #E94F09;
		border-radius: 0px;
		padding: 20px 0px;
		background-image: url(../images/calc_feedback_m.png);
		background-position-x: center;
		background-position-y: center;
		background-repeat: no-repeat;
		background-blend-mode: multiply;
		padding-bottom: 5px;
	}
	.main-feedback__title {
		font-size: 32px;
		line-height: 38px;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.main-feedback__subtitle {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 25px;
	}
	.main-feedback .help_form_block_form_form .form_body {
		flex-direction: column;
	}
	.main-feedback .help_form_block_form_form .form_body .form-control input[type="text"],
	.main-feedback .help_form_block_form_form .form_body .form-control input[type="tel"] {
		width: 100%;
		font-size: 20px;
		line-height: 27px;
	}
	.main-feedback .help_form_block_form_form .btn_form50 {
		width: 100%;
		height: 70px;
		font-size: 20px;
		line-height: 27px;
	}
	.transportation .sub-title-24 {
		margin-bottom: 30px;
	}
	.reviews .sub-title-24 {
		margin-bottom: 20px;
	}
	.reviews .sub-title-24 {
		width: 80%;
	}
	.reviews .slick-arrow:not(.slick-arrow2) {
		top: -65px;
	}
	.reviews2 .slick-arrow:not(.slick-arrow2) {
		top: -45px;
	}
	.trust_slider {
		margin-top: 19px;
	}
	.title-48 {
		max-width: 80%;
	}
	.products .mission_title {
		padding-right: unset !important;
	}
}
@media (max-width: 500px) {
	.transportation_slider {
		margin-top: 19px;
	}
	.transportation .sub-title-24 {
		width: 80%;
	}
	.transportation_slider .slick-arrow.slick-prev:not(.slick-arrow2),
	.transportation_slider .slick-arrow.slick-next:not(.slick-arrow2) {
		top: -65px !important;
	}
	
	.geography-text {
		margin-top: 16px;
	}
}

@media (max-width: 460px) {
	.main-feedback__subtitle {
		font-size: 18px;
	}
	
	
}
@media (max-width: 420px) {
	.title-48 {
		font-size: 28px;
	}
	.sub-title-24 {
		font-size: 18px;
	}
}

.f-heading-48.lh-120 {
	line-height: 100%;
}

.reviews2 .slick-dots,
.adv-grid .slick-dots,
.adv-grid__2 .slick-dots {
	margin-top: 20px;
}
.s-intrest__slider .slick-dots li,
.reviews2 .slick-dots li,
.adv-grid .slick-dots li,
.adv-grid__2 .slick-dots li {
	height: 2px;
	border-radius: 0px;
	margin-left: 4px;
  	margin-right: 4px;
	width: 12px;
}
.s-intrest__slider .slick-dots li.slick-active,
.reviews2 .slick-dots li.slick-active,
.adv-grid .slick-dots li.slick-active,
.adv-grid__2 .slick-dots li.slick-active {
	width: 40px;
}

.header_actions .basket-link.delay {
	display: none;
}

/*new_form*/
.form-wrapper {
	background-color: #EBECEC;
	border-radius: 20px;
	padding: 45px 35px;
	background-image: url(../images/form-plane.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
}
.form-form {
	width: 67%;
	
}
.form-form .help_form_block_form_form .btn_form50 {
	margin-left: 0;
	height: 47px;
}

.form-form h1 {
	font-size: 48px;
	line-height: 120%;
	font-weight: 500;
	color: #212A2F;
	margin-top: 0;
	margin-bottom: 20px;
}
.form-form .subtitle,
.calc-form .subtitle {
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color: #E94F09;
	margin-bottom: 40px;
}
.form-items {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}
.form-items__item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
.form-items__item-icon {
	width: 48px;
	height: 48px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-items__item-text {
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color: #212A2F;
	text-align: center;
}
.form-items__item-text span {
	display: block;
}
.box1d {
	position: absolute;
	z-index: 1;
	bottom: -120px;
	right: 400px;
}
.box2d {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: -70px;
}
.adv-text {
	font-size: 24px;
	line-height: 120%;
	color: #212A2F;
	font-weight: 500;
}
.adv-grid {
	/*display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;*/
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: -10px;
	margin-right: -10px;
}
.adv-grid .slick-dots {
	display: none;
}
.adv-grid .slick-track {
	padding-bottom: 0;
}
.slick-initialized .slick-slide.adv-grid__item {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	background-color: #E94F09;
	border-radius: 10px;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: 500;
}
.adv-grid__item svg {
	position: absolute;
	right: 20px;
	top: 20px;
}
.box1m, .box2m {
	display: none;
}
@media (max-width: 540px) {
	.adv-grid {
		margin-bottom: 20px;
		/*margin-top: 0px;*/
	}
	.adv-grid .slick-dots {
		display: flex;
		margin-bottom: 0;
	}
	.form-wrapper {
		background-image: unset;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
		margin-bottom: 30px;
	}
	.form-form {
		background-color: #EBECEC;
		border-radius: 10px;
		padding: 30px 15px 40px 15px;
		width: 100%;
		position: relative;
	}
	.form-form h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.box1d, .box2d {
		display: none;
	}
	.form-form .subtitle,
	.calc-form .subtitle {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 15px;
		width: 75%;
	}
	.form-form .help_form_block_form_form .btn_form50 {
		height: 70px;
		font-size: 20px;
	}
	.form-form .help_form_block_form_form.flex {
		margin-top: 20px;
	}
	.form-form .form_footer {
		margin-bottom: 0;
	}
	.box1m, .box2m {
		display: block;
		position: absolute;
	}
	.box1m {
		right: -16px;
		top: 17%;
	}
	.box2m {
		right: -13px;
		bottom: -134px;
	}
	.form-items {
		flex-direction: column;
		gap: 25px;
  		margin-top: 40px;
	}
	.form-items__item {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.form-items__item-icon {
		width: 60px;
		height: 60px;
		min-width: 60px;
		background-color: #EFEFEF;
	}
	.form-items__item-text {
		font-size: 20px;
	}
	.form-items__item-text span {
		display: inline-block;
		margin-right: 6px;
	}
	.adv-text {
		display: none;
	}

	.adv-grid {
		display: block;
		/*gap: 10px;*/
		overflow-x: scroll;
		scroll-behavior: smooth;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.slick-initialized .slick-slide.adv-grid__item {
		/*min-width: 100%;*/
		font-size: 20px;
		height: 175px;
	}
	.adv-grid__item svg {
		width: 22px;
		height: 21px;
	}
	.form-items__item-text {
		text-align: left;
	}
}
@media (max-width: 420px) {
	.box2m {
		bottom: -105px;
    	width: 150px;
	}
}

.detail.services.fixed_wrapper {
	margin-top: 0;
}

/**/
.calc-form {
	position: relative;
	margin-bottom: 50px;
}
.calc-form .container {
	position: relative;
}
.calc-form .dragon {
	position: absolute;
	top: -50px;
	right: -17%;
	max-width: unset;
	margin: 0;
	max-height: unset;
	max-width: 800px;
}
.calc-wrapper {
	background-color: #EDEEF3;
	border-radius: 20px;
	overflow: hidden;
}
.calc-form .subtitle {
	color: #212A2F;
}
.calc-calc {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 45px 35px;
}
.calc-calc__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	color: #212A2F;
	margin-bottom: 20px;
}
.calc-calc__inputs {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
}
.calc-calc__inputs-item {
	width: 200px;
	display: flex;
	flex-direction: column;
}
.calc-calc__inputs-item span {
	display: block;
	font-size: 16px;
	color: #212A2F;
	margin-bottom: 20px;
}
.calc-calc__inputs-item input,
.calc-calc__inputs-item .ik_select_link.common_select-link {
	padding: 10px 20px;
	border: 1px solid #888888;
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
	color: #888888;
	background-color: #FFFFFF;
}
.calc-calc__inputs-item .common_select .common_select-link .ik_select_link_text {
	margin-bottom: 0;
	height: auto;
	line-height: 120%;
	font-size: 16px;
	color: #888888;
}
.calc-calc__radio {
	display: flex;
	justify-content: flex-start;
	gap: 70px;
	margin-top: 30px;
}
.calc-calc__radio-item {
	position: relative;
}
.calc-calc__radio-item input {
	display: none;
}
.calc-calc__radio-item label {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	color: #212A2F;
	line-height: 120%;
}
.radio-img {
	background-color: #F4F4F4;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin-bottom: 15px;
	position: relative;
}
.calc-calc__radio-item label img {
	position: absolute;
}
.calc__radio-title {
	font-size: 16px;
}
.calc__radio-text {
	font-size: 14px;
}
.calc-calc__radio-item .jq-radio {
	position: absolute;
	left: 0px;
	top: 25px;
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #E94F09;
	background-color: transparent;
	border-radius: 50%;
	float: none;
}
.calc-calc__radio-item .jq-radio.checked::before {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 17px;
	height: 17px;
	background-color: #E94F09;
	border-radius: 50%;
}
.calc-calc .btn_form50 {
	width: 340px;
	height: 55px;
	font-size: 24px;
	margin-top: 30px;
}
.subcalc-content {
	padding: 30px 35px;
	display: none;
}
.subcalc-content.active {
	display: block;
}
.subcalc-title {
	font-size: 48px;
	font-weight: 500;
	line-height: 120%;
	color: #212A2F;
}
.subcalc-result {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 30px;
}
.subcalc-result__cost {
	background-color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 377px;
	height: 70px;
	font-size: 32px;
	font-weight: 600;
	color: #212A2F;
}
.subcalc-result__text {
	font-size: 24px;
	line-height: 115%;
	color: #212A2F;
	font-weight: 500;
}
.subcalc-text {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 120%;
	color: #212A2F;
}
.calc-form .help_form_block_form_form .form_body .form-control input[type="text"],
.calc-form .help_form_block_form_form .form_body .form-control input[type="tel"] {
	width: 216px;
	height: 55px;
	font-size: 16px;
	color: #888888;
}
.calc-form .help_form_block_form_form .btn_form50 {
	margin-left: 0;
	width: 188px;
	height: 55px;
	font-size: 16px;
}
.subcalc-content a {
	display: block;
	width: 55px;
	height: 55px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.subcalc-form {
	display: flex;
	gap: 15px;
}
.subcalc-form .help_form_block_form_form.flex {
	width: max-content;
	margin-top: 0;
}
.subcalc-form__socials {
	display: flex;
	gap: 15px;
}
.subcalc-form .captcha_image,
.subcalc-form .captcha_input {
	display: none;
}

@media (max-width: 540px) {
	.calc-form {
		margin-top: 20px;
	}
	.calc-form .dragon {
		display: none;
	}
	.calc-form .title-48 {
		font-size: 30px;
		width: 100%;
		max-width: 100%;
	}
	.calc-form .subtitle {
		width: 100%;
	}
	.calc-calc {
		padding: 20px 15px;
	}
	.calc-calc__title {
		font-size: 20px;
	}
	.calc-calc__inputs,
	.calc-calc__radio {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.calc-calc__inputs-item {
		width: 100%;
	}
	.calc-calc .btn_form50 {
		width: 100%;
		height: 70px;
	}
	.subcalc-content {
		padding: 30px 15px 40px 15px;
	}
	.subcalc-title {
		font-size: 30px;
		text-align: center;
	}
	.subcalc-result {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
		gap: 20px;
	}
	.subcalc-result__cost {
		width: 100%;
	}
	.subcalc-result__text {
		font-size: 20px;
	}
	.subcalc-text {
		font-size: 14px;
		margin-top: 20px;
  		margin-bottom: 20px;
	}
	.subcalc-form {
		flex-direction: column;
		align-items: center;
	}
	.subcalc-form .help_form_block_form_form.flex {
		width: 100%;
	}
	.calc-form .help_form_block_form_form .form_body .form-control input[type="text"],
	.calc-form .help_form_block_form_form .form_body .form-control input[type="tel"] {
		width: 100%;
		height: 70px;
	}
	.calc-form .help_form_block_form_form .btn_form50 {
		width: 100%;
		height: 70px;
	}
	.calc-form .help_form_block_form_form .form_footer {
		margin-bottom: 15px;
	}
	.s-intrest__slider .s-intrest__item img {
		object-fit: contain;
  		margin-top: -25px;
	}
}

.price h2 {
	margin-bottom: 18px;
}
.price h3 {
	margin-bottom: 10px;
}

.ex-reviews {
	display: flex;
}

@media (max-width: 540px) {
	.ex-reviews {
		flex-direction: column;
	}
}

.help_block h1.title-48 {
	margin-top: 0px !important;
	margin-bottom: 18px;
	font-size: 38px;
}
.row.komissya {
	margin-top: 40px;
}
.komissya h2.title-48, .etaps h2, .variants h2, .upakovka h2, .shema h2 {
	font-size: 38px;
	margin-bottom: 40px;
}
section.etaps {
	margin-top: 35px;
}
.orange-t {
	color: #E94F09;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-0 {
	margin-top: 0;
}

.people_block.people_block_empty {
	background-color: #E94F09;
}

.people_block.people_block_empty .people_block_info_title span,
.people_block.people_block_empty .people_block_info_text {
	color: #FFFFFF;
}

.people_blocks_top .slick-arrow2 {
	box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.s-intrest__item img {
	background-color: #FFFFFF;
}

@media (min-width: 768px) {
	.calc__form__wrap {
		padding-top: 1px;
		padding-bottom: 10px;
	}
}

.bx-searchtitle.elk_search.search_container {
	margin-top: 40px;
}

/**/
.contacts-form {
	padding: 50px 40px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(233,79,9,1) 100%);
	border-radius: 20px;
	display: flex;
	gap: 40px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.contacts-form__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contacts-form__left img {
	margin: 0;
	margin-right: auto;
}
.contacts-form__left-title {
	font-size: 48px;
	font-weight: 600;
	line-height: 120%;
	color: #FFFFFF;
	/*margin-top: 55px;*/
	margin-bottom: 40px;
}
.contacts-form__left-subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 125%;
	/*margin-bottom: 40px;*/
	color: #212A2F;

}
.contacts-form__right {
	background-image: url(../images/contacts_form.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 696px;
	height: 445px;
	border-radius: -10px;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: end;
}

.contacts-form__cert {
	position: relative;
	background-image: url(../images/blur.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*width: 230px;
	height: 200px;*/
	padding: 10px;
	border-radius: 10px;
}
.contacts-form__cert-title {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 125%;
	margin-bottom: 10px;
}
.contacts-form__cert .plus {
	position: absolute;
	top: -27px;
	right: -25px;
	width: 42px;
	height: 42px;
	background-color: #E94F09;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contacts-form .help_form_block_form_form .form_body .form-control,
.contacts-form .help_form_block_form_form .form_footer,
.contacts-form .help_form_block_form_form .form_body {
	margin-top: 0;
	margin-bottom: 0;
}
.contacts-form .help_form_block_form_form .form_body .form-control input[type="text"],
.contacts-form .help_form_block_form_form .form_body .form-control input[type="tel"] {
	width: 207px;
}
.contacts-form .help_form_block_form_form .btn_form50.btn_primary {
	margin: 0;
	height: 47px;
	width: 207px;
}
@media (max-width: 400px) {
	.footer_top .col-md-3.col-sm-12.contact-block {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 370px) {
	.phone.blocks .text_contact {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 540px) {
	.contacts-form {
		padding: 15px;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 40px;
	}
	.contacts-form__left img {
		margin-top: 20px;
		width: 110px;
	}
	.contacts-form__left-title {
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.contacts-form__left-subtitle {
		font-size: 20px;
	}
	.contacts-form .help_form_block_form_form .form_body .form-control input[type="text"],
	.contacts-form .help_form_block_form_form .form_body .form-control input[type="tel"] {
		width: 100%;
		margin-bottom: 15px;
	}
	.contacts-form .help_form_block_form_form .btn_form50.btn_primary {
		height: 70px;
		width: 100%;
	}
	.contacts-form__right {
		min-width: 100%;
		height: 260px;
		border-radius: 15px;
	}
	.contacts-form__cert .plus {
		width: 28px;
		height: 28px;
	}
	.contacts-form__cert img {
		width: 133px;
	}
	.contacts-form__cert-title {
		font-size: 12px;
	}
	.contacts-form__cert .plus {
		top: -18px;
		right: -18px;
	}
	.calc-form,
	.business,
	.main-feedback__section,
	.reviews_slider {
		margin-bottom: 40px;
	}
	.contacts-form {
		margin-top: 0px;
	}
	.item-views.company .text.text-company-block {
		padding-top: 0px;
	}
}
.poisk_block_ {
	text-align: center;
}

.poisk_block_preview1 {
	max-width: 60%;
  	margin-left: auto;
  	margin-right: auto;
}
.calc__form__wrap {
    margin-bottom: 40px;
}
@media (max-width: 540px) {
	.poisk_block_preview1.sub-title-24 {
		/*font-size: 18px;*/
	}
	.poisk_block_preview1 {
		max-width: 100%;
	}
	.poisk_block_ {
		text-align: left;
		padding-left: 40px;
	}
	.bx-searchtitle.elk_search.search_container {
		margin-top: 30px;
	}
}

/**/
.team-wrapper {
	background-color: #E94F09;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	/*margin-bottom: 55px;*/
}
.team-conteiner {
	padding-top: 90px;
}
.team-conteiner__head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.team-conteiner__head-left {
	font-size: 48px;
	line-height: 110%;
	font-weight: 500;
}
.team-conteiner__head-left b {
	color: #FFFFFF;
}
.team-conteiner__head-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.team-conteiner__head-right span {
	font-size: 24px;
	line-height: 125%;
	font-weight: 500;
	margin-top: 20px;
}
.team-conteiner__slider {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	position: relative;
	margin-bottom: -1px;
}
.team-conteiner__slider .slick-slide {
	margin: 0;
}
.team-item__name {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 120%;
}
.team-item__spec {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 120%;
}
.team-item__img {
	margin-top: 20px;
	height: 486px;
}
.team-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}
.team-conteiner__slider .slick-arrow2 {
	position: absolute;
	top: 280px;
}
.team-conteiner__slider .slick-prev {
	left: -18px;
	box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.team-conteiner__slider .slick-next {
	right: -18px;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.team-conteiner__slider .slick-track {
	padding-bottom: 0px;
}
@media (max-width: 540px) {
	.team-wrapper {
		/*margin-bottom: 45px;*/
	}
	.team-conteiner {
		padding-top: 70px;
	}
	.team-conteiner__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 50px;
		margin-bottom: 40px;
	}
	.team-conteiner__head-left {
		font-size: 32px;
		line-height: 120%;
	}
	.team-conteiner__head-right {
		align-items: flex-start;
	}
	.team-conteiner__head-right span {
		font-size: 20px;
	}
	.team-conteiner__head-right svg {
		transform: scaleX(-1);
	}
	.team-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.team-item__img {
		height: 238px;
	}
	.team-item__name {
		font-size: 14px;
	}
	.team-item__spec {
		font-size: 10px;
	}
	.team-conteiner__slider .slick-arrow2 {
		width: 27px;
		height: 27px;
		top: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.team-conteiner__slider .slick-prev {
		left: -10px;
	}
	.team-conteiner__slider .slick-next {
		right: -10px;
	}
}

/**/
.help-orange {
	background-color: #E94F09;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	padding: 50px 35px;
}
.help-orange img.bg {
	position: absolute;
	bottom: 0px;
	right: -85px;
}
.help-orange__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.help-orange__title .main-feedback__title {
	max-width: 950px;
}
.help-orange__title img {
	margin: 0;
}
.help-orange__slider {
	/*display: flex;
	gap: 10px;*/
	margin-top: 35px;
	margin-bottom: 50px;
}
.help-orange__slider .slick-track {
	padding-bottom: 0;
}
.slick-initialized .help-orange__slider-item.slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 20px 20px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 10px;
	height: 120px;
	margin: 0 5px;
}
.help-orange__slider-item svg {
	position: absolute;
	top: 20px;
	right: 20px;
}
.help-orange__slider-item div {
	color: #212A2F;
	font-size: 16px;
	line-height: 110%;
	font-weight: 500;
	width: 93%;
}
.help-orange__text {
	text-align: center;
	font-size: 24px;
	line-height: 120%;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: 500;
}
.help-orange__text b {
	color: #FFFFFF;
}
@media (max-width: 540px) {
	.help-orange {
		border-radius: 15px;
		padding: 20px 10px;
	}
	.help-orange img.bg {
		bottom: unset;
		top: 0;
		right: -55px;
	}
	.help-orange__title img {
		display: none;
	}
	.slick-initialized .help-orange__slider-item.slick-slide {
		height: 177px;
		
	}
	.help-orange__slider-item div {
		font-size: 20px;
	}
	.help-orange__slider {
		margin-bottom: 25px;
	}
	.help-orange__slider-item svg {
		width: 22px;
		height: 22px;
	}
	.help-orange .slick-dots {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.help-orange__slider .slick-dots li {
		background-color: #FFFFFF !important;
		height: 2px;
		width: 14px;
		border-radius: unset;
		opacity: .5;
		margin-left: 4px;
		margin-right: 4px;
	}
	.help-orange__slider .slick-dots li.slick-active {
		opacity: 1;
		width: 46px;
	}
	.help-orange__text {
		font-size: 20px;
	}
	.komissya h2.title-48 {
		width: 100%;
		font-size: 32px;
	}
	.komissya .orange_block_2 {
		font-size: 16px !important;
	}
}

.help-pay {
	background-color: #212A2F;
	margin-top: 40px;
	margin-bottom: 50px;
}
.help-pay .maxwidth-theme {
	background-color: #212A2F !important;
}
.help-pay-content {
	padding: 70px 0;
}
.help-pay-content .main-feedback__title {
	color: #FFFFFF;
}
.help-pay-content__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	grid-auto-flow: column;
	column-gap: 80px;
}
.help-pay-content__item {
	display: flex;
	padding: 20px 0px;
}
.help-pay-content__item .num {
	font-size: 24px;
	font-weight: 500;
	color: #E94F09;
	min-width: 80px;
}
.help-pay-content__item .text {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 120%;
}
.help-pay-content__item.line {
	border-bottom: 2px solid #797979;
}
.key_task h2.title-48 {
	max-width: 100%;
}
@media (max-width: 540px) {
	.help-pay {
		margin-bottom: 40px;
	}
	.help-pay-content {
		padding: 30px 0 20px 0;
	}
	.help-pay-content__grid {
		grid-template-columns: 1fr;
		grid-template-rows: unset;
		grid-auto-flow: unset;
		row-gap: 0px;
	}
	.help-pay-content__item {
		border-bottom: 2px solid #797979;
	}
	.help-pay-content__item:last-child {
		border-bottom: unset;
	}
	.help-pay-content__item {
		padding: 15px 0;
	}
}

.how-pay {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 50px;
}
.how-pay .maxwidth-theme {
	background-color: #FFFFFF !important;
}
.how-pay-content {
	background-color: #FFFFFF;
	display: flex;
	gap: 25px;
	padding: 90px 0px;
}
.how-pay-content__left {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 60px 50px;
	width: 56%;
	background-color: #E94F09;
    background-blend-mode: luminosity;
}
.how-pay-content__left .title {
	display: flex;
	gap: 30px;
	align-items: center;
}
.how-pay .main-feedback__title {
	margin: 0;
	width: unset;
}
.how-pay-content__left .subtitle {
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	width: 66%;
}
.how-pay-content__right {
	display: flex;
	flex-direction: column;
	gap: 25px;
	flex: 1;
}
.how-pay-content__right-item {
	background-color: #F8F8F8;
	border-radius: 20px;
	padding: 30px 30px;
	color: #212A2F;
}
.how-pay-content__right-item:last-of-type {
	padding-bottom: 40px;
}
.how-pay-content__right-item .title {
	text-align: end;
	font-size: 32px;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 10px;
}
.how-pay-content__right-item .subtitle {
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 35px;
}
.how-pay-content__right-item .list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.how-pay-content__right-item .list-item {
	display: flex;
	gap: 28px;
}
.how-pay-content__right-item .list-item span {
	font-size: 24px;
	line-height: 110%;
}
.how-pay-content__right-item .list-item svg {
	margin-top: 8px;
}
@media (max-width: 540px) {
	.how-pay-content {
		gap: 20px;
		flex-direction: column;
		padding: 40px 0px;
	}
	.how-pay-content__left {
		width: 100%;
		padding: 20px;
		background-image: url(/bitrix/templates/aspro_max/assets/images/coin-bg-m.png) !important;
	}
	.how-pay-content__left .subtitle {
		font-size: 20px;
		width: 80%;
		margin-bottom: 40px;
	}
	.how-pay-content__left .title svg {
		position: absolute;
		left: 20px;
		bottom: 20px;
		transform: rotate(90deg);
		width: 20px;
		height: 20px;
	}
	.how-pay-content__right {
		gap: 20px;
	}
	.how-pay-content__right-item {
		padding: 20px;
	}
	.how-pay-content__right-item:last-of-type {
		padding-bottom: 20px;
	}
	.how-pay-content__right-item .title,
	.how-pay-content__right-item .subtitle,
	.how-pay-content__right-item .list-item span {
		font-size: 20px;
	}
	.how-pay-content__right-item .list-item svg {
		margin-top: 6px;
	}
}


.variants-delivery .sub-title-24 {
	width: 45%;
}
.variants-delivery__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 40px;
}
.variants-delivery__item {
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 30px;
	display: flex;
	height: 378px;
	flex-direction: column;
	justify-content: end;
	color: #212A2F;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}
.variants-delivery__item .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.variants-delivery__item .subtitle {
	font-size: 20px;
}
.maxwidth-theme.help .upakovka {
	margin-top: 0;
}
@media (max-width: 540px) {
	.variants-delivery__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		margin-top: 40px;
	}
	.variants-delivery__item {
		height: 160px;
		padding: 20px;
		justify-content: space-between;
		background-size: contain;
		background-position-x: 70px;
	}
	.variants-delivery__item .title {
		font-size: 16px;
		line-height: 120%;
	}
	.variants-delivery__item .subtitle {
		font-size: 13px;
		width: 48%;
		line-height: 120%;
	}
	.variants-delivery .sub-title-24 {
		width: 98%;
	}
}


.stages__items {
	margin-top: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto;
	grid-auto-flow: column;
	column-gap: 35px;
}
.stages__item {
	display: flex;
	padding: 20px 30px 20px 0px;
}
.stages__item.line {
	border-top: 1px solid #212A2F;
	border-bottom: 1px solid #212A2F;
}
.stages__item .num {
	min-width: 80px;
	font-size: 24px;
	font-weight: 500;
	color: #E94F09;
}
.stages__item .text {
	font-size: 20px;
	line-height: 120%;
	font-weight: 400;
	color: #212A2F;
}
.stages__item .text span {
	display: inline-block;
	border: 1px solid #E94F09;
	border-radius: 12px;
	color: #E94F09;
	padding: 0px 12px;
	margin-right: 10px;
	margin-bottom: -3px;
	line-height: 100%;
}
@media (max-width: 540px) {
	.stages__items {
		margin-top: 25px;
		grid-template-columns: 1fr;
		grid-template-rows: unset;
		grid-auto-flow: unset;
	}
	.stages__item,
	.stages__item.line {
		border-top: unset;
		border-bottom: 1px solid #212A2F;
	}
	.stages__item:last-child {
		border-bottom: unset;
	}
}



.strach {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 90px;
}
.strach__item {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 50px 30px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 374px;
	position: relative;
}
.strach__item img {
	position: absolute;
	top: -65px;
	right: 50px;
}
.strach__item .title {
	width: 80px;
	color: #E94F09;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
}
.strach__item .subtitle {
	color: #212A2F;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 20px;
	width: 67%;
}
.strach__item .text {
	color: #9F9F9F;
	font-size: 16px;
	line-height: 140%;
}
@media (max-width: 540px) {
	.strach {
		gap: 20px;
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
	.strach__item {
		padding: 40px 20px 20px 20px;
		height: 350px;
	}
	.strach__item.i1 img {
		top: -22px;
		right: 10px;
		width: 171px;
	}
	.strach__item.i2 img {
		top: 20px;
		right: 28px;
		width: 340px;
	}
	.strach__item .title {
		width: 100%;
		font-size: 20px;
	}
	.strach__item .subtitle {
		font-size: 20px;
		width: 100%;
	}
}

.help-form__content {
	margin-top: 55px;
	background-color: #E94F09;
	background-position-x: left;
	background-position-y: bottom;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 60px 70px 40px 650px;
	margin-bottom: -110px;
  	position: relative;
}
.help-form__content .main-feedback__title {
	width: auto;
	margin-bottom: 40px;
}
.help-form__content .subtitle {
	font-size: 16px;
	line-height: 125%;
	color: #FFFFFF;
	width: 80%;
	margin-bottom: 30px;
}
.help-form__content .btn_form50.btn_primary {
	height: 47px;
	margin-left: 0;
	background-color: #212A2F;
	color: #FFFFFF;
	border: unset;
}
@media (max-width: 540px) {
	.help-form__content {
		padding: 22px 20px 30px 20px;
		background-image: unset !important;
		border-radius: 0;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.maxwidth-theme.help.help-form {
		padding: 0;
	}
	.help-form__content .main-feedback__title {
		font-size: 29px;
		margin-bottom: 20px;
	}
	.help-form__content .subtitle {
		font-size: 20px;
		width: 100%;
		line-height: 120%;
		margin-bottom: 40px;
	}
	.help-form__content .form_footer {
		margin-bottom: 0px;
	}
	.help-form__content .btn_form50.btn_primary {
		height: 70px;
	}
}

.help-tarifs {
	background-color: #212A2F;
	padding-top: 180px;
	padding-bottom: 100px;
	margin-bottom: 55px;
}
.help-tarifs .maxwidth-theme.help {
	background-color: #212A2F !important;
}
.help-tarifs .title-48 {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
}
.help-tarifs__container {
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr; */
	gap: 20px;
}
.slick-initialized .help-tarifs__item.slick-slide {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
}
.help-tarifs__item .name {
	align-self: center;
	color: #E94F09;
	font-size: 20px;
	font-weight: 600;
	padding: 9px 15px;
	border-radius: 22px;
	border: 2px solid #E94F09;
	margin-bottom: 40px;
}
.help-tarifs__item .title {
	font-size: 16px;
	color: #7B7B7B;
	line-height: 140%;
}
.help-tarifs__item .subtitle {
	font-size: 24px;
	color: #212A2F;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 10px;
}
.help-tarifs__item .text {
	font-size: 16px;
	color: #212A2F;
	line-height: 140%;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.help-tarifs__item .text_ {
	font-size: 16px;
	color: #212A2F;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 20px;
}
.help-tarifs__item .text_.line {
	color: #D1D1D1;
	text-decoration-line: line-through;
}
.help-tarifs__item .btn {
	border-color: #E94F09;
	border-radius: 16px;
	height: 44px;
	width: 192px;
	align-self: center;
}
.slick-initialized .help-tarifs__item.slick-slide.orange {
	background-color: #E94F09;
	color: #FFFFFF;
}
.help-tarifs__item.orange .name {
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
.help-tarifs__item.orange .title {
	color: #ffffffbb;
}
.help-tarifs__item.orange .subtitle {
	color: #FFFFFF;
}
.help-tarifs__item.orange .text,
.help-tarifs__item.orange .text_ {
	color: #FFFFFF;
}
.help-tarifs__item.orange .btn {
	border-color: #212A2F;
	background-color: #212A2F;
}
@media (max-width: 540px) {
	.help-tarifs {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.help-tarifs .title-48 {
		max-width: 100%;
	}
	.help-tarifs__container {
		overflow-x: scroll;
	}
	.help-tarifs__item {
		
	}
	.help-tarifs__item .name {
		align-self: flex-start;
		background-color: #F6E7E0;
		border: 2px solid #F6E7E0;
	}
	.help-tarifs__item .subtitle {
		font-size: 22px;
	}
	.help-tarifs__item .btn {
		align-self: unset;
	}
}

/**/
.service_new .subtitle {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 147%;
	margin-bottom: 40px;
}
.service_new-form {
	position: relative;
	z-index: 1;
}
.service_new-form .maxwidth-theme.help {
	background: transparent !important;
}
.service_new-form__container {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 25px 25px 25px 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-area: 160px;
}
.service_new-form .main-feedback__title {
	color: #212A2F;
	width: 100%;
}
.service_new-form__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.markets-grid {
	margin-top: 80px;
}
.markets-grid img:last-of-type {
	display: none;
}
.service_new-form__right {
	position: relative;
	background-color: #E94F09;
	border-radius: 15px;
	padding: 30px;
	width: 660px;
}
.service_new-form__right .bg {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 76px;
	height: auto;
}
.help-pay.service_new {
	margin-top: -150px;
	padding-top: 190px;
}
.w100, .service_new-form .phone {
	width: 100%;
}
.service_new-form__right form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.service_new-form__right input {
	border-radius: 16px;
	padding: 14px 20px;
	color: #212A2F;
	font-size: 20px;
}
.label-file {
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 14px 20px;
	display: flex;
	width: fit-content;
}
.label-file img {
	margin: 0;
	width: 32px;
	height: auto;
	margin-right: 10px;
}
.label-file .jq-file {
	display: flex;
	align-items: center;
}
.label-file .jq-file__name {
	font-size: 20px;
	color: #212A2F;
}
.label-file input {
	display: none;
}
.label-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}
.form.inline .label-checkbox .jq-checkbox {
	margin-right: 0;
	width: auto;
	height: auto;
	border: unset;
	background: transparent;
}
.form.inline .label-checkbox .jq-checkbox .jq-checkbox__div {
	display: block;
	width: 18px;
	height: 18px;
	background-color: #212A2F;
	border-radius: 2px;
	position: relative;
}
.label-checkbox .checked .jq-checkbox__div::before,
.label-checkbox .checked .jq-checkbox__div::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #E94F09;
	height: 2px;
}
.label-checkbox .checked .jq-checkbox__div::before {
	width: 6px;
	left: 3px;
	top: 9px;
	transform: rotate(45deg);
}
.label-checkbox .checked .jq-checkbox__div::after {
	width: 10px;
	left: 6px;
	top: 7px;
	transform: rotate(-45deg);
}
.label-checkbox input:checked > .check {
	background-color: #6C6C6C;
}
.label-checkbox span {
	font-size: 14px;
	color: #FFFFFF; 
}
.service_new-form__right button.btn {
	background-color: #212A2F;
	padding: 10px 57px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	width: fit-content;
	border: unset;
	border-radius: 10px;
	margin-top: 20px;
}
.service_new .help-pay-content {
	padding-top: 0px;
}
.adv-grid__2 {
	margin-left: -10px;
	margin-right: -10px;
}
.adv-grid__2 .slick-dots {
	display: none;
}
.adv-grid__2 .slick-dots li {
	background-color: #4D4D4D;
}
.adv-grid__2 .slick-dots li.slick-active {
	background-color: #D9D9D9 !important;
}
@media (max-width: 1200px) {
	.adv-grid__2 .slick-dots {
		display: flex;
	}
	.adv-grid__2 .slick-track {
		padding-bottom: 0;
	}
}
.adv-grid__2.slick-initialized .slick-slide.adv-grid__item {
	height: 154px;
	justify-content: space-between;
}
.adv-grid__2.slick-initialized .slick-slide.adv-grid__item div {
	font-size: 24px;
	line-height: 110%;
	color: #FFFFFF;
	font-weight: 600;
}
.adv-grid__2.slick-initialized .slick-slide.adv-grid__item span {
	font-size: 16px;
	line-height: 100%;
}
.adv-grid__3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 20px;
	column-gap: 25px; 
	margin-top: 45px;
}
.adv-grid__3 .adv-grid__item {
	position: relative;
	height: 154px;
	background-color: #FFFFFF;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}
.adv-grid__3 .adv-grid__item span {
	font-size: 16px;
	font-weight: 500;
	color: #212A2F;
	line-height: 110%;
}
.adv-grid__3 .adv-grid__item.custom {
	background-color: #E94F09;
	background-position: center center;
	/*background-size: contain;*/
	background-repeat: no-repeat;
}
.adv-grid__item.custom img {
	position: absolute;
}
.adv-grid__item-img1 {
	left: 87px;
	bottom: -31px;
}
.adv-grid__item-img2 {
	right: -26px;
  	top: -65px;
}
@media (max-width: 540px) {
	.adv-grid__3 {
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
		column-gap: 15px; 
	}
	.adv-grid__3 .adv-grid__item.custom {
		background-size: 85%;
	}
	.adv-grid__item-img1 {
		width: 67px;
		left: 33px;
		bottom: -18px;
	}
	.adv-grid__item-img2 {
		width: 103px;
		right: -19px;
		top: -56px;
	}
}

.garanty {
	background-color: transparent;
	position: relative;
	height: 597px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-image: url(/bitrix/templates/aspro_max/assets/images/max.png);
	background-position-y: bottom;
	background-repeat: no-repeat;
}
.garanty img {
	position: absolute;
}
.garanty-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	z-index: 2;
}
.garanty-grid__left {
	padding: 0px 60px 30px 60px;
}
.garanty-subtitle {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 120%;
	color: #FFFFFF;
	max-width: 87%;
}
.garanty-subtitle b {
	color: #FFFFFF;
}
.garanty-subtitle div {
	font-size: 16px;
	font-weight: 900;
}
.garanty-grid__right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.garanty-grid__right-content {
	background-color: #E94F09;
	padding: 40px;
}
.garanty-grid__right-content .subtitle {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 125%;
	font-weight: 500;
	margin-bottom: 20px;
}
.garanty-grid__right form {
	display: flex;
	justify-content: space-between;
}
.garanty-grid__right form .form_body {
	display: flex;
	justify-content: space-between;
}
.garanty-grid__right label {
	display: none;
}
.garanty-grid__right .form-control, 
.garanty-grid__right .form_footer,
.garanty-grid__right .form .form_body {
	margin-bottom: 0;
}
.garanty-grid__right .form-control input[type="text"],
.garanty-grid__right .form-control input[type="tel"] {
	border-radius: 10px;
	padding: 14px 20px;
	color: #888888;
	font-size: 14px;
	margin-right: 28px;
	border: unset;
	width: 204px;
}
.garanty-grid__right .form_body div.form-control {
	background-color: transparent;
}
.garanty-grid__right .btn_primary.btn_form50 {
	background-color: #212A2F;
	color: #F8F8F8;
	height: 48px;
	font-size: 14px;
	width: 204px;
	border: unset;
}
.garanty img:last-of-type {
	display: none;
}
.key_task {
	margin-top: 20px;
}

@media (max-width: 540px) {
	.service_new-form__container {
		background-color: transparent;
		padding: 0px 0px;
		flex-direction: column;
	}
	.service_new-form__right {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	.service_new-form__right .bg {
		display: none;
	}
	.service_new-form__right button.btn {
		width: 100%;
		margin-top: 0;
	}
	.markets-grid {
		margin-top: 20px;
	}
	.markets-grid img:first-of-type {
		display: none;
	}
	.markets-grid img:last-of-type {
		display: block;
	}
	.label-checkbox span {
		font-size: 13px;
	}
	.service_new .subtitle {
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	.garanty-wrapper .maxwidth-theme.help {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.garanty {
		overflow: hidden;
		height: 753px;
		justify-content: flex-start;
		margin-top: 40px;
		margin-bottom: 30px;
		background-image: url(/bitrix/templates/aspro_max/assets/images/max_m.png);
		background-position-y: top;
    	background-position-x: center;
	}
	.garanty img:first-of-type {
		display: none;
	}
	.garanty img:last-of-type {
		display: block;
	}
	.garanty img {
		height: auto;
		width: 100%;
		max-width: unset;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
	.garanty-grid {
		display: flex;
		flex-direction: column;
		margin-top: 70px;
	}
	.garanty-grid__left {
		padding: 20px 20px 10px 20px;
	}
	.garanty-subtitle {
		font-size: 14px;
		margin-bottom: 15px;
		max-width: 54%;
	}
	.garanty-subtitle div {
		margin-bottom: 5px;
	}
	.garanty-subtitle.first {
		font-size: 16px;
	}
	.garanty-grid__right-content {
		padding: 40px 20px;
	}
	.garanty-grid__right form {
		display: block;
	}
	.garanty-grid__right form .form_body {
		display: block;
	}
	.garanty-grid__right-content .subtitle {
		font-size: 20px;
		margin-bottom: 40px;
		text-align: center;
	}
	.garanty-grid__right .form-control input[type="text"],
	.garanty-grid__right .form-control input[type="tel"] {
		padding: 14px 20px;
		font-size: 20px;
		margin-right: 0;
		width: 100%;
		height: 70px;
		margin-bottom: 20px;
	}
	.garanty-grid__right .form_footer {
		width: 100%;
	}
	.garanty-grid__right .btn_primary.btn_form50 {
		height: 70px;
		font-size: 20px;
		width: 100%;
	}
	.help-pay-content__item .num {
		min-width: 70px;
	}
}
@media (max-width: 450px) {
	.garanty-grid {
		margin-top: 47px;
	}
	.garanty-subtitle {
		max-width: 65%;
	}
}


.bottom_nav.animate-load-state.has-nav .ajax_load_btn_custom {
	margin-bottom: 25px;
}
.ajax_load_btn_custom:not(.ajax) {
	background: #fafafa;
}
.ajax_load_btn_custom:not(.ajax),
.ajax_load_btn:not(.ajax),
.ajax_load_btn_custom.colored_theme_hover_bg:not(.ajax):hover,
.ajax_load_btn.colored_theme_hover_bg:not(.ajax):hover {
	text-align: center;
	margin: 0 0 30px;
	margin-bottom: 30px;
	border: 1px solid #a3a3a3;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: background-color .2s;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 600;
	background: #fafafa;
	color: #a3a3a3 !important;
}
.ajax_load_btn_custom:not(.ajax):hover {
	border-color: transparent;
}
.ajax_load_btn_custom:hover .more_text_ajax:not(.btn),
.ajax_load_btn:hover .more_text_ajax:not(.btn) {
	color: #a3a3a3;
}
.ajax_load_btn_custom .more_text_ajax.font_upper_md,
.ajax_load_btn .more_text_ajax.font_upper_md {
	color: #a3a3a3;
}
.ajax_load_btn_custom:not(.ajax), .ajax_load_btn:not(.ajax), .ajax_load_btn_custom.colored_theme_hover_bg:not(.ajax):hover, .ajax_load_btn.colored_theme_hover_bg:not(.ajax):hover {
	margin-bottom: 25px;
}
.left-custom .btn {
	margin-bottom: 20px;
	border: unset;
	width: 100%;
}


.detail.blog .table {
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	/*padding: 10px;*/
}
.detail.blog .table th {
	/* padding-bottom: 10px;
	border-spacing: 10px; */
	padding: 10px 20px;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}
/*.detail.blog .table thead th,*/
.detail.blog .table td {
	/*vertical-align: top;*/
	padding: 10px 20px;
	border-left: 1px solid #d4d4d4;
}
.detail.blog .table table {
	/* border-spacing: 15px;
	border-collapse: separate; */
}

.detail.blog .table th:first-of-type,
.detail.blog .table td:first-of-type {
	border-left: unset;
}

.preview-text.muted777 {

}
.block-collapse p:first-of-type {
	margin-top: 25px;
}