@font-face {
    font-family: LetoSans;
    src: url('../fonts/LetoSans.ttf');
}

* {
    margin: 0px;
    padding: 0px;
}

html body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: LetoSans;
    color: white;
}

.fitcontent {
    overflow-x: hidden;
}

a {
    font-family: LetoSans;
    color: white;
    text-decoration: none;
}

.landing {
    width: 100%;
    position: relative;
    display: block;
    background: linear-gradient(180deg, #271E33 0%, #3C3348 100%);
}

    .landing #main {
        height: 843px;
        background: url(../content/texture.png);
    }

@media (max-width: 420px) {
    .landing #main {
        height: auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main {
        height: 843px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main {
        height: 524px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main {
        height: 768px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main {
        height: 843px;
    }
}

.landing #main .page-wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper {
        width: 100%;
    }
}

.landing #main .page-wrapper #header {
    height: 94px;
    width: 100%;
    position: relative;
    align-items: center;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #header {
        display: none;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #header {
        display: none;
    }
}

.landing #main .page-wrapper #header .container {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 41px;
}

    .landing #main .page-wrapper #header .container .logo {
        padding-top: 33px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .landing #main .page-wrapper #header .container .logo .logo-image {
            height: 28px;
            width: 159px;
            display: flex;
            background-image: url(../content/mkblogo.svg);
            background-size: cover;
        }

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #header .container .logo .logo-image {
        height: 28px;
        width: 58px;
        background-image: url(../content/mkblogo-mini.svg);
        background-size: cover;
    }
}

.landing #main .page-wrapper #header .container #nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 35px;
}

    .landing #main .page-wrapper #header .container #nav .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60%;
        padding-right: 0;
    }

        .landing #main .page-wrapper #header .container #nav .menu li {
            list-style: none;
            padding-left: 56px;
        }

@media (max-width: 420px) {
    .landing #main .page-wrapper #header .container #nav .menu li {
        padding-left: 20px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #header .container #nav .menu li {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #header .container #nav .menu li {
        padding-left: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #header .container #nav .menu li {
        padding-left: 56px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #header .container #nav .menu li {
        padding-left: 56px;
    }
}

.landing #main .page-wrapper #header .container #nav .menu .menu_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 0;
}

    .landing #main .page-wrapper #header .container #nav .menu .menu_item .title {
        font-size: 16px;
        line-height: 24px;
    }

