@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    /*overflow-x: hidden;*/
}

*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit;
}

a {
    background-color: transparent;
    text-decoration: none !important;
}

a:active,
a:hover {
    outline: 0;
}

button,
input[type='submit'],
a {
    -webkit-appearance: button;
    cursor: pointer;
}

.container {
    max-width: 1228px;
    padding: 0 24px;
    margin: 0 auto;
}

.header {
    background: #1e1e1e;
}

.header_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logoWrp {
    display: flex;
}

.header_widgetWrp {
    overflow: visible;
    margin: 15px 0 10px;
    max-width: 730px;
    display: flex;
    justify-content: end;
    margin-right: 0px !important;
}

.widget_item {
    display: flex;
    align-items: center;
    width: fit-content !important;
    padding: 10px;
    background: #4b4b4b;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-active + .swiper-slide,
.mySwiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1 !important;
    transition: all 0.5s ease-in-out;
}

.widget_img {
    border-radius: 50%;
    margin-right: 10px;
}

.widget_text {
    color: #ffffff;
    opacity: 0.75;
    font-size: 13px;
    line-height: 13px;
    white-space: wrap;
    margin-bottom: 10px;
}

.widget_text:first-of-type {
    margin-bottom: 4px;
}

.widget_text span {
    opacity: 1;
    font-weight: 700;
}

.widget_payment {
    display: inline;
    background: #1c9aff;
    border-radius: 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    padding: 2px 8px 3px;
    margin-top: 5px;
}

.hero {
    background: #1c9aff;
}

.hero_inner {
    padding-top: 104px;
    display: flex;
}

