:root {
    --white: #ffffff;
    --steam-white: #eef0f2;
    --gradient-steam-white: #f8f8fa;
    --footer-white: #fafafb;
    --light-gray: #f2f4f6;
    --form-light-gray: #f2f7fa;
    --gradient-light-gray: #ebebf0;
    --placeholder-gray: #adbcc4;
    --gradient-light-blue: #ced6e3;
    --gradient-lighter-blue: #f0f5f9;
    --light-blue: #ccdde8;
    --ocean-blue: #34bbda;
    --button-ocean-blue: #15a0c0;
    --webmoney-blue: #036cb5;
    --purple: #2d274c;
    --purple-transparent: rgba(45, 39, 76, 0.7);
    --light-purple: #3f3555;
    --capitalist-green: #93bc37
}

@font-face {
    font-family: Lato;
    src: url(/themes/shakesv3/fonts/Lato/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(/themes/shakesv3/fonts/Lato/Lato-Italic.ttf) format("truetype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(/themes/shakesv3/fonts/Lato/Lato-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Lato;
    src: url(/themes/shakesv3/fonts/Lato/Lato-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

.body, .html {
    height: 100%
}

.body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-width: 320px;
    font-family: Lato, Helvetica, Arial, sans-serif
}

.body__inner {
    position: relative;
    flex: 1 0 auto;
    z-index: 50
}

.sprite-wrap {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
}

.header {
    position: relative;
    padding: 40px 15px;
    z-index: 50
}

.header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    margin: 0 auto
}

.shakes-logo {
    width: 250px;
    height: 30px;
}

.header__language {
    flex-shrink: 0;
    margin-left: 15px;
}

.header__language-icon {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 10px deeppink);
}

.comet {
    width: 130px;
    height: 45px;
    background: url("/themes/shakesv3/sal/images/parallax/comet.png") no-repeat;
    background-size: contain;
}

.comet-1 {
    width: 130px;
    height: 45px;
    background: url("/themes/shakesv3/sal/images/parallax/comet-1.png") no-repeat;
    background-size: contain;
}

.planet-pink {
    width: 70px;
    height: 44px;
    background: url("/themes/shakesv3/sal/images/parallax/planet-pink.svg") no-repeat;
    background-size: contain;
}

.planet-orange {
    width: 52px;
    height: 52px;
    background: url("/themes/shakesv3/sal/images/parallax/planet-orange.svg") no-repeat;
    background-size: contain;
}

.planet-blue {
    width: 180px;
    height: 139px;
    background: url("/themes/shakesv3/sal/images/parallax/planet-blue.svg") no-repeat;
    background-size: contain;
}

.satellite {
    width: 127px;
    height: 99px;
    background: url("/themes/shakesv3/sal/images/parallax/satellite.png") no-repeat;
    background-size: contain;
}

.airship {
    width: 178px;
    height: 102px;
    background: url("/themes/shakesv3/sal/images/parallax/airship.png") no-repeat;
    background-size: contain;
}

.airship-1 {
    width: 134px;
    height: 77px;
    background: url("/themes/shakesv3/sal/images/parallax/airship-1.png") no-repeat;
    background-size: contain;
}

.section-1 {
    position: relative;
    color: var(--white);
    background-image: url(/themes/shakesv3/sal/images/section-1-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    z-index: 100
}

.section-1__inner {
    position: relative;
    max-width: 320px;
    padding: 30px 15px 300px 15px;
    margin: 0 auto;
    z-index: 50
}

.section-1__head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.section-1__head::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    width: 35px;
    height: 3px;
    background-color: var(--ocean-blue);
    border-radius: 10px;
    transform: translateX(-50%)
}

.section-1__title {
    position: relative;
    margin: 0 0 5px 0;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center
}

.section-1__title-item {
    display: block
}

.section-1__description {
    max-width: 300px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.section-1__info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px auto 0 auto;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
}

.section-1__info-item {
    margin: 20px 0;
}

.section-1__info-item_world {
    transform: translateX(50px)
}

.section-1__info-item_integration {
    transform: translateX(-20px)
}

.section-1__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-1__icon {
    width: 15vw;
    height: 15vw;
    max-width: 70px;
    max-height: 70px;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 10px;
}

.satellite_section-1,
.airship-1_section-1,
.m-7_section-1,
.m-3_section-1,
.m-5_section-1 {
    display: none;
}

.comet_section-1 {
    top: 105px;
    left: 10px;
    z-index: 30;
}

.planet-pink_section-1 {
    top: 110px;
    right: 30px;
    z-index: 40;
}

.m-1-1_section-1 {
    top: 280px;
    right: 30px;
    width: 24px;
    height: 20px;
}

.m-6_section-1 {
    top: 450px;
    left: -7px;
    width: 40px;
    height: 26px;
}

.rellax-item {
    position: absolute;
}

.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10
}

