

/* Start:/local/templates/emiliadelloro/styles.css?17799663608340*/
#SDEK_pvz {
    width: 100% !important;
    height: 100vh !important;
    top: 0 !important;
    padding: 0 !important;
    left: 0 !important;
}

#SDEK_pvz #SDEK_head {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 22px !important;
    width: 22px !important;
}

#SDEK_pvz #SDEK_head #SDEK_logo {
    display: none !important;
}

#SDEK_pvz #SDEK_head #SDEK_closer {
    right: 13px !important;
    top: 8px !important;
    background-image: url(/assets/img/close-btn.png) !important;
}

@media screen and (min-width: 992px) {
    #SDEK_closer:hover {
        background-position: initial !important;
    }
}

#SDEK_map {
    width: 100% !important;
    height: 100vh !important;
}

#SDEK_map .ymaps-2-1-79-controls__control {
    inset: 150px auto auto 20px !important;
}

#SDEK_map #SDEK_baloon #SDEK_button {
    margin-top: 23px !important;
    background-image: url(/assets/img/button-black.png) !important;
    height: 32px !important;
    width: 100% !important;
    background-size: cover; /* Растягивает на весь блок */
    background-position: center; /* Центрирует */
    background-repeat: no-repeat; /* Запрещает повтор */
}

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

#SDEK_baloon .SDEK_iAdress::before {
    content: "Адресс";
    display: block;
    margin-bottom: 4px;
    color: #9e9e9e;
    font-size: 13px;
    line-height: 13px;
}

#SDEK_baloon .SDEK_iTelephone.sdek_icon,
#SDEK_baloon .SDEK_iTime.sdek_icon {
    display: none !important;
}

#SDEK_baloon > div:has(.SDEK_iDressing) {
    display: none !important;
}

#SDEK_baloon .SDEK_iTelephone + .sdek_baloonDiv::before {
    content: "Телефон";
    display: block;
    margin-bottom: 4px;
    color: #9e9e9e;
    font-size: 13px;
    line-height: 13px;
}

#SDEK_baloon .SDEK_iTime + .sdek_baloonDiv::before {
    content: "Режим работы";
    display: block;
    margin-bottom: 4px;
    color: #9e9e9e;
    font-size: 13px;
    line-height: 13px;
}

.sdek_baloonDiv {
    padding-left: 0 !important;
    float: none !important;
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 13px !important;
}

#SDEK_baloon > div {
    margin-top: 16px !important;
}

#SDEK_baloon > div.SDEK_iAdress {
    margin-top: 0px !important;
}

.ymaps-2-1-79-balloon__content {
    padding: 24px !important;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    /* padding-right: 0 !important; */
    margin-right: 0 !important;
}

.ymaps-2-1-79-balloon__close-button {
    background-image: url(/assets/img/close-btn.png) !important;
    opacity: 1 !important;
}

.ymaps-2-1-79-image {
    background-image: url(/assets/img/emilia-pin.png) !important;
}

#SDEK_info {
    position: absolute !important;
    float: none !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 300px !important;
    height: 100vh !important;
    border-radius: 0 !important;
}

#SDEK_info #SDEK_sign {
    background: none !important;
    padding-left: 14px !important;
    font-size: 13px !important;
}

#SDEK_info #SDEK_wrapper {
    height: 100% !important;
    width: 100% !important;
}

#SDEK_info #SDEK_wrapper p {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 400 !important;
    padding: 19px 6px!important;
    border-bottom: 1px solid #00000026;
}

#SDEK_info #SDEK_wrapper p:last-child {
    border-bottom: none;
}

#SDEK_info .jspContainer {
    height: 90vh !important;
}

@media screen and (max-width: 699px) {
    #SDEK_info {
        width: 100% !important;
        height: 74px !important;
    }
    #SDEK_info .SDEK_all-items {
        width: 270px !important;
        height: normal !important;
        margin-left: auto !important;
    }
    #SDEK_info #SDEK_wrapper {
        height: normal !important;
    }

    #SDEK_map .ymaps-2-1-79-controls__control {
        inset: 350px auto auto 10px !important;
    }
}


.modal-subscribe{
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 358px;
    min-height: 500px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);

}

.modal-subscribe-close{
    text-align: right;
    padding: 8px 14px;
    max-width: fit-content;
    margin-top: 0;
    margin-left: auto;
    cursor: pointer;
}

.modal-subscribe-title{
    font-weight: 500;
    font-size: 15px;
    line-height: 113%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 23px;
    padding-bottom: 52px;
}

.modal-subscribe-btn{
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.05);
    transition: ease-in-out .3s;
}

.modal-subscribe-btn:hover{
    color: #fff;
    background: rgba(0, 0, 0, 1);
    transition: ease-in-out .3s;
}

.modal-subscribe-body{
    padding: 12px 15px;
}

.modal-subscribe-form{
    padding: 32px 14px 70px;
}

.form-result-message{
    font-weight: 500;
    font-size: 15px;
    line-height: 113%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.modal-btn-close{
    border: 1px solid #000;
    background: #000;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: ease-in-out .3s;
}
.modal-btn-close:hover{
    color: #000;
        background: #fff;
    transition: ease-in-out .3s;
}

.form-description{
    font-weight: 400;
    font-size: 13px;
    line-height: 115%;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
.bform-field{
    margin-bottom: 11px;
}
.bform-field input{
    border-bottom: 1px solid rgba(0,0,0,.15);
    background: rgba(0, 0, 0, 0.05);
    width: calc(100% - 8px);
    max-width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.bform-field input::placeholder{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.35);
}

.bform-submit input{
    border: 1px solid #000;
    background: #000;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: ease-in-out .3s;
}

.bform-submit input:hover{
    background: #fff;
    color: #000;
    transition: ease-in-out .3s;
}

.bform-checkboxes label{
    font-weight: 400;
    font-size: 13px;
    line-height: 115%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.35);
    display: block;
    cursor: pointer;
}


.bform-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bform-checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 16px; /* отступ чтобы появилось место под квадрат */
}

/* скрываем реальный чекбокс */
.bform-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* квадрат */
.bform-checkbox .checkbox-custom {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 3px;
    box-sizing: border-box;
}

/* активный */
.bform-checkbox input[type="checkbox"]:checked + label + .checkbox-custom {
    background: #000;
}

.bform-checkboxes{
    margin-top: 25px;
}

.modal-step-2-name-flex{
    display: flex;
    align-items: center;
    padding-left: 14px;
    padding-top: 6px;
}
.modal-step-2-name{
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.04em;
}

.modal-step-2 .modal-subscribe-form {
    padding: 23px 14px 70px;
}

.form-description{
    margin-bottom: 23px;
}


.bform-submit{
    margin-top: 24px;
}

.form-errors .errortext{
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 10px;
    display: inline-block;
}

@media(max-width: 575px){
    .modal-subscribe{
        width: 100%;
        height: 100%;
        top: 0;
    }
}
/* End */
/* /local/templates/emiliadelloro/styles.css?17799663608340 */
