/*Langs START*/
body:not(.lang-en){
    .cab-banners__item h3{
        font-size: 27px;
    }
    .header-btns .m-btn{
        font-size: 14px;
    }
    .header-lang__btn {
        padding: 13px 13px 13px 10px;
    }
}
.lang-ru{
    .steps-wrap {
        background-image: url("../img/steps-wrap-bg-ru.png");
    }
}
@media screen and (min-width: 1200px){
    .lang-ru{
        .team-title__img_3 {
            right: -18px;
            top: 203px;
        }
        .team-title{
            margin-bottom: 75px;
        }
        .header-btns{
            margin-right: 10px;
        }
        .header-login{
            margin-right: 10px;
        }
        .header-menu__item:not(:last-child){
            margin-right: 15px;
        }
    }
    .lang-pl{
        .header-btns{
            margin-right: 10px;
        }
        .header-login{
            margin-right: 10px;
        }
        .header-menu__item:not(:last-child){
            margin-right: 15px;
        }
    }
    .lang-en{
        .team-item__text{
            font-size: 25px;
        }
    }
    .lang-de,.lang-es{
        .header-menu__item:not(:last-child){
            margin-right: 9px;
        }
        .header-btns{
            margin-right: 5px;
        }
        .header-btns .m-btn{
            padding-left: 8px;
            padding-right: 8px;
            font-size: 13px;
        }
        .header-login{
            font-size: 13px;
            margin-right: 5px;
        }
    }
}
@media screen and (min-width: 992px){
    .lang-de,.lang-it,.lang-es,.lang-cn{
        .about .cert{
            padding-top: 0;
        }
        .cert .m-text {
            margin-bottom: 40px;
        }
    }
    .lang-it{
        .team {
            background-position: 113% 42%;
        }
        .team-title__img_4 {
            top: 330px;
        }
        .team-item__text{
            font-size: 19px;
        }
    }
    .lang-en{
        .about-video {
            padding-bottom: 290px;
        }
        .about-video:after{
            height: 280px;
        }
        .about .cert{
            padding-top: 0;
        }
        .cert .m-text {
            margin-bottom: 40px;
        }
    }
    .lang-ru{
        .about .m-text p{
            margin-bottom: 0;
        }
        .about .cert{
            padding-top: 10px;
        }
        .team {
            background-position: 113% 42%;
        }
        .team-title__img_4 {
            top: 330px;
        }
        .team-item__text{
            font-size: 19px;
        }
        .about-page__title .m-title:after {
            left: 30px;
            top: -5px;
        }
    }
}
@media screen and (min-width: 768px){
    .lang-de{
        .advantage-item:nth-child(1) {
            margin-bottom: 60px;
        }
        .advantage-item:nth-child(2) {
            margin-bottom: 45px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 15px;
        }
    }
    .lang-en{
        .advantage-item{
            margin-bottom: 70px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 50px;
        }
    }
    .lang-ru{
        .advantage-item h3{
            margin-bottom: 15px;
        }
        .advantage-scene{
            background-position: 50% -10px;
        }
        .advantage-item{
            margin-bottom: 70px;
        }
        .advantage-item:nth-child(2) {
            margin-bottom: 75px;
        }
        .advantage-item:nth-child(3) {
            margin-bottom: 15px;
        }
        .advantage-scene__line_1 {
            top: 285px;
        }
        .advantage-scene__line_2 {
            top: 558px;
        }
        .advantage-scene__line_3 {
            top: 849px;
        }
    }
}
/*Langs END*/
.cab-banners__item{
    text-decoration: none;
}
.insurance-text {
    color: #B4B3AF !important;
}
.alert{
    text-align: center;
}
.cab-modal{
    position: relative;
}
.guide-step{
    margin-bottom: 50px;
}
.guide-title.align-items-center h3{
    margin-bottom: 15px;
}
.guide-title:not(.align-items-center) h3{
    font-size: 26px;
}
.team-title__img{
    cursor: pointer;
}
.cProc{
    padding: 4px 5px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #E68C00;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-left: 7px;
}
.m-text_pic{
    float: none;
    width: 100%;
    margin: 0;
}

.info-icon{
    display: flex;
    border-radius: 50%;
    border: 1px solid;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 11px;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.info-icon:hover{
    border-color: #ffffff;
    color: #AE1D1F;
    background: #ffffff;
}
.info-icon__tooltip{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    min-width: 160px;
    bottom: 18px;
}

.info-icon:hover .info-icon__tooltip{
    display: block;
}

.m-text_news img{
    max-width: 100%;
}

.header-menu__item sup{
    display: none;
    position: absolute;
    right: -8px;
    background: #B81E20;
    line-height: normal;
    padding: 0 4px;
    border-radius: 10px;
    top: -10px;
}
.cab-promo-info .promo-code{
    border: 1px solid;
    padding: 0 5px;
    border-radius: 5px;
}
.cab-promo-info:before{
    filter: hue-rotate(137deg) brightness(1);
}