﻿@charset "UTF-8";
#preloader,
body {
    background: #121619;
}

code,
pre {
    background: #F1F1F1;
}

html {
    font-size: 10px;
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.41px;
    }
}

body,
html {
    height: 100%;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.882;
    color: rgba(0, 0, 0, .7);
    margin: 0;
    padding: 0;
}

a {
    color: #0080da;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:active,
a:focus,
a:hover {
    color: #000;
}

a:active,
a:hover {
    outline: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    color: #000;
    text-rendering: optimizeLegibility;
}

.alert-box,
.btn,
b,
button,
em,
i,
input[type=button],
input[type=reset],
input[type=submit],
label,
label>.label-text,
legend,
p.lead,
strong,
table,
th {
    font-family: "IBM Plex Sans", sans-serif;
}

abbr,
p.lead {
    color: rgba(0, 0, 0, .5);
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    margin-top: 6rem;
    margin-bottom: 1.6rem;
}

.h1,
h1 {
    font-size: 3.6rem;
    line-height: 1.222;
    letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
    .h1,
    .h2,
    .h3,
    .h4,
    h1,
    h2,
    h3,
    h4 {
        margin-top: 5.6rem;
    }
    .h1,
    h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 2.4rem;
    line-height: 1.1667;
}

p.lead {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 1.538;
    margin-bottom: 3.6rem;
}

b,
em,
i,
small,
strong {
    line-height: inherit;
}

@media only screen and (max-width:1200px) {
    p.lead {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width:1000px) {
    p.lead {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width:800px) {
    p.lead {
        font-size: 2rem;
    }
}

b,
em,
i,
strong {
    font-size: inherit;
}

em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: 700;
}

li,
ul.disc li {
    display: list-item;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ol,
ul {
    margin-left: 1.6rem;
}

ul li {
    padding-left: .4rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .8rem 0 .8rem 1.6rem;
}

.no-js #preloader,
.oldie #preloader,
.oldie .pace,
.pace-inactive {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#preloader,
.pace .pace-progress {
    position: fixed;
    top: 0;
    width: 100%;
}

#loader,
.s-header {
    position: absolute;
}

.home-content,
.s-about,
.s-home {
    overflow: hidden;
}

.btn,
button,
fieldset {
    margin-bottom: 1.6rem;
}

.cl-custom-select,
.video-container,
blockquote,
dl,
figure,
form,
input,
ol,
p,
pre,
select,
table,
textarea,
ul {
    margin-bottom: 3.2rem;
}

#preloader {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    height: 100%;
}

#loader {
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    background-color: #0080da;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    height: 6rem;
    line-height: 5.6rem;
    padding: 0 3.2rem;
    margin: 0 .4rem 1.6rem 0;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #c5c5c5;
    border: .2rem solid #c5c5c5;
}

.btn:focus,
.btn:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000;
    outline: 0;
}

.display-1,
.display-2 {
    font-family: "Exo 2", sans-serif;
}

.display-1,
.display-2,
.item-title {
    font-weight: 600;
    margin-top: 0;
}

.header-logo,
.s-header.sticky {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wide {
    max-width: 1400px;
}

.narrower {
    max-width: 800px;
}

.display-1 {
    font-size: 6rem;
    line-height: 1.2;
    letter-spacing: -.03rem;
    margin-bottom: 4rem;
}

.display-2 {
    font-size: 4.5rem;
    line-height: 1.244;
    margin-bottom: 3.2rem;
}

.header-menu-toggle,
.header-nav-wrap {
    font-family: "IBM Plex Sans", sans-serif;
}

@media only screen and (max-width:1200px) {
    .display-1 {
        font-size: 5.8rem;
    }
}

@media only screen and (max-width:1000px) {
    .display-1 {
        font-size: 5.2rem;
    }
    .display-2 {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width:800px) {
    .display-1 {
        font-size: 4.6rem;
    }
}

@media only screen and (max-width:600px) {
    .display-1 {
        font-size: 4.2rem;
    }
    .display-2 {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width:500px) {
    .display-1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width:400px) {
    .display-1 {
        font-size: 3.8rem;
    }
    .display-2 {
        font-size: 3.4rem;
    }
}

.s-header {
    z-index: 500;
    width: 100%;
    height: 78px;
    background-color: transparent;
    top: 28px;
}

.s-header.sticky {
    position: fixed;
    top: 0;
    background-color: #101316;
}

.header-logo {
    z-index: 501;
    display: inline-block;
    margin: 2px 0 0;
    padding: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    left: 4.8rem;
    top: 50%;
}

.header-menu-toggle,
.home-scroll__text {
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
}

.header-logo a {
    display: inline-block;
    padding: 0;
    outline: 0;
    border: none;
}

.header-logo img {
    width: 140px;
    height: auto;
}

.header-nav-wrap {
    font-weight: 600;
    font-size: 16px;
}

.header-nav-wrap .header-main-nav {
    display: inline-block;
    list-style: none;
    height: 78px;
    margin: 0 0 0 4px;
}

.header-nav-wrap .header-main-nav li {
    display: inline-block;
    padding-left: 0;
    margin-right: 1.5rem;
}

.header-nav-wrap .header-main-nav li a {
    display: block;
    line-height: 78px;
    position: relative;
}

.header-nav-wrap .header-main-nav li a,
.header-nav-wrap .header-main-nav li a:visited {
    color: #fff;
    outline: 0;
}

.header-nav-wrap .header-main-nav li a:focus,
.header-nav-wrap .header-main-nav li a:hover,
.header-nav-wrap .header-main-nav li.current a {
    color: #0080da;
}

.header-nav-wrap .header-social {
    list-style: none;
    margin: 15px 0 0;
    position: absolute;
    top: 0;
    right: 4rem;
}

.header-nav-wrap .header-social li {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    margin-right: 4px;
}

.header-nav-wrap .header-social li:last-child {
    margin-right: 0;
}

.header-nav-wrap .header-social li a {
    display: block;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    background-color: #0e1113;
    color: #FFF;
    border-radius: 50%;
}

.header-nav-wrap .header-social li a:focus,
.header-nav-wrap .header-social li a:hover {
    background-color: #0080da;
}

.sticky .header-nav-wrap .header-social {
    margin: 16px 0 0;
}

.sticky .header-nav-wrap .header-social li a {
    background-color: rgba(255, 255, 255, .05);
    line-height: 44px;
    height: 44px;
    width: 44px;
}

.header-menu-toggle {
    display: none;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, .5);
    transition: all .3s ease-in-out;
    position: absolute;
    right: 32px;
    top: 18px;
}

.header-menu-toggle:focus,
.header-menu-toggle:hover {
    color: #FFF;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header-menu-toggle span::after,
.header-menu-toggle span::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-toggle span::before {
    top: -9px;
}

.header-menu-toggle span::after {
    bottom: -9px;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.header-menu-toggle.is-clicked span::after,
.header-menu-toggle.is-clicked span::before {
    background-color: #fff;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (max-width:1880px) {
    .header-nav-wrap {
        max-width: none;
        width: 100%;
    }
    .header-nav-wrap .header-main-nav {
        padding-left: 240px;
    }
}

@media only screen and (max-width:1200px) {
    .header-logo img {
        width: 135px;
        height: auto;
    }
    .header-nav-wrap .header-main-nav {
        padding-left: 230px;
    }
    .header-nav-wrap .header-social li a {
        background-color: rgba(255, 255, 255, .05);
    }
}

@media only screen and (max-width:1000px) {
    .header-nav-wrap .header-social li {
        font-size: 15px;
    }
    .header-nav-wrap .header-social li a {
        line-height: 44px;
        height: 44px;
        width: 44px;
    }
}

@media only screen and (max-width:800px) {
    .s-header {
        position: fixed;
        top: 0;
        background-color: #101316;
    }
    .header-logo {
        margin: 0;
        left: 40px;
    }
    .header-logo img {
        width: 130px;
        height: auto;
    }
    .header-nav-wrap {
        display: none;
        height: auto;
        width: 100%;
        background-color: #101316;
        padding: 120px 44px 64px;
        right: auto;
        left: 0;
    }
    .header-nav-wrap .header-main-nav {
        display: block;
        padding-left: 0;
        height: auto;
        margin: 0 0 4.2rem;
        border-top: 1px solid rgba(255, 255, 255, .03);
    }
    .header-nav-wrap .header-main-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .03);
    }
    .header-nav-wrap .header-main-nav li a {
        padding: 18px 0;
        line-height: 18px;
    }
    .header-nav-wrap .header-social {
        position: static;
    }
    .header-nav-wrap .header-social li {
        font-size: 13px;
    }
    .header-nav-wrap .header-social li a {
        line-height: 36px;
        height: 36px;
        width: 36px;
    }
    .header-menu-toggle {
        display: block;
    }
}

@media only screen and (max-width:400px) {
    .header-logo {
        left: 36px
    }
    .header-logo img {
        width: 125px;
        height: auto;
    }
    .header-nav-wrap {
        padding: 120px 40px 64px;
    }
}

.s-home::after,
.s-home::before {
    z-index: 2;
    background-color: #121619;
    left: 0;
    top: 0;
}

@media only screen and (min-width:801px) {
    .header-nav-wrap {
        display: block!important;
    }
}

.s-home {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 786px;
    background-image: url(../images/pattern.jpg);
    background-size: 760px 380px;
    position: relative;
}

.s-home .home-image-part,
.s-home::after,
.s-home::before {
    display: block;
    position: absolute;
    content: "";
}

.s-home::before {
    width: 100%;
    height: 100%;
    opacity: .8;
}

.s-home .home-image-part,
.s-home::after {
    height: 100vh;
    bottom: 0;
}

.s-home::after {
    width: 5%;
}

.s-home .home-image-part {
    z-index: 3;
    width: calc(50% - 200px);
    background-image: url(../images/app-user.jpg);
    background-origin: center top;
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    left: auto;
    right: 0;
}

.home-content {
    z-index: 4;
    display: table-cell;
    vertical-align: middle;
    padding-top: 6.8rem;
    width: 100%;
    position: relative;
}

.home-content h1,
.num-big,
.s-coverage h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 7.8rem;
    line-height: 1.231;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.2rem;
    width: 60%;
    position: relative;
}

.home-content h1::before,
.num-big::before {
    display: block;
    content: "";
    height: 2px;
    width: 8rem;
    background-color: #0080da;
    position: absolute;
    left: 8px;
    top: 0;
}

.home-content h2,
.home-content h3 {
    font-weight: 300;
    line-height: 1.6667;
    font-style: normal;
    width: 45%;
}

.home-content h2 {
    font-family: "Exo 2", sans-serif;
    font-size: 3rem;
    color: rgba(255, 255, 255, .7)!important;
    margin-top: 1.5rem;
}

.home-content h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, .3);
    margin-top: 2.8rem;
}

