@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
}

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")
}

.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: 50px;
    width: 50px;
    box-sizing: border-box;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 0;
    outline: 0;
    transform: translate(0, -50%)
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0
}

.slick-prev {
    left: 0;
    background: url(../img/arrow-prev.svg) 5px center/20px auto no-repeat rgba(0, 0, 0, .5)
}

.slick-next {
    right: 0;
    background: url(../img/arrow-next.svg) 10px center/20px auto no-repeat rgba(0, 0, 0, .5)
}

.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
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed
}

.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
}

body {
    position: relative;
    font-family: "Museo Sans Cyrl", Tahoma, sans-serif;
    font-size: 19px;
    font-weight: 100;
    line-height: 1.5;
    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
}

.mfp-bg {
    background: #000;
    opacity: .9
}

.mfp-wrap .mfp-container {
    padding-left: 0;
    padding-right: 0
}

@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 20px;
    margin: 0;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    color: #111;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .03em
}

.header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    z-index: 88
}

.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 {
    position: relative;
    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
}

.promo::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: url(../img/shadow.png) center bottom/cover no-repeat
}

.promo__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.promo__wrap {
    width: 60%;
    text-align: center;
    z-index: 19
}

.promo__top-title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    color: #00b7f4;
    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__place {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .03em
}

.promo__arrow-down {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 8% auto 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #00b7f4;
    z-index: 9
}

.promo__arrow-down img {
    display: block;
    width: 24px;
    height: auto;
    margin: 0 auto;
    animation: bounce .4s infinite alternate;
    -webkit-animation: bounce .4s infinite alternate
}

.about {
    width: 65%;
    padding-top: 50px;
    padding-bottom: 85px
}

.about__text {
    line-height: 1.6
}

.history {
    padding-top: 640px;
    padding-bottom: 95px;
    color: #fff;
    background: url(../img/boat.jpg) center top/cover no-repeat #eee
}

.history__wrap {
    position: relative;
    z-index: 10;
    width: 62%;
    box-sizing: border-box;
    padding-left: 50px
}

.history__wrap::before {
    position: absolute;
    top: -16%;
    left: -27px;
    z-index: 9;
    content: '';
    width: 436px;
    height: 125.5%;
    border: 2px solid #00b7f4
}

.history__title {
    padding-bottom: 15px;
    color: #fff
}

.history__text {
    line-height: 1.6
}

.history__text, .history__title {
    position: relative;
    z-index: 12
}

.statistic {
    padding-top: 90px;
    padding-bottom: 75px;
    width: 61%
}

.statistic__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300
}

.statistic__items {
    width: 27%
}

.statistic__items--left {
    -ms-flex-order: 1;
    order: 1;
    text-align: right
}

.statistic__items--right {
    -ms-flex-order: 3;
    order: 3
}

.statistic__info {
    width: 46%;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    padding: 0 8% 50px;
    font-size: 25px;
    line-height: 2;
    text-align: center
}

.statistic__info .statistic__bold {
    line-height: 50px
}

.statistic__item {
    position: relative;
    z-index: 15;
    height: 120px;
    margin-bottom: 40px
}

.statistic__item:last-of-type {
    margin-bottom: 0
}

.statistic__item .statistic__bold {
    font-size: 50px
}

.statistic__num {
    position: absolute;
    top: -25px;
    left: -42px;
    z-index: -9;
    width: 120px;
    height: 120px;
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
    color: #f5f5f5;
    text-align: center;
    border: 1px solid #00b7f4;
    box-shadow: inset 1px 1px 0 0 #edfafe
}

.statistic__items--left .statistic__num {
    left: auto;
    right: -42px
}

.statistic__item-text {
    font-size: 20px
}

.statistic__bold {
    font-size: 40px;
    font-weight: 900
}

.statistic__medal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 14.5% 40px;
    margin-top: 35px;
    border: 1px solid #d9d9d9
}

.statistic__medal-img {
    width: 95px;
    height: auto
}

.statistic__medal-text {
    padding: 20px 0 0 33px;
    margin: 0;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.85;
    text-transform: uppercase
}

