/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

@font-face {
    font-family: "Museo Sans Cyrl";
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/museosanscyrl-100.woff2) format("woff2"), url(../fonts/museosanscyrl-100.woff) format("woff"), url(../fonts/museosanscyrl-100.ttf) format("truetype")
}

@font-face {
    font-family: "Museo Sans Cyrl";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/museosanscyrl-300.woff2) format("woff2"), url(../fonts/museosanscyrl-300.woff) format("woff"), url(../fonts/museosanscyrl-300.ttf) format("truetype")
}

@font-face {
    font-family: "Museo Sans Cyrl";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/museosanscyrl-700.woff2) format("woff2"), url(../fonts/museosanscyrl-700.woff) format("woff"), url(../fonts/museosanscyrl-700.ttf) format("truetype")
}

@font-face {
    font-family: "Museo Sans Cyrl";
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/museosanscyrl-900.woff2) format("woff2"), url(../fonts/museosanscyrl-900.woff) format("woff"), url(../fonts/museosanscyrl-900.ttf) format("truetype")
}

body {
    font-family: "Museo Sans Cyrl", Tahoma, sans-serif;
    font-size: 19px;
    font-weight: 100;
    line-height: 1.6;
    color: #222;
    letter-spacing: .02em;
    background: #fff
}

a {
    transition: .3s linear;
    cursor: pointer
}

a:active {
    opacity: .85
}

b {
    font-weight: 900
}

img {
    display: block
}

p {
    padding: 0 0 10px;
    margin: 0;
    line-height: 1.8
}

@keyframes bounce {
    from {
        transform: translateY(-2px)
    }
    to {
        transform: translateY(2px)
    }
}

.container {
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.title {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left
}

.title::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    height: 2px;
    content: '';
    background: #e3c100;
    transform: translateX(-50%)
}

.header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999
}

.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header__logo, .header__main-logo {
    outline: 0
}

.header__main-logo img {
    display: block;
    max-width: 306px;
    height: auto
}

.header__menu {
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.header__menu-item {
    padding: 0 40px
}

.header__menu-item:first-child {
    padding-left: 0
}

.header__menu-link {
    color: #fff;
    text-decoration: none
}

.header__logo img {
    display: block;
    max-width: 109px;
    height: auto
}

.header__nav-toggle {
    display: none;
    width: 25px;
    height: 16px;
    padding: 0;
    font-size: 0;
    line-height: 15px;
    background: 0 0;
    border: none;
    cursor: pointer;
    outline: 0
}

.header__nav-toggle span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    vertical-align: middle;
    background: #fff;
    border-radius: 2px
}

.header__nav-toggle span::after, .header__nav-toggle span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #fff;
    border-radius: 1px
}

.header__nav-toggle span::before {
    top: -8px
}

.header__nav-toggle span::after {
    bottom: -8px
}

.promo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100vh;
    box-sizing: border-box;
    padding-bottom: 5%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}

.promo::before {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 30px;
    right: 30px;
    content: '';
    z-index: 4;
    background: url(../img/promo-logo.png) 0 0/cover no-repeat
}

.promo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .35);
    z-index: 3
}

.promo__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -15
}

.promo__wrap {
    width: 60%;
    text-align: center;
    z-index: 19
}

.promo__top-title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    color: #e3c100;
    text-align: center
}

.promo__title {
    padding: 0;
    margin: 0 0 25px;
    font-size: 100px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase
}

.promo__date, .promo__place {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em
}

.promo__date {
    margin-bottom: 30px
}

.promo__place {
    line-height: 1.4
}

.promo__arrow-down {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 5% auto 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #e3c100;
    z-index: 9
}

.promo__arrow-down::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 64px;
    height: 64px;
    z-index: 8;
    content: '';
    background: rgba(227, 193, 0, .3);
    border-radius: 50%
}

.promo__arrow-down::after {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 154px;
    z-index: 9;
    content: '';
    background: #e3c100;
    transform: translateX(-50%)
}

.promo__arrow-down img {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 auto;
    animation: bounce .4s infinite alternate;
    -webkit-animation: bounce .4s infinite alternate
}

.info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.info--1 {
    height: 960px
}

