.call_btn {
	max-width: 157px;
	width: 100%;
	height: 64px;
	border: 0;
	outline: none;
	background: rgba(232, 82, 49, 1);
	color: white;
	font-weight: 700;
	font-size: 13px;
	line-height: 12.44px;
	cursor: pointer;
}

header.header .menu .menu__item:last-child {
	display: flex;
	gap: 24px;
	margin-right: 24px;
}

button.search-btn {
	border-right: 1px solid rgba(222, 226, 237, 1);
}

.modal_call {
	max-width: 512px;
	width: 100%;
	padding: 48px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: white;
	z-index: 1060;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	border: 1px solid rgba(235, 237, 241, 1);
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.fone_block_call {
	position: fixed;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: 1055;
}

.write_block span.write-us__caption {
	font-family: "Gotham Pro";
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: rgba(17, 24, 39, 1);
	margin-bottom: 20px;
}

.write_block p.write-us__text {
	font-family: "Gotham Pro";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(90, 97, 108, 1);
	margin-bottom: 40px;
}

.write_block .write-us-form__field {
	position: relative;
}

.write_block .main-input {
	width: 100%;
}

.write_block .main-label {
	color: rgba(172, 182, 210, 1);
}

.write_block .write-us-form__fields .write-us-form__field:first-child {
	margin-bottom: 32px;
}

.write_block .write-us-form__fields {
	margin-bottom: 40px;
}

.write_block .main-btn {
	margin: 0 auto;
	margin-top: 16px;
	display: block;
	background: rgba(232, 82, 49, 1);
	width: 100%;
	height: 52px;
	color: white;
	font-family: "Gotham Pro";
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: unset;
}

.write_block .custom-checkbox__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: .4rem;
	width: 20px;
	height: 20px;
	border: .1rem solid #dee2ed;
	border-radius: .3rem;
	box-sizing: border-box;
	background-color: #fff
}

.write_block .custom-checkbox__content::after {
	content: "";
	position: absolute;
	left: 0;
	top: .4rem;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: .1px solid rgba(232, 82, 49, 1);
	background-color: rgba(232, 82, 49, 1);
	background-image: url(/bitrix/templates/advertone/img/icon-check.svg);
	background-position: center center;
	background-size: 1.6rem 1.6rem;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.write_block .custom-checkbox__field {
	appearance: none;
	position: absolute;
}

.write_block .custom-checkbox {
	position: relative;
	display: flex;
}

.custom-checkbox__field:checked+.custom-checkbox__content::after {
	opacity: 1;
}

.write_block .custom-checkbox__content {
	font-family: "Gotham Pro";
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	letter-spacing: 0;
	color: rgba(72, 90, 106, 1);
	margin-left: 40px;
}

.write_block .custom-checkbox__content a {
	color: rgba(232, 82, 49, 1);
}

.d_none {
	display: none;
}

.write_block .check-email {
	margin: 0 auto;
}

.footer__top .footer__box {
	width: 80%;
	justify-content: space-between;
}

.wrapper .footer .footer-info {
	padding: 32px;
}

.footer__box .footer-info:first-child,
.footer__box .footer-info:last-child {
	max-width: 358px;
	width: 100%;
}

.footer__box .footer-info:nth-child(2) {
	max-width: 262px;
	width: 100%;
}

.footer__top {
	gap: 95px;
}

li.footer-info__item,
.phone_link_text {
	display: flex;
	gap: 22px;
	justify-content: space-between;
}

.footer_text_menu {
	font-family: "Gotham Pro";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 84%;
}

span.footer_text_menu {
	color: #5A616C;
	font-weight: 700;
}

.footer .inf_block_list .footer-info__item:not(:last-child) {
	margin-bottom: 16px;
}

.btn_call_phone {
	width: 100%;
	background: #E85231;
	color: white;
	height: 41px;
	border-radius: 4px;
	font-family: "Gotham Pro";
	font-weight: 700;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
}

.mobile-menu__list button.call_btn {
	width: 100%;
	background: #E85231;
	font-family: "Gotham Pro";
	font-weight: 700;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 0;
	margin-top: 24px;
	height: 48px;
	max-width: 100%;
	border-radius: 4px;
}

.company-advantages__shell {
	display: flex;
	gap: 24px;
}

.company-advantages__left-block {
	display: grid;
}

.company-advantages__left-block {
	display: grid;
	grid-template-areas: "a a"
		"b c";
	gap: 24px;
}

.company-advantages__shell>* {
	flex: 1 1 calc((100% / 2) - 12px);
}

.company-advantages__right-block {
	max-width: 377px;
}

.company-advantages__container-information {
	padding: 32px 24px;
	border-radius: 8px;
	background: #F3F5F7;
	overflow: hidden;
}

.company-advantages__number-products {
	height: 100%;
	position: relative;
}

.company-advantages__number-cities {
	grid-area: a;
	background: none;
	position: relative;
	height: 217px;
	overflow: visible;
}

.company-advantages__number-companies {
	grid-area: b;
}

.company-advantages__number-years {
	grid-area: c;
}

.company-advantages__number-products .company-advantages__picture-container {
	position: absolute;
	bottom: 0;
	right: 0;
}

.company-advantages__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #111920;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	max-width: 381px;
}

