@charset "UTF-8"; /*! 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
}

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: 500;
    font-style: normal;
    src: url(../fonts/museosanscyrl-500.woff2) format("woff2"), url(../fonts/museosanscyrl-500.woff) format("woff"), url(../fonts/museosanscyrl-500.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 {
    background: #fff;
    font-family: "Museo Sans Cyrl", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6;
    color: #222
}

figure {
    margin: 0;
    padding: 0
}

a {
    cursor: pointer
}

a:active {
    opacity: .85
}

b {
    font-weight: 900
}

.container {
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.title {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #f9a11f;
    text-transform: uppercase;
    text-align: left
}

@keyframes bounce {
    from {
        transform: translateY(-2px)
    }
    to {
        transform: translateY(2px)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: url(../img/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: url(../img/down-arrow.svg) center center/25px no-repeat #f9a11f;
    border-radius: 50%;
    border: none;
    outline: 0;
    transform: translate(0, -50%)
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    opacity: .75
}

.slick-prev {
    left: 5px;
    transform: rotate(90deg)
}

.slick-next {
    right: 5px;
    transform: rotate(-90deg)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

.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: 3%;
    color: #fff;
    overflow: hidden;
    position: relative
}

.promo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .25);
    z-index: 3
}

.promo__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -15
}

.promo__wrap {
    max-width: 60%;
    text-align: center;
    z-index: 19
}

.promo__title {
    padding: 0;
    margin: 0;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase
}

.promo__date, .promo__subtitle {
    font-size: 25px;
    font-weight: 300
}

.promo__subtitle {
    margin: 7px 0 5px;
    padding: 0
}

.promo__date {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.promo__arrow-down {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin: 4.6% auto 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3)
}

.promo__arrow-down img {
    display: block;
    width: 25px;
    height: auto;
    animation: bounce .4s infinite alternate;
    -webkit-animation: bounce .4s infinite alternate
}

.promo__anchor-link {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    height: 230px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../img/icon-doc-person.png) center 35%/65px no-repeat #f9a11f
}

.promo__anchor-link > span {
    display: block;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-top: 48.8%;
    line-height: 1.2;
    background: url(../img/down-arrow.svg) center 95%/25px no-repeat;
    border: 1px solid #fff
}

.about {
    padding: 10px 0 20px
}

.about__wrap {
    max-width: 1280px
}

.about__info {
    font-size: 25px;
    line-height: 1.5
}

.about__banner-link {
    display: block;
    margin: 35px 0
}

.about__banner {
    display: block;
    width: 100%;
    height: auto;
    outline: 0
}

.about__banner--mobile {
    display: none
}

.about__text {
    margin: 0 0 15px;
    padding: 0
}

.expedition {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 703px;
    box-sizing: border-box;
    padding-bottom: 3.8%;
    background: url(../img/expedition-bg.jpg) center center/cover no-repeat #000100
}

.expedition__wrap {
    max-width: 635px;
    margin: 0 auto
}

.expedition__title {
    margin-top: 0;
    margin-bottom: 15px
}

.expedition__text {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.65
}

.programm__wrap {
    max-width: 1280px
}

.programm__title {
    margin: 0;
    padding: 35px 0 20px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.7;
    text-transform: uppercase;
    text-align: center
}

.programm__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 570px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: url(../img/programm-step-1.jpg) left bottom/640px 570px no-repeat
}

.programm__step--left {
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url(../img/programm-step-2.jpg) right bottom/640px 570px no-repeat
}

.programm__step--wide {
    display: block;
    width: 100%;
    min-height: 510px;
    margin-top: 35px;
    background: url(../img/programm-step-3.jpg) left top/100% no-repeat
}

.programm__step-title {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 12%;
    padding-left: 55.5%;
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    z-index: 10
}

.programm__step--left .programm__step-title {
    padding-left: 21%
}

.programm__step--wide .programm__step-title {
    padding-top: 16%;
    padding-left: 8%
}

.programm__step-num {
    position: absolute;
    left: 55.1%;
    bottom: -33px;
    content: '';
    z-index: -9;
    font-size: 120px;
    font-weight: 900;
    color: #f0f0f0
}

.programm__step--left .programm__step-num {
    left: 21.1%
}

.programm__step--wide .programm__step-num {
    left: 8.1%;
    color: rgba(255, 254, 254, .15)
}

.programm__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    min-height: 345px;
    box-sizing: border-box;
    padding: 50px;
    background: #f5f5f5
}

.programm__text a {
    color: #0098f0;
    text-decoration: underline
}

.programm__text a:hover {
    text-decoration: none
}

.programm__step--left .programm__text {
    padding-bottom: 20px
}

.programm__step--wide .programm__text {
    min-height: 1px;
    padding: 0 0 0 8%;
    color: #fff;
    background-color: transparent
}

.programm__step--wide .programm__text p {
    padding: 0;
    margin: 0
}

.programm__step--wide .programm__text span {
    color: #f9a11f;
    text-decoration: underline
}

.programm__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 40px
}

.programm__item-left {
    width: 40%
}

.programm__item-left img {
    display: block;
    max-width: 100%;
    height: auto
}

.programm__item-right {
    width: 68.8%;
    padding: 45px 0;
    box-sizing: border-box;
    border-right: 1px solid #f9a11f;
    position: relative
}

.programm__item-right::after, .programm__item-right::before {
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #f9a11f 55%, #fff)
}

.programm__item-right::before {
    top: 0
}

.programm__item-right::after {
    bottom: 0
}

.programm__item-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 25px;
    line-height: 1.2
}

.programm__item-list {
    margin: 0 0 10px;
    padding: 0 30px 0 15px
}

.programm__item-list > li {
    margin-bottom: 15px;
    color: #f9a11f
}

.programm__item-list > li:last-child {
    margin-bottom: 0
}

.programm__item-list > li span {
    display: block;
    padding-left: 20px;
    color: #222
}

.programm__video-link {
    position: relative;
    display: inline-block;
    width: 440px;
    max-width: 100%;
    height: 440px;
    background: url(../img/programm-2.jpg) 0 0/cover no-repeat
}

.programm__video-link > span {
    position: absolute;
    left: 16%;
    top: 38%;
    z-index: 12;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.equipment {
    padding-bottom: 20px
}

.equipment__promo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 550px;
    background: url(../img/equipment-bg.jpg) center center/cover no-repeat
}

.equipment__promo-wrap {
    width: 100%;
    max-width: 1280px
}

.equipment__title {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: left
}

.equipment__wrap {
    max-width: 1280px;
    padding: 45px 20px
}

.equipment__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 620px
}

.equipment__items-left, .equipment__items-right {
    width: 48.5%
}

.equipment__items-left, .equipment__items-right .equipment__item {
    position: relative
}

.equipment__items-left::after, .equipment__items-left::before, .equipment__items-right .equipment__item::after, .equipment__items-right .equipment__item::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ''
}

.equipment__items-left::before, .equipment__items-right .equipment__item::before {
    top: 0
}

.equipment__items-left::after, .equipment__items-right .equipment__item::after {
    bottom: 0
}

.equipment__items-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #f9a11f
}

.equipment__items-left::after, .equipment__items-left::before {
    right: 0;
    background: linear-gradient(to left, #f9a11f 1%, #fff)
}

.equipment__items-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.equipment__items-right .equipment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    border-left: 1px solid #f9a11f
}

.equipment__items-right .equipment__item::after, .equipment__items-right .equipment__item::before {
    left: 0;
    background: linear-gradient(to right, #f9a11f 1%, #fff 95%)
}

.equipment__items-left .equipment__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 6%
}

.equipment__items-left .equipment__item--mobile {
    display: none
}

.equipment__items-left .equipment__item-img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto
}

.equipment__item-text {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em
}

.equipment__items-left .equipment__item-text {
    width: 100%;
    padding-top: 22%;
    text-align: center
}

.equipment__items-right .equipment__item-text {
    padding-left: 30px
}

.equipment__list-title {
    padding: 0;
    margin: 35px auto 30px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center
}

.equipment__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.equipment__list-item {
    width: 31%;
    text-align: center
}

.equipment__list-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
    margin-bottom: 15px;
    background: #f9f9f9
}

.equipment__list-img img {
    display: block;
    max-width: 90%;
    height: auto
}

.equipment__list-text {
    margin: 0;
    padding: 0;
    line-height: 1.4
}

.team__wrap {
    max-width: 1280px
}

.team__title {
    text-align: center
}

.team__member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(to right, #fcfcfc -10%, #fff)
}

.team__member:nth-of-type(2n+2) {
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: linear-gradient(to left, #fcfcfc -10%, #fff)
}

.team__photo {
    width: 27%;
    -ms-flex-order: 1;
    order: 1
}

.team__photo img {
    display: block;
    max-width: 100%;
    height: auto
}

.team__member:nth-of-type(2n+2) .team__photo {
    width: 24%;
    -ms-flex-order: 2;
    order: 2
}

.team__member-about {
    width: 62%;
    padding-left: 2%;
    -ms-flex-order: 2;
    order: 2
}

.team__member:nth-of-type(2n+2) .team__member-about {
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 2%;
    text-align: right
}

.team__name {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase
}

.team__member-area {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #f9a11f;
    text-transform: uppercase
}

.team__member-area + p {
    margin-top: 5px
}

.info {
    margin-top: 50px;
    padding: 35px 0 50px;
    color: #fff;
    background: url(../img/parents-bg.jpg) center center/cover no-repeat #f9a11f
}

.info__wrap {
    max-width: 55%
}

.info__title {
    padding: 0;
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center
}

.info__subtitle {
    margin: 20px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.info__contacts {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box
}

.info__contacts-photo {
    width: 205px;
    height: 205px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .3);
    overflow: hidden
}

.info__contacts-photo img {
    display: block;
    width: 100%;
    height: auto
}

.info__contacts-about {
    padding-left: 5%;
    padding-bottom: 13%
}

.info__contacts-person {
    margin: 0;
    padding: 0 0 25px;
    line-height: 1.35
}

.info__link {
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    text-decoration: none
}

.info__link--phone {
    margin-bottom: 25px;
    line-height: 32px;
    background: url(../img/icon-phone.png) 7px center/20px 32px no-repeat
}

.info__link--mail {
    line-height: 33px;
    text-decoration: underline;
    background: url(../img/icon-mail.png) left center/33px no-repeat
}

.info__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info__download {
    width: 49%;
    box-sizing: border-box;
    padding: 31px 0 27px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .4);
    transition: .3s
}

.info__download:hover {
    border-color: transparent
}

.info__download-title {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.info__download-text {
    display: inline-block
}

.info__download-text::before {
    position: absolute;
    left: -35px;
    top: -1px;
    content: '';
    width: 24px;
    height: 32px;
    background: url(../img/icon-doc.png) 0 0/24px 32px no-repeat
}

.info__download-text, .info__download-title {
    position: relative
}

.info__download-text::after, .info__download-title::after {
    position: absolute;
    left: 0;
    bottom: 10px;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    transition: .3s
}

.info__download-text::after {
    bottom: 2px
}

.info__download:hover .info__download-text::after, .info__download:hover .info__download-title::after {
    background-color: transparent
}

.map__title {
    margin: 35px 0 20px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center
}

.map__img {
    display: block;
    width: 100%;
    height: auto
}

.partners__wrap {
    padding: 30px 20px
}

.partners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.partners__item img {
    display: block;
    height: auto
}
.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: 20px;
}

.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--links{

}
.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;
    }
}
/*.footer__social-links {*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none*/
/*}*/