.info--1::after {
    position: absolute;
    top: 63%;
    left: 0;
    content: '';
    z-index: 999;
    width: 100%;
    height: 985px;
    background: url(../img/clouds-1.png) center top/cover no-repeat
}

.info--2 {
    height: 1090px
}

.info--2::after {
    position: absolute;
    top: 60%;
    left: 0;
    content: '';
    z-index: 999;
    width: 100%;
    height: 879px;
    background: url(../img/clouds-2.png) center top/cover no-repeat
}

.info--3, .info--4 {
    height: 1200px
}

.info--4::after {
    position: absolute;
    top: -45%;
    left: 0;
    content: '';
    z-index: 999;
    width: 100%;
    height: 1073px;
    background: url(../img/clouds-3.png) center top/cover no-repeat
}

.info__descr, .info__img-wrap {
    width: 50%;
    height: 100%
}

.info__img-wrap {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover
}

.info--1 .info__img-wrap {
    background-position: right top;
    background-size: contain
}

.info--2 .info__img-wrap {
    background-position: center bottom;
    background-size: contain;
    -ms-flex-order: 2;
    order: 2
}

.info__img {
    display: none
}

.info__descr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 3%
}

.info--2 .info__descr {
    -ms-flex-order: 1;
    order: 1
}

.info__text, .info__title {
    width: 100%
}

.info__descr-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 35px
}

.fact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1005px
}

.fact__img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    height: 100%
}

.fact__img {
    display: block;
    max-width: 100%;
    height: auto
}

.fact__descr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    height: 100%;
    background: url(../img/solders.jpg) center top/cover no-repeat
}

.fact__text {
    width: 62%;
    color: #fff
}

.points {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1090px;
    color: #fff;
    background: url(../img/points-bg.jpg) center center/cover no-repeat
}

.points__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.points__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 47.5%
}

.points__title {
    width: 55%;
    padding-right: 22%;
    font-size: 40px;
    color: #e3c100
}

.points__title::after {
    display: none
}

.points__list {
    width: 52.5%;
    padding: 0;
    margin: 0;
    list-style: none
}

.points__list-item {
    position: relative;
    padding-left: 130px;
    margin-bottom: 80px
}

.points__list-item:last-child {
    margin-bottom: 0
}

.points__list-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 82px;
    height: 81px;
    background: url(../img/icon-compass.png) 0 0/cover no-repeat
}

.mission {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 700px;
    box-sizing: border-box;
    line-height: 1.9;
    color: #fff;
    background: url(../img/mission-bg.jpg) center center/cover no-repeat
}

.mission__wrap {
    width: 52%
}

.mission__text {
    padding-top: 2%
}

.mission__share {
    padding-top: 7%;
    width: 100%;
    text-align: center
}

.share__title {
    padding: 0;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.share .ya-share2__container_size_m .ya-share2__item, .share .ya-share2__container_size_m .ya-share2__item:last-child {
    margin: 0 5px
}

.share .ya-share2__badge {
    width: 32px;
    height: 32px;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    text-align: center;
    line-height: 28px
}

.share .ya-share2__badge:hover {
    border-color: #fff
}

.share .ya-share2__item:first-child .ya-share2__badge {
    line-height: 30px
}

.share .ya-share2__icon {
    vertical-align: middle
}

.footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background:#001738;
    color: #b6bcc4;
    font-size:15px;
    line-height:20px;
    width: 100%;
}

.flex{
    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;
    gap: 12px;
}

.wrap {
    position: relative;
    z-index: 1;
    max-width: 1580px;
    padding: 0 10px;
    margin: 0 auto;
}

.footer > * span {
    font-size: 15px;
}
.footer > .wrap{
    max-width: 1580px;
    padding:22px 10px 20px;
}
.footer a{
    color:#b6bcc4;
}
.footer a img{
    display:block;
}
.footer__geo-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.footer__geo-logo img{
    margin:0 46px 0 0;
}
.footer__address a:hover{
    text-decoration:underline;
}
.footer__social{
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    text-align:right;
    white-space:nowrap;
}
.footer__social span {
    margin : 0;
}
.footer__social p{
    margin:0 0 4px;
}