.map {
    height: 1180px;
    background: url(../img/map.jpg) center 30px/contain no-repeat
}

.map__title {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center
}

.map__wrap {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: 0 auto
}

.map__btn {
    position: absolute;
    z-index: 12;
    padding: 53px 45px 45px 75px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .04em;
    cursor: pointer;
    background: rgba(0, 183, 244, .7);
    border: 10px solid rgba(181, 219, 232, .7);
    outline: 0;
    transition: .3s linear
}

.map__btn:hover {
    opacity: .85
}

.map__btn--1 {
    top: 50.5%;
    left: 23%
}

.map__btn--2 {
    top: 16%;
    left: 32%
}

.map__btn--3 {
    top: 76%;
    left: 13%
}

.map__btn-text {
    position: relative
}

.map__btn-text::before {
    position: absolute;
    top: -2px;
    left: -35px;
    content: '+';
    width: 20px;
    height: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%
}

.mission {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 260px;
    padding-bottom: 185px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #fff;
    background: url(../img/mission.jpg) center center/cover no-repeat
}

.mission__wrap {
    width: 60%
}

.mission__share {
    padding-top: 3.36%;
    width: 100%;
    text-align: center
}

.share__title {
    padding: 0;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .04em;
    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
}

.modal {
    color: #fff;
    transition: .3s linear
}

.modal__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px 0
}

.modal__bottom {
    display: none;
    max-width: 300px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center
}

.modal__title {
    padding: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase
}

.modal__close {
    padding: 0 27px 0 0;
    font-family: "Museo Sans Cyrl", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .04em;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    background: url(../img/close.svg) right 2px/18px no-repeat;
    border: none;
    outline: 0;
    transition: .3s linear
}

.modal__close:hover {
    color: #00b7f4;
    background: url(../img/close-hover.svg) right 2px/18px no-repeat
}

.modal__body {
    box-sizing: border-box;
    padding: 30px 70px;
    border: 2px solid #00b7f4
}

.modal-content__bottom, .modal-content__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.modal-content__top {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 2px dotted #00b7f4
}

.modal-content__title {
    width: 25%;
    padding: 0 0 20px;
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    color: #00b7f4;
    text-transform: uppercase
}

.modal-content__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%
}

.modal-content__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .05em
}

.modal-content__detail-title {
    padding: 0 0 25px;
    margin: 0;
    width: 22%
}

.modal-content__detail-descr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.modal-content__detail-icon {
    padding-right: 20px
}

.modal-content__detail-text {
    padding: 0 0 25px
}

.modal-content__title-detail {
    display: none;
    font-size: 14px
}

.modal-content__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    max-height: 395px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.modal-content__slider {
    width: 590px;
    height: 395px;
    position: relative
}

.modal-content__slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.modal-content__slider-dots {
    position: absolute;
    left: 50%;
    bottom: -23px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: translateX(-50%)
}

.modal-content__slider-dots > li {
    display: inline-block;
    margin: 0 5px
}

.modal-content__slider-dots > li > button {
    padding: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    border: none;
    outline: 0;
    box-shadow: none;
    cursor: pointer
}

.modal-content__slider-dots > li.slick-active > button {
    background: #00b7f4
}

.modal-content__text-wrap {
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .05em
}

.modal-content__text {
    padding: 0 0 25px;
    margin: 0
}

.modal-content__text:last-of-type {
    padding-bottom: 0
}

.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: 20px;
    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;
    }
}

