@charset "UTF-8";
@font-face {
    font-family: "SFProDisplay";
    src: url("fonts/SFProDisplay-Regular.eot");
    src: local("☺"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: none
}

a:active, a:focus {
    outline: none
}

aside, footer, header, nav {
    display: block
}

body, html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "SFProDisplay";
    /*scrollbar-color: #FEBF0F var(--white);*/
    /*scrollbar-width: thin*/
}

/*body::-webkit-scrollbar, html::-webkit-scrollbar {*/
/*    width: 12px;*/
/*    height: 8px;*/
/*    background-color: var(--white)*/
/*}*/

/*body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {*/
/*    background-color: #FEBF0F;*/
/*    border-radius: 4em*/
/*}*/

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul {
    margin: 0px 0px
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

:root {
    --blue: #0e3f8b;
    --blue-hover: #0b3069;
    --blue-link: #345fa1;
    --light-blue: #dbe5f3;
    --black: #222222;
    --white: #ffffff
}

.content, .content2, .header__up {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0px 10px
}

p {
    margin: 0px 0px
}

.dropbtn-hover {
    font-size: 16px;
    border: none;
    display: block;
    padding: 9px 0px
}

@media (max-width: 768px) {
    .dropbtn-hover {
        padding: 3px 0px 3px 0px
    }
}

.dropdown-hover {
    position: relative;
    display: inline-block
}


.dropdown-content-hover {
    display: none;
    position: absolute;
    background-color: var(--white);
    min-width: 201px;
    z-index: 5;
    max-width: 201px;
    top: 72px;
    left: -160px;
    border-radius: 3px;
    border: 1px solid #f2f2f2
}

@media (max-width:480px)  {
    .dropdown-content-hover {
        top: 36px;
        left: -9px;
    }
}

.dropdown-content-hover a {
    color: var(--black);
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    border-bottom: 1px solid #f2f2f2
}

.dropdown-content-hover a:hover {
    color: #FEBF0F
}

.dropdown-hover:hover .dropdown-content-hover {
    display: block;
    margin-left: 150px;
    margin-top: -35px;
}

header .header__menu__singin .sing_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase
}

.search__header__form {
    display: none
}

@media (max-width: 768px) {
    .search__header__form {
        display: block
    }
}

.search__header__form.show {
    display: block
}

.sing__in__button {
    cursor: pointer
}

@media (max-width: 768px) {
    .sing__in__button {
        margin: 0px 5px 0px 0px
    }
}

.search__header {
    background-color: #fff;
    color: var(--black);
    border-radius: 3px;
    border-bottom: 1px solid #fff;
    padding: 5px 10px 3px 5px;
    margin: 0px 4px 0px 0px;
    width: 150px;
    height: 24px
}

@media (max-width: 1200px) {
    .search__header {
        width: 145px
    }
}

@media (max-width: 1045px) {
    .search__header {
        width: 123px
    }
}

@media (max-width: 991px) {
    .search__header {
        width: 150px
    }
}

.search__header::-webkit-input-placeholder {
    color: #929292
}

.search__header:-ms-input-placeholder {
    color: #929292
}

.search__header::-ms-input-placeholder {
    color: #929292
}

.search__header::placeholder {
    color: #929292
}

.header__up {
    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: 20px 10px
}

@media (max-width: 768px) {
    .header__up {
        background-color: #FEBF0F;
        padding: 7px 10px;
        position: fixed;
        width: 100%;
        z-index: 10
    }
}

.header__up .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__up .header__logo img {
    max-width: 78px;
    max-height: 78px;
    margin-right: 25px;
}

@media (max-width: 768px) {
    .header__up .header__logo img {
        max-width: 50px;
        max-height: 50px
    }
}

.header__up .header__logo .text {
    font-weight: bold;
    font-size: 20px;
    line-height: 135%;
    color: var(--black);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0px 0px;
    text-align: center;
}

.header__up .header__logo .text span {
    display: block;
}

@media (max-width: 991px) {
    .header__up .header__logo .text {
        font-size: 17px
    }
}

@media (max-width: 768px) {
    .header__up .header__logo .text {
        color: var(--white);
        font-size: 15px;
        font-weight: normal;
        text-transform: unset;
        line-height: 120%
    }
}

.header_up_social_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_up_social_lang .eye__btn {
    margin: 0px 30px 0px 15px;
    cursor: pointer
}

@media (max-width: 768px) {
    .header_up_social_lang .eye__btn {
        margin: 0px 45px 0px 15px
    }
}

.header_up_social_lang .eye__btn i {
    color: var(--black);
    font-size: 24px
}

@media (max-width: 768px) {
    .header_up_social_lang .eye__btn i {
        color: var(--white)
    }
}

.header_up_social_lang .eye__btn img {
    max-width: 32px;
    max-height: 32px
}

