:root {
    --white: #ffffff;
    --white-transparent: rgba(255, 255, 255, 0.6);
    --background-white: #f9fafb;
    --footer-white: #fafafb;
    --light-gray: #f2f7fa;
    --placeholder-gray: #adbcc4;
    --dark-purple: #110626;
    --dark-purple-transparent: rgba(17, 6, 38, 0.95);
    --purple: #2d274c;
    --purple-transparent: rgba(45, 39, 76, 0.5);
    --hot-pink: #ed0973;
    --hot-pink-transparent: rgba(237, 9, 115, 0.5);
    --light-blue: #ccdde8;
    --ocean-blue: #34bbda;
    --button-ocean-blue: #15a0c0;
    --webmoney-blue: #036cb5;
    --capitalist-green: #93bc37;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Medium"), local("Gotham-Medium"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Medium.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Medium.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: local("Gotham Bold"), local("Gotham-Bold"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Bold.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Bold.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/Gotham-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: local("Gotham Pro Regular"), local("Gotham-Pro-Regular"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: local("Gotham Pro Medium"), local("Gotham-Pro-Medium"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro-Medium.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro-Medium.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/GothamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Overpass";
    src: local("Overpass SemiBold"), local("Overpass-SemiBold"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-SemiBold.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-SemiBold.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Overpass";
    src: local("Overpass Bold"), local("Overpass-Bold"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-Bold.woff2") format("woff2"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-Bold.woff") format("woff"),
        url("/themes/shakesv3/shakes-promo/fonts/Overpass-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Common */
* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

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

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

body {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    background-color: #181818;
}

.container {
    padding: 0 240px;
}

.logo img {
    width: 100%;
    height: 100%;
}

/* Header */
header {
    position: relative;
    z-index: 5;
}

header::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    background-color: rgba(255, 255, 255, 0.3);
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header__menu {
    display: flex;
    justify-content: space-between;
}

.header__menu-item:not(:last-child) {
    position: relative;
    padding-right: 40px;
}

.header__menu-item:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    width: 13px;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 0.3;
    transform: translateY(-50%) rotate(90deg);
}

.header__menu-item:not(:first-child) {
    padding-left: 40px;
}

.header__burger {
    display: none;
}

.bcgr-blur {
    display: none;
}

/* Hero */
.hero {
    position: relative;
}

.hero__background {
    position: absolute;
    top: -89px;
    left: 850px;
    z-index: 1;
    background-image: url("/themes/shakesv3/shakes-promo/img/hero_waves.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 1000px;
    top: -130px;
    width: 1136.91px;
    height: 459.52px;
    background: #231b52;
    filter: blur(120px);
    transform: matrix(-0.71, 0.62, 0.81, 0.7, 0, 0) rotate(5deg);
}

.hero::after {
    content: "";
    position: absolute;
    left: 1500px;
    top: -150px;
    z-index: 2;
    width: 300.52px;
    height: 1136.91px;
    background: #a42d5d;
    filter: blur(150px);
    transform: matrix(-0.71, 0.62, 0.81, 0.7, 0, 0) rotate(100deg);
}

.hero__container {
    position: relative;
    z-index: 4;
    padding-top: 112px;
    padding-bottom: 195px;
}

.hero__header {
    margin-bottom: 47px;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
}

.hero__header-decor {
    border-bottom: 3px solid #34bbda;
}

.main-header {
    margin-bottom: 78px;
    font-weight: 600;
    font-size: 95px;
    line-height: 90px;
}

.main-header-decor {
    display: block;
    margin-top: 25px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}

.main-header-decor span {
    font-family: "Overpass";
}

.hero__list {
    display: flex;
    margin-bottom: 43px;
}

.hero__item {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    max-width: 345px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #181818;
}

.hero__item:not(:last-child) {
    margin-right: 18px;
}

.hero__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    padding: 10px;
    background: #495cee;
    border-radius: 5px;
}

.hero__item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.hero__registration-wrapper {
    position: relative;
    display: flex;
}

.hero__registration-wrapper::before {
    content: "";
    position: absolute;
    left: 265px;
    bottom: -70px;
    width: 100%;
    height: 100%;
    background-image: url("/themes/shakesv3/shakes-promo/img/hero_arrow.png");
    background-repeat: no-repeat;
}

.btn {
    width: 270px;
    font-weight: 500;
    color: #ffffff;
    background: #34bbda;
    box-shadow: 0px 10px 35px rgba(52, 187, 218, 0.2);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.hero__registration-btn {
    margin-right: 50px;
    padding: 22px 37px;
}

.hero__registration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration__icon {
    margin-right: 14px;
}

.hero__registration-text {
    max-width: 270px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/* Brands */
.brands {
    position: relative;
}

.brands::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -450px;
    background: #442c5f;
    filter: blur(150px);
    width: 539.79px;
    height: 951px;
    transform: rotate(27.58deg);
}

.brands__container {
    position: relative;
    z-index: 2;
    padding-bottom: 194px;
}

.subtitle {
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
}

.brands__subtitle {
    margin-bottom: 30px;
    max-width: 979px;
}

.brands_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.brands_list {
    margin-bottom: 35px;
}

.brands_item {
    position: relative;
    padding-left: 26px;
    font-size: 20px;
    line-height: 35px;
}

.brands_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background-image: url("/themes/shakesv3/shakes-promo/img/check.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}

.brands__registration-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.brands__registration-wrapper::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 38%;
    width: 100%;
    height: 100%;
    background-image: url("/themes/shakesv3/shakes-promo/img/brands_arrow.png");
    background-repeat: no-repeat;
    z-index: -1;
}

.brands__registration-text {
    margin-right: 20px;
    font-size: 18px;
}

.brands__registration-btn {
    padding: 17px 22px;
}

.brands_content-right {
    display: flex;
    align-items: center;
    width: 55%;
}

.swiper-arrow {
    cursor: pointer;
}

.swiper-arrow svg circle {
    fill: #34bbda;
    stroke: #34bbda;
}

.swiper-arrow.swiper-button-disabled svg circle {
    fill: #3a3a3a;
    stroke: #ffffff;
}

.brands__swiper-button-prev {
    margin-right: 30px;
}

.brands__swiper-button-next {
    margin-left: 30px;
    transform: rotate(180deg);
}

.brands__swiper {
    padding: 1px;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.swiper-grid-column>.swiper-wrapper {
    justify-content: end;
}

.brands__swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    width: calc(100% / 3 - 54px);
    height: calc(100% / 2 - 27px);
    background: #272627;
    border-radius: 10px;
}

.brands__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Countries */
.countries {
    position: relative;
}

.countries::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 10px;
    background: #442c5f;
    filter: blur(150px);
    width: 539.79px;
    height: 951px;
    transform: rotate(27.58deg);
}

.countries__container {
    position: relative;
    padding-bottom: 391px;
}

.countries__content-left {
    position: relative;
    z-index: 2;
}

.countries__subtitle {
    margin-bottom: 46px;
    max-width: 800px;
}

.countries_registration-btn {
    padding: 17px 22px;
}

.countries__content-right {
    position: absolute;
    top: 40px;
    right: 200px;
    padding-top: 136px;
    padding-left: 101px;
    width: 870px;
    height: 537px;
    background-image: url("/themes/shakesv3/shakes-promo/img/countries_map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.countries__content-right::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 120%;
    height: 120%;
    background: rgba(228, 84, 146, 0.3);
    border-radius: 50%;
    filter: blur(120px);
}

.countries__flags {
    position: relative;
    z-index: 3;
}

.flag {
    position: absolute;
    cursor: pointer;
}

.flag>div {
    position: absolute;
    z-index: 2;
    bottom: calc(100% + 5px);
    left: 50%;
    display: none;
    padding: 5px;
    min-width: 80px;
    font-size: 10px;
    line-height: 16px;
    background-color: #34bbda;
    border-radius: 10px;
    text-align: center;
    transform: translateX(-50%);
}

.flag:hover>div {
    display: block;
}

.flag-austria {
    top: 3px;
    left: 5px;
}

.flag-albania {
    top: 39px;
    left: 10px;
}

.flag-columbia {
    top: 76px;
    left: 0;
}

.flag-pakistan {
    top: 109px;
    left: 0;
}

.flag-azerbaijan {
    top: 10px;
    left: 57px;
}

.flag-algeria {
    top: 43px;
    left: 60px;
}

.flag-kosovo {
    top: 89px;
    left: 46px;
}

.flag-peru {
    top: 114px;
    left: 39px;
}

.flag-mali {
    top: 88px;
    left: 81px;
}

.flag-poland {
    top: 116px;
    left: 79px;
}

.flag-sa {
    top: 5px;
    left: 101px;
}

.flag-argentina {
    top: 43px;
    left: 121px;
}

.flag-costa {
    top: 74px;
    left: 120px;
}

.flag-uae {
    top: 106px;
    left: 118px;
}

.flag-armenia {
    top: 10px;
    left: 157px;
}

.flag-bangladesh {
    top: 44px;
    left: 167px;
}

.flag-ireland {
    top: 84px;
    left: 173px;
}

.flag-oman {
    top: 115px;
    left: 177px;
}

.flag-belarus {
    top: 10px;
    left: 209px;
}

.flag-belgium {
    top: 35px;
    left: 230px;
}

.flag-bulgaria {
    top: 66px;
    left: 226px;
}

.flag-morocco {
    top: 103px;
    left: 218px;
}

.flag-bolivia {
    top: 5px;
    left: 247px;
}

.flag_burkina {
    top: 8px;
    left: 295px;
}

.flag-bosnia {
    top: 33px;
    left: 280px;
}

.flag-ghana {
    top: 74px;
    left: 282px;
}

.flag-mexico {
    top: 107px;
    left: 267px;
}

.flag-hungary {
    top: 15px;
    left: 337px;
}

.flag-vietnam {
    top: 45px;
    left: 341px;
}

.flag-guatemala {
    top: 70px;
    left: 327px;
}

.flag-moldova {
    top: 100px;
    left: 323px;
}

.flag-honduras {
    top: 15px;
    left: 384px;
}

.flag-germany {
    top: 43px;
    left: 377px;
}

.flag-kuwait {
    top: 85px;
    left: 367px;
}

.flag-portugal {
    top: 118px;
    left: 369px;
}

.flag-lithuania {
    top: 86px;
    left: 412px;
}

.flag-russia {
    top: 133px;
    left: 427px;
}

.flag-greece {
    top: 12px;
    left: 425px;
}

.flag-georgia {
    top: 44px;
    left: 440px;
}

.flag-iraq {
    top: 74px;
    left: 450px;
}

.flag-netherlands {
    top: 105px;
    left: 446px;
}

.flag-egypt {
    top: 0;
    left: 471px;
}

.flag-india {
    top: 39px;
    left: 476px;
}

.flag-latvia {
    top: 73px;
    left: 498px;
}

.flag-myanmar {
    top: 99px;
    left: 494px;
}

.flag-spain {
    top: 30px;
    left: 527px;
}

.flag-indonesia {
    top: 60px;
    left: 534px;
}

.flag-luxembourg {
    top: 83px;
    left: 533px;
}

.flag-rwanda {
    top: 115px;
    left: 529px;
}

.flag-italia {
    top: 10px;
    left: 570px;
}

.flag-kazakhstan {
    top: 40px;
    left: 579px;
}

.flag-macedonia {
    top: 80px;
    left: 585px;
}

.flag-cambodia {
    top: 15px;
    left: 616px;
}

.flag-qatar {
    top: 41px;
    left: 633px;
}

.flag-kenya {
    top: 67px;
    left: 639px;
}

.flag-malaysia {
    top: 98px;
    left: 632px;
}

.flag-cyprus {
    top: 13px;
    left: 654px;
}

.flag-kyrgyzstan {
    top: 42px;
    left: 667px;
}

/* Team */
.team {
    position: relative;
    z-index: 3;
}

.team__container {
    padding-bottom: 186px;
}

.title {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}

.team__title {
    margin-bottom: 14px;
}

.team__text {
    margin-bottom: 58px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.team__text>span {
    border-bottom: 2px solid #495cee;
}

.team__content {
    display: flex;
    justify-content: space-between;
}

.team__item {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    line-height: 26px;
}

.team__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    background-image: url("/themes/shakesv3/shakes-promo/img/check.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}

.team__item:not(:last-child) {
    margin-bottom: 24px;
}

.team__item:last-child {
    margin-bottom: 46px;
}

.team__registration-btn {
    display: inline-block;
    margin-bottom: 35px;
    padding: 22px 37px;
}

.team__registration-wrapper {
    position: relative;
}

.team__registration-wrapper::before {
    content: "";
    position: absolute;
    left: 305px;
    top: 15px;
    width: 100%;
    height: 100%;
    background-image: url("/themes/shakesv3/shakes-promo/img/team_arrow.png");
    background-repeat: no-repeat;
}

.team__registration-text {
    position: relative;
    padding-left: 65px;
    max-width: 400px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.team__registration-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 51px;
    height: 47px;
    background-image: url("/themes/shakesv3/shakes-promo/img/team_join.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
}

.team__managers {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    max-height: 600px;
}

.team__manager {
    max-width: calc(100% / 2 - 15px);
    max-height: calc(100% / 2 - 15px);
}

.team__manager:nth-child(2n + 1) {
    margin-right: 15px;
}

.team__manager:nth-child(3),
.team__manager:last-child {
    margin-top: 15px;
}

.team__manager img {
    width: 100%;
    border: 3px solid #121212;
    border-radius: 12px;
}

/* Gifts */
.gifts {
    position: relative;
    padding-bottom: 258px;
    z-index: 2;
}

.gifts::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -450px;
    background: #442c5f;
    filter: blur(150px);
    width: 539.79px;
    height: 951px;
    transform: rotate(27.58deg);
}

.gifts::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
    width: 554.44px;
    height: 826.93px;
    background: rgba(228, 84, 146, 0.7);
    filter: blur(200px);
    transform: rotate(112.94deg);
}

.gifts__container {
    position: relative;
    z-index: 2;
}

.gifts__title {
    margin-bottom: 60px;
    padding-right: 100px;
}

.gifts__text {
    margin-bottom: 120px;
    font-weight: 600;
    font-size: 128px;
    line-height: 60px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-align: right;
}

.gifts__line {
    width: 100%;
    height: 330px;
    background: rgba(255, 255, 255, 0.2);
}

.gifts__list {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gifts__item {
    position: absolute;
}

.gifts__item-watch {
    top: 170px;
    left: 95px;
    left: 5%;
}

.gifts__item-notebook {
    top: 50px;
    left: 20%;
}

.gifts__item-ps {
    top: 365px;
    left: 15%;
}

.gifts__item-car1 {
    top: 340px;
    left: 30%;
}

.gifts__item-car2 {
    top: 320px;
    left: 49%;
}

.gifts__item-headphones {
    top: 230px;
    left: 57%;
}

.gifts__item-phone {
    top: 230px;
    left: 75%;
}

/* Reviews */
.reviews {
    position: relative;
}

.reviews::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -450px;
    background: #231b52;
    filter: blur(150px);
    width: 509px;
    height: 1136px;
    transform: rotate(-35deg);
}

.reviews::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 554.44px;
    height: 826.93px;
    background: rgba(228, 84, 146, 0.3);
    filter: blur(150px);
    transform: rotate(112.94deg);
}

.reviews__container {
    position: relative;
    padding-bottom: 161px;
}

.reviews__container::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 15%;
    top: -100px;
    width: 1136.91px;
    height: 459.52px;
    background: #231b52;
    filter: blur(150px);
    transform: matrix(-0.71, 0.62, 0.81, 0.7, 0, 0);
}

.reviews__title {
    position: relative;
    z-index: 2;
}

.reviews__text {
    position: relative;
    z-index: 2;
    margin-bottom: 75px;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.reviews__text span {
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #495cee;
}

.reviews__content {
    position: relative;
    z-index: 2;
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 25px;
}

.reviews__swiper-button-prev.swiper-arrow {
    position: absolute;
    top: 50%;
    left: -95px;
    height: 66px;
    transform: translateY(-50%);
}

.reviews__swiper-button-next.swiper-arrow {
    position: absolute;
    top: 50%;
    right: -95px;
    height: 66px;
    transform: rotate(180deg) translateY(50%);
}

.reviews__swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.reviews__slide {
    padding-bottom: 20px;
    display: flex;
}

.reviews__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    width: 150px;
    height: 150px;
    background: #272627;
    border-radius: 15px;
}

.reviews__logo img {
    height: 100%;
    border-radius: 15px;
}

.reviews__desc {
    font-size: 18px;
    line-height: 28px;
}

.reviews__desc span {
    display: block;
    margin-bottom: 30px;
}

.reviews__partner {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.reviews__partner-name {
    margin-right: 10px;
}

.reviews__partner-button {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #495cee;
    border-radius: 3px;
}

.reviews__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.reviews__preview.swiper {
    max-width: 150px;
    margin: 0;
    left: 0;
    overflow-x: hidden;
}

.reviews__preview.swiper .swiper-slide {
    width: 42px;
    height: 42px;
    background-color: #272627;
    cursor: pointer;
}

.reviews__preview.swiper .swiper-slide img {
    height: 100%;
}

.swiper-slide-thumb-active {
    border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.reviews__pagination {
    padding: 4px 15px;
    font-size: 20px;
    line-height: 28px;
    background: #272627;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 150px;
    color: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-current {
    color: #ffffff;
}

/* Join */
.join__container {
    padding-bottom: 170px;
}

.join__content {
    position: relative;
    width: 100%;
    height: 568px;
    background: url("/themes/shakesv3/shakes-promo/img/join_bcgr.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.joint__content-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding: 40px 25px 10px;
}

.joint__content-title {
    font-size: 62px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.joint__content-bottom-title {
    font-size: 74px;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    margin-top: auto;
}

.join__btn {
    display: inline-block;
    padding: 25px 42px;
}

/* Footer */
footer {
    position: relative;
    background: #2c2c2c;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer::after {
    content: "";
    position: absolute;
    top: 102px;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer__container {
    padding-top: 27px;
    padding-bottom: 27px;
}

.footer-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 37px;
}

.footer-up__logo {
    margin-right: 10px;
}

.footer-up__payment {
    display: flex;
    align-items: center;
}

.footer-up__payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    background: #272627;
    text-align: center;
    border-radius: 5px;
}

.footer-up__payment-item:not(:last-child) {
    margin-right: 8px;
}

.footer-up__contacts {
    display: flex;
}

.footer-up__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 5px;
}

.footer-up__contact:not(:last-child) {
    margin-right: 10px;
}

.footer-up__contact:nth-child(1) {
    background: #039be5;
}

.footer-up__contact:nth-child(2) {
    background: #4b729f;
}

.footer-up__contact:last-child {
    width: 151px;
    background: #d35a2f;
}

.footer-bottom__policy,
.footer-bottom__adress {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.footer-bottom__adress {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18px;
}

.footer-bottom__adress div {
    max-width: 689px;
}

.footer-bottom__policy {
    font-size: 14px;
    line-height: 20px;
}

/* Registration modal */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: auto;
}

.overlay_active {
    display: flex;
}

.popup {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 373px;
    padding-top: 100px;
}

.popup__button_close {
    right: 20px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    z-index: 500;
}

.popup__button-item {
    position: relative;
    width: 40px;
}

.popup__button-item::after,
.popup__button-item::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--ocean-blue);
}

.popup__button-item::before {
    transform: rotate(45deg);
}

.popup__button-item::after {
    transform: rotate(-45deg);
}

.card {
    position: relative;
    width: 100%;
    max-width: 373px;
    height: 600px;
}

.card__inner {
    border-radius: inherit;
    box-shadow: 0 21px 57px -23px #22033b;
    background-color: var(--white);
    border-radius: 10px
}

.card__header {
    position: relative;
    box-sizing: border-box;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background-color: var(--light-gray)
}

.card__title {
    padding: 15px 0;
    color: var(--purple);
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--white);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

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

.card__content {
    box-sizing: border-box;
    position: relative;
    background-color: var(--white);
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.form {
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.form__inner {
    padding: 30px 30px 15px 30px;
}

.form__input-wrap {
    display: flex;
    flex-direction: column
}

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

.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;
    z-index: 10;
    transform: translateY(-50%)
}

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

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

.form__input:focus {
    box-shadow: 0 0 0 2px var(--ocean-blue), 0 0 0 2px var(--ocean-blue);
    -webkit-animation: input-flash .8s forwards;
    animation: input-flash .8s forwards
}

@-webkit-keyframes input-flash {
    to {
        box-shadow: 0 0 50px 25px transparent, 0 0 0 2px var(--ocean-blue)
    }
}

@keyframes input-flash {
    to {
        box-shadow: 0 0 50px 25px transparent, 0 0 0 2px var(--ocean-blue)
    }
}

.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::placeholder {
    color: var(--placeholder-gray)
}

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

.form__button {
    padding: 10px 25px;
    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
}

.errorMessage {
    position: absolute;
    bottom: -13px;
    color: red;
    font-size: 9px;
    line-height: 1;
}

.errorMessage#Profile_skype_em_,
.errorMessage#Profile_telegram_em_ {
    position: relative;
    bottom: -2px;
    margin-bottom: -15px;
}

.password-strength-only {
    font-size: 10px;
    line-height: 1.3;
    padding-bottom: 3px;
}

.form__button_back {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -35px;
    left: 20px;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: 0 0;
    box-shadow: none;
    transition: background-color .3s
}

.form__button_back:hover {
    background-color: var(--light-gray)
}

.form__button-item {
    width: 23px;
    height: 15px;
    background: url("/themes/shakesv3/login/images/arrow-gray.svg") center no-repeat;
    background-size: contain;
}

.form small {
    font-size: x-small;
    color: var(--placeholder-gray);
    width: 100%;
    text-align: center
}

.form small a {
    font-size: x-small;
    color: var(--ocean-blue);
    text-decoration: none
}

.grecaptcha-badge {
    visibility: hidden
}

body > div[style]:last-of-type {
    position: fixed !important;
    z-index: 11111;
}

@media screen and (min-width: 960px) {
    .card_section-1 {
        margin-top: 20px
    }

    .form-wrap {
        margin-bottom: 0
    }

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

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

    .form__input:focus {
        -webkit-animation: input-flash .3s forwards;
        animation: input-flash .3s forwards
    }

    .form__input-wrap {
        flex-direction: row
    }

    .form__input-wrap .form__input-group:first-child {
        margin-right: 15px
    }

    .form__button {
        padding: 15px 45px;
        font-size: 20px;
        box-shadow: 0 10px 30px -5px rgba(52, 187, 218, .8)
    }

    .form__footer {
        padding: 11px 0 22px 0;
        background-color: var(--white)
    }
}

@media (max-width: 1600px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero__container {
        padding-top: 40px;
        padding-bottom: 162px;
    }

    .hero__header {
        font-size: 30px;
        line-height: 36px;
    }

    .main-header {
        font-size: 63px;
        line-height: 90px;
    }

    .subtitle {
        font-size: 45px;
        line-height: 55px;
    }

    .title {
        font-size: 45px;
        line-height: 45px;
    }

    .countries__content-right {
        right: 0;
    }

    .gifts__title {
        margin-bottom: 6px;
        padding-right: 0;
    }

    .gifts__text {
        font-size: 80px;
        line-height: 80px;
    }

    .gifts__item-car1 {
        left: 25%;
    }

    .gifts__item-ps {
        left: 10%;
    }

    .reviews__swiper-button-prev.swiper-arrow {
        top: auto;
        left: auto;
        right: calc(50% + 50px);
        bottom: -96px;
        transform: translateX(50%);
    }

    .reviews__swiper-button-next.swiper-arrow {
        top: auto;
        right: calc(50% - 50px);
        bottom: -96px;
        transform: rotate(180deg) translateY(0) translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .header__menu {
        font-size: 16px;
        line-height: 19px;
    }

    .hero::before {
        left: 30%;
        height: 273.41px;
        width: 676.46px;
    }

    .hero__background {
        z-index: 3;
        left: 60%;
        background-image: url("/themes/shakesv3/shakes-promo/img/media/hero_waves-tablet.png");
    }

    .hero::after {
        top: -450px;
        left: 70%;
    }

    .hero__header {
        margin-bottom: 28px;
    }

    .main-header-decor {
        margin-top: 4px;
    }

    .hero__item {
        align-items: flex-start;
    }

    .hero__item-icon {
        height: 33px;
        width: 33px;
    }

    .hero__item-icon img {
        height: 20px;
        width: 20px;
    }

    .hero__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .hero__item:not(:last-child) {
        margin-right: 15px;
    }

    .brands__container {
        padding-bottom: 104px;
    }

    .brands_content {
        align-items: flex-start;
    }

    .brands__subtitle {
        margin-bottom: 10px;
        max-width: 860px;
    }

    .brands_item {
        font-size: 18px;
    }

    .brands__registration-text {
        font-size: 16px;
        margin-right: 5px;
    }

    .brands_content-right {
        position: relative;
        width: 45.5%;
    }

    .brands__swiper {
        margin: 0 34px;
        height: 200px;
    }

    .brands__swiper-button-next {
        position: absolute;
        z-index: 2;
        right: 10px;
        margin-left: 0;
    }

    .brands__swiper-button-prev {
        position: absolute;
        z-index: 2;
        left: 10px;
        margin-right: 0;
    }

    .brands__swiper-button-prev svg,
    .brands__swiper-button-next svg {
        width: 50px;
        height: 50px;
    }

    .swiper-grid-column>.swiper-wrapper {
        justify-content: flex-start;
    }

    .brands__swiper .swiper-slide {
        height: calc(100% / 2 - 10px);
    }

    .countries__content-right {
        top: 125px;
        right: 80px;
        padding-top: 120px;
        padding-left: 0;
        width: 579px;
        height: 333px;
    }

    .countries__container {
        padding-bottom: 250px;
    }

    .flag {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flag img {
        width: 75%;
    }

    .flag-austria {
        left: 25px;
    }

    .flag-albania {
        top: 33px;
        left: 32px;
    }

    .flag-columbia {
        top: 63px;
        left: 23px;
    }

    .flag-pakistan {
        top: 88px;
        left: 23px;
    }

    .flag-azerbaijan {
        left: 67px;
    }

    .flag-algeria {
        top: 35px;
        left: 69px;
    }

    .flag-kosovo {
        top: 70px;
        left: 58px;
    }

    .flag-mali {
        top: 70px;
        left: 88px;
    }

    .flag-peru {
        top: 92px;
        left: 51px;
    }

    .flag-poland {
        top: 94px;
        left: 89px;
    }

    .flag-argentina {
        top: 35px;
        left: 118px;
    }

    .flag-costa {
        top: 60px;
        left: 119px;
    }

    .flag-uae {
        top: 86px;
        left: 113px;
    }

    .flag-armenia {
        top: 10px;
        left: 144px;
    }

    .flag-bangladesh {
        top: 37px;
        left: 150px;
    }

    .flag-ireland {
        top: 67px;
        left: 156px;
    }

    .flag-oman {
        top: 94px;
        left: 160px;
    }

    .flag-belarus {
        top: 7px;
        left: 185px;
    }

    .flag-belgium {
        top: 29px;
        left: 195px;
    }

    .flag-bulgaria {
        top: 56px;
        left: 190px;
    }

    .flag-morocco {
        top: 87px;
        left: 189px;
    }

    .flag-bolivia {
        top: 5px;
        left: 214px;
    }

    .flag-bosnia {
        top: 30px;
        left: 228px;
    }

    .flag_burkina {
        top: 8px;
        left: 246px;
    }

    .flag-ghana {
        top: 64px;
        left: 232px;
    }

    .flag-mexico {
        top: 87px;
        left: 223px;
    }

    .flag-hungary {
        top: 15px;
        left: 273px;
    }

    .flag-vietnam {
        top: 41px;
        left: 276px;
    }

    .flag-guatemala {
        top: 60px;
        left: 268px;
    }

    .flag-moldova {
        top: 86px;
        left: 266px;
    }

    .flag-honduras {
        top: 15px;
        left: 309px;
    }

    .flag-germany {
        top: 36px;
        left: 300px;
    }

    .flag-kuwait {
        top: 72px;
        left: 297px;
    }

    .flag-portugal {
        top: 96px;
        left: 297px;
    }

    .flag-greece {
        top: 12px;
        left: 338px;
    }

    .flag-georgia {
        top: 36px;
        left: 350px;
    }

    .flag-iraq {
        top: 58px;
        left: 354px;
    }

    .flag-lithuania {
        top: 74px;
        left: 332px;
    }

    .flag-russia {
        top: 109px;
        left: 343px;
    }

    .flag-netherlands {
        top: 87px;
        left: 355px;
    }

    .flag-egypt {
        top: 0;
        left: 371px;
    }

    .flag-india {
        top: 32px;
        left: 375px;
    }

    .flag-latvia {
        top: 59px;
        left: 390px;
    }

    .flag-myanmar {
        top: 79px;
        left: 388px;
    }

    .flag-spain {
        top: 20px;
        left: 414px;
    }

    .flag-indonesia {
        top: 44px;
        left: 420px;
    }

    .flag-luxembourg {
        top: 63px;
        left: 419px;
    }

    .flag-rwanda {
        top: 90px;
        left: 416px;
    }

    .flag-italia {
        top: 10px;
        left: 445px;
    }

    .flag-kazakhstan {
        top: 33px;
        left: 445px;
    }

    .flag-macedonia {
        top: 61px;
        left: 454px;
    }

    .flag-cambodia {
        top: 15px;
        left: 480px;
    }

    .flag-qatar {
        top: 35px;
        left: 491px;
    }

    .flag-kenya {
        top: 54px;
        left: 492px;
    }

    .flag-malaysia {
        top: 80px;
        left: 485px;
    }

    .flag-cyprus {
        top: 13px;
        left: 506px;
    }

    .flag-kyrgyzstan {
        top: 35px;
        left: 517px;
    }

    .flag>div {
        min-width: 50px;
        font-size: 8px;
        line-height: 12px;
    }

    .team__container {
        padding-bottom: 102px;
    }

    .team__title {
        margin-bottom: 10px;
    }

    .team__text {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 30px;
    }

    .team__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .team__manager:nth-child(2n + 1) {
        margin-right: 10px;
    }

    .team__content-left {
        width: 66%;
    }

    .team__item::before {
        top: 2px;
        transform: none;
    }

    .team__manager {
        max-width: calc(100% / 2 - 10px);
        max-height: calc(100% / 2 - 10px);
    }

    .gifts {
        padding-bottom: 180px;
    }

    .gifts__text {
        margin-bottom: 108px;
    }

    .gifts__item-watch {
        top: 188px;
        left: 0;
        width: 100px;
        height: 74.03px;
    }

    .gifts__item-notebook {
        top: 90px;
        left: 12%;
        width: 173px;
        height: 185px;
    }

    .gifts__item-ps {
        top: 323px;
        left: 7%;
        height: 68.99px;
        width: 94px;
    }

    .gifts__item-car1 {
        top: 260px;
        left: 15%;
        width: 417px;
        height: 276px;
    }

    .gifts__item-car2 {
        top: 250px;
        left: 43%;
        width: 452px;
        height: 338px;
    }

    .gifts__item-headphones {
        top: 191px;
        left: 53%;
        width: 82.26px;
        height: 82.26px;
    }

    .gifts__item-phone {
        top: 195px;
        left: 78%;
        width: 126.89px;
        height: 88.88px;
    }

    .gifts__line {
        height: 221px;
    }

    .reviews__text {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .reviews__content {
        padding: 20px;
    }

    .reviews__logo {
        margin-right: 20px;
        width: 101px;
        height: 101px;
    }

    .reviews__desc {
        font-size: 16px;
        line-height: 24px;
    }

    .reviews__desc span {
        margin-bottom: 15px;
    }

    .reviews__footer {
        padding: 0;
        padding-top: 15px;
    }

    .join__container {
        padding-bottom: 120px;
    }

    .join__content {
        height: 388px;
    }

    .joint__content-text {
        padding: 30px 20px 10px;
    }

    .joint__content-title {
        font-size: 52px;
    }

    .joint__content-bottom-title {
        font-size: 55px;
    }

    .join__btn {
        padding: 15px 30px;
    }

    .footer-up {
        flex-wrap: wrap;
    }

    .footer-up__payment {
        margin-bottom: 15px;
    }

    .footer-up__payment-item {
        padding: 10px 12px;
    }

    .footer-up__contacts {
        width: 100%;
        justify-content: end;
    }

    footer::after {
        top: 155px;
    }

    .footer-bottom__adress div {
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .hero__background {
        left: 50%;
    }

    .brands::before {
        left: -45px;
        top: -640px;
        width: 345.74px;
        height: 609.13px;
        filter: blur(100px);
    }

    .brands::after {
        content: "";
        position: absolute;
        left: -270px;
        top: -433px;
        width: 539.79px;
        height: 951px;
        background: #442c5f;
        filter: blur(100px);
        transform: rotate(27.58deg);
    }

    .gifts::before {
        width: 539.79px;
        height: 951px;
        left: -237px;
        top: -97px;
        filter: blur(100px);
    }

    .gifts::after {
        width: 324.2px;
        height: 483.53px;
    }

    .joint__content-text {
        padding: 20px 20px 10px;
    }

    .joint__content-title {
        font-size: 37px;
        margin-bottom: 5px;
    }

    .joint__content-bottom-title {
        font-size: 43px;
    }
}

@media (max-width: 920px) {
    .main-header {
        font-size: 53px;
        line-height: 90px;
    }

    .header__menu-item:not(:first-child) {
        padding-left: 20px;
    }

    .header__menu-item:not(:last-child) {
        padding-right: 20px;
    }

    .brands_content {
        flex-direction: column;
    }

    .brands_content-left,
    .brands_content-right {
        width: 100%;
    }

    .brands_list {
        margin-bottom: 15px;
    }

    .brands_content-left {
        position: relative;
    }

    .brands__registration-wrapper {
        position: absolute;
        top: 370px;
        justify-content: center;
        width: 100%;
    }

    .brands__container {
        padding-bottom: 200px;
    }

    .countries__content-right {
        top: 73px;
        right: auto;
        left: 50%;
        padding-top: 110px;
        transform: translateX(-50%);
    }

    .countries_registration-btn {
        position: absolute;
        bottom: -265px;
        left: 50%;
        transform: translateX(-50%);
    }

    .countries__container {
        padding-bottom: 300px;
    }

    .team__content {
        flex-direction: column;
        align-items: center;
    }

    .team__registration-wrapper {
        position: absolute;
        top: 1050px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .team__container {
        padding-bottom: 300px;
    }

    .team__registration-text {
        text-align: left;
    }

    .team__registration-wrapper::before {
        left: 328px;
        top: 8px;
    }

    .footer-up__logo {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .footer-up {
        flex-direction: column;
    }

    .footer-up__payment {
        margin-bottom: 18px;
    }

    .footer-up__contacts {
        justify-content: center;
    }

    footer::after {
        top: 223px;
    }
}

@media (max-width: 760px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__container {
        position: relative;
    }

    .header__container::before {
        content: "";
        position: absolute;
        z-index: 4;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header__container .logo {
        position: relative;
        z-index: 4;
    }

    .header__burger {
        z-index: 4;
    }

    .header__menu {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding-top: 92px;
        padding-bottom: 200px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        background-color: #272627;
        transform: translateX(-1000px);
        transition: transform 0.3s ease-in-out;
    }

    .header__menu-item {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 20px;
        line-height: 65px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header__menu-item a {
        position: relative;
    }

    .header__menu-item:hover a::before {
        background-color: transparent;
    }

    .header__menu-item:hover a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 150px;
        height: 1px;
        background-color: #34bbda;
        transform: translate(-50%);
    }

    .header__menu-item a {
        width: 100%;
        height: 100%;
    }

    .header__menu-item:hover {
        color: #34bbda;
    }

    .header__menu-item:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

    .header__menu-item:not(:first-child) {
        padding-left: 0;
    }

    .header__menu-item:not(:last-child)::before {
        display: none;
    }

    .header__burger {
        position: relative;
        display: block;
        width: 44px;
        height: 44px;
        background: #34bbda;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        cursor: pointer;
    }

    .header__burger::before {
        content: "";
        position: absolute;
        height: 1.5px;
        width: 20px;
        top: 15px;
        left: 50%;
        background-color: #ffffff;
        transform: translateX(-50%);
        transition: transform 0.3s ease-in-out;
    }

    .header__burger span {
        position: absolute;
        height: 1.5px;
        width: 20px;
        top: 50%;
        left: 50%;
        background-color: #ffffff;
        transform: translate(-50%, -50%);
    }

    .header__burger::after {
        content: "";
        position: absolute;
        height: 1.5px;
        width: 20px;
        top: 28px;
        left: 50%;
        background-color: #ffffff;
        transform: translateX(-50%);
        transition: transform 0.3s ease-in-out;
    }

    .header__burger_active span {
        display: none;
    }

    .header__burger_active::before {
        top: 50%;
        transform: translate(-50%, 50%) rotate(-45deg);
        width: 25px;
    }

    .header__burger_active::after {
        top: 50%;
        transform: translate(-50%, 50%) rotate(45deg);
        width: 25px;
    }

    .header__menu_active {
        transform: translateX(0);
    }

    .bcgr-blur_active {
        position: absolute;
        z-index: 5;
        display: block;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(8px);
    }

    .header__container {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .hero__container {
        padding-top: 33px;
    }

    .hero__header {
        margin-bottom: 23px;
        font-size: 20px;
        line-height: 24px;
    }

    .main-header {
        font-size: 25px;
        line-height: 25px;
    }

    .main-header-decor {
        -webkit-text-stroke: 1px #ffffff;
    }

    .main-header {
        margin-bottom: 15px;
    }

    .hero__list {
        flex-direction: column;
    }

    .hero__item {
        max-width: 100%;
    }

    .hero__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 9px;
    }

    .hero__item {
        align-items: center;
    }

    .hero__item-text {
        font-size: 12px;
        line-height: 16px;
    }

    .hero__item-text br {
        display: none;
    }

    .hero__registration-wrapper {
        flex-direction: column;
    }

    .hero__registration-btn {
        margin-bottom: 15px;
        margin-right: 0;
        padding: 13px 21px;
        max-width: 194px;
        font-size: 14px;
        line-height: 17px;
    }

    .hero__registration-text {
        font-size: 14px;
        line-height: 20px;
    }

    .registration__icon {
        margin-right: 6px;
        width: 33px;
        height: 33px;
    }

    .hero__registration-wrapper::before {
        background-image: url("/themes/shakesv3/shakes-promo/img/media/hero_arrow-mb.png");
        left: 215px;
        bottom: 22px;
    }

    .hero__container {
        padding-bottom: 50px;
    }

    .subtitle {
        font-size: 25px;
        line-height: 30px;
    }

    .brands__subtitle {
        max-width: 328px;
    }

    .countries__subtitle {
        margin-bottom: 0;
    }

    .countries__content-right {
        top: 0;
    }

    .countries__container {
        padding-bottom: 350px;
    }

    .team__registration-wrapper {
        top: auto;
        bottom: 115px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .team__registration-wrapper::before {
        left: 71%;
    }

    .team__content-left {
        width: 100%;
    }

    .title {
        font-size: 25px;
        line-height: 25px;
    }

    .team__text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .gifts__text {
        margin-bottom: 87px;
        font-size: 36px;
        line-height: 80px;
        text-align: center;
    }

    .gifts__line {
        position: relative;
        z-index: 2;
        height: 130px;
    }

    .gifts__item-watch {
        top: 239px;
        left: 77%;
        width: 70.02px;
        height: 43.86px;
        transform: rotate(85deg);
    }

    .gifts__item-notebook {
        top: 134px;
        left: 38%;
        width: 102.51px;
        height: 109.62px;
    }

    .gifts__item-ps {
        top: 183px;
        left: 15%;
        width: 59.62px;
        height: 40.88px;
    }

    .gifts__item-car1 {
        top: 248px;
        left: 20%;
        width: 220px;
        height: 144px;
    }

    .gifts__item-car2 {
        top: 236px;
        left: 35%;
        width: 239px;
        height: 179px;
    }

    .gifts__item-headphones {
        left: 61%;
        top: 169px;
        width: 48.74px;
        height: 48.74px;
    }

    .gifts__item-phone {
        top: 102px;
        left: 71%;
        width: 43px;
        height: 30px;
    }

    .reviews__text {
        font-size: 16px;
        line-height: 30px;
    }

    .reviews__slide {
        flex-direction: column;
    }

    .reviews__logo {
        margin-right: 0;
        margin-bottom: 14px;
    }

    .reviews__desc {
        font-size: 14px;
        line-height: 19px;
    }

    .join__content {
        height: 290px;
    }

    .join__container {
        padding-bottom: 40px;
    }

    .joint__content-text {
        padding: 20px 12px 5px;
    }

    .joint__content-title {
        font-size: 32px;
    }

    .joint__content-bottom-title {
        font-size: 35px;
    }

    .join__btn {
        width: 190px;
        padding: 10px 25px;
        font-size: 12px;
    }

    .footer-up__payment-item:last-child {
        margin-top: 8px;
    }

    .footer-up__payment {
        flex-wrap: wrap;
    }

    .footer-up__payment-item {
        width: calc(100% / 2 - 16px);
    }

    footer::after {
        top: 278px;
    }
}

@media (max-width: 550px) {
    .hero__registration {
        justify-content: flex-end;
    }

    .brands__subtitle {
        max-width: 100%;
    }

    .brands__swiper-button-prev {
        left: auto;
        bottom: -64px;
        right: calc(50% + 30px);
        transform: translateX(50%);
    }

    .brands__swiper-button-next {
        top: auto;
        right: calc(50% - 30px);
        bottom: -64px;
        transform: rotate(180deg) translateX(-50%);
    }

    .brands__swiper-button-prev svg,
    .brands__swiper-button-next svg,
    .brands__swiper-button-next,
    .brands__swiper-button-prev {
        width: 44px;
        height: 44px;
    }

    .brands__registration-wrapper {
        top: auto;
        bottom: -380px;
        flex-direction: column;
    }

    .brands__registration-text {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .brands__container {
        padding-bottom: 270px;
    }

    .brands__registration-wrapper::before {
        top: -17px;
        left: 85%;
        background-image: url("/themes/shakesv3/shakes-promo/img/media/brands_arrow-mb.png");
    }

    .countries__content-right {
        top: 82px;
        padding-top: 56px;
        width: 350px;
        height: 209px;
    }

    .flag img {
        width: 49%;
    }

    .flag-austria {
        top: 14px;
        left: 0;
    }

    .flag-albania {
        top: 33px;
        left: 8px;
    }

    .flag-columbia {
        top: 53px;
        left: 2px;
    }

    .flag-pakistan {
        top: 70px;
        left: 3px;
    }

    .flag-azerbaijan {
        top: 18px;
        left: 30px;
    }

    .flag-algeria {
        top: 34px;
        left: 31px;
    }

    .flag-kosovo {
        top: 55px;
        left: 29px;
    }

    .flag-peru {
        top: 71px;
        left: 24px;
    }

    .flag-sa {
        top: 15px;
        left: 49px;
    }

    .flag-argentina {
        top: 33px;
        left: 64px;
    }

    .flag-mali {
        top: 55px;
        left: 48px;
    }

    .flag-poland {
        top: 70px;
        left: 48px;
    }

    .flag-costa {
        top: 49px;
        left: 67px;
    }

    .flag-uae {
        top: 67px;
        left: 59px;
    }

    .flag-armenia {
        top: 16px;
        left: 79px;
    }

    .flag-bangladesh {
        top: 33px;
        left: 85px;
    }

    .flag-ireland {
        top: 51px;
        left: 91px;
    }

    .flag-oman {
        top: 68px;
        left: 95px;
    }

    .flag-belarus {
        top: 13px;
        left: 107px;
    }

    .flag-belgium {
        top: 27px;
        left: 115px;
    }

    .flag-bulgaria {
        top: 44px;
        left: 112px;
    }

    .flag-morocco {
        top: 64px;
        left: 112px;
    }

    .flag-bolivia {
        top: 11px;
        left: 124px;
    }

    .flag_burkina {
        top: 14px;
        left: 148px;
    }

    .flag-bosnia {
        top: 26px;
        left: 134px;
    }

    .flag-ghana {
        top: 48px;
        left: 143px;
    }

    .flag-mexico {
        top: 64px;
        left: 131px;
    }

    .flag-hungary {
        top: 15px;
        left: 163px;
    }

    .flag-vietnam {
        top: 32px;
        left: 165px;
    }

    .flag-guatemala {
        top: 45px;
        left: 166px;
    }

    .flag-moldova {
        top: 61px;
        left: 161px;
    }

    .flag-honduras {
        top: 15px;
        left: 187px;
    }

    .flag-germany {
        top: 28px;
        left: 177px;
    }

    .flag-kuwait {
        top: 49px;
        left: 182px;
    }

    .flag-portugal {
        top: 64px;
        left: 180px;
    }

    .flag-lithuania {
        top: 49px;
        left: 207px;
    }

    .flag-russia {
        top: 74px;
        left: 214px;
    }

    .flag-greece {
        top: 15px;
        left: 206px;
    }

    .flag-georgia {
        top: 30px;
        left: 213px;
    }

    .flag-iraq {
        top: 43px;
        left: 223px;
    }

    .flag-netherlands {
        top: 58px;
        left: 220px;
    }

    .flag-egypt {
        top: 10px;
        left: 228px;
    }

    .flag-india {
        top: 28px;
        left: 231px;
    }

    .flag-latvia {
        top: 46px;
        left: 249px;
    }

    .flag-myanmar {
        top: 61px;
        left: 245px;
    }

    .flag-spain {
        top: 20px;
        left: 259px;
    }

    .flag-indonesia {
        top: 36px;
        left: 264px;
    }

    .flag-luxembourg {
        top: 50px;
        left: 264px;
    }

    .flag-rwanda {
        top: 69px;
        left: 262px;
    }

    .flag-italia {
        top: 13px;
        left: 280px;
    }

    .flag-kazakhstan {
        top: 30px;
        left: 278px;
    }

    .flag-cambodia {
        top: 15px;
        left: 303px;
    }

    .flag-qatar {
        top: 29px;
        left: 310px;
    }

    .flag-kenya {
        top: 50px;
        left: 287px;
    }

    .flag-macedonia {
        top: 65px;
        left: 279px;
    }

    .flag-malaysia {
        top: 70px;
        left: 302px;
    }

    .flag-cyprus {
        top: 13px;
        left: 320px;
    }

    .flag-kyrgyzstan {
        top: 42px;
        left: 313px;
    }

    .reviews__pagination {
        display: none;
    }

    .reviews__swiper-button-next.swiper-arrow svg,
    .reviews__swiper-button-prev.swiper-arrow svg,
    .reviews__swiper-button-prev.swiper-arrow,
    .reviews__swiper-button-next.swiper-arrow {
        height: 43px;
        width: 43px;
    }

    .reviews__swiper-button-next.swiper-arrow {
        right: calc(50% - 30px);
    }

    .reviews__swiper-button-prev.swiper-arrow {
        right: calc(50% + 30px);
    }

    .gifts {
        padding-bottom: 130px;
    }

    .team__registration-text {
        font-size: 14px;
        line-height: 20px;
    }

    .team__registration-btn {
        padding: 13px 24px;
        font-size: 14px;
        line-height: 17px;
    }

    .team__registration-btn {
        margin-bottom: 20px;
    }

    .team__registration-wrapper::before {
        top: -22px;
        left: 75%;
    }

    .brands__swiper {
        margin: 0;
    }

    .brands_item {
        font-size: 14px;
        line-height: 20px;
    }

    .gifts__item-car1 {
        top: 169px;
        left: -4%;
    }

    .gifts__item-car2 {
        top: 159px;
        left: 30%;
    }

    .gifts__item-ps {
        top: 130px;
        left: 5%;
        width: 52.62px;
    }

    .gifts__item-notebook {
        top: 82px;
    }

    .gifts__item-watch {
        top: 165px;
    }

    .gifts__item-headphones {
        top: 115px;
        left: 68%;
    }

    .gifts__item-phone {
        top: 69px;
        left: 84%;
    }

    .gifts__title,
    .gifts__text {
        text-align: left;
    }

    .gifts__text {
        line-height: 30px;
    }

    .gifts__title {
        font-size: 24px;
    }

    .main-header {
        font-size: 21px;
    }

    .reviews__desc-text_active {
        height: 100%;
    }

    .reviews__partner-button {
        font-size: 12px;
    }

    .reviews__partner-name {
        font-size: 18px;
    }

    .join__content {
        height: 190px;
    }

    .join__content-text {
        padding: 15px 10px 10px;
    }

    .joint__content-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .joint__content-bottom-title {
        font-size: 16px;
    }

    .join__btn {
        width: 120px;
        padding: 1% 3%;
        font-size: 8px;
    }
}

@media screen and (max-width: 360px) {
    #registrationForm_captcha {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
