/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* [data-property_name="Розничная цена"] {
display: none;
} */


.banner_text ul>li {
	list-style-type: disc;
}

.item-views.sales2.bg .item-wrapper>.item .title a {
	font-weight: 400;
}

.logo_and_menu-row .search .search-input {
	background: transparent;
	/* color: #fff; */
}

.top-block.top-block-v1.header-wrapper {
	z-index: 20;
}

#bx-soa-order .bx-soa-section .bx-soa-section-content {
	padding: 42px 33px 42px 84px;
}

#bonus_payment_block .bonus_comment strong {
	margin-bottom: 15px;
}

#bx-soa-order-main .bx-soa-section-content.lt_bonus_cont_success {
	padding: 35px 35px 40px;
}



/* ------------------------------------- bonusnaya-programma page ------------------------------------- */
.bonus_grey {
	background-color: #F8F8F8 !important;
}

.bonus_transp {
	background-color: transparent !important;
}

.bonus__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 155%;
	cursor: default;
}

.bonus__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 155%;
	cursor: default;
}

@media (max-width: 400px) {
	.bonus__title {
		font-size: 24px;
	}

	.bonus__text {
		font-size: 14px;
	}
}

/* -------------- bonus-banner -------------- */
.bonus-banner {
	height: 490px;
	background-image: url('/bitrix/templates/aspro_max/images/bonus-banner-bg.jpg');
}

.bonus-banner__container {
	height: 100%;
}

.bonus-banner__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	width: 100%;
	height: 100%;
}

.bonus-banner__info {
	flex: 0 0 52%;
}

.bonus-banner__title {
	margin-bottom: 30px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	cursor: default;
}

.bonus-banner__description {
	margin-top: 0;
	margin-bottom: 15px;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 155%;
	cursor: default;
}