.lang_dropdown .btn-primary {
    color: var(--black) !important;
    background-color: unset !important;
    border-color: unset !important;
    border: none !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang_dropdown .btn-primary:active {
    border: none !important;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.lang_dropdown .btn-primary:focus {
    border: none !important;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.lang_dropdown .btn-primary .dropdown-toggle-text {
    position: relative;
    margin: 0px 0px 0px 0px
}

.lang_dropdown .btn-primary .dropdown-toggle-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--black)
}

@media (max-width: 768px) {
    .lang_dropdown .btn-primary .dropdown-toggle-text:after {
        background-color: var(--white) !important
    }
}

@media (max-width: 768px) {
    .lang_dropdown .btn-primary {
        color: var(--white) !important
    }
}

.lang_dropdown .dropdown.open {
    color: var(--black) !important;
    background-color: unset !important;
    border-color: unset !important;
    border: none !important
}

.lang_dropdown .dropdown-menu {
    max-width: 160px;
    min-width: unset !important;
    left: unset !important;
    right: 0 !important;
    top: 23px !important
}

.lang_dropdown .dropdown-menu li a {
    font-size: 16px;
    padding: 3px 10px !important
}

@media (max-width: 768px) {
    .lang_dropdown .dropdown-menu {
        display: none;
        right: unset !important
    }
}

.lang_dropdown.open .dropdown-menu {
    display: block
}

.social_adaptive {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .social_adaptive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__social__item {
    display: block;
    margin: 0px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.header__social__item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.header__social__item img {
    display: none
}

.header__social__item svg {
    fill:#000 !important;
}

@media (max-width: 991px) {
    .header__social__item {
        margin: 0px 5px
    }
}

@media (max-width: 768px) {
    .header__social__item img {
        display: block
    }

    .header__social__item svg {
        display: none
    }
}

.header__down {
    background-color: #FEBF0F;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.header__down .content {
    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
}

@media (max-width: 768px) {
    .header__down .content {
        -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
    }
}

.header__down .live_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 10px 0px 0px
}

.header__down .live_btn img {
    max-width: 6px;
    max-height: 6px;
    margin: 0px 10px 0px 0px
}

.header__down .live_btn .text {
    font-size: 14px;
    line-height: 135%;
    text-transform: uppercase;
    color: var(--white)
}

@media (max-width: 768px) {
    .header__down {
        position: fixed;
        left: 0;
        top: -100%;
        width: 100%;
        height: 100%;
        z-index: 3
    }
}

@media (max-width: 768px) {
    .header__down.active {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media (max-width: 768px) {
    .header_nav {
        padding: 74px 0px 10px 0px
    }
}

.header_nav ul {
    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;
    margin: 0px 0px 0px 0px
}

@media (max-width: 768px) {
    .header_nav ul {
        -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
    }
}

.header_nav .dropbtn-hover {
    font-weight: normal;
    font-size: 14px;
    line-height: 135%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 75px 0px 0px
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
    background-size: 36px 36px !important;
}

@media (max-width: 1200px) {
    .header_nav .dropbtn-hover {
        margin: 0px 70px 0px 0px
    }
}

@media (max-width: 991px) {
    .header_nav .dropbtn-hover {
        margin: 0px 30px 0px 0px
    }
}

.sing_in {
    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: 180px
}

@media (max-width: 768px) {
    .sing_in {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 10px 0px 10px 0px
    }
}

.header__burger {
    display: none;
    min-width: 30px
}

@media (max-width: 768px) {
    body.lock {
        overflow: hidden
    }

    .header__burger {
        display: block;
        position: absolute;
        top: 21px;
        right: 10px;
        width: 30px;
        height: 20px;
        z-index: 4;
        cursor: pointer
    }

    .header__burger span {
        position: absolute;
        background-color: var(--white);
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .header__burger:after, .header__burger:before {
        content: "";
        background-color: var(--white);
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .header__burger:before {
        top: 0
    }

    .header__burger:after {
        bottom: 0
    }

    .header__burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header__burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px
    }

    .header__burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px
    }
}

@media (max-width: 768px) {
    .lang_container {
        margin: 0px 0px 20px 0px
    }
}

.background_content {
    background: url("../img/background_img.png") no-repeat bottom;
    background-size: 100%;
    padding: 0px 0px 18px 0px
}

main {
    padding: 30px 0px 0px 0px
}

@media (max-width: 768px) {
    main {
        padding: 78px 0px 0px 0px
    }
}

main .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3.2fr 1.1fr;
    grid-template-columns: 3.2fr 1.1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

@media (max-width: 768px) {
    main .content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.main_content {
    overflow: hidden
}

.main_slider_block {
    display: block;
    margin: 0px 0px 50px 0px
}

@media (max-width: 768px) {
    .main_slider_block {
        margin: 0px 0px 20px 0px
    }
}

@media (max-width: 768px) {
    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 238px
    }
}

.main_slider_img {
    max-width: 870px;
    overflow: hidden
}

.main_slider_img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 420px;
    min-height: 420px
}

@media (max-width: 768px) {
    .main_slider_img img {
        max-height: 273px;
        min-height: 273px
    }
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 220px;
    left: 15px
}

@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        top: 138px
    }
}

.swiper-button-next i, .swiper-button-prev i {
    color: #ffffff;
    font-size: 24px
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-button-next {
    right: 15px;
    left: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.main_slider_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: var(--black);
    margin: 15px 0px 15px 0px;
    overflow: hidden;
    max-height: 75px;
}

@media (max-width: 768px) {
    .main_slider_title {
        margin: 10px 0px 10px 0px;
        font-size: 23px;
        line-height: 115%
    }
}

.main_slider .data_label {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #9c9c9c
}

.main_slider .hover_img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.main_slider:hover .hover_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.title_2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 0px 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 768px) {
    .title_2 {
        font-size: 22px;
        line-height: 115%
    }
}

.title_2:hover {
    color: #FEBF0F
}

@media (max-width: 768px) {
    .news_list {
        margin: 0px 0px 18px 0px
    }
}

.news_list_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    margin: 0px 0px 30px 0px
}

