.main_part #category.bu .right {width:100%}
h3.sale {top: -90px; left: -50px;}

.popup.podbor > div.loaded .popup_header .title,
.popup.podbor > div table td input[type="button"],
.left_fix_menu .menu_item .slidedown,
.search-page > form input[type=submit] { background:#263B72}
.popup.podbor > div .popup_header font {color:#263B72; border: 1px solid #263B72; }

.main_part #right .zakaz p#price, .main_part #category .right .block_cat .zakaz p#price {padding-top:41px}
.main_part #right.contacts-page {width: calc(100% - 10px); margin-left: 0;}
.main_part .detail_page.contacts-page + #right .zakaz {width: 100%;}

.main_part .detail-left-section {display: inline-block; width: 275px; background: #FFF;}

.main_part .detail-left-section div > ul:nth-child(1) {
	padding: unset;
}

.main_part .detail-left-section ul {padding: 10px 0 0 0;}
.main_part #left.detail_page {width: calc(100% - 285px);}
.main_part #left.detail_page.contacts-page {width: calc(100% - 10px);}
.main_part .detail_page .text h2 {padding-left: 10px;}
.main_part .detail_page .text h3 {padding-left: 10px;}
.main_part .detail_page .text .detail-description table tr td:nth-child(1) {padding-left: 10px;}
.main_part .detail_page .text dl {padding-left: 10px;}

.popup.podbor.middle-form > div.loaded {
	width: clamp(340px, 80vw, 500px);;
}

.service-form {
	--border-color: #000;

	margin: 30px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.service-form .service-form-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 40px;
}
.service-form .service-form-title:first-child {
	margin-top: 0;
}
.service-form .service-form-item.fields {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.service-form .service-form-item.fields input[type="text"] {
	max-width: 350px;
	width: calc(100% / 3 - 15px * 2 / 3);
}
.service-form .service-form-item label span {
	font-weight: 700;
	font-size: 16px;
}
.service-form .service-form-item p {
	margin-left: 3px;
}
.service-form .service-form-item input[type="text"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.service-form .service-form-item textarea {
	display: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-top: 5px;
	resize: none;
	max-width: 400px;
}
.service-form .service-form-item input[type="text"]:focus,
.service-form .service-form-item textarea:focus {
	outline: none;
	border-color: #4a794a;
}
#contacts-map {
	height: clamp(300px, 63vh, 640px) !important;
}
.service-form hr {
	margin: 15px 0!important;
	border-bottom-color: #000;
}
.service-form button[type="submit"] {
	margin-top: 15px;
	border: none;
	vertical-align: bottom;
	display: inline-block;
	width: 152px;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	color: #fefefe;
	background: #4a794a;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	cursor: pointer;
	margin-right: 10px;
}
.service-form .alert {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 0;
	font-weight: 700;
	font-size: 14px;
}
.service-form .alert.error {
	color: red;
}
.service-form .alert.done {
	color: #649B33;
}

.grecaptcha-badge {
	display: none;
}

.bg-light {
	background: #F5F5F7;
}

.container.contacts {
	padding: 30px 65px 40px 45px;
}

.contacts h1 {
	margin-bottom: 25px;
}
.contacts__container {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}



.contacts__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 40px;
	background: #F5F5F7;
	padding:27px 40px 40px 55px;
}
.contacts__sidebar {
	display: flex;
	max-width: 361px;
	position: relative;
	background: #263B72;
	background-size: cover;
}



.contacts__help {
	padding: 0 30px ;

}

.contacts__item {
	font-weight: 500;
	margin-bottom: 14px;
}

 .contacts__item,
 .contacts__note {
	margin-left: 53px
}

.contacts__block-header {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px;
	background: white;
	margin-bottom: 15px;
}
.contacts__title {
	font-family: 'PFDinTextPro'!important;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	width: unset;
	height: unset;
}


.contacts__note--warning {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: italic;
	color: #A42220;
}

.contacts__help img {
	position: absolute;
	top: 0;
	left: 54%;
	transform: translateX(-50%);

}

.contacts__help-inner {
	margin: 70px 0 60px;
	text-align: center;
	z-index: 1;
	position: relative;
}

.contacts__help-title {
	color: white;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: normal;
}


.contacts__help-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: white;
	margin-bottom: 40px;
}
.contacts__help-button {
	display: inline-block;
	background: white;
	padding: 20px 45px;
	font-family: 'PFDinTextPro';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}


.detail-static-page__image img{
	object-fit: cover;
	width: 100%;
	max-width: unset;
	max-height: 395px;
}

.detail-static-page__image {
	margin-bottom: 40px;
}

.catalog-page__form-wrapper .contacts__help-text{

}


.detail-static-page__content h3+div {
	display: block;
	padding: 0;
}

.detail-static-page__content .text-wrapper {
	margin-bottom: 40px;
}

.detail-static-page__content .wrapper {
	margin-bottom: 55px;
}

.detail-static-page__content h3 {
	margin-bottom: 20px;
}
.detail-static-page__content p {
	margin-bottom: 20px;
	line-height: normal;
}

.detail-static-page__content ul li::marker {
	font-size: 12px;
	margin-left: 70px;
	margin-right: 5px;
}

.rose-block {
	background: #FFE4E4;
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
}



.hero-slider {
	position: relative;
	height: clamp(320px, 30vw, 569px);
}



.hero-slider__slide {
	position: relative;

	color: #fff;
}

.hero-slider__bg {
	position: absolute;
	inset: 0;
	height: clamp(420px, 30vw, 569px);
}

.hero-slider__bg video,
.hero-slider__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.21;
	max-width: unset;


}

.hero-slider__overlay {
	position: absolute;
	inset: 0;
	background: #04040e;
	z-index: -1;

}

.hero-slider__content {
	position: relative;
	z-index: 2;
	max-width: 606px;
	padding: 145px 85px;
}

.hero-slider__title {
	font-family: 'PFDinTextPro';
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;

}

.hero-slider__title span {
	color: #4C6DC5;
}

.hero-slider__text {
	margin-top: 20px;
	font-size: 15px;
}

.hero-slider__button {
	font-family: 'PFDinTextPro';
	margin-top: 50px;
	padding: 19px 43px;
	background: #fff;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
}

.hero-slider__button:hover {
	background: #263B72;
	color: white;
}

.main-intro__slider {
	margin-bottom: 25px;
}


.main-intro-brands {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 70px;
	flex-wrap: wrap;
}

.main-intro-brands__item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	mix-blend-mode: luminosity;
}

