/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.where-me-wrapper {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.where-me {
    background-image: url(/local/templates/grandorf/img/where-me.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.shops-wrap {
    background: #DCDCDC;
    /* padding: 1.25rem 0 3.75rem; */
    padding: 6.25rem 0 3.75rem;
}

.shops-item {
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 9.375rem;
    padding: 0.625rem;
    width: 100%;
    color: black;
}

.sender-btn{
    background: transparent;
}

.weight__block__left_two {
    grid-template-columns: repeat(2, 1fr);
}


.i-check--map input[type=checkbox]:checked + span{
    color: #FE702C;
    font-weight: 700;
}

.grecaptcha-badge {
    visibility: hidden;
}

.bg-braun{
    background: #432E25;
    color:#ffffff;
}

.under_banner_wrapper {
    /*margin-top: 1.7rem;*/
    display: block;
}

.orange-banner {
    color: #ffffff;
    background: #E9742F;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5625rem 0;
    z-index: 15;
    height: 2.375rem;
    min-height: unset;
    min-width: unset;
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
}

.orange-banner a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.25rem;
}

.orange-banner a span {
    text-decoration-line: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1.5px;
    text-decoration-skip-ink: auto;
}

.index-page .orange-banner {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .orange-banner {
        margin-top: unset;
    }

    .orange-banner a {
        font-size: .8rem;
    }
}

@media (max-width: 768px) {
    .under_banner_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.i-popup--email p {
    font-size: 1.4rem;
}

.popup-email-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}
.popup-email-img img {
    width: 100%;
    height: 100%;
}
.popup-email-logo{
    position: absolute;
    left: 60px;
    top: 65px;
    width: 140px;
    height: 18px;
}
.popup-email-flag {
    width: 40px;
    height: 30px;
    margin-bottom: 20px;
}
button.i-popup__close{
    z-index: 10;
}
.i-popup--email button.i-popup__close {
    color: white;
}
.i-popup--email .i-popup__inner{
    padding: 180px 60px 60px 60px;
}
.color_orange{
    color: #FE702C !important;
}
.cross{
    cursor: pointer;
}
.custom_popup_title{
    text-transform: uppercase;
    font-family: "HypatiaSansProBold";
    font-size: 2rem;
    margin-bottom: 1.25rem;
    line-height: 2.5rem;
}
.custom_popup_text {
    margin-bottom: 30px;
}

.custom_popup_text a {
    color: #FE702C !important;
}

.custom_popup_title sup {
    font-size: 1rem;
    font-family: "HypatiaSansProBold";
}


@media screen and (min-width: 992px) {
    .br_desk{
        display: block !important;
    }
}

.br_mob{
    display: inline !important;
}

@media screen and (max-width: 991px) {

    .br_mob {
        display: block !important;
    }

    .br_desk {
        display: inline !important;
    }
}

.json-results__item {
    cursor: pointer;
}
.json-results__item:hover {
    color:#FE702C;
}

@media screen and (max-width: 767px) {
    .i-popup--email .i-popup__inner{
        padding: 180px 30px 30px 30px;
    }
}


/*NEW MENU*/

.header-top-logo_home{
    width: 0.938rem;
    height: 1.056rem;
    fill:#fff;
}
.header-top-logo_home.active,
.header-top-logo_home:hover{
    fill:#FE702C;
}

.footer-logo-item {
    margin: 0 2.5rem;
}

.footer-logo-item:last-child {
    margin-right: 0;
}


@media screen and (max-width: 767px) {
    .header-top, .footer-logos {
        display: none;
    }
    .header{
        top:0;
    }
    body.menu-open .menu-mob-wrap {
        top:3.313rem;
    }
    .nav-menu__item--black {
        background: #000;
    }
    .footer {
        padding: 0;
    }
    .banner-main{
        margin-top: 0;
    }
}

.loader-webform {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 0.125rem solid #432E25;
    width: 100%;
    background: transparent;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.loader-webform img {
    margin-left: 10px;
    width: 30px;
}
.loader-webform.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.dropdown-open_mob .nav-menu__lang {
    pointer-events: all;
}

@media (min-width: 1921px) and (max-width: 3000px) {
    .nav-menu__item-link {
        display: flex;
    }
    .nav-menu__item-link--text, .nav-menu__lang, .footer .nav-menu__item--lang .nav-menu__item-link, .footer .nav-menu__lang a {
        font-size: 0.95625rem !important;
    }
}


.fullscreen-disabled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачное затемнение */
    z-index: 99; /* Максимальный z-index */
    pointer-events: auto; /* Блокирует все клики */

    /* Блокирует скролл */
    touch-action: none;
    overscroll-behavior: contain;
}

@media screen and (max-width: 699px) {
    .cookies__msg {
        order: 0;
        margin-bottom: 1.25rem;
    }
    .cookies__check {
        display: flex;
        justify-content: flex-end;

    }
    .cookies__check span:before {
        right: 0;
        left: auto;
    }
    .cookies__check span {
        padding-right: 1.75rem;
        padding-left: 0;
    }
    .cookies__check span:after {
        right: 0.1875rem;
        left: auto;
    }
}

.body.menu-open{
    overflow: hidden !important;
}
html, body {
    height: 100vh;
}

@media screen and (max-width: 776px) {
    .menu-mob-wrap {
        height: 100%;
    }
}
