

/* Start:/local/components/mediamint/auth.wrapper/templates/.default/style.css?1746997560189*/
.mediamint-wrapper-bxmaker {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.popup .wrapper {
    padding: 32px;
}

.login-by-id-wrapper {
    margin-top: 30px;
}
/* End */


/* Start:/bitrix/components/mediamint/action.banner/templates/.default/style.css?17304715094667*/
.action-modal {
    width: 100%;
    height: 0;
    background: #00000070;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    overflow: hidden;
    transition-property: opacity, height;
    transition-duration: .3s, 0s;
    transition-delay: 0s, .3s;
    transition-timing-function: linear;
    overflow: hidden;
    z-index: 1000;
}

.action-modal.opened {
    opacity: 1;
    height: 100dvh;
    transition-delay: 0s, 0s;
    cursor: url(/bitrix/components/mediamint/action.banner/templates/.default/./images/icon-modal-cursor.svg) 32 32,auto;
}

.action-modal__container {
    max-width: 960px;
    height: calc(100dvh - 100px);
    padding: 50px 30px;
    box-sizing: content-box;
    position: relative;
}

@media screen and (max-width: 576px) {
    .action-modal__container {
        padding: 38px 15px;
        max-height: calc(100dvh - 76px);
    }
}


.action-modal__close {
    padding: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
    border-radius: 100%;
    border: none;
    background: #fff;
    opacity: 1;
    text-shadow: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04), 0 0 2px rgba(0,0,0,0.06), 0 0 1px rgba(0,0,0,0.04);
    z-index: 100;
    transition: all .2s;
}

@media screen and (hover:hover) {
    .action-modal__close:hover {
        background-color:#512DA8;
    }

    .action-modal__close:hover .icon {
        filter: brightness(0) invert(1);
    }
}

.action-modal__content {
    width: 100%;
	max-height: 100%;
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
    color: #000;
	overflow: auto;
    cursor: default;
}

@media screen and (min-height: 800px) and (min-width: 1200px) {
    .action-modal__container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action-modal__content {
        overflow: unset;
        position: relative;
    }

    .action-modal__close {
        top: -20px;
        right: -20px;
    }
}

/* @media screen and (min-height: 800px) and (max-width: 576px) {
    .action-modal__close {
        right: -10px;
    }
} */

.action-modal__content::-webkit-scrollbar {
    width: 15px; 
    background-color: transparent;
}

.action-modal__content::-webkit-scrollbar-thumb {
    background-color: #512DA8;
	border: 5px solid #fff;
    border-radius: 20px;
}

.action-modal__content::-webkit-scrollbar-button {
    display: none;
}

.action-modal__grid {
    max-width: 100%;
    display: grid;
    grid-gap: 20px 35px;
    grid-template-areas: 
    'text img'
    'button period';
    
}

@media screen and (max-width: 768px) {
    .action-modal__grid {
        grid-gap: 20px;
        grid-template-areas: 
        'img'
        'text'
        'period'
        'button';
    }
}

.action-modal__text-block {
    grid-area: text;
}

.action-modal__title {
    margin: 0 0 20px;
}

.action-modal__text *:not(:last-child) {
    margin-bottom: 20px;
}

.action-modal__text li:not(:last-child) {
    margin-bottom: 5px;
}

.action-modal__text ul {
    padding-left: 20px;
}

.action-modal__text ul li::marker {
    color: #512DA8;
}

.action-modal__button-block {
    grid-area: button;
    display: flex;
    align-self: flex-end;
}

@media screen and (max-width: 576px) {
    .action-modal__button-block {
        flex-direction: column;
        align-self: flex-start;
    }

    .action-modal__button {
        max-width: max-content;
    }
    
}

.action-modal__disclaimer {
    max-width: 250px;
    margin: 0;
    margin-left: 20px;
    font-size: 14px;
    line-height: 21px;
}

.action-modal__disclaimer p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 576px) {
    .action-modal__disclaimer {
        margin-top: 10px;
        margin-left: 0;
    }
}

.action-modal__img-block {
    grid-area: img;
    max-width: 100%;
    width: 300px;
    height: 100%;
    background: var(--bg) no-repeat center/cover;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .action-modal__img-block {
        width: 100%;
        min-height: 350px;
        background: var(--bg-mob) no-repeat center/cover;
    }
}

@media screen and (max-width: 576px) {
    .action-modal__img-block {
        min-height: 290px;
    }
}

.action-modal__period-block {
    max-width: 300px;
    grid-area: period;
}

.action-modal__period,
.action-modal__period p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
/* End */


/* Start:/local/templates/alpha_s1/styles.css?17758055912409*/
о/*
* empty
*/

.popup-window {
	position: absolute !important;
}
/*.fa {
font-family: Font Awesome\ 5 Free !important;
}*/

.sale-order-detail-payment-options-methods-information-block .btn.disabled, .sale-order-detail-payment-options-methods-information-block .btn:disabled {
	display: none;
}

.label:not(label).badge-in-stock {
	background-color: #512da8 !important;
}

.ymaps-map {
	width: auto !important;
}

	.inner-page #clementin-form-login_POPUP.popup-form {
        display: block;
        margin: 0 auto;
    }
    .inner-page #clementin-form-login_POPUP .popup-form-content .submit input {
        background: #cda236;
        color: white;
    }
    .inner-page #clementin-form-login_POPUP .close-form {
        display: none;
    }
.inner-page .page-container #clementin-form-login_POPUP ul:not(.reset-ul-list):not(.ya-share2__list):not(.bx-soa-pp-list)>li:before {
	display: none;
}
.inner-page .page-container #clementin-form-login_POPUP ul:not(.reset-ul-list):not(.ya-share2__list)>li {
	padding: 0 0 0 0;
    margin: 0 20px 0 0;
}

.custom-radio-star-select {
margin-bottom: 16px;
}

.city-select-box {
	 DISPLAY: GRID;
    GRID-TEMPLATE-COLUMNS: 1FR;
    /*GRID-GAP: 15PX;*/
}

.socserv_custom {
    padding: 20px 0 0 0;
}

.date_input.custom-input-wrap input {
    padding: 21px 11px 10px;
}

.date_input.custom-input-wrap label {
    top: 2px;
    font-size: 12px;
    margin: 0;
    transition: none !important;
    animation: none !important;
}

.nextype_custom_auth {
    margin: 0 auto;
    padding: 32px 24px;
    border-radius: 12px;
    max-width: 450px;
    border: 1px solid rgba(0,0,0,0.07000000000000001);  
}


.nextype_custom_auth.auth-registration-container {
    margin: 0;
    padding: 0;
    border-radius: 0;
    max-width: none;
    border: none;
}


.nextype_custom_auth .auth-registration-container {
    margin: 0;
    padding: 0;
    border-radius: 0;
    max-width: none;
    border: none;

}

.nextype_custom_soc .div.bx-auth-service-form {
    background-color: transparent;
    border-bottom: none;
    margin-top: 20px;
    padding: 0;
    vertical-align: inherit;
    font-size: 12px;
}

.product-card .product-image-block .labels {
	background-color: transparent;
	flex-direction: column;
}

.product-card .product-image-block .labels .label {
	margin-bottom: 5px;
}

.product-card .product-image-block .labels .label:not(:first-child) {
	display: block;
}
/* End */
/* /local/components/mediamint/auth.wrapper/templates/.default/style.css?1746997560189 */
/* /bitrix/components/mediamint/action.banner/templates/.default/style.css?17304715094667 */
/* /local/templates/alpha_s1/styles.css?17758055912409 */
