﻿html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

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
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    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-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: Montserrat,sans-serif;
    background: rgb(1,109,118);
    background: radial-gradient(circle, rgba(1,109,118,1) 23%, rgba(6,165,181,1) 77%, rgba(8,185,202,1) 100%);
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

button,
ol,
ul {
    margin: 0;
    padding: 0
}

button {
    border: none;
    outline: none;
    background: none
}

svg {
    fill: currentColor
}

h1 {
    font-size: 50px
}

h1,
h2 {
    margin: 0;
    padding: 0;
    font-weight: 700
}

h2 {
    font-size: 40px
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 100
}

body.init header {
    transform: translateY(-100%)
}

.noscroll {
    overflow: hidden;
    height: 100%
}

.wrapper {
    margin: auto ;
    max-height: 600px;
    max-width: 575px;
    margin-top: 6%;
}

.btn {
    height: 48px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transition: all .25s ease;
    cursor: pointer
}

    .btn.turquoise {
        box-shadow: 0 5px 15px 0 rgba(6,193,174,.2);
        background-color: #07c0d1;
        color: #fff
    }

        .btn.turquoise:hover {
            box-shadow: 0 5px 45px 0 rgba(6,193,174,.6);
            background-color: #63DCE7
        }

        .btn.turquoise:active {
            background-color: #02a291;
            box-shadow: none
        }

        .btn.turquoise.btn-border {
            border: 1px solid #00c2af;
            background-color: transparent;
            color: #00c2af;
            box-shadow: none
        }

            .btn.turquoise.btn-border:hover {
                border: 1px solid #00c2af;
                background-color: rgba(6,193,174,.1);
                color: #00c2af
            }

            .btn.turquoise.btn-border:active {
                border: 1px solid #00c2af;
                background-color: rgba(6,193,174,.3)
            }

    .btn.white {
        box-shadow: 0 5px 14px 0 rgba(0,0,0,.1);
        background-color: #fff;
        color: #07c0d1
    }

        .btn.white:hover {
            box-shadow: 0 5px 14px 0 rgba(0,0,0,.3);
            background-color: #45d1c3;
            color: #fff
        }

        .btn.white:active {
            box-shadow: none
        }

        .btn.white.btn-border {
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff;
            box-shadow: none
        }

            .btn.white.btn-border:hover {
                border: 1px solid #fff;
                background-color: hsla(0,0%,100%,.3);
                color: #fff
            }

            .btn.white.btn-border:active {
                border: 1px solid #fff;
                background-color: hsla(0,0%,100%,.5)
            }

.custom-checkbox {
    display: inline-flex;
    position: relative
}

    .custom-checkbox input[type=checkbox] {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden
    }

        .custom-checkbox input[type=checkbox]:checked + i {
            border-color: green;
            background-color: green
        }

            .custom-checkbox input[type=checkbox]:checked + i:before {
                transform: rotate(-45deg) scale(1)
            }

    .custom-checkbox i {
        width: 16px;
        height: 16px;
        border: 1px solid #c1c8d6;
        border-radius: 2px;
        display: block;
        margin-right: 15px;
        margin-top: 3px;
        transition: all .2s ease;
        position: relative;
        flex-shrink: 0
    }

        .custom-checkbox i:before {
            content: "";
            display: block;
            height: 4px;
            width: 8px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            position: absolute;
            top: 2px;
            left: 2px;
            transform: rotate(-45deg) scale(0);
            transition: all .2s ease
        }

    .custom-checkbox span {
        font-family: Arial;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: .5px;
        color: #67748b
    }

::-webkit-input-placeholder {
    color: #adb6c6
}

::-moz-placeholder {
    color: #adb6c6
}

:-ms-input-placeholder {
    color: #adb6c6
}

:-moz-placeholder {
    color: #adb6c6
}

.modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    overflow: auto;
    text-align: center;
    z-index: 100;
    display: none
}

    .modal:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-left: -.05em;
        vertical-align: middle
    }

    .modal .modal__wrapper {
        box-shadow: 0 5px 40px 0 rgba(0,0,0,.15);
        background-color: #fff;
        display: inline-block
    }