.hero_part1 {
    max-width: 444px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hero_subtitle {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hero_title {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-right: -20px;
    margin-bottom: 15px;
}

.hero_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

.hero_btn {
    width: 100%;
    max-width: 344px;
    height: 58px;
    background-color: #1c9aff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 18px 38px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    background-image: url(../images/kVOJWr0gKaOB8Q0.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.hero_btn:hover {
    background-color: #fff;
    color: #1c9aff;
    background-image: url(../images/pFSfUYnCslXuSQ1.png);
}

.hero_btn:active {
    opacity: 0.75;
}

.scrollToCalc {
}

.hero_statsWrp {
    margin-top: 174px;
    margin-bottom: 100px;
    display: flex;
}

.stats_item {
    background: #0a81e0;
    border-radius: 10px;
    padding: 15px 25px;
    min-width: 155px;
}

.stats_item:first-child {
    margin-right: 10px;
    min-width: 266px;
}

.stats_text {
    font-size: 14px;
    line-height: 24px;
}

.stats_count {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.hero_partWrp {
    display: flex;
    justify-content: center;
}

.hero_part2 {
    display: flex;
    align-items: flex-end;
}

.hero_part3 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
    max-width: 360px !important;
    margin-left: -72px;
}

.greenBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-image: linear-gradient(90deg, #20cb11 0%, #18a70c 100%);
    border-radius: 35px;
    padding: 24px 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    background-size: 300% 100%;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.greenBtn:hover {
    background-position: 100% 0;
}

.greenBtn:active {
    background-position: 0% 0;
}

@media (max-width: 1200px) {
    .hero_inner {
        position: relative;
        padding-top: 30px;
        text-align: center;
        flex-direction: column;
    }

    .hero_part1 {
        max-width: unset;
    }

    .hero_title {
        margin-right: 0;
    }

    .hero_text {
        margin-bottom: 30px;
    }

    .hero_btn {
        margin: 0 auto 50px;
    }

    .hero_statsWrp {
        margin: 0;
        position: absolute;
        bottom: 18px;
        right: 0;
    }

    .hero_part2 {
        margin-left: -24px;
    }

    .hero_part3 {
        margin-bottom: 115px;
        margin-left: -64px;
    }
}

@media (max-width: 1023px) {
    .header_widgetWrp {
        max-width: 475px;
    }
}

@media (min-width: 768px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 2;
        top: 0;
    }

    .hero {
        margin-top: 101px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }

    .header_wrp {
        justify-content: center;
    }

    .header_logoWrp {
        margin: 15px auto;
    }

    .header_logo {
        max-width: 92px;
    }

    .header_widgetWrp {
        display: none;
    }

    .hero_subtitle {
        font-size: 30px;
        line-height: 30px;
    }

    .hero_title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .hero_text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .hero_btn {
        margin-bottom: 30px;
    }

    .hero_partWrp {
        flex-direction: column;
    }

    .hero_part2 {
        margin: 0 -60px 0 0;
        justify-content: center;
        position: relative;
    }

    .hero_part2::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -50px;
        display: block;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 84.48%, #1c9aff 94.79%);
    }

    .hero_part3 {
        margin: -50px auto 124px;
    }

    .stats_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 119px;
        height: 73px;
        padding: 16px;
        min-width: unset;
    }

    .stats_item:first-of-type {
        width: 212px;
        min-width: unset;
    }

    .stats_text {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 5px;
    }

    .stats_count {
        font-size: 24px;
        line-height: 24px;
    }

    .hero_statsWrp {
        bottom: 27px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
}

@media (max-width: 414px) {
    .hero_part2 img {
        width: 100%;
    }
}

.form__item {
    position: relative;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 0 auto;
    padding: 30px 20px 25px;
    width: 100%;
    z-index: 1;
}

.form__subtitle {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

.form__title {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.input__wrapper {
    position: relative;
    margin-bottom: 10px;
}

.input__wrapper:last-child {
    margin-bottom: 15px;
}

.form__input {
    width: 100%;
    height: 44px;
    font-size: 15px;
    line-height: 15px;
    color: #979797;
    outline: none;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    padding: 0 14px 0 44px;
}

.form__input::placeholder {
    color: #979797;
}

.input__icon {
    position: absolute;
    top: calc(50% - 8px);
    top: 14px;
    left: 14px;
}

.form__submit {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .form__subtitle {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .form__title {
        font-size: 50px;
        line-height: 50px;
    }
}

.calculator {
    margin: 100px 0;
}

.calculator__wrapper {
    position: relative;
    overflow: hidden;
    padding: 60px 50px 0px 50px;
}

.calculator__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

.calculator__subtitle {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.calculator__inner {
    display: flex;
    justify-content: space-between;
}

.controls {
    max-width: 515px;
    width: 100%;
}

.control__wrapper:first-child {
    margin-bottom: 30px;
}

.control__name {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-bottom: 30px;
}

.irs--flat .irs-line {
    height: 8px !important;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%) !important;
    opacity: 0.25 !important;
}

.irs--flat .irs-bar {
    height: 8px !important;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%) !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none !important;
}

.irs--flat .irs-handle {
    cursor: pointer !important;
    top: 18px !important;
    width: 24px !important;
    height: 24px !important;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%) !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
}

.irs--flat .irs-handle i {
    display: none !important;
}

.irs--flat .irs-handle::after {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    right: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 20px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    top: -24px !important;
    font-size: 28px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #000 !important;
    background-color: unset !important;
    padding: 0 !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none !important;
}

.control__range {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.control__range span {
    font-size: 16px;
    line-height: 110%;
    color: #000;
}

.output {
    max-width: 480px;
    width: 100%;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
    border-radius: 20px;
    padding: 50px 30px;
}

.output__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

.output__earn {
    white-space: nowrap;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.output__inner {
    display: flex;
    justify-content: space-between;
}

.output__subtitle {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.output__value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

@media (max-width: 1200px) {
    .calculator__title {
        font-size: 45px;
        line-height: 45px;
    }

    .calculator__subtitle {
        line-height: 26px;
    }

    .irs--flat .irs-from,
    .irs--flat .irs-to,
    .irs--flat .irs-single {
        font-size: 20px !important;
        line-height: 28px !important;
        top: -15px !important;
    }

    .controls {
        max-width: 460px;
    }
}

@media (max-width: 1024px) {
    .calculator__wrapper {
        padding: 30px 0 0;
    }

    .calculator {
        margin: 50px 0;
    }

    .control__range span:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {
    .calculator__inner {
        flex-direction: column-reverse;
    }

    .output {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .output__inner {
        max-width: 413px;
        margin: 0 auto;
    }

    .output__subtitle.revenue {
        text-align: right;
    }

    .controls {
        max-width: calc(100% - 60px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .calculator {
        margin: 30px 0;
    }

    .calculator__title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .calculator__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .calculator__wrapper {
        padding: 28px 0 0;
    }

    .output {
        padding: 30px 22px;
    }

    .output__title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .output__earn {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .output__subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .output__value {
        font-size: 24px;
        line-height: 30px;
    }

    .controls {
        padding-right: 0;
    }

    .control__name {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .irs--flat .irs-from,
    .irs--flat .irs-to,
    .irs--flat .irs-single {
        line-height: 100% !important;
        top: -10px !important;
    }

    .control__range span {
        font-size: 14px;
        line-height: 14px;
    }

    .control__wrapper:first-child {
        margin-bottom: 20px;
    }
}

.map {
    background: rgba(223, 223, 243, 0.1);
    padding: 100px 0;
    background-color: rgba(223, 223, 243, 0.1);
    background-image: url(https://img.smartybasket.com/h_MsFGHLPYTRL8j.jpg);
    background-repeat: no-repeat;
    background-position: 50% 52%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.map_title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.map_text {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    opacity: 0.75;
    margin-bottom: 106px;
}

.tableWrp {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(246, 246, 246, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 20px 10px;
    max-width: 1020px;
    margin: 0 auto;
}

.map_titleSecond {
    margin-top: 70px;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.map_textSecond {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.75;
    text-align: center;
    margin-bottom: 20px;
}

.map_btn {
    display: block;
    max-width: 346px;
    margin: 0 auto;
    text-align: center;
}

.earn {
    padding: 100px 0;
}

.earn_title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.earn_text {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.earn_wrp {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
}

.earn_img {
    margin-right: 20px;
}

.earn_subtitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.earn_subtext {
    font-size: 16px;
    line-height: 26px;
    color: #000000;

    opacity: 0.75;
}

.earn_subtext:first-of-type {
    margin-bottom: 15px;
}

.earn_hr {
    background: #000000;
    opacity: 0.3;
    border-radius: 2px;
    height: 2px;
    margin: 20px 0;
}

.earn_list {
    list-style: none;
}

.earn_item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.75);
}

.earn_item:last-of-type {
    margin-bottom: 0;
}

.earn_item img {
    margin-right: 5px;
}

.review {
    padding: 100px 0;
    background-color: #1c9aff;
    background-image: url(https://img.smartybasket.com/AjAWp1KCBhPUkNq.png);
    background-position: center;
    background-repeat: no-repeat;
}

.review_title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}

.review_text {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.review_slider {
    margin: 60px 0;
}

.review_item {
    margin: 37.5px 0;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    max-height: 400px;
    background-image: url(https://img.smartybasket.com/z7CORGANIxIPj_d.jpg);
    background-repeat: no-repeat;
    background-position: 99% 98%;
}

.sliderItem_imgWrp {
    max-width: 333px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    z-index: 1;
    border-radius: 20px;
    margin: -67.5px 30px -67.5px 0;
}

.sliderItem_textWrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 550px;
}

.sliderItem_name {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.sliderItem_city {
    font-size: 16px;
    line-height: 16px;
    opacity: 0.75;
    margin-bottom: 20px;
}

.sliderItem_text {
    font-size: 16px;
    line-height: 24px;
}

.sliderItem_profit {
    margin-top: auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    color: #008eff;
}

.mySwiperReview .swiper-pagination-bullet {
    background: transparent !important;
    opacity: 0.75;
    border: 1.5px solid #ffffff !important;
    margin: 0 3px !important;
    height: 12px !important;
    width: 12px !important;
}

.mySwiperReview .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}

.mySwiperReview .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -3px;
    height: 20px;
}

.mySwiperReview .swiper-wrapper {
    padding-bottom: 10px;
}

.review_inner {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    max-width: 883px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.review_subtitle {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.review_subtext {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.75;
}

.review_btn {
    max-width: 346px;
}

.features {
    padding: 100px 0;
}

.features_title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.features_text {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    opacity: 0.75;
}

.features_inner {
    margin-top: 60px;
    display: flex;
}

.features_item {
    padding: 20px;
    min-height: 275px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 33%;
}

.item2 {
    padding: 60px 30px;
    margin: -17px -10px;
    z-index: 2;
    width: 35%;
    background-color: #fff;
}

.item1::before {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 3px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 1;
}

.item1::after {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    position: absolute;
    z-index: -2;
}

.item1 .features_itemContent::after {
    content: '';
    opacity: 0.1;
    background-image: url(https://img.smartybasket.com/CaBD96kp_VCm1qg.png);
    background-position: -100% 0%;
    background-repeat: no-repeat;
    width: 202px;
    height: 270px;
    top: 1px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.item2 .features_itemContent::after {
    content: '';
    opacity: 0.1;
    background-image: url(https://img.smartybasket.com/1xCgjdp82Cyim66.png);
    background-position: -100% 0%;
    background-repeat: no-repeat;
    width: 202px;
    height: 270px;
    top: 20px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.item2::before {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: #fff;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 3px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 1;
}

.item2::after {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    position: absolute;
    z-index: -2;
}

.item3 .features_itemContent::after {
    content: '';
    opacity: 0.1;
    background-image: url(https://img.smartybasket.com/wZX9Kcq9aIEHkg5.png);
    background-position: -100% 0%;
    background-repeat: no-repeat;
    width: 202px;
    height: 270px;
    top: 3px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.item3::before {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: #fff;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 3px;
    border-radius: 0 0 10px 10px;
    position: absolute;
    z-index: 1;
}

.item3::after {
    content: '';
    background-position: -100% 0%;
    background-repeat: no-repeat;
    background: linear-gradient(270deg, #66bbff 0%, #366eff 100%);
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    position: absolute;
    z-index: -2;
}

.features_subtitle {
    opacity: 1;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.features_subtext {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 1200px) {
    .map {
        padding: 50px 0;
        background-position: 50% 57%;
    }

    .map_title {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 12px;
    }

    .map_text {
        font-size: 20px;
        line-height: 26px;
        opacity: 0.75;
        margin-bottom: 60px;
    }

    .map_titleSecond {
        margin-top: 50px;
    }

    .earn {
        padding: 50px 0 40px;
    }

    .earn_title {
        font-size: 45px;
        line-height: 45px;
    }

    .earn_text {
        line-height: 26px;
    }

    .earn_wrp {
        margin-top: 40px;
    }

    .earn_img {
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .sliderItem_textWrp {
        max-width: 520px;
    }

    .features {
        padding: 50px 0;
    }

    .features_title {
        font-size: 45px;
        line-height: 45px;
    }

    .features_text {
        font-size: 20px;
        line-height: 26px;
    }

    .features_inner {
        margin-top: 30px;
        flex-direction: column;
    }

    .features_item {
        width: 100%;
        height: 275px;
    }

    .features_itemContent {
        max-width: 350px;
    }

    .item2 {
        margin: 30px 0;
        height: 308px;
    }

    .item1 .features_itemContent::after {
        width: 270px;
        height: 270px;
        background-position: 0 0;
        right: 40px;
    }

    .item2 .features_itemContent::after {
        width: 270px;
        height: 270px;
        background-position: 0 0;
        right: 25px;
    }

    .item3 .features_itemContent::after {
        width: 270px;
        height: 270px;
        background-position: 0 0;
        right: 40px;
    }

    .item1::before {
        height: 5px;
        bottom: 3px;
    }

    .item1::after {
        height: 5px;
    }

    .item3::before {
        height: 5px;
        bottom: 3px;
    }

    .item3::after {
        height: 5px;
    }
}

@media (max-width: 1023px) {
    .map {
        padding: 50px 0;
        background-position: 50% 59%;
    }

    .earn_wrp {
        position: relative;
        margin-bottom: 190px;
    }

    .earn_listWrp {
        position: absolute;
        bottom: -190px;
        left: 0;
        width: 100%;
    }

    .earn_hr {
        margin: 30px 0;
    }

    .earn_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 126px;
    }

    .earn_item {
        margin-right: 125px;
    }

    .earn_item:nth-of-type(4) {
        margin-bottom: 0;
    }

    .review {
        background-size: 150%;
        padding: 50px 0;
    }

    .review_title {
        font-size: 45px;
        line-height: 45px;
    }

    .review_text {
        line-height: 26px;
    }

    .review_slider {
        margin: 30px 0 28px;
    }

    .review_item {
        cursor: pointer;
        padding: 20px 20px 25px;
        margin: 20px 0;
        max-height: 315px;
        background: #fff;
    }

    .sliderItem_imgWrp {
        max-width: 250px;
        margin: -40px 20px -40px 0;
    }

    .sliderItem_textWrp {
        max-width: 410px;
    }

    .sliderItem_profit {
        font-size: 26px;
        line-height: 26px;
    }

    .review_inner {
        padding: 15px 20px;
    }

    .review_subtitle {
        padding-top: 1px;
        font-size: 30px;
        line-height: 30px;
    }

    .review_btn {
        max-width: 339px;
    }
}

@media (max-width: 767px) {
    .map {
        padding: 29px 0 35px;
        background-position: 50% 100%;
        background-size: 455%;
    }

    .map_text {
        margin-bottom: 22px;
    }

    .map_title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .map_text {
        font-size: 14px;
        line-height: 24px;
    }

    .map_titleSecond {
        margin-top: 30px;
        font-size: 26px;
        line-height: 26px;
    }

    .map_textSecond {
        font-size: 14px;
        line-height: 24px;
    }

    .earn {
        padding: 30px 0;
    }

    .earn_title {
        font-size: 30px;
        line-height: 30px;
    }

    .earn_text {
        font-size: 14px;
        line-height: 24px;
    }

    .earn_wrp {
        margin-top: 20px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .earn_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .earn_subtitle {
        font-size: 30px;
        line-height: 30px;
    }

    .earn_subtext {
        font-size: 14px;
        line-height: 24px;
    }

    .earn_listWrp {
        position: initial;
    }

    .earn_hr {
        margin: 20px 0;
    }

    .earn_list {
        height: unset;
    }

    .earn_item:nth-of-type(4) {
        margin-bottom: 10px;
    }

    .earn_item {
        margin-right: 0;
        font-size: 14px;
        line-height: 14px;
    }

    .review {
        background-size: 375%;
        padding: 30px 0;
    }

    .review_title {
        font-size: 30px;
        line-height: 30px;
    }

    .review_text {
        font-size: 14px;
        line-height: 24px;
    }

    .review_slider {
        margin: 20px 0 30px;
    }

    .review_item {
        flex-direction: column;
        padding: 10px 10px 20px;
        margin: 0;
        max-height: 425px;
    }

    .sliderItem_imgWrp {
        margin: 0 0 10px;
        max-width: 100%;
    }

    .sliderItem_imgWrp img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .sliderItem_textWrp {
        min-height: 200px;
    }

    .sliderItem_name {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .sliderItem_city {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .sliderItem_text {
        font-size: 14px;
        line-height: 22px;
    }

    .sliderItem_profit {
        font-size: 24px;
        line-height: 24px;
    }

    .mySwiperReview .swiper-wrapper {
        padding-bottom: 32px !important;
    }

    .review_inner {
        padding: 20px 17px;
        flex-direction: column;
    }

    .review_innerText {
        text-align: center;
    }

    .review_subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .review_subtext {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .review_btn {
        max-width: 100%;
    }

    .features {
        padding: 30px 0;
    }

    .features_title {
        font-size: 30px;
        line-height: 30px;
    }

    .features_text {
        font-size: 14px;
        line-height: 24px;
    }

    .features_inner {
        margin-top: 20px;
    }

    .features_item {
        padding: 30px 20px;
        height: unset;
        min-height: unset;
        overflow: hidden;
    }

    .features_itemContent {
        max-width: 350px;
    }

    .features_subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .features_subtext {
        font-size: 14px;
        line-height: 24px;
    }

    .item2 {
        margin: 20px 0;
        height: unset;
    }

    .item1 .features_itemContent::after {
        background-position: -100% 0%;
        width: 205px;
        height: 270px;
        top: -85px;
        right: 0;
    }

    .item2 .features_itemContent::after {
        background-position: -100% 0%;
        width: 202px;
        height: 270px;
        top: -5px;
        right: 0;
    }

    .item3 .features_itemContent::after {
        background-position: -100% 0%;
        width: 202px;
        height: 270px;
        top: 3px;
        right: 0;
    }

    .item1::before {
        height: 5px;
        bottom: 3px;
    }

    .item1::after {
        height: 5px;
    }

    .item3::before {
        height: 5px;
        bottom: 3px;
    }

    .item3::after {
        height: 5px;
    }
}

@media (max-width: 413px) {
    .sliderItem_textWrp {
        min-height: 215px;
    }
}

.table {
    max-width: 1020px;
    margin: 0 auto;
    display: block;
}

.table_row {
    display: grid;
    grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 10px 10px;
}

.table_row-title {
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.column_title:first-of-type {
    padding-left: 25px;
}

.column_title:last-of-type {
}

.table_row:last-of-type {
    margin-bottom: 0;
}

.table_template {
    display: flex;
    flex-direction: column;
    position: sticky;
    left: 50%;
    max-width: 1020px;
    width: 100%;
    overflow: hidden;
}

.column {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 21px 0px 18px;
    align-items: center;
}

.column_title {
    color: #232323;
    padding: 0 0 20px 0;
    border-top: none;
    border-left: none;
}

.column-1 {
    padding: 13px 10px 10px 27.5px;
    display: flex;
}

.column-1 img {
    width: 32px;
    margin-right: 15px;
}

.column-3 {
    max-width: 100px;
    font-weight: 700;
    color: #fff;
    background: #1c9aff;
    border-radius: 15px;
    padding: 7px 10px 3px;
    margin: 14.5px 0;
    text-align: center;
}

.column-6 {
    display: flex;
}

.column-6 img {
    padding-right: 5px;
}

@media (max-width: 1300px) {
    .column-1 img {
        width: 32px;
    }
}

@media (max-width: 1023px) {
    .tableWrp {
        padding: 15px 0;
    }

    .table_row {
        grid-template-columns: 1.5fr 1fr 0.75fr 1fr 1fr 1fr;
    }

    .column-1 {
        padding: 10px 1px 10px 15px;
        padding-right: 0;
    }

    .column-3 {
        max-width: 70px;
    }

    .column-4 {
        padding-left: 10px;
    }

    .column_title:nth-of-type(4) {
        padding-left: 10px;
        max-width: 95px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .table_row-title {
        margin: 0 10px !important;
    }

    .table_row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .column {
        display: flex;
        padding: 16px 10px 10px;
    }

    .column_title {
        padding: 0;
    }

    .column_title:first-of-type {
        padding: 0;
        margin-bottom: 8px;
    }

    .column_title:nth-of-type(2) {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .column_title:nth-of-type(3) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .column_title:nth-of-type(4) {
        padding: 0;
        max-width: unset;
        margin-bottom: 15px;
    }

    .column_title:nth-of-type(5) {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .column_title:nth-of-type(6) {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .first-column {
        display: flex;
        align-items: flex-start;
        padding: 10px 10px 10px;
    }

    .first-column p {
        font-size: 14px;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80px;
        white-space: nowrap;
    }

    .first-column p:first-of-type {
        margin: 8px 0;
    }

    .first-column img {
        margin-right: 8px;
    }

    .center-column {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 0 10px;
    }

    .center-column .profit {
        margin-bottom: 8px;
    }

    .center-column .today {
        font-size: 12px;
        line-height: 130%;
        color: #232323;
    }

    .last-column {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 0;
    }

    .last-column .cryptoCurrency {
        font-weight: 700;
        color: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 3px 10px;
        background: #1c9aff;
        border-radius: 15px;
        margin-bottom: 6px;
    }

    .last-column .status {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 414px) {
    .first-column {
        max-width: 170px;
    }
}

.review_slider {
    height: fit-content;
}

.column.column-3 {
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .tiket {
        display: none;
    }

    .column.column-3 {
        max-width: 100%;
        height: 22px;
        padding: 10px;
        margin: 30px 10px 6px 5px;
    }
}

img#flag {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 100;
    width: 200px;
}
