.promo {
    padding: 50px 0 25px 0;
    background-color: #96bcdc;
    margin-bottom: 30px;
    color: #ffffff;
}

.bth__inp-icon + .bth__inp + .bth__inp-lbl {
    left: 65px !important;
}

.bth__inp-icon + .bth__inp {
    padding-left: 75px !important;
}

.has-error .bth__inp-icon::before {
    content: "\f059";
}

.has-error .bth__inp-icon {
    background: #da4c4c;
    cursor: pointer;
}

.has-error .bth__inp-icon:hover .hint {
    display: block;
    left: 0 !important;
    right: auto !important;
    top: -35px !important;
}

.bth__inp-icon {
    width: 45px;
    height: 45px;
    background: #c5c5c5;
    border-radius: 5px;
    cursor: initial;
    text-align: center;
    line-height: 45px !important;
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    left: 10px;
    top: 9px;
    z-index: 2;
    display: block;
}

.promo .tour-selection-wrap .bth__inp-block.has-error .bth__inp-block-eye {
    right: 16px !important;
}

.promo__title {
    font-size: 37px;
    font-family: 'apercu_pro', sans-serif;
    color: #ffffff;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 20px;
}

.promo__check-mail {
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 25px;
}

.promo__sub-ttl {
    margin-top: 15px;
    padding-top: 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.promo .tour-selection-rbt-bubble label {
    min-width: 100px;
}

.promo .promo__auth .bth__btn.bth__btn--white:hover {
    background-color: #ffe8e8 !important;
    color: #e03d3e !important;
}

.promo .bth__cnt a, .promo .bth__cnt {
    color: inherit;
}

.promo .promo__auth .bth__btn.bth__btn--white {
    border-color: transparent !important;
    color: #475669;
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.promo__user-types {
    position: relative;
}

.promo .promo__auth .bth__btn {
    width: 300px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}

.promo .tour-selection-wrap .bth__inp {
    border-radius: inherit;
}

.promo .tour-selection-wrap .bth__inp-block.burger::after {
    top: 5px;
}

.promo .tour-selection-wrap span.bth__inp {
    padding-top: 32px;
}

.promo .tour-selection-wrap .tour-selection-wrap-in .tour-selection-field .has-error .hint-block {
    top: 24px;
}

.promo .tour-selection-wrap .bth__inp-block {
    border-radius: 5px;
    height: 65px;
}

.promo__txt {
    margin-bottom: 35px;
    font-size: 26px;

}

a.promo__sub-ttl:hover {
    color: #eeeeee;
}

.promo__sub-ttl {
    display: block;
    margin-top: 15px;
    padding-top: 25px;
    font-size: 14px;
}

.promo__title br {
    display: none;
}

.services {
    counter-reset: myCounter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services li {
    width: 32%;
}

.services li a:hover {
    background-color: rgba(255, 191, 147, 0.8);
}

.services li a::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #e05c00 !important;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 17px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
}

.services li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 191, 147, 0.22);
    border-radius: 5px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #e05c00 !important;
    height: 60px;
    padding-left: 65px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 60px;
}

a.header__fast-link:hover {
    background: #3c6587 !important;
}

.header__fast-link {
    background: #2b455a !important;
}

@media screen and (min-width: 1023px) {
    .promo__user-types .lsfw-popup-wrap {
        position: absolute;
        width: auto;
        height: auto;
        background: transparent;
    }

    .promo__user-types .lsfw-popup {
        z-index: 101;
    }

    .promo__user-types .lsfw-popup-wrap::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.56);
    }
}

@media screen and (min-width: 620px) {
    .promo .tour-selection-wrap .tour-selection-field.promo__pass .bth__inp {
        border-radius: 0;
    }

    .promo .tour-selection-wrap .tour-selection-field.promo__login .bth__inp {
        border-radius: 5px 0 0 5px;
    }
}

@media screen and (max-width: 1023px) {
    .promo__title {
        font-size: 30px;
    }

    .promo .promo__auth .bth__btn {
        width: 270px;
    }
}

@media screen and (max-width: 767px) {
    .promo__txt {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .promo__title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .promo__sub-ttl {
        font-size: 12px;
        padding-top: 0;
    }

    .promo {
        padding: 25px 0;
    }
}

@media screen and (max-width: 620px) {
    .promo .tour-selection-wrap .tour-selection-field {
        margin-right: 0 !important;
    }

    .services {
        display: none;
    }

    .promo .tour-selection-rbt-bubble label {
        margin-bottom: 5px;
        min-width: 90px;
    }

    .promo__title br {
        display: block;
    }

}

@media screen and (max-width: 413px) {
    .promo__title {
        font-size: 24px;
    }

    .promo__txt {
        font-size: 16px;
    }

    .promo__sub-ttl {
        font-size: 9px;
    }
}