.bonus-banner__images {
	flex: 0 0 42%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.bonus-banner__img-wrapper {}

.bonus-banner__img-wrapper_logo {
	width: 100%;
}

.bonus-banner__img-wrapper_logo .bonus-banner__img {
	width: 100%;
}

.bonus-banner__img-wrapper_human {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.bonus-banner__img-wrapper_human .bonus-banner__img {
	height: 100%;
}

.bonus-banner__img {}

@media (max-width: 1200px) {
	.bonus-banner {
		height: 400px;
	}
}

@media (max-width: 900px) {
	.bonus-banner__body {
		gap: 30px;
	}

	.bonus-banner__images {
		align-items: flex-start;
		padding-top: 70px;
	}
}

@media (max-width: 600px) {
	.bonus-banner {
		height: auto;
		padding: 40px 0;
	}

	.bonus-banner__info {
		flex: 0 0 80%;
	}

	.bonus-banner__images {
		display: none;
	}
}

@media (max-width: 500px) {
	.bonus-banner__info {
		flex: 0 0 90%;
	}
}

@media (max-width: 400px) {
	.bonus-banner__info {
		flex: 0 0 100%;
	}
}

/* -------------- bonus-rules -------------- */
.bonus-rules {
	display: flex;
	justify-content: space-around;
	padding: 60px 0 80px;
}

.bonus-rules__card {
	flex: 0 0 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.bonus-rules__img-wrap {}

.bonus-rules__img {}

.bonus-rules__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 155%;
	text-align: center;
	cursor: default;
}

@media (max-width: 1200px) {
	.bonus-rules__card {
		flex: 0 0 190px;
	}
}

@media (max-width: 1000px) {
	.bonus-rules {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
	}

	.bonus-rules__card {
		flex: 0 0 220px;
	}
}

@media (max-width: 600px) {
	.bonus-rules {
		gap: 30px;
		padding: 40px 0 60px;
	}

	.bonus-rules__card {
		flex: 0 0 200px;
	}
}

@media (max-width: 500px) {
	.bonus-rules {
		column-gap: 0;
		row-gap: 25px;
	}
}

@media (max-width: 400px) {
	.bonus-rules__card {
		flex: 0 0 220px;
	}
}

/* -------------- bonus-gifts -------------- */
.bonus-gifts {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 40px 0;
}

.bonus-gifts_news {
	padding: 0;
	color: #000;
}

.bonus-gifts__card {
	display: flex;
	align-items: center;
	gap: 40px;
}

.bonus-gifts__img-wrap {}

.bonus-gifts__img {}

.bonus-gifts__info {
	width: 80%;
}

.bonus-gifts__title {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 155%;
	cursor: default;
}

.bonus-gifts__description {
	display: block;
	margin-top: 10px;
}

.bonus-gifts__btn {
	min-width: 200px !important;
	margin-top: 20px !important;
}

@media (max-width: 600px) {
	.bonus-gifts__card {
		flex-direction: column;
	}

	.bonus-gifts__info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bonus-gifts__title {
		text-align: center;
	}

	.bonus-gifts__description {
		text-align: center;
	}
}

/* -------------- bonus-cashback -------------- */
.bonus-cashback {
	padding: 60px 0;
}

.bonus-cashback__title {
	margin: 0;
}

.bonus-cashback__description {
	display: block;
	margin-top: 10px;
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 155%;
}

.bonus-cashback__card-block {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.bonus-cashback__card {}

.bonus-cashback__img-wrap {}

.bonus-cashback__card-title {
	display: block;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 155%;
}

.bonus-cashback__card-description {
	display: block;
	margin-top: 2px;
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 155%;
}

.bonus-cashback__text {
	margin-top: 80px !important;
	margin-bottom: 0;
}

.bonus-cashback__link {
	display: block;
	margin-top: 25px;
	color: #2CAA59;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 155%;
}

@media (max-width: 1000px) {
	.bonus-cashback__card-block {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
	}

	.bonus-cashback__card {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.bonus-cashback {
		padding: 40px 0;
	}

	.bonus-cashback__description {
		font-size: 16px;
	}

	.bonus-cashback__text {
		margin-top: 40px !important;
	}

	.bonus-cashback__card-block {
		grid-template-columns: 1fr;
	}
}

/* -------------- bonus-questions -------------- */
.bonus-questions {
	padding-bottom: 100px;
}

.bonus-questions__title {}

.bonus-questions__body {
	margin-top: 40px;
}

.bonus-questions__card {
	display: flex;
	gap: 15px;
	padding: 25px;
	border: 1px solid #ECECEC;
	cursor: pointer;
}

.bonus-questions__card:hover {
	background-color: #fdfdfd;
}

.bonus-questions__card:not(:last-child) {
	border-bottom: none;
}

.bonus-questions__arrow {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ECECEC;
	border-radius: 2px;
	transition: 200ms;
}

.bonus-questions__arrow-pic {
	transition: 400ms;
	transform: translateY(1px) rotate(0deg);
}

.bonus-questions__arrow-pic.active {
	transform: translateY(-1px) rotate(180deg);
}

.bonus-questions__info {}

.bonus-questions__question {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 180%;
}

.bonus-questions__answer {
	display: none;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #555;
}

.bonus-questions__answer strong {
	color: #555;
}

.bonus-questions__answer ol {
	margin-bottom: 0;
}

@media (max-width: 500px) {
	.bonus-questions__body {
		margin-top: 20px;
	}

	.bonus-questions__question {
		font-size: 16px;
	}
}

/*попап отписки от товара НАЧАЛО*/
.popup-window.popup-window-with-titlebar {
	padding: 10px;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
	color: #000;
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 16px;
}

.bx-cpsl-popup-content p {
	text-align: center;
	margin: 0;
}

/*попап отписки от товара КОНЕЦ*/


/*кнопка выбора ПВЗ Боксберри на оформлении заказа*/
#boxberrySelectPvzWidget {
	margin-top: 10px;
}

#boxberrySelectPvzWidget .bxbbutton img,
#boxberrySelectPvzWidget .bxbbutton span {
	display: unset;
	vertical-align: middle;
}

#boxberrySelectPvzWidget .bxbbutton span {
	color: #fff;
	font-size: 10px;
	padding-left: 0;
}

#boxberrySelectPvzWidget a {
	background: #22b24c;
	border-color: #22b24c;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.7333em;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	border: 1px solid;
	letter-spacing: .8px;
	border-radius: 3px;
	padding: 12px 21px 11px;
	overflow: hidden;
	transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#boxberrySelectPvzWidget a>span {
	text-transform: uppercase;
	color: #FFF;
}

/*Образы на главной*/
.LOOKBOOKS_NEW .lookbooks .item-views {
	margin: unset;
}

/*плашка-предупреждение*/
body.site_s1 .warning-wrapper {
	background-color: #ce0808;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.35;
}

/*плашка о доставке в снг НАЧАЛО*/
.countryDelivery {
	background-color: #ED1651;
	padding: 14px 0;
	position: relative;
}

.countryDelivery .maxwidth-theme {
	background-color: inherit;
}

.countryDelivery__wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding-right: 34px;
}

.countryDelivery__img {
	width: 183px;
	height: 40px;
	flex-shrink: 0;
}

.countryDelivery__img img {
	width: 100%;
	height: 100%;
}

.countryDelivery__text {
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	color: #fff;
}