.main-intro-brands__img {
	max-height: 40px;
	width: auto;

}

.main-h2 {
	display: inline-flex;
	align-items: center;
	gap: 25px;
}

.main-h2::after {
	content: '';
	width: 8.66px;
	height: 14.3px;
	background: url('/bitrix/templates/forsign_2019_new_urls/images/icons/arrow-h2.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
}

.main-h2 {
	margin-bottom: 50px;
}


.offer-section__categories {
	margin-bottom: 90px;
}

.offer-categories-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px;
}

.offer-categories-grid__item {
	position: relative;
	background: #fff;
	padding: 15px 30px 40px;
	max-height: 360px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-decoration: none;
}

.offer-categories-grid__item.full {
	padding: unset;
}

.offer-categories-grid__item img {
	max-width: 100%;
	height: 100%;
	display: block;
	max-height: 254px;
	object-fit: contain;
}

.offer-categories-grid__item.full img {
	max-height: 100%;
	object-fit: cover;
	width: 100%;
}

.offer-categories-grid__title {
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #030A15;
}

.offer-categories-grid__item--wide {
	grid-column: span 2;
	justify-content: center;
}

.offer-categories-grid__item--wide img {
	object-fit: contain;
}

.offer-categories-grid__cta-content {
	margin-top: 55px;
}

.offer-categories-grid__item--cta {
	background: #263B72;
	color: #fff;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.offer-categories-grid__cta-bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 15%) scale(1.3);
}

.offer-categories-grid__cta-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.offer-categories-grid__cta-title {
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-weight: 700;
	max-width: 280px;
	font-family: 'PFDinTextPro', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.offer-categories-grid__cta-text {
	position: relative;
	z-index: 2;
	margin-top: 12px;
	font-size: 16px;
	max-width: 259px;
}

.offer-categories-grid__cta-btn {
	color: #030A15;
	position: relative;
	z-index: 2;
	margin-top: 24px;
	padding: 12px 24px;
	background: #fff;
	border: none;
	cursor: pointer;
}

.offer-benefits {
	display: grid;
	grid-template-columns: 315fr 326fr 329fr 350fr;
	align-items: start;
	gap: 60px;
}

.offer-benefits__item {
	display: flex;
	flex-direction: column;
	text-align: center;

	gap: 33px;

}

.offer-benefits__content {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	gap: 21px;
}

.offer-benefits__title {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	min-height: 44px;
}

.offer-benefits__text {
	font-weight: 400;
	min-height: 80px;

}

.offer-benefits__icon  img{
	width: 77px;
	height: 77px;
}


.sales-leaders__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}



.product-item-container.main-card {
	padding: 33px 50px 38px;
}

.product-card__image-container {
	width: 100%;
	height: clamp(160px, 40vw, 260px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 300ms ease;
	margin-bottom: 20px;

}

.product-card__image-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-item-title-card {
	max-width: 357px;
	flex: 1;
}


.product-item-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
	flex-wrap: wrap;
}

.product-item-card-meta__delivery {
	max-width: 112px;
	font-size: 10px;
	font-weight: bold;
	background: #FFDE38;
	padding: 3px 8px;
	color: #000000;
}

