html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-synthesis: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga" on;
    font-feature-settings: "liga" on;
    -moz-font-feature-settings: "kern";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.all-caps {
    text-transform: uppercase;
}

strong, b {
    font-weight: bold;
}

h1, .h1,
h2, .h2 {
    color: #333333;
    font-weight: bold;
}

h1, .h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        text-align: center;
    }
}

@media only screen and (min-width: 1200px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 61px;
    }
}

h2, .h2 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
}

h3, .h3 {
    font-size: 18px;
    line-height: 27px;
    color: rgba(51, 51, 51, 0.5);
}

p {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

    p + p {
        margin-top: 10px;
    }

* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 1;
}

    body.menu-open {
        height: 100%;
        overflow: hidden;
    }

    body.fixed-bottom-footer {
        position: relative;
        min-height: 100vh;
        padding-bottom: 220px;
    }

@media only screen and (min-width: 768px) {
    body.fixed-bottom-footer {
        padding-bottom: 160px;
    }
}

.ss-page__wrapper {
    height: 100%;
    padding-top: 120px;
}

@media only screen and (min-width: 992px) {
    .ss-page__wrapper {
        padding-top: 180px;
    }
}

.ss-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    max-width: 100%;
}

@media only screen and (min-width: 992px) {
    .ss-container {
        max-width: 940px;
        padding: 0;
    }
}

@keyframes ridingMenu {
    0% {
        max-width: 0px;
    }

    75% {
        max-width: 85vw;
    }

    100% {
        max-width: 80vw;
    }
}

@media only screen and (min-width: 480px) {
    @keyframes ridingMenu {
        0% {
            max-width: 0px;
        }

        75% {
            max-width: 65vw;
        }

        100% {
            max-width: 60vw;
        }
    }
}

@keyframes fadeOutMenuText {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ss-form {
    margin-top: 40px;
}

.ss-form__group {
    position: relative;
}

    .ss-form__group + .ss-form__group {
        margin-top: 40px;
    }

.ss-form__control {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(51, 51, 51, 0.5);
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    padding: 10px;
}

    .ss-form__control:focus, .ss-form__control.mod-not-empty {
        outline: none;
        border-color: #2DAEEB;
    }

        .ss-form__control:focus ~ .ss-form__label, .ss-form__control.mod-not-empty ~ .ss-form__label {
            color: #2DAEEB;
            font-weight: 600;
        }

.ss-form__label, .ss-form__error {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: rgba(51, 51, 51, 0.5);
}

.ss-form__label {
    position: absolute;
    top: -21px;
    left: 0;
}

.ss-form__error {
    line-height: 22px;
    color: #F48263;
}

.ss-form_additional {
    margin-top: 20px;
}

.ss-form_message {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #525C73;
}

.ss-form .ss-button + p {
    margin-top: 15px;
}

.ss-form__social-btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.ss-form__social-btn_blue {
    background: #5BACF1;
}

.ss-form__social-btn_pink {
    background: #F85F64;
}

.ss-form__social-btn_blue-dark {
    background: #2B79E5;
}

.ss-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.ss-checkbox__control {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    margin-right: 10px;
}

.ss-checkbox__label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.ss-login__img {
    max-height: 550px;
    position: absolute;
    top: 120px;
    left: 0;
    width: unset;
}

@media only screen and (min-width: 992px) {
    .ss-login__img {
        max-height: 650px;
    }
}

.ss-button,
a.ss-button {
    display: block;
    padding: 14px 28px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    background-image: none;
    text-decoration: none;
    transition: all .3s ease-out;
    position: relative;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .ss-button,
    a.ss-button {
        display: inline-block;
    }
}

.ss-button_cta,
a.ss-button_cta {
    background: #00B3FF;
}

    .ss-button_cta:hover, .ss-button_cta:active, .ss-button_cta:active:focus,
    a.ss-button_cta:hover,
    a.ss-button_cta:active,
    a.ss-button_cta:active:focus {
        text-decoration: none;
        background: #1B64A4;
    }

.ss-button_ghost,
a.ss-button_ghost {
    border: 2px solid #2DAEEB;
    color: #2DAEEB;
}

    .ss-button_ghost:hover, .ss-button_ghost:active, .ss-button_ghost:active:focus,
    a.ss-button_ghost:hover,
    a.ss-button_ghost:active,
    a.ss-button_ghost:active:focus {
        border: 2px solid #1B64A4;
        color: #1B64A4;
    }

.ss-button_block,
a.ss-button_block {
    width: 100%;
}

.ss-link,
a.ss-link {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #2DAEEB;
    text-decoration: none;
}

    .ss-link:hover, .ss-link:active, .ss-link:active:focus,
    a.ss-link:hover,
    a.ss-link:active,
    a.ss-link:active:focus {
        color: #1B64A4;
        text-decoration: none;
    }

.ss-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    padding: 22px 0;
    background: #fff;
}

.ss-header_bg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    height: 100%;
    width: 100%;
    z-index: 11;
    background: rgba(2, 2, 2, 0.6);
    opacity: 0;
    pointer-events: none;
}

body.menu-open .ss-header_bg {
    opacity: 1;
    pointer-events: auto;
}

@media only screen and (min-width: 992px) {
    .ss-header_bg {
        display: none;
    }
}

.ss-logo {
    max-width: 230px;
}

.ss-logo_inside-text {
    max-width: 188px;
}

.ss-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    display: block;
    height: 100vh;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 12;
    padding: 30px 25px;
}

.ss-nav_header .ss-nav {
    opacity: 0;
    pointer-events: none;
}

body.menu-open .ss-nav {
    opacity: 1;
    pointer-events: auto;
    right: 0;
    animation: ridingMenu .3s ease-out forwards;
}

