h1, h2, h3, h4, h5, h6, p, ul, body {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

img {
    display: block
}

main {
    overflow: hidden
}

ul, li {
    list-style: none
}

input, textarea {
    padding: 0;
    margin: 0;
    border-width: 1px
}

* {
    font-family: 'Museo Sans Cyrl 500';
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media (max-width: 625px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

body.no-scroll {
    overflow: hidden
}

.headline {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 75px;
    overflow: hidden
}

.headline .title {
    position: relative
}

.headline .title:after, .headline .title:before {
    width: 400px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background: #0099ff;
    height: 5px
}

.headline .title:after {
    left: calc(100% + 50px)
}

@media (max-width: 1024px) {
    .headline .title:after {
        left: calc(100% + 20px)
    }
}

.headline .title:before {
    right: calc(100% + 50px)
}

@media (max-width: 1024px) {
    .headline .title:before {
        right: calc(100% + 20px)
    }
}

.headline p {
    font-family: 'Museo Sans Cyrl 500';
    color: #446382;
    margin-top: 35px;
    font-size: 30px
}

@media (max-width: 1024px) {
    .headline p {
        font-size: 28px
    }
}

@media (max-width: 625px) {
    .headline p {
        font-size: 25px
    }
}

.title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.title {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Museo Sans Cyrl 500';
    position: relative
}

@media (max-width: 1024px) {
    .title {
        font-size: 40px
    }
}

@media (max-width: 625px) {
    .title {
        font-size: 28px
    }
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none
}

button, a {
    cursor: pointer
}

.error {
    border-color: red !important;
    color: red !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fade-opacity {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fade-opacity-on {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fade {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.fade-on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fade-full {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.fade-full-on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.fade-left {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.fade-left-on {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url("../fonts/MuseoSansCyrl-500.eot");
    src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url("../fonts/MuseoSansCyrl-300Italic.eot");
    src: local("MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url("../fonts/MuseoSansCyrl-500Italic.eot");
    src: local("MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url("../fonts/MuseoSansCyrl-900.eot");
    src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url("../fonts/MuseoSansCyrl-700.eot");
    src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url("../fonts/MuseoSansCyrl-700Italic.eot");
    src: local("MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url("../fonts/MuseoSansCyrl-300.eot");
    src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 100';
    src: url("../fonts/MuseoSansCyrl-100.eot");
    src: local("MuseoSansCyrl-100"), url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Museo Sans Cyrl 100';
    src: url("../fonts/MuseoSansCyrl-100Italic.eot");
    src: local("MuseoSansCyrl-100Italic"), url("../fonts/MuseoSansCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url("../fonts/MuseoSansCyrl-900Italic.eot");
    src: local("Museo Sans Cyrl 900 Italic"), local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header--news {
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 1024px) {
    .header {
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}

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

.header__logo {
    width: 220px
}

@media (max-width: 625px) {
    .header__logo {
        max-width: 150px
    }
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__nav a:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__nav a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__nav a:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.header__nav a:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 1024px) {
    .header__nav {
        display: none
    }
}

.header__lang {
    margin-left: 40px
}

.header__lang a {
    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;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 8px;
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__lang a:hover {
    border-color: #0099ff;
    background: #0099ff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__lang a.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    .header__lang {
        display: none
    }
}

.header__menu {
    margin-left: auto;
    display: none;
    cursor: pointer
}

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

.header.fade-opacity {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.hero {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    min-height: 670px;
    height: 100%
}

@media (max-width: 1024px) {
    .hero {
        min-height: 780px
    }
}

@media (max-width: 625px) {
    .hero {
        min-height: 100vh
    }
}

.hero .container {
    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
}

@media (max-width: 1024px) {
    .hero .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hero__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__img {
    max-width: 490px;
    width: 100%;
    margin-right: 40px
}

.hero__img.fade-opacity {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@media (max-width: 1024px) {
    .hero__img {
        max-width: 400px
    }
}

@media (max-width: 625px) {
    .hero__img {
        max-width: 280px
    }
}

.hero__img img {
    width: 100%;
    height: 100%
}

.hero__info {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.hero__info.fade {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

@media (max-width: 1024px) {
    .hero__info {
        margin-left: 0;
        margin-right: 0
    }
}

.hero__info p {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px
}

@media (max-width: 625px) {
    .hero__info p {
        font-size: 22px
    }
}

.hero__info a {
    background: #0099ff;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 20px;
    border-radius: 30px
}

@media (max-width: 625px) {
    .hero__info a {
        font-size: 18px;
        padding: 15px 30px
    }
}

.who {
    position: relative;
    padding-top: 35px;
    padding-bottom: 60px
}

@media (max-width: 625px) {
    .who {
        padding-bottom: 20px
    }
}

.who__headline h2 {
    color: #01418f
}

.who .title-container:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.who .title-container:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.who .title-container:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.who__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.who__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.who__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    .who__list {
        margin-right: -30px
    }
}

@media (max-width: 625px) {
    .who__list {
        margin-right: 0
    }
}

.who__item {
    position: relative;
    border-radius: 20px;
    padding-left: 28px;
    padding-right: 28px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 60px;
    width: 33%;
    max-width: calc(33% - 60px);
    margin-bottom: 60px
}

@media (max-width: 1024px) {
    .who__item {
        margin-right: 30px;
        max-width: calc(33% - 30px);
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 625px) {
    .who__item {
        max-width: 100%;
        margin-right: 0;
        width: 100%
    }
}

.who__item img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 35px
}

@media (max-width: 1024px) {
    .who__item img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px
    }
}

.who__item h3 {
    text-align: center;
    font-size: 30px;
    color: #01418f;
    margin-bottom: 30px;
    font-family: 'Museo Sans Cyrl 700'
}

@media (max-width: 1024px) {
    .who__item h3 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.who__item p {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: 'Museo Sans Cyrl 500'
}

@media (max-width: 1024px) {
    .who__item p {
        font-size: 18px
    }
}

.who__item:nth-child(1n) .upper__line {
    background: #0099ff
}

.who__item:nth-child(2n) .upper__line {
    background: #f8b119
}

.who__item:nth-child(3n) .upper__line {
    background: #e14192
}

.who .upper__line {
    position: absolute;
    width: 100%;
    top: 0;
    height: 15px;
    background: red;
    content: ''
}

.work {
    padding-top: 35px;
    padding-bottom: 40px;
    position: relative
}

.work .container {
    max-width: 1250px
}

.work .title-container {
    margin-bottom: 30px
}

.work .title {
    text-transform: uppercase;
    color: #fff
}

.work .title:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.work .title:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.work .title:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.work__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.work__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work__play {
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffffff;
    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;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #0099ff;
    opacity: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    visibility: visible
}

.work__play svg {
    position: relative;
    left: 5px;
    width: 25px;
    height: 25px
}

.work__play svg path {
    fill: #09f !important
}

.work__play.disabled {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (max-width: 1024px) {
    .work__play {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.work__body {
    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: 1200px) {
    .work__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.work__slider {
    margin-right: 40px;
    width: 510px;
    height: 430px;
    position: relative
}

@media (max-width: 1200px) {
    .work__slider {
        max-width: 700px;
        width: 100%;
        height: 600px;
        margin-right: 0;
        margin-bottom: 70px
    }
}

@media (max-width: 1024px) {
    .work__slider {
        height: 400px
    }
}

@media (max-width: 625px) {
    .work__slider {
        height: 350px
    }
}

.work__inner {
    width: 100%;
    height: 100%
}

.work__item {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.work__item img, .work__item video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work__item.active {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.work__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%
}

@media (max-width: 1200px) {
    .work__list {
        max-width: 100%
    }
}

.work__col {
    width: 48%;
    margin-bottom: 30px
}

.work__col.fade-opacity {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

@media (max-width: 625px) {
    .work__col {
        width: 100%
    }
}

.work__col img {
    margin-bottom: 15px;
    width: 70px;
    height: 70px
}

@media (max-width: 625px) {
    .work__col img {
        width: 60px;
        height: 60px
    }
}

.work__col h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Museo Sans Cyrl 700';
    margin-bottom: 5px
}

@media (max-width: 625px) {
    .work__col h3 {
        font-size: 22px;
        margin-bottom: 10px
    }
}

.work__col p {
    color: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 19px
}

@media (max-width: 625px) {
    .work__col p {
        font-size: 18px
    }
}

.work__dots {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.work__dots span {
    cursor: pointer;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #0099ff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.work__dots span:not(:last-child) {
    margin-right: 16px
}

.work__dots span.active {
    background: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.news .title {
    color: #01418f
}

.news .title-container {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news .title-container:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news .title-container:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news .title-container:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.news__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -50px
}

@media (max-width: 1024px) {
    .news__list {
        margin-right: -25px
    }
}

@media (max-width: 768px) {
    .news__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }
}

.news__item {
    cursor: pointer;
    border-radius: 20px;
    padding-bottom: 30px;
    position: relative;
    background: #fff;
    width: 33%;
    margin-right: 50px;
    max-width: calc(33% - 50px);
    margin-bottom: 50px
}

@media (max-width: 1024px) {
    .news__item {
        max-width: calc(33% - 25px);
        margin-right: 25px
    }
}

@media (max-width: 768px) {
    .news__item {
        margin-right: 0;
        max-width: 100%;
        width: 100%
    }
}

.news__item img {
    margin-bottom: 35px;
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1024px) {
    .news__item img {
        height: 180px;
        margin-bottom: 25px
    }
}

@media (max-width: 768px) {
    .news__item img {
        height: 320px
    }
}

@media (max-width: 625px) {
    .news__item img {
        height: 220px
    }
}

.news__item h3 {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 25px;
    color: #01418f;
    margin-bottom: 15px
}

@media (max-width: 1024px) {
    .news__item h3 {
        font-size: 22px
    }
}

.news__item h3, .news__item p {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width: 1024px) {
    .news__item h3, .news__item p {
        padding-left: 10px;
        padding-right: 10px
    }
}

.news__item p {
    font-size: 20px;
    color: #000000
}

@media (max-width: 1024px) {
    .news__item p {
        font-size: 18px
    }
}

.news__item:nth-child(1n) .news__line {
    background: #0099ff
}

.news__item:nth-child(2n) .news__line {
    background: #f8b119
}

.news__item:nth-child(3n) .news__line {
    background: #e14192
}

.news__line {
    width: 100%;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0
}

.advertising {
    padding-top: 30px;
    position: relative
}

.advertising__suptitle {
    font-size: 19px;
    color: #fcfdfe;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 625px) {
    .advertising__suptitle {
        font-size: 16px
    }
}

.advertising .title-container {
    margin-bottom: 45px
}

.advertising .title {
    color: #fff
}

.advertising .title:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.advertising .title:hover {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.advertising .title:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.advertising__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.advertising__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.advertising__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -40px
}

@media (max-width: 1024px) {
    .advertising__list {
        margin-right: -30px
    }
}

@media (max-width: 768px) {
    .advertising__list {
        margin-right: 0
    }
}

.advertising__item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 55px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 50%;
    max-width: calc(50% - 40px)
}

@media (max-width: 1024px) {
    .advertising__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 30px;
        margin-bottom: 30px;
        max-width: calc(50% - 30px);
        padding-top: 40px
    }
}

@media (max-width: 768px) {
    .advertising__item {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important
    }
}

.advertising__item img {
    margin-right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px;
    height: 100px
}

@media (max-width: 1024px) {
    .advertising__item img {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.advertising__item:nth-child(4n-3) {
    width: 54%;
    max-width: calc(54% - 40px);
    padding-left: 65px
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n-3) {
        max-width: calc(54% - 30px);
        padding-left: 40px
    }
}

.advertising__item:nth-child(4n-3) .advertising__line {
    height: 100%;
    width: 40px;
    left: 0;
    top: 0;
    background: #0099ff
}

.advertising__item:nth-child(4n-3) .advertising__line.fade-opacity {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n-3) .advertising__line {
        width: 25px
    }
}

.advertising__item:nth-child(4n-2) {
    width: 46%;
    max-width: calc(46% - 40px);
    padding-top: 65px
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n-2) {
        max-width: calc(46% - 30px)
    }
}

.advertising__item:nth-child(4n-2) .advertising__line {
    left: 0;
    top: 0;
    background: #f8b119
}

.advertising__item:nth-child(4n-1) {
    width: 46%;
    max-width: calc(46% - 40px);
    padding-bottom: 65px
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n-1) {
        max-width: calc(46% - 30px)
    }
}

.advertising__item:nth-child(4n-1) .advertising__line {
    left: 0;
    bottom: 0;
    background: #e14192
}

.advertising__item:nth-child(4n) {
    max-width: calc(54% - 40px);
    width: 54%;
    padding-right: 40px
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n) {
        max-width: calc(54% - 30px)
    }
}

.advertising__item:nth-child(4n) .advertising__line {
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #5adceb
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n) .advertising__line {
        width: 25px
    }
}

.advertising__item:nth-child(4n) .advertising__info {
    margin-left: 40px
}

@media (max-width: 1024px) {
    .advertising__item:nth-child(4n) .advertising__info {
        margin-left: 0
    }
}

.advertising__info {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    .advertising__info {
        margin-left: 0;
        margin-right: 0
    }
}

.advertising__info h3 {
    text-transform: uppercase;
    font-size: 29px;
    color: #01418f;
    font-family: 'Museo Sans Cyrl 700';
}

@media (max-width: 1024px) {
    .advertising__info h3 {
        font-size: 25px;
    }
}

.advertising__info li {
    font-size: 20px;
    font-family: 'Museo Sans Cyrl 500';
    color: #000000
}

@media (max-width: 1024px) {
    .advertising__info li {
        font-size: 18px
    }
}

.advertising__info li:not(:last-child) {
    margin-bottom: 10px
}

.advertising__line {
    position: absolute;
    content: '';
    height: 40px;
    width: 100%
}

@media (max-width: 1024px) {
    .advertising__line {
        height: 25px
    }
}

.logos {
    padding-top: 65px;
    padding-bottom: 65px
}

.logos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__lang{
    display: flex;
    align-items: center;
}
.header__lang a:not(:last-child){
    margin-right: 10px;
}
.menu__lang a:not(:last-child){
    margin-right: 15px;
    margin-left: 15px;
}
.menu__lang a:first-child{
    margin-left: 0;
}
@media (max-width: 1024px){
    .header__lang{
        display: none;
    }
}
.logos__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 325px;
    margin: 0 auto
}

@media (max-width: 625px) {
    .logos__item img {
        max-width: 150px
    }
}

.contacts {
    position: relative;
    padding-top: 50px;
    padding-bottom: 55px
}

.contacts__background {
    position: absolute;
    right: -200px;
    top: 0;
    z-index: -1;
    -o-object-position: 50%;
    object-position: 50%
}

@media (max-width: 1024px) {
    .contacts__background {
        bottom: 0px;
        top: unset
    }
}

.contacts .title-container {
    margin-bottom: 45px
}

.contacts .title {
    color: #01418f
}

.contacts .title:after {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    content: '';
    height: 3px;
    background: #0099FF;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contacts .title:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contacts .title:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

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

@media (max-width: 1024px) {
    .contacts__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.contacts__form {
    margin-left: 40px;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
    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: #ffffff;
    max-width: 590px;
    width: 100%
}

@media (max-width: 1024px) {
    .contacts__form {
        margin-top: 50px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 768px) {
    .contacts__form {
        padding-left: 30px;
        padding-right: 30px
    }
}

.contacts__form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    color: #01418f;
    font-family: 'Museo Sans Cyrl 700';
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.contacts__form > p img {
    margin-right: 5px
}

.contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.contacts__address div {
    margin-left: 10px
}

.contacts__address div h3 {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 25px;
    color: #01418f
}

@media (max-width: 625px) {
    .contacts__address div h3 {
        font-size: 20px
    }
}

.contacts__address div p {
    font-size: 25px;
    color: #01418f
}

@media (max-width: 625px) {
    .contacts__address div p {
        font-size: 20px
    }
}

.contacts__address img {
    width: 35px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain
}

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

.contacts__tel div {
    margin-left: 10px
}

.contacts__tel div a {
    display: block;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 25px;
    color: #01418f
}

@media (max-width: 625px) {
    .contacts__tel div a {
        font-size: 20px
    }
}

.contacts__tel img {
    width: 35px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain
}

.contacts__social {
    margin-top: 55px;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__social a:not(:last-child) {
    margin-right: 45px
}

.contacts__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.contacts__input input, .contacts__input textarea {
    color: #666666;
    font-size: 20px;
    padding-left: 5px;
    border-color: #b7b7b7;
    outline: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.contacts__input input {
    height: 36px
}

.contacts__input textarea {
    min-height: 136px;
    resize: none
}

.contacts__input p {
    color: #666666;
    font-size: 20px
}

.contacts__input:not(:last-child) {
    margin-bottom: 15px
}

.contacts__submit {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #0099ff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 40px
}

.contacts__info {
    min-width: 385px
}

@media (max-width: 1024px) {
    .contacts__info {
        width: 100%;
        min-width: unset
    }
}

.footer {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px
}

.footer__background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer__background img {
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.footer__wave img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.footer__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;
    margin-bottom: 50px
}

.footer__logo p {
    font-size: 30px;
    color: #fff
}

@media (max-width: 1024px) {
    .footer__nav {
        display: none
    }
}

.footer__nav a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 16px;
    color: #fff
}

.footer__nav a:not(:last-child) {
    margin-right: 20px
}

.footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .footer__middle {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__middle img {
    margin-right: 5px
}

.footer__middle a, .footer__middle p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px
}

@media (max-width: 1024px) {
    .footer__middle a, .footer__middle p {
        font-size: 18px
    }
}

.footer__middle a:not(:last-child), .footer__middle p:not(:last-child) {
    margin-bottom: 25px
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__bottom p {
    color: #99ccff;
    font-size: 15px
}

.menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #0099ff;
    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;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu.open {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    visibility: visible
}

@media (max-width: 900px) and (orientation: landscape) {
    .menu {
        padding-top: 330px;
        padding-bottom: 200px;
        overflow: auto
    }
}

.menu__close {
    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;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 18px;
    top: 30px
}

.menu__close path {
    fill: #fff !important
}

.menu__nav {
    padding-top: 55px;
    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
}

.menu__nav a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 23px;
    color: #fff
}

.menu__nav a:not(:last-child) {
    margin-bottom: 30px
}

.menu__logo {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    color: #fff
}

.menu__lang {
    margin-top: 40px;
    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
}

.menu__lang a {
    outline: none;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 17px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu__lang a.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 100px;
    background: #0099FF
}

@media (max-width: 625px) {
    .banner__news {
        padding-top: 120px;
        padding-bottom: 70px
    }
}

.banner__news h1 {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 45px;
    color: #fff;
    margin-bottom: 40px
}

@media (max-width: 625px) {
    .banner__news h1 {
        font-size: 30px
    }
}

.banner__news .banner__img {
    margin: 0 auto;
    max-width: 500px;
    width: 100%
}

.banner__news .banner__img img {
    width: 100%
}

.banner__content {
    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-top: 50px;
    padding-bottom: 50px;
    text-align: left
}

.banner__content p {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 20px;
    margin-bottom: 20px
}

.banner__content img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 70px
}

.banner__content blockquote {
    color: #666666;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 15px;
    position: relative
}

.banner__content blockquote:before {
    position: absolute;
    content: '';
    left: -20px;
    background: #eee;
    top: 0;
    width: 3px;
    height: 100%;
    border: 3px
}

.banner__content h3 {
    font-weight: 600;
    margin-bottom: 20px
}
.banner__content h2 {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 25px;
}
.banner__content .container > div {
    display: flex;

}

.banner__content .container >h3{
    font-size: 25px;
}
.banner__content .container >h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.banner__content  .container >  div div{
    margin-top: 25px;
    width: 50%;
}
.banner__content  .container >  div div span{
    font-size: 40px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}
.banner__content  .container >  div div p{
    max-width: 400px;
}

.banner__content ul {
    margin-bottom: 20px
}
@media (max-width: 625px) {
    .banner__content .container > div {
        flex-direction: column;
    }
    .banner__content .container > div div {
        width: 100%;
    }
    }
.banner__content ul li {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 18px;
    margin-left: 15px;
    list-style-type: disc
}

.banner__content ul li span {
    font-weight: 600
}

.banner__content ul li::marker {
    color: red;
    width: 9px;
    height: 9px;
    background: red
}

.banner__content ul li:not(:last-child) {
    margin-bottom: 15px
}

.header__logo div {
    width: 100% !important
}

.iframe{
    padding-right: 16px;
    padding-left: 16px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
@media (max-width: 515px){
    .iframe iframe{
        height: 588px;
    }
}
@media (max-width: 425px) {
    .iframe iframe{
        height: 520px;
    }
}
@media (max-width: 370px) {
    .iframe iframe{
        height: 490px;
    }
}
.header__btn{
    background: #09f;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 17px;
    border-radius: 30px;
    margin-left: 20px;
}

@media (max-width: 1100px){
    .header__btn{
        display: none;
    }
}

.form__popup{
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}
.form__popup.open{
    opacity: 1;
    transition: .5s;
    visibility: visible;
}
.form__popup:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    content: '';
}
.form__popup .container{
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.popup__submit{
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #09f;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 40px;
}
@media (max-width: 1024px){
    .form__popup .contacts__form{
        padding-top: 50px;
    }
}
.contacts__form{
    position: relative;
}
.popup__close{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
}
.popup__close path{
    fill: #01418f;
}
body::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    transition: .5s;
}
body::-webkit-scrollbar-thumb{
    background: #7c7975;
    border-radius: 50px;
}
.header__social{
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}
.header__social svg{
    width: 25px;
    height: 25px;
}
.header__social svg path{
    fill: #fff;
    transition: .5s;

}
.header__social:hover{
    background: #09f;
    transition: .5s;
}

@media (max-width: 1024px){
    .header__social{
        display: none;
    }
}