.wave_reverse {
    transform: scale(-1, -1)
}

.wave_top-outside {
    top: -39px
}

.wave_top-inside {
    top: 0
}

.wave_bottom-inside {
    bottom: 0
}

.wave_bottom-outside {
    bottom: -39px
}

.wave__path {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(90px, 0, 0)
    }
    100% {
        transform: translate3d(-85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(90px, 0, 0)
    }
    100% {
        transform: translate3d(-85px, 0, 0)
    }
}

.section-2 {
    position: relative;
    background-image: url(/themes/shakesv3/sal/images/map.png);
    background-color: var(--steam-white);
    background-position: center 350px;
    background-size: 200%;
    background-repeat: no-repeat;
    z-index: 200
}

.section-2__inner {
    position: relative;
    padding: 70px 15px;
    z-index: 50;
    overflow: hidden
}

.section-2__title {
    margin: 0 auto;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    color: var(--purple)
}

.section-2__title_countries {
    width: 290px
}

.section-2__countries {
    max-width: 400px;
    margin: 40px auto 0 auto;
    font-size: 13px
}

.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.list_grid_main {
    display: grid;
    grid-template: 'group_a group_b' 'group_c group_d' 'group_e group_e'/1fr 1fr
}

.list_grid_sub {
    display: grid;
    grid-template: 'group_e1 group_e2'/1fr 1fr
}

.list__group_a {
    grid-area: group_a
}

.list__group_b {
    grid-area: group_b
}

.list__group_c {
    grid-area: group_c
}

.list__group_d {
    grid-area: group_d
}

.list__group_e {
    grid-area: group_e
}

.list__group_e1 {
    grid-area: group_e1
}

.list__group_e2 {
    grid-area: group_e2
}

.list__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.list__country {
    margin-right: 10px
}

.list__icon {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50%
}

.section-2__card {
    position: relative;
    max-width: 400px;
    padding-top: 30px;
    margin: 50px auto 0 auto;
    color: var(--purple);
    background-color: var(--white);
    border: 5px solid var(--white);
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    box-shadow: -10px 27px 25px -20px rgba(0, 0, 0, .2);
    box-sizing: border-box
}

.section-2__title_card {
    width: 250px
}

.section-2__terms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    margin: 0;
    list-style: none
}

.section-2__point {
    position: relative;
    margin: 110px 0 20px 0;
    font-size: 16px;
    z-index: 50
}

.section-2__point-item {
    position: relative;
    padding-top: 20px
}

.section-2__point-count, .section-2__point-item::before, .section-2__warning-head {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.section-2__point-item::before {
    content: '';
    top: 0;
    width: 35px;
    height: 3px;
    background-color: var(--ocean-blue);
    border-radius: 10px;
    z-index: 10
}

.section-2__point-count {
    top: -110px;
    background: linear-gradient(to bottom, var(--gradient-light-gray) 30%, var(--gradient-steam-white));
    font-size: 95px;
    font-weight: 900;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
}

.section-2__point-number {
    background: var(--white);
    mix-blend-mode: screen
}

.section-2__warning {
    position: relative;
    padding: 60px 10px 20px 10px;
    background-color: var(--form-light-gray);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    line-height: 1.6
}

.section-2__warning-head {
    top: 0;
    text-transform: uppercase;
    color: var(--gradient-light-blue);
    font-size: 40px;
    font-weight: 900;
    opacity: .3;
    z-index: 0
}

.section-2__warning-item {
    position: relative;
    margin: 0;
    z-index: 5
}

.m-1-2__section-2_3,
.m-8-1__section-2,
.m-11-1__section-2,
.m-1-2__section-2_4 {
    display: none;
}

.m-5-2_section-2 {
    top: 280px;
    left: -45px;
    width: 75px;
    height: 75px;
    z-index: 40;
}

.m-1-2__section-2_2 {
    top: 600px;
    right: -25px;
    width: 45px;
    height: 45px;
    z-index: 40;
}

.m-1-2__section-2_1 {
    right: -15px;
    top: 20px;
    width: 40px;
    height: 40px;
    transform: scale(-1, 1) rotate(60deg);
}

.m-5-1_section-2 {
    right: -100px;
    bottom: -100px;
    width: 120px;
    height: 120px;
    z-index: 60;
}

.m-1-2_section-2 {
    left: -65px;
    bottom: -450px;
    width: 85px;
    height: 85px;
    z-index: 60;
}

.section-3 {
    position: relative;
    background: url("/themes/shakesv3/sal/images/section-3-bg-mobile.jpg") center bottom no-repeat;
    background-size: cover;
    z-index: 100;
}

.section-3__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 100px 15px 150px 15px;
    z-index: 50
}