.form-control {
    line-height: 1;
    position: relative
}

    .form-control.fill input {
        border-color: #07c0d1
    }

    .form-control.fill label {
        font-size: 12px;
        top: -14px;
        color: #07c0d1
    }

    .form-control.error input {
        border-color: #ff5064 !important
    }

    .form-control.error label {
        color: #ff5064 !important;
        font-size: 12px;
        top: -14px
    }

    .form-control.error .error {
        display: block
    }

    .form-control input[type=number]::-webkit-inner-spin-button,
    .form-control input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .form-control input {
        width: 100%;
        height: 34px;
        outline: none;
        font-size: 16px;
        color: rgba(0,0,0,.8);
        padding: 0;
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
        transition: all .25s ease;
        z-index: 1;
        position: relative;
        background-color: transparent
    }

        .form-control input:focus {
            border-color: #07c0d1
        }

            .form-control input:focus + label {
                font-size: 12px;
                top: -14px;
                color: #07c0d1
            }

    .form-control label {
        display: block;
        position: absolute;
        left: 0;
        top: 9px;
        transition: all .25s ease;
        font-size: 16px;
        color: rgba(0,0,0,.5);
        z-index: 0
    }

    .form-control .error {
        font-size: 12px;
        line-height: 1;
        color: #ff5064;
        position: absolute;
        left: 0;
        bottom: -15px;
        display: none
    }

.icon-fb,
.icon-in,
.icon-insta,
.icon-twitter {
    width: 24px;
    height: 24px;
    fill: #ccc;
    transition: all .25s ease
}

.icon-ic-close {
    width: 40px;
    height: 40px;
    fill: #000;
    transition: all .25s ease
}

.icon-arrow-left,
.icon-arrow-right {
    width: 27px;
    height: 13px;
    fill: #07c0d1;
    transition: all .3s ease
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s,-webkit-transform .2s;
            transition: top .2s,-webkit-transform .2s;
            -o-transition: .2s transform,.2s top;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s,-webkit-transform .2s;
        transition: left .2s,-webkit-transform .2s;
        -o-transition: .2s transform,.2s left;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: .2s transform,.2s right;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
    .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    transition-timing-function: ease
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,40px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-25%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(25%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes revealInLeft {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.revealInLeft,
.revealInRight {
    animation-name: revealInLeft
}

.revealInRight {
    right: auto;
    left: 0
}

header {
    height: 94px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 20;
    transition: all .4s ease
}

    header .wrapper {
        display: flex;
        height: 100%;
        align-items: center
    }

    header .logo {
        width: 200px;
        line-height: 1
    }

        header .logo a {
            font-size: 0;
            display: block
        }

        header .logo img {
            width: 100%
        }

    header nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal
    }

        header nav > a {
            color: #fff;
            margin-left: 30px;
            position: relative
        }

            header nav > a:after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background-color: transparent;
                position: absolute;
                left: 0;
                bottom: -14px;
                transition: all .25s ease
            }

            header nav > a:hover:after {
                background-color: #fff
            }

            header nav > a:first-child {
                margin-left: 0
            }

    header .sign {
        margin-left: 56px;
        display: flex
    }

        header .sign .btn {
            margin-left: 16px;
            text-transform: uppercase;
            height: 40px
        }

            header .sign .btn.login {
                width: 88px
            }

            header .sign .btn.register {
                width: 144px
            }

            header .sign .btn:first-child {
                margin-left: 0
            }

    header .nav-button {
        width: 40px;
        height: 40px;
        position: relative;
        margin-right: -10px;
        display: none
    }

        header .nav-button .on-white {
            opacity: 1
        }

        header .nav-button .on-green,
        header .nav-button .on-white {
            width: 28px;
            height: 20px;
            position: absolute;
            top: calc(50% - 10px);
            left: calc(50% - 12px);
            transform: scale(1);
            transition: all .25s ease
        }

        header .nav-button .on-green {
            opacity: 0
        }

        header .nav-button .off {
            width: 23px;
            height: 24px;
            position: absolute;
            top: calc(50% - 12px);
            left: calc(50% - 10px);
            transform: scale(0);
            transition: all .25s ease
        }

    header.scroll {
        box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
        background-color: #fff
    }

        header.scroll nav a {
            color: #07c0d1
        }

            header.scroll nav a:hover:after {
                background-color: #07c0d1
            }

        header.scroll .btn.login,
        header.scroll .btn.login:hover {
            border-color: #07c0d1;
            color: #07c0d1
        }

            header.scroll .btn.login:hover {
                background-color: rgba(6,193,174,.1)
            }

        header.scroll .btn.register {
            background-color: #07c0d1;
            color: #fff
        }

        header.scroll .on-white {
            opacity: 0
        }

        header.scroll .on-green {
            opacity: 1
        }

.mobile-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-top: 112px;
    text-align: center;
    z-index: 10;
    transition: all .3s ease;
    transform: translateY(30%);
    opacity: 0;
    visibility: hidden
}

    .mobile-menu a {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 4.5;
        display: block;
        position: relative
    }

        .mobile-menu a:after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: transparent;
            position: absolute;
            left: 0;
            bottom: -14px;
            transition: all .25s ease
        }

        .mobile-menu a:hover:after {
            background-color: #fff
        }

    .mobile-menu .sign {
        margin-top: 74px;
        text-align: center
    }

        .mobile-menu .sign .btn {
            width: 280px;
            display: flex;
            margin: auto auto 32px
        }

            .mobile-menu .sign .btn.login {
                border-color: #07c0d1;
                color: #07c0d1
            }

                .mobile-menu .sign .btn.login:hover {
                    background-color: rgba(6,193,174,.1);
                    color: #07c0d1;
                    border-color: #07c0d1
                }

            .mobile-menu .sign .btn.register {
                background-color: #07c0d1;
                color: #fff
            }

