[data-action="doOrder"] {
    cursor: pointer;
}

[data-bind_currency] {
    white-space: nowrap;
}

.notifications {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 1071;
    width: 400px;
}

.notification {
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 0.6em rgb(0 0 255 / 20%);
    position: relative;
    display: none;
}

.notification button.close {
    background: none;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0;
}

.notification__title {
    font-weight: bold;
    margin-bottom: 5px;
}

.notification.error {
    background: #f8d7da;
    color: #9b232e;
}

.notification.warning {
    background: #fff3cd;
    color: #856404;
}

.notification.info {
    background: #cce5ff;
    color: #004085;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1070;
    overflow: auto;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 10, 0.6);
}

.popup.in {
    opacity: 0;
    filter: alpha(opacity=0);
}

.popup__inner {
    position: relative;
    float: none;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    width: 640px;
    max-height: calc(100% - 100px);
    padding: 20px;
    margin: 50px auto 0;
    border-radius: 10px;
    overflow-y: auto;

}

.popup__content {
    padding: 20px 0 0;
    overflow: auto;
}


.popup__close-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 20px;
    height: 15px;
    font-size: 30px;
    color: #9a9696;
    z-index: 1;
    cursor: pointer;
    display: block;
}

.popup__close-btn:before, .popup__close-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #0086e4;
    position: absolute;
}

.popup__close-btn:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.popup__close-btn:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0px;
}



.form-component:hover:not(.has-error) {
    background: #DFEFFF;
    border: 1px solid #C2D7EF;
}

.form-component.has-error, .error {
    background-color: #FFDFE0;
    border: 1px solid #EFC2C4;
    border-radius: 10px;
}

/* end login form */

/* tabs */
*[data-tab_content], *[data-tab_label] {
    display: none;
}

.active[data-tab_content], .active[data-tab_label] {
    display: block;
}

/* end tabs */


.configurator-price-discount {
    display: none;
}

.configurator-update.active [data-action=doOrder] {
    pointer-events: none;
    opacity: 0.6;
}

.configurator-value__accent_red,
.configurator-value__accent_darkred {
    color: #b5010f;
}

[data-configurator-condition] {
    display: none;
}

.order__doorder, .btn {
    display: inline-block;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
    padding: .4em 1em;
    margin-top: 10px;
    cursor: pointer;
}

/* geo */
i.geo, i.geo:before {
    position: relative;
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

i.geo:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 12px;
    border: 1px solid #f1f1f1;
    background-size: contain;
    background-repeat: no-repeat;
}

/* SVG Flags CSS - заменяет спрайты на SVG флаги */

.geo.geo-russia:before,
.geo.geo-ru:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_18_ru.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-usa:before,
.geo.geo-en:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_21_usa.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-germany:before,
.geo.geo-de:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_05_deu.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-finland:before,
.geo.geo-fi:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_07_fin.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-canada:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_02_can.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-netherlands:before,
.geo.geo-nl:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_15_nld.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-poland:before,
.geo.geo-pl:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_16_pol.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-portugal:before,
.geo.geo-pt-pt:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_17_prt.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-spain:before,
.geo.geo-es:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_06_esp.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-italy:before,
.geo.geo-it:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_11_ita.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-france:before,
.geo.geo-fr:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_08_fra.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-britain:before,
.geo.geo-gb:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_09_gbr.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-latvia:before,
.geo.geo-lv:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_13_lva.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-china:before,
.geo.geo-cn:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_03_chn.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-turkey:before,
.geo.geo-tr:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_19_tur.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-ukraine:before,
.geo.geo-ua:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_20_ukr.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-brazil:before,
.geo.geo-br:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_01_bra.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-india:before,
.geo.geo-in:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_29_in.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-japan:before,
.geo.geo-jp:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_12_jpn.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-czech:before,
.geo.geo-cz:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_04_cze.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-norway:before,
.geo.geo-no:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_30_nor.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-sweden:before,
.geo.geo-se:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_32_se.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-switzerland:before,
.geo.geo-ch:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_36_ch.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-romania:before,
.geo.geo-ro:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_28_ro.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-malaysia:before,
.geo.geo-my:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_14_mys.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-belarus:before,
.geo.geo-by:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_27_sj.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-egypt:before,
.geo.geo-eg:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_22_arab.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-israel:before,
.geo.geo-il:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_23_he.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-singapore:before,
.geo.geo-sg:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_24_sg.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-bulgaria:before,
.geo.geo-bg:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_25_bg.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-estonia:before,
.geo.geo-ee:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_26_et.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-moldova:before,
.geo.geo-md:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_33_mol.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-slovenia:before,
.geo.geo-si:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_34_si.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-uae:before,
.geo.geo-ae:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_35_uae.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-vietnam:before,
.geo.geo-vn:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_37_vi.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-denmark:before,
.geo.geo-dk:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_38_dan.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-lithuania:before,
.geo.geo-lt:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_39_lt.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-thailand:before,
.geo.geo-th:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_40_th.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-south-korea:before,
.geo.geo-kr:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_41_ko.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-ireland:before,
.geo.geo-ie:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_42_ie.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-belgium:before,
.geo.geo-be:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_43_be.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-iceland:before,
.geo.geo-is:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_44_is.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-armenia:before,
.geo.geo-am:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_45_am.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-greece:before,
.geo.geo-gr:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_46_gr.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-albania:before,
.geo.geo-al:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_47_al.svg") no-repeat center !important;
    background-size: contain !important;
}

