@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url("../fonts/TildaSans-ExtraBold.woff2") format("woff2"), url("../fonts/TildaSans-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: TildaSans;
    font-display: swap;
    src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Ubuntu;
    font-display: swap;
    src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

input,
button,
textarea {
    font-family: "TildaSans";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
}

body {
    font-family: "TildaSans";
    font-weight: 400;
    color: #1A1A1A;
    font-size: 1rem;
    background: #fff;
}

body.lock {
    overflow: hidden;
}

body.lock .header {
    position: fixed;
}

[class*=__container] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1920px;
    margin: 0px auto;
}

.wrapper > * {
    min-width: 0;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu {
    position: relative;
    z-index: 100;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
}

.menu__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__button {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #efefef;
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu__button img {
    margin-right: 10px;
}

.menu__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: none;
}

.menu__close::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu__close::after {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #efefef;
    margin-right: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.burger-menu {
    display: none;
    margin-left: 30px;
}

.burger-menu.active::before {
    display: none;
}

.burger-menu.active::after {
    display: none;
}

.burger-menu.active span {
    display: none;
}

.header {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.29);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-act {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#19243D));
    background: -o-linear-gradient(top, #000000 0%, #19243D 100%);
    background: linear-gradient(180deg, #000000 0%, #19243D 100%);
}

.header__home {
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    margin-right: 50px;
}

.header__home::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -25px;
    width: 1px;
    height: 35px;
    background-color: #fff;
    pointer-events: none;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
}

.header__language {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #efefef;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__language_current {
    font-weight: 500;
}

.header__bottom {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__img {
    margin-right: 25px;
}

.logo__text {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #efefef;
    max-width: 400px;
}

.no-webp .main {
    background: url("../img/1.jpg") center no-repeat;
}

.main {
    padding-top: 325px;
    padding-bottom: 120px;
}

.main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main__block {
    background: rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.62);
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    border-radius: 30px;
    padding: 30px;
    max-width: 657px;
    margin-right: 10px;
}

.main__title {
    font-weight: 800;
    font-size: 60px;
    line-height: 135%;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.51);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main__title img {
    display: inline-block;
    margin-right: -10px;
    margin-left: 7px;
}

.main__text {
    font-weight: 500;
    font-size: 30px;
    line-height: 125.4%;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.51);
    margin-bottom: 40px;
    text-align: center;
}

.main__button {
    background: rgba(153, 153, 153, 0.3);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.31), inset 0px 4px 8px rgba(255, 255, 255, 0.59);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.31), inset 0px 4px 8px rgba(255, 255, 255, 0.59);
    border-radius: 50px;
    padding: 17.5px 34.5px;
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main__map {
    position: relative;
    min-width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -10px;
}

.main__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(205, 205, 205, 0.35);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.62), inset 0px 4px 12px rgba(255, 255, 255, 0.49);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.62), inset 0px 4px 12px rgba(255, 255, 255, 0.49);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    border-radius: 50px;
    padding: 10px 10px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main__item:nth-child(1) {
    top: 19px;
    left: 50px;
    width: 207px;
}

.main__item:nth-child(1) > img {
    position: absolute;
    left: 98%;
    top: 50%;
}

.main__item:nth-child(2) {
    top: 150px;
    left: 15px;
    width: 162px;
}

.main__item:nth-child(2) > img {
    position: absolute;
    left: 98%;
    top: -10px;
}

.main__item:nth-child(3) {
    top: 280px;
    left: 112px;
    width: 187px;
}

.main__item:nth-child(3) > img {
    position: absolute;
    left: 50%;
    bottom: 88%;
}

.main__item:nth-child(4) {
    top: 45px;
    right: 17px;
    width: 205px;
}

.main__item:nth-child(4) > img {
    position: absolute;
    right: 98%;
    top: 50%;
}

.main__item:nth-child(5) {
    top: 235px;
    right: -5px;
    width: 219px;
}

.main__item:nth-child(5) > img {
    position: absolute;
    right: 98%;
    top: -165%;
}

.main__icon {
    margin-right: 8px;
}

.main__label {
    font-weight: 700;
    font-size: 16px;
    line-height: 93.4%;
    color: #ffffff;
}

.about {
    padding-top: 90px;
    padding-bottom: 70px;
}

.about__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about__sub-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 80.9%;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.about__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 118.9%;
    letter-spacing: 0.015em;
    color: #1a1a1a;
}

.about__list {
    margin-bottom: 20px;
}

.about__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 118.9%;
    letter-spacing: 0.015em;
    color: #1a1a1a;
    position: relative;
    padding-left: 20px;
}

.about__item::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 10px;
}

/*
.about__item:nth-child(2) {
  padding-left: 0px;
}

.about__item:nth-child(2)::before {
  content: "";
  display: none;
}
*/
.about__middle {
    margin-bottom: 20px;
}

.about__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 118.9%;
    letter-spacing: 0.015em;
    color: #1a1a1a;
}

.about__text a {
    border-bottom: 1px solid #000;
}

.about__bottom {
    margin-bottom: 20px;
}

.btn-up {
    position: fixed;
    right: 15px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
    padding: 10px;
    border-radius: 10px;
    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;
    display: none;
}

.btn-up img {
    max-width: 100%;
}

.footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#19243d));
    background: -o-linear-gradient(top, #000000 0%, #19243d 100%);
    background: linear-gradient(180deg, #000000 0%, #19243d 100%);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    padding: 40px 0;
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__block-copy {
    margin-right: 20px;
}

.footer__copy {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size: 16px;
    line-height: 118.9%;
    letter-spacing: 0.015em;
    color: #ffffff;
    margin-bottom: 5px;
}

.footer__text {
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 16px;
    line-height: 118.9%;
    letter-spacing: 0.015em;
    color: #ffffff;
    max-width: 560px;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__img {
    margin-left: 15px;
}

.popup {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup__body {
    min-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;
}

.popup__content {
    padding: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#19243d));
    background: -o-linear-gradient(top, #000000 0%, #19243d 100%);
    background: linear-gradient(180deg, #000000 0%, #19243d 100%);
    -webkit-box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
    width: 700px;
}

.popup__video {
    height: 0px;
    padding-bottom: 50%;
    position: relative;
}

.popup__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.popup__close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.popup__close::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    height: 2px;
    width: 100%;
    background: #fff;
}

.popup__close::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    height: 2px;
    width: 100%;
    background: #fff;
}

@media (max-width: 1460px) {
    .no-webp .main {
        background: url("../img/1.jpg") center/124% no-repeat;
    }

    .main {
        padding-top: 310px;
    }

    .main__map {
        margin-right: 0;
    }
}

@media (max-width: 1300px) {
    .no-webp .main {
        background: url("../img/2.jpg") bottom -40px center/cover no-repeat;
    }

    .main__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main__block {
        margin-bottom: 50px;
        margin-right: 0;
    }

    .main__map {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 0;
    }

    .footer__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__block-copy {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__img {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (max-width: 1200px) {
    .menu__button {
        margin-left: 20px;
    }

    .menu__link {
        margin-right: 30px;
    }

    .header__home::after {
        right: -15px;
    }

    .header__home {
        margin-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .menu {
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#19243D));
        background: -o-linear-gradient(top, #000000 0%, #19243D 100%);
        background: linear-gradient(180deg, #000000 0%, #19243D 100%);
        position: fixed;
        left: 0;
        top: -100vh;
        height: 0;
        padding: 0;
        width: 100%;
        height: 100vh;
        padding: 70px 20px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .menu.active {
        top: 0;
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .burger-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        position: relative;
        z-index: 99;
    }

    .burger-menu::before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 3px;
        width: 100%;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .burger-menu::after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .burger-menu span {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1.5px;
        height: 3px;
        width: 100%;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}

@media (max-width: 768px) {
    .menu__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu__button {
        margin-bottom: 30px;
        margin-left: 0;
        font-size: 21px;
    }

    .menu__close {
        display: block;
    }

    .menu__link {
        margin-bottom: 30px;
        margin-right: 0;
        font-size: 21px;
    }

    .header {
        padding: 15px 0;
    }

    .header__home {
        margin-right: 0;
    }

    .header__languages {
        margin-left: auto;
    }

    .header__bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .logo__img {
        margin-right: 15px;
    }

    .logo__text {
        font-size: 18px;
        line-height: 22px;
    }

    .no-webp .main {
        background: url("../img/main-bg-md.jpg") center/cover no-repeat;
    }

    .main {
        padding-top: 210px;
        padding-bottom: 110px;
    }

    .main__block {
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .main__title img {
        width: 50px;
        margin-right: -5px;
        margin-left: 5px;
    }

    .main__title {
        font-size: 30px;
    }

    .main__text {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .main__button {
        margin: 0px auto;
        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;
        padding: 17px 34px;
        max-width: 200px;
    }

    .main__map {
        -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;
        min-width: auto;
    }

    .main__img {
        margin-bottom: 25px;
        padding: 0 30px;
    }

    .main__img img {
        max-width: 100%;
    }

    .main__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main__item {
        position: static;
        top: 0;
        left: 0;
        margin-bottom: 10px;
        width: auto !important;
        padding: 10px 15px;
    }

    .main__item > img {
        display: none;
    }

    .about {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .about__sub-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .about__item {
        padding-left: 15px;
    }

    .about__item::before {
        left: 5px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__block-copy {
        margin-bottom: 20px;
    }

    .footer__copy {
        font-size: 13px;
    }

    .footer__text {
        font-size: 13px;
        max-width: 470px;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer__img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (any-hover: hover) {
    .menu__button:hover {
        color: #57799F;
    }

    .menu__link:hover {
        color: #57799F;
    }

    .header__language:hover {
        color: #57799F;
    }

    .main__button:hover {
        background: rgba(153, 153, 153, 0.1);
    }

    .main__item:hover {
        background: rgba(153, 153, 153, 0.1);
    }

    .about__text a:hover {
        border-bottom: none;
    }
}

.webp .main {
    background: url(../img/1.webp) center no-repeat;
}

@media (max-width: 1460px) {

    .webp .main {
        background: url(../img/1.webp) center/124% no-repeat;
    }
}

@media (max-width: 1300px) {

    .webp .main {
        background: url(../img/2.webp) bottom -40px center/cover no-repeat;
    }
}

@media (max-width: 768px) {

    .webp .main {
        background: url(../img/main-bg-md.webp) center/cover no-repeat;
    }
}