.home-content__main {
    position: relative;
    padding-bottom: 8.8rem;
}

.home-content__button {
    margin-top: 4rem;
}

.home-content__button .btn {
    width: 30rem;
    font-size: 1.5rem;
    height: 6.4rem!important;
    line-height: 6rem!important;
    margin-right: 0;
    border-radius: 5px;
}

#nnumb:hover {
    color: rgba(112, 191, 222, 1)
}

.brand-wrapper {
    display: flex;
    max-width: 40%;
    margin-top: 8rem;
    text-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
}

.home-scroll__icon,
.video-icon {
    background-repeat: no-repeat;
    border-radius: 50%;
}

.brand-wrapper img {
    width: 20%;
    height: 40%;
    float: left;
}

.brand-wrapper h3 {
    font-family: "Exo 2", sans-serif;
    width: 65%;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    float: right;
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
}

#numb-title {
    color: #fff;
    padding-bottom: 0;
    font-size: 3rem;
    margin: 0;
}

.btn-video {
    display: inline-block;
    text-align: center;
    outline: 0;
    position: absolute;
    bottom: 40%;
    left: calc(50% + 200px - 45px);
}

.btn-video::after {
    display: inline-block;
    display: none;
    content: "Виж видео";
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 90px;
    padding-left: 16px;
    vertical-align: top;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.video-icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    background-color: #FFF;
    background-image: url(../images/icons/icon-play-black.svg);
    background-position: 55% center;
    background-size: 24px 27px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-video:hover::after {
    color: #0080da;
}

.btn-video:hover .video-icon {
    background-color: #0080da;
    background-image: url(../images/icons/icon-play.svg);
}

.home-scroll {
    height: 5.6rem;
    position: absolute;
    right: 40px;
    bottom: 4.8rem;
}

.home-scroll__text {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 5.6rem;
    letter-spacing: .3rem;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all .3s ease-in-out;
    position: relative;
    right: 5.6rem;
    -webkit-transform: rotate(90deg) translate3d(-8rem, 0, 0);
    -ms-transform: rotate(90deg) translate3d(-8rem, 0, 0);
    transform: rotate(90deg) translate3d(-8rem, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.home-scroll__icon {
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    background-color: #000;
    background-image: url(../images/icons/icon-arrow-down.svg);
    background-position: center center;
    background-size: 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
}

.home-scroll:hover .home-scroll__text {
    border-bottom: 1px solid #FFF;
}

html.cl-preload .home-content__main {
    opacity: 0;
}

html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@media only screen and (max-width:1700px) {
    .home-content__main {
        max-width: 1300px;
    }
}

@media only screen and (max-width:1600px) {
    .home-content__main {
        max-width: 1200px;
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 7.2rem;
    }
    .brand-wrapper {
        max-width: 50%;
    }
}

@media only screen and (max-width:1400px) {
    .s-home .home-image-part {
        width: calc(50% - 150px);
    }
    .home-content h1,
    .s-coverage h1 {
        font-size: 5rem;
    }
    .num-big {
        font-size: 6rem;
    }
    .home-content h2 {
        font-size: 2.5rem;
        width: 50%;
    }
    .home-content h3 {
        font-size: 2rem;
        width: 50%;
    }
    .home-content__main {
        max-width: 1000px;
    }
    .home-content__button .btn {
        width: 28rem;
        height: 6rem!important;
        line-height: 5.6rem!important;
    }
    .btn-video {
        left: calc(50% + 150px - 45px);
    }
    .brand-wrapper {
        margin-top: 5rem;
    }
    .brand-wrapper h3 {
        width: 65%;
    }
}

@media only screen and (max-width:1200px) {
    .s-home::after {
        width: 2%;
    }
    .s-home .home-image-part {
        width: calc(50% - 100px);
        height: calc(100% - 176px);
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 5.6rem;
    }
    .home-content h2 {
        font-size: 2rem;
    }
    .home-content h3 {
        font-size: 1.7rem;
    }
    .btn-video {
        left: calc(50% + 100px - 40px);
    }
    .video-icon {
        height: 80px;
        width: 80px;
        background-size: 22px 24px;
    }
}

@media only screen and (max-width:1100px) {
    .home-content__main {
        padding-bottom: 14rem;
    }
    .btn-video {
        bottom: 14rem;
    }
}

@media only screen and (max-width:1000px) {
    .s-home .home-image-part {
        width: calc(50% - 80px);
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 5.2rem;
    }
    .home-content__main {
        padding-bottom: 9.6rem;
    }
    .home-content__button {
        margin-top: 8rem;
    }
    .home-content__button .btn {
        width: 24rem;
        font-size: 1.4rem;
    }
    .btn-video {
        left: calc(50% + 80px - 40px);
        bottom: 9.6rem;
    }
    .home-scroll {
        right: 3rem;
    }
}

@media only screen and (max-width:900px) {
    .s-home .home-image-part {
        width: calc(50% - 40px);
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 4.8rem;
        width: 50%;
    }
    .home-content h1 br {
        display: none;
    }
    .home-content h2 {
        font-size: 2rem;
    }
    .home-content h3 {
        font-size: 1.7rem;
    }
    .btn-video {
        left: calc(50% + 40px - 40px);
    }
    .brand-wrapper {
        display: inline-block;
        text-align: center;
        align-items: center;
    }
    .brand-wrapper img {
        width: 40%;
    }
    .brand-wrapper h3 {
        width: 100%;
    }
    #numb-title {
        font-size: 3rem;
    }
}

@media only screen and (max-width:800px) {
    .s-home .home-image-part {
        width: calc(50% - 80px);
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        width: 60%;
    }
    .home-content__main {
        max-width: 650px;
        padding-bottom: 12rem;
    }
    .btn-video {
        left: calc(50% + 80px - 40px);
        bottom: 12rem;
    }
}

@media only screen and (max-width:700px) {
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        width: 80%;
    }
    .home-content h2,
    .home-content h3 {
        width: 75%;
    }
    .home-content__main {
        max-width: 500px;
    }
    .home-scroll {
        bottom: 3.2rem;
    }
    .home-scroll__text {
        display: none;
    }
    .brand-wrapper h3 {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .s-home::after {
        width: 10%;
    }
    .s-home .home-image-part {
        display: none;
    }
    .home-content {
        padding-top: 7rem;
        padding-bottom: 6rem;
        vertical-align: middle;
    }
    .home-content h1,
    .home-content h2,
    .home-content h3,
    .num-big {
        width: auto;
    }
    .home-content__main {
        max-width: none;
        padding: 0 45px;
    }
    .home-content__button {
        margin-top: 2rem;
        text-align: center;
    }
    .home-content__button .btn {
        display: block;
        margin: 2.4rem auto 0;
        width: 28rem;
        width: auto;
    }
    .btn-video {
        position: static;
        margin-top: 2rem;
    }
    .btn-video::after {
        display: inline-block;
        line-height: 60px;
    }
    .video-icon {
        height: 60px;
        width: 60px;
        background-size: 12px 13px;
    }
    .brand-wrapper {
        max-width: 100%;
    }
    .brand-wrapper h3 {
        float: inherit;
    }

    #numb-title, #nnumb {
        display: none!important;
    }

    .mobile-btn {
        display: block!important;
        width: 70%;
        margin: 0 auto;
        background-color: rgba(0, 128, 218, 1);
        border-radius: 50px;
        padding: 20px;
        font-size: 2.4rem!important;
        margin-top: 20px;
        color: #fff;
        position: relative;

    }
    .mobile-btn:active,.mobile-btn:focus {
        color: #fff;
    }
    .num-big::before {
        display: block;
        content: none;
        height: inherit;
        width: inherit;
        background-color: unset;
        position: relative;
        left: 8px;
        top: 0;
    }
    .mobile-btn i {
        margin-right: 10px;
        transform: rotate(-35deg);
    }
}

.s-contacts img,
.s-coverage img,
.s-process img {
    vertical-align: bottom;
}

.contacts h2,
.coverage h3,
.process h3 {
    margin-bottom: 2.4rem;
    line-height: 4.8rem;
}

.process h3,
.s-about,
.s-process {
    position: relative;
}

@media only screen and (max-width:500px) {
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 4.4rem;
        text-align: center;
    }
    .home-content__main {
        padding: 0 35px;
    }
}