.section-3__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 21px 57px -23px #22033b
}

.form__inner {
    padding: 0 20px 15px 20px
}

.form__title {
    position: relative;
    padding: 15px 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: var(--purple)
}

.form__title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    background-color: var(--ocean-blue);
    border-radius: 10px;
    transform: translateX(-50%)
}

.form__input-group {
    position: relative;
    margin-bottom: 20px
}


.errorMessage {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: red;
    font-size: 9px;
}

.form__input-content {
    position: relative;
    display: flex;
    align-items: center
}

.form__input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    z-index: 10
}

.form__input-icon_user {
    background: url("/themes/shakesv3/sal/images/user.png") center no-repeat;
    background-size: contain;
}

.form__input {
    width: 100%;
    height: 40px;
    padding: 0 0 0 40px;
    border: none;
    color: var(--purple);
    font-size: 16px;
    font-family: inherit;
    background-color: var(--form-light-gray);
    border-radius: 5px;
    box-sizing: border-box
}

.form__input::-moz-placeholder {
    color: var(--placeholder-gray)
}

.form__input:-ms-input-placeholder {
    color: var(--placeholder-gray)
}

.form__input::-ms-input-placeholder {
    color: var(--placeholder-gray)
}

.form__input::-webkit-input-placeholder {
    color: var(--placeholder-gray)
}

.form__input::placeholder {
    color: var(--placeholder-gray)
}

.form__input_about {
    padding-left: 15px;
    margin: 0
}

.form__select {
    padding-left: 15px;
    color: var(--placeholder-gray);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.form__arrow {
    position: absolute;
    top: 37%;
    right: 5%;
    width: 15px;
    height: 15px;
    pointer-events: none;
}

.form__textarea-group {
    position: relative
}

.form__textarea {
    padding: 10px 0 0 15px;
    resize: none;
    font-family: Lato, Arial, Helvetica, sans-serif
}

.popup {
    display: none;
    position: absolute;
    top: 50%;
    right: -300px;
    padding: 18px 30px;
    font-size: 16px;
    color: var(--white);
    background-color: var(--purple-transparent);
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateY(-50%);
    transition: opacity .2s
}

.popup::before {
    position: absolute;
    content: '';
    top: 55px;
    left: -22px;
    border: 11px solid transparent;
    border-right: 11px solid var(--purple-transparent)
}

.popup__header {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--purple)
}

.popup__list {
    padding: 10px 0 0 15px;
    margin: 0
}

.popup__item:not(:last-child) {
    margin-bottom: 4px
}

.form__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: var(--light-gray);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.form__button {
    padding: 10px 35px;
    border: none;
    outline: 0;
    font-size: 20px;
    font-family: inherit;
    font-weight: 700;
    color: var(--white);
    background: linear-gradient(to right, var(--ocean-blue), var(--button-ocean-blue));
    border-radius: 60px;
    box-shadow: 0 18px 60px -5px rgba(52, 187, 218, .8);
    box-sizing: content-box;
    cursor: pointer
}

.form__recaptcha {
    margin-top: 15px;
    transform: scale(.8);
    transform-origin: 0 0
}

.social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white)
}

.social__link {
    display: flex;
    align-items: center
}

.social__link:active, .social__link:hover, .social__link:link, .social__link:visited {
    color: var(--white);
    text-decoration: none
}

.social__link:first-child {
    margin-bottom: 15px
}

.social__icon {
    width: 35px;
    height: 35px;
    margin-right: 7px;
}

.planet-orange_section-3,
.planet-blue_section-3,
.airship_section-3,
.m-6-2_section-3,
.m-1-2_section-3,
.m-7-1_section-3,
.m-11_section-3,
.m-9_section-3,
.m-9_section-3_1,
.m-1-2_section-3_1 {
    display: none;
}

.comet-1_section-3 {
    top: -750px;
    left: 40%;
}

