@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.container {
    width: 1100px;
    max-width: 100%;
    margin: 0px auto;
    height: auto;
}

a {
    text-decoration: none;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.header .header__top {
    width: 100%;
    height: 40px;
    background: #13ac8e;
    box-sizing: border-box;
}
.header .header__top .header__top-block {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .header__top .header__top-block ul li {
    display: inline-flex;
    box-sizing: border-box;
    padding: 3px 20px;
    border-right: 1px solid #fff;
}
.header .header__top .header__top-block ul li:last-child {
    border: 0px;
}
.header .header__top .header__top-block ul li img {
    margin-right: 6px;
}
.header .header__top .header__top-block ul li span {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 109.4%;
    /* or 12px */
    color: #ffffff;
}
.header .header__nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.header .header__nav .header__nav-mobile {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: #f79b37;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    display: none;
}
.header .header__nav .header__nav-mobile:hover {
    opacity: 0.8;
}
.header .header__nav .header__nav-block {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__nav .header__nav-block .header__nav-nav {
    display: inline-flex;
}
.header .header__nav .header__nav-block .header__nav-nav .nav .nav__close {
    display: none;
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 10px;
    position: relative;
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li a {
    padding: 0px 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 109.4%;
    /* or 14px */
    color: #000000;
    text-transform: uppercase;
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li a:hover {
    color: #f79b37;
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li.active > a {
    border-bottom: 1px solid #13ac8e;
}
.header
    .header__nav
    .header__nav-block
    .header__nav-nav
    .nav
    ul
    li:hover
    .submenu {
    display: block;
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li .submenu {
    display: none;
    position: absolute;
    width: 350px;
    top: 40px;
    left: 15px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.header .header__nav .header__nav-block .header__nav-nav .nav ul li .submenu a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-transform: unset;
    color: #000;
    font-weight: 400;
}
.header
    .header__nav
    .header__nav-block
    .header__nav-nav
    .nav
    ul
    li
    .submenu
    a:hover {
    color: #13ac8e;
}
.header .header__nav .header__nav-block .header__nav-lang {
    display: inline-flex;
}
.header .header__nav .header__nav-block .header__nav-lang ul li {
    display: inline-block;
    padding: 15px 0px;
}
.header .header__nav .header__nav-block .header__nav-lang ul li:last-child a {
    border: 0px;
}
.header .header__nav .header__nav-block .header__nav-lang ul li a {
    padding: 0px 15px;
    border-right: 1px solid #000;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 109.4%;
    /* or 14px */
    color: #000000;
    text-transform: uppercase;
}
.header .header__nav .header__nav-block .header__nav-lang ul li.active a {
    font-weight: 600;
}

.slider {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url("../img/slider.jpg");
    background-size: cover;
    background-position: 50% 50%;
    box-sizing: border-box;
    padding-top: 100px;
    display: flex;
    align-items: center;
}
.slider.subpage {
    min-height: unset;
    max-height: 400px;
}
.slider.subpage .slider__block .slider__content h3 {
    font-size: 46px;
}
.slider .slider__block {
    width: 100%;
    height: auto;
}
.slider .slider__block .slider__content {
    width: 100%;
    max-width: 700px;
}
.slider .slider__block .slider__content h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 70px;
    line-height: 109.4%;
    /* or 77px */
    color: #000000;
}
.slider .slider__block .slider__content h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 109.4%;
    /* or 27px */
    color: #f79b37;
    padding-top: 7px;
}
.slider .slider__block .slider__content p {
    font-style: normal;
    font-weight: normal;
    font-size: 12.5px;
    line-height: 165.4%;
    /* or 21px */
    color: #000000;
    padding-top: 11px;
}
.slider .slider__block .slider__content a {
    width: 126px;
    height: 35px;
    background-color: #13ac8e;
    display: flex;
    margin-top: 35px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    /* or 12px */
    color: #ffffff;
    transition: all 0.2s;
}
.slider .slider__block .slider__content a:hover {
    background-color: #000;
    color: #13ac8e;
}

.services {
    width: 100%;
    height: 260px;
    background-color: #232323;
    background-image: url("../img/service-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.services .services__block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 180px;
}
.services .services__block .services__content {
    width: 100%;
    height: 260px;
    background-color: #232323;
    padding: 25px 35px;
    box-sizing: border-box;
}
.services .services__block .services__content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 109.4%;
    /* or 31px */
    text-transform: uppercase;
    color: #ffffff;
}
.services .services__block .services__content p {
    font-style: normal;
    font-weight: bold;
    font-size: 11.5px;
    line-height: 140.4%;
    /* or 16px */
    color: #ffffff;
    padding-top: 11px;
    max-width: 676px;
}
.services .services__block .services__content .services__list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.services
    .services__block
    .services__content
    .services__list
    .services__list-item {
    display: flex;
    flex-basis: 33.33%;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    box-sizing: border-box;
    border-right: 1px solid #c4c4c4;
}
.services
    .services__block
    .services__content
    .services__list
    .services__list-item:last-child {
    border: 0px;
}
.services
    .services__block
    .services__content
    .services__list
    .services__list-item
    img {
    margin-right: 14px;
}
.services
    .services__block
    .services__content
    .services__list
    .services__list-item
    h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 109.4%;
    /* or 14px */
    text-transform: uppercase;
    color: #ffffff;
}

.ha {
    width: 100%;
    height: auto;
    padding: 90px 0px;
}
.ha .ha__block {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    padding: 0px 110px;
}
.ha .ha__block .ha__left {
    flex-basis: 50%;
    padding-top: 45px;
    box-sizing: border-box;
    padding-right: 42px;
}
.ha .ha__block .ha__left .ha__top p {
    font-style: normal;
    font-weight: normal;
    font-size: 11.5px;
    line-height: 123.4%;
    /* or 14px */
    color: #000000;
    padding-top: 5px;
    padding-bottom: 18px;
    border-bottom: 2px solid #ececec;
}
.ha .ha__block .ha__left .ha__list {
    width: 100%;
    height: auto;
}
.ha .ha__block .ha__left .ha__list .ha__list-item {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.ha .ha__block .ha__left .ha__list .ha__list-item .ha__list-item-icon {
    margin-right: 27px;
}
.ha .ha__block .ha__left .ha__list .ha__list-item .ha__list-item-content {
    max-width: 260px;
}
.ha .ha__block .ha__left .ha__list .ha__list-item .ha__list-item-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 109.4%;
    /* or 15px */
    color: #000000;
}
.ha .ha__block .ha__right {
    flex-basis: 50%;
    display: flex;
}
.ha .ha__block .ha__right .ha__side {
    flex-basis: 50%;
}
.ha .ha__block .ha__right .ha__side:last-child {
    margin-top: 25px;
}
.ha .ha__block .ha__right .ha__side .ha__side-box {
    width: 230px;
    max-width: 100%;
    height: 230px;
}
.ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-text {
    padding: 40px 23px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}
.ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-text:hover {
    transform: scale(1.1);
}
.ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-text h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 119.4%;
    /* or 29px */
    color: #ffffff;
    position: relative;
}
.ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-text h2::after {
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background-color: #fff;
    content: "";
    left: 0px;
}
.ha
    .ha__block
    .ha__right
    .ha__side
    .ha__side-box.ha__side-text.ha__side-text--orange {
    background-color: #f79b37;
}
.ha
    .ha__block
    .ha__right
    .ha__side
    .ha__side-box.ha__side-text.ha__side-text--green {
    background-color: #13ac8e;
}
.ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-image {
    background-size: cover;
    background-position: 50% 50%;
}
.ha .ha__button {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}
.ha .ha__button a {
    display: flex;
    width: 147px;
    height: 27px;
    border: 2px solid #13ac8e;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 109.4%;
    /* or 12px */
    color: #000000;
}
.ha .ha__button a:hover {
    background-color: #13ac8e;
    color: #fff;
}

.partners {
    width: 100%;
    height: auto;
    background-color: #232323;
    box-sizing: border-box;
    padding: 40px;
display:none !important;
}
.partners .partners__list {
    width: 100%;
    height: auto;
}
.partners .partners__list .partners__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    outline: none;
}
.partners .partners__list .partners__list-item img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
}
.partners .partners__list .partners__list-item img:hover {
    opacity: 0.9;
}

.map {
    width: 100%;
    height: auto;
    min-height: 650px;
    background-image: url("../img/map.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.map .map__block {
    width: 100%;
    height: auto;
    padding: 0px 100px;
}
.map .map__block .map__content {
    width: 100%;
    max-width: 380px;
}
.map .map__block .map__content h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 109.4%;
    /* or 11px */
    color: #f79b37;
}
.map .map__block .map__content h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 109.4%;
    /* or 38px */
    color: #000000;
    padding-top: 6px;
}
.map .map__block .map__content h2 b {
    font-weight: 900;
}
.map .map__block .map__content p {
    font-style: normal;
    font-weight: normal;
    font-size: 11.5px;
    line-height: 127.4%;
    /* or 15px */
    color: #000000;
    padding-top: 20px;
}
.map .map__block .map__content .map__bars {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.map .map__block .map__content .map__bars .map__bar {
    padding-top: 10px;
    width: 100%;
    height: auto;
}
.map .map__block .map__content .map__bars .map__bar .map__bar-label span {
    font-style: normal;
    font-weight: bold;
    font-size: 11.5px;
    color: #000000;
}
.map .map__block .map__content .map__bars .map__bar .map__bar-loader {
    width: 100%;
    height: 3px;
    background-color: #c3c3c3;
    position: relative;
    margin-top: 9px;
}
.map .map__block .map__content .map__bars .map__bar .map__bar-loader .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 3px;
    background-color: #13ac8e;
}
.map .map__block .map__content .map__bars .map__bar .map__bar-text {
    box-sizing: border-box;
    padding-left: 10px;
}
.map .map__block .map__content .map__bars .map__bar .map__bar-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 11.5px;
    margin: 0px;
    line-height: 12px;
    padding-top: 6px;
    color: #000000;
}

