.white-popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}

.weekend-popup {
    background: #ffdc74;
}

.img_bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weekend-popup__in {
    position: relative;
    z-index: 1;
    padding: 40px;
    max-width: 370px;
}

.weekend-popup__in111 {
    position: relative;
    z-index: 1;
    padding: 40px;
}

.weekend-popup__title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.weekend-popup__title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.weekend-popup__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.btn_polt {
    background: #CD1A1A;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    text-decoration: none !important;
    display: inline-block;
}

.moyklass-popup {
    padding: 30px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    background: #333;
    border-radius: 0 0 0 5px;
}

.mfp-active {
	overflow: hidden !important;
	height: auto !important;
	max-height: 100vw !important;
}

.none {
    display: none;
}

@media (max-width: 767px) {

    .weekend-popup, .white-popup {
        max-width: 450px;
    }

    .weekend-popup__in {
        position: relative;
        z-index: 1;
        padding: 30px;
        max-width: 230px;
    }

    .weekend-popup__title {
        font-size: 20px;
    }

    .weekend-popup__text {
        font-size: 15px;
    }

    .btn_polt {
        font-size: 18px;
    }
}

.w_auto {
    width: auto !important;
}

jdiv {
    z-index: 999 !important;
}

.popupbot__close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 37px;
    height: 37px;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.popupbot__bl {
    padding-right: 20px;
    text-align: center;
    max-width: 30%;
}

.popupbot__bl1 {
    text-align: right;
}

.popupbot__bl2 {
    padding-left: 20px;
}

.popupbot__bl3 {
    padding-left: 20px;
}

.popupbot__big-title {
    color: #111;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.popupbot {
    background: #FFE500;
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    color: #111;
    line-height: 1.3;
    padding: 15px 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    font-size: 15px;
}

.popupbot, .popupbot *, .popupbot::after, .popupbot::before, .popupbot *::after, .popupbot *::before {
    box-sizing: border-box;
}

.popupbot__subtitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.popupbot__red {
    background: #E52A52;
    text-align: center;
    padding: 10px;
}

.popupbot__red-title {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.popupbot__red-subtitle {
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.popupbot__title {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.popupbot__list {
    margin: 0;
    padding: 0;
}

.popupbot__list li {
    list-style: none;
    background: url(/wp-content/themes/deutsch/img/list-triangle.svg) no-repeat 0 5px / 9px auto;
    padding: 0 0 0 15px;
    font-size: 15px;
}

.popupbot__img {
    margin-top: -15px;
    margin-bottom: -15px;
    align-self: flex-end;
}

.popupbot__img1 {
    padding-right: 15px;
}

.popupbot__img img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: contain;
    max-height: 100%;
}

.color_yellow {
    color: #FECD0A;
}

.color_red {
    color: #ff0000;
}

.popupbot__btn {
    background: #ff0000;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 100px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    text-decoration: none !important;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgb(130 1 1 / 40%);
}

.popupbot__btn-w {
    padding-right: 20px;
}

@media (max-width: 1210px) {
    .popupbot__img2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .popupbot__btn-w {
        width: 100%;
        text-align: center;
        padding: 0 45px;
    }

    .popupbot__img1 {
        position: absolute;
        left: -15px;
        width: 36%;
        bottom: 0;
        height: 100%;
    }

    .d-flex {
        align-items: flex-start;
    }

    .mob_none {
        display: none;
    }

    .popupbot__bl {
        max-width: 100%;
        width: 100%;
        padding: 0 40px 0 30%;
        z-index: 9;
        position: relative;
    }

    .popupbot__bl2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .popupbot__big-title {
        font-size: 12px;
    }

    .popupbot {
        padding: 15px 40px;
    }

    .popupbot__img img {
        position: absolute;
        bottom: 0;
    }
}