/*.footer__social-item {*/
/*    width: calc(100% / 5)*/
/*}*/

/*.footer__social-link {*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    height: 98px*/
/*}*/

/*.footer__social-link--fb {*/
/*    background: #3c5a98*/
/*}*/

/*.footer__social-link--fb:hover {*/
/*    background: #354f86*/
/*}*/

/*.footer__social-link--vk {*/
/*    background: #48729e*/
/*}*/

/*.footer__social-link--vk:hover {*/
/*    background: #40658c*/
/*}*/

/*.footer__social-link--od {*/
/*    background: #ff9f4d*/
/*}*/

/*.footer__social-link--od:hover {*/
/*    background: #ff9134*/
/*}*/

/*.footer__social-link--vimeo {*/
/*    background: #00adef*/
/*}*/

/*.footer__social-link--vimeo:hover {*/
/*    background: #009bd6*/
/*}*/

/*.footer__social-link--insta {*/
/*    background: #5851db*/
/*}*/

/*.footer__social-link--insta:hover {*/
/*    background: #443cd7*/
/*}*/

/*.footer__copy-wrap {*/
/*    padding: 50px 0;*/
/*    background: #000*/
/*}*/

/*.footer__copyright {*/
/*    font-size: 16px;*/
/*    color: #939393;*/
/*    line-height: 1.2;*/
/*    text-align: center*/
/*}*/