body.menu {
    overflow: hidden
}

    body.menu header {
        transform: translateY(0) !important;
        background-color: transparent;
        box-shadow: none
    }

        body.menu header .nav-button .on-green,
        body.menu header .nav-button .on-white {
            transform: scale(0)
        }

        body.menu header .nav-button .off {
            transform: scale(1)
        }

    body.menu .mobile-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

footer {
    padding-top: 56px;
    padding-bottom: 60px;
    background-color: #fff
}

    footer a {
        transition: all .25s ease;
        color: #000
    }

        footer a:hover {
            color: #00c2af
        }

    footer .wrapper {
        display: flex
    }

    footer .footer__logo {
        width: 360px
    }

        footer .footer__logo img {
            width: 200px
        }

    footer .footer__nav {
        padding-left: 29px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: 600;
        height: 180px;
        position: relative;
        margin-bottom: -36px
    }

        footer .footer__nav:before {
            content: "";
            display: block;
            width: 1px;
            height: 134px;
            background-color: #c5c5c5;
            position: absolute;
            left: 0;
            top: 0
        }

        footer .footer__nav a {
            margin: 0 65px 27px 0
        }

    footer .footer__nav_mobile {
        line-height: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        display: none;
        order: 3;
        margin-top: 90px
    }

        footer .footer__nav_mobile a {
            margin-bottom: 40px
        }

            footer .footer__nav_mobile a:last-child {
                margin-bottom: 0
            }

    footer .footer__contacts {
        margin-left: auto;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        padding-left: 29px;
        position: relative
    }

        footer .footer__contacts:before {
            content: "";
            display: block;
            width: 1px;
            height: 134px;
            background-color: #c5c5c5;
            position: absolute;
            left: 0;
            top: 0
        }

        footer .footer__contacts p {
            margin: 0 0 27px
        }

        footer .footer__contacts .social {
            width: 126px;
            display: flex;
            justify-content: space-between;
            margin-top: -5px
        }

            footer .footer__contacts .social svg:hover {
                fill: #00c2af
            }

article.hero {
    height: 753px;
    overflow: hidden
}

    article.hero .wrapper {
        position: relative;
        padding-top: 94px
    }

    article.hero .hero__bg {
        height: 753px;
        position: absolute;
        top: 0;
        left: 265px
    }

        article.hero .hero__bg .bg-1 {
            height: 100%;
            z-index: 0
        }

        article.hero .hero__bg .bg-2 {
            position: absolute;
            top: 325px;
            left: 276px;
            z-index: 0
        }

        article.hero .hero__bg .bg-comp {
            position: absolute;
            top: 130px;
            left: 418px;
            z-index: 1
        }

        article.hero .hero__bg .barge {
            width: 294px;
            height: 190px;
            position: absolute;
            top: 220px;
            left: 300px;
            z-index: 0
        }

            article.hero .hero__bg .barge img {
                width: 100%;
                height: 100%
            }

        article.hero .hero__bg .track {
            width: 186px;
            height: 162px;
            position: absolute;
            top: 455px;
            left: 678px;
            z-index: 1
        }

            article.hero .hero__bg .track img {
                width: 100%;
                height: 100%
            }

        article.hero .hero__bg .airplane {
            width: 244px;
            height: 174px;
            position: absolute;
            top: 135px;
            left: 680px;
            z-index: 1
        }

            article.hero .hero__bg .airplane img {
                width: 100%;
                height: 100%
            }

    article.hero .hero__body {
        margin-top: 110px;
        width: 490px;
        z-index: 3;
        position: relative
    }

    article.hero .hero__description {
        margin-top: 16px;
        line-height: 1.75
    }

    article.hero .btn {
        margin-top: 40px;
        width: 220px;
        text-transform: uppercase
    }

    article.hero .airplane,
    article.hero .barge,
    article.hero .bg-1,
    article.hero .bg-2,
    article.hero .bg-comp,
    article.hero .btn,
    article.hero .hero__description,
    article.hero .track,
    article.hero h1 {
        visibility: hidden
    }

