.mainpage {
    color: var(--text-color);
}

.mainpage > section {
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
}

.title {
    font-size: 60px;
    display: block;
    color: var(--theme-color);
}
.sub-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--theme-second-color);
}

.routes {
    position: relative;
    display: flex;
    align-items: center;
}

.routes__container {
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.routes__info {
    margin-right: 24px;
}

.routes__info .sub-title {
    margin-bottom: 24px;
    position: relative;
}

.routes__info .title::before {
    /*content: "";*/
    width: 15%;
    height: 176%;
    background-image: url("/static/images/icons/arrow-hero.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -19%;
    top: 0;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.routes__info span {
    margin-bottom: 12px;
}

.routes__link {
    margin-top: 24px;
    min-width: 270px;
}

.routes__img {
    max-width: 40%;
    width: 100%;
    max-height: 520px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(114 114 114 / 15%);
}

.routes__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-block-btn {
    margin-top: 38px;
}

.online-travel__list {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.invite-guid {
    position: relative;
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
}
.invite-guid::before {
    content: "";
    width: 10%;
    height: 80%;
    background-image: url("/static/images/icons/decor-hero.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 14%;
    z-index: 0;
}
@media (max-width: 1860px) {
    .invite-guid::before {
        display: none;
    }
}

.invite-guid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.invite-guid__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.invite-guid__title {
    font-size: 40px;
    margin: 0 0 50px;
    position: relative;
}
.invite-guid__title span {
    font-size: 70px;
}
.invite-guid__title::before {
    content: "";
    width: 15%;
    height: 100%;
    background-image: url("/static/images/icons/arrow-hero.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -17%;
    top: 95%;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
.invite-guid__descr {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 36px;
    max-width: 95%;
}
.invite-guid__img {
    max-width: 500px;
    width: 100%;
    max-height: 630px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(114 114 114 / 15%);
}
.invite-guid__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.online-travel {
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
}
.online-travel__item {
    display: flex;
}
.online-travel__title {
    margin-bottom: 50px;
}
.online-travel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.online-travel__img {
    max-width: 560px;
    width: 100%;
    max-height: 520px;
    height: 100%;
    margin-right: 32px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(114 114 114 / 15%);
}
.online-travel__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.online-travel__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.online-travel__text {
    font-size: 16px;
    line-height: 24px;
    color: #4d3a3a;
    font-weight: 500;
}
a.online-travel__text {
    color: var(--theme-second-color);
    cursor: pointer;
}
a.online-travel__text:hover {
    opacity: 0.8;
}
.online-travel__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 60px;
    margin-right: 20px;
}
.online-travel__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.about {
    background-color: var(--theme-second-color-bg);
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
    position: relative;
    overflow: hidden;
}
.about::before {
    content: "";
    width: 220px;
    height: 100%;
    background-image: url("/static/images/icons/decor-about.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -150px;
    top: 0;
}
.about::after {
    content: "";
    width: 21%;
    height: 100%;
    background-image: url("/static/images/icons/decor-about2.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 7%;
    bottom: -31%;
}
.about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.about__container + .about__container {
    margin-top: 34px;
}
.about__left {
    width: 50%;
    margin-right: 40px;
}
.about__title {
    margin-bottom: 28px;
}

.about__descr {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.about__descr span {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-second-color);
}
.about__slider {
    width: 100%;
}
.about .swiper-wrapper {
    position: initial;
}
.about .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 335px;
    border-radius: 25px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: initial;
}
.about__play-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 20;
}
.about__play-btn--hidden {
    display: none;
}
.about .swiper-button-prev,
.about .swiper-button-next {
    width: 35px;
    height: 35px;
    margin-top: 0;
    border-radius: 50%;
    background-color: white;
    position: initial;
}
.about .swiper-button-prev::before,
.about .swiper-button-next::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 10px;
    border-color: transparent transparent transparent var(--theme-second-color);
    position: absolute;
    margin-right: -1px;
}
.about .swiper-button-prev::after,
.about .swiper-button-next::after {
    font-size: 0;
}
.about .swiper-button-prev:not(:last-child),
.about .swiper-button-next:not(:last-child) {
    margin-right: 10px;
}

.about .swiper-button-prev::before {
    border-width: 5.5px 10px 5.5px 0;
    border-color: transparent var(--theme-second-color) transparent transparent;
    margin-left: -3px;
}
.about__controls {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.about__box {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 15px 10px 24px;
    border-top-right-radius: 22px;
    background-color: rgba(255, 255, 255, 0.8);
}
.about__name {
    font-weight: 700;
    font-size: 24px;
    color: var(--theme-second-color);
}

.about__job {
    font-size: 16px;
}
.about__right {
    width: 50%;
}
.about__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.about__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.about__play::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent var(--theme-color);
    position: absolute;
    z-index: 2;
    margin-right: -6px;
}
.about__play::after {
    content: "";
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
}
.about__play--hidden {
    display: none;
}
.about__player {
    display: block;
    width: 100%;
    height: 100%;
}
.about__text {
    max-width: 850px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 55px;
}

.benefits-platform {
    position: relative;
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
    overflow: hidden;
}
/*.benefits-platform::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 780px;*/
/*    background-image: url("/static/images/icons/1.svg");*/
/*    background-size: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 67%;*/
/*    z-index: -1;*/
/*}*/
/*.benefits-platform::after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 30%;*/
/*    background-color: #1fe5b4;*/
/*    position: absolute;*/
/*    -webkit-transform: skewX(250deg);*/
/*    -ms-transform: skewX(250deg);*/
/*    transform: skewX(250deg);*/
/*    left: 0;*/
/*    top: 67%;*/
/*    z-index: -1;*/
/*    display: none;*/
/*}*/
.benefits-platform__sub-title {
    margin-bottom: 4px;
}
.benefits-platform__title {
    margin-bottom: 50px;
}
.benefits-platform__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--block-offset);
}
.benefits-platform__img {
    border-radius: 25px;
    overflow: hidden;
    max-width: 620px;
    width: 100%;
    max-height: 520px;
    height: 100%;
    min-width: 370px;
}
.benefits-platform__img--left {
    margin-right: 32px;
}
.benefits-platform__img--right {
    margin-left: 32px;
}
.benefits-platform__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.benefits-platform__box {
    max-width: 600px;
    position: relative;
}
.benefits-platform__box::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: -1;
}

.benefits-platform__inner--even .benefits-platform__box::before {
    width: 230px;
    height: 205px;
    background-image: url("/static/images/icons/arrow-benefits1.svg");
    right: 98%;
    top: 88%;
    transform: rotate(25deg);
}
.benefits-platform__inner--odd .benefits-platform__box::before {
    width: 248px;
    height: 205px;
    background-image: url("/static/images/icons/arrow-benefits2.svg");
    left: 89%;
    top: 84%;
    transform: rotate(-31deg);
}
.benefits-platform__box--four::before {
    width: 150px;
    height: 170px;
    background-image: url("/static/images/icons/arrow-benefits5.svg");
    right: -38%;
    top: 100%;
}

.benefits-platform__box--bg {
    padding: 35px 53px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
}
.benefits-platform__box--pay {
    max-width: 650px;
    margin-bottom: 40px;
    margin-right: 80px;
    margin-left: auto;
}
.benefits-platform__box--commission {
    max-width: initial;
    width: 100%;
}
.benefits-platform__smalltitle {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 18px;
    color: var(--theme-second-color);
}

.benefits-platform__text {
    font-size: 20px;
    line-height: 30px;
}

.benefits-platform__text + .benefits-platform__text {
    margin-top: 12px;
}

.benefits-platform__icons img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.benefits-platform__icons--first {
    max-width: 450px;
    width: 100%;
    max-height: 320px;
    height: 100%;
}
.benefits-platform__icons--second {
    max-width: 555px;
    width: 100%;
    max-height: 290px;
    height: 100%;
}

.fast-start {
    padding-top: 30px;
}
.fast-start__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fast-start__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 46px;
}
.fast-start__title {
    margin-bottom: 32px;
}
.fast-start__text {
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 30px;
}
.fast-start__text p + p {
    margin-top: 14px;
}
.fast-start__link {
    padding-right: 50px;
    padding-left: 50px;
    cursor: pointer;
}
.fast-start__img {
    max-width: 555px;
    width: 100%;
    max-height: 490px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(114 114 114 / 15%);
}
.fast-start__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fast-start__banner {
    padding: 110px 15px;
    background-color: var(--theme-color);
    position: relative;
}
.fast-start__banner::before, .fast-start__banner::after {
    content: "";
    max-width: 555px;
    width: 100%;
    height: 35px;
    background-image: url("/static/images/icons/decor-banner.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fast-start__banner::before {
    top: 40px;
}
.fast-start__banner::after {
    bottom: 40px;
}
.fast-start__descr {
    font-size: 22px;
    line-height: 36px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.table-wrapper {
    overflow: auto;
}
.table {
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset);
}
.table__title {
    margin-bottom: 50px;
}
.table__head {
    color: var(--text-color-dark);
    font-weight: 500;
    font-size: 22px;
}
.table__head span {
    color: var(--theme-second-color);
    text-transform: uppercase;
}
.table__apply {
    display: inline-block;
    width: 31px;
    height: 31px;
    background-image: url("/static/images/icons/apply.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.table table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.table table th {
    padding: 8px 18px;
}
.table table th:not(:last-child) {
    border-right: 2px solid #ebebeb;
}
.table table td {
    font-size: 15px;
    border: 2px solid #ebebeb;
    border-left: 0;
    padding: 6px 18px;
}
.table table td:nth-last-child(1) {
    border-right: 0;
}
.table table td:not(:nth-child(1)) {
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 0px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}