

/* Start:/local/templates/advertone/components/bitrix/advertising.banner/popup/style.css?17503247334926*/
.banner-popup__shell {
	font-family: "Gotham Pro";
	/* display: none; */
	width: 960px;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.popup-window.banner-popup.--open .banner-popup__shell {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.banner-popup__information-block {
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	z-index: 1;
}

.banner-popup__title {
	color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 16px;
}

.banner-popup__description {
	gap: 24.5px;
	display: flex;
	flex-direction: column;
}

.banner-popup__description .popups__point {
	display: flex;
	align-items: center;
	color: #111920;
	font-size: 24px;
	line-height: 24px;
}

.banner-popup__description .popups__point>svg {
	margin-right: 13px;
	flex-shrink: 0;
}

.information-window__icon {
	position: relative;
	top: 2px;
}

.information-window__description {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	padding: 16px;
	align-items: flex-start;
	width: 250px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	transition: .2s ease-out;
	z-index: 2;
	top: -34px;
	left: 31px;
	border-radius: 6px;
	background: #FFF;
	backdrop-filter: blur(15px);
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
}

.popups__information-window:hover .information-window__description {
	visibility: visible;
	opacity: 1;
}

.popups__information-window {
	margin-left: 7px;
	position: relative;
	cursor: pointer;
}

.information-window__description>a {
	color: #E85231;
	text-decoration-line: underline;
	transition: .2s ease-out;
}

.information-window__description>a:hover {
	opacity: .7;
}

.popups__button-container .call_btn {
	max-width: 185px;
	height: 50px;
	padding: 0;
	border-radius: 4px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: .2s ease-out;
	display: block;
}

.popups__button-container .call_btn:hover {
	opacity: 0.8;
}

.popups__button-container {
	margin-top: 3px;
}

.popups__information-window path {
	transition: .2s ease-out;
}

.popups__information-window:hover path {
	stroke: #A61028;
}

span.banner-popup__title_color-orange {
	color: #E85231;
}

.popup-window.banner-popup {
	padding: 50px;
	border-radius: 15px;
	background: #FFF;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-out;
	transform: translateX(-2500px);
	/*height: 0;*/
}

.popup-window.banner-popup.--open {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	/*height: auto;*/
}

.popup-window.banner-popup+.popup-window-overlay {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-out;
}

.popup-window.banner-popup.--open+.popup-window-overlay {
	visibility: visible;
	opacity: .5;
}

.banner-popup__image-block {
	position: absolute;
	right: 0;
	bottom: 0;
}

.banner-popup__image-block > img {
	max-height: 385px;
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}

/* TODO (max-width:767px) */
@media (max-width:767px) {}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}

/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {
	.banner-popup__shell {
		width: 320px;
	}

	.popup-window.banner-popup {
		padding: 0;
	}

	.banner-popup__title {
		font-size: 21px;
		line-height: 22px;
		margin: 0;
	}

	.banner-popup__information-block {
		padding: 28px 20px 6px;
	}

	.banner-popup__description {
		gap: 8px;
	}

	.banner-popup__description .popups__point span {
		font-size: 14px;
		line-height: 18px;
	}

	.banner-popup__image-block {
		position: unset;
	}

	.banner-popup__description .popups__point>svg {
		width: 21px;
		margin-right: 8px;
	}

	.information-window__icon {
		width: 16px;
		height: 16px;
	}

	.popups__button-container .call_btn {
		height: 40px;
		max-width: 176px;
		font-size: 15px;
	}

	.banner-popup__image-block img {
		position: relative;
		top: 8px;
		left: 5px;
	}

	.information-window__description {
		position: absolute;
		bottom: 0;
		top: auto;
		width: 100%;
		left: 0;
		box-shadow: 0px 0px 15px 0px #0c0c3f59;
	}

	.popups__information-window {
		position: unset;
	}
}

/* End */


/* Start:/local/templates/advertone/components/bitrix/search.title/search_header/style.css?17640583661445*/
.search_form_block_header form{
	max-width: 428px;
	width: 428px;
	position: relative;

}
.search_form_block_header{
	display: flex;
	align-items: center;
}
.search_form_block_header form input{
	border: 0;
	outline: 0;
	height: 52px;
	width: 100%;
	padding-left: 16px ;
}
.search_form_block_header form input::placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #9299A5;
}
.search_form_block_header form button{
	position: absolute;
	top: 15px;
	right: 16px;
	border: 0;
}
.search_form_block_header form button.search-form__reset{
	position: absolute;
	top: 4px;
	right: 46px;
	border: 0;
	opacity: 0;
	z-index: -1;
}
.title-search-result{
	z-index: 100;
}
.title-search-results {

	background: white;
	padding: 8px 20px;
	border-radius: 8px;
	border: 1px solid #E9EBEF;
	box-shadow: 0 8px 20px 0 #04132B0A;
}
.title-search-item {
	padding: 12px 0;
}
.title-search-item a {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #111920;
}
.search_form_block_header form .search-form__reset.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
#title-search {
	padding: 6px 0;
}
.search_form_block_header form input.focus-visible{
	border-bottom: 2px solid #E85231
}
@media (max-width: 1440px){
	.search_form_block_header form{
		max-width: 270px;
	}
}
@media(min-width: 960px ) and (max-width: 1280px){
	.search_form_block_header form{
		max-width: 250px;
	}
}
/* End */