@media (max-width: 920px) {
    .news_list_content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px
    }
}

@media (max-width: 460px) {
    .news_list_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.news_list_item {
    padding: 0px 4px;
}

.news_list_item .img {
    max-height: 160px;
    min-height: 160px;
    overflow: hidden;
    border-radius: 6px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0px 0px 5px 0px #b9b9b9;
}


@media (max-width: 920px) {
    .news_list_item .img {
        margin: 0px 0px 5px 0px;
        max-width: unset
    }
}

.news_list_item .img img {
    width: 100%;
    height: 100%;
    max-height: 160px;
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover
}

.news_list_item .news_list_item_body .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    display: block;
    text-align: start;
    overflow: hidden;
    max-height: 74px;
    transition: all ease 0.3s;
}

.news_list_item .news_list_item_body .text:hover {
    color: #FEBF0F;
}


@media (max-width: 768px) {
    .news_list_item .news_list_item_body .text {
        line-height: 115%;
        font-size: 16px;
        max-height: 55px;
    }
}

.news_list_item .news_list_item_body .label {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 0px 0px 0px;
    color: #9c9c9c;
    display: block;
    text-align: start
}

@media (max-width: 768px) {
    .news_list_item .news_list_item_body .label {
        padding: 7px 0px 0px 0px
    }
}

.news_list_item .hover_img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.news_list_item:hover .hover_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.link_line {
    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;
    margin: 0px 0px 30px 0px
}

@media (max-width: 768px) {
    .link_line {
        margin: 0px 0px 17px 0px
    }
}

.link_line .look_more_link {
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #9c9c9c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px 5px 0px 0px
}

.link_line .look_more_link:hover .fa-chevron-right {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.link_line .look_more_link .fa-chevron-right {
    margin: 0px 0px 0px 8px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.load_more_btn {
    background: #dbe5f3;
    border-radius: 20px;
    padding: 14px 25px;
    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;
    height: 46px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 290px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

@media (max-width: 768px) {
    .load_more_btn {
        max-width: unset;
        width: 100%
    }
}

.load_more_btn:hover {
    background: #c2d6f3
}

.load_more_btn img {
    max-width: 24px;
    max-height: 24px;
    margin: 0px 13px 0px 0px
}

.side_blocks {
    overflow: hidden;
    min-width: 269px
}

.modal {
    display: none;
    position: fixed;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    scrollbar-color: #FEBF0F var(--white);
    scrollbar-width: none
}

.modal::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    background-color: var(--white)
}

.modal::-webkit-scrollbar-thumb {
    background-color: #FEBF0F;
    border-radius: 4em
}

.modal_form {
    margin: 15% auto;
    padding: 20px 30px 30px 30px;
    background-color: var(--white);
    width: 100%;
    max-width: 462px
}

@media (max-width: 768px) {
    .modal_form {
        padding: 20px
    }
}

.modal_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 20px 0px
}

.modal_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: var(--black);
    margin: 0px 0px 0px 0px
}

@media (max-width: 768px) {
    .modal_title {
        font-size: 20px;
        line-height: 115%
    }
}

