@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    /* linear-gradient(to bottom right, #000, #2b2043); */
}

@media (max-width:75em) {
    html {
        font-size: 56.25%
    }
}

@media (max-width:56.25em) {
    html {
        font-size: 50%
    }
}

@media (min-width:112.5em) {
    html {
        font-size: 75%
    }
}

body {
    box-sizing: border-box;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #000
}

::-webkit-scrollbar-thumb {
    background: #36529f;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #293e79;
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    font-size: 1.6rem;
    background-color: #000;
    position: relative;
}

.heading--primary {
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width:37.5em) {
    .heading--primary {
        font-size: 2.5rem;
    }
}

.heading--secondary {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600
}

.heading--tertiary {
    font-size: 2.5rem;
    font-weight: 600
}

.heading--tertiary__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem
}

.paragraph {
    margin-bottom: 3rem
}

@media (max-width:37.5em) {
    .paragraph {
        margin-bottom: 2.5rem
    }
}

.paragraph--muted {
    color: #a1a1a1
}

.row {
    max-width: 114rem;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.row .col-1-of-2 {
    flex: 0 1 50%
}

.row .col-1-of-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media (max-width:56.25em) {
    .row .col-1-of-2 {
        flex: 0 0 100%
    }
}

@media (max-width:37.5em) {
    .row .col-1-of-2 {
        flex: 0 1 50%
    }
}

@media (max-width:56.25em) {
    .row .col-image {
        display: none
    }
}

@media (max-width:37.5em) {
    .row .col-image {
        display: block
    }
}

.header {
    background-color: #0e101f;
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 1000
}

.header .row {
    justify-content: space-between;
    align-items: baseline
}

@media (max-width:56.25em) {
    .header {
        background-color: transparent
    }
}

.section-banner {
    background-color: rgba(0, 0, 0, 0);
    background: url(../img/first-block.png) no-repeat bottom/cover;
    padding: 20rem 3rem;
}

@media (max-width:56.25em) {
    .section-banner {
        text-align: center
    }
}

@media (max-width:37.5em) {
    .section-banner {
        text-align: left
    }
}

.section-banner__img {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 20%;
    opacity: 0;
    /**/
}

@media (max-width:37.5em) {
    .section-banner__img {
        display: none
    }
}

.section-banner__img-2 {
    width: 15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: none
}

@media (max-width:37.5em) {
    .section-banner__img-2 {
        display: block
    }
}

.section-banner__img-container {
    position: relative;
    height: 100%;
    width: 100%
}

@media (max-width:75em) {
    .section-banner {
        padding: 15rem 3rem
    }
}

@media (max-width:56.25em) {
    .section-banner {
        padding: 7rem 3rem;
        background: url(../img/first-block-mobile.png) no-repeat center/cover
    }
}

@media (max-width:37.5em) {
    .section-banner {
        padding: 6rem 2rem 4rem 2rem
    }
}

.section-worth {
    background-color: #0e101f;
    padding: 5rem 1rem
}

.section-worth .line {
    margin: .5rem auto
}

.section-worth .row {
    justify-content: center;
    align-items: flex-start
}

@media (max-width:37.5em) {
    .section-worth .row {
        align-items: center;
        flex-direction: column;
    }
}

.section-about--1 {
    background-color: #000;
    padding: 5rem 0;
    overflow: hidden;
    /* FOR ANIMATION PURPOSES */
}

.section-about--1 .line {
    margin: .5rem auto;
}

.container-fluid {
    width: 100%;
    padding: 0;
}

.container-fluid .row--to-right {
    padding: 5rem 0;
    margin: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: no-repeat bottom;
    background-color: rgba(0, 0, 0, .7);
    background-image: url(../img/wave2.svg);
    background-size: 65%;
    background-blend-mode: multiply
}

@media (max-width:75em) {
    .container-fluid .row--to-right {
        background-size: 85%
    }
}

@media (max-width:56.25em) {
    .container-fluid .row--to-right {
        background-size: 140%;
        margin: 0
    }
}

@media (max-width:37.5em) {
    .container-fluid .row--to-right {
        background-size: 200%
    }
}

@media (min-width:112.5em) {
    .container-fluid .row--to-right {
        background-size: 60%
    }
}

.container-fluid .row--to-right:last-child {
    margin-bottom: 0
}

.container-fluid .row--to-left {
    padding: 5rem 0;
    margin: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: no-repeat bottom;
    background-color: rgba(0, 0, 0, .7);
    background-image: url(../img/wave.svg);
    background-size: 65%;
    background-blend-mode: multiply
}

@media (max-width:75em) {
    .container-fluid .row--to-left {
        background-size: 85%
    }
}

@media (max-width:56.25em) {
    .container-fluid .row--to-left {
        background-size: 140%;
        margin: 0
    }
}

@media (max-width:37.5em) {
    .container-fluid .row--to-left {
        background-size: 200%
    }
}

@media (min-width:112.5em) {
    .container-fluid .row--to-left {
        background-size: 60%
    }
}

.section-about--2 {
    padding: 15rem 0;
    background: no-repeat center/cover;
    background-color: #000;
    background-image: url(../img/third-block-1.png), url(../img/third-block-2.png)
}

@media (max-width:56.25em) {
    .section-about--2 {
        padding: 5rem 0
    }
}

.section-about--2 .row {
    align-items: flex-start;
    justify-content: space-around
}

@media (max-width:37.5em) {
    .section-about--2 .row {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}

.section-partners {
    background-color: #000
}

.section-contact {
    padding: 2rem 0 0 0;
    background-color: #000
}

.footer {
    background-color: #000;
    color: #fff
}

.navigation :not(:last-child) {
    margin-right: 3rem
}

.navigation__item {
    list-style: none;
    display: inline-block;
    padding: 0;
    transition: color 0.2s ease;
}

.navigation__item:hover {
    color: #999999;
}

.navigation__item--logo {
    list-style: none;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 7rem
}

@media (max-width:56.25em) {
    .navigation__item--logo {
        display: none
    }
}

@media (max-width:56.25em) {
    .navigation {
        display: none
    }
}

.navigation__link {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.mobile-navigation__btn {
    padding: 2rem 2.5rem;
    border-radius: 10rem;
    position: relative;
    display: none;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(#913e90, #36529f);
    color: #fff
}

@media (max-width:56.25em) {
    .mobile-navigation__btn {
        display: block
    }
}

.mobile-navigation__btn:focus {
    outline: 0
}

.mobile-navigation__btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mobile-navigation__btn-icon,
.mobile-navigation__btn-icon::after,
.mobile-navigation__btn-icon::before {
    width: 2.2rem;
    height: 2px;
    background-color: #fff;
    display: inline-block
}

.mobile-navigation__btn-icon::after,
.mobile-navigation__btn-icon::before {
    content: '';
    position: absolute;
    left: 0;
    transition: all .2s
}

.mobile-navigation__btn-icon::before {
    top: -.9rem
}

.mobile-navigation__btn-icon::after {
    top: .9rem
}

.mobile-navigation__background-dim {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2000;
    transition: all .3s ease-out;
    visibility: hidden;
    opacity: 0
}

@media (max-width:56.25em) {
    .mobile-navigation__background-dim {
        display: block
    }
}

.mobile-navigation__background-dim.show {
    visibility: visible;
    opacity: 1
}

.mobile-navigation__container {
    width: 35rem;
    height: 100%;
    background-image: linear-gradient(#913e90, #36529f);
    position: fixed;
    display: none;
    right: -35rem;
    transition: all .3s ease-out;
    z-index: 3000
}

@media (max-width:56.25em) {
    .mobile-navigation__container {
        display: block
    }
}

.mobile-navigation__container.show {
    right: 0
}

.mobile-navigation__menu {
    padding: 2rem;
    height: 100%
}

.mobile-navigation__item {
    list-style: none;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 4rem
}

.mobile-navigation__item::before {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 35%;
    left: -.5rem
}

.mobile-navigation__link {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 2rem
}

.mobile-navigation__close-btn {
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 700;
    z-index: 3500
}

.mobile-navigation__bottom-btn {
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%)
}

.logo__container--navigation {
    display: inline-block
}

.logo--navigation {
    width: 7rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%)
}

.logo__container {
    flex: 0 0 15%;
    text-align: right
}

@media (max-width:56.25em) {
    .logo__container {
        flex: 0 0 auto
    }
}

.logo--small {
    width: 8.5rem;
    margin-right: 1rem
}

.logo--big {
    width: 32rem
}

@media (max-width:56.25em) {
    .logo--big {
        width: 18rem
    }
}

.btn,
.btn:link,
.btn:visited {
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    border: none;
    cursor: pointer
}

.btn:focus {
    outline: 0
}

.btn--gradient {
    background-image: linear-gradient(#913e90, #36529f);
    color: #fff;
}

.btn--gradient:hover {
    background-image: linear-gradient(#AB58AA, #506CB9);
}

.btn--social {
    color: #414a81;
    background-color: #0e101f;
    height: 4.5rem;
    width: 4.5rem;
    padding: 0;
    display: block;
    font-size: 8rem;
    margin: 0 1rem
}

.btn--social:first-child {
    margin-left: 0
}

.btn--social:last-child {
    margin-right: 0
}

.btn--social i {
    position: absolute;
    transform: translate(-50%);
    font-size: 2.5rem
}

.btn--social:hover {
    color: #5B649B;
    background-color: #282A39;
}

.btn--white-outline {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

@media (max-width:56.25em) {
    .language .btn--gradient {
        display: none
    }
}

.language__item,
.language__item:link,
.language__item:visited {
    font-family: inherit;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    line-height: .5rem;
    font-family: inherit;
    color: inherit;
    border: none;
    background-color: transparent;
    border-radius: 100rem;
    padding: 2rem 1rem;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.language__item:hover {
    color: #999999;
}

@media (max-width:56.25em) {
    .language__item,
    .language__item:link,
    .language__item:visited {
        background-color: #1a1d32 !important
    }
}

.language__item:not(:last-child) {
    margin-right: 1rem
}

.language__item--active {
    background-color: #1a1d32 !important
}

@media (max-width:56.25em) {
    .language__item--active {
        display: none
    }
}

.line {
    width: 14rem;
    margin: 2rem 0
}

@media (max-width:56.25em) {
    .line {
        margin: 2rem auto
    }
}

@media (max-width:37.5em) {
    .line {
        margin: .5rem auto
    }
}

.line--primary {
    border-bottom: 1px solid #913e90
}

@media (max-width:37.5em) {
    .hide-mobile {
        display: none
    }
}

.display-mobile {
    margin-top: 5rem;
    display: none;
    text-align: center
}

@media (max-width:37.5em) {
    .display-mobile {
        display: block
    }
}

@media (max-width:37.5em) {
    .mobile-collapse {
        visibility: hidden;
        max-height: 0;
        opacity: 0;
        transition: all .2s ease-in-out
    }
    .mobile-collapse.show {
        visibility: visible;
        max-height: 600px;
        opacity: 1
    }
}

#collapseToggleBtn {
    width: 20rem
}

.worth {
    margin-top: 3rem;
    width: 25rem;
    text-align: center
}

.worth:not(:last-child) {
    margin-right: 5rem
}

@media (max-width:37.5em) {
    .worth:not(:last-child) {
        margin-right: 0
    }
}

.worth__icon-container {
    position: relative;
    height: 16rem;
    margin-bottom: 1.5rem
}

.worth__icon-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.worth__icon-background img {
    height: 100%
}

.worth__icon {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 9rem;
    line-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.text-block {
    flex: 0 1 35%
}

@media (max-width:75em) {
    .text-block {
        flex: 0 1 50%
    }
}

@media (max-width:56.25em) {
    .text-block {
        flex: 0 1 60%
    }
}

@media (max-width:37.5em) {
    .text-block {
        flex: 0 0 100%;
        padding: 0 5rem
    }
}

.circle {
    width: 4rem;
    height: 4rem;
    border-radius: 5rem;
    margin-right: 2rem
}

.circle--gradient {
    background-image: linear-gradient(#913e90, #36529f)
}

.rounded-block {
    flex: 0 1 40%;
    height: 35rem;
    position: relative
}

@media (max-width:75em) {
    .rounded-block {
        flex: 0 1 30%;
        height: 30rem
    }
}

@media (max-width:56.25em) {
    .rounded-block {
        flex: 0 1 10%;
        height: 25rem
    }
}

@media (max-width:37.5em) {
    .rounded-block {
        display: none
    }
}

.rounded-block--1 {
    opacity: 0;
    margin-left: 10rem;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    background: no-repeat left/cover;
    background-image: url(../img/blured1.webp), linear-gradient(#913e90, #36529f);
    background-blend-mode: multiply
}

.rounded-block__photo--1 {
    height: 130%;
    position: absolute;
    top: -15%;
    left: 3rem
}

@media (max-width:75em) {
    .rounded-block__photo--1 {
        height: 100%
    }
}

@media (max-width:56.25em) {
    .rounded-block__photo--1 {
        display: none
    }
}

.rounded-block--2 {
    opacity: 0;
    margin-right: 10rem;
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem;
    background: no-repeat right/cover;
    background-image: url(../img/blured2.webp), linear-gradient(#913e90, #36529f);
    background-blend-mode: multiply
}

.rounded-block__photo--2 {
    height: 110%;
    position: absolute;
    top: -15%;
    right: 4rem
}

@media (max-width:75em) {
    .rounded-block__photo--2 {
        height: 100%
    }
}

@media (max-width:56.25em) {
    .rounded-block__photo--2 {
        display: none
    }
}

.rounded-block--3 {
    opacity: 0;
    margin-left: 10rem;
    border-top-left-radius: 100rem;
    border-bottom-left-radius: 100rem;
    background: no-repeat center/cover;
    background-image: url(../img/desktop.webp), linear-gradient(#913e90, #36529f);
    background-blend-mode: soft-light
}

.rounded-block__photo--3 {
    height: 100%;
    position: absolute;
    top: -25px;
    left: -60px;
}

@media (max-width:75em) {
    .rounded-block__photo--3 {
        height: 100%
    }
}

@media (max-width:56.25em) {
    .rounded-block__photo--3 {
        display: none
    }
}

.we-can {
    text-align: center;
    width: 30rem
}

@media (max-width:56.25em) {
    .we-can {
        margin-bottom: 3rem
    }
}

.we-can__icon {
    font-size: 10rem;
    display: inline-block;
    background-image: linear-gradient(#913e90, #36529f);
    -webkit-background-clip: text;
    color: transparent
}

.we-can__heading {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-transform: uppercase
}

.we-can .line {
    width: 10rem;
    margin: 1rem auto
}

.slider__container {
    margin: 2rem 0 0 0;
    padding: 10rem 0;
    background-image: linear-gradient(#913e90, #36529f);
    opacity: .2
}

.form {
    text-align: center;
    flex: 0 1 55rem;
    padding: 1rem 8rem
}

.form__container {
    background-color: #0e101f;
    display: flex;
    justify-content: center
}

.form__group {
    margin-bottom: 1rem
}

#submit {
    margin-bottom: 2.5rem;
}

.form__input {
    color: inherit;
    font-family: inherit;
    width: 100%;
    border: none;
    padding: 1.6rem;
    background-color: #1a1d32;
    border-radius: 3rem;
    transition: 0.3s;
}

.form__input::-webkit-inner-spin-button,
.form__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form__input[type=number] {
    -moz-appearance: textfield
}

.form__input--text {
    height: 20rem;
    resize: none
}

.form__input--text::-webkit-scrollbar-track {
    background: 0 0 !important;
    display: block;
    margin: 2.5rem 0
}

.form__input:focus {
    outline: 0;
    box-shadow: 0 0 3rem 0.5rem rgba(255, 255, 255, .2)
}

.form__input-label {
    font-size: 2.5rem
}

.input-error {
    box-shadow: 0 0 2rem 0 red;
    transition: 0.2s ease;
}

.form-message {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    transition: 0.2s ease;
}

.section-contact h2 {
    margin-bottom: 1rem;
}

.form-error {
    color: red;
}

.form-success {
    color: green;
}

.footer-contacts {
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:56.25em) {
    .footer-contacts {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer-contacts__contacts {
    text-align: center;
    text-align: left;
    flex: 0 0 15%
}

@media (max-width:56.25em) {
    .footer-contacts__contacts {
        flex: 0 0 auto;
        margin: 1rem 0
    }
}

.footer-contacts__contacts-link {
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    width: 100%;
    transition: color 0.2s ease;
}

.footer-contacts__contacts-link:hover {
    color: #999999;
}

.footer-contacts__social {
    display: flex;
    justify-content: center;
    margin: 0 8rem;
    flex: 0 0 15%;
    text-align: left
}

@media (max-width:56.25em) {
    .footer-contacts__social {
        margin: 1rem 0;
        flex: 0 0 auto
    }
}

.footer-copyright {
    width: 100%;
    background-color: #0e101f;
    color: #414a81;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem
}

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.ttf?a0ool0) format("truetype"), url(fonts/icomoon.woff?a0ool0) format("woff"), url(fonts/icomoon.svg?a0ool0#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

i {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-whatsapp:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-laptop:before {
    content: ""
}

.icon-innovation:before {
    content: ""
}

.icon-crm:before {
    content: ""
}

.icon-bullhorn:before {
    content: ""
}

.icon-bot:before {
    content: ""
}

.icon-back-in-time:before {
    content: ""
}

.animate.slide-from-right {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.animate.slide-from-right.in-view{
    animation: slide-from-right 0.7s ease forwards;
}

.animate.slide-from-left {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.animate.slide-from-left.in-view{
    animation: slide-from-left 0.7s ease forwards;
}

.animate.slide-down.in-view {
    animation: slide-down 0.7s ease forwards;
}

@keyframes slide-from-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slide-from-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-70%);
        -webkit-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.no-js.animate.slide-from-right,
.no-js.animate.slide-from-left {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.no-js.animate.slide-down {
    opacity: 1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup-banner-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.popup-banner-background{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.popup-banner{
    width: 900px;
    max-width: 90%;
    max-height: 100%;
    padding: 35px 20px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #FFF 0%, #DFDFDF 53%, #FBFBFB 100%);
    z-index: 10000 !important;
}

.popup-close-button{
    width: 35px;
    height: 35px;
    border-width: 0;
    border-radius: 50%;
    background-color: #8F3F90;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all ease 0.2s;
}

.popup-close-button img{
    width: 21px !important;
    height: auto !important;
    padding-top: 3px;
}

.popup-banner h1{
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    text-align: center;
    color: #3B519F
}

.popup-banner p{
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    color: #313131;
}

.popup-banner img{
    height: 85px;
}

.popup-banner .offers{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup-banner .offers img{
    margin-top: 25px;
    margin-bottom: 20px;
}

.popup-banner-middle-icons{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.popup-banner-middle-icons img{
    margin-left: 7px;
    margin-right: 7px;
}

.popup-banner .super-sale{
    width: 90px;
    line-height: 23px;
    text-align: right;
    font-size: 24px;
    color: #1C1A1A;
    padding-top: 1px;
}

.popup-banner .big-percent{
    font-size: 55px;
    font-weight: 800;
    line-height: 46px;
    margin-left: 5px;
    color: #694696;
}

.popup-banner .red{
    color: #FB0000;
}

.popup-banner .offers button{
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #694696;
    border-width: 0;
    border-radius: 100px;
    width: 230px;
    height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 2px;
    transition: all ease 0.2s;
}

.popup-banner .red-button p{
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 22px;
}

#popup-banner-order-price{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.popup-banner button:hover{
    cursor: pointer;
    background-color: #502D7D;
}

.popup-banner .red-button{
    background-color: #FB0000 !important;
}

.popup-banner .red-button:hover{
    background-color: #C80000 !important;
}

@media (max-width: 56.25em){
    .popup-banner{
        max-width: 85%;
        width: 400px;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .row .col-1-of-3{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #popup-banner-main-row{
        flex-direction: column;
    }

    .popup-banner h1{
        font-size: 36px;
        line-height: 36px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-banner #main-p{
        display: none;
    }

    .popup-banner .offers img{
        margin-bottom: 10px;
    }

    .popup-banner .offers button{
        margin-top: 10px;
        margin-bottom: 20px;
        width: 200px;
        height: 45px;
    }

    .popup-banner .red-button{
        height: 60px !important;
    }
}

@media (max-width: 26.563em){
    .popup-banner h1{
        font-size: 34px;
        margin-top: 20px;
        width: 100%;
        max-width: 250px;
    }
}