.countryDelivery__close {
	position: absolute;
	left: auto;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 990px) {
	.countryDelivery {
		padding: 16px 0;
	}

	.countryDelivery__wrapper {
		gap: 15px;
	}

	.countryDelivery__img {
		width: 166px;
		height: 36px;
	}

	.countryDelivery__text {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.countryDelivery__img {
		width: 110.67px;
		height: 24px;
	}

	.countryDelivery__wrapper {
		gap: 10px;
		flex-direction: column;
		align-items: start;
		padding-right: 0;
	}

	.countryDelivery__close {
		top: 16px;
	}
}


/*плашка о доставке в снг КОНЕЦ*/


/*плашка о смене графика работы НАЧАЛО*/
.scheduleInfo {
	background-color: #333333;
	padding: 15px 0;
	position: relative;
}

.scheduleInfo .maxwidth-theme {
	background-color: inherit;
}

.scheduleInfo__wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	max-width: 55%;
	margin: 0 auto;
}

.scheduleInfo__img {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.scheduleInfo__img svg {
	width: 100%;
	height: 100%;
}

.scheduleInfo__text {
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	color: #fff;
}

.scheduleInfo__close {
	position: absolute;
	left: auto;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 990px) {
	.scheduleInfo {
		padding: 16px 0;
	}

	.scheduleInfo .maxwidth-theme {
		padding: 0 45px 0 20px;
	}

	.scheduleInfo__wrapper {
		gap: 15px;
		max-width: unset;
	}

	.scheduleInfo__img {
		width: 24px;
		height: 24px;
	}

	.scheduleInfo__text {
		font-size: 14px;
	}
}

@media (max-width: 480px) {

	.scheduleInfo__wrapper {
		gap: 10px;
		flex-direction: column;
		align-items: start;
		padding-right: 0;
	}

	.scheduleInfo__close {
		top: 16px;
	}
}

/*плашка о смене графика работы КОНЕЦ*/


/* Корректировка отображения пунктов мобильного меню НАЧАЛО */
#mobileheader #mobilemenu>.mobilemenu-v1>.wrap>.menu.middle:has(.compare) {
	display: none;
}

/* Корректировка отображения пунктов мобильного меню КОНЕЦ */


/* Смена цвета неактиынвх ссылок в футере НАЧАЛО */
#footer .footer-inner .bottom-menu .title>span {
	color: #FFF;
}

/* Смена цвета неактиынвх ссылок в футере КОНЕЦ */


/*100786 буллеты (круглые иконки, точки для выбора слайдов) в сквозных баннерах - смещение на мобильных версиях*/
@media (max-width: 767px) {
	.linked-banners-list .swiper-pagination-bullets.swiper-pagination-horizontal {
		top: 5px;
		right: 5px;
		bottom: unset;
		text-align: right;
		line-height: 0;
		opacity: 0.8;
	}
}

.grecaptcha-badge {
	display: none;
}




/* Корректировка стилей чекбокса на подписку в формах НАЧАЛО */

.form-control>.checkbox:has(input.onoff) {
	padding-left: 0;
}

.form-control>.checkbox>input.onoff+label {
	padding-top: 2px;
	padding-left: 50px;
}

.form-control>.checkbox>input.onoff+label:before {
	display: block;
	top: 4px;
	height: 18px;
	width: 33px;
	border-radius: 10px;
}

.form-control>.checkbox>input.onoff:not(:checked)+label:before {
	background: #e0e0e0;
	background: var(--light, #e0e0e0) var(--dark, #444);
}

.form-control>.checkbox>input.onoff+label::after {
	position: absolute;
	display: block;
	top: 4px;
	bottom: 0;
	border-radius: 100%;
	background: #fff;
	width: 14px;
	height: 14px;
	border: none;
	margin: 2px;
	left: 1px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
	transition: left 0.1s ease-in;
	z-index: 11;
}

.form-control>.checkbox>input.onoff:checked+label:after {
	left: 16px;
}

.form-control>.checkbox>input.onoff+label>.field-name {
	margin-left: 0;
}

/* Корректировка стилей чекбокса на подписку в формах КОНЕЦ */

/*Деталка текст-подсказка НАЧАЛО*/
.detailHelpText {
	display: flex;
	align-items: center;
	gap: 4px;
}

.detailHelpText span {
	color: #333333;
	font-weight: 700;
}

.muted svg path._fillFfcced {
	fill: #FFCCED;
}

.muted svg path._fillBlack {
	fill: black;
}

/*Деталка текст-подсказка КОНЕЦ*/

/* лицензионная экипировка - заголовок блока с товарами и шрифт описания НАЧАЛО */
.detail.lookbooks .ordered-block.goods_catalog>.ordered-block__title {
	font-weight: bold;
}

.detail.lookbooks .ordered-block .introtext {
	font-size: 15px;
	line-height: 25px;
}

.detail.lookbooks>.detail_wrapper>.line-after {
	display: none;
}

/* лицензионная экипировка - заголовок блока с товарами и шрифт описания КОНЕЦ */