.meeting {
    width: 100%;
    height: auto;
}
.meeting .meeting__block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px 100px;
}
.meeting .meeting__block .meeting__box {
    width: 100%;
    height: auto;
    display: flex;
    height: 170px;
}
.meeting .meeting__block .meeting__box .meeting__content {
    flex-basis: 33.33%;
    height: 170px;
    background-color: #f79b37;
    padding: 15px 25px;
    box-sizing: border-box;
    text-align: center;
}
.meeting .meeting__block .meeting__box .meeting__content h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 109.4%;
    /* or 27px */
    text-align: center;
    color: #ffffff;
    padding-top: 7px;
}
.meeting .meeting__block .meeting__box .meeting__content h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 109.4%;
    /* or 16px */
    color: #ffffff;
    padding-top: 14px;
}
.meeting .meeting__block .meeting__box .meeting__form {
    flex-basis: 66.66%;
    box-sizing: border-box;
    padding: 0px 30px;
    background-color: #232323;
}
.meeting .meeting__block .meeting__box .meeting__form form {
    width: 100%;
    height: auto;
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: space-between;
}
.meeting .meeting__block .meeting__box .meeting__form form .form__left {
    flex-basis: 38%;
}
.meeting .meeting__block .meeting__box .meeting__form form .form__left input {
    width: 100%;
    height: 33px;
    border: 1px solid #616161;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: transparent;
    margin-top: 6px;
    color: #fff;
}
.meeting .meeting__block .meeting__box .meeting__form form .form__right {
    flex-basis: 38%;
}
.meeting
    .meeting__block
    .meeting__box
    .meeting__form
    form
    .form__right
    textarea {
    width: 100%;
    height: 111px;
    margin-top: 13px;
    border: 1px solid #616161;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
    resize: unset;
}
.meeting .meeting__block .meeting__box .meeting__form form .form__button {
    flex-basis: 20%;
}
.meeting
    .meeting__block
    .meeting__box
    .meeting__form
    form
    .form__button
    button {
    width: 100%;
    height: 111px;
    border: 0px;
    background-color: #13ac8e;
    margin-top: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    /* or 12px */
    color: #ffffff;
    transition: 0.2s all;
}
.meeting
    .meeting__block
    .meeting__box
    .meeting__form
    form
    .form__button
    button:hover {
    background-color: #fff;
    color: #13ac8e;
}

