.popup-chyba, .popup-ok {
    display: none;
}

#element_to_pop_up_shaim_18 {
    text-align: center;
    background-color: #FFF;
    box-shadow: 0px 0px 25px 5px #999;
    -webkit-box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 50px 6px rgba(0, 0, 0, 0.55);
    color: #111;
    min-width: 450px;
    padding: 25px;
    width: 650px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    display: none;
}

.popup-footer {
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
    border-top: 1px solid #c5c5c5;
}

.discount_yes_button {
    padding: 8px 23px;
    font: 131% sans-serif;
    color: #FFF;
    border: 0;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #353535;
}

.discount_yes_button:hover {
    background-color: #252525;
    color: #FFF;
}

.discount_input {
    padding: 8px 13px;
    font-size: 14px;
    width: 280px;
    border: 1px solid grey;
    margin-bottom: 10px;
}

.discount_no_button {
    color: #6f6f6f;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
}

.discount_no_button:hover {
    color: #272727;
}

.b-close, .b-not_close {
    cursor: pointer;
    display: inline-block;
    /*  position: absolute;  */
    /* right: -8px; */
    /*  top: -8px; */
}

.popup_close_button {
    padding: 8px 23px;
    font: 131% sans-serif;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #353535;
}

.popup_close_button:hover {
    background-color: #252525;
    color: #FFF;
}

.year_no_button {
    padding: 8px 23px;
    font: 131% sans-serif;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ff4646;
}

.year_yes_button {
    padding: 8px 23px;
    font: 131% sans-serif;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #00d822;
}

.year_yes_button:hover {
    background-color: #00ad1b;
    color: #FFF;
}

.year_no_button:hover {
    background-color: #cc0000;
    color: #FFF;
}

@media (max-width: 768px) {

    #element_to_pop_up_shaim_18 img {
        width: 100%;
    }

    #element_to_pop_up_shaim_18 {
        width: 100%;
        min-width: auto;
    }

    .b-close {
        margin-left: 5% !important;
    }

    .b-not_close {
        margin-right: 5% !important;
    }

    .margin_mobile {
        margin: 10px !important;
    }

    .pc_width {
        width: 100%;
    }
}

.popup-chyba {
    width: auto;
    margin-top: 8px;
    border: 1px solid #ff5555;
    background-color: #ff5555;
    color: white;
    padding: 12px 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.popup-ok {
    width: auto;
    margin-top: 8px;
    border: 1px solid #00e20f;
    background-color: #00e20f;
    color: #000;
    padding: 12px 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.popup-close {
    border: none;
    background: none;
    color: #353535;
    position: absolute;
    right: 10px;
    top: 9px;
}

.popup-close:hover {
    color: #252525;
}

.popup-close:before {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 28px;
    line-height: 28px;
}
	