.landing #main .page-wrapper #mainpage .content {
    width: 39.42%;
    height: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10%;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .content {
        position: relative;
        display: block;
        height: 100%;
        justify-content: left;
        align-items: center;
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .content {
        position: relative;
        display: block;
        height: 100%;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        width: 98%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .content {
        width: 38%;
        margin-left: 5%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .content {
        width: 34.42%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .content {
        width: 39.42%;
    }
}

.landing #main .page-wrapper #mainpage .content header {
    width: 480px;
    display: block;
    position: relative;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .content header {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .content header {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .content header {
        width: 480px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .content header {
        width: 480px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .content header {
        width: 480px;
    }
}

.landing #main .page-wrapper #mainpage .content h2 {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -0.236364px;
    font-weight: 100;
    margin-top: 46px;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .content h2 {
        font-size: 28px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .content h2 {
        font-size: 32px;
        line-height: 1.25em;
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .content h2 {
        font-size: 33px;
        line-height: 1.25em;
        margin-top: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .content h2 {
        font-size: 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .content h2 {
        font-size: 52px;
    }
}

.landing #main .page-wrapper #mainpage .content .mp-headerdesc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
}

.landing #main .page-wrapper #mainpage .content .mp-buttons .connect {
    height: 56px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CE2B37;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(64, 25, 32, 0.6);
    margin-top: 33px;
    letter-spacing: 0.5px;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .content .mp-buttons .connect {
        margin: 22px auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .content .mp-buttons .connect {
        margin: 33px auto;
    }
}

.landing #main .page-wrapper #mainpage .content .mp-buttons .connect:hover {
    background: #d62f3b;
}

.landing #main .page-wrapper #mainpage .mp-animationbg {
    width: 100%;
    position: absolute;
    top: 0;
    height: 843px;
    z-index: -1;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg {
        position: relative;
        height: 511px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg {
        position: relative;
        height: 586px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg {
        position: absolute;
        height: 524px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg {
        position: absolute;
        height: 768px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg {
        position: absolute;
        height: 843px;
    }
}

.landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
    position: absolute;
    width: 2000px;
    height: 945px;
    right: -930px;
    top: -921px;
    background: linear-gradient(164.59deg, #B80049 0%, #710020 84.65%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
    z-index: 0;
}

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
        top: -1215px;
        right: -1200px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
        top: -1098px;
        right: -1032px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
        top: -1168px;
        right: -1086px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
        top: -1008px;
        right: -1008px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-triangle {
        top: -908px;
        right: -930px;
    }
}

.landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        height: 732px;
        width: 100%;
        position: absolute;
        background-image: url(../content/hand.png);
        background-repeat: no-repeat;
        background-position-x: right;
        right: 54px;
        bottom: -71px;
        background-size: 41%;
    }

@media (max-width: 420px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        height: 511px;
        width: 100%;
        position: relative;
        background-image: url(../content/hand-mobile.png);
        background-repeat: no-repeat;
        background-position-x: center;
        right: auto;
        bottom: -71px;
        background-size: contain;
        margin: 0 auto;
        top: 9px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        height: 586px;
        width: 100%;
        position: relative;
        background-image: url(../content/hand-mobile-r.png);
        background-repeat: no-repeat;
        background-position-x: center;
        right: auto;
        bottom: -71px;
        background-size: contain;
        margin: 0 auto;
        top: 9px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        background-image: url(../content/hand-mobile-r.png);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        background-image: url(../content/hand-r.png);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        bottom: -300px;
        background-size: 43%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        bottom: -230px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #main .page-wrapper #mainpage .mp-animationbg .mp-handplace .mp-hand {
        bottom: -100px;
    }
}

.landing #features {
    position: relative;
    height: 1114px;
    width: 100%;
    background: url(../content/texture.png), linear-gradient(180deg, #C20054 0%, #750025 100%);
}

@media (max-width: 420px) {
    .landing #features {
        height: 687px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features {
        height: 687px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features {
        height: 1064px;
    }
}

.landing #features .page-wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #features .page-wrapper {
        width: 100%;
    }
}

.landing #features .page-wrapper .header {
    display: block;
    position: relative;
    padding-top: 78px;
    letter-spacing: -0.3px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .header {
        padding-top: 31px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .header {
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .header {
        padding-top: 70px;
    }
}

.landing #features .page-wrapper .header .title {
    position: relative;
    display: block;
    font-size: 44px;
    text-align: center;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .header .title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .header .title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
}

.landing #features .page-wrapper .header .description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .header .description {
        width: 100%;
        margin-top: 9px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .header .description {
        width: 100%;
        margin-top: 9px;
        font-size: 14px;
        line-height: 24px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .header .description {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
}

.landing #features .page-wrapper .features-buttons {
    margin-top: 32px;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-buttons {
        display: none;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-buttons {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .landing #features .page-wrapper .features-buttons {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container {
        min-width: 146px;
        min-height: 179px;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container .fbutton {
    cursor: pointer;
    position: relative;
    height: 148px;
    width: 226px;
    min-width: 226px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(0deg, #B1154A, #B1154A);
    border: 1px solid #DE6F95;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton {
        height: 120px;
        min-width: 136px;
        width: 136px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton {
        height: 120px;
        width: 164px;
        min-width: 164px;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container .fbutton::before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.landing #features .page-wrapper .features-buttons .bt-container .fbutton:hover {
    height: 156px;
    width: 234px;
    padding-top: 24px;
    padding-left: 24px;
    -webkit-box-shadow: 0px 15px 26px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 15px 26px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 15px 26px 0px rgba(50, 50, 50, 0.15);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton:hover {
        height: 133px;
        width: 144px;
        padding-top: 26px;
        padding-left: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton:hover {
        height: 133px;
        width: 164px;
        padding-top: 26px;
        padding-left: 20px;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container .fbutton .description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description {
        display: none;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: block;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: none;
    }
}

@media (min-width: 1440px) {
    .landing #features .page-wrapper .features-buttons .bt-container .fbutton .description-short {
        display: none;
    }
}

.landing #features .page-wrapper .features-buttons .bt-container .active {
    background: #9A1845;
    border: 1px solid #9A1845;
}

    .landing #features .page-wrapper .features-buttons .bt-container .active::after {
        content: '';
        position: absolute;
        /* ���������� ���������������� */
        left: 46%;
        bottom: -20px;
        /* ��������� ������������ */
        border: 10px solid transparent;
        /* ���������� ������� */
        border-top: 10px solid #9A1845;
        /* ��������� ����������� */
    }

.landing #features .page-wrapper .features-slider {
    padding-top: 59px;
    overflow: hidden;
    /* ������ ������ � ����� */
    /* �������� */
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider {
        padding-top: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider {
        padding-top: 27px;
    }
}

.landing #features .page-wrapper .features-slider .slider {
    display: flex;
    position: relative;
    margin: auto;
    margin-bottom: 2px;
    transition: transform 5s ease;
}

    .landing #features .page-wrapper .features-slider .slider .fslide {
        display: block;
        flex-basis: 100%;
        flex: 0 0 100%;
        width: 81%;
        max-width: 100%;
        margin: 0 auto;
    }

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide {
        width: 100%;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content {
        display: block;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content {
        display: block;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1,
.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2,
.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3,
.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4,
.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
    display: inline-block;
    height: 592px;
    width: 50%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
        width: 100%;
        height: 515px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
        width: 100%;
        height: 515px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4,
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
        width: 100%;
        height: 515px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1 {
    background-image: url(../content/slide-1-image.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-1 {
        background-image: url(../content/slide-1-image-r.png);
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2 {
    background-image: url(../content/slide-2-image.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-2 {
        background-image: url(../content/slide-2-image-r.png);
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3 {
    background-image: url(../content/slide-3-image.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-3 {
        background-image: url(../content/slide-3-image-r.png);
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4 {
    background-image: url(../content/slide-4-image.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-4 {
        background-image: url(../content/slide-4-image-r.png);
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
    background-image: url(../content/slide-5-image.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-image-5 {
        background-image: url(../content/slide-5-image-r.png);
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info {
    display: inline-block;
    width: 50%;
    margin-left: 34px;
    height: 272px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info {
        display: block;
        margin-top: -254px;
        padding-top: 23px;
        z-index: 999;
        width: 100%;
        height: 283px;
        margin-left: 0px;
        margin-right: 0px;
        background: url(../content/texture.png), linear-gradient(180deg, #940038 0, #750025 100%);
        padding-bottom: 10px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info {
        display: block;
        margin-top: -280px;
        padding-top: 22px;
        z-index: 999;
        width: 100%;
        height: 283px;
        margin-left: 0px;
        margin-right: 0px;
        background: url(../content/texture.png), linear-gradient(180deg, #940038 0, #750025 100%);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info {
        display: block;
        margin-top: -306px;
        padding-top: 26px;
        z-index: 999;
        width: 100%;
        height: 379px;
        margin-left: 0px;
        margin-right: 0px;
        background: url(../content/texture.png), linear-gradient(180deg, #940038 0, #750025 100%);
    }
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info::before {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
        top: 44%;
        bottom: 0;
        left: 25px;
        right: 25px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info::before {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        top: 44%;
        bottom: 0;
        left: 40px;
        right: 40px;
        -moz-border-radius: 150px;
        border-radius: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info::before {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
        top: 35%;
        bottom: 0;
        left: 50px;
        right: 50px;
        -moz-border-radius: 280px;
        border-radius: 280px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info {
        margin-left: 15px;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.245455px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        height: 48px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-title {
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        padding-left: 155px;
        padding-right: 155px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-description {
    height: 48px;
    margin-top: 17px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-description {
        width: 80%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin: 6px auto 0 auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-description {
        width: 80%;
        margin-top: 6px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin: 6px auto 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-description {
        width: 80%;
        margin-top: 36px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin: 36px auto 0 auto;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions {
    margin-top: 25px;
    display: flex;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions {
        margin-top: 106px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions {
        margin-top: 106px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions {
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-appstore {
    width: 144px;
    height: 48px;
    margin-right: 6px;
    margin-left: 6px;
    background-size: cover;
    background-image: url(../content/appstore.svg);
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-appstore {
        width: 108px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-appstore {
        width: 108px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-appstore {
        width: 108px;
        height: 36px;
        display: inline-block;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-googleplay {
    width: 162px;
    height: 48px;
    margin-right: 6px;
    margin-left: 6px;
    background-size: cover;
    background-image: url(../content/googleplay.svg);
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-googleplay {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-googleplay {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-googleplay {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

.landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-huaweiappgallery {
    width: 160px;
    height: 48px;
    background-size: cover;
    background-image: url(../content/huaweiappgallery.svg);
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-huaweiappgallery {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-huaweiappgallery {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider .fslide .item-content .item-info .item-info-actions .download-huaweiappgallery {
        width: 122px;
        height: 36px;
        display: inline-block;
    }
}

.landing #features .page-wrapper .features-slider .slider .owl-dots {
    position: absolute;
    margin-bottom: 15px;
    width: 100%;
    bottom: 0;
}

.landing #features .page-wrapper .features-slider .prev,
.landing #features .page-wrapper .features-slider .next {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: 72px;
    height: 72px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 32px;
    border-radius: 50px 50px 50px 50px;
    z-index: 1;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .prev,
    .landing #features .page-wrapper .features-slider .next {
        display: none;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .prev,
    .landing #features .page-wrapper .features-slider .next {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .prev,
    .landing #features .page-wrapper .features-slider .next {
        display: none;
    }
}

.landing #features .page-wrapper .features-slider .prev {
    left: 24px;
    margin-top: 47px;
    background-size: 15px;
    background-image: url(../content/left-sl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: 26px;
}

    .landing #features .page-wrapper .features-slider .prev:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

.landing #features .page-wrapper .features-slider .next {
    background-image: url(../content/right-sl.png);
    margin-top: 47px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: 30px;
    right: 24px;
}

    .landing #features .page-wrapper .features-slider .next:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

.landing #features .page-wrapper .features-slider .slider-dots,
.landing #registration .page-wrapper .slider-dots {
    text-align: center;
}

@media (max-width: 420px) {
    .landing #features .page-wrapper .features-slider .slider-dots,
    .landing #registration .page-wrapper .slider-dots {
        position: absolute;
        margin-top: -133px;
        z-index: 10000;
        left: calc(50% - 60px);
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #features .page-wrapper .features-slider .slider-dots,
    .landing #registration .page-wrapper .slider-dots {
        position: absolute;
        margin-top: -138px;
        z-index: 10000;
        left: calc(50% - 60px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #features .page-wrapper .features-slider .slider-dots,
    .landing #registration .page-wrapper .slider-dots {
        position: absolute;
        margin-top: -90px;
        z-index: 10000;
        bottom: 50px;
        left: calc(50% - 60px);
    }
}

.landing #features .page-wrapper .features-slider .slider-dots .slider-dots_item,
.landing #registration .page-wrapper .slider-dots .owl-dot {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 2px;
    background-size: cover;
    display: inline-block;
    color: #fff;
}

    .landing #features .page-wrapper .features-slider .slider-dots .slider-dots_item:hover {
        background-size: cover;
    }

.landing #features .page-wrapper .features-slider .slider-dots .active {
    background-size: cover;
}

.landing #registration {
    position: relative;
    padding-top: 84px;
    padding-bottom: 45px;
    color: #2C2936;
    background: #FAFAFA;
}

@media (max-width: 420px) {
    .landing #registration {
        padding-top: 31px;
        overflow: hidden;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration {
        padding-top: 31px;
        overflow: hidden;
    }
}

.landing #registration .page-wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #registration .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #registration .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #registration .page-wrapper {
        width: 100%;
    }
}

.landing #registration .page-wrapper .title {
    text-align: center;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.3px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .title {
        font-size: 28px;
        line-height: 32px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .title {
        font-size: 28px;
        line-height: 32px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.landing #registration .page-wrapper .description {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding-top: 16px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .description {
        padding-top: 10px;
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .description {
        padding-top: 10px;
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        width: 80%;
        margin: 0 auto;
    }
}

.landing #registration .page-wrapper .prev,
.landing #registration .page-wrapper .next {
    display: none;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .prev,
    .landing #registration .page-wrapper .next {
        height: 18px;
        width: 26px;
        display: block;
        position: absolute;
        color: #2C2936;
        top: 20%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .prev,
    .landing #registration .page-wrapper .next {
        height: 18px;
        width: 26px;
        display: block;
        position: absolute;
        color: #2C2936;
        top: 20%;
    }
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .prev {
        left: 0px;
        margin-left: 30px;
        background-size: cover;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .prev {
        left: 0px;
        margin-left: 30px;
        background-size: cover;
    }
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .next {
        right: 0px;
        margin-right: 30px;
        background-size: cover;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .next {
        right: 0px;
        margin-right: 30px;
        background-size: cover;
    }
}

.landing #registration .page-wrapper .steps {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    transform: none;
}

    .landing #registration .page-wrapper .steps .step {
        width: 270px;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -1.1px;
    }

@media (max-width: 420px) {
    .landing #registration .page-wrapper .steps .step {
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        justify-content: unset;
        align-items: unset;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .steps .step {
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-block;
        justify-content: unset;
        align-items: unset;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.landing #registration .page-wrapper .steps .step .logo1,
.landing #registration .page-wrapper .steps .step .logo2,
.landing #registration .page-wrapper .steps .step .logo3 {
    width: 210px;
    height: 210px;
    margin: auto;
    background-size: cover;
    position: relative;
}

.landing #registration .page-wrapper .steps .step .logo1 {
    background-image: url(../content/step1.png);
}

.landing #registration .page-wrapper .steps .step .logo2 {
    background-image: url(../content/step2.png);
}

.landing #registration .page-wrapper .steps .step .logo3 {
    background-image: url(../content/step3.png);
}

.landing #registration .page-wrapper .steps .step .logo-v0::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 140px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v1::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 140px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v2::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 138px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v3::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 130px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v4::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 120px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v5::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 110px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v6::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 105px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v7::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 98px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v8::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 88px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v9::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 80px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v10::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 72px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v11::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 65px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v12::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 56px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v13::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 51px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v14::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 117px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v15::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 107px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v16::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 97px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v17::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 87px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v18::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 83px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v19::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 74px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v20::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 67px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v21::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 58px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v22::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 46px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v23::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 36px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v24::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 26px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v25::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 23px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v26::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 87px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v27::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 73px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v28::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 60px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v29::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 45px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v30::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 34px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v31::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v32::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 77px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v33::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 66px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v34::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 53px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v35::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 37px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v36::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 27px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v37::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v38::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 10px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 98%;
}

.landing #registration .page-wrapper .steps .step .logo-v39::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 10px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 96%;
}

.landing #registration .page-wrapper .steps .step .logo-v40::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 75px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v41::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 60px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v42::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 50px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v43::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 40px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v44::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 30px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v45::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
}

.landing #registration .page-wrapper .steps .step .logo-v46::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 15px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 99%;
}

.landing #registration .page-wrapper .steps .step .logo-v47::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 12px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 97%;
}

.landing #registration .page-wrapper .steps .step .logo-v48::after {
    content: "";
    position: absolute;
    background: url(../content/next-step.png) 100% 0 no-repeat;
    width: 75px;
    height: 20px;
    background-size: cover;
    top: 43%;
    left: 100%;
    display: none;
}

.landing #registration .page-wrapper .steps .step .description {
    padding-top: 0;
    line-height: 23px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .steps .step .description {
        line-height: 24px;
        letter-spacing: 0px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .steps .step .description {
        line-height: 24px;
        letter-spacing: 0px;
    }
}

.landing #registration .page-wrapper .slider-dots {
    display: none;
    position: relative;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .slider-dots {
        display: flex;
        margin-top: 24px;
        left: initial;
        bottom: initial;
        align-content: center;
        justify-content: center;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .slider-dots {
        display: flex;
        margin-top: 24px;
        left: initial;
        bottom: initial;
        align-content: center;
        justify-content: center;
    }
}

.landing #registration .page-wrapper .slider-dots .owl-dot {
    border: 0;
    background: transparent;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
}

    .landing #registration .page-wrapper .slider-dots .owl-dot:focus {
        outline: 0;
    }

@media (max-width: 420px) {
    .landing #registration .page-wrapper .slider-dots .owl-dot {
        background-image: url(../content/step-dot.svg);
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .slider-dots .owl-dot {
        background-image: url(../content/step-dot.svg);
    }
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .slider-dots .owl-dot.active {
        background-image: url(../content/step-dot-active.svg);
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .slider-dots .owl-dot.active {
        background-image: url(../content/step-dot-active.svg);
    }
}

.landing #registration .page-wrapper .usermessage {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 494px;
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-right: 12px;
    background: #FFFFFF;
    border: 1px dashed #D2D2D2;
    border-radius: 8px;
    letter-spacing: -0.14px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .usermessage {
        flex-direction: column;
        margin-top: 30px;
        margin-left: 24px;
        margin-right: 24px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .usermessage {
        flex-direction: column;
        margin-left: 24px;
        margin-right: 24px;
        padding-left: 0;
        padding-right: 0;
        margin: 30px auto 0 auto;
    }
}

.landing #registration .page-wrapper .usermessage::before {
    position: absolute;
    top: -7px;
    right: calc(50% - 5px);
    display: inline-block;
    border-left: 1px dotted #c7c7c7;
    border-top: 1px dotted #c7c7c7;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: white;
    z-index: 1;
    content: '';
}

.landing #registration .page-wrapper .usermessage .logo {
    height: 43px;
    width: 35px;
    background-size: cover;
    background-image: url(../content/usermessage-logo.png);
}

.landing #registration .page-wrapper .usermessage .text {
    height: 36px;
    width: 438px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #969696;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .usermessage .text {
        width: 100%;
        height: auto;
        margin-left: 0px;
        padding-top: 9px;
        text-align: center;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .usermessage .text {
        width: 100%;
        height: auto;
        margin-left: 0px;
        padding-top: 9px;
        text-align: center;
    }
}

.landing #registration .page-wrapper .banner {
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 591px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 92px;
    box-shadow: 0px 12px 24px rgba(238, 130, 10, 0.4);
    border-radius: 16px;
    background: radial-gradient(522.55px at 50% 50%, #FEDA68 0%, #FEDA68 44.97%, #FFBE1B 100%);
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner {
        flex-direction: column;
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 40px;
        height: auto;
    }
}

@media (max-width: 420px) and screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .landing #registration .page-wrapper .banner {
        height: 480px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner {
        flex-direction: column;
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 40px;
        height: auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) and screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .landing #registration .page-wrapper .banner {
        height: 480px;
    }
}

.landing #registration .page-wrapper .banner .image,
.landing #registration .page-wrapper .banner .info {
    margin-bottom: 0px;
    margin-top: auto;
}

@media screen and (max-width: 1000px) {
    .landing #registration .page-wrapper .banner form {
        display: none;
    }
}

.landing #registration .page-wrapper .banner form .caption {
    font-size: 13px;
    font-family: LetoSans;
    padding-top: 30px;
}

.landing #registration .page-wrapper .banner form .captcha {
    padding-top: 20px;
    width: 58px;
    display: inline;
}

    .landing #registration .page-wrapper .banner form .captcha > * {
        display: inline-block;
    }

    .landing #registration .page-wrapper .banner form .captcha .captcha-send {
        vertical-align: top;
    }

    .landing #registration .page-wrapper .banner form .captcha .captcha-code {
        width: 159px;
        height: 53px;
        vertical-align: top;
        padding-top: 5px;
    }

        .landing #registration .page-wrapper .banner form .captcha .captcha-code .captcha__btn_refresh {
            display: block;
            font-size: 13px;
        }

        .landing #registration .page-wrapper .banner form .captcha .captcha-code input {
            width: 140px;
        }

    .landing #registration .page-wrapper .banner form .captcha .captcha-input {
        vertical-align: top;
    }

        .landing #registration .page-wrapper .banner form .captcha .captcha-input p {
            font-size: 13px;
        }

        .landing #registration .page-wrapper .banner form .captcha .captcha-input input {
            width: 159px;
        }

        .landing #registration .page-wrapper .banner form .captcha .captcha-input .error_message {
            color: red;
        }

.landing #registration .page-wrapper .banner form .phone {
    width: 320px;
    margin-bottom: 15px !important;
}

    .landing #registration .page-wrapper .banner form .phone input {
        width: 320px;
    }

.landing #registration .page-wrapper .banner form input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    font-size: 30px;
    font-family: LetoSans;
    font-style: normal;
    font-weight: normal;
    color: white;
    letter-spacing: -0.04em;
}

    .landing #registration .page-wrapper .banner form input::placeholder {
        color: white;
        opacity: 0.6;
    }

.landing #registration .page-wrapper .banner .info {
    height: 100%;
    width: 500px;
    color: white;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info {
        width: 100%;
        order: 1;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info {
        width: 100%;
        order: 1;
    }
}

.landing #registration .page-wrapper .banner .info .title {
    display: block;
    margin-top: 80px;
    text-align: left;
    font-size: 44px;
    line-height: 48px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .title {
        margin-top: 37px;
        text-align: center;
        margin-left: 14px;
        margin-right: 14px;
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .title {
        margin-top: 37px;
        text-align: center;
        margin-left: 14px;
        margin-right: 14px;
        font-size: 28px;
        line-height: 32px;
    }
}

.landing #registration .page-wrapper .banner .info .description {
    display: block;
    margin-top: 6px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin-top: -9px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .description {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .description {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
        width: 70%;
        margin: 0 auto;
    }
}

.landing #registration .page-wrapper .banner .info .actions {
    margin-top: 60px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .actions {
        display: flex;
        justify-content: center;
        margin-top: 18px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .actions {
        display: flex;
        justify-content: center;
        margin-top: 18px;
    }
}

.landing #registration .page-wrapper .banner .info .actions .actions_container {
    display: inline-block;
    text-align: center;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container {
        margin-left: auto;
        margin-right: auto;
    }
}

.landing #registration .page-wrapper .banner .info .actions .actions_container .download-appstore {
    width: 144px;
    height: 48px;
    background-image: url(../content/appstore.svg);
    background-size: cover;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-appstore {
        width: 108px;
        height: 36px;

    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-appstore {
        width: 108px;
        height: 36px;

    }
}

.landing #registration .page-wrapper .banner .info .actions .actions_container .download-googleplay {
    width: 162px;
    height: 48px;
    background-image: url(../content/googleplay.svg);
    background-size: cover;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-googleplay {
        margin-right: 6px;
        margin-left: 6px;
        width: 122px;
        height: 36px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-googleplay {
        margin-right: 6px;
        margin-left: 6px;
        width: 122px;
        height: 36px;
    }
}

.landing #registration .page-wrapper .banner .info .actions .actions_container .download-huaweiappgallery {
    width: 160px;
    height: 48px;
    background-size: cover;
    background-image: url(../content/huaweiappgallery.svg);
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-huaweiappgallery {
        width: 122px;
        height: 36px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .info .actions .actions_container .download-huaweiappgallery {
        width: 122px;
        height: 36px;
    }
}

.landing #registration .page-wrapper .banner .info * {
    margin: initial;
}

.landing #registration .page-wrapper .banner .image {
    width: 645px;
    height: 480px;
    background-image: url(../content/phones_transparant.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-left: -100px;
    margin-right: 113px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .landing #registration .page-wrapper .banner .image {
        background-image: url(../content/phones_transparant_r.png);
    }
}

@media (max-width: 420px) {
    .landing #registration .page-wrapper .banner .image {
        width: 100%;
        height: 292px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        order: 2;
        margin-bottom: auto;
        margin-top: 24px;
    }
}

@media (max-width: 420px) and screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .landing #registration .page-wrapper .banner .image {
        height: 800px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #registration .page-wrapper .banner .image {
        width: 100%;
        height: 292px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        order: 2;
        margin-bottom: auto;
        margin-top: 40px;
    }
}

@media (min-width: 421px) and (max-width: 767px) and screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .landing #registration .page-wrapper .banner .image {
        height: 800px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #registration .page-wrapper .banner .image {
        margin-left: 10px;
        margin-right: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #registration .page-wrapper .banner .image {
        margin-left: 10px;
        margin-right: 50px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #registration .page-wrapper .banner .image {
        margin-left: 10px;
        margin-right: 50px;
    }
}

.landing #faq {
    padding-top: 39px;
    padding-bottom: 98px;
    color: #2C2936;
    background: #FAFAFA;
}

@media (max-width: 420px) {
    .landing #faq {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 41px;
        padding-top: 0px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 41px;
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #faq {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 41px;
        padding-top: 36px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #faq {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 41px;
        padding-top: 36px;
    }
}

