.about-block-small {
    border-top: 1px solid #E5E5E5;
}
.modal-menu-wrap {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 600px;
    height: calc(100vh - 60px);
    background: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    overflow: scroll;
}
.deposit {
    flex: 1;
    flex-grow: 0;
    width: 100%;
    align-self: start;
    position: relative;
    top: -32px;
    font-size: 16px;
    font-family: "Proxima Nova Light", sans-serif;
}
.deposit .deposit-sum {
    font-weight: bold;
    font-size: 21px;
}
.faq-list--item-head .text {
    font-size: clamp(0.5rem, 0.25rem + 2vw, 1.5rem);
}
.product-detail .cost-wrap {
    padding-top: 40px;
}
.rent-out-block .image img {
    max-height: 260px;
}
.product-item .characteristics .text {
    word-break: break-word;
}
.privacy {
    text-align: center;
    margin-top: 20px;
}
.footer .phone-wrap .text {
    padding-top: 10px;
}
.footer .contact-block .footer-menu {
    margin-top: 20px;
}
.footer-write-our p{
    margin-top: 10px;
}
.footer .social-list {
    margin: 30px 0 0 -20px;
}
.footer .contact-block {
    padding: 60px 0 0 50px;
}
.header-open-hours {
    margin-left: 70px;
    font-size: 12px;
}
.header-open-hours p {
    display: inline;
}
.header-mobile-open-hours {
    font-size: 16px;
    margin-bottom: 20px;
}
.header-mobile-open-hours p {
    margin-top: 5px;
}
.hero-block ul {
    margin-top: 40px;
}
.work-hours24 {
    font-size: 13px;
    line-height: 12px;
    margin-left: 2vw;
    margin-top: 4px;
}
.work-hours24_wrap {
    display: grid;
    grid-template-columns: 21px 1fr;
    align-items: center;
}
.work-hours24_img {

}
.work-hours24_text {
    opacity: 0.8;
    margin-left: 10px;
}
.work-hours24_mobile {
    margin-left: 0px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.work-hours24_custom {
    max-width: 170px;
}
.phone-only-single {
    font-size: 18px;
    position: relative;
    top: 9px;
}
.phone-only-single + .arrow {
    position: relative;
    top: 8px;
}

.privacy input[name="privacy_check"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    -webkit-appearance: checkbox;
    top: 3px;
    left: -4px;
}
.privacy:has(.is-invalid){
    border: 1px solid #FF0000;
}
.privacy {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
.container-block p code {
    font-size: 24px;
    color:red;
    font-family: "Proxima Nova Regular", sans-serif;
}
@media (max-width: 1810px) {
    .header .menu--item {
        margin-left: 30px;
    }
    .header .phones-wrap {
        position: relative;
        margin-left: 50px;
    }
    .location-wrap {
        margin-left: 50px;
    }
}
@media (max-width: 1650px) {
    .header-logo-wrap {
        max-width: 340px;
    }
    .location-wrap {
        margin-left: 50px;
    }

}
@media (max-width: 1500px) {
    .header-logo-wrap {
        max-width: 250px;
    }

}
@media (max-width: 1400px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.41);
        box-shadow: 0 0 21px rgba(0, 0, 0, 0.41);
    }
    .header-open-hours {
        display: none;
    }
    .breadcrumbs {
        margin: 75px 0 -25px -15px;
    }
}
@media (max-width: 561px) {
    .modal-menu-wrap .location-wrap:first-child {
        padding-top: 10px;
    }

    .modal-menu-wrap .social-list.small {
        padding-bottom: 80px;
    }
}