.modal_close_btn {
    cursor: pointer;
    margin: 0px 0px 0px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.modal_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal_body input {
    margin: 0px 0px 15px 0px;
    padding: 18px 15px;
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

.modal_body input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.modal_body input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.modal_body input::-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.modal_body input::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.modal_body input:last-child {
    margin: 0px 0px 30px 0px
}

@media (max-width: 768px) {
    .modal_body input:last-child {
        margin: 0px 0px 20px 0px
    }
}

.form_btn {
    font-weight: bold;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: var(--white);
    width: 100%;
    height: 60px;
    background-color: #FEBF0F;
    -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 768px) {
    .form_btn {
        font-size: 19px
    }
}

.form_btn:hover {
    background-color: var(--blue-hover)
}

.modal_btn1 {
    background: #f0f0f0;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: var(--black);
    padding: 10px 10px;
    text-align: center;
    width: 100%;
    height: 50px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    margin: 0px 0px 10px 0px
}

.modal_btn1:hover {
    background: #FEBF0F;
    color: var(--white)
}

.radio_container {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: var(--black);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid #9c9c9c
}

.radio_container:hover input ~ .checkmark {
    background-color: var(--white);
    border: 1px solid #FEBF0F;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.radio_container input:checked ~ .checkmark {
    background-color: var(--white);
    border: 1px solid #FEBF0F;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio_container input:checked ~ .checkmark:after {
    display: block
}

.radio_container .checkmark:after {
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FEBF0F
}

.text_input {
    height: 93px !important;
    resize: none;
    margin: 0px 0px 15px 0px;
    padding: 18px 15px;
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

.text_input::-webkit-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.text_input:-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.text_input::-ms-input-placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.text_input::placeholder {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #9c9c9c
}

.modals_block {
    margin: 0px 0px 20px 0px
}

.tabs {
    max-width: 600px;
    margin: 0px 0px 52px 0px
}

@media (max-width: 768px) {
    .tabs {
        margin: 0px 0px 25px 0px
    }
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 10px 0px
}

.tabs__nav-btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    border: 0;
    background-color: var(--white);
    text-transform: uppercase;
    color: #9c9c9c;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 0px
}

.tabs__nav-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0%;
    height: 1.5px;
    background-color: #FEBF0F;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.tabs__nav-btn:last-child {
    margin: 0px 0px 0px 11px
}

.tabs__nav-btn:last-child {
    border-right: none
}

.tabs__nav-btn:hover {
    color: #FEBF0F
}

.tabs__nav-btn:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.5px;
    background-color: #FEBF0F
}

.tabs__nav-btn.active {
    color: #FEBF0F
}

.tabs__nav-btn.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.5px;
    background-color: #FEBF0F
}

.tabs__content {
    background-color: #fff;
    max-height: 386px;
    overflow-y: scroll;
    scrollbar-color: #FEBF0F var(--white);
    scrollbar-width: thin
}

.tabs__content::-webkit-scrollbar {
    width: 3px;
    height: 0px;
    background-color: var(--white)
}

.tabs__content::-webkit-scrollbar-thumb {
    background-color: #FEBF0F;
    border-radius: 4em
}

.tabs__item {
    display: none
}

.tabs__item.active {
    display: block
}

.tabs_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #FEBF0F;
    margin: 0px 22px 0px 0px
}

.tabs__item_link {
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #f3f3f3
}

.tabs__item_link:last-child {
    border-bottom: 1px solid #f3f3f3
}

.tabs__item_link .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: var(--black);
    margin: 0px 0px 10px 0px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.tabs__item_link .text:hover {
    color: #FEBF0F
}

.tabs__item_link .date {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #FEBF0F
}

.swiper-next, .swiper-prev {
    cursor: pointer
}

.swiper-next i, .swiper-prev i {
    pointer-events: none
}

.aside_banner_head {
    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;
    margin: 0px 0px 20px 0px
}

.swiper_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper_btns .swiper-prev {
    margin: 0px 16px 0px 0px
}

.swiper_btns .fas {
    color: #9c9c9c;
    font-size: 19px
}

.slider_video {
    margin: 0px 0px 20px 0px
}

.aside_min_news {
    max-height: 320px;
    /*overflow-y: scroll;*/
    border-bottom: 1px solid #f3f3f3;
    scrollbar-color: #FEBF0F var(--white);
    scrollbar-width: thin
}

.aside_min_news::-webkit-scrollbar {
    width: 3px;
    height: 0px;
    background-color: var(--white)
}

.aside_min_news::-webkit-scrollbar-thumb {
    background-color: #FEBF0F;
    border-radius: 4em
}

.aside_min_news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px 0px 15px 0px;
    padding: 0px 3px;
}

.aside_min_news a:hover .text {
    color: #FEBF0F
}

.aside_min_news a .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: var(--black);
    margin: 0px 0px 10px 0px
}

.aside_min_news a .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    color: #9c9c9c
}

.aside_min_news a .img {
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    min-height: 70px;
    min-width: 90px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 5px 0px #b9b9b9;
}


.aside_min_news a .img:after {
    content: url("../img/icons/play_btn.svg");
    position: absolute;
    left: 37px;
    bottom: 20px
}

.aside_min_news a .img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 90px;
    max-height: 70px;
    width: 100%;
    height: 100%;
    min-height: 70px;
    min-width: 90px
}

.aside_min_news.image_news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.aside_min_news.image_news a .photo_img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 270px
}

@media (max-width: 768px) {
    .aside_min_news.image_news a .photo_img {
        max-width: unset
    }
}

.aside_min_news.image_news a .photo_img .img_hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    max-width: 100%;
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 150px
}

.aside_min_news.image_news a .photo_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.192)
}

.aside_min_news.image_news a:hover .img_hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.aside_min_news.image_news a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--white);
    padding: 0px 10px;
    max-height: 56px;
    overflow: hidden
}

.tips_link {
    display: block;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    max-height: 160px;
    border-radius: 10px;
    max-width: 270px;
    min-height: 160px
}

@media (max-width: 768px) {
    .tips_link {
        max-width: unset
    }
}

.tips_link img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 160px;
    min-height: 160px
}

.footer_slider {
    background-color: #f2f7ff;
    padding: 51px 0px
}