article.slider {
    margin-top: 56px;
    min-height: 681px
}

    article.slider .wrapper {
        display: flex;
        position: relative;
        padding-top: 150px
    }

    article.slider .slider__bg {
        position: absolute;
        top: 0;
        left: -681px
    }

        article.slider .slider__bg img {
            height: 681px
        }

    article.slider .slider__left {
        width: 585px;
        flex-shrink: 0
    }

        article.slider .slider__left .swiper-container {
            overflow: initial;
            position: relative
        }

        article.slider .slider__left .swiper-wrapper {
            transform: translateZ(0) !important
        }

        article.slider .slider__left .swiper-slide {
            width: 585px;
            height: 452px;
            border-radius: 30px;
            box-shadow: 0 16px 32px 0 rgba(0,0,0,.08);
            background-image: linear-gradient(180deg,#fff,#cffffd);
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .3s ease;
            display: flex;
            opacity: 0;
            transform: translate3d(-30%,0,0) scale(.8)
        }

            article.slider .slider__left .swiper-slide img {
                max-width: 95%;
                max-height: 95%;
                display: block;
                transform: translateZ(0)
            }

            article.slider .slider__left .swiper-slide.swiper-slide-active {
                transform: translateZ(0) scale(1);
                z-index: 1;
                opacity: 1
            }

            article.slider .slider__left .swiper-slide.swiper-slide-next {
                opacity: .5
            }

            article.slider .slider__left .swiper-slide.swiper-slide-prev {
                transform: translate3d(30%,0,0) scale(1.5)
            }

    article.slider .slider__right {
        margin: 120px 0 0 97px;
        z-index: 3
    }

        article.slider .slider__right h5 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #07c0d1;
            text-transform: uppercase
        }

        article.slider .slider__right .swiper-container {
            width: 458px;
            margin-top: 15px
        }

        article.slider .slider__right .swiper-slide {
            font-size: 40px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.3;
            letter-spacing: normal;
            color: #000
        }

        article.slider .slider__right .slider__navigation {
            margin-top: 78px;
            display: flex;
            align-items: center
        }

            article.slider .slider__right .slider__navigation button {
                width: 101px;
                height: 53px;
                border-radius: 26.5px;
                border: 1px solid #07c0d1;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                transition: all .3s ease
            }

                article.slider .slider__right .slider__navigation button:hover:not(.swiper-button-disabled) {
                    background-color: rgba(0,194,175,.1)
                }

                article.slider .slider__right .slider__navigation button.swiper-button-disabled {
                    border-color: transparent;
                    cursor: default
                }

                    article.slider .slider__right .slider__navigation button.swiper-button-disabled svg {
                        fill: #d1dadc
                    }

            article.slider .slider__right .slider__navigation .slider__pagination {
                width: 116px;
                text-align: center;
                font-size: 18px;
                font-weight: 700
            }