.m-6_section-3{
    top: 40px;
    left: 50px;
    width: 45px;
    height: 45px;
    transform: scale(-1, 1);
    z-index: 30;
}

.m-3-1_section-3 {
    top: 50px;
    right: 50px;
    width: 20px;
    height: 20px;
}

.m-5-3_section-3 {
    top: 1500px;
    left: -60px;
    width: 100px;
    height: 100px;
}

.footer {
    position: relative;
    flex-shrink: 0;
    background-color: var(--footer-white);
    z-index: 100
}

.footer__inner {
    max-width: 360px;
    padding: 30px 0;
    margin: 0 auto
}

.footer__icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.footer__link {
    margin-bottom: 15px
}

.footer__logo-list {
    display: flex;
    justify-content: space-between;
    width: 85%
}

.main-logo {
    width: 190px
}

.footer__logo, .main-logo__item-1, .main-logo__item-2 {
    fill: var(--light-blue);
    transition: fill .1s
}

.footer__link:hover .main-logo__item-1 {
    fill: var(--purple)
}

.footer__link:hover .main-logo__item-2 {
    fill: var(--ocean-blue)
}

.footer__logo {
    height: 40px;
    cursor: pointer
}

.footer__logo_webmoney {
    width: 100px
}

.footer__logo_capitalist {
    width: 80px
}

.footer__logo_wire-transfer {
    width: 60px
}

.footer__logo_webmoney:hover {
    fill: var(--webmoney-blue)
}

.footer__logo_capitalist:hover {
    fill: var(--capitalist-green)
}

.footer__logo_wire-transfer:hover {
    fill: var(--purple)
}

.footer__info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.address {
    margin-bottom: 5px;
    text-align: center;
    color: var(--placeholder-gray);
    font-size: 12px
}

.address img {
    width: 350px;
    max-width: 100%;
    margin-top: -2px;
}

.privacy-policy {
    font-size: 12px
}

