.container {
    width: 100%;
    max-width: 1400px;
    padding-left: .75rem;
    padding-right: .75rem;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:1200px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.container-s {
    max-width: 1214px
}

.container-xs {
    max-width: 988px
}

.fluid {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

:root {
    --swiper-theme-color: #333132
}

.swiper-button-next,
.swiper-button-prev {
    width: 12px;
    height: 21px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    position: absolute;
    top: 0;
    width: 15px;
    height: 30px;
    content: "" !important;
    background-image: url(/i/icons/common/arr-r.svg?inline);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: unset;
    border: unset
}

.swiper-button-prev {
    left: 0
}

.swiper-button-prev:after {
    left: 3px;
    transform: scaleX(-1)
}

.swiper-button-next {
    right: 0
}

.swiper-button-next:after {
    right: 3px
}

.swiper-navigation {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.swiper-top-nav .swiper-wrapper {
    margin-top: 32px
}

.swiper-top-nav .swiper-navigation {
    width: 103px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center
}

.swiper-top-nav .swiper-pagination {
    position: static
}

.swiper-top-nav .swiper-button-next,
.swiper-top-nav .swiper-button-prev {
    top: 0;
    width: 15px;
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-top-nav .swiper-button-next:after,
.swiper-top-nav .swiper-button-prev:after {
    position: absolute;
    top: 0;
    width: 20px;
    height: 32px;
    content: "";
    background-image: url(/i/icons/common/arr-r2-b.svg?inline);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: unset;
    border: unset
}

.swiper-top-nav .swiper-button-prev {
    left: 0
}

.swiper-top-nav .swiper-button-prev:after {
    transform: scaleX(-1)
}

.swiper-top-nav .swiper-button-next {
    right: 0
}

@media(min-width:992px) {
    .swiper-top-nav .swiper-wrapper {
        margin-top: 92px
    }
}

.swiper-pagination-bullet {
    margin: 0 4px
}

.react-tooltip {
    border-radius: 12px !important;
    background: #fff !important;
    opacity: 1 !important;
    z-index: 999;
    width: 320px !important;
    height: max-content !important;
    padding: 10px !important;
    pointer-events: all !important;
    box-shadow: 4px 6px 14px 0 rgba(0, 23, 76, .29)
}

@media(min-width:768px) {
    .react-tooltip {
        width: 198px !important;
        height: max-content !important
    }
}

.react-tooltip__container p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #000
}

.react-tooltip .info_icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 19px;
    height: 19px;
    background-image: url(/i/info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(min-width:768px) {
    .react-tooltip .info_icon {
        width: 14px;
        height: 14px
    }
}

.tooltip-profile {
    border-radius: 12px !important;
    background: #fff !important;
    opacity: 1 !important;
    z-index: 999;
    width: 320px !important;
    height: max-content !important;
    padding: 10px !important;
    pointer-events: all !important;
    box-shadow: 4px 6px 14px 0 rgba(0, 23, 76, .29)
}

@media(min-width:768px) {
    .tooltip-profile {
        width: 198px !important;
        height: max-content !important
    }
}

.tooltip-profile__container p {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    color: #000
}

.tooltip-profile .info_icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px !important;
    height: 24px !important;
    background-image: url(/i/info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(min-width:768px) {
    .tooltip-profile .info_icon {
        width: 14px;
        height: 14px
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    min-width: 320px;
    height: 100%;
    overscroll-behavior: none;
    -webkit-overscroll-behavior: none
}

body {
    font-family: FuturaPT, sans-serif;
    margin: 0;
    color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

body.overflow-hidden {
    overflow: hidden
}

@media(min-width:992px) {
    body {
        font-size: 1.125rem
    }
}

#__next {
    height: 100%
}

main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 100%
}

section {
    position: relative
}

a {
    text-decoration: underline
}

a,
a:hover {
    color: var(--dark)
}

a:hover {
    text-decoration: none
}

hr {
    border: unset;
    border-top: 1px solid var(--gray)
}

button {
    outline: none
}

h1,
h2,
h3 {
    font-weight: 800;
    line-height: 110%;
    margin: 0 0 2rem;
    color: #2d2926
}

h4,
h5,
h6 {
    font-weight: 500
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-family: FuturaPT, sans-serif;
    font-style: normal
}

h1 {
    font-size: 31px;
    margin-bottom: 22px
}

@media(min-width:768px) {
    h1 {
        font-size: 36px
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 44px
    }
}

@media(min-width:1200px) {
    h1 {
        font-size: 48px
    }
}

h2 {
    font-weight: 900;
    font-size: 1.5rem
}

@media(min-width:360px) {
    h2 {
        font-size: 1.6rem
    }
}

@media(min-width:768px) {
    h2 {
        font-size: 2.2rem
    }
}

@media(min-width:992px) {
    h2 {
        font-size: 44px
    }
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.25rem
}

input,
p {
    margin: 0
}

input {
    font-size: 20px;
    border-radius: 12px;
    padding: 18px 24px;
    box-sizing: border-box;
    border: 1px solid #003c96;
    height: 60px;
    color: #353638;
    font-weight: 300;
    vertical-align: bottom;
    font-family: FuturaPT, sans-serif
}

input:disabled {
    border: unset;
    background-color: #fff;
    color: #878786
}

input::placeholder {
    color: #000;
    opacity: .5
}

input:focus::placeholder {
    color: transparent
}

.btn {
    font-family: FuturaPT, sans-serif;
    display: inline-block;
    border-radius: 12px;
    padding: 10px 20px;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    background: #003c96;
    border: unset;
    box-sizing: border-box;
    text-align: center;
    transition: all .2s ease
}

.btn,
.btn:hover {
    text-decoration: none;
    color: #fff
}

.btn-red {
    background-color: #f04646;
    color: #fff;
    border: 3px solid #f04646
}

.btn-red:hover {
    background-color: #fff;
    color: #f04646
}

.btn-green {
    background-color: #00923a;
    color: #fff
}

.btn-green:hover {
    color: #fff
}

.btn-white {
    background-color: #fff;
    color: #000
}

.btn-white:hover {
    color: #000
}

.btn-outline {
    border: 1px solid #333;
    border-radius: 29px;
    background-color: transparent
}

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

.local-link {
    position: absolute;
    margin-top: -80px
}

@media(min-width:992px) {
    .local-link {
        margin-top: -80px
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 3px;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.appstore,
.gplay,
.huapp {
    display: inline-block;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: none;
    margin-right: 15px
}

.appstore:last-child,
.gplay:last-child,
.huapp:last-child {
    margin-right: 0
}

.gplay {
    width: 134px
}

.appstore {
    width: 120px
}

.huapp {
    width: 123px
}

@media(min-width:1200px) {
    .appstore,
    .gplay,
    .huapp {
        height: 47px
    }
    .gplay {
        width: 157px
    }
    .appstore {
        width: 141px
    }
    .huapp {
        width: 144px
    }
}

.android .appstore,
.ios .gplay,
.ios .huapp {
    display: none
}

.link-copytext {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    background: #fff;
    color: #00923a;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 12px 14px;
    transform: translate(-50%)
}

.copied .link-copytext {
    opacity: 1;
    animation: link-copytext-fade-out-up 1s ease-in-out forwards;
    animation-delay: 1s
}

@keyframes link-copytext-fade-out-up {
    0% {
        opacity: 1;
        transform: translate(-50%)
    }
    to {
        opacity: 0;
        transform: translate(-50%, -20px)
    }
}

.smart-captcha {
    min-width: 100% !important
}

.colored-title {
    position: relative;
    margin: 0 auto
}

.text-separator {
    position: relative;
    margin: 0 2px 0 5px
}

.text-separator__text {
    opacity: 0
}

.text-separator__image {
    position: absolute;
    top: -1px;
    left: calc((100% - 32px)/2);
    width: 32px;
    height: 34px;
    object-fit: cover
}

.text-separator__image.long {
    width: 32px;
    height: 48px
}

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

.modal_header {
    background: url(/i/mechanics/payment.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 119px
}

@media(min-width:768px) {
    .modal_header {
        height: 174px
    }
}

.modal_body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px
}

.modal_body .modal_heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 0
}

.modal_body .modal_heading span {
    color: #e74124;
    text-decoration: underline
}

@media(min-width:768px) {
    .modal_body .modal_heading {
        font-size: 32px;
        line-height: 32px
    }
}

.modal_body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 19.8px;
    text-align: center
}

@media(min-width:768px) {
    .modal_body p {
        font-size: 20px;
        line-height: 24px
    }
}

.modal_body small {
    font-size: 12px;
    font-weight: 300;
    line-height: 13.2px;
    text-align: center
}

@media(min-width:768px) {
    .modal_body {
        gap: 38px;
        padding: 32px 40px
    }
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 30, 100, .6);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    width: 26px;
    height: 26px;
    border: 2px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.loader.lg {
    width: 52px;
    height: 52px;
    border: 5px solid;
    border-color: #fff #fff transparent
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@media(min-width:768px) {
    .smart-captcha {
        min-width: calc(100% - 62px) !important
    }
}