/*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;  }*/

/* CUSTOM CSS Десктоп */
@font-face {
    font-family: 'Play-Bold';
    src: url('/local/templates/aspro-lite_custom/css/fonts/play/Play-Bold.ttf');
}

/*SCROLL CSS*/
::-webkit-scrollbar{
    background: #f2f2f2;
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background: #AD2323;
    border-radius: 5px;
}


/*ДЕТАЛЬНАЯ*/
/* ДЕТАЛЬНАЯ Ссылка на OZON */
.tmst_wrap_icon_mini{
    margin-right: 7px;
}
.tmst_icon_mini{
    width:17px;
    height:auto;
}
.tmst_a1{
    color: var(--white_text_black);
}
/* css автоматическая смена цвета этот товар на azon */
.tmst_a1:hover{
    color: var(--theme-base-color);
}
/*шрифт ЗАГОЛОВКИ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Play-Bold" !important;
}
/*шрифт загаловка главного банера на главной*/
.switcher-title {
    font-family: "Play-Bold" !important;
}


/*Левое меню в каталоге подчеркивание*/
/*.side-menu .submenu> li:nth-child(1) {*/
    /*margin-top: 10px;*/
    /*border-top: 1px solid #ededed;*/
/*}*/
/*.side-menu .submenu>li {*/
    /*border-bottom: 1px solid #ededed;*/
/*}*/

/*.side-menu .submenu>li.active {*/
    /*border-bottom: 1px solid #ededed;*/
    /*background-color: var(--darkgrey_bg_black);*/
/*}*/


/*СЛАЙДЕР ПОД ПОДБОРОМ ЛАМП НА ГЛАВНОЙ*/
#main > div.body.index.hover_ > div.main.banner-auto > div > div.drag-block.container.BRANDS > div > div{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#main > div.body.index .banners-big__text {
    display: none;
}
.banners-big--low {
    --big-banner-height: 320px;
}
.banners-big__wrapper .target {
	inset: 0;
    position: absolute;
    z-index: 4;
}
.banners-big__item>a {
}
@media (max-width: 1564px) {
  .banners-big--low {
    --big-banner-height: 20vw;
  }
}
@media (max-width: 1470px) {
.banners-big--low {
    --big-banner-height: 22vw;
 }
}
@media (max-width: 1360px) {
.banners-big--low {
    --big-banner-height: 23vw;
 }
}
@media (max-width: 900px) {
.banners-big--low {
    --big-banner-height: 22vw;
 }
}


/* РЕГИСТРАЦИЯ "Тип покупателя" СТИЛИ */
#registraion-page-form .main-ui-control.main-ui-select {
    height: 50px;
    border-radius: 10px;
}
#registraion-page-form  .main-ui-select-name {
    padding: 6px 0 0 5px;
}
.title_podbor_glavnaya{
    margin-top: 20px !important;
    margin-bottom: 0px;
}
.phones__phone-link-wp {
	margin-right: 3px;
    padding-top: 17px;
    margin-left: 10px;
}
.phones__phone-link-wp svg {
    width: 20px;
    height: 20px;
}
.phones__inner.phones__inner--with_dropdown p {
	display: inline-block;
    position: absolute;
    top: 23px;
	left: 0;
    width: 160px;
    font-size: 13px;
}
.sticker--upper .sticker__item {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 600px) {
	.mobile-scrolled {
		display:inline-block !important;
	}
	
	#main .mobile-scrolled--items-3 > div {
		display:inline-block !important;
		width:49% !important;
	}
  #main .CATALOG_SECTIONS .mobile-offset.grid-list {
    display: grid !important;
	--gap: 24px;
  }
  #main .CATALOG_SECTIONS .mobile-offset.grid-list > div{
    width: 100% !important;
  }
  #main .CATALOG_SECTIONS .mobile-offset.grid-list .sections-block__item-link {
    --item-pl: 20px;
    --item-pr: 20px;
    --item-pt: 32px;
    --item-pb: 27px;
  }
  .grid-list--items-2-601 {
    grid-template-columns: repeat(2,1fr);
  }
}
/* Блок с видео в каталоге */
.no-scroll {
    overflow: hidden;
}
.catalog-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.please-register-2__btns a {
	width: 100%;
	margin: 0 10px;
	height: 65px;
	display: block;
	border-radius: 6px;
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0;
	padding: 25px 0 25px 30px;
	position: relative;
	text-align: center;
}
.please-register-2__btns a img {
	position: absolute;
	left: 20px;
	top: 20px;
}