.product-item-card-meta__articul {
	font-size: 12px;
	font-weight: 400;
}

.product-card__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 20px;

}

.product-item-card {
	height: 100%;
}

.product-item-property-row {
	display: flex;
	justify-content: space-between;
	line-height: 20.3px;
	align-items: flex-end;
	flex-wrap: wrap;

}
.product-item-properties {

}

.product-item-property-dots {
	flex-grow: 1;
	border-bottom: 1.5px dashed #AEAEAF;
	min-width: 20px;
	margin: 0 6px 2px;
}

.product-item-info-container {
	margin: 0;
}

.product-item-card {
	display: flex;
	flex-direction: column;
}


.product-item-property-value {
	font-weight: 500;
	color: #030A15;
}

.product-item-price-current.card {
	font-size: 26px;
}

.product-item-info-container.card.product-item-price-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10PX;
}



.product-item-price__request-btn {
	padding: 13px 37px;
	background: #232528;
	color: white;
	cursor: pointer;
}

.product-item-price__request-btn.first {

}

.sales-leaders__grid.catalog .product-item-price__request-btn:hover {
	background: #A42220;
	color: white;
}

.card-also-buy {
	margin-bottom: 70px;
}

.card-also-buy .product-item-price__request-btn.first {
	background: #232528;
	color: white;
}

.section-divider {
	margin-bottom: 90px;
}

.advantages-section {
	margin-bottom: 95px;
}

.advantages-section__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 55px 20px;
}

.advantages-section__item {
	display: flex;
	gap: 55px;
	height: 100%;
}

.advantages-section__item-title {
	padding: 10px 0;
}

.advantages-section__item-text {
	max-width: 515px;
}

.advantages-section__icon img {
	width: 77px;
	height: 77px;
}

.faq-section {
	margin-bottom: 110px;
}

.faq-section__consultation {
	position: relative;
	background-color: #030A15;
	padding: 164px 85px 150px;

}

.faq-section__overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/bitrix/templates/forsign_2019_new_urls/images/main/faq-back.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: 1;
}

.faq-section__wrapper-content {
	position: relative;
	z-index: 2;
	max-width: 954px;
}

.blue-text {
	color: #3b56a0;
	display: inline;
}

.faq-section__title-banner {
	color: white;
	margin-bottom: 20px;
	line-height: normal;
}

.faq-section__description {
	color: #E7E7E7;
	margin-bottom: 65px;
}

.faq-section__button {
	font-family: 'PFDinTextPro';
	font-weight: 500;
	font-size: 18px;
	background-color: white;
	padding: 20px 45px;
	text-transform: uppercase;
	color: #030A15;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: unset;
}

.faq-section__questions {
	background: #263B72;
	padding: 84px 84px 130px;
}

.faq-section__title {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	color: white;
	margin-bottom: 75px;
}



.faq-section__title::after{
	content: '';
	width: 8.66px;
	height: 14.3px;
	background: url(/bitrix/templates/forsign_2019_new_urls/images/icons/arrow-h2-white.svg) no-repeat center;
	background-size: contain;
	display: inline-block;

}

.profile-h1 {
	margin-bottom: 20px;
}

.profile-notation-text {
	margin-bottom: 40px;
}

.bx-auth-profile.container {
	max-width: 508px;
	margin: 0 auto;
}

.profile-links {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	text-align: center;
}

.profile-link {
	padding: 15px 40px;
	color: white;
	margin-bottom: 10px;
}

.profile-tabs {
	gap: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	background: #F5F5F7;
	padding: 15px 45px;
	justify-content: center;
	margin-bottom: 20px;
}

.profile-link--personal {
	flex: 1;
	background: #263B72;
}

.profile-link--orders{
	flex: 1;
	background: #1E1E1E;
}

.profile-tab {
	font-size: 18px;
	color: #1E1E1E;
}

.profile-tab--active {
	color: #263B72;
}


.profile-form-title {
	padding: 15px 0;
	margin-bottom: 7px;
}

.profile-form-section {
	display: none;
	margin-bottom: 15px;

}