.footer__social a{
    display:inline-block;
    width:32px;
    height:32px;
    line-height:25px;
    border-radius:50%;
    border:rgba(255,255,255,.35) 1px solid;
    text-align:center;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    transition:all ease .3s;
    margin:0 0 0 5px;
}
.footer__social a:hover{
    border-color:#fff;
}
.footer__social a img{
    display:inline-block;
    vertical-align:middle;
}



.f-vk img, .f-fb img, .f-ig img{
    margin:4px 0 0;
}
.f-vi img{
    margin: 4px 2px 0 0;
}
.footer__bottom{
    width: 100%;
    font-size:13px;
    background:#000E27;
    padding:17px 0 15px;
}
.footer__organization{
    display: none;
}

@media screen and (max-width: 1250px){
    .footer__geo-logo img{
        margin:0 20px 0 0;
    }
}


@media screen and (max-width: 950px) {
    .footer > .wrap {
        display: block;
        margin: 0;
    }

    .footer__main-logo, .footer__geo-logo, .footer__control {
        display: none;
    }

    .footer__organization {
        display: inline-block;
    }

    .footer {
        font-size: 13px;
        line-height: 20px;
    }

    .footer__social {
        text-align: left;
        margin: 0 0 20px;
    }

    .footer__address {
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }

    .title {
        font-size: 30px
    }

    .title::after {
        width: 130px;
        transform: translateX(-20%)
    }
}