.privacy-policy:active, .privacy-policy:hover, .privacy-policy:link, .privacy-policy:visited {
    color: var(--placeholder-gray)
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated.animationDelayMin {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animated.animationDelayShort {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated.animationDelayMedium {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.animated.animationDelayLong {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animated.animationDelayMax {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@media screen and (min-width: 375px) {
    .section-2__countries {
        padding-left: 50px
    }
}

@media screen and (min-width: 640px) {
    .header {
        padding: 60px
    }

    .header__inner {
        justify-content: center;
        max-width: 650px
    }

    .shakes-logo {
        width: 400px;
        height: 49px
    }

    .header__language {
        margin-left: 50px;
    }

    .header__language-icon {
        width: 40px;
        height: 40px;
    }

    .section-1__inner {
        max-width: unset;
        padding: 70px 0 500px 0
    }

    .section-1__head::before {
        bottom: -30px;
        width: 60px;
        height: 5px
    }

    .section-1__title {
        margin: 0 0 10px 0;
        font-size: 50px
    }

    .section-1__description {
        max-width: 500px;
        font-size: 21px
    }

    .section-1__info-list {
        width: 530px;
        margin: 90px auto 0 auto;
        font-size: 24px
    }

    .section-1__info-item {
        margin: 25px 0
    }

    .section-1__info-item_world {
        transform: translateX(80px)
    }

    .section-1__info-item_integration, .section-1__info-item_rating {
        transform: translateX(-30px)
    }

    .section-1__icon {
        max-width: 90px;
        max-height: 90px;
        margin-bottom: 20px;
    }

    .comet_section-1 {
        top: 170px;
        left: 30px;
        width: 248px;
        height: 85px;
    }

    .planet-pink_section-1 {
        top: 140px;
        right: 80px;
        width: 140px;
        height: 88px;
    }

    .satellite_section-1 {
        display: block;
        top: 750px;
        right: 30px;
    }

    .m-1-1_section-1 {
        top: 420px;
        right: 70px;
        width: 48px;
        height: 40px;
    }

    .m-6_section-1 {
        top: 800px;
        left: -15px;
        width: 80px;
        height: 52px;
    }

    .section-2__inner {
        padding: 90px 0 70px 0
    }

    .section-2__title {
        font-size: 45px
    }

    .section-2__title_countries {
        width: 450px
    }

    .section-2__countries {
        max-width: 600px;
        margin: 40px auto 0 auto;
        padding-left: 60px;
        font-size: 21px
    }

    .list__item {
        margin-left: 10px
    }

    .list__icon {
        width: 32px;
        height: 32px;
        margin-right: 20px
    }

    .section-2__card {
        max-width: unset;
        width: 90%;
        padding-top: 50px
    }

    .section-2__title_card {
        width: 400px
    }

    .section-2__terms {
        padding: 20px 0 30px 0
    }

    .section-2__point {
        margin: 150px 0 20px 0;
        font-size: 20px
    }

    .section-2__point-count {
        top: -150px;
        font-size: 130px
    }

    .section-2__point-item {
        padding-top: 30px
    }

    .section-2__point-item::before {
        width: 60px;
        height: 5px
    }

    .section-2__warning {
        padding: 90px 20px 30px 20px;
        font-size: 24px
    }

    .section-2__warning-head {
        font-size: 90px
    }

    .m-8-1__section-2,
    .m-1-2__section-2_3,
    .m-11-1__section-2 {
        display: block;
    }

    .m-8-1__section-2{
        top: 800px;
        left: 50px;
        width: 40px;
        height: 40px;
        z-index: 60;
    }

    .m-5-2_section-2 {
        top: 280px;
        left: -90px;
        width: 150px;
        height: 150px;
    }

    .m-1-2__section-2_2 {
        top: 600px;
        right: -50px;
        width: 90px;
        height: 90px;
    }

    .m-1-2__section-2_3 {
        top: 750px;
        left: -25px;
        width: 50px;
        height: 50px;
        transform: scale(-1, 1);
        z-index: 40;
    }

    .m-1-2__section-2_1 {
        right: -20px;
        top: 80px;
        width: 65px;
        height: 65px;
    }

    .m-5-1_section-2 {
        bottom: 250px;
        width: 200px;
        height: 200px;
    }

    .m-11-1__section-2 {
        right: 70px;
        bottom: -2000px;
        width: 52px;
        height: 52px;
        z-index: 70;
    }

    .section-3__inner {
        padding: 200px 0 300px 0
    }

    .form {
        max-width: unset;
        width: 500px
    }

    .form__inner {
        padding: 25px 50px
    }

    .form__title {
        margin: 0 0 40px 0;
        font-size: 34px
    }

    .form__title::before {
        width: 150px;
        height: 5px
    }

    .form__input-group {
        margin-bottom: 25px
    }

    .form__input {
        height: 60px;
        padding: 0 0 0 70px;
        font-size: 24px
    }

    .form__input-icon {
        left: 20px;
        width: 30px;
        height: 30px
    }

    .form__select {
        padding-left: 15px;
    }

    .form__arrow {
        top: 39%;
        right: 6%;
        width: 20px;
        height: 20px;
    }

    .form__textarea {
        padding: 15px 0 0 15px
    }

    .form__button {
        width: 100%;
        padding: 20px 0;
        font-size: 30px
    }

    .form__footer {
        padding: 25px 50px 35px 50px
    }

    .form__recaptcha {
        margin-top: 25px;
        transform: scale(1);
        transform-origin: 0 0
    }

    .errorMessage {
        bottom: -20px;
        font-size: 12px;
    }

    .social {
        flex-direction: row;
        align-items: flex-start;
        margin-top: 40px;
        font-size: 22px
    }

    .social__link:first-child {
        margin: 0 30px 0 0
    }

    .social__icon {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .m-6-2_section-3,
    .m-1-2_section-3,
    .m-7-1_section-3,
    .m-11_section-3,
    .m-9_section-3 {
        display: block;
    }

    .comet-1_section-3 {
        top: -800px;
        left: 250px;
        width: 248px;
        height: 85px;
    }

    .m-6_section-3 {
        top: 50px;
        left: 100px;
        width: 85px;
        height: 85px;
    }

    .m-3-1_section-3 {
        top: 50px;
        right: 100px;
        width: 35px;
        height: 35px;
    }

    .m-5-3_section-3 {
        top: 1250px;
        left: -130px;
        width: 208px;
        height: 208px;
    }

    .m-6-2_section-3 {
        top: 2000px;
        right: 50px;
        width: 86px;
        height: 86px;
        z-index: 40;
    }

    .m-7-1_section-3 {
        top: 800px;
        right: 30px;
        width: 19px;
        height: 19px;
    }

    .m-1-2_section-3 {
        bottom: 350px;
        left: -10px;
        width: 40px;
        height: 40px;
        transform: scale(-1, 1);
    }

    .m-11_section-3 {
        right: -20px;
        bottom: 200px;
        width: 60px;
        height: 60px;
    }

    .m-9_section-3 {
        top: 100px;
        right: -15px;
        width: 45px;
        height: 45px;
        transform: rotate(-45deg);
    }

    .footer__inner {
        max-width: 550px;
        padding: 40px 0
    }

    .footer__link {
        margin-bottom: 30px
    }

    .footer__logo {
        height: 53px
    }

    .main-logo {
        width: 280px
    }

    .footer__logo-list {
        width: 100%
    }

    .footer__logo_webmoney {
        width: 180px
    }

    .footer__logo_capitalist {
        width: 160px
    }

    .footer__logo_wire-transfer {
        width: 133px
    }

    .footer__info {
        margin-top: 50px
    }

    .address {
        margin-bottom: 10px;
        font-size: 14px;
        margin-bottom: 10px;
        display: flex;
        font-size: 14px;
        justify-content: center;
        gap: 5px;
        align-items: flex-start;
    }

    .privacy-policy {
        font-size: 14px
    }
}

@media screen and (min-width: 960px) {
    .header {
        padding: 60px 0
    }

    .shakes-logo {
        width: 230px;
        height: 28px
    }

    .header__language-icon {
        width: 30px;
        height: 30px;
    }

    .section-1 {
        background-image: url(/themes/shakesv3/sal/images/section-1-bg-desktop.jpg)
    }

    .section-1__inner {
        max-width: 1024px;
        padding: 50px 30px 250px 30px
    }

    .section-1__title {
        margin: 0;
        font-size: 56px
    }

    .section-1__title-item {
        display: inline-block
    }

    .section-1__description {
        max-width: unset;
        font-size: 18px
    }

    .section-1__info-list {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-top: 100px;
        font-size: 17px
    }

    .section-1__info-item {
        margin: 0;
        transform: translateX(0)
    }

    .section-1__info-item_system {
        order: 0
    }

    .section-1__info-item_community {
        order: 4
    }

    .section-1__info-item_world {
        order: 1
    }

    .section-1__info-item_rating {
        order: 2
    }

    .section-1__info-item_integration {
        order: 3
    }

    .section-1__icon {
        width: 53px;
        height: 53px;
        margin-bottom: 10px
    }

    .m-7_section-1,
    .m-3_section-1,
    .m-5_section-1 {
        display: block;
    }

    .comet_section-1 {
        top: 100px;
        left: 100px;
    }

    .planet-pink_section-1 {
        top: 285px;
        right: auto;
        left: 20px;
        width: 115px;
        height: 73px;
    }

    .satellite_section-1,
    .m-6_section-1 {
        display: none;
    }

    .m-1-1_section-1 {
        top: 530px;
        right: auto;
        left: 150px;
        z-index: 40;
    }

    .m-7_section-1 {
        top: 200px;
        left: 50px;
        width: 19px;
        height: 16px;
        z-index: 40;
    }

    .m-3_section-1 {
        bottom: 380px;
        right: 175px;
        width: 36px;
        height: 29px;
        z-index: 40;
    }

    .m-5_section-1 {
        top: 60px;
        right: 110px;
        width: 97px;
        height: 97px;
        z-index: 60;
    }

    .section-2 {
        background-position: center 30px;
        background-size: 70%
    }

    .section-2__inner {
        max-width: 1024px;
        padding: 80px 30px 100px 30px;
        margin: 0 auto;
        overflow: visible
    }

    .section-2__title {
        width: auto;
        font-size: 40px
    }

    .section-2__countries {
        max-width: 100%;
        padding: 0;
        margin-top: 70px;
        font-size: 14px
    }

    .list_grid_main {
        grid-template: 'group_a group_b group_c group_d group_e'/1fr 1fr 1fr 1fr minmax(-webkit-min-content, -webkit-min-content);
        grid-template: 'group_a group_b group_c group_d group_e'/1fr 1fr 1fr 1fr minmax(min-content, min-content)
    }

    .list_grid_sub {
        grid-template: 'group_e1' 'group_e2'/1fr
    }

    .section-2__card {
        width: 100%;
        margin-top: 120px
    }

    .section-2__terms {
        flex-direction: row;
        padding-bottom: 0
    }

    .section-2__point {
        flex-grow: 1;
        margin: 80px 0 0 0;
        font-size: 17px
    }

    .section-2__point-item {
        position: relative;
        height: 100%;
        padding-top: 20px;
        background-color: var(--form-light-gray);
        z-index: 50
    }

    .section-2__point-count {
        top: -80px;
        font-size: 100px;
        z-index: 1
    }

    .section-2__warning-head {
        font-size: 85px
    }

    .section-2__warning {
        padding: 110px 100px 30px 100px;
        font-size: 16px
    }

    .section-2__warning::before {
        top: 0
    }

    .m-1-2__section-2_2,
    .m-1-2__section-2_3,
    .m-11-1__section-2 {
        display: none;
    }

    .m-8-1__section-2{
        top: 600px;
        left: 10px;
        width: 36px;
        height: 36px;
    }

    .m-5-2_section-2 {
        top: 100px;
        left: 40px;
        width: 135px;
        height: 135px;
    }

    .m-1-2__section-2_1 {
        top: auto;
        bottom: 50px;
        right: -30px;
        width: 62px;
        height: 62px;
    }

    .m-5-1_section-2 {
        display: none;
    }

    .m-1-2_section-2 {
        bottom: -100px;
        left: -70px;
        width: 101px;
        height: 101px;
    }

    .wave {
        height: 100px
    }

    .wave_top-outside {
        top: -99px
    }

    .wave_bottom-outside {
        bottom: -99px
    }

    .section-3 {
        background-image: url(/themes/shakesv3/sal/images/section-3-bg-desktop.jpg);
        background-position: right bottom
    }

    .section-3__inner {
        max-width: 960px;
        min-height: 300px;
        flex-direction: row;
        align-items: center;
        padding: 150px 0 100px 0;
        margin: 0 auto
    }

    .form {
        order: 1;
        width: 370px;
        margin: 0
    }

    .form__title {
        padding: 10px 0;
        margin-bottom: 30px;
        font-size: 24px
    }

    .form__title::before {
        width: 80px
    }

    .form__inner {
        padding: 15px 30px
    }

    .form__input-group {
        margin-bottom: 18px
    }

    .errorMessage {
        bottom: -14px;
        font-size: 9px;
    }

    .form__input-icon {
        left: 13px;
        width: 20px;
        height: 20px
    }

    .form__input {
        height: 40px;
        padding: 0 0 0 50px;
        font-size: 16px
    }

    .form__select, .form__textarea {
        padding-left: 10px
    }

    .form__arrow {
        top: 40%;
        right: 5%;
        width: 12px;
        height: 12px;
    }

    .popup {
        display: block;
        opacity: 0
    }

    .form__textarea:hover + .popup {
        opacity: 1
    }

    .form__textarea {
        height: 60px;
        padding-top: 10px
    }

    .form__button {
        padding: 15px 45px;
        font-size: 20px
    }

    .form__footer {
        padding: 20px 30px 30px 30px
    }

    .form__recaptcha {
        margin-top: 15px
    }

    .social {
        flex-direction: column;
        align-items: flex-start;
        order: 0;
        padding: 0;
        margin: 0 50px 0 30px;
        font-size: 20px
    }

    .social__link:first-child {
        margin: 0 0 25px 0
    }

    .social__icon {
        width: 35px;
        height: 35px
    }

    .planet-blue_section-3,
    .m-9_section-3_1 {
        display: block;
    }

    .comet-1_section-3 {
        top: -200px;
        left: 50px;
    }

    .planet-blue_section-3 {
        top: 850px;
        right: 55px;
        z-index: 40;
    }

    .m-6-2_section-3,
    .m-1-2_section-3,
    .m-11_section-3,
    .m-9_section-3 {
        display: none;
    }

    .m-6_section-3{
        top: 120px;
        left: 550px;
    }

    .m-3-1_section-3 {
        top: 500px;
        left: 130px;
        right: auto;
        z-index: 30;
    }

    .m-5-3_section-3 {
        top: 600px;
        left: 20px;
        width: 130px;
        height: 130px;
        z-index: 40;
    }

    .m-7-1_section-3 {
        top: 480px;
        right: auto;
        left: 100px;
        z-index: 40;
    }

    .m-9_section-3_1 {
        right: 20px;
        top: 100px;
        width: 45px;
        height: 45px;
        transform: rotate(-45deg);
    }

    .footer__inner {
        max-width: 1024px;
        padding: 30px
    }

    .footer__link {
        margin: 0
    }

    .footer__icons {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__logo-list {
        width: 520px
    }

    .footer__info {
        margin-top: 30px
    }
}

@media screen and (min-width: 1200px) {
    .section-1__inner {
        max-width: 1170px;
        padding: 120px 30px 300px 30px
    }

    .section-1__title {
        font-size: 60px
    }

    .section-1__description {
        font-size: 19px
    }

    .section-1__info-list {
        margin-top: 120px;
        font-size: 20px
    }

    .section-1__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px
    }

    .airship-1_section-1,
    .satellite_section-1,
    .m-6_section-1 {
        display: block;
    }

    .satellite_section-1,
    .airship-1_section-1 {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .comet_section-1 {
        top: 120px;
        left: 550px;
    }

    .airship-1_section-1 {
        top: 150px;
        left: 420px;
    }

    .satellite_section-1 {
        top: 160px;
        right: 470px;
        z-index: 40;
    }

    .planet-pink_section-1 {
        top: 200px;
        left: 70px;
        width: 233px;
        height: 147px;
    }

    .m-1-1_section-1 {
        top: 500px;
        left: 210px;
    }

    .m-6_section-1 {
        top: 450px;
        left: 40px;
        margin-left: 0;
    }

    .m-7_section-1 {
        top: 270px;
        left: 500px;
    }

    .m-3_section-1 {
        bottom: 230px;
        right: 280px;
    }

    .m-5_section-1 {
        top: 140px;
        right: 280px;
    }

    .section-2__inner {
        max-width: 1170px
    }

    .section-2__title {
        font-size: 45px
    }

    .section-2__point {
        margin: 100px 0 0 0;
        font-size: 20px
    }

    .section-2__point-item {
        padding-top: 30px
    }

    .section-2__point-count {
        top: -100px;
        font-size: 120px
    }

    .section-2__warning-head {
        font-size: 90px
    }

    .section-2__warning {
        padding: 120px 100px 30px 100px;
        font-size: 18px
    }

    .m-1-2__section-2_3,
    .m-11-1__section-2,
    .m-1-2__section-2_4 {
        display: block;
    }

    .m-8-1__section-2{
        left: 70px;
    }

    .m-5-2_section-2 {
        top: 200px;
        left: 100px;
    }

    .m-1-2__section-2_3 {
        top: -50px;
        left: 500px;
        width: 65px;
        height: 65px;
        margin-left: auto;
    }

    .m-5-1_section-2 {
        bottom: 50px;
        right: -120px;
    }

    .m-1-2_section-2 {
        bottom: -50px;
    }

    .m-11-1__section-2 {
        bottom: -300px;
        right: 200px;
    }

    .m-1-2__section-2_4 {
        top: 500px;
        right: 70px;
        width: 101px;
        height: 101px;
        z-index: 40;
    }

    .section-3__inner {
        max-width: 1200px
    }

    .errorMessage {
        font-size: 10px;
    }

    .social {
        margin: 0 110px 0 60px;
        font-size: 22px
    }

    .social__icon {
        width: 40px;
        height: 40px;
        margin-right: 20px
    }

    .m-1-2_section-3,
    .planet-orange_section-3,
    .airship_section-3,
    .m-1-2_section-3_1 {
        display: block;
    }

    .comet-1_section-3 {
        top: -100px;
        left: 550px;
    }

    .airship_section-3 {
        bottom: -1450px;
        right: 300px;
        z-index: 40;
    }

    .planet-orange_section-3 {
        top: -250px;
        right: 700px;
    }

    .planet-blue_section-3 {
        top: 730px;
        right: 500px;
        width: 252px;
        height: 194px;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .m-6_section-3{
        top: 50px;
        left: 1100px;
    }

    .m-3-1_section-3 {
        top: 430px;
        left: 730px;
    }

    .m-5-3_section-3 {
        top: 700px;
        left: 300px;
    }

    .m-7-1_section-3 {
        top: 400px;
        left: 700px;
    }

    .m-1-2_section-3 {
        top: 400px;
        left: 340px;
        width: 57px;
        height: 57px;
        z-index: 30;
    }

    .m-9_section-3_1 {
        right: 20px;
        top: 200px;
    }

    .m-1-2_section-3_1 {
        top: 250px;
        right: 200px;
        width: 48px;
        height: 48px;
        transform: scale(-1, 1) rotate(60deg);
    }

    .footer__inner {
        max-width: 1170px;
        padding: 30px 0
    }

    .footer__logo-list {
        width: 550px
    }
}

@media screen and (min-width: 1450px) {
    .satellite_section-1,
    .airship-1_section-1,
    .planet-blue_section-3 {
        opacity: 1
    }
}

@media screen and (min-width: 1500px) {
    .m-5-1_section-2 {
        display: block;
        bottom: -20px;
        right: -160px;
    }
}
