* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    margin: 0;
}
li{
    list-style: none;
}
/*img{*/
/*    max-width: 100%;*/
/*    border: none;*/
/*}*/
button {
    outline: none;
    border: none;
}
html, body{
    position: relative;
    background-color: #F3F7FF;
    height: 100%;
}
.wrapper{
    position: relative;
    overflow: hidden;
}
.change_width{
    max-width: 1840px;
}
.h_width{
    max-width: 1644px;
}
@font-face{
    font-family: "Akrobat-Regular";
    src: url("../fonts/Akrobat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Akrobat-Bold";
    src: url("../fonts/Akrobat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}

/************************* header ********************/

.line_r_l{
    position: relative;
}
.line_r_l:before{
    content: '';
    background: url("../img/line_left.png") repeat-y;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -866px;
    z-index: 6;
}
.line_r_l:after{
    content: '';
    background: url("../img/line_right.png") repeat-y;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 866px;
    z-index: 6;
}
.header{
    display: block;
    padding: 25px 0;
    margin-bottom: 60px;
}
.head_menu{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 70px;
}
.head_menu li{
    margin: 0 40px;
}
.head_menu li:first-child{
    margin: 0 40px 0 0;
}
.head_menu li:last-child{
    margin: 0 0 0 40px;
}
.head_menu li a{
    position: relative;
    display: inline-block;
    font-family: "Akrobat-Regular";
    font-size: 22px;
    color: #2C519E;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.head_menu li a:hover{
    border-bottom: 1px solid #2C519E;
    transition: all 0.3s ease-in-out;
}
.head_menu li:first-child a{
    border-bottom: 0;
}
.head_menu li:first-child a svg{
    transition: all 0.3s ease-in-out;
}
.head_menu li:first-child a:hover svg{
    transform: scale(1.07);
}
.f_right{
    float: right;
}
.registration_enter{
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
/* Правил тут */
.registration_enter__item {
    margin-right: 15px;
}

.registration_enter__item button{
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 11px;
    font-family: "Akrobat-Bold";
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #2C519E;
    line-height: 1.2;
    padding: 17px 20px;
}
.registration_enter__item button:hover{
    background-color: #2C519E;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.form__wrapper {
    margin-bottom: 20px;
}
.form__item:not(:last-child) {
    margin-bottom: 20px;
}
.form-control {
    width: 100%;
    min-height: 50px;
    border-radius: 6px;
}
.form__btn {
    max-width: 300px;
}
.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2C519E;
    border: 1px solid transparent;
    border-radius: 12px;
    min-height: 45px;
    font-family: "Akrobat-Bold";
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}
.btn:hover {
    background-color: #082e81;
    color: #ffffff;
}
.btn::placeholder {
    color: #333333;
}
.btn--second {
    background-color: #E84578;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(11,34,57,.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.popup__wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.popup__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 15px;
}
.popup.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}
.popup__btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #eff3f9;
    box-shadow: 0 40px 30px -30px #ebebeb;
    background-color: #fff;
    transition: all .3s ease;
    cursor: pointer;
}
.popup__main-head {
    padding-right: 40px;
}
.popup__btn-close:before {
    content: '';
    background: #000;
    position: absolute;
    height: 15px;
    width: 2px;
    border: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.popup__btn-close:after {
    content: '';
    background: #000;
    position: absolute;
    height: 15px;
    width: 2px;
    border: 10px;
    top: 50%;

    transform: translateY(-50%) rotate(-45deg);
}
.popup__body {
    max-width: 752px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    padding: 30px;
}
/* Закончил править тут */
.lang{
    position: relative;
    width: 61px;
    height: 62px;
    display: inline-flex;
    margin-right: 8px;
}
.lang:before{
    content: '';
    background: url("../img/lang_bg.png") no-repeat;
    width: 61px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
}
.lang li{
    width: 100%;
    height: 100%;
}
.lang li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: "Akrobat-Bold";
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.lang li .dropdown-menu{
    min-width: 61px;
    border-radius: 0;
    border: none;
    top: 0;
    padding: 0;
    margin: -1px 0 0 0;
}
.lang li .dropdown-menu li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    font-family: "Akrobat-Bold";
    font-size: 16px;
    color: #fff;
    margin-top: -7px;
    transition: all 0.3s ease-in-out;
}
.lang li .dropdown-menu li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.lang li .dropdown-menu li a:after{
    content: '';
    background: url("../img/lang_bg.png") no-repeat;
    width: 61px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/****************** service_banner *****************/

.service_banner_in{
    display: flex;
    align-items: center;
    height: 700px;
}
.service_banner_img{
    position: relative;
    display: block;
    width: 100%;
    /*height: 1200px;*/
}
.service_banner_img:before{
    content: '';
    background: url("../img/no_name_img.png") no-repeat;
    width: 1066px;
    height: 996px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -30px;
}
.service_banner_text{
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 52px;
    color: #2C519E;
    line-height: 1;
}
.service_banner_text span{
    display: inline-block;
    width: 500px;
    margin-top: -70px;
}
.service_banner_text i{
    display: block;
    font-style: normal;
    font-family: "Akrobat-Regular";
    font-size: 30px;
    line-height: 1.3;
    margin-top: 15px;
}
.service_banner_list{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.service_banner_list li{
    margin: 0 10px;
}
.service_banner_list li a{
    display: inline-block;
    vertical-align: top;
    width: 430px;
    background: #E84578 0 0 no-repeat padding-box;
    border-radius: 13px;
    font-family: "Akrobat-Bold";
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 18px 30px;
}
.service_banner_list li a:hover{
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.service_banner_list li:nth-of-type(2) a{
    background: #2C519E 0 0 no-repeat padding-box;
}
.service_banner_list li a span{
    display: inline-block;
    margin-right: 40px;
}
.service_banner_list li:nth-of-type(2) a span{
    margin-right: 65px;
}
.animation_b{
    display: block;
    position: relative;
    width: 500px;
    height: 485px;
    margin-top: -130px;
    margin-left: -130px;
}

/*************************** adver_box ************************/

.adver_box{
    transition: all 0.3s ease-in-out;
}
.adver_box  .row{
    display: flex;
    align-items: center;
    background: #2C519E 0 0 no-repeat padding-box;
    border-radius: 29px;
    width: 100%;
    height: 423px;
    padding: 50px 110px;
    margin: 150px 0 100px 0;
}
.adver_banner_text{
    width: 550px;
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 48px;
    color: #fff;
    line-height: 1.1;
}
.adver_banner_text i{
    display: block;
    font-family: "Akrobat-Regular";
    font-style: normal;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 20px;
}
.round_b{
    display: block;
    position: relative;
}
.round_b span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: #E84578;
    border-radius: 50%;
    width: 521px;
    height: 521px;
}
.round_b span:before{
    content: '';
    background: url("../img/comp_img.png") no-repeat;
    width: 608px;
    height: 402px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.adver_box:hover .round_b span:before{
    transform: translate(-50%, -50%)
    scale(1.1);
}

/******************** format_adver ******************/

.format_adver{

}
.adver_mini_box{
    margin-top: 50px;
}
.right_adv_box_in{
    display: block;
    width: 100%;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 23px;
    padding: 35px 65px;
}
.right_adv_box_in .anim_b{
    display: block;
    position: relative;
    height: 657px;
    padding: 0 25px;
}
.right_adv_box_in .anim_b:before{
    content: '';
    background: url("../img/bg_image.png") no-repeat;
    width: 100%;
    height: 657px;
    position: absolute;
    top: 0;
    left: 0;
}
.adver_mini_box span{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.col-lg-12.adver_mini_box{
    display: inline-flex;
    padding-left: 50px;
}
.col-lg-12.adver_mini_box span{
    width: auto;
    display: inline-block;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.adver_mini_box span img{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.adver_mini_box span:hover img{
    transform: scale(1.05);
}
.adver_mini_box .first_b:before{
    content: '';
    background: url("../img/adv_img_before.png") no-repeat;
    width: 100px;
    height: 101px;
    position: absolute;
    top: -55px;
    right: 26px;
    z-index: 3;
}
.adver_mini_box .first_b:after{
    content: '';
    background: url("../img/adv_img_after.png") no-repeat;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 42px;
    bottom: -36px;
}
.adver_mini_box .second_b:before{
    content: '';
    background: url("../img/adv_img_before2.png") no-repeat;
    width: 101px;
    height: 101px;
    position: absolute;
    top: -46px;
    right: -8px;
    z-index: 3;
}
.adver_mini_box .second_b:after{
    content: '';
    background: url("../img/adv_img_after2.png") no-repeat;
    width: 148px;
    height: 146px;
    position: absolute;
    left: -34px;
    bottom: -84px;
}
.right_adv_box_in span img{
    width: 100%;
}
.adver_mini_box p{
    width: 66%;
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 34px;
    color: #2C519E;
    line-height: 1.1;
    margin: 0 auto;
    z-index: 5;
}
.last_mini_box{
    width: 33%;
    display: inline-flex;
    align-items: center;
    height: 100%;
    z-index: 5;
    padding: 0 0 0 60px;
}
.last_mini_box p{
   width: auto;
}
.last_mini_box i{
    font-family: "Akrobat-Regular";
    font-style: normal;
    font-size: 18px;
    color: #2C519E;
    line-height: 1.3;
}
p.second_b_pad{
    width: 40%;
}
.right_adv_box_in .connect_site_text{
    width: 100%;
    margin: 40px 0 0 0;
}
.right_adv_box_in .connect_site_text a.connect_site_link{
    min-width: 193px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border: none;
    border-radius: 13px;
    text-transform: none;
    color: #2C519E;
    text-decoration: none;
    margin-bottom: 20px;
}
.right_adv_box_in .connect_site_text a.connect_site_link:hover{
    background-color: #2C519E;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.title{
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 122px;
    font-family: "Akrobat-Bold";
    font-size: 52px;
    color: #2C519E;
    line-height: 1.1;
}
.title span{
    display: block;
    padding-left: 50px;
}
.title:before{
    content: '';
    background: url("../img/title_before.png") no-repeat;
    width: 550px;
    height: 122px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: -1;
}
.advantages_list{
    margin: 50px 100px;
}
.advantages_list li{
    width: 33%;
    display: inline-flex;
    align-items: center;
    height: 160px;
    padding-right: 72px;
    margin: 10px 0;
}
.advantages_list li div{
    width: 100%;
    position: relative;
    display: inline-block;
    font-family: "Akrobat-Bold";
    font-size: 24px;
    color: #2C519E;
    line-height: 1.3;
    text-decoration: none;
    padding-left: 170px;
}
.advantages_list li div span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 150px;
    text-align: center;
}
.start_btn{
    position: relative;
    z-index: 3;
    display: block;
    text-align: center;
}
.start_btn a{
    background-color: #2C519E;
    border: 1px solid #2C519E;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 290px;
    height: 52px;
    font-family: "Akrobat-Bold";
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.start_btn a:hover{
    background-color: transparent;
    color: #2C519E;
    transition: all 0.3s ease-in-out;
}

/*************************** connect_site ***********************/

.connect_site{
    display: block;
    margin: 170px 0 200px 0;
}
.connect_site .row{
    display: flex;
    align-items: center;
    background-color: #E7EFFF;
    border-radius: 23px;
    position: relative;
    width: 100%;
    min-height: 414px;
    margin: 0;
}
.connect_site_img{
    position: relative;
    height: 100%;
}
.connect_site_img span{
    width: 200px;
    font-family: "Akrobat-Bold";
    font-size: 34px;
    color: #2C519E;
    line-height: 1.1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 180px 0 0 30px;
}
.connect_site_img:before{
    content: '';
    background: url("../img/con_site_img.png") no-repeat;
    width: 928px;
    height: 866px;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.connect_site_text{
    width: 56%;
    font-family: "Akrobat-Regular";
    font-size: 24px;
    color: #2C519E;
    line-height: 1.2;
    margin-left: 80px;
}
.connect_site_text i{
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 40px;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}
.connect_site_text p{
    font-size: 18px;
}
a.connect_site_link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2C519E;
    border: 1px solid transparent;
    border-radius: 12px;
    min-width: 287px;
    min-height: 58px;
    font-family: "Akrobat-Bold";
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0;
}
a.connect_site_link:hover{
    background-color: transparent;
    border: 1px solid #2C519E;
    color: #2C519E;
    transition: all 0.3s ease-in-out;
}


/************************* topads_number_b **********************/

.topads_number_b{
    display: block;
    margin: 100px 0;
}
.topads_number_list{
    position: relative;
    z-index: 2;
    display: block;
    margin: 72px 60px 300px 60px;
}
.topads_number_list:before{
    content: '';
    background: url("../img/left_before.png") no-repeat;
    width: 1244px;
    height: 677px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 60px;
    margin-left: -500px;
}
.topads_number_list:after{
    content: '';
    background: url("../img/right_before.png") no-repeat;
    width: 1275px;
    height: 740px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 500px;
    z-index: -1;
}
.topads_number_list li{
    display: inline-flex;
    align-items: center;
    width: 33%;
    height: 190px;
    padding: 20px 0;
}
.topads_number_list li div{
    position: relative;
    display: flex;
    align-items: center;
    height: 190px;
    padding: 10px 25px 10px 200px;
}
.topads_number_list li div:before{
    content: '';
    background-color: #E4E4E4;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.topads_number_list li:last-child div:before{
    display: none;
}
.topads_number_list li div span{
    font-family: "Akrobat-Bold";
    font-size: 78px;
    color: #2C519E;
    line-height: 1;
}
.topads_number_list li div i{
    position: relative;
    display: block;
    font-style: normal;
    font-size: 24px;
    padding-left: 50px;
    margin-top: 15px;
}
.topads_number_list li div img{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.topads_number_list li div i:before{
    content: '';
    background: url("../img/right_arrow.png") no-repeat;
    width: 30px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*********************** sale_b ********************/

.sale_b{
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 220px 272px 220px;
}
.sale_b_text span{
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 54px;
    color: #2C519E;
    line-height: 1;
}
a.get_bonus_btn{
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 430px;
    height: 82px;
    background-color: #E84578;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: "Akrobat-Bold";
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    margin: 25px 0 15px 0;
}
a.get_bonus_btn:hover{
    background-color: transparent;
    border: 1px solid #E84578;
    color: #E84578;
    transition: all 0.3s ease-in-out;
}
.sale_b_img{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.sale_b_img img{
    position: absolute;
    top: 50%;
    left: -272px;
    transform: translateY(-50%);
}

/*********************** footer ********************/

.footer{
    position: relative;
    background-color: #0A0A0A;
    width: 100%;
    display: block;
    padding: 50px 0;
    z-index: 7;
}
.footer_logo{
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    padding: 35px 0;
}
.footer_logo:before{
    content: '';
    background-color: #383838;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.footer_logo i{
    display: block;
    font-style: normal;
    font-family: "Akrobat-Regular";
    font-size: 20px;
    line-height: 1.3;
    margin-top: 15px;
}

/******************* footer_menu *******************/

.footer_menu{
    display: block;
    margin: 50px 0 35px 100px;
}
.footer_menu li{
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
}
.footer_menu li:first-child{
    margin: 0 40px 0 0;
}
.footer_menu li a{
    display: block;
    border-bottom: 1px solid transparent;
    font-family: "Akrobat-Regular";
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-bottom: 5px;
}
.footer_menu li a:hover{
    border-bottom: 1px solid #fff;
}
.info_contact{
    display: inline-block;
    border-top: 1px solid #383838;
    padding: 25px 0 25px 0;
    margin-left: 100px;
}
.info_contact li{
    display: inline-flex;
    align-items: center;
    height: 70px;
    font-family: "Akrobat-Regular";
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}
.info_contact li div{
    position: relative;
    padding: 0 40px 0 72px;
}
.info_contact li:first-child div{
    padding: 0 40px 0 62px;
}
.info_contact li:last-child div{
    padding: 0;
}
.info_contact li:last-child div a{
    display: block;
    ]transition: all 0.3s ease-in-out;
}
.info_contact li:last-child div a:hover{
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.info_contact li div svg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.info_contact li div i{
    display: block;
    font-style: normal;
}
.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout + .bs-callout {
    margin-top: -5px;
}

.callout-default {
    border-left-color: #777;
}
.callout-default h4 {
    color: #777;
}

.callout-primary {
    border-left-color: #428bca;
}
.callout-primary h4 {
    color: #428bca;
}

.callout-success {
    border-left-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}

.callout-danger {
    border-left-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}

.callout-warning {
    border-left-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}

.callout-info {
    border-left-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}

.callout-bdc {
    border-left-color: #29527a;
}
.callout-bdc h4 {
    color: #29527a;
}
.new_adver_b{
    position: relative;
    display: flex;
    width: 65%;
    height: 305px;
    align-items: center;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 23px;
    padding: 55px 75px 55px 585px;
    margin: 130px auto 70px auto;
}
.new_adver_b img{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: -85px 0 0 -50px;
}
.new_adver_b a{
    display: inline;
    border-bottom: 1px solid transparent;
    font-family: "Akrobat-Bold";
    font-size: 34px;
    color: #2C519E;
    line-height: 1.1;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.new_adver_b a:hover{
    border-bottom: 1px solid #2C519E;
    transition: all 0.3s ease-in-out;
}
.new_adver_b i{
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 18px;
    font-style: normal;
    color: #2C519E;
    line-height: 1.3;
}