@media only screen and (max-width:400px) {
    .s-home {
        min-height: 630px;
    }
    .home-content {
        padding-top: 5rem;
        padding-bottom: 12rem;
    }
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 3rem;
    }
    .home-content__main {
        padding: 0 30px;
    }
    .home-scroll {
        bottom: 2.4rem;
    }
    .home-scroll__icon {
        height: 5.2rem;
        width: 5.2rem;
        background-size: 8px 12px;
    }
}

@media only screen and (max-width:350px) {
    .home-content h1,
    .num-big,
    .s-coverage h1 {
        font-size: 2.8rem;
    }
    .home-content__main {
        padding: 0 25px;
    }
}

.s-about,
.s-game {
    padding-bottom: 10rem;
}

.s-game {
    padding-top: 10rem;
    background-color: #0080da!important;
    text-align: center;
}

.s-game h2 {
    color: #fff!important;
    text-align: left;
}

.s-game .lead {
    font-size: 2.2rem;
    text-align: left;
}

.s-game p {
    color: rgba(255, 255, 255, .85);
}

.num-price {
    font-size: 3rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.s-game img {
    max-width: 400px;
}

.s-game .img-mobile {
    display: none;
}

.s-game button {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .9);
    transition: all .3s ease-in-out;
}

.s-game button:focus,
.s-game button:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
}

