.header .container {
    z-index: 110;
}

.header .right__big-screen {
    z-index: 111;
}

html {
    -webkit-tap-highlight-color: transparent !important;
}

.popup-russian {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #1f7ba6;
    color: #fff;
    width: 800px;
    text-align: center;
    padding: 30px 0;
    margin-left: -400px;
    z-index: 100;
}

.popup-russian__close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/close.png") 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}

@media all and (max-width: 800px) {
    .popup-russian {
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .popup-russian .container {
        width: 100%;
    }

    .popup-russian__close {
        right: 20px;
    }
}

.inputbox.inputbox_static {
    position: relative;
}

.req-info {
    position: absolute;
    right: 9px;
    top: 5px;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
}

.scroll-arrow__down {
    z-index: 98;
}

.fix-consult__from-PultKG {
    width: 450px;
}

.fix-consult__from-PultKG.hide {
    left: -553px;
}

.fix-consult__title-2 {
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
    margin-left: 30px;
    font-weight: 500;
}