/* Start:/local/templates/advertone/components/bitrix/catalog.section.list/top_1/style.css?1748604356221*/
a.mega-menu__link{
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
li.mega-menu__item{
    margin-bottom: 8px;
}
p.icons_block_footer{
    display: flex;
    gap: 8px;
}

/* End */


/* Start:/local/templates/advertone/styles.css?17503247342430*/
/* .bxcompprop-content-table {
	visibility: hidden !important;
	display: none !important;
}

.bx-core-adm-dialog-buttons {
	visibility: hidden !important;
	display: none !important;
} */
div.product-card-count{
    display: flex;
    width: 90px;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border: 1px solid #DEE2ED;
    border-radius: 4px;
}
.product-info__inner form{
    width: 90%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}
.catalog__item .product-card--catalog .product-card__title{
    font-size: 15px;
}
.catalog__item .product-card .product-card__link .product-card__inner .product-card__category{
    display: none;
}
.product-info__inner{
    margin-bottom: 16px;
}
button.product-info__in-cart{
    background: #E85231;
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: white;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: none;
    width: 100%;
}
button.on_click_basket{
    width: 90%;
    background: #FFF4F1;
    border-radius: 4px;
    border: 0;
    outline: none;
    color: #E85231;
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
    letter-spacing: 0;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
.catalog__list .catalog__item .product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
@media (max-width: 640px) {
    .product-info__inner form, button.on_click_basket{
        width: 88%;
    }
    div.product-card-count{
        width: 146px;
        padding: 0 9px;
    }

    button.product-info__in-cart{
        padding: 6px 23px;
    }
    .name_product_block{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .catalog__item .product-card--catalog .product-card__img{
        margin-bottom: 0;
        max-width: 120px;
        width: 120px;
    }
    .catalog__item .product-card--catalog .product-card__inner{
        flex-direction: row;
        gap: 12px;
        padding: 20px;
    }
    .catalog__item  .product-card--catalog .product-card__favorite{
        top: 12px;
        right: 12px;
    }
    .product-info__inner{
        margin-top: 4px;
    }

}

/* End */


/* Start:/local/templates/advertone/template_styles.css?17647502838346*/
.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;
	position: relative;
	z-index: 1;
}

.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;
}
a.statisto__phone {
	padding-left: 16px;
	border-left: 1px solid #DEE2ED
}
form.catalog-menu__search {
	display: none;
}
@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";
	}
}

/* End */
/* /local/templates/advertone/components/bitrix/advertising.banner/popup/style.css?17503247334926 */
/* /local/templates/advertone/components/bitrix/search.title/search_header/style.css?17640583661445 */
/* /local/templates/advertone/components/bitrix/catalog.section.list/top_1/style.css?1748604356221 */
/* /local/templates/advertone/styles.css?17503247342430 */
/* /local/templates/advertone/template_styles.css?17647502838346 */
