@import url("./../css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");

#pc-version-btn-search{
    border-radius: 10% !important;
    color:rgb(21, 78, 201) !important;
    background: none !important;
    border:none !important;
}
.autocomplete-item-form {
    max-height:15em;
    overflow-y: scroll;
    position: absolute;
    border:none;
    border-bottom: none;
    border-top: none;

    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    /* left: 0; */
    right: 10%;
  }
  .autocomplete-item-form>div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-weight: normal !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .autocomplete-item-form>div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

body {
    font-family: "Inter", sans-serif;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-arial-14{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14pt !important;
}

.list-item {
    counter-increment: checkArticle;
}

.menu__list .list-item::marker {
    content: "" counter(checkArticle) ". ";
    color: #ffffff;
    margin-right: 5px;
    display: list-item;
}

.footer__menu .list-item::marker, .submenu-list .list-item::marker {
    content: "";
}

.item-image > img {
    width: 230px;
    height: 145px;
    object-fit: cover;
}

button {
    cursor: pointer;
}

#bg_popup, #stream {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.popup {
    background: #fff;
    max-width: 800px;
    margin: 10% auto;
    padding: 5px 20px;
    position: relative;
    border-radius: 5px;
}

#search-mobile {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.popup {
    background: #fff;
    max-width: 800px;
    margin: 10% auto;
    padding: 5px 20px;
    position: relative;
    border-radius: 5px;
}

.close {
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

a {
    text-decoration: none !important;
    /*display: inline-block;*/
}

a.last-news__big-post, .list-item > a {
    display: inline-block;
}

.menu-rights a {
    color: #ffffff;
}

.breadcrumbs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
}

.search-input-class {
    width: 100%;
    display: block;
    border: 1px solid grey;
    line-height: 38px;
    margin-top: 50px;
    border-radius: 5px;
}

.search-button-class {
    margin: 15px 0 10px 0;
    width: 100%;
    background: #02438f;
    color: #ffffff;
    align-items: center;
    outline: none;
    border: none;
    padding: 5px 0;
    border-radius: 5px;
}


*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

*::-webkit-scrollbar {
    height: 3px;
    width: 6px;
    background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #02438f;
}

blockquote {
    border: solid 10px #ccc;
    display: inline-block;
    margin: 30px auto;
    padding: 10px;
    position: relative;
    width: 100%;
    text-align: center;
}

.MsoNormal, .Standard {
    margin: 15px auto;
}

blockquote:before {
    background-color: #fff;
    bottom: -1em;
    content: "";
    left: 2em;
    position: absolute;
    right: 2em;
    top: -1em;
}

blockquote cite {
    color: #757575;
    display: block;
    font-size: small;
    font-style: normal;
    text-align: right;
    text-transform: uppercase;
}

.rec-posts {
    width: 230px;
    display: block;
    height: 130px;
}

blockquote > * {
    position: relative;
    z-index: 1;
}

.breadcrumbs ol {
    padding-inline-start: 0;

    padding-bottom: 15px;
}

.breadcrumbs ol li {
    display: inline;
    font-size: 14px;
    color: #6c6e7e;
}

.breadcrumbs ol li a {
    display: inline;
    font-size: 14px;
    color: #6c6e7e;
    text-decoration: underline !important;
}

.breadcrumbs ol li:not(:last-child):after {
    content: ">";
    color: #6c6e7e;
    font-size: 12px;
    vertical-align: center;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content .content-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #2670c0;
    text-align: center;
    padding: 20px 0;
    background: #fafafa;
}

.content .content__articles-page {
    background: #fafafa;
}

.content .content__articles-page .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0;
}

.content .content__articles-page .wrapper .articles-page__image {
    width: 50%;
}

.content .content__articles-page .wrapper .articles-page__title {
    width: 50%;
    padding: 0 24px;
}

.content .content__articles-page .wrapper .articles-page__title .author, .author a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
}

.content .content__articles-page .wrapper .articles-page__title .title {
    font-weight: 500;
    font-size: 24pt;
    line-height: 130%;
    color: #000000;
    margin: 15px 0;
    font-family: Tahoma, serif;
}

.content .content__articles-page .wrapper .articles-page__title .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
}

.content .content__articles-text .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.content .content__articles-text .wrapper .articles-page__content {
    width: 70%;
    margin-top: 30px;
    border-left: 1px solid #fafafa;
    /*padding-left: 25px;*/
}

.articles-page__content img {
    height: auto;
}

.content .content__articles-text .wrapper .articles-page__content .text {
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.content .content__articles-text .wrapper .articles-page__media {
    width: 30%;
    margin-top: 30px;
    padding: 0 20px;
}

.content .content__articles-text .wrapper .articles-page__media .media-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}

.content .content__articles-text .wrapper .articles-page__media .media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content .content__articles-text .wrapper .articles-page__media .media__list .list-item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.content .content__articles-text .wrapper .articles-page__media .media__list .list-item:hover img {
    -webkit-filter: invert(0.9);
    filter: invert(0.9);
}