.profile-form-section--active {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.profile-form-section--active input, .profile-form-section--active textarea {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #484848;
	font-weight: 500;
	border: 1px solid #0000001A;
	padding: 12px 24px;
	font-size: 13px;
}

.profile-tab {
	cursor: pointer;
}

.profile-pass-notation {
	margin-top: 25px;
}

.personal-profile-form {
	margin-bottom: 5px;
}

.personal-profile-form .form-submit {
	display: flex;
	gap: 7px;
}

.personal-profile-form .form__submit {
	padding: 10px 23px;
	background: #263B72;
	color: white;
	border: none;

}

.personal-profile-form .form__reset {
	padding: 10px 23px;
	background: #1E1E1E;
	color: white;
	border: none;
}

.cart-h1 {

}

.cart-content-layout {
	display: flex;
	gap: 30px;

}

.cart-summary-wrapper {
	flex: 0 0 320px;
	max-width: 320px;
}

.cart-content-layout table {
	flex: 1;
}

.cart-summary {
	padding: 35px 35px 20px;
	background: #263B72;
	color: white;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.cart-summary__title {
	color: white;
	margin-bottom: 30px;
}

.cart-summary__row-count {
	margin-bottom: 15px;
}

.cart-summary__row-sum {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.cart-summary__value, .cart-summary__value {
	font-weight: 500;
}

.cart-summary__checkout {
	padding: 12px 15px;
	background: white;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 120px;
	font-size: 18px;
}

.cart-summary__checkout-share {
	color: white;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	font-size: 18px;

}

.cart-summary__icon {
	width: 18px;
	height: 18px;

}

.cart-summary__delivery {
	color: white;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	background: #A42220;
	padding: 20px;
	font-size: 18px;

}

.sales-also-buy__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.sales-also-buy__grid .product-item-container.main-card {
	padding: 22px 28px;
}

.site-container.card {
	padding: 35px 65px 80px 45px;
	margin: -1px 0 90px;

}

.cart-content-layout tbody tr td {
	padding: 35px 0 ;
}


.cart-delivery-time {
	position: absolute;
	top: 0;
	right: 3px;
	padding: 3px 10px;
	background: #FFDE38;
	font-size: 10px;
	font-weight: 700;
	color: #000000;
}

.bx_ordercart_article {
	font-size: 12px;
	position: absolute;
	top: 35px;
	left: 0px;
}

#basket_items > tbody > .cart__item > td a img {
	cursor: pointer;
}

.basket-quantity-input {
	padding: 13px 6px;
	text-align: center;
	border: solid 1px #0000001A;
	font-family: "Montserrat", sans-serif;

}



.basket_quantity_control {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: solid 1px #0000001A;
	border-left: none;
	padding: 5px 10px;
	gap: 5px;
	margin-left: -1px;
}

#basket_quantity_control {
	padding-left: 0!important;
}

.sum-cart-table {
	padding: 15px 25px;
	text-align: right;
	background: #F5F5F7;
	pointer-events: auto;
	font-size: 22px;
	font-family: 'PFDinTextPro', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: #030A15;
	margin-top: 20px;
}

.sum-basket-item {
	pointer-events: auto;
	font-size: 22px;
	font-family: 'PFDinTextPro', sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #030A15;
}

.catalog-sections-grid-primary {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 90px;
}

.catalog-sections-grid-primary__item {
	display: flex;
	background: #F5F5F7;
	justify-content: space-between;
	align-items: center;
	padding: 35px 25px 35px 30px;
	text-decoration: none;
	gap: 10px;
}

.catalog-sections-grid-primary__item :hover {
	color: #263B72;
}

.catalog-sections-grid-primary__image {
	width: 95px;
	overflow: hidden;
	flex: 0 0 auto;
}

.catalog-sections-grid-primary__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalog-sections-grid-primary__title {
	font-size: 18px;
}

.catalog-sections-grid-primary__arrow::before {
	content: "\25B8";
	font-family: Arial, sans-serif;
}

.catalog-sections-grid-primary__wrapper {
	display: flex;
	gap: 5px;
}

.section-catalog-main {
	margin-bottom: 20px;
}

.catalog-page__section-list-wrapper {
	display: flex;
	gap: 15px;
}

.catalog-pagination {
padding: 0 50px;
}

.catalog-page__section-list-wrapper .catalog-pagination {
	margin-top: 65px;
}

.bx_pagination_bottom .bx_pagination_page li {

}

.bx_pagination_bottom .bx_pagination_page ul {
	display: flex;
	gap: 6px;
}

.bx_pagination_bottom .bx_pagination_page li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 34px;
	height: 34px;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: #030A15;
	line-height: 100%;
	background: #F5F5F7;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active  {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #263B72;
	width: 34px;
	height: 34px;
	color: white;
	padding: 0;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
	border-radius: 0;
}

.bx_pagination_page li:not(:has(a)):not(.bx_active) {
	width: 34px;
	align-self: self-end;
}

.sales-leaders__grid.catalog .product-item-container.main-card {
	padding: 33px 26px 35px;
}

.sales-leaders__grid.catalog .product-item-price__request-btn {
	padding: 13px 15px;
	text-decoration: none;

}

.catalog-page__filter-section {
	flex: 0 0 326px;
}

.bx-filter.bx-blue .bx-filter-section {
	background: #F5F5F7;
}

.bx-filter .bx-filter-parameters-box-title span {
	color: #1E1E1E;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
	border-radius: 0;

}

.bx-filter .bx-filter-parameters-box-title {
	margin-bottom: 25px;
}