@media only screen and (max-width:1100px) {
    .s-game .pull-left {
        width: 60%;
    }
    .s-game .pull-right {
        width: 40%;
    }
    .s-game img {
        max-width: 300px;
    }
}

@media only screen and (max-width:800px) {
    .s-game h2 {
        text-align: center;
    }
    .s-game .pull-left {
        width: 100%;
    }
    .s-game .pull-right {
        display: none;
    }
    .s-game .img-mobile {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width:600px) {
    .s-game img {
        max-width: 80%;
    }
    .s-game button {
        font-size: 1.2rem;
    }
}

.coverage h3::before,
.process h3::before {
    content: counter(ctr);
    counter-increment: ctr;
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    height: 4.8rem;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.s-about {
    padding-top: 20rem;
    background-color: #0080da;
    color: rgba(255, 255, 255, .8);
}

.s-about .display-1,
.s-about h3 {
    color: #FFF;
}

.s-about p.lead {
    color: rgba(255, 255, 255, .7);
}

@media only screen and (max-width:1000px) {
    .s-about {
        padding-top: 18.4rem;
    }
}

@media only screen and (max-width:800px) {
    .s-about {
        padding-top: 16.8rem;
    }
    .s-coverage h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:600px) {
    .s-about {
        padding-top: 15.2rem;
    }
}

.s-coverage,
.s-process {
    padding-top: 12rem;
    overflow: hidden;
}

.s-process {
    background-color: #FFF;
}

.s-process .process-bottom-image {
    margin-top: 3.2rem;
    max-width: 1000px;
}

.process {
    margin-top: 3.2rem;
    counter-reset: ctr;
}

.process h3 {
    padding-left: 6.4rem;
    margin-top: 0;
}

.process h3::before {
    text-align: center;
    color: #FFF;
    background-color: #0080da;
    width: 4.8rem;
    position: absolute;
}

.s-coverage {
    padding-bottom: 12rem;
    background-color: #FFF;
    position: relative;
    text-align: unset;
}

.s-coverage .coverage-bottom-image {
    margin-top: 3.2rem;
    max-width: 1000px;
}

.coverage-list {
    list-style-image: url(../images/star.png);
    text-align: left;
}

.list-wrapper {
    width: 20%!important;
}

.map-wrapper {
    width: 80%!important;
}

.s-coverage h2 {
    color: rgba(0, 0, 0, .5)!important;
    text-align: left;
}

.s-coverage-h2 {
    padding-bottom: 5rem;
    padding-left: 0;
}

@media only screen and (max-width:1000px) {
    .list-wrapper,
    .map-wrapper {
        width: inherit!important;
    }
    .s-coverage {
        padding-top: 16.8rem;
        padding-bottom: 16.8rem;
    }
    .coverage-list li {
        display: inline;
    }
}

@media only screen and (max-width:600px) {
    .s-coverage {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.s-contacts,
.s-download {
    padding-top: 12rem;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width:800px) {
    .features {
        margin-top: 4.4rem;
    }
    .features .item-feature:nth-child(n) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .features .feature-icon {
        font-size: 4.2rem;
        float: none;
        margin-top: 0;
    }
}

.s-contacts {
    padding-bottom: 12rem;
    background-color: #FFF;
}

.contacts h2 {
    padding-left: 6.4rem;
    margin-top: 0;
    position: relative;
}

.s-download {
    background-color: #0080da;
    color: rgba(255, 255, 255, .8);
}

.s-download .download-content {
    padding-top: 8rem;
    padding-bottom: 10.6rem;
    overflow: hidden;
    position: relative;
}

.s-download .display-1,
.s-download .display-2 {
    color: #FFF;
}

.s-download .download-content__badges {
    list-style: none;
    margin: 1.2rem 0 0 -6px;
}

.s-download .download-content__badges li {
    display: inline-block;
    margin: 0 6px;
    padding-left: 0;
}

.s-download .download-content__badges li a {
    display: block;
    width: 232px;
    height: 72px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 232px 72px;
}

.s-download .download-content__badges li a.badge-appstore {
    background-image: url(../images/appstore.png);
}

.s-download .download-content__badges li a.badge-googleplay {
    background-image: url(../images/google-play.png);
}

.s-download .download-content__image {
    position: absolute;
    top: 0;
    left: 20px;
    width: 42%;
}

@media only screen and (max-width:1200px) {
    .s-download {
        padding-top: 12.8rem;
    }
    .s-download .download-content {
        padding-top: 0;
        max-width: 640px;
    }
    .s-download .download-content__text {
        width: auto;
        float: none;
        text-align: center;
        margin-bottom: 4rem;
    }
    .s-download .download-content__badges {
        margin: 0;
    }
    .s-download .download-content__image {
        position: static;
        margin: 0 auto;
        max-width: 480px;
        width: auto;
        height: 24rem;
    }
}

@media only screen and (max-width:800px) {
    .s-download {
        padding-top: 13.6rem;
    }
    .s-download .download-content__badges li a {
        width: 206px;
        height: 64px;
        background-size: 206px 64px;
    }
}

@media only screen and (max-width:400px) {
    .s-download .download-content__badges li a {
        width: 194px;
        height: 60px;
        background-size: 194px 60px;
    }
    .s-download .download-content__image {
        height: 20rem;
    }
}

.s-footer {
    padding-top: 10rem;
    padding-bottom: 8rem;
    color: rgba(255, 255, 255, .4);
    position: relative;
}

.s-footer a {
    color: #FFF;
}

.s-footer a:focus,
.s-footer a:hover {
    color: #0080da;
}

.footer__bottom {
    margin-top: 4.8rem;
    padding-top: 3.9rem;
    border-top: 1px solid rgba(255, 255, 255, .03);
}

.footer__logo,
.footer__logo a,
.footer__social li {
    display: inline-block;
    padding: 0;
}

.footer__logo {
    margin-bottom: 2.4rem;
}

.footer__logo a {
    margin-top: 2px;
    outline: 0;
    border: none;
}

.footer__logo img {
    width: 135px;
    height: auto;
}

.footer__social {
    list-style: none;
    margin: -.8rem 0 0;
}

.footer__social li {
    font-size: 16px;
    margin-right: 4px;
}

.footer__social li a {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, .03);
    color: #FFF;
    border-radius: 50%;
}

.footer__social li a:focus,
.footer__social li a:hover {
    background-color: #0080da;
    color: #FFF;
}

.footer__social li:last-child {
    margin-right: 0;
}

.footer__site-links {
    font-size: 1.8;
    font-weight: 600;
    line-height: 2;
    display: inline-block;
    list-style: none;
    margin: 0 0 0 -1.5rem;
}

.footer__site-links li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1.6rem;
}

.footer__site-links li a {
    display: block;
}

.footer__site-links li a,
.footer__site-links li a:visited {
    color: #fff;
    outline: 0;
}

.footer__site-links li a:focus,
.footer__site-links li a:hover {
    color: #0080da;
}

.footer__contact {
    margin-top: 6.4rem;
}

.footer__contact .footer__mail-link {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.455;
    color: #0080da;
}

.footer__contact .footer__mail-link:focus,
.footer__contact .footer__mail-link:hover {
    color: #FFF;
}

.cl-copyright span {
    font-size: 16px;
    line-height: 3.2rem;
    display: inline-block;
}

.cl-copyright span::after {
    content: "·";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: #fff;
}

.cl-copyright span:last-child::after {
    display: none;
}

.go-top {
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    position: fixed;
    bottom: 32px;
    right: 40px;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: 0;
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    line-height: 5.6rem;
    background-image: url(../images/icons/icon-arrow-up.svg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 15px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.go-top a:focus,
.go-top a:hover,
.go-top a:visited:focus,
.go-top a:visited:hover {
    background-color: #0080da;
}

.go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width:1200px) {
    .footer__top {
        text-align: center;
    }
    .footer__top [class*=col-]:first-child {
        padding-right: 16px;
    }
    .mobile-btn {
        display: none;
    }
}

@media only screen and (max-width:1000px) {
    .go-top {
        right: 3rem;
    }
    .mobile-btn {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .s-footer {
        padding-top: 0;
    }
    .footer__logo img {
        width: 130px;
        height: auto;
    }
    .footer__site-links {
        margin-top: 8rem;
    }
    .footer__contact {
        margin-top: 3.2rem;
    }
    .mobile-btn {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .footer__top [class*=col-]:first-child {
        padding-right: 10px;
    }
    .cl-copyright span {
        display: block;
    }
    .cl-copyright span::after {
        display: none;
    }
    .home-scroll {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .footer__top [class*=col-] {
        padding: 0;
    }
    .cl-copyright span {
        font-size: 15px;
    }
    .go-top a {
        height: 5.2rem;
        width: 5.2rem;
        background-size: 8px 12px;
    }
}

#nnumb {
    border: none;
    color: #0080da;
    padding-top: 2rem;
}

#nnumb:before {
    height: 0;
}

.home-content__main h2 {
    color: #fff;
}

.num-cov {
    width: 100%;
    display: flex;
    text-align: center;
}

.num-cov .num-big::before {
    background: 0 0;
}

.num-cov p {
    width: 100%;
    color: #0080da;
    transition: all .3s ease-in-out;
}

.num-cov p:hover {
    color: rgba(112, 191, 222, 1);
}
.mobile-btn {
        display: none;
    }