

/* Start:/local/templates/.default/css/a-styles/a-styles.css?17553686945232*/
.main{
    opacity: 1;
    visibility: visible
}

.footer{
    opacity: 1;
    visibility: visible
}

.link-pink{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #E55498;
    text-align: center
}

@media screen and (max-width: 1023px){
    .link-pink{
        font-size: 20px
    }
}

@media screen and (max-width: 767px){
    .link-pink{
        font-size: 16px
    }
}

.my_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.my_overlay.d-none{
    display: none;
}

.apteka_modal{
    width: 300px;
    height: 186px;
    position: fixed;
    left: calc((100vw - 300px) / 2);
    top: calc((100vh - 186px) / 2);
    background: url("/local/templates/.default/images/placeholder/taste-1.png") center center no-repeat;

    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 36px 36px 36px;
    justify-items: center;
    align-content: center;
    grid-gap: 10px;
}

.apteka_modal .apt{
    width: 200px;
    height: 36px;
    color: #FFEF64;
    border: 1px solid #FFEF64;
    border-radius: 4px;
    padding: 7px 7px 7px 44px;
    text-decoration: none;
    transition: all 200ms ease;
}

.apteka_modal .apt:hover{
    color: #fff;
    border: 1px solid #fff;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.apteka_modal .apteka{
    background: url(/local/templates/.default/images/apt/apt.png) no-repeat 10px center;
}

.apteka_modal .zdravcity{
    background: url(/local/templates/.default/images/apt/zdravcity.png) no-repeat 10px center;
}

.apteka_modal .eapteka{
    background: url(/local/templates/.default/images/apt/eapteka.png) no-repeat 10px center;
}

.apteka_modal .pharmeconom{
    background: url(/local/templates/.default/images/apt/pharmeconom.png) no-repeat 10px center;
}

.apteka_modal .btn-close{
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.apteka_modal .btn-close:hover{
    opacity: 0.8;
}

.watermark{
    color: #8d997d;
    width: 100% !important;
    height: 10vh !important;
    min-height: 70px;
    display: grid !important;
    justify-items: center;
    align-items: center;
}
.watermark.hide{
    display: none !important;
}

.watermark .watermark_inner{
    display: grid;
    grid-template-columns: 1fr 36px;
    justify-items: center;
    align-items: center;
}

.watermark .text {
    /* Базовый размер шрифта для мобильных устройств */
    font-size: 24px;
}

@media screen and (min-width: 321px) {
    .watermark .text {
        /* Размер шрифта изменяется пропорционально в диапазоне от 321px до 1000px */
        font-size: calc(24px + (54 - 24) * ((100vw - 320px) / (1000 - 320)));
    }
}

@media screen and (min-width: 1001px) {
    .watermark .text {
        /* Зафиксированный размер шрифта для экранов от 1001px и больше */
        font-size: 54px;
    }
}

.watermark .disclaimer__btn{
    color: #8d997d;
    width: auto;
    height: 28px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

.watermark .disclaimer__btn svg{
    height: 100%;
}

.hero .swiper-slider .swiper-slide{
    /* height: calc(100vh - 70px); */
    height: 100vh !important;
}

.section-11-where p{
    font-size: 16px;
}

.section-11-where p strong{
    font-size: 20px;
}

/*
    #cookie_note{
        display: none;
        position: fixed;
        bottom: 15px;
        left: 50%;
        width: 100%;
        max-width: calc(100vw - 30px);
        transform: translateX(-50%);
        padding: 15px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
        z-index: 9999;
        font-size: 0.8rem;
    }

    #cookie_note a{
        text-decoration: underline !important;
    }

    .cookie_accept{
        border-color: #0D6EFD;
        background-color: #0D6EFD;
    }

    .cookie_accept:hover{
        border-color: #0B5ED7;
        background-color: #0B5ED7;
    }

    #cookie_note p{
        margin: 0;
        text-align: left;
        color: black;
    }

    #cookie_note.show{
        display: grid;
        grid-gap: 15px;
        justify-items: start;
        align-items: end;
    }

    @media (min-width: 768px){
        #cookie_note{
            max-width: 738px;
            grid-template-columns: 1fr auto;
        }
    }
 */
/* End */
/* /local/templates/.default/css/a-styles/a-styles.css?17553686945232 */