/*.footer__copyright-link {*/
/*    color: #ff8562*/
/*}*/

/*.footer__copyright-link:hover {*/
/*    text-decoration: none*/
/*}*/

@media (min-width: 767px) and (max-width: 1200px) {
    .header {
        padding: 8px 0;
        box-sizing: border-box
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header__menu-item {
        padding: 0 10px
    }

    .promo {
        -ms-flex-align: center;
        align-items: center;
        padding-top: 18%;
        padding-bottom: 0
    }

    .promo__video {
        width: auto;
        height: 100%
    }

    .promo__wrap {
        width: 100%
    }

    .promo__title {
        font-size: 50px;
        padding-bottom: 30px
    }

    .promo__date, .promo__subtitle {
        font-size: 18px
    }

    .promo__arrow-down {
        width: 45px;
        height: 45px;
        margin-top: 25px
    }

    .promo__anchor-link {
        width: 170px;
        height: 170px;
        font-size: 16px;
        background-position: center 30%;
        background-size: 45px
    }

    .promo__anchor-link > span {
        width: 150px;
        height: 150px;
        padding-top: 45%;
        background-position: center 92%
    }

    .expedition {
        padding-bottom: 10%
    }

    .programm__title {
        font-size: 25px;
        line-height: 1.5
    }

    .programm__step {
        margin-bottom: 40px
    }

    .programm__step--wide {
        min-height: 310px
    }

    .programm__step-title {
        padding-top: 40%;
        padding-left: 53.5%;
        margin-bottom: 10px
    }

    .programm__step--left .programm__step-title {
        padding-top: 20%
    }

    .programm__step--wide .programm__step-title {
        padding-left: 3%
    }

    .programm__step-num {
        left: 53.1%
    }

    .programm__step--wide .programm__step-num {
        left: 3.1%
    }

    .programm__text {
        min-height: 1px;
        padding: 5px 25px;
        font-size: 16px
    }

    .programm__step--wide .programm__text {
        padding-left: 3%
    }

    .programm__item-left {
        width: 262px;
        min-width: 262px
    }

    .programm__item-right {
        width: auto;
        padding: 15px 0 5px 20px
    }

    .programm__item-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .programm__item-list {
        font-size: 16px
    }

    .programm__item-list > li {
        margin-bottom: 8px
    }

    .programm__item-list > li span {
        padding-left: 5px
    }

    .programm__video-link {
        width: 262px;
        height: 262px
    }

    .programm__video-link > span {
        font-size: 12px;
        top: 34%
    }

    .equipment__promo {
        height: 400px
    }

    .equipment__items {
        height: 430px
    }

    .equipment__item-text {
        font-size: 12px
    }

    .equipment__items-right .equipment__item-text {
        padding-left: 15px
    }

    .equipment__items-right .equipment__item-img {
        max-width: 170px
    }

    .equipment__list-item {
        width: 32%
    }

    .equipment__list-text {
        font-size: 16px
    }

    .team__member {
        margin-bottom: 30px
    }

    .team__photo {
        width: 35%
    }

    .team__member-about {
        width: 55%;
        font-size: 15px
    }

    .team__name {
        font-size: 22px
    }

    .info__wrap {
        max-width: 90%
    }

    .map__title {
        margin-top: 45px;
        font-size: 25px
    }

    .partners__wrap {
        padding: 15px 20px
    }

    .partners__item img {
        max-width: 95%
    }

    .partners__item:nth-child(1), .partners__item:nth-child(2) {
        max-width: 50px
    }

    .partners__item:nth-child(3) {
        max-width: 150px
    }

    .partners__item:nth-child(4) {
        max-width: 50px
    }

    .partners__item:nth-child(5) {
        max-width: 55px
    }

    .partners__item:nth-child(6) {
        max-width: 50px
    }

    .partners__item:nth-child(7) {
        max-width: 100px
    }

    .partners__item:nth-child(8) {
        max-width: 70px
    }
}

@media (min-width: 1600px) {
    .promo__anchor-link {
        width: 320px;
        height: 320px;
        font-size: 25px
    }

    .promo__anchor-link > span {
        width: 290px;
        height: 290px;
        background-position: center 88%
    }

    .info__wrap {
        max-width: 33%
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px
    }

    .container {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px
    }

    .title {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 5px
    }

    .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 {
        margin-bottom: 120px;
        padding-bottom: 10%;
        background: url(../img/promo-bg-mobile.jpg) center bottom/cover no-repeat;
        overflow: visible
    }

    .promo__video {
        display: none
    }

    .promo__title {
        font-size: 30px;
        line-height: 1.4
    }

    .promo__date, .promo__subtitle {
        font-size: 16px
    }

    .promo__arrow-down {
        margin-top: 15px;
        width: 45px;
        height: 45px
    }

    .promo__anchor-link {
        width: 100%;
        height: 120px;
        bottom: -120px;
        font-size: 17px;
        background: #f9a11f
    }

    .promo__anchor-link--fixed {
        display: none
    }

    .promo__anchor-link > span {
        width: 90%;
        max-width: 300px;
        height: 90px;
        padding-top: 30px;
        padding-left: 85px;
        text-align: left;
        background: 0 0;
        position: relative
    }

    .promo__anchor-link > span::after, .promo__anchor-link > span::before {
        position: absolute;
        content: ''
    }

    .promo__anchor-link > span::before {
        top: 20px;
        left: 20px;
        width: 49px;
        height: 49px;
        background: url(../img/icon-doc-person.png) center 35%/49px no-repeat #f9a11f
    }

    .promo__anchor-link > span::after {
        top: 45px;
        right: 20px;
        width: 25px;
        height: 25px;
        background: url(../img/down-arrow.svg) 0 0/25px no-repeat
    }

    .about__wrap {
        overflow: hidden
    }

    .about__info {
        font-size: 15px
    }

    .about__banner {
        display: none
    }

    .about__banner--mobile {
        display: block;
        margin: 10px 0
    }

    .expedition {
        height: 575px;
        padding-bottom: 10%;
        background-position: 38% 42%
    }

    .programm__wrap {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .programm__title {
        max-width: 300px;
        padding-top: 25px;
        padding-bottom: 35px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.6
    }

    .programm__step {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 45px;
        background-position: 0 80px;
        background-size: contain
    }

    .programm__step--wide {
        min-height: 240px;
        margin-bottom: 25px;
        background-position: 32% top;
        background-size: cover
    }

    .programm__step-title {
        max-width: 300px;
        padding-top: 37px;
        padding-left: 0;
        padding-bottom: 220px;
        margin: 0 auto;
        font-size: 25px
    }

    .programm__step--left .programm__step-title {
        padding-left: 0
    }

    .programm__step--wide .programm__step-title {
        max-width: 300px;
        padding-top: 70px;
        padding-left: 0;
        padding-bottom: 0;
        margin: 0 auto
    }

    .programm__step-num {
        top: -50px;
        left: .1%;
        bottom: auto;
        font-size: 100px
    }

    .programm__step--left .programm__step-num {
        left: .1%
    }

    .programm__step--wide .programm__step-num {
        padding-top: 35px;
        left: .1%
    }

    .programm__text {
        width: 100%;
        max-width: 300px;
        min-height: 1px;
        padding: 10px;
        margin: 0 auto
    }

    .programm__text p {
        margin: 0
    }

    .programm__step--wide .programm__text {
        padding: 0
    }

    .programm__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto 15px
    }

    .programm__item-left, .programm__item-left img {
        width: 100%
    }

    .programm__item-right {
        width: 100%;
        padding: 0;
        border: none
    }

    .programm__item-right::after, .programm__item-right::before {
        display: none
    }

    .programm__item-list > li {
        margin-bottom: 5px
    }

    .programm__item-list > li span {
        padding-left: 3px
    }

    .programm__video-link {
        width: 300px;
        height: 300px
    }

    .programm__video-link > span {
        font-size: 12px;
        left: 15%;
        top: 36%
    }

    .equipment__promo {
        height: 150px;
        background-position: 90% center
    }

    .equipment__title {
        padding-top: 20px;
        font-size: 20px
    }

    .equipment__wrap {
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .equipment__items {
        height: auto;
        margin: 25px 0 35px
    }

    .equipment__items-left {
        width: 100%
    }

    .equipment__items-left .slick-next, .equipment__items-left .slick-prev {
        top: 45%
    }

    .equipment__items-left .slick-prev {
        left: -10px
    }

    .equipment__items-left .slick-next {
        right: -10px
    }

    .equipment__items-left {
        max-width: 300px;
        margin: 0 auto
    }

    .equipment__items-right {
        display: none
    }

    .equipment__items-left .equipment__item--mobile {
        display: -ms-flexbox;
        display: flex
    }

    .equipment__items-left .equipment__item {
        padding: 20px 0;
        -ms-flex-pack: flex-center;
        justify-content: flex-center
    }

    .equipment__img-wrap {
        width: 75%;
        margin: 0 auto;
        height: 250px;
        line-height: 250px;
        text-align: center
    }

    .equipment__items-left .equipment__item-img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .equipment__items-left .equipment__item-text {
        padding-top: 25px
    }

    .equipment__list-title {
        max-width: 300px;
        margin: 0 auto 25px;
        font-size: 14px
    }

    .team__wrap {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .team__title {
        margin-bottom: 20px;
        font-size: 20px
    }

    .team__members .slick-next, .team__members .slick-prev {
        top: 20%
    }

    .team__member {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .team__photo {
        width: 100%;
        margin-bottom: 25px
    }

    .team__member:nth-of-type(2n+2) .team__photo, .team__photo img {
        width: 100%
    }

    .team__member-about {
        width: 100%;
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto
    }

    .team__member:nth-of-type(2n+2) .team__member-about {
        width: 100%;
        max-width: 300px;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto
    }

    .info {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-top: 0
    }

    .info__wrap {
        width: 100%
    }

    .info__title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .info__subtitle {
        font-size: 18px
    }

    .info__contacts {
        position: relative
    }

    .info__contacts-photo {
        width: 90px;
        min-width: 90px;
        height: 90px
    }

    .info__contacts-photo img {
        width: 110%
    }

    .info__contacts-person {
        font-size: 15px;
        padding-bottom: 45px
    }

    .info__link {
        position: absolute;
        left: 0;
        padding-left: 30px
    }

    .info__link--phone {
        top: 110px;
        background-position: 5px center;
        background-size: 15px 23px
    }

    .info__link--mail {
        top: 150px;
        background-size: 23px
    }

    .info__actions {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .info__download {
        width: 100%;
        padding: 18px 0 23px;
        margin-bottom: 25px
    }

    .info__download-title {
        font-size: 15px
    }

    .info__download-text::after, .info__download-title::after {
        display: none
    }

    .map__title {
        font-size: 18px
    }

    .partners__wrap {
        padding-bottom: 15px
    }

    .partners__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__item {
        margin-bottom: 15px
    }

    .partners__item:nth-child(1) {
        -ms-flex-order: 6;
        order: 6
    }

    .partners__item:nth-child(2) {
        -ms-flex-order: 5;
        order: 5
    }

    .partners__item:nth-child(3) {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .partners__item:nth-child(3) img {
        margin: 0 auto
    }

    .partners__item:nth-child(4) {
        -ms-flex-order: 4;
        order: 4
    }

    .partners__item:nth-child(5) {
        -ms-flex-order: 2;
        order: 2
    }

    .partners__item:nth-child(6) {
        -ms-flex-order: 3;
        order: 3
    }

    .partners__item:nth-child(7) {
        -ms-flex-order: 8;
        order: 8
    }

    .partners__item:nth-child(8) {
        -ms-flex-order: 7;
        order: 7
    }

    .footer__social-link {
        height: 55px
    }

    .footer__copy-wrap {
        padding: 20px 0 15px
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width: 1200px) {
    .header__main-logo img {
        width: 170px
    }

    .header__logo img {
        width: 60px
    }
}

@media (max-width: 5000px) {
    .promo__anchor-link--fixed {
        position: fixed;
        top: 30%;
        right: -130px;
        width: 320px;
        height: 60px;
        font-size: 18px;
        background: #f9a11f;
        transform: rotate(-90deg);
        letter-spacing: .05em;
        z-index: 9999
    }

    .promo__anchor-link--fixed > span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 310px;
        height: 50px;
        padding-top: 5px;
        margin: 0 auto;
        background: 0 0;
        position: relative
    }

    .promo__anchor-link--fixed > span::before {
        position: absolute;
        left: 10px;
        top: 18px;
        content: '';
        width: 17px;
        height: 17px;
        background: url(../img/down-arrow.svg) 0 0/17px no-repeat;
        transform: rotate(90deg)
    }

    .promo__anchor-link--fixed b {
        padding-right: 3px
    }

    .promo__anchor-link--fixed br {
        display: none
    }
}

/*# sourceMappingURL=style.min.css.map */