.theme-dark .please-register-2__btns .bxmaker-authuserphone-txt {
    color: #222222 !important;

}
.please-register-2__btns .bxmaker-authuserphone-txt {
	line-height: 12px;
}
@media(max-width: 768px) {
    .catalog-top {
        flex-direction: column;
        align-items: start;
    }
}

.catalog-top__video {
    position: relative;
    max-width: 300px;
    height: fit-content;

    border-radius: 4px;
    overflow: hidden;
}

.catalog-top__img {
    object-fit: contain;
    display: flex;
    width: 100%;
    height: 100%;
}

.catalog-top__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    width: 100%;

    gap: 4px;
    border: 1px solid #ad2323;
    color: #fff;
    font-weight: 600;
    padding: 14px 10px;
    border-radius: 14px;
    background: rgba(173, 35, 35, .8);
    cursor: pointer;
}

.contacts-detail .contacts-detail__info .contact-property__value {
	position: relative;
}
.contact-property--phones a {
	margin-left: 30px;
}
.contact-property--phones .contact-property__value-link-wp {
	position: absolute;
	margin-left: 0;
	top: 0;
}
.modal {
    opacity: 0;
}

.modal.active {
    opacity: 1;
}

.modal.active::before {
    pointer-events: all;
}

.modal.active .modal__body {
    pointer-events: all;
}

.modal__body {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 8;
    pointer-events: none;
}

.modal__body {
    max-width: 1080px;
    width: 100%;
}

@media(max-width: 1200px) {
    .modal__body {
        max-width: 720px;
    }
}
@media screen and (max-width: 1000px) {
  .drag-block.container.CATALOG_TAB  {
	display: flex;
    flex-direction: column-reverse; /* Меняем порядок элементов на обратный */
  }
}
@media (max-width: 768px) {
    .modal__body {
        max-width: 400px;
    }
}
@media (max-width: 425px) {
    .modal__body {
        max-width: 304px;
    }
}

.modal__wrapper {
    position: relative;
}

.modal-video__wrapper {
    display: flex;
}
.modal-video__wrapper iframe {
    aspect-ratio: 720 / 405;
    width: 1080px;
    height: 607px;
}
@media(max-width: 1200px) {
    .modal-video__wrapper iframe {
        width: 720px;
        height: 405px;
    }
}
@media(max-width: 768px) {
    .modal-video__wrapper iframe {
        width: 400px;
        height: 225px;
    }
}
@media (max-width: 425px) {
    .modal-video__wrapper iframe {
        width: 304px;
        height: 171px;
    }
}

.modal::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 7;
    pointer-events: none;
}

.close-modal {
    display: flex;
    position: absolute;
    top: -40px;
    right: -40px;

    border: none;
    background: transparent;
    cursor: pointer;
}
.close-modal svg {
    fill: #fff;
    transition: fill .3s;
}
.close-modal svg:hover {
    fill: #ad2323;
}
.footer__info .phones__phones-wrapper {
	min-width: 420px;
}
.footer__info .phones__phones-wrapper:nth-child(2) {
    display: none
}
.vk-list__item-period-date:before {
	display: none;
}

@media(max-width: 1024px) {
    .close-modal {
        right: 0;
    }
}