/* Дополнительные флаги для языков */
.geo.geo-australia:before,
.geo.geo-au:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_31_aus.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-indonesia:before,
.geo.geo-id:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_10_idn.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-malaysia:before,
.geo.geo-ms:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_14_mys.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-ukraine:before,
.geo.geo-uk:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_20_ukr.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-czechia:before,
.geo.geo-cs:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_04_cze.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-arabia:before,
.geo.geo-ar:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_22_arab.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-hebrew:before,
.geo.geo-he:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_23_he.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-bulgaria:before,
.geo.geo-bg:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_25_bg.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-sweden:before,
.geo.geo-sv:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_32_se.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-norway:before,
.geo.geo-no:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_30_nor.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-romania:before,
.geo.geo-ro:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_28_ro.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-moldova:before,
.geo.geo-mol:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_33_mol.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-india:before,
.geo.geo-hi:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_29_in.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-austria:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_31_aus.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-brazil:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_01_bra.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-israel:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_23_he.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-japan:before,
.geo.geo-ja:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_12_jpn.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-slovenia:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_34_si.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-switzerland:before,
.geo.geo-ch:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_36_ch.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-lithuania:before,
.geo.geo-lt:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_39_lt.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-thailand:before,
.geo.geo-th:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_40_th.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-south-korea:before,
.geo.geo-ko:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_41_ko.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-vietnam:before,
.geo.geo-vi:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_37_vi.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-estonia:before,
.geo.geo-et:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_26_et.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-denmark:before,
.geo.geo-da:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_38_dan.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-ireland:before,
.geo.geo-ie:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_42_ie.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-belgium:before,
.geo.geo-be:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_43_be.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-iceland:before,
.geo.geo-is:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_44_is.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-armenia:before,
.geo.geo-am:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_45_am.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-greece:before,
.geo.geo-gr:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_46_gr.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-albania:before,
.geo.geo-al:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_47_al.svg") no-repeat center !important;
    background-size: contain !important;
}

/* Специальные случаи для языков */
.geo.geo-zh:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_03_chn.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-pt:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_01_bra.svg") no-repeat center !important;
    background-size: contain !important;
}

.geo.geo-united-kingdom:before,
.geo.geo-gb:before {
    width: 32px !important;
    height: 24px !important;
    background: url("/assets/common/img/flags/svg/_09_gbr.svg") no-repeat center !important;
    background-size: contain !important;
}

/* PROMOCODE */

.vps_config_vps-promo .slider-wrapper:not([data-slider-name="payment_months"]),
.vps_config_vps-promo #user-comment-wrapper,
.vps_config_vps-promo [data-slider-name="payment_months"] .discount {
    display: none;
}

.promocode-btn {
    display: inline-block;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
    padding: 0.4em 1em;
    cursor: pointer;
}

.promocode-add-on .form-component input {
    background: none;
    border: 1px solid #cccccc;
    border-right: unset;
    line-height: 22px;
    padding: 5px 35px 5px 10px;
    width: calc(100% - 35px);
}

.promocode-add-on .form-component:not(.has-error),
.promocode-add-on .form-component:hover:not(.has-error) {
    background: none;
    border: 0;
}

.promocode-add-on .form-component {
    padding: 0;
    margin: 0;
    overflow: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

.promocode-add-on {
    display: flex !important;
    margin-bottom: 1.5em
}

.promocode-add-on .promocode-btn,
.order__doorder {
    min-width: 73px;
    text-align: center;
}

.promocode-btn.disable {
    pointer-events: none;
    opacity: 0.6;
}

.lnd__details .promocode-add-on,
.order_form .lnd__features-cont .promocode-add-on {
    display: none !important;
    width: 222px;
    text-align: center;
    margin: 0 auto 1.5em auto;
}

.promocode-add-on input {
   padding-right: 35px;
}
.promocode-add-on input:focus {
    outline: none;
}

.promocode-wrapper{
    margin-top: 10px;
}
#promocode-wrapper{
    position: relative;
}

#promocode-wrapper .close{
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ff5e4c;
    color: #fff;
    line-height: 21px;
    text-align: center;
    text-shadow: none;
    font-size: 20px;
    position: absolute;
    border: 0;
    padding: 0;
}
#promocode-wrapper .close.disable{
    display: none;
}
/* END PROMOCODE */

.vps-location-info {
    color: #fff;
    background-color: #0086e4;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
}

.enter-message {
    border: 1px solid #0086e4;
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    text-transform: uppercase;
}
.configurator .enter-message {
    text-transform: none;
    padding: 10px;
}


[aria-disabled=true], .disabled {
    pointer-events: none;
    opacity: .35;
}

@media (max-width: 767px) {
    .popup__inner {
        width: calc(100% - 20px);
        padding: 0;
    }

    .send-question {
        cursor: pointer;
    }

    .notifications {
        top: auto;
        bottom: 10px;
        right: auto;
        left: 0;
        width: 100%;
    }

    .notification {
        margin: 20px;
    }
}