@media (min-width: 768px) and (max-width: 1201px) {
    .slick-next, .slick-prev {
        width: 35px;
        height: 45px;
        background-size: 13px auto
    }

    .slick-prev {
        background-position: 8px center
    }

    .slick-next {
        background-position: 14px center
    }

    .header {
        padding: 8px 0;
        box-sizing: border-box
    }

    .header__menu-item {
        padding: 0 10px
    }

    .promo__top-title {
        font-size: 20px
    }

    .promo__title {
        font-size: 80px
    }

    .promo__place {
        font-size: 18px
    }

    .about {
        width: 100%;
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 40px
    }

    .history {
        padding-top: 250px;
        padding-bottom: 50px;
        background-position: 60% top
    }

    .history__wrap {
        width: 100%
    }

    .history__wrap::before {
        top: -6%;
        left: 30px;
        width: 465px;
        height: 108%
    }

    .history__text, .history__title {
        padding-left: 50px
    }

    .statistic {
        width: 100%;
        box-sizing: border-box;
        padding-top: 40px;
        padding-bottom: 0
    }

    .statistic__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .statistic__items {
        width: 50%;
        box-sizing: border-box
    }

    .statistic__items--left {
        -ms-flex-order: 2;
        order: 2;
        padding-right: 9%
    }

    .statistic__items--right {
        padding-left: 9%
    }

    .statistic__info {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        line-height: 30px
    }

    .statistic__num {
        left: -45px
    }

    .statistic__items--left .statistic__num {
        right: -45px
    }

    .statistic__item-text {
        font-size: 18px
    }

    .statistic__medal {
        padding: 20px 5% 30px;
        margin-top: 15px
    }

    .statistic__medal-img {
        width: 85px;
        height: auto
    }

    .statistic__medal-text {
        padding-left: 30px;
        line-height: 1.4
    }

    .map {
        height: 750px;
        background-position: center 60px;
        background-size: 850px auto
    }

    .map__title {
        padding-top: 35px
    }

    .map__wrap {
        width: 600px;
        height: 550px
    }

    .map__btn--1 {
        top: 48%
    }

    .mission {
        padding-top: 115px;
        padding-bottom: 100px;
        background-position: right top
    }

    .mission__wrap {
        width: 100%
    }

    .modal__body {
        padding: 25px 20px 30px
    }

    .modal-content__detail-title {
        width: 38%
    }

    .modal-content__detail-descr {
        width: 72%
    }

    .modal-content__detail-text {
        padding-bottom: 30px
    }

    .modal-content__info {
        width: 100%
    }

    .modal-content__text-wrap {
        width: 50%;
        padding: 5px 10px;
        font-size: 13px
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .container {
        padding-right: 30px;
        padding-left: 30px
    }

    .map__btn {
        padding: 30px 15px 29px 45px;
        font-size: 16px;
        border-width: 8px
    }

    .modal-content__detail-title {
        width: 30%
    }

    .modal-content__detail-descr {
        width: 70%
    }

    .modal-content__slider {
        width: 50%;
        height: auto
    }

    .modal-content__text {
        padding-bottom: 10px
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .map__wrap {
        width: 830px;
        height: 830px
    }

    .modal-content__text-wrap {
        width: 50%;
        font-size: 14px;
        padding: 30px
    }
}

@media (max-width: 767px) {
    .slick-next, .slick-prev {
        width: 25px;
        height: 35px;
        background-size: 10px auto
    }

    body {
        font-size: 13px;
        line-height: 1.45
    }

    .mfp-bg {
        height: 105% !important
    }

    .mfp-wrap.mfp-ready {
        transform: translateY(-18%)
    }

    .container {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px
    }

    .title {
        font-size: 18px
    }

    .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::after {
        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: 18px
    }

    .promo__title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 1.4
    }

    .promo__place {
        font-size: 16px;
        line-height: 1.5
    }

    .promo__arrow-down {
        margin-top: 10%;
        width: 34px;
        height: 34px
    }

    .promo__arrow-down img {
        width: 16px
    }

    .about {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px
    }

    .about__text {
        line-height: 1.9
    }

    .history {
        padding-top: 180px;
        padding-bottom: 20px;
        color: #222;
        background-color: transparent;
        background-image: url(../img/boat-mobile.jpg);
        background-position: 20% top;
        background-size: 420px
    }

    .history__wrap {
        width: 100%;
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px
    }

    .history__wrap::before {
        top: -17%;
        left: 0;
        width: 300px;
        height: 300px;
        box-sizing: border-box
    }

    .history__title {
        padding-bottom: 7%;
        line-height: 1.35
    }

    .history__text {
        line-height: 1.8
    }

    .statistic {
        width: 100%;
        padding-top: 0;
        padding-bottom: 25px
    }

    .statistic__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .statistic__items {
        width: 100%
    }

    .statistic__items--left {
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }

    .statistic__info {
        width: 100%;
        padding-bottom: 35px;
        -ms-flex-order: 1;
        order: 1;
        font-size: 20px;
        line-height: 30px
    }

    .statistic__info .statistic__bold {
        font-size: 25px;
        line-height: 30px
    }

    .statistic__item {
        height: 86px;
        margin-bottom: 25px;
        padding-left: 30px
    }

    .statistic__item:last-of-type {
        margin-bottom: 25px
    }

    .statistic__items--left .statistic__item-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .statistic__item .statistic__bold {
        padding-right: 8px
    }

    .statistic__num {
        top: -10px;
        left: 0;
        width: 86px;
        height: 86px;
        font-size: 90px;
        line-height: 86px
    }

    .statistic__items--left .statistic__num {
        left: 0;
        right: auto
    }

    .statistic__item-text {
        font-size: 16px
    }

    .statistic__medal {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px 30px;
        margin-top: 0
    }

    .statistic__medal-text {
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.5;
        text-align: center
    }

    .map {
        height: 435px;
        background-size: 455px;
        background-position: center 50px
    }

    .map__title {
        padding-top: 15px;
        font-size: 25px
    }

    .map__wrap {
        width: 290px;
        height: 290px
    }

    .map__btn {
        padding: 4px 9px 18px;
        font-size: 10px;
        border-width: 5px
    }

    .map__btn-text::before {
        top: 14px;
        left: 50%;
        width: 10px;
        height: 10px;
        box-sizing: border-box;
        font-size: 8px;
        line-height: 8px;
        border-width: 1px;
        transform: translateX(-50%)
    }

    .mission {
        padding-top: 25px;
        padding-bottom: 35px;
        background-image: url(../img/mission-mobile.jpg);
        background-position: 30% top
    }

    .mission__wrap {
        width: 80%;
        line-height: 1.8
    }

    .modal__wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }

    .modal__head {
        position: relative;
        display: block;
        text-align: center;
        max-width: 300px;
        margin: 0 auto
    }

    .modal__bottom {
        display: block
    }

    .modal__title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -85px;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 20px;
        text-align: center
    }

    .modal__close {
        font-size: 14px
    }

    .modal__body {
        padding: 100px 0 25px;
        border-left: none;
        border-right: none
    }

    .modal-content__top {
        max-width: 300px;
        margin: 0 auto 30px
    }

    .modal-content__bottom .modal-content__title {
        max-width: 300px;
        margin: 0 auto
    }

    .modal-content__detail-title {
        display: none
    }

    .modal-content__detail-descr {
        position: relative;
        left: -30px;
        line-height: 1.6
    }

    .modal-content__detail-icon {
        padding-right: 0
    }

    .modal-content__detail-text {
        font-size: 13px;
        padding-bottom: 28px
    }

    .modal-content__title-detail {
        display: block
    }

    .modal-content__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-height: 1000px;
        border: none
    }

    .modal-content__slider {
        width: 100%;
        max-width: 320px;
        height: auto;
        min-height: 215px;
        margin: 0 auto
    }

    .modal-content__slider-dots {
        bottom: -25px
    }

    .modal-content__text-wrap {
        padding: 40px 10px 0;
        max-width: 300px;
        margin: 0 auto
    }

    .modal-content__text {
        padding-bottom: 15px
    }

    .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: 1201px) {
    .promo__wrap {
        width: 100%
    }

    .modal-content__bottom, .modal-content__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal-content__details, .modal-content__title {
        width: 100%
    }

    .modal-content__slider-dots > li {
        margin: 0 10px
    }
}

@media (max-width: 1600px) {
    .modal-content__slide {
        max-width: 100%;
        height: auto
    }
}

/*# sourceMappingURL=style.min.css.map */