.landing #faq .page-wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #faq .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #faq .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #faq .page-wrapper {
        width: 100%;
    }
}

.landing #faq .page-wrapper .title {
    font-size: 44px;
    line-height: 48px;
    margin-left: 16.4%;
    letter-spacing: -0.3px;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper .title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .title {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #faq .page-wrapper .title {
        font-size: 36px;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
    }
}

.landing #faq .page-wrapper .questions {
    margin-left: 16.35%;
    margin-right: 16.35%;
    margin-top: 42px;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper .questions {
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .questions {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #faq .page-wrapper .questions {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #faq .page-wrapper .questions {
        margin-left: 13%;
        margin-right: 13%;
    }
}

.landing #faq .page-wrapper .questions .no-select,
.landing #faq .page-wrapper .questions h3 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.landing #faq .page-wrapper .questions .transition,
.landing #faq .page-wrapper .questions .accordion .accordion-item i::before,
.landing #faq .page-wrapper .questions .accordion .accordion-item i::after {
    transition: all 0.25s ease-in;
}

.landing #faq .page-wrapper .questions .transition-fast,
.landing #faq .page-wrapper .questions .content {
    transition: all 0.25s ease-out;
}

.landing #faq .page-wrapper .questions .flipIn,
.landing #faq .page-wrapper .questions .content {
    animation: flipdown 0.25s ease both;
}

