
.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: #2563eb;
    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: #2563eb ;
    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: #2563eb;
    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);
}
.news-date{
    color: #ffffff;
}