@media (max-width: 768px) {
    .footer_slider {
        padding: 20px 0px
    }
}

.swiper-container3 {
    position: relative
}

.swiper-pagination.social {
    position: unset;
    top: unset;
    bottom: -10px;
    margin: 30px auto 0 auto
}

@media (max-width: 768px) {
    .swiper-pagination.social {
        margin: 15px auto 0 auto
    }
}

.swiper-pagination.social .swiper-pagination-bullet {
    background: #dccece;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.swiper-pagination.social .swiper-pagination-bullet-active {
    background: #FEBF0F;
    width: 12px;
    height: 12px
}

.social_block_slider a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    -webkit-box-shadow: 0px 10px 20px rgba(242, 247, 255, 0.05);
    box-shadow: 0px 10px 20px rgba(242, 247, 255, 0.05);
    border-radius: 10px;
    padding: 42px 15px 42px 19px
}

@media (max-width: 550px) {
    .social_block_slider a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
        text-align: center
    }
}

.social_block_slider a img {
    max-width: 36px;
    max-height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0px 15px 0px 0px
}

@media (max-width: 550px) {
    .social_block_slider a img {
        margin: 0px 0px 10px 0px
    }
}

.social_block_slider a .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: var(--black)
}

@media (max-width: 768px) {
    .social_block_slider a .text {
        font-size: 15px
    }
}

.social_block_slider a .text span {
    font-weight: bold
}

footer {
    background-size: cover;
    background-color: #FEBF0F;
    position: relative;
    padding: 30px 0px
}

@media (max-width: 768px) {
    footer {
        padding: 20px 0px
    }
}

footer .content {
    position: relative;
    z-index: 2
}

footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url("../img/footer/almaty_back.svg") no-repeat bottom;
    background-size: 100%;
    z-index: 1
}

.footer_up {
    border-bottom: 1px solid #a6a0a0;
    padding: 0px 0px 25px 0px
}

.footer_up .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 768px) {
    .footer_up .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer_nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 70px;
    column-gap: 70px;
    row-gap: 20px
}

@media (max-width: 1200px) {
    .footer_nav {
        -webkit-column-gap: 30px;
        column-gap: 30px;
        row-gap: 20px
    }
}

@media (max-width: 768px) {
    .footer_nav {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 15px
    }
}

.footer_nav .footer_nav_item ul li a {
    display: block;
    margin: 0px 0px 10px 0px;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%
}

@media (max-width: 768px) {
    .footer_nav .footer_nav_item ul li a {
        margin: 0px 0px 7px 0px
    }
}

.footer_item_title {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    margin: 0px 0px 10px 0px
}

@media (max-width: 768px) {
    .footer_item_title {
        margin: 0px 0px 10px 0px
    }
}

#footerModalBbtn, #footerModalBbtn2 {
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin: 0px 0px 10px 0px;
    white-space: nowrap
}

@media (max-width: 991px) {
    #footerModalBbtn, #footerModalBbtn2 {
        white-space: normal
    }
}

@media (max-width: 768px) {
    #footerModalBbtn, #footerModalBbtn2 {
        margin: 0px 0px 7px 0px
    }
}

.footer_down {
    padding: 25px 0px 0px 0px
}

@media (max-width: 768px) {
    .footer_down {
        padding: 15px 0px 0px 0px
    }
}

.footer_down .content {
    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
}

@media (max-width: 768px) {
    .footer_down .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer_social {
    margin: 0px 90px 0px 80px
}

@media (max-width: 1200px) {
    .footer_social {
        margin: 0px 35px
    }
}

@media (max-width: 768px) {
    .footer_social {
        margin: 10px 0px 15px 0px
    }
}

.footer_social_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_social_body .link_item {
    display: block;
    margin: 10px 20px 0px 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 991px) {
    .footer_social_body .link_item {
        margin: 0px 7px 0px 0px
    }
}

.footer_social_body .link_item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.footer_contacts_body .footer_contacts_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .footer_contacts_body .footer_contacts_link {
        margin: 0px 0px 10px 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer_contacts_body .footer_contacts_link img {
    margin: 0px 18px 0px 0px
}

@media (max-width: 991px) {
    .footer_contacts_body .footer_contacts_link img {
        margin: 0px 10px 0px 0px
    }
}

.footer_contacts_body .footer_contacts_link .text {
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #000
}

.footer_down_left {
    display: block
}

.footer_down_left .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 2px 0px
}

@media (max-width: 768px) {
    .footer_down_left .text {
        font-size: 14px
    }
}

.footer_down_left span {
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #000
}

.footer_down_right {
    text-align: right
}

@media (max-width: 768px) {
    .footer_down_right {
        text-align: center
    }
}

.footer_down_right .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: #000;
    white-space: nowrap
}

@media (max-width: 768px) {
    .footer_down_right .text {
        font-size: 16px;
        margin: 10px 0px 0px 0px
    }
}

.footer_down_right span {
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #000
}

.bread_crumps {
    margin: 0px 0px 30px 0px
}

@media (max-width: 768px) {
    .bread_crumps {
        margin: 0px 0px 15px 0px
    }
}