@keyframes flipdown {
    0% {
        visibility: hidden;
    }

    55% {
        visibility: visible;
    }
}

.landing #faq .page-wrapper .questions .flipOut,
.landing #faq .page-wrapper .questions .accordion .accordion-item input[type=checkbox]:checked ~ .content {
    animation: flipup 0.25s ease both;
}

@keyframes flipup {
    0% {
        visibility: visible;
    }

    100% {
        visibility: hidden;
    }
}

.landing #faq .page-wrapper .questions h3 {
    position: relative;
    font-size: 21px;
    display: block;
    margin: 0;
    cursor: pointer;
    font-weight: 300;
    padding: 16px 60px 16px 24px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background-color: #fff;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper .questions h3 {
        border-radius: 0;
        font-size: 18px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .questions h3 {
        border-radius: 0;
        font-size: 21px;
    }
}

.landing #faq .page-wrapper .questions .content {
    padding-left: 20px;
    padding-top: 0;
    padding-right: 60px;
    font-size: 16px;
    line-height: 24px;
    margin-top: -3px;
    max-height: 100%;
    opacity: 1;
    background-color: #fff;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper .questions .content {
        font-size: 14px;
        padding-right: 20px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .questions .content {
        font-size: 15px;
        padding-right: 20px;
    }
}