/* Разделы */
body .menu-navigation__sections-wrapper {
    width: 360px;
}
.menu-navigation__sections-item-icon {
    display: flex;
    align-items: center;
}
.menu-navigation__sections-item-icon > img {
    margin-right: 4px;
    max-height: 48px;
    object-fit: contain;
}
.menu-navigation__sections-item-link:not(:has(img)) {
    padding: 9px 33px 10px 16px;
}
.menu-navigation__sections-item-link {
    padding: 4px 33px 5px 8px;
}
.menu-navigation__sections-item-icon:has(img) .svg.header-menu__dropdown-right-arrow {
    top: calc(1em + 14px);
}




/* цвет названия формы */
div.bxmaker-authuserphone-header.bxmaker-authuserphone-enter-reg__title,
div.bxmaker-authuserphone-header.bxmaker-authuserphone-enter-auth__title,
.bxmaker-authuserphone-header,
.bxmaker-authuserphone-enter-smscode__notice {
	color: var(--white_text_black);
}

/* Цвет текста в полях формы */
.bxmaker-authuserphone-input__title, 
#user-type-select > option, select,
.bxmaker-authuserphone-input-location__title,
.bxmaker-authuserphone-input-password__title,
.bxmaker-authuserphone-input-phone__title {
	color: var(--basic_text_black);
}

/* Цвет фона формы */
div.bxmaker-authuserphone-enter{
    background-color: white;
    background-color: var(--black_bg_black);
}

/*Цвета полей*/
.bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-location .bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input-password .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-code .bxmaker-authuserphone-input-code__field,
select
{
	background-color: var(--input_bg_color-hover);
	border: 1px solid var(--input_border_color);
}

.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field, .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input-location:hover .bxmaker-authuserphone-input-location__field, .bxmaker-authuserphone-input-location--focus .bxmaker-authuserphone-input-location__field,
.bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field, .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field, 
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field
{
	box-shadow: 0 1px 1px rgba(0, 0, 0, .015) inset;
    border-color: #999;
    background-color: var(--input_bg_color-focus);
    border-color: var(--input_border_color-focus);
}


/* Цвет input */
.bxmaker-authuserphone-input-phone__input input[type=text],
.bxmaker-authuserphone-input input[type=otp],
.bxmaker-authuserphone-input input[type=phone],
.bxmaker-authuserphone-input input[type=password],
.bxmaker-authuserphone-input input[type=text],
.bxmaker-authuserphone-input input[type=tel],
.bxmaker-authuserphone-input input[type=email],
.bxmaker-authuserphone-input-password input[type=password],
.bxmaker-authuserphone-input-password input[type=text],
.bxmaker-authuserphone-input-location input[type=text],
.bxmaker-authuserphone-input-code input[type=otp]
{
	color: var(--input_color);
}

/*Цвета кнопок и текст-ссылок*/
.bxmaker-authuserphone-button__inner {
	background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #fff;
}

.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background-color: hsl(0, 66%,calc(41% + 6%));
    border-color: hsl(0, 66%,calc(41% + 6%));
}

/*a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited {
	color: var(--white_text_black);
}*/
a.bxmaker-authuserphone-link:hover, a.bxmaker-authuserphone-link:active {
	color: #ad2323;
	text-decoration: none;
}


/* Изменение цвета глаза на пароле */
.theme-dark .bxmaker-authuserphone-input-password__visible:after {
    filter: invert(100%) sepia(59%) saturate(0%) hue-rotate(30deg) brightness(101%) contrast(102%);
}

div.bxmaker-authuserphone-input.bxmaker-authuserphone-input--custom-select {
	height: 53.2px;
}

div.bxmaker-authuserphone-input.bxmaker-authuserphone-input--custom-select > div > select {
	width: 100%;
}

#bxmaker-authuserphone-enter__uB8qD7 {
	width: 100%;
    min-width: 336px;
}