.bx-filter.bx-blue .btn-themes {
	background: #263B72;
	color: white;
	padding: 10px 30px;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
	border-radius: 0;
	border: none;
	outline: none;
}

.bx-filter.bx-blue .btn-themes:hover {
	background: #263B72;
	color: white;
}

.bx-filter.bx-blue .btn-link {
	background: #1E1E1E;
	color: white;
	padding: 10px 30px;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
	border-radius: 0;
	border: none;
	outline: none;
}

 .bx-filter-parameters-box-container.buttons{
	display: flex;
	justify-content: space-between;
	 margin-top: 20px;
}

.bx-filter-section.container-fluid {
	padding: 20px 30px;
}

.bx-filter-parameters-box-container:has(> .checkbox) {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
	justify-content: space-between;
	align-items: flex-end;
}
.bx-filter-parameters-box-container > .checkbox {
	margin-bottom: 10px;
	width: 43%;

	float: left;
}

.bx-filter-parameters-box-container {
	padding-bottom: 25px;
}

.bx-filter-block .checkbox input[type="checkbox"] {
	border: solid 1px #0000001A;
	margin: 0;
	width: 21px;
	height: 21px;
	position: relative;
	flex-shrink: 0;
	appearance: none;
	border-radius: 0;
	cursor: pointer;
	transition: var(--trn-default);
	overflow: hidden;
	background: white;
}

.bx_filter_input_checkbox {
	display: flex;
	align-items: center;
	gap: 20px;

}

.bx-filter-parameters-box-container > .checkbox .bx_filter_param_label  {
	padding: 0;
}

.bx_filter_param_text {
	font-size: 13px;
	color: #000000;
}

.catalog-page__form-wrapper {
	margin-top: 30px;
}

.bx-filter-block .checkbox .bx_filter_input_checkbox input[type="checkbox"] {
	outline: unset;
	outline-offset: unset;
}


.bx-filter-block .checkbox .bx_filter_input_checkbox input[type="checkbox"]:checked {
	background: #263B72;
	border-color: #263B72;
}

.bx-filter-block .checkbox .bx_filter_input_checkbox input[type="checkbox"]::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.bx-filter-block .checkbox .bx_filter_input_checkbox input[type="checkbox"]:checked::after {
	opacity: 1;
}

.detail-catalog-wrapper {
	display: flex;
	gap: 35px;
}

.detail-left-section {
	flex: 0 0 326px;
}

.detail-catalog-wrapper .bx_sitemap {
	background: #F5F5F7;
	padding: 40px 20px 100px 30px;
	margin-bottom: 30px;
}

.detail-catalog-wrapper .left-menu__drop-btn {
	background: unset;
	color: #1E1E1E;
	top: 8px;

}



.detail-catalog-wrapper .left-menu__drop-btn:before {
	border-left: 7px solid #263B72;
	font-family: Arial, sans-serif;

}

.detail-left-section .bx_sitemap .bx_sitemap_li_title a {
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #030A15;
}

.detail-left-section .bx_sitemap .bx_sitemap_li_title a:hover {
	color: #263B72;
}
.detail-left-section .bx_sitemap .bx_sitemap_ul li {
	margin-bottom: 30px;
}

.site-container.element-detail {
	padding: 40px 30px 115px;
}

.header #top, #bottom, ul.main_menu, .head-bottom-menu {
	box-sizing: border-box;
}

.custom-accordion__item {
	margin-bottom: 15px;
}

.custom-accordion__title.custom-accordion__title  {
	display: flex;
	cursor: pointer;
	background-color: #3B56A0;
	color: white;
	padding: 16px 50px;
	line-height: 148%;
	justify-content: space-between;
}


.custom-accordion__content {
	display: none;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding: 0 50px;
	margin-top: 0;
	color: white;

}

.custom-accordion__item.active .custom-accordion__content {
	padding: 16px 50px;

}


.custom-accordion__item.active .custom-accordion__arrow svg {
	transform: rotate(180deg);
	transition: transform 0.2s ease;
}


.custom-accordion__item.active .custom-accordion__arrow svg path {
	fill: black !important;
}


.articles-section a {
	text-decoration: none;
}

.catalog-product-detail-element__top {
	margin-bottom: 60px;
}

.catalog-product-detail-element__inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;

}

.catalog-product-detail-element__media {
	flex: 0 0 388px;
}

.catalog-product-detail-element__params {
	word-break: break-all;
	overflow-wrap: anywhere;
	flex: 0 0  320px;
}

.catalog-product-detail-element__price {
	flex: 0 0 283px;
	box-sizing: border-box;
}

.catalog-product-detail-element__gallery-main {
	display: flex;
	height: 362px;
	align-items: center;
	justify-content: center;
	border: solid 1px #0000000D;
	margin-bottom: 15px;
}