article.services {
    margin-top: 174px;
    overflow: hidden
}

    article.services .services__title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        color: #07c0d1;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center
    }

        article.services .services__title a {
            width: 48px;
            height: 48px;
            margin-left: 7px;
            margin-top: -2px;
            transition: all .3s ease
        }

            article.services .services__title a:hover {
                transform: scale(1.2)
            }

            article.services .services__title a img {
                width: 100%
            }

    article.services h2 {
        margin-top: 16px;
        text-align: center
    }

    article.services .services__list {
        margin-top: 21px
    }

        article.services .services__list li {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

            article.services .services__list li h3 {
                opacity: .8;
                font-size: 40px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal
            }

            article.services .services__list li p {
                margin-top: 14px;
                opacity: .8;
                font-size: 16px;
                font-weight: 400;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.63
            }

            article.services .services__list li.bulk-cargo .left {
                margin-left: 97px;
                width: 400px
            }

            article.services .services__list li.bulk-cargo .right {
                width: 553px
            }

                article.services .services__list li.bulk-cargo .right img {
                    width: 100%
                }

            article.services .services__list li.marine-surveys .left {
                width: 557px;
                margin-left: -18px
            }

                article.services .services__list li.marine-surveys .left img {
                    width: 100%
                }

            article.services .services__list li.marine-surveys .right {
                margin-right: 100px;
                width: 385px
            }

            article.services .services__list li.general-cargo {
                margin-top: 25px
            }

                article.services .services__list li.general-cargo .left {
                    margin-left: 97px;
                    width: 450px
                }

                article.services .services__list li.general-cargo .right {
                    width: 550px
                }

                    article.services .services__list li.general-cargo .right img {
                        width: 100%
                    }

article.other-services {
    margin-top: 137px
}

    article.other-services h2 {
        font-size: 30px
    }

    article.other-services .other__list {
        margin-top: 29px;
        display: flex;
        flex-wrap: wrap
    }

        article.other-services .other__list li {
            width: 33.333333333333336%;
            display: flex;
            align-items: center;
            margin-top: 40px
        }

            article.other-services .other__list li img {
                margin-right: 20px;
                width: 127px
            }

            article.other-services .other__list li b {
                font-size: 16px
            }

article.mission {
    margin-top: 147px;
    background: url(/img/bg-mission.jpg) no-repeat 0 0/auto 100%;
    height: 675px;
    padding-top: 147px
}

    article.mission .wrapper {
        padding-left: 456px
    }

    article.mission .mission__title {
        font-size: 18px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #00c2af;
        text-transform: uppercase
    }

    article.mission h2 {
        margin-top: 18px
    }

    article.mission p {
        margin-top: 20px;
        font-size: 24px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal
    }

article.about {
    margin-top: 60px;
    overflow: hidden
}

    article.about .wrapper {
        height: 921px;
        position: relative
    }

    article.about .about__bg {
        height: 100%;
        position: absolute;
        top: 0;
        left: 610px
    }

        article.about .about__bg .about__bg_1 {
            height: 100%
        }

        article.about .about__bg .about__bg_2 {
            height: 626px;
            position: absolute;
            left: -40px;
            top: 50%;
            transform: translateY(-50%)
        }

    article.about .about__description {
        width: 525px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        article.about .about__description .about__text {
            margin-top: 24px;
            line-height: 1.75
        }

article.partners {
    margin-top: 129px
}

article.ready {
    margin-top: 100px;
    padding-top: 38px;
    overflow: hidden
}

    article.ready .ready__bg {
        background-image: linear-gradient(105deg,#2442c0,#19aacc 52%,#00c2af)
    }

        article.ready .ready__bg .map {
            background: url(../img/map.svg) no-repeat 0 100%
        }

        article.ready .ready__bg .wrapper {
            position: relative;
            height: 404px;
            padding-top: 135px
        }

            article.ready .ready__bg .wrapper .oval-1 {
                width: 379.6px;
                height: 153.2px;
                left: 912px;
                bottom: 0
            }

            article.ready .ready__bg .wrapper .oval-1,
            article.ready .ready__bg .wrapper .oval-2 {
                transform: rotate(7deg);
                opacity: .3;
                background-color: #e8f9f7;
                position: absolute;
                border-radius: 50%
            }

            article.ready .ready__bg .wrapper .oval-2 {
                width: 330px;
                height: 121px;
                left: 937px;
                bottom: 20px
            }

            article.ready .ready__bg .wrapper .comp {
                width: 298px;
                height: 404px;
                position: absolute;
                left: 952px;
                bottom: 38px
            }

                article.ready .ready__bg .wrapper .comp img {
                    width: 100%;
                    height: 100%
                }

            article.ready .ready__bg .wrapper h2 {
                text-align: center;
                color: #fff
            }

            article.ready .ready__bg .wrapper .btn {
                margin: 40px auto 0;
                width: 218px;
                display: flex;
                text-transform: uppercase
            }

.modal.register-select .modal__wrapper {
    padding: 96px 78px 102px;
    position: relative;
    background: #fff url(../img/bg_popup.svg) no-repeat 100% 0
}

    .modal.register-select .modal__wrapper .modal__close {
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px
    }

        .modal.register-select .modal__wrapper .modal__close svg:hover {
            fill: #00c2af
        }

    .modal.register-select .modal__wrapper h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1
    }

    .modal.register-select .modal__wrapper .register-select__list {
        display: flex;
        margin-top: 75px
    }

        .modal.register-select .modal__wrapper .register-select__list .btn {
            width: 220px;
            margin: 0 16px
        }

            .modal.register-select .modal__wrapper .register-select__list .btn:first-child {
                margin-left: 0
            }

            .modal.register-select .modal__wrapper .register-select__list .btn:last-child {
                margin-right: 0
            }

.modal.video iframe {
    vertical-align: middle;
    width: 75vw;
    height: 42.37288vw
}

.login main,
.register main {
    overflow: hidden
}

    .login main .wrapper,
    .register main .wrapper {
        position: relative;
        padding-top: 94px;
        padding-bottom: 90px
    }

        .login main .wrapper .register__bg,
        .register main .wrapper .register__bg {
            position: absolute;
            top: 30px;
            left: 584px
        }

            .login main .wrapper .register__bg .bg-1,
            .register main .wrapper .register__bg .bg-1 {
                height: 681px
            }

            .login main .wrapper .register__bg .bg-2,
            .register main .wrapper .register__bg .bg-2 {
                position: absolute;
                width: 547px;
                height: 510px;
                top: 52px;
                left: 17px
            }

    .login main .register__body,
    .register main .register__body {
        margin-left: 56px;
        width: 420px;
    }

        .login main .register__body .register__head,
        .register main .register__body .register__head {
            text-align: center
        }

            .login main .register__body .register__head h1,
            .register main .register__body .register__head h1 {
                font-size: 40px;
                font-weight: 700;
                line-height: 1
            }

            .login main .register__body .register__head p,
            .register main .register__body .register__head p {
                margin: 15px 0 0;
                font-size: 18px
            }

        .login main .register__body .form-submit,
        .register main .register__body .form-submit {
            margin-top: 56px;
            text-align: center
        }

            .login main .register__body .form-submit .btn,
            .register main .register__body .form-submit .btn {
                width: 280px
            }

        .login main .register__body .register__form,
        .register main .register__body .register__form {
            margin-top: 48px
        }

            .login main .register__body .register__form .form-group .form-control,
            .register main .register__body .register__form .form-group .form-control {
                margin-bottom: 34px
            }

    .login main .register__footer,
    .register main .register__footer {
        font-size: 18px;
        text-align: center;
        margin-top: 24px
    }

        .login main .register__footer a,
        .register main .register__footer a {
            color: #07c0d1;
            text-decoration: underline
        }

body.login .bg-2 {
    width: 603px !important;
    height: 549px !important;
    left: 12px !important;
    top: 52px !important
}

@media screen and (max-width:1200px) {
    .wrapper {
        padding: 0 24px
    }

    h2 {
        font-size: 36px
    }

    header .wrapper {
        justify-content: space-between
    }

    header .logo {
        width: 150px
    }

    header nav {
        margin: 0
    }

    header .sign {
        margin-left: 30px
    }

    header .nav-button {
        display: block
    }

    article.hero .hero__bg {
        left: auto;
        right: -625px;
        transform: scale(.9);
        top: -40px
    }

        article.hero .hero__bg .bg-2 {
            left: 326px
        }

        article.hero .hero__bg .bg-comp {
            left: 468px;
            top: 225px
        }

        article.hero .hero__bg .barge {
            top: 225px;
            left: 350px
        }

        article.hero .hero__bg .track {
            top: 540px;
            left: 736px
        }

        article.hero .hero__bg .airplane {
            top: 208px;
            left: 680px
        }

    article.hero h1 {
        font-size: 40px;
        width: 450px
    }

    article.slider {
        overflow: hidden
    }

        article.slider .slider__left {
            width: 475px
        }

            article.slider .slider__left .swiper-slide {
                width: 475px;
                height: 367px
            }

        article.slider .slider__right {
            margin: 25px 0 0 64px
        }

            article.slider .slider__right .swiper-container {
                width: 400px
            }

                article.slider .slider__right .swiper-container .swiper-slide {
                    width: 400px;
                    font-size: 32px
                }

            article.slider .slider__right .slider__navigation {
                margin-top: 45px
            }

    article.services .services__title {
        font-size: 16px
    }

    article.services .services__list h3 {
        font-size: 36px
    }

    article.services .services__list li.bulk-cargo .left {
        margin-left: 5%
    }

    article.services .services__list li.bulk-cargo .right,
    article.services .services__list li.marine-surveys .left {
        width: 45%
    }

    article.services .services__list li.marine-surveys .right {
        margin-right: 5%
    }

    article.services .services__list li.general-cargo .left {
        margin-left: 5%
    }

    article.services .services__list li.general-cargo .right {
        width: 45%
    }

    .article.other-services h2 {
        font-size: 28px
    }

    .article.other-services .other__list li img {
        width: 100px
    }

    .article.other-services .other__list li b {
        font-size: 14px
    }

    article.mission .mission__title {
        font-size: 16px
    }

    article.mission p {
        font-size: 20px
    }

    footer .footer__logo {
        width: 300px
    }

    .login main .wrapper .register__bg,
    .register main .wrapper .register__bg {
        left: 510px
    }
}

@media screen and (max-width:1000px) {
    header {
        height: 57px
    }

        header .logo {
            width: 142px
        }

        header nav {
            display: none
        }

        header .sign {
            margin-left: 0
        }

    article.hero {
        height: 727px
    }

        article.hero .wrapper {
            height: 100%;
            padding-top: 57px
        }

        article.hero .hero__bg {
            transform: scale(.8);
            top: 0;
            right: 0;
            height: 100%;
            width: 100%
        }

            article.hero .hero__bg .bg-1 {
                height: 480px;
                position: absolute;
                top: -91px;
                left: 215px
            }

                article.hero .hero__bg .bg-1 img {
                    height: 100%
                }

            article.hero .hero__bg .bg-2 {
                left: 128px;
                top: 525px
            }

            article.hero .hero__bg .bg-comp {
                left: 265px;
                top: 337px
            }

            article.hero .hero__bg .barge {
                width: 262px;
                height: auto;
                top: 430px;
                left: 158px
            }

            article.hero .hero__bg .track {
                top: 656px;
                left: 530px
            }

            article.hero .hero__bg .airplane {
                top: 320px;
                left: 498px
            }

        article.hero .hero__body {
            margin-top: 86px;
            width: 297px
        }

            article.hero .hero__body h1 {
                width: auto;
                font-size: 50px;
                line-height: normal
            }

            article.hero .hero__body .btn {
                margin-top: 16px
            }

            article.hero .hero__body .hero__description {
                display: none
            }

    article.slider {
        margin-top: 87px;
        min-height: auto
    }

        article.slider .wrapper {
            padding-top: 70px;
            flex-direction: column;
            position: relative
        }

        article.slider .slider__bg {
            left: auto;
            right: 85px
        }

            article.slider .slider__bg img {
                height: 94vw;
                max-height: 470px
            }

        article.slider .slider__left {
            margin: auto
        }

            article.slider .slider__left,
            article.slider .slider__left .swiper-slide {
                width: calc(100vw - 66px);
                height: 65vw;
                max-width: 500px;
                max-height: 370px
            }

        article.slider .slider__right {
            margin: 52px 0 0;
            display: flex;
            flex-direction: column
        }

            article.slider .slider__right h5 {
                position: absolute;
                top: -37px;
                left: 50%;
                transform: translateX(-50%);
                font-size: 16px
            }

            article.slider .slider__right .slider__navigation {
                order: 1;
                margin-top: 0;
                justify-content: center
            }

            article.slider .slider__right .swiper-container {
                order: 2;
                width: 100%
            }

                article.slider .slider__right .swiper-container .swiper-slide {
                    width: 100%;
                    text-align: center;
                    font-size: 24px;
                    font-weight: 400;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.33
                }

    article.services {
        margin-top: 140px
    }

        article.services h2 {
            margin-top: 16px;
            font-size: 32px
        }

        article.services .services__list {
            margin-top: 71px
        }

            article.services .services__list li {
                flex-direction: column;
                text-align: center
            }

                article.services .services__list li h3 {
                    font-size: 24px;
                    font-weight: 400;
                    line-height: normal
                }

                article.services .services__list li p {
                    margin-top: 14px;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 400;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.86
                }

                article.services .services__list li.bulk-cargo .left {
                    order: 2;
                    width: auto;
                    margin: 22px 0 0
                }

                article.services .services__list li.bulk-cargo .right {
                    order: 1;
                    width: auto;
                    max-width: 400px
                }

                article.services .services__list li.marine-surveys {
                    margin-top: 102px
                }

                    article.services .services__list li.marine-surveys .left {
                        width: auto;
                        max-width: 400px;
                        margin: 0
                    }

                    article.services .services__list li.marine-surveys .right {
                        order: 1;
                        width: auto;
                        margin: 30px 0 0
                    }

                article.services .services__list li.general-cargo {
                    margin-top: 90px
                }

                    article.services .services__list li.general-cargo .left {
                        order: 2;
                        width: auto;
                        margin: 29px 0 0
                    }

                    article.services .services__list li.general-cargo .right {
                        order: 1;
                        width: auto;
                        max-width: 400px
                    }

    article.other-services {
        margin-top: 160px
    }

        article.other-services h2 {
            font-size: 24px;
            text-align: center
        }

        article.other-services .other__list {
            margin-top: 64px
        }

            article.other-services .other__list li {
                margin: 0 0 60px;
                width: 50%;
                flex-direction: column;
                align-items: center
            }

                article.other-services .other__list li img {
                    width: 80px;
                    height: 77px;
                    margin: 0 0 16px
                }

                article.other-services .other__list li b {
                    font-size: 14px;
                    text-align: center
                }

    article.mission {
        margin-top: 100px;
        height: auto;
        text-align: center;
        padding: 0 0 63vw;
        background-position: 0 100%;
        background-size: 175vw auto
    }

        article.mission .wrapper {
            padding: 0 24px
        }

        article.mission h2 {
            font-size: 32px;
            margin-top: 16px
        }

        article.mission p {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.78
        }

    article.about {
        margin-top: 160px
    }

        article.about .wrapper {
            padding-top: 123vw;
            height: auto
        }

        article.about .about__bg {
            left: 38px
        }

            article.about .about__bg .about__bg_1 {
                height: 109vw
            }

            article.about .about__bg .about__bg_2 {
                height: 82vw;
                left: -14px;
                top: 11vw;
                transform: translateY(0)
            }

        article.about .about__description {
            width: auto;
            height: auto
        }

            article.about .about__description h2 {
                font-size: 32px
            }

            article.about .about__description .about__text {
                margin-top: 28px;
                font-size: 14px
            }

    article.partners {
        display: none
    }

    article.ready {
        padding-top: 0
    }

        article.ready .ready__bg {
            background-image: linear-gradient(137deg,#2442c0,#19aacc 52%,#00c2af)
        }

            article.ready .ready__bg .map {
                background: url(../img/map.svg) no-repeat bottom/auto 55%
            }

                article.ready .ready__bg .map .wrapper .comp,
                article.ready .ready__bg .map .wrapper .oval-1,
                article.ready .ready__bg .map .wrapper .oval-2 {
                    display: none
                }

                article.ready .ready__bg .map .wrapper h2 {
                    font-size: 32px
                }

                article.ready .ready__bg .map .wrapper .btn {
                    margin-top: 42px
                }

    footer {
        padding: 104px 0 80px
    }

        footer .wrapper {
            flex-direction: column
        }

        footer .footer__logo {
            width: 200px;
            order: 1;
            margin: 0 auto;
            line-height: 1
        }

            footer .footer__logo a {
                font-size: 0
            }

        footer .footer__contacts {
            order: 2;
            margin: 60px auto 0;
            padding: 0;
            text-align: center
        }

            footer .footer__contacts p {
                margin-bottom: 40px
            }

            footer .footer__contacts:before,
            footer .footer__nav {
                display: none
            }

        footer .footer__nav_mobile {
            display: flex
        }

    .modal.register-select .modal__wrapper {
        padding: 80px 0;
        width: calc(100% - 48px);
        background: #fff url(../img/fill-1.svg) no-repeat 100% 0/contain
    }

        .modal.register-select .modal__wrapper .register-select__list {
            flex-direction: column;
            margin-top: 63px;
            align-items: center
        }

            .modal.register-select .modal__wrapper .register-select__list a.btn {
                margin: 0 0 40px
            }

                .modal.register-select .modal__wrapper .register-select__list a.btn:last-child {
                    margin-bottom: 0
                }

        .modal.register-select .modal__wrapper h2 {
            font-size: 24px
        }

    body.login .register__bg,
    body.register .register__bg {
        display: none
    }

    body.login .register__head h1,
    body.register .register__head h1 {
        font-size: 32px !important
    }

    body.login .register__head p,
    body.register .register__head p {
        margin-top: 8px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.75 !important
    }

    body.login .register__body,
    body.register .register__body {
        width: auto;
        margin: 0
    }

        body.login .register__body .register__form,
        body.register .register__body .register__form {
            margin-top: 40px
        }

    body.login .register__footer,
    body.register .register__footer {
        font-size: 16px
    }

    .form-control input,
    .form-control label {
        font-size: 14px
    }
}

.circle {
    position: absolute;
    bottom: 83%;
    left: 34%;
    height: 200px;
    width: 200px;
    background-color: #11183F;
    border-radius: 50%;
    display: inline-block;
}

.RecLogo {
    position: absolute;
    bottom: 90%;
    left: 30%;
    /*    height: 95px;*/
    width: 230px;
    background-color: #11183F;
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    border: #ccc solid 1px;
    margin: 0.7em 0;
}

.loginLogo {
    max-height: 52px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    