iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


@import url(https://fonts.googleapis.com/css?family=Lato&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600,700,800,900&display=swap);

::-webkit-scrollbar {
    width: 0;
}

body {
    background: #020046;
    color: #fff !important;
}

body .cookie-policy {
    background-color: #0b067b;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

body .cookie-policy__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    justify-content: center;
    margin: auto;
    max-width: 1140px;
    padding: 7px 0;
}

body .cookie-policy__text {
    color: #c7c7c7;
    font-size: 0.8rem;
    line-height: 17px;
    margin: 0 40px 0 0;
}

body .cookie-policy__button {
    background-color: #47c08f;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
    outline: none;
    padding: 6px 20px;
}

body .cookie-policy__button:hover {
    background-color: #338775;
    color: #fff;
    cursor: pointer;
}

body .cookie-policy__details {
    color: #47c08f;
    font-weight: 700;
    opacity: 0.7;
    text-decoration: underline;
}

body .cookie-policy__details:hover {
    color: #47c08f;
}

@media only screen and (max-width: 1025px) {
    body .cookie-policy__text {
        margin: 0 10px 0 0;
        text-align: center;
    }

    html:lang(de) body .cookie-policy__text,
    html:lang(it) body .cookie-policy__text,
    html:lang(lt) body .cookie-policy__text,
    html:lang(lv) body .cookie-policy__text,
    html:lang(nl) body .cookie-policy__text,
    html:lang(pl) body .cookie-policy__text,
    html:lang(pt) body .cookie-policy__text,
    html:lang(ru) body .cookie-policy__text {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    body .cookie-policy__wrapper {
        padding: 9px 14px;
    }

    body .cookie-policy__text {
        font-size: 11px;
        line-height: 13px;
    }

    body .cookie-policy__button {
        font-size: 11px;
    }

    html:lang(de) .cookie-policy__details,
    html:lang(it) .cookie-policy__details,
    html:lang(lt) .cookie-policy__details,
    html:lang(lv) .cookie-policy__details,
    html:lang(nl) .cookie-policy__details,
    html:lang(pl) .cookie-policy__details,
    html:lang(pt) .cookie-policy__details,
    html:lang(ru) .cookie-policy__details {
        display: block;
    }
}

body .cookie-policy--fixed {
    position: fixed;
}

.risk-alert {
    display: none;
}

@media (min-width: 768px) {
    .risk-alert {
        bottom: 0;
        display: block;
        height: 1px;
        left: 0;
        position: fixed;
        right: 0;
        transition: 1s;
        z-index: 10;
    }

    .risk-alert__content {
        align-items: center;
        background: #001a6c;
        bottom: 0;
        color: #fff;
        display: none;
        height: 60px;
        justify-content: center;
        left: 0;
        position: fixed;
        width: 100%;
    }

    .risk-alert__container {
        margin: 0 auto;
        max-width: 900px;
        width: 90%;
    }

    .risk-alert__text {
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

    .risk-alert__hide {
        box-sizing: content-box;
        color: #47c08f;
        cursor: pointer;
        display: none;
        height: 60px;
        padding-right: 25px;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
    }

    .risk-alert__hide:before {
        transform: rotate(-45deg);
    }

    .risk-alert__hide:after,
    .risk-alert__hide:before {
        background-color: currentColor;
        content: "";
        height: 3px;
        left: 12px;
        position: absolute;
        top: 30px;
        width: 45px;
    }

    .risk-alert__hide:after {
        transform: rotate(45deg);
    }

    .risk-alert__button {
        background-color: #001a6c;
        bottom: 0;
        color: #47c08f;
        cursor: pointer;
        font-size: 14px;
        padding: 5px 44px 5px 24px;
        position: fixed;
        right: -20px;
        text-align: center;
        text-decoration: underline;
    }

    .risk-alert.is-active {
        height: 60px;
    }

    .risk-alert.is-active .risk-alert__content {
        display: flex;
    }

    .risk-alert.is-active .risk-alert__button {
        display: none;
    }

    .risk-alert.is-active .risk-alert__hide {
        display: block;
    }
}

.clear {
    clear: both;
}

*,
:after,
:before {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Open Sans, arial, sans-serif;
    font-variant-ligatures: no-common-ligatures;
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, arial, sans-serif;
    font-weight: 400;
}

input {
    border-radius: 0;
}

.button,
button {
    border: none;
    outline: 0;
}

a {
    color: inherit;
    font-weight: inherit;
}

.hide_desktop {
    display: none !important;
}

.container {
    position: relative;
}

.container:after,
.container:before {
    clear: both;
    content: "";
    display: table;
}

.stretch {
    display: inline-block;
    width: 100%;
}

#wrapper,
.container {
    margin: auto;
    width: 100%;
}

header {
    padding: 10px 0;
}

header .container {
    width: 95%;
}

#logo {
    /*background-image: url(../img/0340269f721b6d19cc6f669de92281b5.png);*/
    background-repeat: no-repeat;
    background-size: 250px;
    height: 78px;
    width: 250px;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #2f2f2f;
}

:-moz-placeholder,
::-moz-placeholder {
    color: #2f2f2f;
}

:-ms-input-placeholder {
    color: #2f2f2f;
}

footer {
    clear: both;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

footer p {
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
}

footer p a {
    font-style: italic;
    text-decoration: underline;
    transition: 0.3s linear;
}

footer p a:hover {
    color: #f1a200;
}

.logos {
    margin: 0 auto 10px;
    width: 640px;
}

@media only screen and (max-width: 768px) {
    header .container .header_text {
        font-size: 14px;
    }

    .benefits_container .benefits .benefit {
        padding: 0 10px 30px 20px;
    }

    .benefits_container .benefits .benefit:before {
        left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .hide_mobile {
        display: none !important;
    }

    .hide_desktop {
        display: block !important;
    }

    .flex {
        flex-direction: column;
    }

    header #logo,
    header .header_text {
        clear: both;
        display: block;
        float: none;
        margin: auto;
    }

    header {
        padding: 10px;
    }

    header .container #logo {
        background-size: 170px;
        height: 52px;
        width: 170px;
    }

    footer {
        padding: 20px;
    }

    footer .container {
        min-width: 280px;
    }

    .logos {
        margin: 10px auto;
        max-width: 320px;
        width: 95%;
    }
}

@media only screen and (max-device-width: 1024px) {
    .ink {
        display: none !important;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ink {
        display: none !important;
    }
}

@-moz-document url-prefix() {
    .ink {
        display: none !important;
    }
}

.form {
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
}

.form__group:last-child .is-error {
    padding-left: 28px;
}

.form__group {
    min-height: 46px;
    transition: 0.3s;
}

.form__group--error-wrapper {
    min-height: 24px;
}

.form__group-check-box {
    margin-bottom: 10px;
    min-height: 46px;
}

.form__group-check-box__group-check-box .form__group-check-box--valid-height {
    min-height: 74px;
}

.form__group-check-box .form__error {
    padding-left: 28px;
}

.form__input {
    border: 1px solid #d1d2dd;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
    position: relative;
    width: 100%;
}

.form__input:focus {
    border-color: #3f2e7a;
    color: #3f2e7a;
    outline: none;
}

.form__input--tel {
    width: calc(100% - 85px);
}

.form__btn-submit {
    align-self: center;
    background: #47c08f;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    justify-content: center;
    min-width: 250px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    width: 100%;
}

.form__btn-submit,
.form__btn-submit:focus {
    border: 0;
    outline: none;
}

.form__btn-submit:hover {
    background: #399a72;
    border: 0;
    outline: none;
}

.form__group-btn-wait {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.form__group-btn {
    display: flex;
    justify-content: center;
    padding: 0 0 18px;
}

.form__label {
    padding-left: 12px;
}

.form__tel-select-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form__link-wrapper {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.form__link-wrapper a {
    color: #7985a7;
}

.form.js-loading .form__group-btn-submit,
.form.js-success .form__group-btn-submit {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.form.js-loading .form__group-btn-wait,
.form.js-success .form__group-btn-wait {
    display: inline-block;
    opacity: 1;
    transition: 0.3s;
}

.form input[type="checkbox"] + label {
    color: #9791b8;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin: 0.2em 0;
    padding: 0.2em 0.2em 0.2em 28px;
}

.form input[type="checkbox"] {
    display: none;
}

.form input[type="checkbox"] + label:before {
    background: #47c08f;
    border: 1px solid #979797;
    border-radius: 4px;
    color: transparent;
    content: "\2714";
    height: 16px;
    padding-bottom: 3px;
    padding-left: 2px;
    transition: 0.2s;
    vertical-align: bottom;
    width: 16px;
}

.form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.form input[type="checkbox"] + label {
    cursor: pointer;
    padding: 0 0 0 25px;
    position: relative;
}

.form input[type="checkbox"] + label:before {
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: text-top;
    width: 20px;
}

.form input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form input[type="checkbox"]:checked + label:before {
    background: #47c08f;
    border-color: #47c08f;
}

.form input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.form input[type="checkbox"]:disabled + label:before {
    background: #ddd;
    box-shadow: none;
}

.form input[type="checkbox"]:checked + label:after {
    background: #fff;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    content: "";
    height: 2px;
    left: 5px;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 2px;
}

.form span.is-error {
    color: #fc5246;
    font-size: 11px;
    font-weight: 300;
    padding-left: 8px;
    padding-top: 2px;
}

.form span.is-error:nth-child(5) {
    padding-left: 20px;
}

.form .intl-tel-input {
    display: block;
    width: 100%;
}

.form__group-btn + .form__group-check-box {
    min-height: 28px;
}

.form__group.container__error .form__input.is-error {
    border-color: #fc5246;
}

.main-screen__form__logo {
    margin: 32px 0 28px;
    width: 50%;
}

.icon {
    border-bottom: 1px solid;
    border-left: 1px solid;
    color: #000;
    height: 8px;
    margin-left: 3px;
    margin-top: 4px;
    position: absolute;
    transform: rotate(-45deg);
    width: 14px;
}

.country-list {
    border-radius: 4px;
    top: 52px;
    width: 340px;
}

.country-list:focus,
.selected-flag:focus {
    outline: none;
}

body .form-wrapper .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}

body label {
    font-weight: 300;
}

.flag-container {
    direction: ltr;
}

html:lang(ar) .form input[type="checkbox"] + label {
    padding: 0 25px 0 0;
}

html:lang(ar) .form input[type="checkbox"] + label:before {
    left: auto;
    margin: 0;
    right: 0;
}

html:lang(ar) .form input[type="checkbox"] + label:after {
    left: auto;
    right: 13px;
}

::-webkit-input-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

.main-screen__form {
    display: flex;
    flex-direction: column;
}

.main-screen__form-x {
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    max-height: 100%;
    max-width: 400px;
    overflow-y: auto;
    padding: 10px 20px;
    position: relative;
    width: 95%;
}

.main-screen__form-x-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}

.modal__button-x {
    cursor: pointer;
    text-align: right;
}

.form__group {
    min-height: 62px;
}

.form__group.form__group--error-wrapper {
    min-height: 24px;
    min-height: auto;
}

.form__btn-submit {
    align-items: center;
    background-color: #47c08f;
    border-radius: 50px;
    cursor: pointer;
    height: 46px;
    text-transform: uppercase;
    transition: 0.6s;
    text-decoration: none;
}

.form__btn-submit:hover {
    background-color: #338775;
}

.form-wrap {
    background-color: #fff;
    border-radius: 10px;
    font-family: Source Sans Pro, sans-serif;
    margin: auto;
    max-width: 400px;
    padding: 31px 31px 0;
    position: relative;
    width: 80%;
}

.form-wrap__title-h2 {
    color: #333;
    text-align: center;
}

@media (max-width: 575.98px) {
    .form-wrap {
        padding: 10px 10px 0;
        width: 95%;
    }
}

.modal__button-x {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}

.form-wrap__title-h3 {
    color: #333;
    font-family: Source Sans Pro, sans-serif;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
    .main-screen__form__logo {
        margin: 15px 0 10px;
    }

    .main-screen__form-x-btn {
        top: 12px;
    }

    .form__group {
        min-height: 62px;
    }

    .form__group.form__group--error-wrapper {
        min-height: auto;
    }

    .form__group-btn + .form__group-check-box {
        min-height: 24px;
    }

    .form__group-btn {
        padding: 0 0 8px;
    }
}

.modal {
    display: none;
    opacity: 0;
    transition: 0.3s;
}

.modal.visible {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    height: 100vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    justify-content: center;
    opacity: 1;
    overflow: auto;
    position: fixed;
    z-index: 100;
}

.modal.visible,
.modal__header {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.modal__header {
    height: 50px;
    position: absolute;
}

@media only screen and (min-width: 1024px) {
    .modal__header {
        background-size: cover;
        height: 80px;
    }
}

.modal__wrapper {
    display: flex;
    height: 100%;
    max-width: 450px;
    padding: 0 15px;
}

.modal__body,
.modal__wrapper {
    box-sizing: border-box;
    width: 100%;
}

.modal__body {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.modal__body--form {
    border-radius: 0;
    margin: auto;
    padding: 30px 50px 20px;
}

.modal__close {
    color: #7c7c7c;
    cursor: pointer;
    display: block;
    height: 21px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 21px;
    z-index: 2;
}

.modal__close:before {
    transform: rotate(-45deg);
}

.modal__close:after,
.modal__close:before {
    background-color: currentColor;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 21px;
}

.modal__close:after {
    transform: rotate(45deg);
}

.modal__logo {
    display: none;
    margin: 30px auto 20px;
}

.modal__title {
    color: #4db65c;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 30px;
    margin: 20px auto;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .modal__body--form {
        padding: 30px 20px 40px;
    }

    .form input[type="checkbox"] + label:before {
        background: #47c08f;
        border: 1px solid #979797;
        border-radius: 4px;
        color: transparent;
        content: "\2714";
        height: 16px;
        padding-bottom: 3px;
        padding-left: 2px;
        transition: 0.2s;
        vertical-align: bottom;
        width: 16px;
    }

    .form input[type="checkbox"] + label:before {
        background: #fff;
        border-radius: 50%;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        vertical-align: text-top;
        width: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .modal__wrapper {
        padding: 0;
    }

    .modal__body--form {
        border-radius: 0;
    }
}

.exit-pp {
    display: none;
    font-family: Lato, arial, sans-serif;
    opacity: 0;
    transition: 0.3s;
}

.exit-pp.visible {
    align-items: center;
    background: rgba(3, 3, 67, 0.6);
    bottom: 0;
    display: flex;
    height: 100vh;
    /*height: calc(var(--vh, 1vh) * 100);*/
    justify-content: center;
    left: 0;
    opacity: 1;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.exit-pp-wrap {
    margin: auto;
    padding: 60px 0;
}

.exit-pp__content {
    align-items: flex-start;
    display: flex;
    flex: 1 0 280px;
    flex-direction: column;
    font-weight: 400;
    justify-content: flex-start;
    padding: 178px 20px 50px 10px;
    position: relative;
}

.exit-pp__content__picture {
    left: 10px;
    max-height: 210px;
    top: -62px;
}

.exit-pp__content__title {
    color: #000343;
    font-size: 32px;
    letter-spacing: 0.34px;
    line-height: 38px;
    margin: 15px 0 20px;
}

.exit-pp__content__title--big {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 46px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.exit-pp__content__title--small {
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 29px;
    margin: 8px 0;
}

.exit-pp__content__text {
    color: #000343;
    font-size: 16px;
    letter-spacing: 0.05px;
    line-height: 22px;
    margin-top: 4px;
    text-align: left;
}

.exit-pp__risk-warning {
    bottom: -30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.exit-pp .main-screen__form {
    flex: 0 0 300px;
    padding-top: 24px;
}

.exit-pp .main-screen__form__logo {
    margin: 12px auto 20px;
    width: 160px;
}

.exit-pp__close {
    background: transparent;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 28px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 22px;
    top: -50px;
    width: 28px;
    z-index: 2;
}

.exit-pp__close:before {
    transform: rotate(-45deg);
}

.exit-pp__close:after,
.exit-pp__close:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: -6px;
    position: absolute;
    top: 13px;
    width: 38px;
}

.exit-pp__close:after {
    transform: rotate(45deg);
}

.exit-pp .main-screen__form-x {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    min-width: 800px;
    overflow: visible;
    padding: 0 68px;
    position: relative;
    width: 800px;
}

.exit-pp .form,
.exit-pp .form__input {
    font-family: Lato, arial, sans-serif;
}

.exit-pp .form__group-btn {
    padding: 0 0 13px;
}

.exit-pp .form__btn-submit {
    font-family: Lato, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.9px;
    line-height: 19px;
    padding: 0 10px;
}

.exit-pp .form input[type="checkbox"] + label {
    line-height: 20px;
}

.exit-pp .form__group:last-child {
    min-height: 52px;
}

.overflow-hidden {
    overflow: hidden;
}

.payment {
    background-color: #f2f6fe;
}

.payment__pay-icons-wrapper {
    background: #f2f6fe;
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
}

.payment__pay-icons-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
}

.payment__pay-item-wrapper {
    align-items: center;
    border-right: 1px solid #dde0ea;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    justify-content: center;
}

.payment .owl-nav button.owl-next,
.payment .owl-nav button.owl-prev {
    background-color: #f2f6fe;
    color: hsla(0, 0%, 50.2%, 0.32);
    font-size: 55px;
    line-height: 65px;
}

.payment .owl-stage-outer {
    margin: 0 auto;
    width: calc(100% - 5px);
}

.payment .owl-prev {
    display: block;
    left: 8px;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}

.payment .owl-prev:after {
    content: "";
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
    width: 5px;
}

.payment .owl-next {
    background-color: #f2f6fe;
    display: block;
    position: absolute;
    right: -8px;
    top: 40%;
    transform: translate(-50%, -50%);
}

.payment__pay-item--visa {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -274px -349px;
    height: 21px;
    width: 61px;
}

.payment__pay-item--vpay {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -74px -398px;
    height: 35px;
    width: 31px;
}

.payment__pay-item--veryvisa {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -294px;
    height: 35px;
    width: 69px;
}

.payment__pay-item--mastercard {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -398px;
    height: 35px;
    width: 44px;
}

.payment__pay-item--maestro {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -422px -176px;
    height: 35px;
    width: 44px;
}

.payment__pay-item--securecode {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -349px;
    height: 29px;
    width: 77px;
}

.payment__pay-item--skrill {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -192px -349px;
    height: 21px;
    width: 62px;
}

.payment__pay-item--neteller {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -328px -294px;
    height: 16px;
    width: 90px;
}

.payment__pay-item--safecharge {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -248px -10px;
    height: 36px;
    transform: scale(0.7);
    width: 224px;
}

.payment__pay-item--mir {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -248px -66px;
    height: 36px;
    transform: scale(0.7);
    width: 210px;
}

.payment__pay-item--wirecard {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -211px -294px;
    height: 20px;
    width: 97px;
}

.payment__pay-item--decta {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -248px -122px;
    height: 34px;
    transform: scale(0.7);
    width: 170px;
}

.payment__pay-item--payvision {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -256px -240px;
    height: 20px;
    width: 114px;
}

.payment__pay-item--ssl {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -107px -349px;
    height: 26px;
    width: 65px;
}

.payment__pay-item--orange {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -10px;
    height: 68px;
    transform: scale(0.7);
    width: 218px;
}

.payment__pay-item--inpay {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -248px -176px;
    height: 38px;
    transform: scale(0.6);
    width: 154px;
}

.payment__pay-item--emerch {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -240px;
    height: 34px;
    transform: scale(0.7);
    width: 226px;
}

.payment__pay-item--trust {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -98px;
    height: 62px;
    transform: scale(0.7);
    width: 192px;
}

.payment__pay-item--power {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -10px -180px;
    height: 40px;
    transform: scale(0.6);
    width: 216px;
}

.payment__pay-item--paysafe {
    background: url(https://img.smartybasket.com/CucUVCZ0l11kG5L.png) -99px -294px;
    border-right: none;
    height: 23px;
    width: 92px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: lato, sans-serif;
}

h1 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h1 {
        font-size: 19px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 26px;
    }

    .section-hero,
    .section-two,
    .section-four,
    .section-five {
        background: none;
    }
}

h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 36px;
    }
}

p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.button--default {
    /*display: none;
font-family: lato, sans-serif*/
}

.button--default {
    align-items: center;
    background-color: #47c08f;
    border-radius: 32px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 54px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.6s;
    width: 301px;
}

.button--default:hover {
    background-color: #338775;
}

@media (min-width: 1200px) {
    .button--default {
        width: 401px;
    }
}

.button--line {
    background-color: transparent;
    border: 2px solid #47c08f;
    color: #47c08f;
    transition: all 0.6s;
}

.button--line:hover {
    background-color: #338775;
    border: 2px solid #338775;
    color: #fff;
}

.page-wrapper {
    /*overflow: hidden;*/
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    width: 85%;
}

.section-hero {
    align-items: center;
    background-color: #020046;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .section-hero {
        padding-top: 35px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .section-hero {
        padding-top: 93px;
    }
}

.section-hero__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 86%;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .section-hero__row {
        align-items: start;
        max-width: 1400px;
    }
}

.section-hero__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    max-width: 750px;
    width: 86%;
    margin: auto;
}

@media (min-width: 1200px) {
    .section-hero__logo {
        justify-content: start;
        margin: 0 auto 80px;
        max-width: 1400px;
    }
}

.section-hero__logo--img {
    width: 137px;
    height: 25px;
}

.section-hero__logo--img:first-child {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .section-hero__logo--img:first-child {
        margin-right: 40px;
    }
}

@media (max-width: 320px) {
    .section-hero__logo--img {
        width: 115px;
        height: auto;
    }
}

@media (min-width: 768px) {
    .section-hero__logo--img {
        width: 190px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .section-hero__logo--img {
        width: 229px;
        height: auto;
    }
}

.section-hero__bg--img {
    width: 111%;
}

@media (min-width: 768px) {
    .section-hero__bg--img {
        width: 90%;
    }
}

.section-hero__title {
    margin-bottom: 20px;
    margin-top: -42px;
    max-width: 300px;
    order: 1;
    position: relative;
    text-align: center;
}

@media (max-width: 320px) {
    .section-hero__title {
        padding-top: 14px;
    }
}

@media (min-width: 768px) {
    .section-hero__title {
        margin-bottom: 28px;
        margin-top: 0;
        max-width: 100%;
        order: 0;
    }
}

@media (min-width: 1200px) {
    .section-hero__title {
        margin-bottom: 29px;
        max-width: 550px;
        text-align: left;
    }
}

.section-hero__title .btn-id {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.section-hero__bg {
    min-width: 300px;
    transform: translate(-2px, -20px);
    width: 97%;
}

@media (min-width: 320px) and (max-width: 767px) {
    .section-hero__bg {
        min-width: 192px;
        width: 73%;
    }
}

@media (min-width: 768px) {
    .section-hero__bg {
        max-width: 650px;
        transform: translateX(50px);
    }
}

@media (min-width: 1200px) {
    .section-hero__bg {
        left: 48%;
        max-width: 939px;
        min-width: 600px;
        position: absolute;
        top: 50%;
        transform: translate(-7%, -48%);
        width: 55%;
    }
}

.section-hero__parag,
.section-two__parag,
.section-four__parag {
    margin-bottom: 64px;
    order: 3;
}

@media (min-width: 768px) {
    .section-hero__parag,
    .section-two__parag {
        margin-bottom: 48px;
        order: 0;
    }
}

@media (min-width: 1200px) {
    .section-hero__parag,
    .section-two__parag {
        max-width: 550px;
        text-align: left;
    }
}

.section-hero__title--color {
    color: #47c08f;
    display: block;
}

.section-hero__mobil--form {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    order: 2;
}

.section-hero__mobil--form .main-screen__form-x {
    width: 100%;
}

@media (min-width: 768px) {
    .section-hero__mobil--form {
        display: none;
    }
}

.section-hero__form--title {
    color: #000663;
    padding: 15px 0;
    text-align: center;
}

.section-two {
    align-items: center;
    background-color: #020046;
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-two {
        /*background: #020046 url(../img/77a7d3d8ab1e2845cc4eefa275bf1d77.png);*/
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
    .section-two {
        background-size: cover;
        height: fit-content !important;
        padding: 93px 0;
    }
}

.section-two__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 86%;
}

@media (min-width: 1200px) {
    .section-two__row {
        max-width: 950px;
    }

    .section-two__parag {
        max-width: 550px;
        text-align: left;
    }
}

.section-two__title {
    margin-bottom: 28px;
    text-align: center;
}

@media (min-width: 768px) {
    .section-two__parag {
        margin-bottom: 48px;
    }
}

.section-two__btn-row {
    display: none;
}

@media (min-width: 768px) {
    .section-two__btn-row {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
}

.section-three {
    align-items: center;
    background-color: #000663;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .section-three {
        padding: 64px 0;
    }
}

@media (min-width: 1200px) {
    .section-three {
        padding: 80px 0;
    }
}

.section-three__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 86%;
    margin: auto;
}

@media (min-width: 1200px) {
    .section-three__row {
        max-width: 1163px;
    }
}

.section-three__item--container {
    align-items: self-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    .section-three__item--container {
        align-items: self-start;
        justify-content: space-around;
        max-width: 698px;
    }
}

@media (min-width: 1200px) {
    .section-three__item--container {
        max-width: 1170px;
    }
}

.section-three__title {
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .section-three__title {
        margin-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .section-three__title {
        margin-bottom: 48px;
    }
}

.section-three__title span {
    display: block;
}

@media (min-width: 768px) {
    .section-three__title span {
        display: inline;
    }
}

.section-three__item-icon {
    height: 70px;
    margin-bottom: 28px;
    width: 70px;
}

.section-three__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    max-width: 254px;
    background: linear-gradient(105.87deg, rgba(255, 255, 255, 0.2) 3.04%, rgba(255, 255, 255, 0) 99.23%);
    backdrop-filter: blur(40px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    border: 1.8px solid #525181;
    align-self: stretch;
    padding: 20px;
}

@media (min-width: 768px) {
    .section-three__item {
        margin-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .section-three__item {
        margin-bottom: 60px;
    }
}

.section-three__sub--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 194px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 1200px) {
    .section-three__sub--title {
        margin-bottom: 16px;
    }
}

.section-three__sub--parag {
    font-size: 16px;
    line-height: 26px;
}

.section-three__btn-row {
    display: block;
}

@media (min-width: 768px) {
    .section-three__btn-row {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .section-three__btn-row {
        flex-direction: row;
        justify-content: center;
        max-width: 950px;
    }
}

@media (min-width: 768px) {
    .section-three__btn {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .section-three__btn .button--default {
        max-width: 427px;
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .section-three__btn .button--default {
        max-width: 401px;
        width: 100%;
    }

    .section-three__btn .button--line {
        margin-left: 50px;
    }
}

.section-three__btn:first-child {
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    .section-three__btn:first-child {
        margin-bottom: 0;
    }
}

.section-four {
    align-items: center;
    background-color: #020046;
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .section-four {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .section-four {
        padding: 120px 0 160px;
    }
}

.section-four__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 86%;
    margin: auto;
}

@media (min-width: 1200px) {
    .section-four__row {
        align-items: flex-end;
        max-width: 1163px;
        position: relative;
    }
}

.section-four__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1200px) {
    .section-four__item {
        align-items: flex-start;
        max-width: 780px;
        width: 57%;
    }
}

@media (min-width: 1200px) {
    .section-four__btn {
        width: 100%;
    }
}

.section-four__phone {
    max-width: 800px;
    min-width: 320px;
    transform: translateX(64px);
    width: 161%;
}

@media (min-width: 1200px) {
    .section-four__phone {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-86%, -50%);
        z-index: -1;
    }
}

.section-four__title {
    margin-bottom: 28px;
    margin-top: -34px;
}

@media (min-width: 1200px) {
    .section-four__title {
        margin-top: 0;
        text-align: left;
        z-index: 5;
    }
}

@media (min-width: 768px) {
    .section-four__parag {
        margin-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .section-four__parag {
        text-align: left;
        z-index: 5;
    }
}

.section-four__btn-row {
    display: flex;
    justify-content: space-around;
    order: 4;
}

@media (min-width: 1200px) {
    .section-four__btn-row {
        justify-content: space-between;
    }

    .section-four__btn-row .button--default {
        width: 285px;
        z-index: 5;
    }
}

@media (min-width: 1200px) and (min-width: 1340px) {
    .section-four__btn-row .button--default {
        width: 300px;
    }
}

.section-five {
    align-items: center;
    background-color: #020046;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 64px;
    position: relative;
    text-align: center;
}

@media (min-width: 1200px) {
    .section-five {
        padding: 80px 0;
    }
}

.section-five__logo {
    display: flex;
    justify-content: center;
    max-width: 750px;
    padding-top: 20px;
    width: 86%;
}

@media (min-width: 1200px) {
    .section-five__logo {
        justify-content: center;
        margin: 0 auto;
        max-width: 1400px;
        padding-top: 40px;
    }
}

.section-five__logo--img {
    width: 137px;
}

.section-five__logo--img:first-child {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .section-five__logo--img:first-child {
        margin-right: 40px;
    }
}

@media (min-width: 768px) {
    .section-five__logo--img {
        width: 190px;
    }
}

@media (min-width: 1200px) {
    .section-five__logo--img {
        width: 229px;
    }
}

.section-five__row {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 86%;
    margin: auto;
}

@media (min-width: 1200px) {
    .section-five__row {
        max-width: 1170px;
    }
}

.section-five__title {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .section-five__title {
        margin-bottom: 36px;
    }
}

.section-five__circle {
    height: 100%;
    margin: 0 16px;
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) {
    .section-five__circle {
        margin: 0 48px;
    }
}

@media (min-width: 1200px) {
    .section-five__circle {
        margin: 23px 0 43px;
        width: 100%;
    }
}

.section-five__circle--line {
    background-color: #1a6bc6;
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .section-five__circle--line {
        height: 2px;
        width: 100%;
    }
}

.section-five__circle--img {
    width: 51px;
    z-index: 3;
}

.section-five__num {
    font-size: 36px;
}

@media (min-width: 768px) {
    .section-five__num {
        font-size: 45px;
    }
}

.section-five__item--one {
    align-items: self-start;
    display: flex;
}

@media (min-width: 1200px) {
    .section-five__item--one {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
}

.section-five__title-color {
    color: #47c08f;
    display: block;
}

@media (min-width: 1200px) {
    .section-five__title-color {
        display: inline;
    }
}

.section-five__item {
    display: flex;
    flex-direction: row;
}

@media (min-width: 1200px) {
    .section-five__item {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
}

.section-five__item:last-child .section-five__circle--line {
    background: linear-gradient(180deg, #1a6bc6 26%, rgba(2, 0, 36, 0));
    height: 38%;
    top: 30%;
}

@media (min-width: 1200px) {
    .section-five__item:last-child .section-five__circle--line {
        background: linear-gradient(90deg, #1a6bc6 26%, rgba(2, 0, 36, 0));
        height: 2px;
        top: 50%;
    }
}

.section-five__item:first-child .section-five__circle--line {
    background: linear-gradient(0deg, #1a6bc6 67%, rgba(2, 0, 36, 0));
    height: 160%;
}

@media (min-width: 1200px) {
    .section-five__item:first-child .section-five__circle--line {
        background: linear-gradient(260deg, #1a6bc6 26%, rgba(2, 0, 36, 0));
        height: 2px;
    }
}

.section-five__item--two {
    display: flex;
    flex-direction: column;
    max-width: 180px;
}

@media (min-width: 768px) {
    .section-five__item--two {
        max-width: 246px;
    }
}

.section-five__sub--title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: left;
}

@media (min-width: 768px) {
    .section-five__sub--title {
        margin-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .section-five__sub--title {
        margin-bottom: 12px;
        text-align: center;
    }
}

.section-five__sub--parag {
    margin-bottom: 48px;
    text-align: left;
}

@media (min-width: 1200px) {
    .section-five__sub--parag {
        font-size: 18px;
        text-align: center;
    }
}

.section-five__btn-row {
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
    .section-five__box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .section-five__btn {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .section-five__btn .button--default {
        width: 427px;
    }
}

@media (min-width: 1200px) {
    .section-five__btn .button--default {
        width: 401px;
    }
}

.payment__pay-icons-wrapper {
    padding: 11px 0;
}

.click-btn {
    cursor: pointer;
}

.risk-warning-sec {
    background-color: #f2f6fe;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
}

@media (max-width: 767px) {
    .risk-warning-sec {
        padding-bottom: 70px;
    }
}

.risk-warning-sec__row {
    color: #656565;
    font-size: 12px;
    width: 80%;
}

.stiky__btn-row {
    transform: translateY(60px);
    display: none;
}

@media (max-width: 767px) {
    .stiky__btn-row {
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: fixed;
        transition: all 0.5s;
        width: 100%;
        z-index: 99;
    }
}

.stiky__btn-row .button--default {
    /*display: none;
font-family: lato, sans-serif*/
}

@media (max-width: 767px) {
    .stiky__btn-row .button--default {
        align-items: center;
        background-color: #47c08f;
        border-radius: 32px;
        color: #fff;
        display: flex;
        font-size: 16px;
        height: 54px;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color 0.6s;
        width: 301px;
        margin-left: auto;
        margin-right: auto;
    }
}

html:lang(ru) .section-three__sub--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 230px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 320px) {
    body .cookie-policy__text {
        font-size: 11px;
    }
}

.footer-logo {
    display: flex;
    padding-top: 80px;
}

@media (max-width: 768px) {
    .footer-logo {
        padding-top: 64px;
    }
}

@media (max-width: 479px) {
    .footer-logo {
        padding-top: 45px;
    }
}

.footer-logo__logo--size {
    margin-right: 40px;
    width: 200px;
}

@media (max-width: 479px) {
    .footer-logo__logo--size {
        margin-right: 20px;
        width: 150px;
    }
}

.footer-logo__logo--milan {
    width: 130px;
}

@media (max-width: 479px) {
    .footer-logo__logo--milan {
        width: 100px;
    }
}

html:lang(nl) .section-five__sub--title {
    font-size: 17px;
}

html:lang(nl) .section-five__sub--parag {
    font-size: 15px;
}

html:lang(nl) .section-four__row,
html:lang(nl) .section-two__row {
    width: 87%;
}

.exit-pp__content__picture {
    left: -5px;
    margin-bottom: 20px;
    max-height: 282px;
    position: absolute;
    top: -80px;
    width: auto;
}

.exit-pp__content {
    padding: 244px 20px 50px 10px;
}

.exit-pp .form input[type="checkbox"] + label {
    line-height: 15px;
}

#stiky__btn-row {
    position: fixed;
    display: none;
    margin-left: auto;
    margin-right: auto;
}


#g_a11y_announcement {
    display: none;
}

.section-hero,
.section-two,
.section-four,
.section-five {
    /*height: 100%;*/
    background: url(../img/viVJ4t5I_o5SNz7.png);
    background-position: 0 26%;
    background-repeat: no-repeat;
    background-size: 350px;
}

.section-three {
    height: fit-content;
    background: url(../img/viVJ4t5I_o5SNz7.png);
    background-position: 0 26%;
    background-repeat: no-repeat;
    background-size: 350px;
}

.section-two,
.section-three,
.section-four,
.section-five {
    display: none;
}

.section-hero-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stiky__btn-row {
    display: none;
}

.section-hero__btn {
    position: relative;
    display: block;
    order: 4;
}

.click-btn-hover:hover {
    box-shadow: 0 0 10px 5px #3cb98c;
}

.section-four {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .section-hero,
    .section-two,
    .section-three,
    .section-four,
    .section-five {
        height: fit-content;
        padding: 35px 0;
    }

    .section-hero-text {
        align-items: center;
    }

    #section-hero-text-1,
    #section-hero-text-2 {
        align-items: center;
    }

    .section-hero__btn {
        padding-bottom: 35px;
    }

    .section-hero__logo {
        margin-bottom: 40px;
    }

    .click-btn-4 {
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .section-hero,
    .section-two,
    .section-four,
    .section-five {
        background: none;
    }
}


#section-hero-text-2 {
    display: none;
}

.swiper-container {
    display: block;
    width: 100%;
    overflow-x: hidden;
    padding: 15px;
}

.swiper-slide {
    max-width: 400px;
    height: auto;
    margin-top: 20px;
}

.swiper-pagination {
    position: relative;
    padding-bottom: 40px;
}

.swiper-pagination-bullet {
    background: #338775;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background: #3cb98c;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .section-three__item--container {
        max-width: 715px;
    }
}

@media screen and (max-width: 768px) {
    .section-three__item--container {
        width: 100%;
    }

    .section-three__item--container {
        max-width: 715px;
    }
}