.news {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-color: #f8f8f8;
    margin-top: 90px;
}
.news.news__page {
    margin-top: 0px;
}
.news.news__page .news__block .news__list {
    flex-wrap: wrap;
}
.news.news__page .news__block .news__list .news__item {
    min-width: 310px;
    margin-top: 20px;
}
.news .news__block {
    width: 100%;
    height: auto;
}
.news .news__block .news__top {
    width: 100%;
    height: auto;
}
.news .news__block .news__top h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 109.4%;
    /* or 11px */
    color: #f79b37;
}
.news .news__block .news__top h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 109.4%;
    /* or 38px */
    color: #000000;
}
.news .news__block .news__list {
    padding-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.news .news__block .news__list .news__item {
    flex-basis: calc(33.33% - 12px);
    height: auto;
    background: #ffffff;
    box-shadow: 3px 4px 21px 1px rgba(0, 0, 0, 0.18);
    transition: 0.3s all;
}
.news .news__block .news__list .news__item:hover {
    transform: scale(1.05);
}
.news .news__block .news__list .news__item .news__item-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}
.news .news__block .news__list .news__item .news__item-content {
    box-sizing: border-box;
    padding: 20px;
}
.news
    .news__block
    .news__list
    .news__item
    .news__item-content
    .news__item-date {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.news
    .news__block
    .news__list
    .news__item
    .news__item-content
    .news__item-date
    img {
    margin-right: 8px;
}
.news
    .news__block
    .news__list
    .news__item
    .news__item-content
    .news__item-date
    span {
    font-style: normal;
    font-weight: bold;
    font-size: 11.5px;
    line-height: 127.4%;
    /* or 15px */
    color: #13ac8e;
}
.news .news__block .news__list .news__item .news__item-content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 22.5px;
    line-height: 130.4%;
    /* or 29px */
    color: #000000;
    padding-top: 8px;
}
.news .news__block .news__list .news__item .news__item-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 10.5px;
    line-height: 127.4%;
    /* or 13px */
    color: #000000;
    padding-top: 10px;
}
.news .news__button {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 62px;
    padding-bottom: 20px;
}
.news .news__button a {
    display: flex;
    width: 128px;
    height: 27px;
    background: #13ac8e;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 109.4%;
    /* or 12px */
    color: #ffffff;
    transition: 0.2s all;
}
.news .news__button a:hover {
    background-color: #232323;
    color: #fff;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #232323;
    border-bottom: 23px solid #13ac8e;
    box-sizing: border-box;
    padding: 40px 0px;
    background-image: url("../img/footer-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90% 0%;
}
.footer.footer-mt {
    margin-top: 60px;
}
.footer .footer__block {
    width: 100%;
    height: auto;
    display: flex;
}
.footer .footer__block .footer__about {
    flex-basis: 50%;
    box-sizing: border-box;
    padding-right: 15%;
}
.footer .footer__block .footer__about p {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 165.4%;
    /* or 16px */
    color: #ffffff;
    padding-top: 26px;
}
.footer .footer__block .footer__info {
    flex-basis: 25%;
    padding-top: 50px;
}
.footer .footer__block .footer__info h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 201.4%;
    /* identical to box height, or 24px */
    color: #ffffff;
}
.footer .footer__block .footer__info ul {
    margin-top: 10px;
}
.footer .footer__block .footer__info ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 201.4%;
    /* or 24px */
    color: #ffffff;
    list-style: none;
}
.footer .footer__block .footer__info ul li img {
    width: 20px;
    display: inline-flex;
    margin-right: 8px;
    padding-top: 2px;
}

