/**
 * Header
 */
/*.home_container {*/
/*    max-width: 100% !important;*/
/*}*/
.disclaimer{
    position: absolute;
    width: 500px;
    color: white;
    top: 30px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #FFFFFF40;
    gap: 8px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #FFFFFF0F;
}
.disclaimer i{
    color: #F3C05F;
}
a{
    text-decoration: none;
}
.btn:hover {
    border-color: unset !important;
}
.navbar {
    z-index: 1;
}
.content{
    margin-top: -90px !important;
}
.newa-slider{
    width: 100%;
    height: 730px;
    margin-top: 90px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
.news_header_content{
    position: relative;
    top: 370px;
    display: flex;
    flex-direction: column;
    width: 600px;
    left: 210px;
}
.st-custom-button{
    cursor: pointer;
}
.news_header_content .page_name{
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
}
.news_header_content .under_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFFB2;
}
.full_screen_news_header {
    height: 730px;
    width: 100%;
    background-position: 98%;
    background-size: 540px;
    background-color: #214757;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.responsibility{
    position: absolute;
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(25px);
    left: 0;
    top: -140%;
    width: 436px;
}
.responsibility p{
    margin-bottom: 0;
}

/**
 * news data items
 */
.filter_news_list ul{
    list-style-type: none;
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}
.filter_news_list ul li{
    border-radius: 4px;
    border: 1px solid rgba(30, 30, 30, 0.10);
    backdrop-filter: blur(15px);
    display: flex;
    padding: 12px 24px 12px 24px;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.filter_news_list ul li.active{
    border-radius: 4px;
    border: 1px solid rgba(30, 30, 30, 0.10);
    backdrop-filter: blur(15px);
    display: flex;
    padding: 12px 24px 12px 24px;
    align-items: center;
    gap: 4px;
    background: #214757;
    color: white;
}
.news-bloks {
    /*padding: 60px 40px;*/
    width: 100%;
    position: relative;
    left: 14px;
    /*margin-top: 150px!important;*/
}
.first_block .l_news_item{
    height: unset !important;
    min-height: 352px !important;
}
.first_block .l_news_item{
    width: 49.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.second_block , .first_block,.l_news_form{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.latest_news .second_block, .first_block,.l_news_form{
    /*flex-direction: column;*/
}
.first_block .l_news_item:nth-child(1){
    background-position: 60%;
}
.first_block .l_news_item:nth-child(2){
    background-position: 100%;
}

.news_item_background{
    position: relative;
    border-radius: 5px;
    width: 50%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 147px;
    background-repeat: no-repeat;
    background-size: cover;

}
.block-1{
    height: 343px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    margin-top: 15px;
    display: flex;
    width: 100%;
    /*margin-bottom: 39px;*/
}
.news_page_subscribe{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-position: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*padding: 15px;*/
}
/*.footer, .get_in_touch{*/
/*    margin-top: 0!important;*/
/*    position: initial !important;*/
/*}*/
.week_button_first{
    color: white;
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 20px;*/
    backdrop-filter: blur(50px);
    /*width: 164px;*/
    /*height: 32px;*/
    padding: 7px 13px 10px 13px;
    border-radius: 4px;
    gap: 4px;

}
.event_button_second{
    color: white;
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 190px;*/
    backdrop-filter: blur(50px);
    /*width: 66px;*/
    /*height: 32px;*/
    padding: 7px 13px 10px 13px;
    border-radius: 4px;
    gap: 4px;
}
.news_item_title{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 40px;
    color: white;
    letter-spacing: -2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_item_description{
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l_news_item_title {
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
}
.l_news_item{
    border-radius: 5px;
    width: 50%;
}
.tags{
    background-color:#FFFFFF0F;
    color:#FFFFFF;
    padding: 7px 13px 10px 13px;
    border-radius: 4px;
    margin-right: 5px
}
.block-2{
    width: 97%;
}
.l_news_item_title{
    color:white;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    max-width: 100%;
    word-wrap: break-word;
}
.l_news_text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.big-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l_news_item_body{
    color:#FFFFFFB2;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.l_news_form input{
    background:none;
    border:1.25px solid #FFFFFF26;
    color:#FFFFFFB2;
    height:56px;
    padding: 14px 24px 16px 24px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}
.l_news_form button{
    background:none;
    color:#FFFFFF;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #FFFFFF26;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}
.l_news_item_bg{
    width: 427px;
    height: 276px;
    border-radius: 5px;
}
.l_news_item_bg img{
    width: 100%;
    height: 180px;
    border-radius: 5px;
}
.l_news_date{
    padding-top: 15px;
    text-transform: uppercase;
    color: rgb(30 30 30 / 46%);
}
.item-title{
    padding-top: 5px;
    color: rgba(30, 30, 30, 1);
}
.read-more {
    margin-top: 20px;
}

.slider_img{
    height: 730px;
    width: 100%;
    max-height: 730px;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-block-col,.l_news_item {
    /*margin-bottom: 21px;*/
    /*overflow-y: hidden;*/
    /*margin: 0 auto 21px auto;*/
    /*padding-left: unset;*/
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip: padding-box;
    /*padding: 0;*/
}
.load_more_awards{
    /*width: 152px;*/
    height: 56px;
    padding: 14px 32px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
}

.news-block-1 {
    height: 225px;
    background-color: #e4ebef;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}
.alt{
    display: none !important;
}
.card{
    border: none;
}
.load-more-button i{
    margin-left: 20px;
}
.load-more-button{
    height: 56px;
    padding: 14px 32px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    display: flex;
    justify-content: space-between;
}
.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}
.award{
    border: 1px solid gainsboro;
}
.load-more-button{
    width: unset!important;
}
.award,.news{
    background-color: #ECEBE5;
    /*width: 334px;*/
    height: 183px;
    border-radius: 4px;
    padding: 20px;
}
.see_all ,.see_all1,.see_all2{
    width: 240px;
    height: 56px;
    padding: 12px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #DEE4E6;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 auto;
    color: #214757;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.staff-news-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news{
    position: absolute;
    width: 100%;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
}
.award .first .logo{
    height: 20px;
    width: 54px;
}
.award .first .award_img{
    height: 72px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.get_in_touch{
    display: flex;
}
.get_in_touch2{
    display: none;
}
.award:hover{
    background-color: #214757;
}
.award:hover .default{
    display: none;
}
.award:hover .alt{
    display: block !important;
}

.news-block-col .card {
    height: 272px;
}
.gradient{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
    height: 300px;
    background: linear-gradient(0deg, #214757 25%, rgba(45, 71, 87, 0) 65%);
}
.news-block-col .card-body {
    height: 160px;
}

.news-block-col .wrapper {
    position: relative;
    overflow: hidden;
    height:333px;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-block-col .wrapper:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.news-block-col .wrapper img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.news-block-col a:hover {
    text-decoration: unset;
}
.news-block-col .card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: #000000;
}
.news-block-col .card-date {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.29;
    color: #000000;
    height: 16px;
}
.news-block-col .card-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1E1E1E;
}
.card-body{
    padding: 0;
}

/*VIEW*/
#news-view{
    margin-top: 100px;
    padding: 60px 40px 80px 40px;
}

/**
 * search Content
 */
.searchContent_container{
    position: relative;
}
.searchContent{
    background-color: #ECEBE5;
    display: flex;
    padding: 60px 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    left: 12px;
    width: 100%;
    top: 0;
}
.inputSearch{
    display: flex;
    height: 56px;
    padding: 14px 24px 16px 24px;
    align-items: center;
    width: 84%;
    border-radius: 5px;
    border: 1.25px solid #214757;
    background: none;
    color: #1E1E1EB2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.inputSearch:focus, .inputSearch:active{
    outline: none;
    border: 0;
}
.inputSearchButton{
    width: 13%;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    background-color: #214757;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    align-items: center;
    color: #FFFFFF;
}
.inputSearchButton:hover{
    background: #214757 !important;
}
.search_icon_button{
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4.5px 3.75px 3.375px 4.125px;
    justify-content: center;
    align-items: center;
}
.news_load_data i{
    margin-left: 20px;
}
.news_load_data{
    height: 56px;
    padding: 14px 32px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    display: flex;
    justify-content: space-between;
    background: transparent;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
/*.input_erkar{*/
/*    width: 89.6%;*/
/*}*/
#news_view{
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
}
.attached_files a{
    font-size: 15px;
    font-weight: 500;
}
.view_news_title{
    color: #1E1E1E !important;
    font-size: 30px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 110%!important;
    letter-spacing: -1.2px!important;
}
.circle_social{
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100% !important;
    border: 1px solid rgba(33, 71, 87, 0.15)!important;
}
.view_news_date{
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    opacity: 0.6;
    display: flex;
    align-items: center;
}
.view_news_date p{
    margin-bottom: 0;
}
.circle_social svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.news_item_block_hover:hover .news{
    filter: brightness(0.4);
}
.news_item_block_hover:hover .card-text{
    color: rgb(46, 82, 97);
}
/*.news_page_subscribe .l_news_form button{*/
/*    padding: 0;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*}*/
.filter_tag_hide{
    display: none !important;
}
.text-description{
    color: rgba(30, 30, 30, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.text-description p{
    margin-bottom: 0;
}
.content_title_news{
    padding-bottom: 24px;
    padding-top: 48px;
}
.news_background_first_image{
    /*width: 767px;*/
    display: flex;
    justify-content: center;
    height: 510px;
    border-radius: 4px;
}
.floating ul li a{
    cursor: pointer;
}

.news_background_first_image img{
    /*width: 100%;*/
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
}
/*---------------------------------------------------------------------------------*/
.news_img_slider_slick{
    /*width: 89.7%;*/
    width: 100%;
    height: 600px;
}
.news_img_slider_slick .slider_main .slider-for .slick-active{
    background: black;
}
.news_img_slider_slick .slider_main {
    width: 100%;
    display:block;
    margin:0 auto;
    height: 100%;
}
.news_img_slider_slick h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.news_img_slider_slick .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
}
.news_img_slider_slick .action a {
    display:inline-block;
    padding:5px 10px;
    background:#f30;
    color:#fff;
    text-decoration:none;
}
.news_img_slider_slick .action a:hover{
    background:#000;
}
.news_img_slider_slick .slick-dots{
    display: none !important;
}
.news_img_slider_slick .slider-for{
    height: 510px;
}
.news_img_slider_slick .slider-for .slick-track {
    height: 510px;
}
.poqr_news_slider_img .slick-track{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.news_img_slider_slick .poqr_news_slider_img .slick-track div {
    width: 200px !important;
    height: 76px;
}
.floating {
    width: 240px !important;
}
.next_button button,.previous_button button{
    width: 56px;
    height: 56px;
    padding: 12px;
    border-radius: 200px;
    border: 1px solid #21475726;
    font-size: 24px;
    color: #2E5261;
}
.poqr_news_slider_img .slick-slide{
    margin: 0 10px;
}
.news_img_slider_slick .col-lg-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.first_buttons{
    display: flex;
}
.second_buttons{
    display: none;
}
.news_img_slider_slick .poqr_news_slider_img .slick-prev{
    left: -80px;
}
.news_img_slider_slick .poqr_news_slider_img .slick-next{
    right: -80px;
}
.news_img_slider_slick .poqr_news_slider_img .slick-prev,
.news_img_slider_slick .poqr_news_slider_img .slick-next{
    position: absolute;
    top: -270px;
    border-radius: 200px;
    border: 1px solid rgba(33, 71, 87, 0.15);
    display: flex;
    width: 56px;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: white;
}
.related_news{
    margin-top: 60px;
    background-color: white;
    position: relative;
    z-index: 99999 !important;
}
.floating{
    z-index: 3;
}
.get_in_touch,.footer{
    z-index: 99999;
}
.all-news-button1,.all-news-button2{
    padding: 14px 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    display: flex;
    align-items: center;
}
.all-news-button1 i,.all-news-button2 i{
    margin-right: 5px;
}
.all-news-button2{
    display: none;
    margin-bottom: 100px;
}
.social_links1{
    margin-top: 20px;
    display: none;
}
.related_news_content{
    margin: 60px 0;
}
.row_header_related_news{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.related_news_title{
    width: 300px;
}
.related_news_title p{
    color: #214757;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.related_news_title h3{
    color: #1E1E1E;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.96px;
    width: 342px;
}
.see_all_news{
    width: 169px;
    height: 56px;
    padding: 12px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #DEE4E6;
    gap: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #214757;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row_body_related_news_flex{
    width: 100%;
    height: 290px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    flex-wrap: wrap;
    padding-top: 8px;
}
.news_block_column_item{
    display: flex;
    width: 333px;
    height: 272px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}
.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}
.tags_container{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70%;
    display: flex;
    justify-content: start;
}
/*.row>.week_button_first{*/
/*    width: auto !important;*/
/*}*/
/*.row>.event_button_second{*/
/*    width: auto !important;*/
/*}*/
.load_more_news_data{
    /*margin-left: 20px;*/
}
.load_more_news_data{
    height: 56px;
    padding: 14px 32px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
    display: flex;
    justify-content: space-between;
}
.searchNewsButtonCenter{
    display: flex;
    justify-content: center;
}
.see_all1{
    display: flex;
}
.see_all2{
    display: none;
}
.searchContent .home_container{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}
.loader-div{
    display: flex;
    justify-content: center;
}
.video-img-background{
    height: 500px;
}
.video-img-background .video-popup{
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_images_nav .news_image img{
    height: 200px;
}
.news_image{
    filter: drop-shadow(0 0 10px #282a2d);
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*---------------------------------------------------------------------------------*/
@media  all and (max-width: 1140px) {

}
@media  all and (max-width: 992px) {
    .l_news_item_title,.news_item_title{
        font-size: 30px !important;
    }
    .disclaimer{
        display: none;
    }
    .block-1 .award{
        height: 183px !important;
    }
    .block-1 .first .award_img {
        height: 80px !important;
        width: 80px !important;
    }
    .news_img_slider_slick .slider-for,.news_img_slider_slick .slider-for .slick-track{
        height: 265px;
    }
    .social_links0{
        justify-content: start !important;
    }
    .news_img_slider_slick .slider_main {
        height: unset !important;
    }
    .news_img_slider_slick{
        height: 450px !important;
    }
    .first_buttons{
        display: none !important;
    }
    .second_buttons{
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 25px;
    }
    .content_list_mobile{
        /*display: none;*/
        margin: 0 auto;
        position: absolute;
    }
    #main{
        margin: 0 auto;
    }
    .related_news{
        padding: 0 !important;
    }
    .link_date{
        flex-direction: column;
    }
    .link_date .col-6:nth-child(2){
        justify-content: start !important;
    }
    .news-bloks{
        margin: 0 auto;
    }
    .link_date .view_news_date{
        margin-bottom: 20px;
    }
    #news_view{
        margin-top: 90px !important;
        padding: 13px;
    }
    .content-blok-load-news .row{
        overflow-x: auto !important;
        flex-wrap: nowrap;
    }
    .top-action-controller{
        padding-right: 15px;
        padding-left: 15px;
    }
    .content_body{
        margin-top: 0 !important;
    }
    .all-news-button1{
        display: none !important;
    }
    .view_news_title{
        font-size: 52px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    .title_col,.title_col .row,.title_col .row .col-lg-8{
        margin: 0;
        padding: 0;
    }
    .view_news_title{
        word-wrap: break-word;
    }
    .see_all1{
        display: none;
    }
    .see_all2{
        display: flex;
    }
    .block-1{
        height: auto;
        gap: 12px;
        padding: 0;
        margin: 0 auto;
    }
    .responsibility{
        top: -80%;
    }
    .news-bloks .read-more .line {
        width: 100%;
    }
    .d-none{
        display: block!important;
    }
    .news_item_background, .news_page_subscribe{
        height: 391px;
        width: 100%;
    }
    .news_page_subscribe{
        right: 0;
    }
    .filter_news_list ul{
        overflow-x: auto;
    }
    .news-bloks {
        /*margin-top: 800px !important;*/
    }
    .input_erkar{
        width: 100% !important;
    }
    .searchContent{
        gap: 24px;
    }
    .inputSearchButton{
        width: 100%;
        justify-content: space-between;
    }
    .awards{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-block-col{
        padding: 0 15px;
        margin: 0 auto;
    }
    .award{
        width: 100%;
    }
    .awards{
        flex-direction: column;
    }
    .news_page_subscribe .l_news_form{
        margin-top: 50px;
        gap: 16px;
    }
    .news_page_subscribe .l_news_form .mb-3{
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    /*.news_page_subscribe .l_news_form input, .news_page_subscribe .l_news_form button{*/
    /*    width: 96.4%;*/
    /*}*/
    /*.news_page_subscribe .l_news_form button{*/
    /*    margin-left: 12px;*/
    /*    padding: 0 24px;*/
    /*    justify-content: space-between;*/
    /*}*/

}
@media  all and (max-width: 547px) {
    .responsibility {
        top: -80%;
        width: 300px;
    }
    .big-title{
        width: 270px!important;
    }
    .description_text{
        width: 370px!important;
    }
    .news_page_subscribe{
        height: auto !important;
    }
}
@media  all and (max-width: 375px) {
    .inputSearchButton{
        width: 100%;
        justify-content: space-between;
    }
    .input_erkar{
        width: 100% !important;
    }
    .searchContent{
        gap: 24px;
    }
    .home_container{
        padding: 0;
    }
    .news-bloks{
        left: 0;
    }
    .hide{
        display: none !important;
    }
    .news-bloks .read-more .line{
        width: 100%;
    }
    .news_item_background{
        height: 391px;
        width: 100%;
    }
    .news_page_subscribe{
        height: auto;
        width: 100%;
    }
}