.catalog-product-detail-element__gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 299px;

}

.catalog-product-detail-element__gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;

}

.catalog-product-detail-element__gallery-thumb {
	width: 69px;
	height: 69px;
}

.catalog-product-detail-element__gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-product-detail-element__article {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 20px;
}

.catalog-product-detail-element__params-title {
	margin-bottom: 10px;
}

.catalog-product-detail-element__param {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.catalog-product-detail-element__price {
	padding: 30px;
	background: #F5F5F7;
}

.catalog-product-detail-element__price-main {
	margin-top: 6px;
	font-size: 26px;
	margin-bottom: 13px;
}

.catalog-product-detail-element__price-inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	justify-content: space-between;
}

.catalog-product-detail-element__delivery {
	padding: 7px;
	background: #FFDE38;
	text-align: center;
	font-size: 18px;
	color: black;
	margin-bottom: 7px;
}


.catalog-product-detail-element__actions {
	font-size: 18px;
	color: white;
	text-align: center;
	margin-bottom: 15px;
}

.catalog-product-detail-element__action--primary {
	margin-bottom: 3px;
	background: #263B72;
	padding: 10px;
	cursor: pointer;
}

.catalog-product-detail-element__action--secondary {
	background: #1E1E1E;
	padding: 10px;
	cursor: pointer;
}

.catalog-product-detail-element__delivery-title {
	font-size: 13px;
	font-weight: 600;
	color: #030A15;
	line-height: normal;
	margin-bottom: 15px;
}


.catalog-product-detail-element__delivery-calc {
	text-align: center;
	background: #484848;
	padding: 9px 12px;
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

.catalog-product-detail-element__delivery-list {
	margin-bottom: 15px;
}

.catalog-product-detail-element__delivery-list li {
	font-size: 12px;
	color: #1E1E1E;
}

.catalog-product-detail-element__tabs {
	display: flex;
	flex-wrap: wrap;
	gap:20px 70px;
	color: #696969;
	margin-bottom: 35px;
	font-family: 'PFDinTextPro', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 100%;
}



.catalog-product-detail-element__tab.is-active {
	color: #263B72;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 0.06em;
	text-underline-offset: 0.165em;

}

.catalog-product-detail-element__tab-pane {
	display: none;
}

.catalog-product-detail-element__tab-pane.is-active {
	display: block;
}

.catalog-product-detail-element__tab-pane h3 {
	padding: 15px 0;
}

.catalog-product-detail-element__tab-pane td {
	font-size: 14px;
}

.catalog-product-detail-element__tab:not(.is-active) {
	cursor: pointer;
}

.catalog-product-detail-element__video {
	text-align: center;
}

.catalog-product-detail-alternatives .sales-leaders__grid, .catalog-product-detail-related .sales-leaders__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catalog-product-detail-alternatives .product-item-container.main-card, .catalog-product-detail-related .product-item-container.main-card {
	padding: 33px 30px 38px;
}

.catalog-product-detail-element__warranty {
	margin-bottom: 3px;
	background: #1E1E1E;
	padding: 10px;
	cursor: pointer;
	color: white;
	font-size: 18px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;

}

.catalog-product-detail-element__add-basket .count.detail_count {
	margin-bottom: 3px;
}


.catalog-product-detail-element__tabs-content > table {
	border-collapse: collapse;
}

.catalog-product-detail-element__tabs-content > div > table {
	width: 100%;
	border-collapse: collapse;
}

.catalog-product-detail-element__tabs-content > table {
	width: 100%;
	margin: 0 auto;
	table-layout: auto;
}

.catalog-product-detail-element__tabs-content > table tr {
	background: #fff!important;
}

.catalog-product-detail-element__tabs-content > table tr > td:first-child {
	/* padding-left: 2px */
}

.catalog-product-detail-element__tabs-content > table table tr > td:first-child {
	padding-left: 2px;
}

.catalog-product-detail-element__tabs-content > table td {

	vertical-align: top;
}

.catalog-product-detail-element__tab-pane .faq p#vopros > b,
.catalog-product-detail-element__tab-pane .faq p#vopros + p > b {
	display: inline-block;
	color: #0c4a89;
	font-weight: bold;
	padding: 3px 20px;
}

.catalog-product-detail-element__tab-pane .faq p#vopros {
	background-color: rgb(211 253 211);
	padding: 3px 20px;
}

.catalog-product-detail-element__tab-pane .faq p#vopros + p {
	background-color: rgb(222 246 222);
	padding: 3px 20px;
}


