@media screen and (max-width: 1023px) {
    div.subscribeInputText {
        display: block;
        width: 100%;
        float: none;
    }

    div.subscribeInputButton {
        margin-top: 20px;
        text-align: center;
        float: none;
    }



    .phone_butt {
        display: inline-block;
        max-width: 230px;
        height: 20px;
        overflow: hidden;
        border: 1px solid var(--color-link);
        color: var(--color-link)!important;
        padding: 0 10px;
        border-radius: 17px;
        font-weight: normal!important;
    }

    .mob_phone span:first-child {
        font-size: x-small !important;
    }

    .mob_imenu_logo {
        font-size: x-small !important;
    }

    .contact {
        font-size: 9px !important;
    }

    .mobile {
        display: block!important;
    }

}

.mobile {
    display: none;
}

@media screen and (min-width: 1024px) {
    div.subscribeForm div.subscribeInputText {
        width: 39%;
        margin: 0 auto;
        float: left;
        padding-right: 5px;
    }

    div.subscribeForm div.subscribeInputButton {
        width: 20%;
        text-align: center;
        margin: 0 auto;
        float: left;
    }

}

div.subscribeForm {
    width: 90%;
    margin: 40px auto;
    padding-bottom: 50px;
}

div.subscribeSuccess {
    text-align: center;
    font-size: 120%;
    color: #1e7e34;
}

div.subscribeInputText input {
    width: 98%;
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #7e8283;
    line-height: 150%;
    border-radius: 2px;
    background: #ffffff;
    color: #000000;
}

div.subscribeInputText input::-webkit-input-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input::-moz-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input:-moz-placeholder {
    color: #7e8283;
    opacity: 1;
}

div.subscribeInputText input:-ms-input-placeholder {
    color: #7e8283;
    opacity: 1;
}

input, textarea, select {
    background: #ffffff;
}

#thanks {
    min-height: 150px;
}

#promocode_header {
    font-size: 21px;
    color: #d1102a;
}

.remm_okk {
    min-height: 150px;
    justify-content: center;
    align-items: center;
}

.remm_okk strong {
    display: inline-block;
    color: #0b80e0;
    font-size: 33px;
    padding-bottom: 25px;
    padding-top: 20px;
}

#promocode_block {
    width: 406px;
    display: inline-block;
}

.remm_okk p {
    font-size: 20px;
}









.zapis_na_servis {
    color: var(--color-link) !important;
    background-color: rgba(179, 170, 55, 0.8) !important;
}

.map_contacts {
    border: 1px solid white;
    height: 27px;
    position: absolute;
    top: 7px;
    display: flex;

    padding: 0px 5px;
    text-align: center;
    right: 5px;
    line-height: 0px;
    border-radius: 5px;
    max-width: max-content;
}

/*.add_cart--js {display: none!important;}*/

.link {
    color: red !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}