*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 18px;
    font-family: 'Arial';
}
li {
  	text-decoration: none;
  	list-style: none;
}
a,
input,
button {
  	outline: none;
  	text-decoration: none;
    color: #3a3a3a;
}
.container{
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

.container_bottom {
margin-bottom: 90px;
}

.menu {

    padding-left: 20px;
}

.footer__text {
    font-size: 14px;
    max-width: 800px;

}
.header__btns img {
    width: 30px;
    height: 30px;

}

.partner-button img {
	width: 25px;
    height: 21px;
}

.display__flex{
    display: flex;
}
.align__center{
    align-items: center;
}
.space__between{
    justify-content: space-between;
}
.flex__wrap{
    flex-wrap: wrap;
}
/* Шапка */

/* Верхняя шапка */
header{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
}
.header__top{
    background: #232323;
}
.header__top_inner{
    height: 80px;
}
.country__select{
    position: relative;
}
.country__select_link{
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}
.country__select_link:before{
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    top: 50%;
    transform: translateY(-10%);
    right: 0;
    transition: all 0.3s;
}
.country__select_link.active:before{
    transform: translateY(-70%) rotate(180deg);
}
.country__select_dropdown{
    position: absolute;
    background: #004ca2;
    width: 100%;
    padding: 15px;
    display: none;
    margin-top: 10px;
    z-index: 1;
}
.country__select_dropdown li:nth-child(1){
    margin-top: 0;
}
.country__select_dropdown li{
    margin-top: 10px;
    font-size: 16px;
}
.country__select_dropdown li a{
    color: #fff;
}
.language__select{
    /*margin-left: 75px;*/
}
.lang:nth-child(1){
    margin-right: 10px;
}
.social_links{
    display: inline-flex;
}
.social_link img{
    width: 32px;
    height: 32px;
}
.social_link{
    margin-right: 10px;
    margin-top: 10px;
    display: inline-flex;
}
.social_link:nth-last-child(1){
    margin-right: 0;
}
.version_eye{
    font-size: 20px;
    margin-left: 70px;
    padding-right: 45px;
    position: relative;
    color: #fff;
    font-size: 14px;
}
.version_eye:before{
    content: url(../../image/eye.png);
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translateY(-40%) scale(.6);
    right: 0;
}

/* Нижняя шапка */

.header__bottom_inner{
    height: 150px;
}
.country__news{
    position: relative;
}
.country__news_link span{
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 22px;
    padding-right: 25px;
    position: relative;
    margin-top: 16px;
}
/*.country__news_link span:before{
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 9px solid #3a3a3a;
    top: 50%;
    transform: translateY(-30%);
    right: 0;
}*/
.menu__list_item{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px;
    transition: all 0.3s;
    height: 120px;
    display: flex;
    align-items: center;
}
.menu__list_item a{
    transition: all 0.3s;
}
.menu__list_item.active{
    background: #004ca2;
}
.menu__list_item.active a{
    color: #fff;
}
.menu__list_item.active .drop__menu:before{
    border-top: 9px solid #fff;
}
.menu__list_item:hover{
    background: #004ca2;
}
.menu__list_item:hover a{
    color: #fff;
}
.menu__list_item:hover ul a{
    color: #3a3a3a;
}
.drop__menu{
    position: relative;
    transition: all 0.3s;
}
.drop__menu:before{
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 9px solid #3a3a3a;
    top: 50%;
    transform: translateY(-30%);
    right: -20px;
    transition: all 0.3s;
}
.dropdown__menu{
    position: relative;
}
.menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    transition: all 0.5s;
    z-index: 1;
    width: 340px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 40px;
}
.menu ul li:hover > ul {
    display:block;
}
.menu ul li:hover .drop__menu:before{
    transform: translateY(-75%) rotate(180deg);
    border: 7px solid transparent;
    border-top: 9px solid #fff;
}
.menu ul ul li{
    position: relative;
    padding: 20px 0;
}
.menu ul ul li a{
    transition: all 0.3s;
}
.menu ul ul li:hover a {
    color: #004ca2;
}
.header__btns, .header__btn{
    display: inline-flex;
}
.header__btns.negative{
    display: none;
}
.header__btn:nth-child(1){
    margin-right: 20px;
}
.search{
    position: relative;
}
.search_form {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
}
.search_form input {
    height: 40px;
    width: 210px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #004ca2;
    color: #3a3a3a;
}
.country__news_dropdown{
    position: absolute;
    background: #004ca2;
    width: 100%;
    padding: 15px;
    display: none;
    margin-top: 10px;
    z-index: 1;
}
.country__news_dropdown li:nth-child(1){
    margin-top: 0;
}
.country__news_dropdown li{
    margin-top: 10px;
    font-size: 16px;
}
.country__news_dropdown li a{
    color: #fff;
}
/* Баннер */
.banner{
    background: #004ca2;
}
.banner_inner{
    height: 120px;
}
.banner_inner h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.banner_link{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-left: 55px;
    padding-right: 60px;
    position: relative;
}
.banner_link:before{
    position: absolute;
    content: url(../../image/arrow.png);
    top: 50%;
    transform: translateY(-30%);
    right: 0;
}
/* Новости на главной со слайдером*/