.bread_crumps .bread_crumps_item {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: var(--black)
}

.bread_crumps .bread_crumps_item.active {
    color: #FEBF0F
}

.bread_crumps .fa-chevron-right {
    color: #9c9c9c;
    font-size: 13px;
    margin: 0px 10px
}

.news_body {
    margin: 0px 0px 90px 0px
}

@media (max-width: 768px) {
    .news_body {
        margin: 0px 0px 30px 0px
    }
}

.news_body .news_list_content {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width: 768px) {
    .news_body .news_list_content {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width: 550px) {
    .news_body .news_list_content {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 390px) {
    .news_body .news_list_content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.date_item {
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #9c9c9c;
    margin: 15px 0px 20px 0px
}

@media (max-width: 768px) {
    .date_item {
        margin: 9px 0px 14px 0px
    }
}

.border_content {
    max-width: 1280px;
    padding: 20px 50px 20px 50px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05)
}

@media (max-width: 768px) {
    .border_content {
        padding: 5px 20px 20px 20px
    }
}

.single_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0px 25px 0px;
    border-bottom: 1px solid #d0d0d09a;
    padding: 0px 0px 15px 0px
}

.single_social .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #9c9c9c
}

.single_social .single_social_item {
    margin: 0px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.single_social .single_social_item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.single_news_content .up_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .single_news_content .up_text {
        margin: 0px 0px 10px 0px;
        font-size: 17px;
        line-height: 125%
    }
}

.single_news_content .img {
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .single_news_content .img {
        margin: 0px 0px 13px 0px
    }
}

.single_news_content .img img {
    max-height: 600px;
    min-height: 460px;
    /* -o-object-fit: cover;
    object-fit: cover; */
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width: 991px) {
    .single_news_content .img img {
        max-height: 320px;
        min-height: 320px
    }
}

@media (max-width: 500px) {
    .single_news_content .img img {
        max-height: 200px;
        min-height: 200px
    }
}

.single_news_content .text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .single_news_content .text {
        margin: 0px 0px 10px 0px;
        font-size: 17px;
        line-height: 125%
    }
}

.cursive_text {
    margin: 0px 0px 20px 0px;
    padding: 0px 25px 0px 20px;
    position: relative
}

@media (max-width: 768px) {
    .cursive_text {
        padding: 0px 20px 0px 15px
    }
}

.cursive_text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #FEBF0F
}

.cursive_text .text {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 15px 0px
}

@media (max-width: 768px) {
    .cursive_text .text {
        margin: 0px 0px 8px 0px;
        font-size: 17px;
        line-height: 125%
    }
}

.statements.border_content {
    margin-bottom: 300px;
    padding: 20px 50px 50px 50px
}

@media (max-width: 991px) {
    .statements.border_content {
        padding: 0px 20px 20px 20px
    }
}

@media (max-width: 768px) {
    .statements.border_content {
        margin-bottom: 50px;
        padding: 0px 15px 15px 15px
    }
}

.statements_body {
    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;
    text-align: center;
    margin: 30px 0px 0px 0px
}

@media (max-width: 991px) {
    .statements_body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .statements_body {
        margin: 20px 0px 0px 0px
    }
}

.statements_item {
    margin: 0px 0px 40px 0px
}

.statements_item:first-child {
    padding: 0px 10px 0px 0px
}

@media (max-width: 768px) {
    .statements_item:first-child {
        padding: 0px 0px 0px 0px
    }
}

.statements_item:last-child {
    padding: 0px 0px 0px 10px
}

@media (max-width: 768px) {
    .statements_item:last-child {
        padding: 0px 0px 0px 0px
    }
}

.statements_item .text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 15px 0px 0px 0px
}

.statements_item .img {
    min-height: 200px
}

@media (max-width: 380px) {
    .statements_item .img {
        min-height: 150px
    }
}

.statements_item .img img {
    -o-object-fit: fill;
    object-fit: fill;
    max-width: 100%;
    height: 100%;
    min-height: 200px
}

@media (max-width: 380px) {
    .statements_item .img img {
        min-height: 150px;
        max-height: 150px
    }
}

.static_body {
    margin: 30px 0px 0px 0px
}

@media (max-width: 768px) {
    .static_body {
        margin: 10px 0px 0px 0px
    }
}

.static_block {
    margin: 0px 0px 30px 0px
}

.static_block:last-child {
    margin: 0px 0px 0px 0px
}

@media (max-width: 768px) {
    .static_block:last-child {
        margin: 0px 0px 10px 0px
    }
}

@media (max-width: 768px) {
    .static_block {
        margin: 0px 0px 20px 0px
    }
}

.static_block .title_static {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: var(--black);
    margin: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .static_block .title_static {
        margin: 0px 0px 12px 0px;
        font-size: 19px;
        line-height: 115%
    }
}

.static_block .static_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 15px 0px;
    max-width: 869px
}

.static_block .static_text:last-child {
    margin: 0px 0px 0px 0px
}

@media (max-width: 768px) {
    .static_block .static_text {
        margin: 0px 0px 10px 0px;
        font-size: 16px;
        line-height: 115%
    }
}