.company-advantages__number-cities .company-advantages__description {
	max-width: 487px;
	position: relative;
	z-index: 1;
}

.company-advantages__description {
	color: #485A6A;
	font-size: 16px;
	line-height: 22px;
}

.company-advantages__number-products .company-advantages__title {
	margin-bottom: 16px;
}

.company-advantages__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(91deg, #F3F5F7 28.32%, rgba(243, 245, 247, 0.00) 103.79%);
}

.company-advantages__background-image {
	position: absolute;
	object-fit: cover;
	height: 100%;
	object-position: right;
	z-index: -1;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
}

.company-advantages__background-logo {
	right: 189px;
	position: absolute;
	top: -52px;
}

@media (max-width: 1280px) {
	.footer__box .footer-info:nth-child(2) {
		max-width: 182px;
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.company-advantages__background-logo {
		opacity: 0.4;
	}
}

@media (max-width: 960px) {
	.company-advantages__shell {
		flex-direction: column;
	}

	.company-advantages__right-block {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.footer__box .footer-info:nth-child(2) {
		max-width: 154px;
		width: 100%;
	}

	.call_btn {
		display: none;
	}

	.mobile-menu__list button.call_btn {
		display: block;
	}

	.write_block span.write-us__caption {
		font-size: 24px;
	}

	.write_block p.write-us__text,
	.write_block .main-btn {
		font-size: 16px;
	}

	.write_block .custom-checkbox__content {
		font-size: 11px;
	}

	.footer__box .footer-info:last-child {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 26px 20px 16px;
	}

	.modal_call {
		max-width: 355px;
	}

	.footer .accordion-info:nth-child(3) {
		border-bottom: 1px solid #DEE2ED;
	}

	.footer-info__text {
		font-size: 16px;
		text-transform: uppercase;
		color: #111920;
	}

	.footer-info ul.inf_block_list {
		margin-top: 16px;
	}

	.wrapper .footer .accordion-info__btn {
		font-size: 16px;
		line-height: 166.667%;
		padding: 16px 20px 16px;
	}

	.footer__top .footer__box {
		width: 100%;
	}

	li.footer-info__item {
		justify-content: start;
		gap: 20px;
	}

	.write_block .write-us-form__field .main-label {
		font-size: 14px;
	}

	.write_block .write-us-form__field .main-input {
		padding: 0.8rem 0 1.6rem;
	}

	.inf_block_list .footer-info__item:nth-child(4) {
		justify-content: space-between;
	}

	.accordion-info__list.list-reset {
		margin-bottom: 24px;
	}
}

@media (max-width:575px) {
	.company-advantages__background-logo {
		right: 129px;
	}

	.company-advantages__left-block {
		grid-template-areas: "a a"
		  "b b"
		  "c c";
	}
}