.landing #faq .page-wrapper .questions .content .acc {
    margin-bottom: 18px;
}

    .landing #faq .page-wrapper .questions .content .acc li {
        margin-left: 11px;
        list-style-type: none;
    }

        .landing #faq .page-wrapper .questions .content .acc li::before {
            content: '\2022';
            position: absolute;
            left: 19px;
            font-size: 1.3em;
            margin-top: 0px;
        }

.landing #faq .page-wrapper .questions .content p {
    margin-bottom: 24px;
}

@media (max-width: 420px) {
    .landing #faq .page-wrapper .questions .content p {
        margin-bottom: 14px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .questions .content p {
        margin-bottom: 18px;
    }
}

.landing #faq .page-wrapper .questions .content p a {
    color: #ce2b37;
}

.landing #faq .page-wrapper .questions .accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .landing #faq .page-wrapper .questions .accordion .accordion-item {
        position: relative;
        padding: 0;
        margin: 0;
        margin-top: 12px;
        box-sizing: border-box;
        text-align: left;
        outline: 0;
        font-size: 20px;
        line-height: 26px;
    }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(1) {
            animation-delay: 0.1s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(2) {
            animation-delay: 0.2s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(3) {
            animation-delay: 0.3s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(4) {
            animation-delay: 0.4s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(5) {
            animation-delay: 0.5s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(6) {
            animation-delay: 0.6s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(7) {
            animation-delay: 0.7s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:nth-of-type(8) {
            animation-delay: 0.8s;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item:last-of-type {
            padding-bottom: 0;
        }

        .landing #faq .page-wrapper .questions .accordion .accordion-item i {
            position: absolute;
            transform: translate(-39px, 0);
            margin-top: 25px;
            right: 0;
            z-index: 1;
        }

            .landing #faq .page-wrapper .questions .accordion .accordion-item i::before,
            .landing #faq .page-wrapper .questions .accordion .accordion-item i::after {
                content: "";
                position: absolute;
                background-color: #3C3C3C;
                width: 2px;
                height: 12px;
            }

            .landing #faq .page-wrapper .questions .accordion .accordion-item i::before {
                transform: translate(-4px, 0) rotate(45deg);
            }

            .landing #faq .page-wrapper .questions .accordion .accordion-item i::after {
                transform: translate(4px, 0) rotate(-45deg);
            }

        .landing #faq .page-wrapper .questions .accordion .accordion-item input[type=checkbox] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: 0;
        }

            .landing #faq .page-wrapper .questions .accordion .accordion-item input[type=checkbox]:checked ~ .content {
                margin-top: 0;
                max-height: 0;
                opacity: 0;
            }

            .landing #faq .page-wrapper .questions .accordion .accordion-item input[type=checkbox]:checked ~ i::before {
                transform: translate(4px, 0) rotate(45deg);
            }

            .landing #faq .page-wrapper .questions .accordion .accordion-item input[type=checkbox]:checked ~ i::after {
                transform: translate(-4px, 0) rotate(-45deg);
            }

    .landing #faq .page-wrapper .questions .accordion .boxshadow::before {
        content: "";
        position: absolute;
        z-index: 0;
        -webkit-box-shadow: 0 0 20px #803636;
        -moz-box-shadow: 0 0 20px #803636;
        box-shadow: 0 0 20px #803636;
        top: 96%;
        bottom: 0;
        left: 25px;
        right: 25px;
        -moz-border-radius: 3.33333333px;
        border-radius: 3.33333333px;
    }

    .landing #faq .page-wrapper .questions .accordion .active {
        border: 1px dashed #D2D2D2;
        border-radius: 8px;
        background-color: #fff;
    }

