.phone-city {
    display: block;
}

.address {
    display: block;
}

.map {
    display: block;
}

.display-field {
    display: none;
}

.link_fix {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #fff;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 2;
    font-weight: bold;
    display: none;
}

.link_fix>span {
    margin: 0 10px 0 0;
}

.link_fix .link_fix-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_fix .link_fix-social .link_fix-link {
    margin: 0 0 0 10px;
}

.link_fix .link_fix-social .link_fix-link .link_fix-icon {
    width: 22px;
    height: 22px;
    display: block;
}

.link_fix .link_fix-social .link_fix-link .link_fix-icon img {
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.city_list__select .city-bold {
    font-weight: bold;
}

.city_list__select .city-go {
    padding-left: 20px;
    position: relative;
}

.city_list__select ul .city-go:nth-child(1):before {
    position: absolute;
    content: "";
    background-color: #e3b46a;
    height: 3px;
    width: 12px;
    left: 0;
    top: 50%;
    margin: -1.5px 0 0;
}

.note_message {
    background-color: #272d32;
    padding: 15px 0;
}

.note_message-text {
    font-family: "Bebas", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #e3b46a;
    font-weight: bold;
    letter-spacing: 1.2px;
}

.note_message-text span {
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .link_fix {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .toggle_city__btn {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 660px) {
     .toggle_city__btn {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 500px) {
    .link_fix .link_fix-social .link_fix-link .link_fix-icon {
        height: 20px;
        width: 20px;
    }

    .link_fix {
        font-size: 12px;
    }

    .link_fix>span {
        margin: 0 5px 0 0;
    }

    .link_fix .link_fix-social .link_fix-link {
        margin: 0 0 0 8px;
    }

    .note_message-text {
        font-size: 14px;
    }
}

.header_fixed .main_nav {
    border: none;
    width: 90%;
}


.fixed_btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 1000;
    -webkit-animation: pulse 1.5s forwards infinity linear;
    -moz-animation: pulse 1.5s forwards infinity linear;
    -o-animation: pulse 1.5s forwards infinity linear;
    animation: pulse 1.5s forwards infinity linear;
}

.fixed_btn_rows {
    display: flex;
    align-items: center;
    background: #e3b46a;
    border-radius: 40px;
}

.fixed_btn_tg {
    border: none;
    outline: none;
    background: #e3b46a;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fixed_btn_rows:hover .fixed_btn_text {
    max-width: 120px;
}

.fixed_btn_text {
    overflow: hidden;
    width: auto;
    max-width: 0;
    font-family: "Bebas", Arial, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #272d32;
    transition: all 0.3s;
    white-space: nowrap;
}

.fixed_btn_text span {
    display: inline-block;
    padding: 0 24px 0 10px;
}

.catalog_item__prices .prices_col {
    display: flex;
    flex-direction: column;
}

.best_price {
    height: 34px;
    margin-bottom: 4px;
}

.subscribe_btn {
    height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    background: #EBF2F8;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise_btn {
    font-family: 'Bebas';
    position: fixed;
    right: -1px;
    border-radius: 0 0 16px 16px;
    text-outline: 50%;
    top: 50%;
    font-size: 24px;
    line-height: 100%;
    color: #272D32;
    padding: 16px 60px;
    background: #E3B46A;
    transform-origin: bottom;
    transform: rotate(90deg) translateX(-25%) translateY(-90%);
    z-index: 1000;
    cursor: pointer;

}

.age-request {
    position: fixed;
    transform-origin: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    /* background: rgba(255,255,255,0.3); */
}

.age-request h2 {
    margin-bottom: 0;
}
.age-request_container {
    position: relative;
}
.age-request_content {
    width: 90%;
    max-width: 650px;
    padding: 32px 56px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    position: relative;
    /* transition: opacity 0.3s; */
}

.age-request_content_refuse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 32px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
    transition: all 0.7s ;
    text-align: center;
}
.age-request_container.refused .age-request_content {
    /* opacity: 0; */
    visibility: hidden;
}
.age-request_container.refused .age-request_content_refuse {
    opacity: 1;
    transform: scale(1);
}
.age-request_content p {
    margin-bottom: 0;
}

.age-request_form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1220px) {
    .header_fixed .main_nav {
        display: none;
    }

    .mobile_btn {
        display: block;
        margin-right: 16px;
    }

    .link_fix {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header_fixed .cart {
        display: block;
    }

    .franchise_btn {
        font-size: 18px;
        padding: 12px 40px;
        transform: rotate(90deg) translateX(-25%) translateY(-80%);
    }

    .fixed_btn {
        right: 40px;
        bottom: 40px;
    }

    .fixed_btn_tg {
        padding: 6px;
    }

    .fixed_btn_tg svg {
        width: 40px;
        height: 40px;
    }

    .fixed_btn_text {
        font-size: 1.25rem;
    }

    .age-request_content,.age-request_content_refuse {
        padding: 24px 42px;
    }
}

@media screen and (max-width: 768px) {
    .franchise_btn {
        font-size: 16px;
        padding: 12px 30px;
        transform: rotate(90deg) translateX(-50%) translateY(-50%);
    }

    .fixed_btn {
        right: 25px;
        bottom: 25px;
    }

    .fixed_btn_tg {
        padding: 4px;
    }

    .fixed_btn_tg svg {
        width: 40px;
        height: 40px;
    }

    .fixed_btn_text {
        font-size: 1.25rem;
    }

    .age-request_content,.age-request_content_refuse {
        padding: 20px 32px;
    }
}

@media screen and (max-width: 576px) {
    .age-request_content,.age-request_content_refuse {
        padding: 20px 22px;
    }
}