.title_min {
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 0px 0px
}

.custom_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
    padding: 0px 0px 20px 0px
}

@media (max-width: 768px) {
    .custom_table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.custom_table:last-child {
    border-bottom: unset
}

@media (max-width: 768px) {
    .custom_table table {
        margin-bottom: 10px
    }
}

.custom_table td {
    vertical-align: top
}

.custom_table .appointment {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: var(--black);
    padding: 30px 0px 0px 0px
}

@media (max-width: 768px) {
    .custom_table .appointment {
        padding: 15px 0px 0px 0px
    }
}

.custom_table .table_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--black);
    padding: 30px 0px 0px 30px
}

@media (max-width: 768px) {
    .custom_table .table_text {
        padding: 15px 0px 0px 20px
    }
}

.table_more_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #FEBF0F
}

.table_more_link .fa-chevron-right {
    margin: 0px 0px 0px 8px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.table_more_link:hover .fa-chevron-right {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.side_blocks.add_mrg {
    margin: 130px 0px 0px 0px
}

@media (max-width: 768px) {
    .side_blocks.add_mrg {
        margin: 0px 0px 0px 0px
    }
}

.title_briefing2, .title_briefing {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--black)
}

.title_briefing2 {
    max-width: 839px
}

.tips.text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    max-width: 810px;
    margin: 0px 0px 15px 0px
}

.tips.text a {
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    font-weight: bold
}

.aside_text {
    margin: 30px 0px 30px 0px;
    padding: 0px 20px 0px 22px
}

@media (max-width: 768px) {
    .aside_text {
        margin: 20px 0px 20px 0px
    }
}

.aside_text .text, .aside_text .up_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    color: var(--black);
    margin: 0px 0px 0px 0px
}

.aside_text .text span, .aside_text .up_text span {
    font-weight: bold
}

.aside_text .up_text {
    position: relative;
    margin: 0px 0px 15px 0px
}

.aside_text .up_text:after {
    content: "•";
    position: absolute;
    left: -25px;
    top: -3px;
    width: 15px;
    height: 15px;
    color: #FEBF0F;
    font-size: 40px
}

.aside_news_swiper .news_list_item {
    margin: 0px 0px 15px 0px
}

.side_blocks.add_mrg.briefing {
    margin: 99px 0px 0px 0px
}

@media (max-width: 768px) {
    .side_blocks.add_mrg.briefing {
        margin: 20px 0px 0px 0px
    }
}

.img.briefing {
    border-radius: unset
}

.photo_gallery_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
    margin: 0px 0px 30px 0px
}

@media (max-width: 991px) {
    .photo_gallery_block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 15px;
        column-gap: 15px
    }
}

@media (max-width: 480px) {
    .photo_gallery_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.photo_gallery_block .img {
    overflow: hidden;
    border-radius: 6px;
    margin: 0px 0px 10px 0px
}

.photo_gallery_block .img .img_hover {
    width: 100%;
    height: 100%;
    max-height: 290px;
    min-height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 991px) {
    .photo_gallery_block .img .img_hover {
        max-height: 250px;
        min-height: 250px
    }
}

@media (max-width: 768px) {
    .photo_gallery_block .img .img_hover {
        max-height: 200px;
        min-height: 200px
    }
}

.photo_gallery_item:hover .img_hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.photo_gallery_item:hover .text {
    color: #FEBF0F
}

.photo_gallery_item .text {
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: var(--black)
}

.news_body.gallery_inner .title_2 {
    max-width: 730px
}

.gallery_inner_swiper {
    margin: 0 auto;
    max-width: 856px
}

.photo_gallery_inner {
    margin: 30px 0px 0px 0px
}

.photo_gallery_inner .swiper-pagination-bullets {
    top: unset;
    bottom: 0
}

.photo_gallery_inner .content2 {
    max-width: 920px
}

.gallery_inner_slider {
    overflow: hidden;
    width: 100%;
    max-width: 770px
}

@media (max-width: 870px) {
    .gallery_inner_slider {
        max-width: 600px;
        max-height: 450px
    }
}

.gallery_inner_slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 607px;
    min-height: 607px;
    max-width: 770px
}

@media (max-width: 870px) {
    .gallery_inner_slider img {
        max-height: 450px;
        min-height: 450px
    }
}

@media (max-width: 480px) {
    .gallery_inner_slider img {
        max-height: 330px;
        min-height: 330px
    }
}

@media (max-width: 380px) {
    .gallery_inner_slider img {
        max-height: 260px;
        min-height: 260px
    }
}

.photo_gallery_inner .swiper-pagination-bullet {
    width: 25px !important;
    height: 3px !important;
    display: inline-block !important;
    border-radius: 2px !important;
    background: var(--black) !important
}

.photo_gallery_inner .swiper-pagination-bullet-active {
    background: #FEBF0F !important
}