.prod_img.catalog-product-detail-element__gallery.mobile {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.bx_pagination_bottom .bx_pagination_page {
	display: flex;

}

.white {
	color: white!important;
}

@media (max-width: 1600px) {



	.header #top, #bottom, ul.main_menu, .head-bottom-menu {
		padding: 0 20px;
	}
	.middle-head {
		gap: 20px;
	}

	.container.contacts, .site-container, .site-container.card {
		padding: 40px 20px;
	}

	.site-container.layout-up {
		padding: 40px 20px 0;
	}

	.footer.new .wrap {
		padding: 40px 20px;
	}

	.hero-slider__content {
		max-width: unset;
	}

	.hero-slider__content {
		padding: clamp(33px, 6vw, 145px) clamp(20px, 5vw, 85px);
	}

	.section-divider {
		padding: 20px;
	}

	.offer-benefits {
		grid-template-columns: repeat(4, 1fr);
	}

	.advantages-section__item {
		gap: 30px;
	}

	.catalog-product-detail-element__price {
		flex: 0 0 100%;
	}

	.catalog-product-detail-element__params {
		flex: 1 1 auto;
	}
	.catalog-product-detail-element__price {
		padding: 15px;
	}

	.catalog-product-detail-element__price-inner {
		align-items: flex-start;
	}

	.catalog-product-detail-element__delivery {
		display: flex;
		padding: 10px;
	}

	.catalog-product-detail-element__buttons-list {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px 20px;
	}

	.catalog-product-detail-element__actions {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
	}

	.catalog-product-detail-element__action--primary {
		margin-bottom: 0;

	}

}

@media (max-width: 1280px) {
	.locations--header {
		gap: 15px;
	}

	.header #top {
		gap: 15px;
	}

	.header #top .header-top__center {
		display: none;
	}

	.header #top > div {
		flex: 1 1 auto;
	}

	.locations--header {
		justify-content: space-evenly;
	}

	.footer-nav {
		flex-wrap: wrap;
		gap: 10px;

	}

	.footer-nav__block {
		margin-bottom:0;
	}

	.hero-slider__title {
		font-size: 40px;
	}

	.hero-slider {
		height: unset;
	}

	.offer-categories-grid {
		grid-template-columns: repeat(3, 1fr);
	}


	.offer-categories-grid__item {
		order: 2;
	}

	.offer-categories-grid__item.one, .offer-categories-grid__item.two, .offer-categories-grid__item.four {
		order: 0;
	}

	.offer-categories-grid__item.three {
		order: 1;
	}

	.offer-benefits {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 40px;
	}

	.product-item-container.main-card {
		padding: 20px;

	}

	.product-item-price__request-btn {
		padding: 10px 20px;
	}

	.faq-section__consultation {
		padding: 80px 60px;
	}

	.faq-section__questions {
		padding: 80px 60px;
	}

	.cart-content-layout {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.cart-summary-wrapper {
		max-width: unset;
	}

	.catalog-sections-grid-primary {
		grid-template-columns: repeat(3, 1fr);
	}

	.catalog-page__section-list-wrapper {
		flex-direction: column;
	}

	.catalog-page__filter-section {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.catalog-page__form-wrapper {
		margin-top: 0px;
	}

	.catalog-page__form-wrapper .contacts__sidebar {
		max-width: unset;
		justify-content: center;
	}

	.bx-filter .bx-filter-popup-result.right {
		right: 15px;
		left: unset;
	}

	.sales-also-buy__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}


	.main_part .detail-left-section {
		display: none;
	}

	}
@media (max-width: 1024px) {

	.product-card__image-container {
	}

	.contacts__info {
		padding: 27px 40px;
	}

	.contacts__container {
		flex-direction: column;
		align-items: stretch;
	}

	.contacts__help-inner {
		margin: 80px 0 60px;
	}

	.contacts__help img {
		left: 50%;
	}

	.contacts__sidebar {
		max-width: 100%;
		justify-content: center;
	}

	.menu-top-header-wrap {
		gap: 20px;
	}

	.menu-top-header {
		gap: 15px;
	}

	.main-logo {
		max-width: 134px;
		max-height: unset;
	}

	#bottom .search-header input[type="text"] {
		min-width: 120px;
	}

	#bottom .basket {
		gap: 10px;
	}



	.bx-breadcrumb {
		margin: 8px 0 24px;
	}

	.contacts__note--warning {
		margin-left: 0;
	}

	.hero-slider__content {

	}

	.offer-categories-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.offer-categories-grid__item.three {
		order: 1;
	}
	.offer-categories-grid__item.four {
		order: 2;
	}

	.sales-leaders__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));

	}

	.advantages-section__grid {
		gap: 20px;
	}

	.advantages-section__item {
		gap: 15px;
	}

	.article-image.first img {
		height: 100%;
	}

	.article-image {
		height: 200px;
		overflow: hidden;
		margin-bottom: unset;
	}

	.articles-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}



	.catalog-sections-grid-primary__item {
		padding: 20px;
		flex-direction: column-reverse;
	}

	.cart-summary__checkout {
		margin-bottom: 60px;
	}

	.sales-also-buy__grid .product-item-container.main-card {
		padding: 20px;
	}

	.catalog-product-detail-element__price-main {
		flex: 1 1 100%;
	}

}