.page {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.page .page__content ul,
.page .page__content ol {
    box-sizing: border-box;
    padding-left: 20px;
}
.page .page__content img {
    padding: 30px 0px;
}

.gallery {
    margin: 60px 0px;
}
.gallery a img {
    transition: 0.3s all ease-in-out;
}
.gallery a img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
    .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .ha .ha__block {
        padding: 0px;
    }

    .meeting .meeting__block {
        padding: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .header .header__nav .header__nav-mobile {
        display: flex;
    }
    .header .header__nav .header__nav-block .header__nav-logo img {
        max-width: calc(100% - 35px);
    }
    .header .header__nav .header__nav-block .header__nav-nav {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        z-index: 9999;
        display: none;
    }
    .header .header__nav .header__nav-block .header__nav-nav .nav {
        display: block;
        width: 100%;
        padding-top: 60px;
    }
    .header .header__nav .header__nav-block .header__nav-nav .nav .nav__close {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        background-color: #000;
        top: 5px;
        right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
    }
    .header .header__nav .header__nav-block .header__nav-nav .nav ul li {
        width: 100%;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: auto;
        padding: 0px;
        padding: 10px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .header
        .header__nav
        .header__nav-block
        .header__nav-nav
        .nav
        ul
        li.active
        > a {
        border: 0px;
    }
    .header .header__nav .header__nav-block .header__nav-nav .nav ul li a {
        font-size: 18px;
        color: #000;
    }
    .header
        .header__nav
        .header__nav-block
        .header__nav-nav
        .nav
        ul
        li
        .submenu {
        position: relative;
        width: 100%;
        display: block;
        top: unset;
        left: unset;
        border: 0px;
        text-align: center;
    }
    .header .header__nav .header__nav-block .header__nav-nav .header__nav-lang {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }
    .header
        .header__nav
        .header__nav-block
        .header__nav-nav
        .header__nav-lang
        ul
        li
        a {
        font-size: 18px;
    }
}
@media screen and (max-width: 960px) {
    .services {
        height: auto;
        background-image: unset;
    }
    .services .services__block {
        padding: 0px;
    }
    .services .services__block .services__content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 900px) {
    .map .map__block {
        padding: 0px;
    }

    .ha .ha__block {
        flex-wrap: wrap;
    }
    .ha .ha__block .ha__left {
        flex-basis: 100%;
        padding-right: 0px;
    }
    .ha .ha__block .ha__left .ha__list {
        flex-wrap: nowrap;
        display: flex;
    }
    .ha .ha__block .ha__left .ha__list .ha__list-item {
        flex-basis: 33.33%;
        width: 33.33%;
    }
    .ha .ha__block .ha__right {
        flex-basis: 100%;
    }
    .ha .ha__block .ha__right .ha__side .ha__side-box {
        width: 100%;
    }
    .ha .ha__block .ha__right .ha__side:last-child {
        margin-top: 0px;
    }
}
@media screen and (max-width: 880px) {
    .ha .ha__block .ha__left .ha__top img {
        max-width: 100%;
    }
    .ha .ha__block .ha__left .ha__list {
        flex-wrap: wrap;
    }
    .ha .ha__block .ha__left .ha__list .ha__list-item {
        flex-basis: 100%;
        width: 100%;
    }
    .ha .ha__block .ha__left .ha__list .ha__list-item .ha__list-item-content {
        max-width: 100%;
    }
}
@media screen and (max-width: 840px) {
    .meeting .meeting__block .meeting__box {
        flex-wrap: wrap;
        height: auto;
    }
    .meeting .meeting__block .meeting__box .meeting__content {
        flex-basis: 100%;
    }
    .meeting .meeting__block .meeting__box .meeting__form {
        flex-basis: 100%;
    }

    .news.news-home .news__block .news__list .news__item {
        flex-basis: calc(50% - 10px);
    }
    .news.news-home .news__block .news__list .news__item:last-child {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .services .services__block .services__content {
        height: auto;
    }
    .services .services__block .services__content .services__title {
        text-align: center;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item
        img {
        margin: 0px;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item
        h4 {
        padding-top: 20px;
    }

    .footer {
        background-position: 90% 100%;
    }
    .footer .footer__block {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__about {
        flex-basis: 100%;
        padding-right: 0px;
    }
    .footer .footer__block .footer__info {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 660px) {
    .news .news__block .news__list {
        flex-wrap: wrap;
    }
    .news .news__block .news__list .news__item {
        flex-basis: 100% !important;
        margin-top: 20px;
    }
}
@media screen and (max-width: 560px) {
    .slider .slider__block .slider__content h3 {
        font-size: 48px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .services .services__block .services__content {
        height: auto;
    }
    .services .services__block .services__content .services__title {
        text-align: left;
    }
    .services .services__block .services__content .services__list {
        flex-wrap: wrap;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item {
        flex-basis: 100%;
        border: 0px;
        justify-content: flex-start;
        border-bottom: 1px solid #c4c4c4;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item
        img {
        margin-right: 20px;
        width: 80px;
        object-fit: contain;
    }
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item:last-child {
        border: 0px;
    }

    .meeting .meeting__block .meeting__box {
        height: auto;
    }
    .meeting .meeting__block .meeting__box .meeting__form form {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 20px;
    }
    .meeting .meeting__block .meeting__box .meeting__form form .form__left {
        flex-basis: 48%;
    }
    .meeting .meeting__block .meeting__box .meeting__form form .form__right {
        flex-basis: 48%;
    }
    .meeting .meeting__block .meeting__box .meeting__form form .form__button {
        flex-basis: 100%;
    }
    .meeting
        .meeting__block
        .meeting__box
        .meeting__form
        form
        .form__button
        button {
        height: 60px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 520px) {
    .ha .ha__block .ha__right {
        flex-wrap: wrap;
    }
    .ha .ha__block .ha__right .ha__side {
        width: 100%;
        flex-basis: 100%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .ha .ha__block .ha__right .ha__side .ha__side-box {
        width: 100%;
    }
    .ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-text {
        order: 1 !important;
    }
    .ha .ha__block .ha__right .ha__side .ha__side-box.ha__side-image {
        order: 2 !important;
    }
}
@media screen and (max-width: 480px) {
    .meeting .meeting__block .meeting__box .meeting__form form .form__left {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .meeting .meeting__block .meeting__box .meeting__form form .form__right {
        flex-basis: 100%;
    }

    .news {
        margin-top: 0px;
    }
}
@media screen and (max-width: 420px) {
    .services
        .services__block
        .services__content
        .services__list
        .services__list-item {
        padding: 20px 0px;

        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

/*# sourceMappingURL=style.css.map */