@media (min-width: 768px) and (max-width: 1201px) {
    .header {
        padding: 8px 0;
        box-sizing: border-box
    }

    .header__menu-item {
        padding: 0 10px
    }

    .promo__arrow-down {
        margin-top: 100px
    }

    .info {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .info--1::after {
        top: 75%;
        background-size: contain
    }

    .info--2::after {
        top: 80%;
        background-size: contain
    }

    .info--4::after {
        top: -13%;
        background-size: contain
    }

    .info__img-wrap {
        background-position: right top
    }

    .info--1 .info__img-wrap {
        height: 600px
    }

    .info--2 .info__img-wrap {
        height: 700px
    }

    .info--3 .info__img-wrap {
        height: 900px
    }

    .info--4 .info__img-wrap {
        height: 980px
    }

    .info__descr {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 25px;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .info--2 .info__descr, .info--3 .info__descr {
        padding-top: 20%
    }

    .info--4 .info__descr {
        padding-top: 25%
    }

    .fact {
        height: auto
    }

    .fact__img {
        width: 95%;
        margin: 0 auto
    }

    .fact__descr {
        height: 530px
    }

    .fact__text {
        width: 80%
    }

    .points {
        min-height: 1px;
        padding: 60px 0 50px
    }

    .points__title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0
    }

    .points__list-item {
        padding-left: 100px;
        padding-top: 10px
    }

    .points__list-item::before {
        width: 75px;
        height: 74px
    }

    .mission {
        height: 550px
    }

    .mission__wrap {
        width: 75%
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .promo {
        padding-bottom: 13%
    }

    .promo__title {
        font-size: 75px
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .promo {
        padding-bottom: 6%
    }

    .promo__wrap {
        width: 80%
    }

    .info--1 {
        height: 700px
    }

    .info--1::after {
        top: 50%
    }

    .info--2 {
        height: 850px
    }

    .info--2::after {
        top: 50%
    }

    .info--3 {
        height: 1000px
    }

    .info--4::after {
        top: -45%
    }
}

@media (min-width: 1900px) {
    .info--1::after {
        top: 53%
    }

    .info--2 {
        height: 1300px
    }

    .info--2::after {
        top: 65%;
        height: 1000px
    }

    .info--4 {
        height: 1500px
    }

    .info--4::after {
        top: -35%
    }

    .info--1 .info__img-wrap, .info--2 .info__img-wrap {
        background-size: cover
    }
}

@media (min-width: 2500px) {
    .info--1 {
        height: 1300px
    }

    .info--4::after {
        height: 1500px;
        top: -50%
    }
}

@media (max-width: 1201px) {
    body {
        font-size: 16px;
        line-height: 1.45
    }

    .promo__wrap {
        width: 100%
    }

    .info--1, .info--2, .info--3, .info--4 {
        height: auto
    }

    .info__descr-img {
        width: 100%;
        height: auto
    }

    .points__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .points__list, .points__title-wrap {
        width: 100%
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 320px;
        padding-left: 10px;
        padding-right: 10px
    }

    .container.history-fact {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .title {
        font-size: 25px;
        padding-bottom: 25px;
        margin-bottom: 20px
    }

    .title::after {
        left: -15px;
        width: 85px;
        transform: none
    }

    .header {
        padding-bottom: 10px
    }

    .header--open {
        padding-bottom: 205px;
        background: rgba(0, 0, 0, .6)
    }

    .header__wrap {
        position: relative
    }

    .header__main-logo img {
        width: 160px;
        padding-right: 15px
    }

    .header__nav {
        display: none
    }

    .header__nav--open {
        width: 100%;
        display: block;
        position: absolute;
        top: 52px;
        left: 0;
        right: 0;
        text-align: right
    }

    .header__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 300px;
        padding-left: 0;
        padding-bottom: 10px;
        margin: 0 auto
    }

    .header__menu-item {
        width: 100%;
        padding: 10px;
        font-size: 18px;
        border-top: 1px dashed rgba(255, 255, 255, .3)
    }

    .header__logo img {
        width: 55px;
        margin-right: 30px
    }

    .header__nav-toggle {
        display: block
    }

    .promo::before {
        display: none
    }

    .promo {
        margin-bottom: 0;
        padding-bottom: 32px;
        background: url(../img/promo-mobile.jpg) center center/cover no-repeat;
        overflow: visible
    }

    .promo__video {
        display: none
    }

    .promo__top-title {
        margin-bottom: 0;
        font-size: 25px
    }

    .promo__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.4
    }

    .promo__date, .promo__place {
        font-size: 15px;
        line-height: 1.9
    }

    .promo__date {
        margin-bottom: 15px
    }

    .promo__place {
        line-height: 1.3
    }

    .promo__arrow-down {
        margin-top: 10%;
        width: 40px;
        height: 40px
    }

    .promo__arrow-down::before {
        width: 50px;
        height: 50px
    }

    .promo__arrow-down::after {
        height: 33px;
        top: auto;
        bottom: -32px
    }

    .promo__arrow-down img {
        width: 20px
    }

    .info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .info--1::after, .info--2::after, .info--4::after {
        display: none
    }

    .info__descr, .info__img-wrap {
        width: 100%;
        height: auto
    }

    .info__img-wrap {
        background-color: transparent
    }

    .info--2 .info__img-wrap {
        -ms-flex-order: 1;
        order: 1
    }

    .info__img {
        display: block;
        width: 100%
    }

    .info__descr {
        max-width: 300px;
        padding: 30px 0;
        margin: 0 auto;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .info--2 .info__descr {
        -ms-flex-order: 2;
        order: 2
    }

    .fact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }

    .fact__img-wrap {
        width: 100%;
        -ms-flex-order: 2;
        order: 2
    }

    .fact__img {
        width: 100%;
        max-width: 300px;
        margin: 30px auto
    }

    .fact__descr {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 135px 0 5px;
        font-size: 16px;
        background-position: center 0
    }

    .fact__text {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 16px
    }

    .points {
        padding-top: 35%;
        padding-bottom: 40px;
        background: url(../img/points-mobile.jpg) center top/contain no-repeat #040506
    }

    .points__title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
        font-size: 25px
    }

    .points__list-item {
        padding-top: 55px;
        padding-left: 0;
        margin-bottom: 25px
    }

    .points__list-item::before {
        width: 45px;
        height: 44px
    }

    .mission {
        height: auto;
        padding-top: 40px;
        padding-bottom: 45px;
        background-image: url(../img/mission-mobile.jpg);
        font-size: 16px
    }

    .mission p {
        line-height: 1.45
    }

    .mission__wrap {
        width: 100%
    }

    .footer__social-link {
        height: 55px
    }

    .footer__copy-wrap {
        padding: 20px 0 15px
    }
}

@media (max-width: 1200px) {
    .header__main-logo img {
        width: 170px
    }

    .header__logo img {
        width: 60px
    }
}

/*# sourceMappingURL=style.min.css.map */