.main__news{
    padding-top: 130px;
    padding-bottom: 150px;
}
.main__news_lastnews{
    background: #f7f7f7;
    padding: 60px;
    padding-bottom: 50px;
    max-width: 580px;
}
.lastnews__title{
    color: #004ca2;
    font-size: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.lastnews__item_title{
    font-weight: bold;
    font-size: 14px;
}
.lastnews__item_date{
    padding-left: 30px;
    position: relative;
    color: #004ca2;
    font-size: 14px;
    margin-top: 15px;
}
.lastnews__item_date:after{
    position: absolute;
    content: url(../../image/date.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(.7);
}
.lastnews__item{
    margin-bottom: 35px;
}
.all__news{
    font-size: 14px;
    color: #004ca2;
    font-weight: bold;
    position: relative;
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
}
.all__news:before{
    position: absolute;
    content: url(../../image/arrow_bl.png);
    right: 0;
    top: 60%;
    transform: translateY(-50%) scale(.7);
}
.main__news_slider{
    max-width: 990px;
    height: 100%;
}
.main__news_slide{
    position: relative;
}
.slide_fon{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.main__news_slide-text{
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    bottom: 57px;
    left: 57px;
    max-width: 550px;
}
.slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    outline: none;
    content: '';
    cursor: pointer;
    z-index: 1;
    width: 34px;
    height: 12px;
}
.slick-prev{
    background: url(../../image/arrow_left.png);
    bottom: 64px;
    right: 130px;
}
.slick-next{
    background: url(../../image/arrow_right.png);
    bottom: 64px;
    right: 80px;
}

/* Статьи */

.main_articles{
    padding-top: 150px;
    padding-bottom: 200px;
}
.article{
    max-width: 470px;
}
.article__title{
    color: #004ca2;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: 800;
}
.article__wrapper{
    position: relative;
    display: inline-flex;
}
.article_fon{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.article-text{
    position: absolute;
    z-index: 0;
    left: 30px;
    bottom: 105px;
    color: #fff;
    max-width: 250px;
    font-weight: bold;
}
.article-text.unicle{
    font-weight: 400;
    font-style: italic;
    max-width: 370px;
}
.article_image{
    width: 470px;
    height: 627px;
}
.article__next{
    position: absolute;
    display: flex;
    align-items: center;
    left: 30px;
    z-index: 0;
    bottom: 55px;
    color: #1ba8ff;
    font-weight: bold;
    font-size: 16px;
}
.article__next img{
    margin-left: 15px;
}
.article__date{
    position: absolute;
    display: flex;
    align-items: center;
    left: 30px;
    z-index: 0;
    bottom: 55px;
    color: #1ba8ff;
    /*font-weight: 400;*/
    font-size: 16px;
}
.article__date img{
    margin-right: 15px;
}
/* Проекты на главной */

.projects{
    padding-top: 70px;
    padding-bottom: 160px;
    background: #f7f7f7;
}
.project{
    max-width: 495px;
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-flex;
    margin-top: 50px;
}
.project__fon{
    position: absolute;
    height: 300px;
    bottom: 0;
    left: 0;
}
.project__text{
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 25px;
    bottom: 55px;
    font-size: 16px;
}
.play-button{
    position: absolute;
    bottom: 30px;
    right: 40px;
    display: inline-flex;
}
.project__inner-text{
    justify-content: flex-end;
    color: #004ca2;
    font-weight: bold;
    margin-top: 50px;
    font-size: 14px;
}
.project__inner-text img{
    margin-left: 10px;
    width: 30px;
}
/* Партнёры */
.partners{
    padding-bottom: 200px;
    padding-top: 130px;
}
.partner{
    max-width: 358px;
    width: 100%;
    height: 218px;
    position: relative;
    display: inline-flex;
    margin-top: 50px;
}
.partner__fon{
    position: absolute;
    height: 218px;
    bottom: 0;
    left: 0;
}
.partner__text{
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 25px;
    max-width: 250px;
    font-size: 14px;
}
.partner-button{
    position: absolute;
    bottom: 25px;
    right: 30px;
    display: inline-flex;
}
/* Подвал */
.footer{
    padding-top: 90px;
    padding-bottom: 160px;
    background: #232323;
}
.footer_btn{
    background: none;
    width: 260px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #959595;
    outline: none;
    cursor: pointer;
    border: 1px solid #2E2E2E;
    font-size: 16px;
}
.footer__text{
    color: #fff;
}
.footer__form input{
    outline: none;
    margin-right: 25px;
    border: none;
    width: 400px;
    height: 44px;
    padding-left: 30px;
    font-size: 20px;
    color: #2E2E2E;
}
.mt50{
    margin-top: 50px;
}
.footer__form input::-webkit-input-placeholder {color:#000;}
.footer__form input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.footer__form input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.footer__form input:-ms-input-placeholder      {color:#000;}
.popup_country_blue{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'Verdana', sans-serif;
    color: #3a3a3a;
    z-index: 80;
    display: none;
}
.popup_country{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'Verdana', sans-serif;
    color: #3a3a3a;
    z-index: 80;
    display: none;
}
.country__row_item{
    margin-top: 20px;
    max-width: 480px;
    width: 100%;
    padding-left: 40px;
}
.country__item_name{
    font-weight: bold;
    position: relative;
    font-size: 16px;
}
.country__item_name img{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}
.country__item_link{
    color:#4285c2;
    margin-top: 5px;
    display: block;
    font-size: 14px;     
    position: relative;  
}
.country__item_link_balance{
    color:#4285c2;
    margin-top: 5px;
    display: block;
    font-size: 14px;     

}
.country__link_window{
    position: absolute;
    background: #fff;
    max-width: 600px;
    max-height: 300px;
    width: 100%;
    z-index: 90;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(58, 58, 58, 0.2);
}
.country_link-next{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color:#004ca2;
    font-size: 14px;
    font-weight: bold;
}
.country_link-next img{
    margin-left: 10px;
}
.country_link-text{
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.country_link_sub{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
}
.country_link_sub span{
    font-weight: bold;
}
.county__link_close{
    display: flex;
    justify-content: flex-end;
}
.popup_modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}
.bg{
    background: rgba(0,0,0,0.3);
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.popup_wrapper{
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    padding: 70px;
    z-index: 40;
    text-align: center;
}
.popup_country_wrapper{
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1610px;
    z-index: 80;
    width: 100%;
}
.popup_country_header{
    height: 72px;
    background: #004ca2;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    padding-left: 40px;
    padding-right: 30px;
}
.popup_country_content{
    background: #fff;
    padding: 40px;
    /*overflow-y: scroll;*/
    /*max-height: 80vh;*/
}
.popup_form input, .popup_form button{
    width: 320px;
    height: 44px;
    margin: 0 auto;
    outline: none;
}
.popup_form input{
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 18px;
}
.country__popup_title{
    font-weight: bold;
    margin-bottom: 40px;
}
.popup__text{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color:#004ca2;
    margin-bottom: 40px;
}
.btn__close{
    cursor: pointer;
}
.project__image, .project__fon, .project, .article_image, .article_fon, .partner__image, .partner__fon, .partner{
    width: 100%;
    height: 100%;
}
/* Внутренняя новость */
.news{
    padding-top: 90px;
    /*padding-bottom: 90px;*/
    font-family: 'Verdana', sans-serif;
}
.news__header{
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}
.news__stat{
    /*justify-content: flex-end;*/
    padding-bottom: 35px;
    border-bottom: 3px solid #eb1405;
    color: #3a3a3a;
}
.news__stat_date{
    font-weight: bold;
    margin-left: 15px;
    color: #3a3a3a;
}
.news__inner{
    border-bottom: 2px solid #d9d9d9;
}
.news__inner_detailed{
    max-width: 410px;
    min-width: 410px;
    width: 100%;
    border-right: 2px solid #d9d9d9;
}
.news_detail{
    padding-left: 15px;
    padding-top: 70px;
}
.news__inner_detailed .news_detail:nth-last-child(2){
    padding-bottom: 100px;
    border-bottom: 2px solid #d9d9d9;
}
.news_detail p, .news_detail a{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3a3a3a;
}
.news_detail a{
    color: #004ca2;
    margin-top: 5px;
    display: inline-block;
}
.news__social img{
    width: 50px;
    height: 50px;
}
.news__social{
    padding-top: 57px;
    padding-left: 15px;
    margin-bottom: 40px;
}
.news__social a{
    display: inline-flex;
}
.news__social div a{
    margin-left: 10px;
}
.news__social div a:nth-child(1){
    margin-left: 0;
}
.mt10{
    margin-top: 10px;
}
.news__inner_text{
    padding-left: 100px;
    padding-bottom: 100px;
    width: 100%;
}
.news_prew_similar_program {
    float: left;
    max-width: 540px;
    padding: 0px 30px 30px 0px;

}
.news__inner_text_item{
    padding-top: 40px;
    color: #060003;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
.news__similar_header{
    margin-top: 120px;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 45px;
    border-bottom: 3px solid #eb1405;
}
.news__similarr_item{
    margin-top: 110px;
    max-width: 660px;
}
.news__similarr_item_news_list{
    margin-top: 20px;
    max-width: 660px;
}
.news__similar_icon{
    background: #919191;
    width: 160px;
    height: 52px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
	padding: 20px;
}
.news__similar_text{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 35px;
    color: #3a3a3a;
}
.news__inner_user_item{
    width: 420px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 1px rgba(0, 76, 162, 0.05);
    -moz-box-shadow: 0px 0px 40px 1px rgba(0, 76, 162, 0.05);
    box-shadow: 0px 0px 40px 1px rgba(0, 76, 162, 0.05);
    padding: 40px;
}
.user_photo{
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
}
.news__inner_user_name{
    color: #004ca2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding-top: 80px;
}
.news__inner_user_status{
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
}
.news__inner_user_links{
    margin-top: 40px;
}
.news__inner_user_biog{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #b3b3b3;
    font-weight: bold;
    font-size: 16px;
}
.news__inner_user_biog img{
    margin-right: 10px;
}
.mt70{
    margin-top: 70px;
}
.mt100{
    margin-top: 100px;
}
.mr100{
    margin-right: 100px;
}

.blue_button_pr {
    font-weight: 600;
    /* margin-top: 20px; */
    width: 150px;
    font-size: 12px;
    align-content: right;
    text-align: center;
    /* margin-left: 170px; */
    position: absolute;
    top: 300px;
    left: 90px;

}

.news_prew_note_pr {
    color: #fff;
    position: absolute;
    top: 180px;
    left: 20px;
    /* font-weight: 600; */
    font-size: 14px;
    /* width: 100%; */
    padding: 0px 20px 0px 0px;

}

.news_prew_note_pr_title {
    color: #fff;
    position: absolute;
    top: 140px;
    left: 20px;
    font-weight: 600;
    font-size: 16px;
}

.news_prew_img_pr {
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 269px;
    float: left;
    margin: 0px 30px 30px 0px;

}
.news_prew_bg_pr {
    position: absolute;
    left: 0;
    /* width: 302px;*/

}

.gum_banner{
    display: block;
    position: relative;
}
.gum_banner_title {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Verdana';
}

.gum_banner_m_display {
    display: none;
}





.top-banner {
  
    height: 350px;
    background-size: cover;
    margin: 0;

}

.top_banner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

.top_banner h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.top_banner p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
}

.banner_button {

    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    width: 280px;
    /* height: 40px; */
    background-size: cover;
    margin: 0 auto;
    max-width: 200px;


}

.main {
    margin-top: 30px;

}

.main_coll_1 {
    max-width: 400px;

}

.top_news_top h4 {
    font-size: 20px;

}

.expert_top_news {
    font-weight: 600;
    margin-top: 10px;

}

.expert_top_news_p {
    margin-top: 20px;
    line-height: 1.4;

}
.expert_top_span {
    font-size: 14px;
    background-color: #E4EAFE;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;

} 

.news_p_title {
    margin-top: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;

}
.news_tag {
    font-size: 14px;
    background-color: #E4EAFE;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    font-weight: 100;

} 

.brifing_video {
    margin-top: 30px;

}

.banner_coll_1 {
    background-color: #E5EBFF;
    padding: 40px;
    margin-top: 40px;

}

.banner_coll_1_title {
    font-weight: 600;
    font-size: 20px;

}

.blue_line {
    margin-bottom: 15px;
}

.banner_coll_1_text_1 {
    margin-bottom: 5px;
    font-weight: 600;
}

.banner_coll_1_text_2 {
    font-weight: 600;
}

.blue_button {
font-weight: 600;
margin-top: 20px;
width: 150px;
font-size: 12px;
align-content: right;
text-align: center;
margin-left: 170px;
}

.banner_coll_1_text_prew {
    margin-bottom: 15px;


}

.main_coll_2 {
    max-width: 350px;

}
.news_prew{
    max-width: 302px;
    margin-bottom: 40px;
}

.news_prew_img_width {
    max-width: 302px;

}
.news_prew_img {
    display: block;
    position: relative;
    margin-bottom: 10px;

}

.news_prew_bg {
    position: absolute;
    left: 0;
    width: 302px;

}
.news_prew_note {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 600;

}

.news_prew_title {
    font-weight: 600;
    margin: 10px 5px 10px 0px;
    font-size: 16px;
    line-height: 1.4;

}

.news_prew_text {

    font-size: 16px;
    line-height: 1.4;
}

.main_coll_4 {
    max-width: 400px;

}

.r_news_prew_img_width {
    width: 100%;
    height: 140px;
    margin-top: 15px;

}

.r_news_p_title {
    margin-top: 15px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 15px;

}

.r_news_main_title h4 {

    font-size: 20px;
}

.r_gum{
    margin-top: 40px;
}

.banner_coll_2 {
    background-color: #E5EBFF;
    padding: 40px;
    margin-top: 40px;
    max-width: 300px;

}

.red_button {
    font-weight: 600;
    margin-top: 20px;
    width: 150px;
    font-size: 12px;
    align-content: right;
    text-align: center;
    margin-left: 80px;

}

.banner_coll_2_text {
    padding-top: 20px;

}

.banner_coll_3_press {
    
    background-color: #F2F2F2;
    margin-top: 40px;
    min-height: 320px;
}

.banner_coll_1_title_press {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0px 20px 0px;
}

.banner_coll_3_photo_press {
    padding: 10px;
    color: #fff;
    width: 240px;
    height: 320px;
    float: left;

}

.blue_button_coll_3_press {
    font-weight: 600;
    margin-top: 20px;
    width: 150px;
    font-size: 12px;
    text-align: center;
    /*margin-left: 620px;*/
    margin-left:75%;
}

.banner_coll_3_content_press {
    margin: 40px 40px 40px 290px;
    padding-top: 30px;

}

.banner_coll_3_text_prew_press {
   /* font-style: italic;*/

}

.main_banner {
    margin-bottom:60px;
}
.news_prew_similar_block {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px

}

.news_prew_similar {
    float: left;
    max-width: 800px;
    padding: 0px 30px 30px 0px;
}
.social_text {

    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 40px;
}

.news_prew_similar_cat {
    float: left;
    max-width: 550px;
    padding: 0px 30px 30px 0px;

}
.pr_coll_1 {
    font-size: 14px;
    width: 350px;
    float: left;
    font-weight: 600;
}
.pr_coll_1_item {
    background-color: #E5EBFF;
    padding: 20px;
    margin: 20px 40px 10px 0px;

}
.pr_coll_1_item_sub {
    background-color: #F2F2F2;
    padding: 20px;
    margin: 20px 40px 10px 30px;
}

.pr_coll_2 {
    font-size: 14px;
    width: 350px;
    float: left;
    font-weight: 600;
}
.pr_coll_2_item {
    background-color: #F2F2F2;;
    padding: 20px;
    margin: 20px 40px 10px 0px;

}

.pr_coll_3 {
    font-size: 14px;
    width: 350px;
    float: left;
    font-weight: 600;
}
.pr_coll_3_item {
    background-color: #F2F2F2;;
    padding: 20px;
    margin: 20px 40px 10px 0px;

}
.media_prew {
    width: 320px;
    float: left;
    margin: 10px;
    height: 300px;
}

.media_prew_date {

    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}
.media_video {
    height: 600px;
}


.form_input input {
    width: 350px;
    height: 35px;
    margin: 10px 0px 20px 0px;

}

.form_input_message textarea {
    width: 350px;
    height: 90px;
    margin: 10px 0px 20px 0px;

}
.form_input input[type="checkbox"] {
    
    height: 35px;
    margin: 10px 0px 20px 0px;

}
.red_line {
    margin-top:10px;
}
.blue_line {
    margin-top:10px;

}

/* Адаптация */

@media (max-width: 1660px) {
    .container{
        width: 95%;
    }
    .main__news_slider {
        max-width: 860px;
    }
    .menu__list_item{
        padding: 0 25px;
    }
    .project{
        max-width: 465px;
    }
    .popup_country_wrapper{
        width: 90%;
    }


    .gum_banner{
        display: none;
    }
    .gum_banner_m_display {
        display: block;
    }
    .gum_banner_m {

        width: 100%;
        height: 100px;
    }
    .gum_banner_title_m {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Verdana';
        font-weight: 800;
        margin: 30px;
    }

    .news__inner_detailed {
        max-width: 310px;
        min-width: 310px;
    }
}
@media (max-width: 1520px) {
    .main__news_slider {
        max-width: 760px;
    }
    .country__news_link span{
        font-size: 18px;
    }
    .menu__list_item{
        font-size: 16px;
    }
    .article_image{
        height: 554px;
        width: 414px;
    }
    .article__title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .partner{
        max-width: 320px;
    }
    .partner__text{
        font-size: 16px;
    }
    .project{
        max-width: 414px;
    }
    .mr100{
        margin-right: 40px;
    }
}

@media (max-width: 1463px) {
    .mr100{
        margin-right: 0px;
    }
    .mt100{
        margin-top: 70px;
    }
    .news__inner_user_next_item {
        display: block;
    }
}
@media (max-width: 1400px) {
    .menu__list_item {
        font-size: 14px;
    }
    .main__news_slider {
        max-width: 660px;
    }
    .main__news_slide-text{
        max-width: 430px;
        left: 40px;
    }
    .slick-next{
        right: 60px;
    }
    .slick-prev{
        right: 110px;
    }
    .news__inner_text{
        padding-left: 60px;
        padding-bottom: 60px;
    }
    .news__similarr_item {
        max-width: 600px;
    }
}
@media (max-width: 1320px) {
    .menu {
        position: fixed;
        z-index: 60;
        left: -100%;
        transition: all 0.4s ease;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .menu.open-menu{
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .menu__list {
        display: block;
    }
    .menu__list_item {
        height: unset;
        padding: 5px 0;
        font-size: 18px;
        display: block;
        text-transform: unset;
    }
    .dropdown__menu{
        padding-bottom: 0;
    }
    .menu ul ul li{
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 7px;
        padding-right: 0;
    }
    .menu__list_item a {
        color: #fff;
    }
    .drop__menu:before {
        display: none;
    }
    body.open-menu{
        overflow-y: hidden;
    }
    .menu ul ul{
        position: unset;
       /* display: block;*/
        padding: 0;
        background: transparent;
        box-shadow: none;

        font-weight: 100;
        text-transform: initial;
        display: none;
        margin-top: 20px;

        
    }
    .menu ul ul li{
        max-width: 200px;
        width: 100%;
    }
    .menu__list_item{
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    /* Burger Menu */
    .menu__list_item:hover ul a{
        color: #fff;
    }
    .menu-burger__header {
        position: relative;
        width: 58px;
        height: 58px;
        display: block;
        z-index: 70;
        cursor: pointer;
        top: 0;
        right: 0;
        border-radius: 5px;
        margin-left: auto;
        margin-right: 50px;
    }
    .menu-burger__header span, .menu-burger__header:after,.menu-burger__header:before{
        height: 5px;
        width: 58px;
        position: absolute;
        background: #004ca2;
        border-radius: 2px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .menu-burger__header span{
        opacity: 1;
        top: 26px;
        transition: all 0.4s ease;
    }
    .menu-burger__header:after{
        content: '';
        transition: all 0.4s ease;
        bottom: 7px;
    }
    .menu-burger__header:before{
        content: '';
        transition: all 0.4s ease;
        top: 8px;
    }
    .menu-burger__header.open-menu span {
        opacity: 0;
        top: 16px;
        transition: all 0.4s ease;
        background: #fff;
    }
    .menu-burger__header.open-menu:after {
        transform: translateX(-50%) rotate(-45deg);
        bottom: 28px;
        transition: all 0.4s ease;
        background: #fff;
    }
    .menu-burger__header.open-menu:before {
        transform: translateX(-50%) rotate(45deg);
        top: 25px;
        transition: all 0.4s ease;
        background: #fff;
    }
    .burger_bg{
        margin: 0;
        display: block;
        position: fixed;
        top: 0;
        background: #004ca2;
        width: 100%;
        height: 100%;
        left: -100%;
        transition: all 0.4s ease;
        z-index: 50;
    }
    .burger_bg.open-menu {
        left: 0;
    }
    .banner_link{
        font-size: 14px;
    }
    .banner_inner h3{
        font-size: 26px;
    }
    .partner, .project {
        max-width: 360px;
    }
    .article_image {
        height: 480px;
        width: 360px;
    }
    .article-text.unicle{
        max-width: 270px;
    }
    .article-text{
        bottom: 75px;
    }
    .article__next, .article__date{
        bottom: 35px;
    }
    .main__news_inner {
        display: block;
    }
    .main__news_slider {
        max-width: 1000px;
        margin: 0 auto;
    }
    .main__news_lastnews{
        padding: 60px;
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .article__title {
        font-size: 18px;
    }
    .menu ul ul li:hover a {
        color: #fff;
    }
}
@media (max-width: 1280px) {
    .news__inner{
        flex-wrap: wrap-reverse;
    }
    .news__inner_text {
        padding-right: 60px;
    }
    .news__inner_detailed{
        border: none;
    }
    .news__inner_detailed{
        max-width: unset;
        min-width: unset;
    }
    .news_detail{
        padding-left: 60px;
    }
    .news__inner_text{
        border-bottom: 2px solid #d9d9d9;
    }
    .news__social{
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .news__social div {
        display: flex;
        justify-content: center;
    }
    .news__similar_header{
        margin-top: 70px;
    }
    .mr100{
        margin-right: 70px;
    }
    .news__inner_user_next_item {
        display: flex;
    }
    .news__inner_user_item{
        margin: 0 auto;
        margin-top: 70px;
    }
}
@media (max-width: 1160px) {
    .main_articles_inner{
        display: block;
    }
    .article {
        max-width: 660px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .article_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 00;
    }
    .partner, .project {
        max-width: 520px;
    }
    .article__wrapper {
        width: 660px;
        height: 400px;
    }
    .article__title{
        font-size: 20px;
    }
    .article-text.unicle {
        max-width: 390px;
    }
    .main__news {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .main_articles{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .projects, .partners{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .news__inner_text_item{
        font-size: 22px;
    }
}
@media (max-width: 1120px) {
    .project__inner {
        display: block;
        max-width: 560px;
        margin: 0 auto;
    }
    .project__image{
        object-fit: cover;
        object-position: 00;
    }
    .partners__inner {
        display: block;
        max-width: 560px;
        margin: 0 auto;
    }
    .partner__image{
        object-fit: cover;
        object-position: 00;
    }
    .partner, .project {
        max-width: 560px;
    }
    .project__inner-text img{
        display: none;
    }
    .project__inner-text{
        justify-content: center;
        font-size: 16px;
    }
    .version_eye{
        margin-left: 14px;
    }
    .footer__form input{
        width: 300px;
    }

    .banner_coll_3_photo_press {
       
        height: 100%;
        float: none;
        margin: 0 auto;
        height: 250px;
    
    }
    .banner_coll_3_content_press {
        margin: 40px 40px 40px 50px;

    }
    .blue_button_coll_3_press {
        margin-left: 70px;
        padding-bottom: 40px;

    }
}
@media (max-width: 1024px) {
    header .social__links{
        position: absolute;
        z-index: 60;
        left: -100%;
        transition: all 0.4s;
    }
    header .social__links.open-menu {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer__inner {
        flex-wrap: wrap-reverse;
    }
    .popup_country_header{
        font-size: 20px;
    }
    .footer__form{
        margin-bottom: 50px;
    }
}
@media (max-width: 800px) {
    .container{
        width: 90%;
    }
    footer .country__select{
        display: none;
    }
    .footer__inner {
        justify-content: flex-end;
    }
    .footer__inner:not(.mt50){
        display: block;
    }
    .footer__inner:not(.mt50) .footer_btn{
        margin-left: auto;
        margin-top: 25px;
    }
    .footer__inner:not(.mt50) .social__links{
        justify-content: flex-end;
        display: flex;
    }
    .language__select {
        margin-left: 10px;
    }
    .version_eye {
       /* display: none;*/
       margin-right: 50px;
       max-width: 140px;
       text-align: right;
    }
    .header__btns{
        display: none;
    }
    .header__btns.negative{
        display: inline-flex;
    }
    .header__btns.negative img{
        width: 27px;
        height: 27px;
        margin-top: 7px;
    }
    .popup__text{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .news__inner_text_item{
        font-size: 18px;
        line-height: 34px;
        padding-top: 45px;
    }
    .news__inner_text{
        padding-left: 30px;
        padding-right: 30px;
    }
    .news_detail{
        padding-left: 30px;
    }
    .menu-burger__header{
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .article__wrapper {
        width: 100%;
        max-width: 660px;
        max-height: 400px;
    }
    .banner_link {
        margin-left: 25px;
        max-width: 410px;
    }
    .banner {
        background-position: left!important;
    }
    .main__news_slide-text {
        max-width: 410px;
        left: 25px;
    }
    .news__similarr_item{
        max-width: unset;
    }
    .news__similar_text{
        font-size: 20px;
    }
    .news__similar_icon{
        max-width: 160px;
        min-width: 160px;
    }
    .popup_country_header{
        font-size: 16px;
    }
    .btn__close{
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 640px) {
    .country__link_window{
        max-height: unset;
        transform: translate(-50%,-50%);
    }
    .footer__form{
        display: block;
    }
    .footer__form input{
        width: 260px;
        margin-bottom: 25px;
    }
    .footer__form input, .footer__form button{
        margin-left: auto;
        margin-right: 0;
    }
    .main__news_slide-text{
        font-size: 18px;
        bottom: 70px;
    }
    .slick-arrow{
        bottom: 35px;
    }
    .main__news_slide img {
        width: 100%;
    }
    .project__text, .partner__text{
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .footer__inner:not(.mt50) .social__links {
        justify-content: center;
    }
    .footer__inner:not(.mt50) .footer_btn {
        margin: 0 auto;
        margin-top: 25px;
    }
    .footer__form {
        width: 260px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .footer__inner{
        justify-content: center;
    }
    .news__inner_text_item {
        font-size: 16px;
        line-height: 28px;
        padding-top: 35px;
    }
    .news__inner_user_item{
        width: 360px;
        padding: 15px;
    }
    .news__inner_user_name{
        padding-top: 50px;
    }
    .media_video {
        height: 300px;
    }
    
}
@media (max-width: 500px) {
    .banner_link {
        font-size: 14px;
    }
    .banner_inner h3 {
        font-size: 20px;
    }
    .country__news_link span {
        font-size: 16px;
    }
    .lastnews__item_title {
        font-size: 14px;
    }
    .main__news_lastnews{
        padding: 30px;
    }
    .article-text.unicle {
        max-width: 300px;
    }
    .country__select_link{
        font-size: 14px;
    }
    .news__similar_text{
        margin-left: 0;
        text-align: center;
    }
    .news__similarr_item{
        flex-wrap: wrap;
        margin-top: 60px;
    }
    .news__similar_icon{
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .country__popup_title{
        font-size: 14px;
    }
    .popup_country_header{
        padding: 0 15px;
    }
    .popup_country_content{
        padding: 20px 15px;
    }
}
@media (max-width: 460px) {
    .news__inner_text.ultimate{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .country__item_link,.country__item_link_balance{
        font-size: 12px;
    }
    .country__item_name{
        font-size: 14px;
    }
}
@media (max-width: 414px) {
    .banner_inner h3 {
        font-size: 18px;
    }
    .banner_link {
        font-size: 12px;
    }
    .main__news_slide-text{
        font-size: 16px;
    }
    .lastnews__item_title {
        font-size: 12px;
    }
    .article-text, .project__text, .partner__text{
        font-size: 14px;
    }
    .article-text.unicle {
        max-width: 260px;
    }
    .footer__text{
        font-size: 14px;
    }
    .country__news_link svg {
        width: 25px;
    }
    .news__header{
        font-size: 20px;
    }
    .news__inner_text{
        padding-left: 0;
        padding-right: 0;
    }
    .news_detail p, .news_detail a {
        font-size: 16px;
    }
    .news__inner_user_item{
        width: 100%;
    }
    .popup_country_header {
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .language__select {
        margin-left: 15px;
    }
    .country__select_link{
        padding-right: 25px;
    }
    .country__news_link span {
        font-size: 14px;
        margin-left: 10px;
    }
    .article-text, .article__next, .article__date{
        left: 10px;
    }
    .main__news_slide img {
        height: 260px;
    }
    .popup_country_header {
        font-size: 12px;
    }
}