.phones__phones-wrapper {
	display: flex;
    min-width: 390px;
    justify-content: space-between;
}
.phones__phone-link {
	z-index: 10;
}
.footer .footer__title {
	margin: -3px 0 13px 0;
}
.phones__phone-link svg {
	position: absolute;
    left: -28px;
    top: -1px;
}
.phones__phone-item-flex {
	display: flex;
}
.phones__dropdown::first-child {
	display: none;
}
.phones__inner .phones__dropdown {
	top: 30px;
}
.footer__info .phones__phones-wrapper {
	flex-direction: column;
}
@media(max-width: 1200px) {
	.phones__phones-wrapper {	
    	min-width: 355px;
	}
}
@media(min-width: 630px) {
	.container > .row > .maxwidth-theme > .content-md {
		display: block;
	}
	div.container div.right_block.narrow_Y {
    	width: 100%;
    	min-width: 0;
	}
    #bxmaker-authuserphone-enter__uB8qD7 {
    	display: block;
        max-width: 512px;
		margin-left: auto;
	    margin-right: auto;
    }
}



/* Block subscribe */
.block-subscribe {
    display: flex;
    height: 309.4px;
    //width: 100%;
	margin: 0 32px;
	overflow: hidden;
	background: var(--card_bg_black);
    border-radius: 10px;
	border: 1px solid var(--stroke_black);
}
.subscribe-main{
    width: 405px;
    display: flex;
    flex-direction: column;
    margin: 28px 25px 0 121px;
}
.subscribe-title{
    width: 424px;
    height: 116px;
    font-family: Play;
    font-size: 42px;
    font-weight: 700;
    line-height: 57.85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--white_text_black);;
}
.subscribe-description{
    margin-top: 17px;
    width: 545px;
    height: 56px;
    font-family: Play;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--white_text_black);;
}
.subscribe-button{
    margin-top: 17px;
    text-align: center;
    align-content: center;
    color: #fff;
    width: 309.18px;
    height: 45.05px;
    border-radius: 10.36px;
    background-color: var(--theme-more-color);;
}
.subscribe-photo{
    display: flex;
    overflow: hidden;
    margin-left: auto;
}
.subscribe-photo > img,
.group-photo {
    max-width: 196px;
    height: auto;
    margin-left: 15px;
}
.group-photo > img{
    max-width: 196px;
    height: auto;
}


@media(min-width:1600px){
.block-subscribe {
    height: 414.4px;
}
.subscribe-main{
    width: 490px;
    margin: 56px 25px 0 114px;
}
.subscribe-title{
    font-size: 50px;
}
.subscribe-description{
    font-size: 24px;
}
.subscribe-button{
    width: 379.18px;
    height: 59.05px;
}
.subscribe-photo > img,
.group-photo {
    max-width: 259px;
}
.group-photo > img{
    max-width: 259px;
}
}
@media(max-width:991px){
.subscribe-photo{
    display: none;
}
.subscribe-main{
    margin: 28px auto 0 auto;
}
.subscribe-title {
    font-size: 38px;
	line-height: 44.85px;
}
.subscribe-description{
    font-size: 18px;
	line-height: 21.77px;
}
.subscribe-button{
    width: 294px;
    height: 45px;
    font-size: 13px;
}
.subscribe-main{
    max-width: 351px;
}
.block-subscribe{
	max-width: 600px;
	height: 321px;
	margin: 0 auto;
}
}
@media (max-width: 600px) {
    .recommended-products .swiper-slide {
        width: 160px !important;
    }
}
@media(max-width:471px){
	.subscribe-title {
        font-size: 21px;
        line-height: 27.85px;
		height: 62px;
    }
	.subscribe-description {
        font-size: 13px;
        line-height: 19.77px;
		max-width: 290px;
		height: 44px;
    }
	.subscribe-main {
        max-width: 229px;
    }
	.subscribe-button {
        width: 216px;
        height: 33px;
        font-size: 13px;
    }
	.block-subscribe {
        height: 244px;
    }
}
@media(max-width:374px){
	.subscribe-description {
		display: none;
	}
	.block-subscribe {
        height: 176px;
    }
}

.drag-block.BLOCK_SUBSCRIBE {
	margin:80px 0;
} 

.drag-block[data-order="18"] {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order:18;
}