.content .content__main-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.content .content__main-articles .main__articles-post-mini {
    width: 50%;
    height: 50%;
    max-height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post {
    width: 100%;
    max-width: 47%;
    position: relative;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post .post__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00000010), to(#00000090));
    background: linear-gradient(#00000010, #00000090);
    color: #fff;
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post .post__overlay .overlay-tag {
    display: inline;
    background: #02438f;
    text-transform: uppercase;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 25px;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post .post__overlay .overlay-title {
    font-size: 14px;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post:nth-of-type(1) {
    margin-bottom: 20px;
}

.content .content__main-articles .main__articles-post-mini .main__articles-post:nth-of-type(2) {
    margin-bottom: 20px;
}

.content .content__main-articles .main__articles-post-big {
    width: 100%;
    max-width: 50%;
    max-height: 50%;
    position: relative;
}

.content .content__main-articles .main__articles-post-big .post__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00000010), to(#00000090));
    background: linear-gradient(#00000010, #00000090);
    color: #fff;
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content .content__main-articles .main__articles-post-big .post__overlay .overlay-tag {
    display: inline;
    background: #02438f;
    text-transform: uppercase;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 25px;
}

.content .content__list-acticles {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content .content__list-acticles .list-articles {
    width: 70%;
}

.content .content__list-acticles .list-articles .list-articles__posts {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item {
    position: relative;
    width: 48%;
    margin-top: 30px;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item img {
    width: 100%;
    max-width: 380px;
    max-height: 200px;
    object-fit: cover;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item .item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.photo-block {
    position: relative;
}

.photo-block .content-tag {
    display: inline;
    background: #02438f;
    text-transform: uppercase;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    max-width: 350px;
    border-radius: 25px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item .item__content .content-title {
    color: #000;
    background: none;
    font-weight: 600;
    font-size: 20px;
    text-align: unset;
    padding: 5px 0;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item .item__content .content__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 12px;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item .item__content .content__meta .meta-date {
    margin-right: 10px;
}

.meta-views {
    display: flex;
    align-items: center;
}

/*.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type {
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type img {
    width: 100%;
    height: auto;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type .item__content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type .item__content .content-tag {
    position: unset;
    display: inline;
    background: #02438f;
    text-transform: uppercase;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type .item__content .content-title {
    color: #fff;
    background: none;
    font-weight: 600;
    font-size: 20px;
    text-align: unset;
    padding: 5px 0;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type .item__content .content__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.content .content__list-acticles .list-articles .list-articles__posts .posts__item:first-of-type .item__content .content__meta .meta-date {
    margin-right: 10px;
}*/

.content .content__list-acticles .list-articles .list-articles__navigation, .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.content .content__list-acticles .list-articles .list-articles__navigation .navigation-nubmer, .page-item {
    color: #212121;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #eee;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-right: 5px;
    cursor: pointer;
}

.content .content__list-acticles .list-articles .list-articles__navigation .navigation-nubmer:hover, .page-item:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.content .content__list-acticles .list-articles .list-articles__navigation .active, .page-item .active .page-link {
    background-color: #0057b8 !important;
    color: #ffffff !important;
}

.page-link {
    color: #000000 !important;
}

.page-item.active {
    background-color: #0057b8 !important;
}

.active .page-link {
    color: #ffffff !important;
}

.content .content__list-acticles .list-articles .list-articles__navigation .dots {
    border: 0px;
}

.content .content__list-acticles .articles-sidebar {
    width: 30%;
    padding: 0 0 0 20px;
}

.content .content__list-acticles .articles-sidebar .jeg_block_title {
    font-size: 18px;
    line-height: 2;
}

.content .content__list-acticles .articles-sidebar .jeg_block_title span {
    color: #ff3a3a;
}

.content .content__list-acticles .articles-sidebar .socials_widget {
    color: #000000;
    margin: 20px 0;
}

.content .content__list-acticles .articles-sidebar .socials_widget a {
    color: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.content .content__list-acticles .articles-sidebar .socials_widget a img {
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.content .content__list-acticles .articles-sidebar .socials_widget .jeg_telegram img {
    background: #08c;
}
.content .content__list-acticles .articles-sidebar .socials_widget .jeg_instagram img {
    width:40px;
    background: #ceb8b8;
}
.content .content__list-acticles .articles-sidebar .socials_widget .jeg_facebook img {
    background: #45629f;
}

.content .content__list-acticles .articles-sidebar .socials_widget .jeg_twitter img {
    background: #5eb2ef;
}

.content .content__list-acticles .articles-sidebar .socials_widget .jeg_youtube img {
    background: #c61d23;
}

.content .content__list-acticles .articles-sidebar .widget_jnews_tab_post .jeg_tabpost_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content .content__list-acticles .articles-sidebar .widget_jnews_tab_post .jeg_tabpost_nav li {
    padding: 0 20px;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content {
    margin-bottom: 25px;
    overflow: hidden;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content .jeg_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content .jeg_post a {
    color: #000;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content .jeg_post img {
    max-width: 100px;
    /* max-height: 220px; */
    margin-right: 10px;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content .jeg_post .jeg_post_title {
    font-size: 14px;
}

.content .content__list-acticles .articles-sidebar .jeg_tabpost_content .jeg_post .jeg_meta_date {
    font-size: 10px;
}

.content .content__list-acticles .articles-sidebar .jeg_post {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #000;
}

.content .content__list-acticles .articles-sidebar .jeg_post a {
    color: #000;
}

.content .content__list-acticles .articles-sidebar .jeg_post .jeg_post_title {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    margin: 10px 0;
    letter-spacing: normal;
}

.content .content__list-acticles .articles-sidebar .jeg_post .jeg_post_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .content__list-acticles .articles-sidebar .jeg_post .jeg_post_meta .jeg_meta_date {
    margin-right: 10px;
}

.content .content__list-acticles .articles-sidebar .jeg_post .jeg_post_meta a {
    color: #888888;
    font-size: 10px;
}

.content .content__list-acticles .articles-sidebar .jeg_block_loadmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content .content__list-acticles .articles-sidebar .jeg_block_loadmore a {
    min-width: 30%;
    height: 30px;
    line-height: 28px;
    margin: 20px auto;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0 18px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    text-align: center;
    color: #212121;
    background: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.content .content__about-us {
    margin: 60px 0;
}

.content .content__about-us .about-us__title {
    font-size: 30px;
    color: #0057b8;
    font-weight: 500;
    margin: 10px 0;
}

.content .content__about-us .about-us__text {
    color: #7a7a7a;
    font-size: 16px;
    margin: 5px 0;
}

.content .content__about-us ol {
    padding-left: 20px;
    list-style: decimal;
}

.content .content__about-us .about-us__persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.content .content__about-us .about-us__persons .about-us__person {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.content .content__about-us .about-us__persons .about-us__person img {
    max-width: 200px;
    margin-right: 20px;
}

.content .content__about-us .about-us__persons .about-us__person .person-text__wrapper .person-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.content .content__about-us .about-us__persons .about-us__person .person-text__wrapper .person-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.popular__post {
    max-width: 350px;
    border-bottom: 1px solid #ececec;
    margin-right: 48px;
}

.popular__post .post-tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #c72020;
    margin-bottom: 15px;
}

.popular__post .post-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.popular__post .post-reading {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
    margin: 15px 0;
}


.articles-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.articles-button .button-link {
    display: inline;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #888888;
    padding: 9px 80px;
    border: 1px solid #ececec;
}

.recomendation__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.recomendation__posts .post__item {
    max-width: 230px;
}

.recomendation__posts .post__item .item-image {
    position: relative;
}

.recomendation__posts .post__item .item-image .image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recomendation__posts .post__item .item-image .image-overlay img {
    padding: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.recomendation__posts .post__item .item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin: 16px 0 12px;
}

.recomendation__posts .post__item .item-data {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #888888;
}

.header {
    width: 100%;
    background: #02438f;
}

.header .header__hotNumber {
    background-size: cover;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__hotNumber .hotNumber-first {
    padding: 8px 0;
    padding-right: 15px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px solid #ebe712;
}

.header .header__hotNumber .hotNumber-first .date {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}

.header .header__hotNumber .hotNumber-first .text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}

.header .header__hotNumber .hotNumber-second {
    padding: 8px 0;
    padding-left: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header__hotNumber .hotNumber-second .nubmer {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    text-decoration: none;
}

.header .header__hotNumber .hotNumber-second .text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}

.header hr {
    margin: 0;
    width: 100%;
    height: 1px;
}

.header .header__wrapper {
    background: url("./../img/header.png") center no-repeat;
    background-size: cover;
}

.header .header__wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 0;
}

.header .header__wrapper .wrapper .wrapper__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .wrapper .wrapper__logo .wrapper__logo-title {
    font-family: Impact;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 93.5%;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-left: 13px;
}

.header .header__wrapper .wrapper .wrapper__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__wrapper .wrapper .wrapper__search .search-lang {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    line-height: 93.5%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #02438f;
    background: #ffffff;
    padding: 10px 7px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    position: relative;
}

.header .header__wrapper .wrapper .wrapper__search .active {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.header .header__wrapper .wrapper .wrapper__search .search-lang__icon {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border-radius: 50%;
    padding: 7px;
}

.header .header__wrapper .wrapper .wrapper__search .search-lang__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header .header__title-wrapper {
    width: 100%;
    padding: 8px 0 4px;
    background: #02438f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__title-wrapper .title-wrapper__first {
    background: url("./../img/title-wrapper.svg") right center no-repeat;
    background-size: cover;
    width: 100%;
    height: 38px;
}

.header .header__title-wrapper .title-wrapper__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 30px;
    font-family: Impact;
    font-weight: normal;
    min-width: 230px;
    font-size: 26px;
    line-height: 93.5%;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.header .header__title-wrapper .title-wrapper__second {
    background: url("./../img/title-wrapper.svg") right center no-repeat;
    background-size: cover;
    width: 100%;
    height: 38px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header .header__menu {
    font-family: Impact;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.header .header__menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 4px 0 8px;
    position: relative;
    z-index: 999;
}

.header .header__menu .menu__list .list__item {
    padding-right: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 999;
}

.header .header__menu .menu__list .list__item a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #ebe712;
    text-decoration: none;
    position: relative;
    z-index: 999;
    padding: 0 10px;
}

.header .header__menu .menu__list .list__item .submenu-list {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 80%;
    left: -50%;
    width: 200px;
    padding: 10px 5px;
    background: #02438f;
    opacity: 0;
}

.header .header__menu .menu__list .list__item .submenu-list a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #ebe712;
    text-decoration: none;
    background: none;
    border-radius: 0;
    padding: 0px 10px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.header .header__menu .menu__list .list__item .submenu-list .list-item:hover a {
    background: #ebe712;
    color: #02438f;
    border-radius: 18px;
    padding: 0px 10px;
    position: relative;
    z-index: 2;
}

.header .header__menu .menu__list .list__item:hover a {
    color: #02438f;
    background: #ebe712;
    border-radius: 18px;
    padding: 0 10px;
}

.header .header__menu .menu__list .list__item:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 100%;
}

.header .header__menu .menu__list .list__item:hover .submenu-list a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #ebe712;
    text-decoration: none;
    background: none;
    border-radius: 0;
    padding: 0px 10px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.header .header__menu .menu__list .list__item.active a {
    color: #02438f;
    background: #ebe712;
    border-radius: 18px;
    padding: 0 10px;
}

.header .header__menu .menu__list .list__item.active .submenu-list a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #ebe712;
    text-decoration: none;
    background: none;
    border-radius: 0;
    padding: 0px 10px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.header .header__menu .menu__list .list__item:last-child {
    margin-right: 0;
}

.header .header__menu .menu__list .search-form {
    background: #ffffff;
    border-radius: 200px;
    padding: 4px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
}

.header .header__menu .menu__list .search-form input {
    font-family: "Inter", sans-serif;
    background: none;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #888888;
    max-width: 130px;
    margin-right: 16px;
}

.header .header__mobile {
    display: none;
}

.header .header__mobile-menu {
    display: none;
}

.news-popular {
    margin: 50px 0 80px;
}

.news-popular .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-popular .wrapper .popular__post {
    text-decoration: none;
}

.news__last .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__last .wrapper .last-news {
    max-width: 744px;
    width: 100%;
    background: #fafafa;
    padding-bottom: 25px;
}

.news__last .wrapper .last-news .last-news__big-post {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.news__last .wrapper .last-news .last-news__big-post .big-post__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 28px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0.7;
    background-color: #000000;
}

.news__last .wrapper .last-news .last-news__big-post .big-post__overlay p {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
    text-shadow: 0px 4px 30px rgba(0, 0, 0, 0.4);
}

.news__last .wrapper .last-articles {
    max-width: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__last .wrapper .last-articles .articles-list {
    border-left: 1px solid #ececec;
    padding-left: 24px;
}

.news__last .wrapper .last-articles .articles-list .articles-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2670c0;
    margin-bottom: 10px;
}

.news__last .wrapper .last-articles .articles-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
}

.news__last .wrapper .last-articles .articles-list .list-item .item-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #888888;
    margin-right: 28px;
}

.news__last .wrapper .last-articles .articles-list .list-item .item-title {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}

.news__last .wrapper .last-articles .articles-list .list-item:last-of-type {
    border-bottom: 0px;
}

.news__last .wrapper .last-articles .acticles-video {
    border-left: 1px solid #ececec;
    padding-left: 24px;
    margin-top: 25px;
}

.news__last .wrapper .last-articles .acticles-video .video-subtitle {
    background: #000000;
    max-width: 280px;
    padding: 4px 10px 4px 18px;
    font-weight: 600;
    font-size: 8px;
    line-height: 150%;
    color: #737373;
    position: relative;
}

.news__last .wrapper .last-articles .acticles-video .video-subtitle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    background: #c72020;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.news__last .wrapper .last-articles .acticles-video .video-image {
    background: #000000;
    max-width: 280px;
    padding: 0 10px;
}

.news__last .wrapper .last-articles .acticles-video .video-title {
    background: #000000;
    max-width: 280px;
    padding: 8px 10px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__last .wrapper .last-articles .acticles-video .video-title img {
    margin-left: 30px;
}

.news__subscribe {
    background: #2670c0;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__subscribe .title-wrapper__first {
    background: url("./../img/title-wrapper.svg") right center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 250px;
    height: 80px;
}

.news__subscribe .sub__form .form-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 14px;
    text-align: center;
}

.news__subscribe .sub__form .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__subscribe .sub__form .form input {
    margin-right: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: none;
    line-height: 38px;
    padding: 0 11px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.news__subscribe .sub__form .form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.news__subscribe .sub__form .form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.news__subscribe .sub__form .form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.news__subscribe .sub__form .form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.news__subscribe .sub__form .form button {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #2670c0;
    background: #ffffff;
    border: none;
    outline: none;
}

.news__subscribe .title-wrapper__second {
    background: url("./../img/title-wrapper.svg") right center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 250px;
    height: 80px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.news__city {
    margin-top: 80px;
}

.news__city .wrapper .city-title .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2670c0;
    margin-bottom: 25px;
}

.news__city .wrapper .city__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.news__city .wrapper .city__posts .posts-post {
    margin-right: 130px;
    max-width: 280px;
}

.news__city .wrapper .city__posts .posts-post .post-image {
    width: 100%;
}

.news__city .wrapper .city__posts .posts-post .post-image img {
    width: 100%;
}

.news__city .wrapper .city__posts .posts-post .post-text {
    width: 100%;
}

.news__city .wrapper .city__posts .posts-post .post-text .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-top: 10px;
    max-width: 220px;
    float: left;
}

.news__city .wrapper .city__posts .posts-post .post-text span {
    float: right;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 5px 8px;
    margin-top: 10px;
}

.news__city .wrapper .city__posts .posts-post .post-text .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    color: #888888;
    margin-top: 10px;
    float: left;
}

.news__city .wrapper .city__posts .posts-post .post-text .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    float: left;
}

.news__city .wrapper .city__posts .posts-post .post-text .date .date-day {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #2670c0;
    margin-right: 25px;
}

.news__city .wrapper .city__posts .posts-post .post-text .date a {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #404040;
    text-decoration: none;
}

.news__city .wrapper .city__posts .posts-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.news__city .wrapper .city__posts .posts-news .popular__post {
    max-width: 300px;
    border-bottom: 0px;
    margin-bottom: 25px;
}

.news__city .wrapper .city__posts .posts-news .articles-button {
    display: none;
}

.news__recomendation {
    margin: 80px 0;
}

.news__recomendation .recomendation-title .title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2670c0;
    margin-bottom: 25px;
}

.contacts {
    margin-bottom: 30px;
}

.contacts .contacts__title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #2670c0;
    text-align: center;
    margin: 20px 0;
}

.contacts .contacts__subtitle {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}

.contacts .contacs-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts .contacs-forms .forms-column {
    width: 45%;
}

.contacts .contacs-forms .forms-column .form-title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #00d084;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.contacts .contacs-forms .forms-column .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.contacts .contacs-forms .forms-column .form-input input,
.contacts .contacs-forms .forms-column .form-input textarea {
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #888888;
    border: 1px solid #888888;
    outline: none;
}

.contacts .contacs-forms .forms-column .form-submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #2c6cb2;
    border: none;
    padding: 0 20px;
    width: 100%;
}

.contacts .contacs-forms .forms-column .form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}

.content__donbas-history .donbas-hisory__title {
    color: #2670c0;
    margin: 20px 0;
    font-size: 20px;
}

.content__donbas-history .donbas-history__persons {
    width: 100%;
}

.content__donbas-history .donbas-history__persons .persons__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0 60px;
}

.content__donbas-history .donbas-history__persons .persons__block .block-image {
    width: 30%;
}

.content__donbas-history .donbas-history__persons .persons__block .block-image img {
    min-width: 200px;
}

.content__donbas-history .donbas-history__persons .persons__block .block-text {
    margin-left: 30px;
}

.content__donbas-history .donbas-history__persons .persons__block .block-text .text-title {
    margin: 0 0 20px;
}

.footer {
    background: #02438f;
}

.footer .footer-image {
    padding: 4px 0;
    background: url("./../img/footer.svg") center repeat-x;
    width: 100%;
    height: 48px;
}

.footer .wrapper .footer-colums {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .wrapper .footer-colums .colums-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .wrapper .footer-colums .colums-about .about-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .wrapper .footer-colums .colums-about .about-title img {
    margin-right: 7px;
}

.footer .wrapper .footer-colums .colums-about .about-title h3 {
    font-family: Impact;
    font-weight: normal;
    font-size: 22px;
    line-height: 93.5%;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .wrapper .footer-colums .colums-about .about-subtitle {
    font-weight: normal;
    font-size: 12px;
    line-height: 93.5%;
    color: #99aec7;
    max-width: 350px;
    margin-top: 9px;
}

.footer .wrapper .footer-colums .colums-about .about-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 93.5%;
    color: #ffffff;
    text-decoration: none;
    margin-top: 13px;
}

.footer .wrapper .footer-colums .colums-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .wrapper .footer-colums .colums-numbers .numbers-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer .wrapper .footer-colums .colums-numbers .numbers-tel {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .wrapper .footer-colums .colums-numbers .numbers-tel img {
    margin-right: 15px;
}

.footer .wrapper .footer-colums .colums-numbers .numbers-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #99aec7;
    margin-top: 2px;
}

.footer .wrapper .footer-colums .colums-organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 380px;
}

.footer .wrapper .footer-colums .colums-organization .organ-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .wrapper .footer-colums .colums-organization .organ-title img {
    margin-right: 12px;
}

.footer .wrapper .footer-colums .colums-organization .organ-title h3 {
    font-family: Impact;
    font-weight: normal;
    font-size: 22px;
    line-height: 93.5%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.footer .wrapper .footer-colums .colums-organization .organ-subtitle {
    font-weight: normal;
    font-size: 12px;
    line-height: 93.5%;
    color: #99aec7;
    max-width: 360px;
    margin-top: 15px;
}

.footer .wrapper .footer-colums .colums-organization .organ-list {
    margin-top: 7;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.footer .wrapper .footer-colums .colums-organization .organ-list__item {
    margin-top: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.footer .wrapper .footer-colums .colums-organization .organ-list__item img {
    margin-top: 10px;
    margin-right: 8px;
}

.footer .wrapper .footer-colums .footer-text {
    display: none;
}

.footer .wrapper .footer-colums .footer-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #99aec7;
}

.footer .wrapper .footer-colums .footer-text p a {
    color: #99aec7;
    text-decoration: none;
}

.footer .wrapper .footer-text {
    margin: 28px 0 24px;
}

.footer .wrapper .footer-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #99aec7;
}

.footer .wrapper .footer-text p a {
    color: #99aec7;
    text-decoration: none;
}

.footer .footer__menu {
    padding: 18px 0;
    background: #013572;
}

.footer .footer__menu .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__menu .wrapper .menu-rights p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

.footer .footer__menu .wrapper .menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__menu .wrapper .menu .menu__list .list-item {
    margin-right: 30px;
}

.footer .footer__menu .wrapper .menu .menu__list .list-item a,
.footer .footer__menu .wrapper .menu .menu__list .list-item li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.footer .footer__menu .wrapper .menu .menu__list .list-item.active {
    margin-right: 30px;
}

.footer .footer__menu .wrapper .menu .menu__list .list-item.active a {
    color: white;
}

.footer .footer__menu .wrapper .menu .menu__list .list-item:last-child {
    margin-right: 0;
}

.footer .footer__menu .wrapper .menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__menu .wrapper .menu-social a {
    margin-right: 25px;
}

.footer .footer__menu .wrapper .menu-social a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 60px;
    }

    .header .header__wrapper {
        padding: 0 60px;
    }

    .header .header__hotNumber {
        padding: 0 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header .header__hotNumber .hotNumber-first {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .header__hotNumber .hotNumber-first .date {
        display: none;
    }

    .header .header__hotNumber .hotNumber-second {
        width: 100%;
        padding: 8px 0;
    }

    .header .header__hotNumber .hotNumber-second .text {
        display: none;
    }

    .header .header__hotNumber .hotNumber-second .nubmer {
        margin-left: 15px;
    }

    .header .header__hotNumber .hotNumber-second .nubmer:last-of-type {
        display: none;
    }

    .header .header__menu .list__item {
        padding-right: 40px !important;
    }

    .news-popular {
        margin-bottom: 60px;
    }

    .news-popular .popular__post:last-of-type {
        display: none;
    }

    .news__last .wrapper {
        padding: 0;
    }

    .news__last .wrapper .last-news {
        min-width: 100%;
        padding: 0 60px;
    }

    .news__last .wrapper .last-news .last-news__big-post img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news__last .wrapper .last-news .last-news__big-post .big-post__overlay {
        padding: 20px 25px;
    }

    .news__last .wrapper .last-news .recomendation__posts {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news__last .wrapper .last-news .recomendation__posts .post__item {
        margin-right: 60px;
        margin-bottom: 25px;
        min-width: 230px;
    }

    .news__last .wrapper .last-news .recomendation__posts .post__item:last-of-type {
        margin-right: 25px;
    }

    .news__last .wrapper .last-articles {
        margin-top: 60px;
        padding: 0 60px;
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__last .wrapper .last-articles .articles-list {
        max-width: 320px;
        border: none;
        padding: 0;
    }

    .news__last .wrapper .last-articles .acticles-video {
        max-width: 280px;
        border: none;
        padding: 0;
    }

    .news__last .wrapper .last-articles .acticles-video .video-image {
        width: 100%;
    }

    .news__city .city__posts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news__city .city__posts .posts-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 100% !important;
    }

    .news__city .city__posts .posts-post .post-image {
        margin-right: 40px;
    }

    .news__city .city__posts .posts-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 25px;
    }

    .news__city .city__posts .posts-news .popular__post:nth-child(even) {
        margin-right: 0;
    }

    .news__subscribe .sub__form {
        margin-right: 100px;
        margin-left: 100px;
    }

    .news__recomendation {
        margin-top: 60px;
    }

    .news__recomendation .recomendation__posts {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .news__recomendation .recomendation__posts .post__item {
        min-width: 230px;
        margin-right: 60px;
    }

    .content__about-us {
        margin: 10px 0 !important;
    }

    .content__about-us .about-us__title {
        font-size: 20px !important;
        color: #0057b8;
        font-weight: 500;
        margin: 20px 0 !important;
    }

    .content__about-us .about-us__text {
        color: #7a7a7a;
        font-size: 16px;
    }

    .content__about-us ol {
        padding-left: 20px;
        list-style: decimal;
    }

    .content__about-us .about-us__persons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .content__about-us .about-us__persons .about-us__person {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content__main-articles .main__articles-post-big {
        width: 100% !important;
        max-width: 100% !important;
    }

    .content__main-articles .main__articles-post-big img {
        width: 100%;
    }

    .content__main-articles .main__articles-post-mini {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 20px;
    }

    .content__main-articles .main__articles-post-mini .main__articles-post {
        margin: 0 !important;
        margin-right: 20px !important;
        min-width: 200px;
    }

    .content__main-articles .main__articles-post-mini .main__articles-post .post__overlay {
        padding: 10px !important;
    }

    .content__main-articles .main__articles-post-mini .main__articles-post .post__overlay .overlay-title {
        font-size: 12px !important;
    }

    .list-articles {
        width: 100% !important;
    }

    .list-articles .list-articles__posts .posts__item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .list-articles .list-articles__posts .posts__item .content-tag {
        top: 70% !important;
    }

    .articles-sidebar {
        width: 100% !important;
        padding: 0 !important;
    }

    .articles-sidebar .socials_widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .articles-sidebar .socials_widget a {
        width: 50%;
    }

    .footer .footer-image {
        padding: 12px 0;
        height: 62px;
    }

    .footer .footer-text {
        display: none;
    }

    .footer .footer-colums {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .footer-colums div:nth-child(n) {
        width: 100%;
        max-width: 300px;
    }

    .footer .footer-colums .colums-organization {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .footer .footer-colums .footer-text {
        display: block !important;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .footer .footer__menu .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .footer__menu .wrapper .menu {
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .autocomplete-item-form{
        max-height:10em;
        right:0;
    }
    .autocomplete-item-form div{

    }
    .articles-page__title {
        margin-top: 20px;
    }

    .news__city .wrapper .city__posts .posts-post .post-text .title {
        max-width: 100%;
        float: none;

    }

    .news__city .wrapper .city__posts .posts-post .post-text .subtitle {
        float: none;
    }

    .content .content__main-articles .main__articles-post-mini .main__articles-post {
        width: 100% !important;
        max-width: 100%;
        height: auto;
        max-height: 250px;
        margin: 10px auto !important;
    }

    .main__articles-post img {
        width: 100%;
        height: auto;
        max-height: 250px;
    }

    .wrapper {
        padding: 0 24px;
    }

    .header {
        margin-bottom: 80px;
    }

    .header .header__hotNumber,
    .header .header__wrapper,
    .header .header__title-wrapper,
    .header .header__menu,
    .header hr {
        display: none !important;
    }

    .header .header__mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 80px;
        background: #02438f;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px;
    }

    .header .header__mobile .mobile__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .header .header__mobile .mobile__logo img {
        height: 100%;
    }

    .header .header__mobile .mobile__logo h2 {
        max-width: 60px;
        margin-left: 5px;
        font-family: Impact;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 93.5%;
        text-transform: uppercase;
        color: #ffffff;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    .header .header__mobile .mobile__icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .header__mobile .mobile__icons img:first-child {
        margin-right: 30px;
    }

    .header .header__mobile .menu__toggler_close {
        display: none;
    }

    .header .header__mobile .menu__phone {
        display: none;
        margin-right: 30px;
    }

    .header .header__mobile .search-form {
        display: none;
    }

    .header .header__mobile-menu {
        overflow: auto;
        position: fixed;
        z-index: 999;
        top: 80px;
        display: none;
        height: 100%;
        width: 100%;
        background: #02438f;
        padding: 24px 34px;
    }

    .header .header__mobile-menu .mobile-menu .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header .header__mobile-menu .mobile-menu .menu__list .list__item {
        margin-top: 20px;
        font-weight: 500;
        font-size: 26px;
        line-height: 150%;
        color: #99aec7;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header .header__mobile-menu .mobile-menu .menu__list .active {
        font-weight: 600;
        font-size: 40px;
        color: #ffffff;
    }

    .header .header__mobile-menu .mobile-langs {
        margin-top: 50px;
    }

    .header .header__mobile-menu .mobile-langs .langs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

   .header .header__mobile-menu .mobile-langs .langs__list .list-item {
        margin-right: 30px;
        font-weight: normal;
        color: #99aec7;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;

    }
    .header .header__mobile-menu .mobile-langs .langs__list .list-item a{
        color: #99aec7;
        font-size: 26px;
        line-height: 150%;
    }
    .header .header__mobile-menu .mobile-langs .langs__list .active a, .header .header__mobile-menu .mobile-langs .langs__list .active {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #ffffff;
        font-size: 26px;
        line-height: 150%;
    }
    .radio-button{
        display: flex;
        align-items: end;
        position: relative;
    }
    .news-popular {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news-popular .popular__post {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .news-popular .popular__post:nth-child(2n + 1) {
        display: none;
    }

    .news__last .wrapper {
        padding: 0;
    }

    .news__last .wrapper .last-news {
        padding: 0 24px;
        width: 100%;
    }

    .news__last .wrapper .last-news .last-news__big-post img {
        min-width: 100%;
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news__last .wrapper .last-news .last-news__big-post .big-post__overlay {
        padding: 10px;
    }

    .news__last .wrapper .last-news .last-news__big-post .big-post__overlay p {
        font-size: 20px;
    }

    .news__last .wrapper .last-news .recomendation__posts {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .news__last .wrapper .last-news .recomendation__posts .post__item {
        margin-right: 60px;
        margin-bottom: 25px;
        min-width: 230px;
    }

    .news__last .wrapper .last-articles {
        margin-top: 60px;
        padding: 0 24px;
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__last .wrapper .last-articles .articles-list {
        width: 100%;
        max-width: 100%;
        border: none;
        padding: 0;
    }

    .news__last .wrapper .last-articles .acticles-video {
        width: 100%;
        max-width: 100%;
        border: none;
        padding: 0;
    }

    .news__last .wrapper .last-articles .acticles-video .video-subtitle {
        width: 100%;
        max-width: 100%;
    }

    .news__last .wrapper .last-articles .acticles-video .video-image {
        width: 100%;
        max-width: 100%;
    }

    .news__last .wrapper .last-articles .acticles-video .video-title {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news__city {
        margin-top: 60px;
    }

    .news__city .city__posts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news__city .city__posts .posts-post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100% !important;
    }

    .news__city .city__posts .posts-post .post-image {
        margin-right: 0;
    }

    .news__city .city__posts .posts-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 60px;
    }

    .news__city .city__posts .posts-news .popular__post {
        width: 100%;
        max-width: 100% !important;
    }

    .news__city .city__posts .posts-news .popular__post:nth-child(even) {
        margin-right: 0;
    }

    .news__city .city__posts .posts-news .popular__post:nth-of-type(2n + 1) {
        display: none;
    }

    .news__city .city__posts .posts-news .articles-button {
        width: 100%;
        margin-bottom: 60px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .news__subscribe {
        background: #fafafa;
        padding: 24px;
    }

    .news__subscribe .title-wrapper__first,
    .news__subscribe .title-wrapper__second {
        display: none;
    }

    .news__subscribe .sub__form {
        margin: 0;
        width: 100%;
    }

    .news__subscribe .sub__form .form-title {
        color: #000000;
    }

    .news__subscribe .sub__form .form {
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__subscribe .sub__form .form input {
        border: 1px solid #888888;
        color: #888888;
        max-width: 100%;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .news__subscribe .sub__form .form input::-webkit-input-placeholder {
        color: #888888;
    }

    .news__subscribe .sub__form .form input:-ms-input-placeholder {
        color: #888888;
    }

    .news__subscribe .sub__form .form input::-ms-input-placeholder {
        color: #888888;
    }

    .news__subscribe .sub__form .form input::placeholder {
        color: #888888;
    }

    .news__subscribe .sub__form .form button {
        background: #2c6cb2;
        color: #ffffff;
        max-width: 100%;
        width: 100%;
    }

    .news__recomendation {
        margin-top: 0;
    }

    .news__recomendation .recomendation__posts {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .news__recomendation .recomendation__posts .post__item {
        min-width: 230px;
        margin-right: 60px;
    }

    .contacts .contacs-forms .forms-column {
        margin-bottom: 30px;
        width: 100%;
    }

    .footer .footer-image {
        padding: 12px 0;
        height: 62px;
    }

    .footer .footer-text {
        display: none;
    }

    .footer .footer-colums {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer .footer-colums div:nth-child(n) {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .footer .footer-colums .colums-about {
        margin-bottom: 30px;
    }

    .footer .footer-colums .colums-organization {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .footer .footer-colums .footer-text {
        display: block !important;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .footer .footer__menu .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer .footer__menu .wrapper .menu {
        width: 100%;
        height: auto;
        padding: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .footer__menu .wrapper .menu .menu__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .footer .footer__menu .wrapper .menu .menu__list .list-item {
        margin: 0;
        margin-right: 10px;
    }

    .content__articles-page .wrapper {
        padding: 30px 0 !important;
    }

    .content__articles-page .articles-page__image {
        width: 100% !important;
        padding: 0 24px;
    }

    .content__articles-page .articles-page__title {
        width: 100% !important;
    }

    .content__articles-text .articles-page__media {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .content__articles-text .articles-page__content {
        width: 100% !important;
    }

    .content__main-articles .main__articles-post-big {
        width: 100%;
        min-width: 100%;
    }

    .content__main-articles .main__articles-post-mini {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto !important;
        max-width: auto !important;
        max-height: 100% !important;
    }

    .content__main-articles .main__articles-post-mini .main__articles-post {
        min-width: 230px;
        margin-right: 60px;
    }

    .jeg_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list-articles {
        margin-bottom: 60px;
    }

    .content-tag {
        display: none !important;
    }

    .content__about-us {
        margin: 10px 0 !important;
    }

    .content__about-us .about-us__title {
        font-size: 20px !important;
        color: #0057b8;
        font-weight: 500;
        margin: 20px 0 !important;
    }

    .content__about-us .about-us__text {
        color: #7a7a7a;
        font-size: 16px;
    }

    .content__about-us ol {
        padding-left: 20px;
        list-style: decimal;
    }

    .content__about-us .about-us__persons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .content__about-us .about-us__persons .about-us__person {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 20px 0;
        text-align: center;
    }

    .content__about-us .about-us__persons .about-us__person img {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

    .content__donbas-history .donbas-hisory__title {
        color: #2670c0;
        margin: 20px 0;
        font-size: 20px;
    }

    .content__donbas-history .donbas-history__persons {
        width: 100%;
    }

    .content__donbas-history .donbas-history__persons .persons__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0 60px;
    }

    .content__donbas-history .donbas-history__persons .persons__block .block-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .content__donbas-history .donbas-history__persons .persons__block .block-image img {
        min-width: 100%;
    }

    .content__donbas-history .donbas-history__persons .persons__block .block-text {
        margin-left: 0;
    }

    .jeg_tabpost_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment {
    margin: 15px 0;
}

.add-input label {
    display: inline-block;
}

.add-input input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.add-input textarea {
    width: 100%;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-stat {
    width: 100%;
    height: 35px;
    max-width: 350px;
}

.count-comment {
    font-weight: 600;
    font-size: 18px;
}

.comments-block {
    margin: 20px 0;
}

.comment-date {
    color: #3a3b45;
}

.form-group {
    margin-bottom: .8rem;
}