@media only screen and (min-width: 992px) {
    .ss-nav {
        position: relative;
        height: auto;
        width: auto;
        background: transparent;
        overflow-y: visible;
        padding: 0;
        display: block;
        opacity: 1;
        pointer-events: auto;
        right: 0;
    }
}

.ss-nav_header .ss-nav__menu {
    opacity: 0;
}

@media only screen and (min-width: 992px) {
    .ss-nav_header .ss-nav__menu {
        opacity: 1;
    }
}

body.menu-open .ss-nav__menu {
    animation: fadeOutMenuText .07s ease-out forwards;
    animation-delay: .23s;
}

.ss-nav__menu li {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .ss-nav_header .ss-nav__menu li {
        display: block;
    }
}

.ss-nav__menu li + li {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .ss-nav_header .ss-nav__menu li + li {
        margin-top: 30px;
        margin-left: 0;
    }
}

.ss-nav__menu li a {
    display: block;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .ss-nav_header .ss-nav__menu li a {
        font-size: 21px;
        line-height: 34px;
        font-weight: 600;
    }
}

.ss-nav__menu li a:hover {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.ss-nav__menu li.menu-item-has-children {
    position: relative;
}

.ss-nav__menu li.current-menu-item > a, .ss-nav__menu li.current_page_item > a, .ss-nav__menu li.current-menu-ancestor > a, .ss-nav__menu li.current-menu-parent > a, .ss-nav__menu li.active > a {
    font-weight: bold;
}

.ss-nav__menu li.menu-item-has-children {
    padding-bottom: 25px;
    margin-bottom: -25px;
}

    .ss-nav__menu li.menu-item-has-children:hover > a {
        font-weight: bold;
    }

    .ss-nav__menu li.menu-item-has-children:hover > .sub-menu {
        display: block;
    }

.ss-nav__menu li.ss-nav__menu_highlighted a {
    color: #00B3FF;
}

    .ss-nav__menu li.ss-nav__menu_highlighted a:hover {
        color: #1B64A4;
    }

.ss-nav__menu .sub-menu {
    display: block;
    margin-top: 25px;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) {
    .ss-nav__menu .sub-menu {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        min-width: 190px;
        background: #fff;
        box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
        padding: 15px;
        margin-top: 0;
        margin-left: 20px;
    }

        .ss-nav__menu .sub-menu:before {
            position: absolute;
            content: " ";
            width: 0;
            height: 0;
            top: 0;
            left: 12px;
            box-sizing: border-box;
            border: 8px solid #fff;
            border-color: #fff #fff transparent transparent;
            transform-origin: 0 0;
            transform: rotate(-45deg);
            box-shadow: 3px -3px 8px -2px rgba(51, 51, 51, 0.2);
        }
}

.ss-nav__menu .sub-menu li {
    display: block;
}

    .ss-nav__menu .sub-menu li + li {
        margin-left: 0px;
        margin-top: 10px;
    }

    .ss-nav__menu .sub-menu li.current-menu-item > a, .ss-nav__menu .sub-menu li.current_page_item > a {
        color: #2DAEEB;
        text-decoration: none;
        font-weight: 400;
    }

    .ss-nav__menu .sub-menu li a {
        display: block;
        font-size: 21px;
        line-height: 34px;
        font-weight: 600;
        text-transform: none;
    }

@media only screen and (min-width: 992px) {
    .ss-nav__menu .sub-menu li a {
        font-size: 12px;
        line-height: 19px;
        font-weight: 400;
    }

        .ss-nav__menu .sub-menu li a:hover,
        .current-menu-item .ss-nav__menu .sub-menu li a {
            color: #2DAEEB;
            font-weight: 400;
        }
}

.ss-burger {
    position: relative;
    padding: 10px;
    width: 38px;
    height: 34px;
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .ss-burger {
        display: none;
    }
}

.ss-burger__line {
    height: 2px;
    width: 18px;
    background: #2DAEEB;
}

    .ss-burger__line + .ss-burger__line {
        margin-top: 4px;
    }

.ss-footer {
    padding: 60px 0;
}

@media only screen and (min-width: 992px) {
    .ss-footer.ss-footer_hidden {
        padding: 0 0 80px;
    }
}

.ss-footer_sm .ss-footer__nav-wrapper {
    margin-top: 0;
}

.ss-footer_grey {
    background: #F8F8F8;
}

@media only screen and (min-width: 768px) {
    .ss-footer_grey.ss-footer_hidden {
        background: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .ss-footer_hidden .ss-footer__demo {
        display: none;
    }
}

.ss-footer__nav-wrapper {
    margin-top: 40px;
}

    .ss-footer__nav-wrapper .ss-logo {
        -ms-flex-order: 2;
        order: 2;
    }

    .ss-footer__nav-wrapper .ss-footer__nav {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

@media only screen and (min-width: 768px) {
    .ss-footer__nav-wrapper .ss-logo {
        -ms-flex-order: 1;
        order: 1;
    }

    .ss-footer__nav-wrapper .ss-footer__nav {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .ss-footer__nav-wrapper {
        margin-top: 180px;
    }
}

.ss-footer__nav .ss-nav__menu a {
    text-transform: none;
}

.fixed-bottom-footer .ss-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 220px;
}

@media only screen and (min-width: 768px) {
    .fixed-bottom-footer .ss-footer {
        height: 160px;
    }
}

.hidden {
    display: none;
}

.margin-top-20 {
    margin-top: 20px;
}

.warning {
    background: #E89400;
    background: rgba(232, 148, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    border-left: 4px solid #E89400;
    line-height: 20px;
}
