/*
Theme Name: ggr-partners
*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: 0
}

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

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

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

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

body {
    color: #fff;
    font-family: Archivo, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    min-width: 320px;
    margin: 0;
    background: #0e1a3b
}

.container {
    width: 100%;
    max-width: 1872px;
    padding: 0 36px;
    margin: 0 auto
}

.title {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
}

.title span {
    color: #3efcff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.title:hover span {
    color: #ff00b8
}

.btn {
    display: block;
    background: #3efcff;
    color: #0e1a3b;
    padding: 16px 20px;
    width: 100%;
    font-size: 20px;
    max-width: 282px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: 0 0 0 #3efcff;
    box-shadow: 0 0 0 #3efcff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn:hover {
    color: #0e1a3b;
    -webkit-box-shadow: 0 5px 20px #3efcff;
    box-shadow: 0 5px 20px #3efcff
}

.border-btn {
    border: 1px solid #3efcff;
    background: 0 0;
    color: #3efcff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.border-btn:hover {
    background: #3efcff;
    color: #0e1a3b
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3efcff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.social__link:hover {
    background: #ff00b8
}

.social__link:hover svg path {
    fill: #fff
}

.social__link-icon {
    display: block;
    width: 24px
}

:root {
    --color-bg1: rgb(142, 7, 210);
    --color-bg2: rgb(2, 39, 184);
    --color1: 18, 113, 255;
    --color2: 221, 74, 255;
    --color-interactive: 140, 100, 255;
    --circle-size: 200%;
    --blending: hard-light
}

@-webkit-keyframes moveInCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes moveInCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }

    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }

    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }

    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(-30%) translateY(-10%);
        transform: translateX(-30%) translateY(-10%)
    }

    50% {
        -webkit-transform: translateX(40%) translateY(10%);
        transform: translateX(40%) translateY(10%)
    }

    100% {
        -webkit-transform: translateX(-30%) translateY(-10%);
        transform: translateX(-30%) translateY(-10%)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(-30%) translateY(-10%);
        transform: translateX(-30%) translateY(-10%)
    }

    50% {
        -webkit-transform: translateX(40%) translateY(10%);
        transform: translateX(40%) translateY(10%)
    }

    100% {
        -webkit-transform: translateX(-30%) translateY(-10%);
        transform: translateX(-30%) translateY(-10%)
    }
}

.promo {
    padding: 0 0 155px;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #040b28;
    top: 0;
    left: 0;
    color: #fff
}

.promo .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%
}

.promo .container {
    position: relative;
    z-index: 30
}

.promo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0
}

.promo__top .navigation {
    max-width: 280px
}

.promo__logo {
    display: block;
    font-size: 36px;
    font-weight: 900;
    cursor: pointer
}

.promo__logo img {
    display: block;
    max-width: 180px;
}

.promo__content {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 130px
}

.promo__content-title {
    font-size: 160px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.promo__content-title span {
    display: block;
    color: #3efcff
}

.promo__content .navigation {
    margin: 0 auto;
    max-width: 580px
}

.promo__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.promo__bonus-item {
    padding: 40px 24px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 200%
}

.promo__bonus-item span {
    display: block;
    font-size: 52px;
    font-weight: 700;
    text-transform: none
}

.promo svg {
    display: none
}

.promo .gradients-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: url(#goo) blur(30px);
    filter: url(#goo) blur(30px);
    width: 100%;
    height: 100%
}

.promo .g1 {
    position: absolute;
    background: -o-radial-gradient(center, circle, rgba(var(--color1), .8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    background: radial-gradient(circle at center, rgba(var(--color1), .8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(20% - var(--circle-size)/ 2);
    left: calc(80% - var(--circle-size)/ 2);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: moveVertical 50s ease infinite;
    animation: moveVertical 50s ease infinite;
    opacity: 1
}

.promo .g2 {
    position: absolute;
    background: -o-radial-gradient(center, circle, rgba(var(--color2), .8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    background: radial-gradient(circle at center, rgba(var(--color2), .8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(30% - var(--circle-size)/ 2);
    left: calc(40% - var(--circle-size)/ 2);
    -webkit-transform-origin: calc(50% - 400px);
    -ms-transform-origin: calc(50% - 400px);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 40s reverse infinite;
    opacity: 1
}

.about-us {
    padding: 180px 0
}

.about-us__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 150px;
    background: #192851;
    overflow: hidden;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.about-us__wrapper:hover {
    border-radius: 20px
}

.about-us .content {
    width: 100%;
    max-width: 586px
}

.about-us__title {
    margin-bottom: 30px
}

.about-us__desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 80px
}

.about-us__picture {
    position: relative;
    width: 100%;
    max-width: 900px
}

.about-us__picture-person {
    display: block;
    width: 100%;
    -webkit-animation: breathe 5s ease-in-out infinite;
    animation: breathe 5s ease-in-out infinite
}

.about-us__picture-dolrs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    -webkit-animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite;
    animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes breathe {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

@keyframes breathe {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }
}

.brand-our {
    padding: 40px 0 220px
}

.brand-our__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-our__picture {
    display: block;
    width: 100%;
    max-width: 1042px
}

.brand-our__title {
    margin-bottom: 40px
}

.brand-our__list li {
    position: relative;
    font-size: 24px;
    line-height: 120%;
    padding-left: 36px;
    max-width: 600px
}

.brand-our__list li::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #3efcff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.brand-our__list li:hover::after {
    background: #ff00b8
}

.brand-our__list li+li {
    margin-top: 16px
}

.providersMarkets {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 180px;
    overflow: hidden
}

.providersMarkets__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.providersMarkets__item {
    text-align: center
}

.providersMarkets__item-subtitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 4px
}

.providersMarkets__item-counter {
    font-size: 124px;
    font-weight: 900;
    line-height: 90%;
    text-transform: uppercase
}

.providersMarkets svg {
    display: none
}

.providersMarkets .gradients-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: url(#goo) blur(40px);
    filter: url(#goo) blur(40px);
    width: 100%;
    height: 100%
}

.providersMarkets .g1 {
    position: absolute;
    background: -o-radial-gradient(center, circle, rgba(var(--color1), .8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    background: radial-gradient(circle at center, rgba(var(--color1), .8) 0, rgba(var(--color1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size)/ 2);
    left: calc(70% - var(--circle-size)/ 2);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: moveVertical 30s ease infinite;
    animation: moveVertical 30s ease infinite;
    opacity: 1
}

.providersMarkets .g2 {
    position: absolute;
    background: -o-radial-gradient(center, circle, rgba(var(--color2), .8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    background: radial-gradient(circle at center, rgba(var(--color2), .8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size)/ 2);
    left: calc(50% - var(--circle-size)/ 2);
    -webkit-transform-origin: calc(50% - 400px);
    -ms-transform-origin: calc(50% - 400px);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;
    opacity: 1
}

.providersMarkets .interactive {
    position: absolute;
    background: -o-radial-gradient(center, circle, rgba(var(--color-interactive), .8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    background: radial-gradient(circle at center, rgba(var(--color-interactive), .8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    opacity: .7
}

.contacts {
    padding: 60px 0 180px;
    background: #040d28
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__title {
    font-size: 80px;
    margin-bottom: 120px
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 31%;
}

.contacts__item-photo {
    display: block;
    width: 120px;
    border-radius: 50%
}

.contacts__item-name {
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 4px
}

.contacts__item-posititon {
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contacts__item+.contacts__item {
    /* margin-top: 52px */
}