@media (max-width: 420px) {
    .landing #faq .page-wrapper .questions .accordion .active {
        border-radius: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #faq .page-wrapper .questions .accordion .active {
        border-radius: 0;
    }
}

.landing #faq .page-wrapper .questions .accordion .active::before {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

.landing #faq .page-wrapper .questions .accordion .active h3 {
    border: none;
}

.landing #tariffs_and_contacts {
    padding-top: 82px;
    border-bottom: 1px solid #595760;
    background: linear-gradient(180deg, #271E33 0%, #3C3348 100%);
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts {
        padding-top: 55px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts {
        padding-top: 55px;
    }
}

.landing #tariffs_and_contacts .page-wrapper {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #tariffs_and_contacts .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #tariffs_and_contacts .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #tariffs_and_contacts .page-wrapper {
        width: 100%;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs {
    padding-left: 235px;
    padding-right: 235px;
    padding-bottom: 84px;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 18px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 18px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .title {
    font-size: 44px;
    line-height: 48px;
    color: white;
    letter-spacing: -0.3px;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .title {
        font-size: 28px;
        line-height: 32px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents {
    padding-top: 19px;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents {
        padding-top: 0;
        margin-top: -14px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document {
    display: flex;
    padding-top: 25px;
    padding-bottom: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document {
        padding-top: 30px;
        padding-bottom: 23px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .logo {
    height: 42px;
    width: 32px;
    min-width: 32px;
    background-image: url(../content/document.png);
    background-size: contain;
    margin-top: 6px;
    background-repeat: no-repeat;
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document:hover > .logo {
    background-image: url(../content/document-active.png);
    box-shadow: 0px 6px 12px #1D1B25;
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info {
    width: 100%;
    margin-left: 24px;
}

    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.2px;
    }

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .title {
        font-size: 16px;
        line-height: 24px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .size {
    font-size: 14px;
    padding-top: 4px;
    color: #67617B;
}

@media (max-width: 420px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .size {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #tariffs_and_contacts .page-wrapper .tariffs .documents .document .info .size {
        font-size: 14px;
        line-height: 20px;
    }
}

.landing #tariffs_and_contacts .page-wrapper .line {
    height: 1px;
    border-bottom: 1px dashed #595760;
}

.landing #footer {
    border-bottom: 1px solid #595760;
    background: linear-gradient(180deg, #3C3348 0%, #3C3348 100%);
}

    .landing #footer .page-wrapper {
        width: 1440px;
        margin: 0 auto;
        position: relative;
    }

@media (max-width: 420px) {
    .landing #footer .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #footer .page-wrapper {
        width: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .landing #footer .page-wrapper {
        width: 100%;
    }
}

.landing #footer .page-wrapper .contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 77px;
    padding-bottom: 65px;
    width: 100%;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts {
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 45px;
        padding-bottom: 42px;
        flex-direction: column;
        box-sizing: border-box;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 48px;
        padding-bottom: 42px;
        flex-direction: column;
        box-sizing: border-box;
    }
}

.landing #footer .page-wrapper .contacts .left-block,
.landing #footer .page-wrapper .contacts .right-block {
    width: 50%;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .left-block,
    .landing #footer .page-wrapper .contacts .right-block {
        width: 100%;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .left-block,
    .landing #footer .page-wrapper .contacts .right-block {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .left-block,
    .landing #footer .page-wrapper .contacts .right-block {
        padding-right: 30px;
    }
}

.landing #footer .page-wrapper .contacts .left-block {
    padding-left: 135px;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .left-block {
        padding-left: 0px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .left-block {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .left-block {
        padding-left: 27px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .landing #footer .page-wrapper .contacts .left-block {
        padding-left: 27px;
    }
}

.landing #footer .page-wrapper .contacts .left-block .logo {
    height: 28px;
    width: 159px;
    background-image: url(../content/mkblogo.svg);
    background-size: cover;
}

.landing #footer .page-wrapper .contacts .left-block .license {
    height: 40px;
    padding-top: 87px;
    font-size: 14px;
    line-height: 20px;
    color: #67617B;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .left-block .license {
        display: none;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .left-block .license {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .left-block .license {
        margin-right: -110px;
    }
}

.landing #footer .page-wrapper .contacts .right-block .title {
    font-size: 20px;
    line-height: 26px;
    margin-top: -10px;
    margin-left: 47px;
    letter-spacing: -0.2px;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .right-block .title {
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .right-block .title {
        margin-top: 26px;
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .right-block .title {
        text-align: right;
    }
}

.landing #footer .page-wrapper .contacts .right-block .phone {
    display: block;
    margin-top: 13px;
    font-size: 38px;
    line-height: 24px;
    margin-left: 47px;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .right-block .phone {
        margin-top: 3px;
        font-size: 28px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .right-block .phone {
        margin-top: 3px;
        font-size: 28px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .right-block .phone {
        margin-left: -50px;
        text-align: right;
    }
}

.landing #footer .page-wrapper .contacts .right-block .time {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 47px;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .right-block .time {
        margin-top: 21px;
        font-size: 14px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .right-block .time {
        margin-top: 21px;
        font-size: 14px;
        line-height: 24px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .right-block .time {
        text-align: right;
    }
}

.landing #footer .page-wrapper .contacts .right-block .soc {
    margin-top: 20px;
    margin-left: 47px;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .right-block .soc {
        margin-left: 0;
        margin-top: 18px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .right-block .soc {
        margin-left: 0;
        margin-top: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .landing #footer .page-wrapper .contacts .right-block .soc {
        text-align: right;
    }
}

.landing #footer .page-wrapper .contacts .right-block .soc .vk,
.landing #footer .page-wrapper .contacts .right-block .soc .fb,
.landing #footer .page-wrapper .contacts .right-block .soc .in,
.landing #footer .page-wrapper .contacts .right-block .soc .tw {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-size: cover;
}

.landing #footer .page-wrapper .contacts .right-block .soc .vk,
.landing #footer .page-wrapper .contacts .right-block .soc .in,
.landing #footer .page-wrapper .contacts .right-block .soc .tw {
    margin-left: 7px;
}

.landing #footer .page-wrapper .contacts .right-block .soc .vk {
    background-image: url(../content/soc-vk.png);
}

    .landing #footer .page-wrapper .contacts .right-block .soc .vk:hover {
        background-image: url(../content/soc-vk-active.png);
    }

.landing #footer .page-wrapper .contacts .right-block .soc .fb {
    background-image: url(../content/soc-fb.png);
}

    .landing #footer .page-wrapper .contacts .right-block .soc .fb:hover {
        background-image: url(../content/soc-fb-active.png);
    }

.landing #footer .page-wrapper .contacts .right-block .soc .in {
    background-image: url(../content/soc-in.png);
}

    .landing #footer .page-wrapper .contacts .right-block .soc .in:hover {
        background-image: url(../content/soc-in-active.png);
    }

.landing #footer .page-wrapper .contacts .right-block .soc .tw {
    background-image: url(../content/soc-tw.png);
}

    .landing #footer .page-wrapper .contacts .right-block .soc .tw:hover {
        background-image: url(../content/soc-tw-active.png);
    }

.landing #footer .page-wrapper .contacts .license-mobile {
    display: none;
}

@media (max-width: 420px) {
    .landing #footer .page-wrapper .contacts .license-mobile {
        display: block;
        width: 100%;
        margin-top: 21px;
        font-size: 14px;
        color: #67617B;
        line-height: 20px;
    }
}

@media (min-width: 421px) and (max-width: 767px) {
    .landing #footer .page-wrapper .contacts .license-mobile {
        display: block;
        width: 100%;
        margin-top: 21px;
        font-size: 14px;
        color: #67617B;
        line-height: 20px;
    }
}