.photo_gallery_inner .swiper-next, .photo_gallery_inner .swiper-prev {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.photo_gallery_inner .swiper-next img, .photo_gallery_inner .swiper-prev img {
    width: 15px;
    height: 28px
}

.photo_gallery_inner .swiper-next:hover .grey_arr, .photo_gallery_inner .swiper-prev:hover .grey_arr {
    display: none
}

.photo_gallery_inner .swiper-next:hover .blue_arr, .photo_gallery_inner .swiper-prev:hover .blue_arr {
    display: block
}

.photo_gallery_inner .swiper-next .blue_arr, .photo_gallery_inner .swiper-prev .blue_arr {
    display: none
}

.photo_gallery_inner .swiper-prev {
    left: 0px
}

.photo_gallery_inner .swiper-prev .blue_arr {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.photo_gallery_inner .swiper-next {
    right: 0px
}

.photo_gallery_inner .swiper-next .grey_arr {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.photo_gallery_inner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video_list .img {
    position: relative
}

.video_list .img:after {
    content: url(../img/icons/play_bigger.svg);
    position: absolute;
    left: 0;
    top: 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
}

.video_list .news_list_item_body .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--black)
}

.link_tips_block {
    margin: 10px 0px 0px 0px
}

@media (max-width: 768px) {
    .link_tips_block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 30px;
        column-gap: 30px;
        row-gap: 5px
    }
}

@media (max-width: 480px) {
    .link_tips_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.questions_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px
}

@media (max-width: 991px) {
    .questions_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center
    }
}

.questions_content {
    margin: 0px 30px 0px 0px
}

@media (max-width: 768px) {
    .questions_content {
        margin: 0px 0px 20px 0px
    }
}

.questions_content .questions_item {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0px 20px 0px
}

@media (max-width: 768px) {
    .questions_content .questions_item {
        padding: 13px 0px
    }
}

.questions_content .question_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: var(--black);
    margin: 0px 0px 15px 0px;
    display: block
}

@media (max-width: 768px) {
    .questions_content .question_title {
        margin: 0px 0px 10px 0px
    }
}

.questions_content .question_title:hover {
    color: #FEBF0F
}

.questions_content .questions_text {
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: var(--black)
}

.questions_background_block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.questions_background_block .img {
    max-width: 395px;
    max-height: 451px
}

.questions_background_block .img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}

.question_container {
    padding-bottom: 40px !important
}

@media (max-width: 768px) {
    .question_container {
        padding-bottom: 25px !important
    }
}

.single_questions_block .questions_item {
    padding: 0px 0px 20px 0px;
    border-bottom: unset
}

@media (max-width: 768px) {
    .single_questions_block .questions_item {
        padding: 0px 0px 10px 0px
    }
}

.single_questions_block .questions_item .questions_text {
    margin: 0px 0px 15px 0px
}

.single_questions_block .questions_background_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts_two_half .subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0.02em;
    color: var(--black);
    margin: 18px 0px 30px 0px
}

@media (max-width: 768px) {
    .contacts_two_half .subtitle {
        margin: 11px 0px 10px 0px
    }
}

.contacts_content .contacts_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 22px 0px
}

@media (max-width: 768px) {
    .contacts_content .contacts_item {
        margin: 0px 0px 12px 0px
    }
}

.contacts_content .contacts_item img {
    margin: 0px 20px 0px 0px
}

@media (max-width: 768px) {
    .contacts_content .contacts_item img {
        margin: 0px 10px 0px 0px
    }
}

.contacts_content .contacts_item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--black)
}

.contacts_two_half {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
}

@media (max-width: 768px) {
    .contacts_two_half {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.map_block {
    display: block;
    width: 100%
}

.leaflet-container {
    width: 100%;
    height: 350px
}

@media (max-width: 768px) {
    .leaflet-container {
        height: 280px !important
    }
}

.leaflet-control {
    display: none !important
}

.live_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1200px) {
    .live_search {
        width: 29%
    }
}

.title_2.video {
    margin: 0px 0px 30px 0px
}

@media (max-width: 768px) {
    .title_2.video {
        margin: 0px 0px 15px 0px
    }
}

.single_news_content.video .img {
    position: relative
}

.single_news_content.video .img:after {
    content: url(../img/icons/play_biggest.svg);
    position: absolute;
    left: 0;
    top: 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
}

.countdown_block {
    width: 147px;
}

.days_timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px 20px 0px;
}

.days_timer_title {
    text-transform: uppercase;
    color: #2D5E6C;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    text-align: center;

}

.days_timer_subtitle {
    text-transform: uppercase;
    color: #2D5E6C;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    text-align: center;
}

.countdown {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0px 5px;
}

.countdown_time {
    background-color: #6C9BAD;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0px 0px 0px;
}

.countdown_time .days_text {
    margin: 0px 5px 5px 5px;
}

.countdown-number.disabled {
    position: absolute;
    opacity: 0;
}

.countdown_time .tip {
    background-color: #2D5E6C;
    padding: 3px 5px 3px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.days.countdown-time {
    font-size: 60px;
}

.hours.countdown-time {

}

.minutes.countdown-time {

}

.seconds.countdown-time {

}

.countdown_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 170px;
}

.census_img {
    max-width: 200px;
    max-height: 100px;
}
