/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes asd {
    0% {
        z-index: 2
    }
    20%, to {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }
    20%, to {
        z-index: 4
    }
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    to {
        -webkit-transform: rotateX(0deg)
    }
}

@keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg)
    }
    to {
        -webkit-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50%, 75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    78%, to {
        opacity: 0
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50%, 75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
    78%, to {
        opacity: 0
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    line-height: 1.2
}

body {
    margin: 0;
    overflow-x: hidden;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: 400
}

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

h1 {
    font-size: 2em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    min-height: 1px
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    background: 0 0;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a, audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    max-width: 100%
}

.header img {
    margin-left: 50px;
    width: 25px;
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.2;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

a:hover {
    text-decoration: none
}

.flip-clock-wrapper ul, ul {
    list-style: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.hide {
    display: none !important
}

.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.clearfix:before, .flip-clock-wrapper:after, .flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper.clearfix {
    *zoom: 1
}

.flip-clock-wrapper {
    font: 11px "Helvetica Neue", Helvetica, Arial;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em 1em 1em 0
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 10px;
    width: 70px;
    height: 135px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

@media (max-width: 991.98px) {
    .flip-clock-wrapper ul {
        width: 49px;
        height: 94.5px;
        margin: 7px
    }
}

@media (max-width: 767.98px) {
    .flip-clock-wrapper ul {
        width: 35px;
        height: 67.5px;
        margin: 5px
    }
}

@media (max-width: 575.98px) {
    .flip-clock-wrapper ul {
        width: 28px;
        height: 46px;
        margin: 3px
    }
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

@media (max-width: 991.98px) {
    .flip-clock-wrapper ul li a div {
        font-size: 65px
    }
}

@media (max-width: 767.98px) {
    .flip-clock-wrapper ul li a div {
        font-size: 50px
    }
}

@media (max-width: 575.98px) {
    .flip-clock-wrapper ul li a div {
        font-size: 30px
    }
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

@media (max-width: 991.98px) {
    .flip-clock-wrapper ul li a div.up:after {
        top: 46px
    }
}

@media (max-width: 767.98px) {
    .flip-clock-wrapper ul li a div.up:after {
        top: 33px
    }
}

@media (max-width: 575.98px) {
    .flip-clock-wrapper ul li a div.up:after {
        top: 22px
    }
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    line-height: 130px;
    background-color: #333;
    border-radius: 6px;
    font-size: 120px
}

@media (max-width: 991.98px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 80px;
        line-height: 96.5px
    }
}

@media (max-width: 767.98px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 60px;
        line-height: 67.5px
    }
}

@media (max-width: 575.98px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        line-height: 47.5px
    }
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper ul li.flip-clock-active, .flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper .flip {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 30px
}

.flip-clock-dot.bottom {
    bottom: 30px
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow, .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0%, black 100%;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow, .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, black 0%, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    -webkit-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@media (max-width: 1059.98px) {
    html {
        font-size: 7px
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.headerTitle {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3b3c3d;
    margin-left: 7px
}

.headerMenu {
    margin-left: auto;
    margin-right: 50px;
}

.headerMenu a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3b3c3d;
    margin-left: 7px;
    text-transform: uppercase;
}

.main {
    background-image: url(../img/world-map.png);
/ / height: 100 vh;
/ / width: 100 vw;
    background-size: cover;
}

@media (max-width: 1059.98px) {
    .container {
        padding: 0
    }

    .headerMenu {
        margin-right: 15px;
    }

    .header img {
        margin-left: 0
    }
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 70px);
    padding-top: 40px;
}

@media (max-width: 575.98px) {
    .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.title {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 5.2rem;
    text-transform: uppercase
}

.counterTitle {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    text-transform: uppercase;
    color: #5f5f5b
}

@media (max-width: 575.98px) {
    .title, .counterTitle {
        font-size: 20px;
        font-weight: 600
    }
}

.blackTitle {
    color: #000
}

.gradientTitle {
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9d27), color-stop(65.63%, #fb5947), to(#fc3a47));
    background: -o-linear-gradient(top, #fb9d27 0%, #fb5947 65.63%, #fc3a47 100%);
    background: linear-gradient(180deg, #fb9d27 0%, #fb5947 65.63%, #fc3a47 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.counter {
    margin-top: 35px
}

@media (max-width: 991.98px) {
    .counter {
        margin-top: 60px
    }
}

@media (max-width: 767.98px) {
    .counter {
        margin-top: 20px
    }
}

.loader, .loader .loaderContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader {
    height: 155px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 991.98px) {
    .loader {
        height: 108.5px
    }
}

@media (max-width: 767.98px) {
    .loader {
        height: 77.5px
    }
}

@media (max-width: 575.98px) {
    .loader {
        height: 52px
    }
}

.loader .loaderContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loader .item-1, .loader .item-1:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968
}

.loader .item-1 {
    background: #f583a1;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .item-1:before {
    content: '';
    opacity: .7;
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.loader .item-2, .loader .item-2:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68
}

.loader .item-2 {
    background: #f583a1;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .item-2:before {
    content: '';
    opacity: .7;
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.loader .item-3, .loader .item-3:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368
}

.loader .item-3 {
    background: #f583a1;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .item-3:before {
    content: '';
    opacity: .7;
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.loader .item-4, .loader .item-4:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68
}

.loader .item-4 {
    background: #f583a1;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .item-4:before {
    content: '';
    opacity: .7;
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.loader .item-5, .loader .item-5:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68
}

.loader .item-5 {
    background: #f583a1;
    margin: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .item-5:before {
    content: '';
    opacity: .7;
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.buttonsContainer {
    margin-top: 60px
}

.buttonsWrapper {
    position: relative;
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media (max-width: 767.98px) {
    .buttonsWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.buttonsText {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px
}

.buttonItem {
    display: block;
    width: 220px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat
}

.buttonItem.google {
    background-image: url(../img/google-play.png)
}

.buttonItem.google-en {
    background-image: url(../img/google_play.svg)
}

.buttonItem.apple {
    background-image: url(../img/app-store.png);
    width: 225px;
    margin-left: 20px
}

.buttonItem.apple-en {
    background-image: url(../img/app_store.svg);
    width: 225px;
    margin-left: 20px
}


@media (max-width: 767.98px) {
    .buttonItem.apple, .buttonItem.apple-en {
        margin-left: 0;
        margin-top: 10px
    }
}

.buttonsDesc {
    position: absolute;
    bottom: -25px;
    right: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 10px
}

.phonesContainer {
    max-width: 450px;
    margin-left: 70px;
    background-image: url(../img/phones.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden
}

.phonesContainer.lang-en {
    background-image: url(../img/phones_en.png?3);
}

@media (max-width: 1059.98px) {
    .phonesContainer {
        background-position-x: 20%;
        background-size: cover
    }
}

@media (max-width: 991.98px) {
    .phonesContainer {
        background-position-x: calc(20% + 30px);
        background-size: cover;
        margin-left: 40px
    }
}

@media (max-width: 575.98px) {
    .phonesContainer {
        margin-left: 0;
        max-height: 300px
    }

    .phonesContainer img {
        max-height: 300px
    }

    .phonesContainer.lang-en {
        background-image: url(../img/phones_en_mobile.png?1);
    }

    .header {
        padding-left: 15px;
    }

    .headerMenu {
        margin-right: 15px;
    }

    .leftBlock {
        width: 75%;
    }

    .buttonsText {
        font-size: 20px;
    }

    .buttonItem {
        width: 200px;
    }

    .buttonItem.apple-en {
        width: 200px;
    }
}

.phonesContainer img {
    opacity: 0
}

.leftBlock {
    width: 80%;
    padding-left: 5px
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
    color: #000;
    text-align: center
}