.contacts .content {
    /* padding-left: 150px */
}

.contacts-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}

.contacts .form {
    position: relative;
    width: 100%;
    max-width: 890px;
    background: #192851;
    padding: 96px 152px
}

.contacts .form__title {
    font-size: 44px;
    line-height: 112%;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px
}

.contacts .form__description {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 44px
}

.contacts .form .form-thanks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #192851;
    padding: 96px 152px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.contacts .form .form-thanks__img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 32px;
    -webkit-animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite;
    animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite
}

.contacts .form .form-thanks__title {
    font-size: 48px
}

.contacts .form .form-thanks__descriton {
    font-size: 18px;
    opacity: .6;
    margin: 8px 0 22px
}

.contacts .form .form-thanks__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px
}

.contacts .form .form-thanks__btn {
    border: none;
    max-width: 80%;
    margin: 0 auto;
    cursor: pointer
}

.contacts .form .form-thanks.active {
    display: block
}

.contacts .form form {
    position: relative
}

.contacts .form form input {
    width: 100%;
    background: #040d28;
    padding: 17px 10px;
    border: none;
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input::-moz-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input::placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 140px;
    background: #040d28;
    padding: 17px 10px;
    border: none;
    margin: 0 0 86px;
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea::-moz-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea:-ms-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea::-ms-input-placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form textarea::placeholder {
    font-size: 20px;
    line-height: 112%;
    font-weight: 500;
    color: #fff
}

.contacts .form form input[type=submit] {
    display: block;
    background: #3efcff;
    color: #0e1a3b;
    padding: 16px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    cursor: pointer;
    margin-bottom: 0 !important
}

.contacts .form form input {
    margin-bottom: 50px
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
    position: absolute;
    right: 11px;
    width: 100%;
    left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0
}

.wpcf7-response-output {
    position: absolute
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.footer {
    padding: 48px 0;
    border-top: 1.6px solid #192851;
    background: #040d28
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .logo-footer {
    max-width: 590px
}

.footer .logo-footer__link {
    display: block;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 32px
}

.logo-footer__link img {
    display: block;
    width: 160px;
}

.footer .logo-footer__text {
    font-weight: 400;
    line-height: 140%;
    opacity: .8
}

.footer .navigation-foter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.footer .navigation-foter__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px
}

.footer .navigation-foter__item {
    width: 280px
}

.footer .navigation-foter__list-link {
    display: block;
    font-size: 20px;
    line-height: 140%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .navigation-foter__list-link:hover {
    opacity: .5
}

.footer .navigation-foter__list-item+.navigation-foter__list-item {
    margin-top: 12px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0e1a3b;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.preloader--hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ba55d3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f0f;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.contacts-row {
    display: flex;
    justify-content: space-between;
    bottom: 20px;
    gap: 40px;
}

.mySwiper {
    max-width: 1048px;
    height: 350px;
    display: flex;
    margin: 52px auto;
}

.swiper-slide-logo {
    height: 50px;
    border-radius: 10px;
    margin-bottom: 4px;
}

.swiper-slide-logo-toronto {
    margin-top: 10px;
    height: 40px;
}

.swiper-slide-logo-small {
    margin-top: 10px;
    height: 30px;
}

.swiper-slide {
    background: linear-gradient(180deg, #291D64 0%, #1E1450 100%);
    border: 1px solid rgba(255, 255, 255, 0.064);
    height: 294px;
    gap: 12px;
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
}

.swiper-slide-text {
    margin: 16px 0 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.swiper-link {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: rgba(60, 250, 253, 1);
    text-decoration: underline;
    font-size: 14px;
    line-height: 22px;
}

.stars {
    width: 152px;
    display: block;
}

.swiper-pagination {
    margin-top: 60px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    background: url("../img/Arrow.svg") center / contain no-repeat;
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    width: 16px;
    height: 16px;
    left: 50%;
    transform: translateX(80px);
    z-index: 999;
}

.swiper-button-prev {
    transform: translateX(-96px) rotate(180deg);
}

.swiper-pagination-bullet {
    background-color: #ffff;
    width: 8px;
    height: 4px;
    opacity: 1;
    border-radius: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
}

@media screen and (min-width:900px) {
    .swiper-slide {
        width: 336px !important;
    }
}

@media screen and (max-width:1568px) {
    .btn {
        padding: 12px 20px;
        font-size: 16px
    }

    .title {
        font-size: 60px
    }

    .promo {
        height: auto;
        padding-bottom: 63px
    }

    .promo__content {
        max-width: 100%
    }

    .promo__content-title {
        font-size: 132px;
        line-height: 90%
    }

    .promo__bonus {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 52px
    }

    .promo__bonus-item {
        padding: 32px 24px;
        font-size: 16px
    }

    .promo__bonus-item span {
        font-size: 44px
    }

    .about-us {
        padding: 120px 0
    }

    .about-us__wrapper {
        gap: 16px;
        padding: 0 0 0 102px
    }

    .about-us .content {
        max-width: 456px
    }

    .about-us__desc {
        font-size: 20px;
        margin-bottom: 60px
    }

    .about-us__picture {
        position: relative;
        width: 100%;
        max-width: 900px
    }

    .about-us__picture-person {
        display: block;
        width: 100%;
        -webkit-animation: breathe 5s ease-in-out infinite;
        animation: breathe 5s ease-in-out infinite
    }

    .about-us__picture-dolrs {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        -webkit-animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite;
        animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite
    }

    .brand-our {
        padding: 20px 0 120px
    }

    .brand-our__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .brand-our__picture {
        max-width: 700px
    }

    .brand-our__title {
        margin-bottom: 32px
    }

    .brand-our__list li {
        font-size: 20x;
        padding-left: 36px;
        max-width: 520px
    }

    .providersMarkets {
        margin-bottom: 120px
    }

    .providersMarkets__wrapper {
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .providersMarkets__item-subtitle {
        font-size: 24px
    }

    .providersMarkets__item-counter {
        font-size: 84px
    }

    .contacts {
        padding: 40px 0 120px
    }

    .contacts__title {
        font-size: 60px;
        margin-bottom: 96px
    }

    .contacts__item-photo {
        width: 108px
    }

    .contacts__item-name {
        font-size: 28px
    }

    .contacts__item-posititon {
        margin-bottom: 16px
    }



    .contacts__item+.contacts__item {
        /* margin-top: 48px */
        /* margin-left: 88px; */
    }

    .contacts .content {
        /* padding-left: 100px */
    }

    .contacts .form {
        max-width: 650px;
        padding: 72px 100px
    }

    .contacts .form__title {
        font-size: 32px
    }

    .contacts .form__description {
        font-size: 20px;
        margin-bottom: 34px
    }

    .contacts .form .form-thanks {
        padding: 72px 100px
    }

    .contacts .form .form-thanks__img {
        margin: 0 auto 32px
    }

    .contacts .form .form-thanks__title {
        font-size: 48px
    }

    .contacts .form .form-thanks__descriton {
        margin: 8px 0 16px
    }

    .contacts .form .form-thanks__subtitle {
        margin-bottom: 30px
    }


    .contacts .form form input {
        padding: 17px 10px;
        font-size: 18px
    }

    .contacts .form form input::-webkit-input-placeholder {
        font-size: 18px
    }

    .contacts .form form input::-moz-placeholder {
        font-size: 18px
    }

    .contacts .form form input:-ms-input-placeholder {
        font-size: 18px
    }

    .contacts .form form input::-ms-input-placeholder {
        font-size: 18px
    }

    .contacts .form form input::placeholder {
        font-size: 18px
    }

    .contacts .form form input {
        margin-bottom: 20px
    }

    .contacts .form form textarea {
        margin: 0 0 42px;
        font-size: 18px
    }

    .contacts .form form textarea::-webkit-input-placeholder {
        font-size: 18px
    }

    .contacts .form form textarea::-moz-placeholder {
        font-size: 18px
    }

    .contacts .form form textarea:-ms-input-placeholder {
        font-size: 18px
    }

    .contacts .form form textarea::-ms-input-placeholder {
        font-size: 18px
    }

    .contacts .form form textarea::placeholder {
        font-size: 18px
    }
}

@media screen and (max-width:992px) {
    .container {
        padding: 0 20px
    }

    .title {
        font-size: 28px
    }

    .btn {
        padding: 8px 12px;
        font-size: 15px
    }

    .promo__content-title {
        font-size: 82px
    }

    .promo__bonus {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 140px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promo__bonus-item {
        width: 45%;
        padding: 32px 24px;
        font-size: 16px
    }

    .promo__bonus-item span {
        font-size: 44px
    }

    .about-us {
        padding: 80px 0
    }

    .about-us__wrapper {
        gap: 32px;
        padding: 48px 32px 0 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-us__wrapper:hover {
        border-radius: none
    }

    .about-us .content {
        max-width: 100%
    }

    .about-us__desc {
        font-size: 18px;
        margin-bottom: 52px
    }

    .about-us__picture {
        position: relative;
        width: 100%;
        max-width: 900px
    }

    .about-us__picture-person {
        display: block;
        width: 100%;
        -webkit-animation: breathe 5s ease-in-out infinite;
        animation: breathe 5s ease-in-out infinite
    }

    .about-us__picture-dolrs {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        -webkit-animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite;
        animation: float 3s cubic-bezier(.25, .1, .25, 1) infinite
    }

    .brand-our {
        padding: 20px 0 120px
    }

    .brand-our__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .brand-our__title {
        margin-bottom: 24px
    }

    .brand-our__list li {
        font-size: 18px
    }

    .providersMarkets {
        margin-bottom: 80px
    }

    .providersMarkets__wrapper {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .providersMarkets__item-subtitle {
        font-size: 16px
    }

    .providersMarkets__item-counter {
        font-size: 64px
    }

    .contacts {
        padding: 40px 0 80px
    }

    .contacts__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 80px
    }

    .contacts__title {
        font-size: 56px;
        margin-bottom: 52px
    }

    .contacts .content {
        padding-left: 0;
        width: 100%;
        max-width: 650px
    }

    .contacts__item-name {
        font-size: 24px
    }

    .contacts .form form input {
        margin-bottom: 20px
    }

    .contacts .form form textarea {
        margin-bottom: 30px
    }

    .footer {
        padding: 32px 0 32px
    }

    .footer__wrapper {
        gap: 20px
    }

    .footer .logo-footer {
        max-width: 290px
    }

    .footer .logo-footer__link {
        font-size: 28px;
        margin-bottom: 16px
    }

    .footer .logo-footer__text {
        font-size: 14px
    }

    .footer .navigation-foter__title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .footer .navigation-foter__item {
        width: 180px
    }

    .footer .navigation-foter__list-link {
        font-size: 16px
    }

    .footer .navigation-foter__list-item+.navigation-foter__list-item {
        margin-top: 12px
    }

    .contacts-row {
        flex-direction: column;
        gap: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media screen and (max-width:568px) {
    .logo-footer__link img {
        margin: 0 auto;
    }

    .promo__logo img {
        max-width: 100px;
    }

    .promo {
        padding-bottom: 16px;
        padding-bottom: 50px
    }

    .promo__top {
        padding: 16px 0
    }

    .promo__logo {
        font-size: 24px
    }

    .promo .navigation {
        gap: 8px;
        max-width: 240px
    }

    .promo__content {
        margin-top: 26px
    }

    .promo__content-title {
        font-size: 40px
    }

    .promo__content .navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }

    .promo__content .navigation .btn {
        max-width: 100%;
        padding: 18px;
        font-size: 18px
    }

    .promo__bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24px
    }

    .promo__bonus-item {
        width: 100%;
        padding: 12px 24px;
        font-size: 13px
    }

    .promo__bonus-item span {
        font-size: 28px
    }

    .about-us {
        padding: 60px 0
    }

    .about-us__wrapper {
        gap: 20px;
        padding: 36px 16px 0 16px
    }

    .about-us__title {
        margin-bottom: 16px
    }

    .about-us .btn {
        max-width: 100%;
        padding: 18px 20px;
        font-size: 18px
    }

    .about-us__desc {
        font-size: 16px;
        margin-bottom: 24px
    }

    .brand-our {
        padding: 0 0 60px
    }

    .brand-our__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .brand-our__title {
        margin-bottom: 16px
    }

    .brand-our__list li {
        font-size: 16px
    }

    .providersMarkets {
        margin-bottom: 60px
    }

    .providersMarkets__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .providersMarkets__item-subtitle {
        font-size: 15px
    }

    .providersMarkets__item-counter {
        font-size: 44px
    }

    .contacts {
        padding: 40px 0 56px
    }

    .contacts__wrapper {
        gap: 60px
    }

    .contacts__title {
        font-size: 28px;
        margin-bottom: 40px
    }

    .contacts .content {
        padding-left: 0;
        width: 70%;
        margin: 0 auto;
        max-width: 650px;
    }

    .contacts__item {
        gap: 16px
    }

    .contacts__item-name {
        font-size: 20px
    }

    .contacts__item-photo {
        max-width: 80px
    }

    .contacts__item-posititon {
        font-size: 12px;
        margin-bottom: 8px
    }

    .contacts .form {
        max-width: 650px;
        padding: 28px 16px
    }

    .contacts .form .form-thanks {
        padding: 28px 16px
    }

    .contacts .form .form-thanks__img {
        margin: 0 auto 12px;
        max-width: 140px
    }

    .contacts .form .form-thanks__title {
        font-size: 24px
    }

    .contacts .form .form-thanks__descriton {
        margin: 4px 0 16px
    }

    .contacts .form .form-thanks__subtitle {
        font-size: 18px;
        margin-bottom: 30px
    }

    .contacts .form .form-thanks__btn {
        max-width: 100%
    }

    .contacts .form__title {
        font-size: 22px
    }

    .contacts .form__description {
        font-size: 16px;
        margin-bottom: 20px
    }

    .contacts .form form input {
        padding: 10px 10px;
        font-size: 16px
    }

    .contacts .form form input::-webkit-input-placeholder {
        font-size: 16px
    }

    .contacts .form form input::-moz-placeholder {
        font-size: 16px
    }

    .contacts .form form input:-ms-input-placeholder {
        font-size: 16px
    }

    .contacts .form form input::-ms-input-placeholder {
        font-size: 16px
    }

    .contacts .form form input::placeholder {
        font-size: 16px
    }

    .contacts .form form textarea {
        margin: 0 0 22px;
        font-size: 16px
    }

    .contacts .form form textarea::-webkit-input-placeholder {
        font-size: 16px
    }

    .contacts .form form textarea::-moz-placeholder {
        font-size: 16px
    }

    .contacts .form form textarea:-ms-input-placeholder {
        font-size: 16px
    }

    .contacts .form form textarea::-ms-input-placeholder {
        font-size: 16px
    }

    .contacts .form form textarea::placeholder {
        font-size: 16px
    }

    .contacts .form form input {
        margin-bottom: 20px
    }

    .footer {
        padding: 32px 0 32px;
        text-align: center
    }

    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .footer .logo-footer {
        margin: 0 auto;
        max-width: 300px
    }

    .footer .logo-footer br {
        display: none
    }

    .footer .logo-footer__text {
        font-size: 12px
    }

    .footer .navigation-foter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .footer .navigation-foter__item {
        width: 100%
    }

    .footer .navigation-foter__title {
        font-size: 18px
    }

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

    .contacts__item+.contacts__item {
        margin-left: 0;
        margin-top: 48px;
    }

    .testimonials .container {
        padding: 0 8px;
    }

    .swiper-slide {
        margin: 0 4px;
    }

    .swiper-pagination {
        opacity: 0.5;
    }

    .mySwiper {
        height: 336px;
        padding-right: 30px;
    }

}