@media (max-width: 768px) {
	.service-form .service-form-item.fields input[type="text"] {
		max-width: none;
		width: 100%;
	}

	.locations--header {
		display: none;

	}

	.header-top__left {
		display: none!important;

	}

	.menu-top-header {
		justify-content: space-evenly;
		flex: 1 1 auto;
	}

	.header-phone {
		display: none;
	}

	.header-user-panel {
		gap: 25px;
	}

	.menu-bottom-header {
		flex-wrap: wrap;
	}

	.bx-breadcrumb {
		margin: 6px 0 16px;
	}

	.footer-nav {
		flex-direction: column;
	}

	.profile-link {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
		font-size: 16px;

	}

	.typo-title {
		font-size: 16px;
	}

	.profile-tab {
		font-size: 16px;
	}

	.main-intro-brands {
		padding: 30px 20px;
	}
	.section-divider {
		margin-bottom: 32px;
	}

	.faq-section__title {
		margin-bottom: 32px;
	}

	.main-h2 {
		margin-bottom: 24px;
	}

	.offer-benefits {
		grid-template-columns: repeat(2, 1fr);
	}

	.advantages-section__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.faq-section__description {
		margin-bottom: 40px;
	}

	.article-item:first-child {
		grid-column: span 1;
	}

	.articles-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.articles-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}


	#basket_items thead {
		display: none;
	}

	#basket_items,
	#basket_items tbody,
	#basket_items tr {
		display: block;
		width: 100%;

	}

	.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
		max-width: unset;
	}

	#basket_items tr {
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 34px;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		gap: 10px;
	}


	#basket_items .custom tr {
		flex-direction: row;
		gap: 0;
		padding-bottom: 0;

	}

	.bx_ordercart .bx_ordercart_photo_container img {
		min-height: 150px;
	}

	#basket_items td {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 6px 0;
		border: none;
		width: 100%;
		position: static;
	}

	#basket_items .custom {
		display: flex;
		flex-direction: row;
		width: 50%;
	}

	.bx_ordercart_article {
		top: -20px;
	}


.wrapper-table-basket-flex {
	margin-top: 20px;
}

	.catalog-sections-grid-primary {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}

	.cart-summary__checkout {
		margin-bottom: 46px;
	}

	.sales-also-buy__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}


	.catalog-product-detail-element__inner {
		justify-content: center;
	}

	.catalog-product-detail-element__gallery-thumbs {

	}

	.catalog-product-detail-element__media {
		flex: 1 1 100%;
	}

	.catalog-product-detail-element__gallery-main {
		height: unset;
	}
	.catalog-product-detail-element__gallery-main img {
		min-height: unset;
	}

	.header-user-panel .basket img {
		width: 31px;
	}


}


@media (max-width: 576px) {
	.menu-top-header {
		display: none;
	}

	.header-top__center {
		display: block !important;
	}

	.menu-top-header-wrap {
		justify-content: flex-end;
	}

	#bottom {
		justify-content: center;
	}

	#bottom .search-header input[type="text"] {
		padding: 10px 15px;
	}



	.bx-breadcrumb {
		margin: 4px 0 10px;
	}

	.contacts__info {
		padding: 27px 20px;
	}

	.contacts__item {
		margin-left: 0;
	}

	.hero-slider__title {
		font-size: 23px;
	}

	.hero-slider__button {
		padding: 10px 30px;
	}

	.offer-categories-grid {
		display: flex;
		flex-direction: column;
	}

	.offer-categories-grid__item img {
		max-height: 130px;
	}

	.main-intro-brands {
		display: flex;
		flex-direction: column;
	}

	.section-divider {
		margin-bottom: 24px;
	}

	.faq-section__title {
		margin-bottom: 24px;
	}

	.main-h2 {
		margin-bottom: 16px;
	}

	.offer-benefits {
		grid-template-columns: repeat(1, 1fr);
	}
	.offer-benefits__content {
		gap: 10px;
	}

	.sales-leaders__grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.faq-section__consultation, .faq-section__questions {
		padding: 30px;
	}

	.catalog-sections-grid-primary {
		grid-template-columns: repeat(1, 1fr);
		margin-bottom: 24px;
	}

	.sales-also-buy__grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.container.contacts, .site-container, .site-container.card, .site-container.element-detail {
		padding: 20px;
	}
	.card-also-buy {
		margin-bottom: 30px;
	}

	#contacts-map {
		height: 280px;
	}

	.footer-top {
		margin-bottom: 35px;
	}

	.bx-breadcrumb .bx-breadcrumb-item span {
		font-size: 12px;
	}



	}

@media screen and (max-width:460px) {

	.category-inner .left > a {display:none}
}
