.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@font-face {
    font-family: ADPortsGroup;
    src: url(../fonts/ADPortsGroup-Light.woff2) format("woff2"), url(../fonts/ADPortsGroup-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ADPortsGroup;
    src: url(../fonts/ADPortsGroup-Bold.woff2) format("woff2"), url(../fonts/ADPortsGroup-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: ADPortsGroup;
    src: url(../fonts/ADPortsGroup-Regular.woff2) format("woff2"), url(../fonts/ADPortsGroup-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
    font-size: 10px;
    height: 100%;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: ADPortsGroup;
    min-width: 280px;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

article,
aside,
audio,
b,
body,
canvas,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
label,
li,
mark,
menu,
nav,
ol,
p,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

button {
    transition: all 0.3s ease;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

ul {
    list-style: none;
}

.h1,
h1 {
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.32;
}

.h2,
h2 {
    font-size: 3.7rem;
    line-height: 1.45;
}

.h2,
.h3,
h2,
h3 {
    font-weight: 500;
    color: #373069;
}

.h3,
h3 {
    font-size: 2.4rem;
}

.h4,
h4 {
    font-size: 21px;
}

.h5,
h5 {
    font-size: 17px;
}

.h6,
h6 {
    font-size: 15px;
}

.base-text {
    font-weight: 500;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.94;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.wrapper.rtl {
    direction: rtl;
    font-family: ADPortsGroup;
}

.wrapper.login .header .btn {
    background-color: #fff;
    border-color: #fff;
    color: #8474ae;
}

.container {
    /* max-width: 1170px; */
    width: 100%;
    margin: 0 auto;
}
.container.page-wrap {
    /* padding: 0 3rem; */
}

.container,
.main {
    position: relative;
}

.main {
    overflow: hidden;
}

.aos-init.aos-animate {
    opacity: 1;
}

.main-scrollbar {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    scroll-behavior: smooth;
}

.main-scrollbar canvas {
    z-index: -1;
}

.scroll-content {
    scroll-behavior: smooth;
}

.section-out {
    opacity: 0;
    transition: all 0.8s ease-out;
}

.section-in {
    transition: all 0.7s ease-out;
    opacity: 1;
}

::-webkit-media-controls,
::-webkit-media-controls-overlay-play-button,
::-webkit-media-controls-panel,
::-webkit-media-controls-play-button,
::-webkit-media-controls-start-playback-button,
::-webkit-media-controls-timeline,
::slotted::-webkit-media-controls-container,
:host::shadow::-webkit-media-controls-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    -webkit-appearance: none !important;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* padding: 1.5rem 0; */
    z-index: 100;
}

.header.active {
    /* padding: 1.3rem 0; */
}

.header.active .logo {
    width: 4.9rem;
}

.header.active .logo img:first-child {
    display: none;
}

.header.active .logo img:last-child {
    display: block;
}

.header .logo img:last-child {
    display: none;
}

.header .mobile-lang {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header .lang-link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 0 1.7rem;
    position: relative;
    line-height: 1;
}

.header .lang-link:first-child:before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% + 0.5rem);
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
}

.header .lang-link.active {
    color: #8474ae;
}

.header .btn {
    margin: 0 2rem 0 auto;
}

.header.active,
.header.bg {
    background-image: radial-gradient(circle at 15% 80%, #2a1d5b, #0e0724 57%);
}

.header .container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.header .btn.mobile {
    margin: 0 2rem 0 auto;
}

.logo {
    width: 10.5rem;
    height: auto;
    flex: none;
    z-index: 12;
    position: relative;
}

.logo img {
    width: 100%;
    height: 100%;
}

.user-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8474ae;
    margin-left: auto;
    margin-right: 3rem;
}

.burger-content {
    padding: 0 3rem;
}

.burger-menu {
    z-index: 11;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #373069;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding: 14rem 0 1.5rem;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.burger-menu.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.user-nav {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.lang-wrap {
    margin: 0 auto;
    cursor: pointer;
    display: none;
}

.lang-wrap img {
    margin-right: 0.8rem;
    width: 25px;
    height: auto;
}

.lang-wrap .lang-select {
    position: relative;
    padding-right: 2rem;
    display: flex;
}

.lang-wrap .lang-select:after {
    content: "";
    position: absolute;
    width: 1.4rem;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/lang-icon.svg);
}

.lang-wrap .current-lang,
.lang-wrap .other-lang {
    color: #fff;
    font-size: 1.6rem;
    margin: auto 0;
}

.lang-wrap .other-lang {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 2.5rem;
    opacity: 0;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    background-color: #8474ae;
    text-align: center;
    padding: 1.1rem 0;
}

.lang-wrap .other-lang.active {
    opacity: 1;
}

.burger-img {
    margin-top: 8rem;
    width: 215px;
    height: auto;
}

.burger-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    margin-bottom: 3rem;
}

.nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav a,
.nav li,
.nav ul {
    width: 100%;
}

.nav a {
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    position: relative;
    padding: 2rem 0;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.nav a:before {
    content: url(../images/ico-arrow.svg);
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    display: none;
}

.nav a.active,
.nav a:hover {
    color: #8474ae;
}

.burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.burger.active span:first-child {
    top: 7px;
    transform: rotate(45deg);
}

.burger.active span:nth-child(2) {
    transform: translateX(2000px);
}

.burger.active span:nth-child(3) {
    bottom: 7px;
    transform: rotate(-45deg);
}

.burger span {
    width: 20px;
    height: 3px;
    border-radius: 100px;
    position: relative;
    transition: all 0.3s ease;
    background-color: #fff;
}

.burger span:first-child {
    margin-bottom: 4px;
}

.burger span:nth-child(3) {
    margin-top: 4px;
}

.rtl .lang-link:first-child:before {
    right: auto;
    left: -1px;
}

.rtl .header .btn {
    margin: 0 auto 0 2rem;
    padding: 0.8rem 0.5rem 0.9rem;
    font-size: 1.1rem;
}

.rtl .nav a:before {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.rtl .nav ul {
    flex-direction: column-reverse;
}

.rtl .lang-wrap .current-lang {
    font-size: 14px;
}
.lang-img {
   width: 20px;
}
.rtl .lang-img {
    margin: 0 0 0 0.8rem;
}

.rtl .lang-select {
    padding: 0 0 0 2rem;
}

.rtl .lang-select:after {
    left: 0;
    right: unset;
}

.footer {
    position: relative;
    padding: 6.5rem 0;
    background-color: #373069;
    overflow: hidden;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
}

.footer:before {
    position: absolute;
    content: "";
    width: 15.7rem;
    height: 19.5rem;
    top: 0;
    right: -3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(../images/footer-img.svg);
}

.footer .logo {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 7.5rem;
}

.footer .logo img {
    width: 160px;
    height: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.footer-menu {
    padding: 0 1rem;
    margin-bottom: 4rem;
}

.footer-menu.half {
    width: 50%;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
}

.footer-menu li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #bea6ff;
    position: relative;
}

.footer-menu a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-menu a:hover {
    color: #fff;
}

.footer-menu a:hover:before {
    opacity: 1;
}

.footer-menu .footer-tel {
    padding-top: 5px;
}

.footer-menu .footer-mail {
    word-break: break-all;
}

.footer-text {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}

.footer-text:last-child {
    margin-bottom: 0;
}

.footer-text.marg {
    margin-bottom: 2rem !important;
}

.link-icon {
    width: 24px;
    height: auto;
    flex: none;
    margin-right: 1rem;
}

.footer-text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.footer-partner {
    margin-bottom: 3rem;
    margin-right: 2rem;
}

.footer-partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-partner:last-child {
    margin-bottom: 0;
}

.footer-partner.power {
    width: 16rem !important;
}

.footer-partner.part {
    width: 15rem;
}

.footer-partner.super {
    width: 22.5rem;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.soc-content {
    width: 100%;
}

.soc-wrap {
    display: flex;
    margin-bottom: 2.5rem;
}

.soc {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #8474ae;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc:last-child {
    margin: 0;
}

.soc-img {
    height: 2rem;
    width: auto;
}

.soc-img img {
    width: 100%;
    height: 100%;
}

.rtl .footer:before {
    right: auto;
    left: -30px;
}

.rtl .soc {
    margin: 0 0 0 1rem;
}

.rtl .link-icon {
    margin: 0 0 0 1.5rem;
}

.footer-text.rules {
    margin: 0;
}

.btn {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    text-align: center;
}

.btn.block {
    display: none;
}

.btn.primary {
    width: 10rem;
    flex: none;
    border: 2px solid #8474ae;
    padding: 1rem 0.5rem 0.8rem;
    background-color: #8474ae;
}

.btn.primary:hover {
    background: 0 0;
    border-color: #fff;
}

.more-btn {
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1.5rem 0 1.5rem 6.5rem;
    position: relative;
}

.more-btn:before {
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.more-btn.primary {
    color: #fff;
}

.more-btn.primary:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='23.5' stroke='%23FFF'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.more-btn.primary:hover {
    color: #bea6ff;
}

.more-btn.primary:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23bea6ff' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='23.5' stroke='%23bea6ff'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.more-btn.secondary {
    color: #8474ae;
}

.more-btn.secondary:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23373069'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.more-btn.secondary:hover {
    color: #bea6ff;
}

.more-btn.secondary:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23bea6ff' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='23.5' stroke='%23bea6ff'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.more-btn.tertiary {
    color: #bea6ff;
}

.more-btn.tertiary:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23BEA6FF'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.more-btn.tertiary:hover {
    color: #c2c6e4;
}

.more-btn.tertiary:hover:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23c2c6e4' fill-rule='evenodd'%3E%3Ccircle cx='24' cy='24' r='23.5' stroke='%23c2c6e4'/%3E%3Cpath d='M22.526 18v5.526H17v2.948h5.526V32h2.948v-5.526H31v-2.948h-5.526V18z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
}

.totop {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 5;
    border-radius: 50%;
    background-image: url(../images/totop.svg);
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.totop.active {
    opacity: 1;
}

.alignment-slider {
    width: calc(100% - 3px);
    height: 36rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 5.5rem;
}

.alignment-slider .swiper-slide {
    cursor: pointer;
    text-align: center;
    height: calc((100% - 30px) / 3);
    display: flex;
    border-right: 1px solid rgba(190, 166, 255, 0.1);
    border-bottom: 1px solid rgba(190, 166, 255, 0.1);
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.alignment-slider .swiper-slide:nth-child(12) .partner-img,
.alignment-slider .swiper-slide:nth-child(3) .partner-img,
.alignment-slider .swiper-slide:nth-child(6) .partner-img,
.alignment-slider .swiper-slide:nth-child(9) .partner-img {
    border-bottom: none;
}

.alignment-slider .swiper-slide:hover {
    overflow: hidden;
}

.alignment-slider .swiper-slide:hover .partner-img.white {
    display: block;
}

.alignment-slider .swiper-slide:hover .partner-img.dark {
    display: none;
}

.alignment-slider .swiper-pagination {
    bottom: 0;
    z-index: 1;
}

.alignment-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.alignment-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.partner-img {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 40px;
    transition: all 0.3s ease;
}

.partner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-img.dark {
    display: none;
}

.modal {
    margin: 0 auto;
    max-width: 44.5rem;
    width: 100%;
}

.modal.active {
    display: block;
}

.modal .next-btn {
    font-size: 1.4rem;
    font-weight: 500;
    color: #8474ae;
}

.modal .next-btn:hover {
    text-decoration: underline;
}

.modal__wrap {
    width: 100%;
    min-height: 59.6rem;
    background-color: #fff;
    padding: 6rem 2rem;
    border-radius: 2rem;
    background-image: url(../images/mask-modal.svg);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.modal__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.modal__footer span {
    font-size: 1.4rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    color: #373069;
    margin: 0 2.5px;
}

.modal__footer .next-btn {
    margin: 0 2.5px !important;
}

.main-form .next-btn {
    margin: 0 0 2.4rem auto;
}

.main-form__fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.main-form__area {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: #2d3955;
    padding: 1.5rem;
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.main-form__area:after {
    position: absolute;
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    transition: all 0.3s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/ico-arrow-popup.svg);
    opacity: 0;
}

.main-form__area:hover {
    border-color: #6f4c98;
}

.main-form__area:hover:after {
    opacity: 1;
}

.main-form__checkbox {
    margin-top: 2rem;
}

.main-form__checkbox input {
    display: none;
}

.main-form__check-label {
    display: block;
    cursor: pointer;
    font-size: 1.4rem;
    color: #373069;
    position: relative;
    padding-left: 2.5rem;
}

.main-form__check-label:before {
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #d7dee8;
    top: -2px;
    left: 0;
    transition: all 0.3s ease;
}

.main-form__check-label:after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 1px;
    background: #482570;
    left: 3px;
    transition: all 0.3s ease;
    opacity: 0;
}

.main-form input[type="checkbox"]:checked+label:before {
    border-color: #482570;
}

.main-form input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.main-form__title {
    text-align: center;
    font-size: 3.1rem;
    line-height: 2.19;
    font-weight: 700;
    color: #373069;
    margin-bottom: 3rem;
}

.main-form__field-wrap {
    margin-bottom: 0.8rem;
}

.main-form__step {
    display: none;
}

.main-form__step.active {
    display: block;
}

.main-form__step.step2 legend {
    text-align: left;
}

.main-form__field {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.4rem;
}

.main-form__field:last-child {
    margin-bottom: 0;
}

.main-form__label {
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 500;
    color: #373069;
    margin-bottom: 1.2rem;
}

.main-form__input {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #c2c6e4;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    color: #373069;
    padding: 1.4rem 1rem;
}

.main-form .btn {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    padding: 1.6rem 2.5rem 1.4rem;
    font-weight: 500;
    border-radius: 2.5rem;
}

.main-form .btn:hover {
    color: #8474ae;
    border-color: #8474ae;
}

.main-form__btn {
    width: 100%;
    border: 1px solid #c2c6e4;
    border-radius: 2.5rem;
    padding: 1rem 2.5rem 0.7rem;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-form__btn span {
    font-weight: 500;
    color: #373069;
    font-size: 1.4rem;
}

.main-form__btn img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: cover;
    margin: 0 0.8rem;
}

.rtl .modal__wrap {
    background-position: 0 0;
}

.rtl .main-form .next-btn {
    margin: 0 auto 2.4rem 0;
}

.rtl .main-form__area,
.rtl .main-form__step.step2 legend {
    text-align: right;
}

.rtl .main-form__area:after {
    right: auto;
    left: 1rem;
}

.rtl .main-form__check-label {
    padding: 0 2.5rem 0 0;
}

.rtl .main-form__check-label:before {
    left: auto;
    right: 0;
}

.rtl .main-form__check-label:after {
    left: auto;
    right: 3px;
}

.intro-section {
    padding: 14.5rem 0 7.5rem;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background-color: #0e0724;
}

.intro-section .powered {
    margin-top: 8.7rem;
    max-width: 28rem;
    width: 100%;
    height: auto;
}

.intro-section .powered img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.intro-section.login {
    min-height: 100vh;
    padding: 10.5rem 0 1.5rem;
}

@keyframes scale {
    0% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}

.intro-section .circle {
    position: absolute;
    z-index: -1;
    top: -4rem;
    left: -7rem;
    width: 17.3rem;
    height: 17.3rem;
    border-radius: 50%;
    box-shadow: 0 5px 83px 0 #2405da;
    background-image: radial-gradient(circle at 62% 63%, #987be5, #1c06be 81%);
}

.intro-section .intro-img {
    display: none;
    opacity: 0.9;
    mix-blend-mode: overlay;
}

.intro-section .video-wrap {
    transform: scaleX(-1);
}

.intro-section .info-wrap {
    max-width: 64.5rem;
}

.intro-section .info-wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    color: #bea6ff;
}

.intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: scale 5s ease forwards;
    z-index: 0;
}

.main-content {
    justify-content: space-between;
}

.info-wrap,
.main-content {
    display: flex;
    flex-direction: column;
}

.info-wrap {
    max-width: 60rem;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.info-wrap .h1,
.info-wrap .h2 {
    margin-bottom: 2rem;
}

.info-wrap .base-text {
    margin-bottom: 2.5rem;
}

.circle-bg {
    position: relative;
}

.circle-bg:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 38rem;
    height: 38rem;
    left: -9.5rem;
    top: 0;
    border-radius: 50%;
    background-image: linear-gradient( 132deg, #d9dbff 14%, hsla(0, 0%, 100%, 0) 83%);
}

.intro-img {
    max-width: 44.5rem;
    height: auto;
    flex: none;
    margin-left: 2rem;
}

.intro-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rtl .circle {
    left: auto;
    right: -7rem;
}

.rtl .info-wrap.circle-bg:before {
    left: auto;
    right: -9.5rem;
}

.rtl .more-btn {
    padding: 15px 65px 15px 0;
}

.rtl .more-btn:before {
    left: auto;
    right: 0;
}

.work-section {
    background-color: #fff;
    padding: 3rem 0 0;
    position: relative;
    z-index: 3;
}

.work-section .base-text {
    color: #071f33;
}

.work-section .info-wrap {
    max-width: 590px;
    padding-top: 5rem;
}

.work-section .main-content {
    flex-direction: column-reverse;
}

.card-wrap,
.work-section .main-content {
    align-items: center;
    -webkit-align-items: center;
}

.card-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: none;
    justify-content: center;
    margin-top: 2rem;
    margin: -7rem 0 8rem;
}

.card {
    padding: 1rem;
    flex: none;
    /* margin: 0 auto; */
}


.card.services {
    width: 212px;
}

.card.services .card__wrap {
    background-image: linear-gradient(315deg, #866fdb, #19103a);
    box-shadow: 0 5px 30px 0 rgba(55, 48, 105, 0.3);
    min-height: 192px;
}

.card.daily {
    width: 163px;
}

.card.daily .card__wrap {
    background-image: linear-gradient(180deg, #c4b3f3, #8474ae);
    box-shadow: 0 5px 30px 0 rgba(43, 0, 152, 0.3);
    min-height: 143px;
}

.card.users {
    width: 211px;
}

.card.users .card__wrap {
    background-image: linear-gradient(314deg, #373069, #071f33);
    box-shadow: 0 5px 30px 0 rgba(55, 48, 105, 0.44);
    min-height: 191px;
}

.card.users .card__count,
.card.users .card__count span {
    color: #bea6ff;
}

.card.users .card__count span:first-child {
    margin-right: 5px;
}

.card.monthly {
    width: 163px;
}

.card.monthly .card__wrap {
    background-image: linear-gradient(225deg, #eae7ff, #929ac1);
    box-shadow: 0 5px 83px 0 rgba(63, 41, 120, 0.3);
    min-height: 143px;
    padding: 1rem;
}

.card.monthly .card__count {
    color: #242953;
}

.card.monthly .card__title {
    margin: 1rem 0 0;
    color: #242953;
}

.card__wrap {
    height: 100%;
    padding: 1.3rem;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.card__title {
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.card__count {
    color: #fff;
    line-height: 1;
    font-size: 4rem;
    word-break: break-all;
}

.card__count span {
    font-size: 2rem;
}

.card__text {
    display: block;
    margin-top: 2rem;
    font-weight: 500;
    color: #fff;
    font-size: 1.8rem;
}

.rtl .card__text {
    line-height: 160%;
}

.rtl .card.users .card__count {
    font-size: 3rem;
}

.news-section {
    background-color: #fff;
    opacity: 1 !important;
    padding: 6.5rem 0;
}

.news-section .info-wrap {
    padding-top: 5rem;
    max-width: 445px;
    z-index: 2;
    position: relative;
    margin-bottom: 2rem;
}

.news-title {
    font-weight: 700;
    color: #8474ae;
    font-size: 2rem;
    line-height: 2.65;
}

.news-text {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.68;
    color: #373069;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    box-orient: vertical;
}

.news-date {
    display: block;
    font-weight: 700;
    color: #8474ae;
    font-size: 1.8rem;
    line-height: 1.65;
}

.news {
    width: 100%;
}

.news__wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news__info {
    margin-bottom: 2.5rem;
    display: none;
}

.news__img {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__text {
    color: #373069;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.news__more,
.news__text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.94;
}

.news__more {
    color: #8474ae;
}

.grid-bg {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.grid-bg:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/gradient.png);
    background-size: cover;
}

.grid-bg:after,
.grid-bg:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
}

.grid-bg:before {
    width: 41.5rem;
    height: 80%;
    mix-blend-mode: overlay;
    background-image: url(../images/mask.svg);
    background-size: contain;
    right: -28rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.news-slider {
    position: relative;
}

.footer-swiper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.swiper-btn-wrap {
    z-index: 2;
    display: flex;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 40px;
    background-color: #373069;
    height: 40px;
    border-radius: 50%;
    left: auto;
    margin: 0 9px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-weight: 900;
    font-size: 1.5rem;
}

.rtl .swiper-button-next,
.rtl .swiper-button-prev {
    transform: rotate(180deg);
}

.rtl .swiper-btn-wrap {
    justify-content: flex-start;
}

.benefit-intro-section {
    padding: 18rem 0 15rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: calc(100vh + 3rem);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.benefit-intro-section h2 {
    color: #fff;
    font-weight: 500;
}

.benefit-intro-section .info-wrap {
    max-width: 47.5rem;
}

.benefit-intro-section .intro-img {
    display: none;
    max-width: 45rem;
}

.benefit-intro-section .base-text {
    margin-bottom: 0 !important;
}

.benefits-section {
    padding: 11rem 0 6.5rem;
    opacity: 1 !important;
}

.benefits-section .circle-bg:before {
    top: -21rem;
}

.benefits-section .h2 {
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
    font-size: 3.8rem;
}

.benefits-section .benefits-intro {
    position: relative;
    padding: 14rem 0 6rem;
}

.benefits-section .benefits-intro .benefits-wrap {
    padding: 0;
}

.benefits:last-child .benefits__wrap {
    margin-bottom: 0;
}

.benefits .base-text {
    color: #373069;
    max-width: 54rem;
    width: 100%;
}

.benefits__wrap {
    justify-content: center;
    margin-bottom: 6rem;
}

.benefits__info,
.benefits__wrap {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.benefits__info {
    padding-top: 0;
    padding-left: 0;
    max-width: 54rem;
    width: 100%;
    z-index: 2;
}

.benefits__info .h3 {
    margin-bottom: 0;
    color: #7352c8;
    margin-left: 1.5rem;
}

.benefits__info .h3.easier {
    color: #3942ce;
}

.benefits__img {
    max-width: 54rem;
    width: 100%;
    margin: 0;
}

.benefits__icon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 2rem;
}

.benefits__text {
    margin-bottom: 3rem;
}

.rtl .intro-img {
    margin: 0 2rem 0 0;
}

.rtl .benefits__info .h3 {
    margin: 0 1.5rem 0 0;
}

.rtl .benefits:nth-of-type(2n) .grid-bg:before {
    left: auto;
    right: 0;
}

.government-section {
    padding: 6rem 0 7rem;
    background-image: radial-gradient(circle at 15% 80%, #2a1d5b, #0e0724 60%);
}

.government-section .h2 {
    color: #fff;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
    font-size: 3.8rem;
    max-width: auto;
}

.government-section .base-text {
    color: #fff;
    max-width: 54rem;
    width: 100%;
}

.government:nth-of-type(2n) .government__img {
    display: flex;
    justify-content: flex-start;
}

.government:nth-of-type(2n-1) .government__wrap .government__img {
    display: flex;
    justify-content: flex-end;
}

.government__wrap {
    justify-content: center;
    margin-bottom: 6rem;
}

.government__info,
.government__wrap {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.government__info {
    padding-top: 0;
    padding-left: 0;
    max-width: 54rem;
    width: 100%;
}

.government__info .h3 {
    margin-bottom: 0;
    color: #4d9fe5;
}

.government__img {
    margin: 0;
    position: relative;
}

.government__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.government__icon_top {
    top: -3.5rem;
    transform: translate(-50%);
}

.government__icon_bot {
    transform: translate(-50%, -25%);
}

.government__title {
    margin-bottom: 2.8rem;
}

.government__text {
    margin-bottom: 3rem;
}

.providers-section {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.providers-section .video-wrap {
    display: none;
}

.providers-section .mobile-gif {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.providers-section .mobile-gif video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.providers-section .providers-item {
    height: 120rem;
    padding: 4rem 0;
    position: relative;
    z-index: 10;
}

.providers-section .providers-item.left {
    background-image: linear-gradient(313deg, #311d78 1%, #071f33);
    margin-bottom: 5rem;
}

.providers-section .providers-item.left .container {
    align-items: flex-start;
    justify-content: flex-end;
}

.providers-section .providers-item.right {
    background-image: linear-gradient(226deg, #eae7ff, #929ac1);
}

.providers-section .providers-item.right .mobile-gif {
    top: auto;
    bottom: 0;
}

.providers-section .providers-item.right .base-text,
.providers-section .providers-item.right .more-btn {
    color: #373069;
}

.providers-section .providers-item.right .container {
    align-items: flex-start;
    justify-content: flex-start;
}

.providers-section .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.providers-section .more-btn {
    max-width: 245px;
    width: 100%;
}

.providers-section .base-text {
    max-width: 245px;
    margin-bottom: 20px;
}

.providers-section .abs-info {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    max-width: 26rem;
    width: 100%;
}

.providers-section .abs-info .h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.providers-section .abs-info .providers-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.63;
    text-align: center;
}

.video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@keyframes show1 {
    0% {
        opacity: 0;
        z-index: -1;
    }
    5% {
        opacity: 1;
        z-index: 1;
    }
    45% {
        opacity: 1;
        z-index: 1;
    }
    50% {
        opacity: 0;
        z-index: -1;
    }
    to {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes show2 {
    0% {
        opacity: 0;
        z-index: -1;
    }
    50% {
        opacity: 0;
        z-index: -1;
    }
    55% {
        opacity: 1;
        z-index: 1;
    }
    95% {
        opacity: 1;
        z-index: 1;
    }
    to {
        opacity: 0;
        z-index: -1;
    }
}

.rtl .video-wrap {
    transform: scaleX(-1);
}

.global-section {
    padding: 6rem 0 7rem;
    position: relative;
    background-image: radial-gradient(circle at 15% 80%, #2a1d5b, #0e0724 59%);
}

.global-section .h2 {
    color: #fff;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.global-section .base-text {
    color: #fff;
    max-width: 54rem;
    width: 100%;
}

.global-section .global-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

.global {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    width: 100%;
    margin-bottom: 6.5rem;
}

.global:last-child {
    margin-bottom: 0;
}

.global:nth-child(3) .global__icon {
    left: 0;
    top: 50%;
    transform: translateY(-25%);
}

.global__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.global__wrap .h3 {
    margin-bottom: 0;
}

.global .base-text {
    color: #c2c6e4;
}

.global__bg {
    width: 16rem;
    height: 18.5rem;
    margin-bottom: 4rem;
    position: relative;
}

.global__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.global__icon {
    position: absolute;
    margin-bottom: 3rem;
    width: auto;
    height: 6.4rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.global__icon img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.global__title {
    width: 100%;
    margin-bottom: 2rem;
}

.global__title_global .h3 {
    color: #7970ff;
}

.global__title_trade .h3 {
    color: #bea6ff;
}

.global__title_comp .h3 {
    color: #53b1fa;
}

.about-section {
    padding: 11.4rem 0 6.4rem;
    opacity: 1 !important;
}

.about-section .about-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about {
    margin-bottom: 6.4rem;
}

.about__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    max-width: 44.5rem;
}

.about__wrap.circle-bg {
    position: relative;
}

.about__wrap.circle-bg:before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 30rem;
    height: 30rem;
    left: -14rem;
    top: -20rem;
    border-radius: 50%;
    background-image: linear-gradient( 132deg, #d9dbff 14%, hsla(0, 0%, 100%, 0) 83%);
}

.about .h2 {
    margin: 0 0 4rem;
}

.about__top {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.about__top .h3 {
    margin-left: 1.5rem;
    color: #53b1fa;
}

.about__top .h3.inno {
    color: #bea6ff;
}

.about__top .h3.effi {
    color: #7970ff;
}

.about__icon {
    max-width: 8.6rem;
    height: auto;
}

.about__icon img {
    width: 100%;
    height: 100%;
}

.about__text {
    color: #071f33;
}

.about-right {
    padding-left: 0;
}

.about-right .about:last-child {
    margin-bottom: 0;
}

.rtl .circle-bg:before {
    left: auto;
    right: -14rem;
}

.rtl .about__top h3 {
    margin: 0 1.5rem 0 0;
}

.about-title-section {
    min-height: calc(100vh + 3rem);
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background-color: #0e0724;
}

.about-title-section .h1 {
    max-width: 93rem;
    text-align: center;
    margin: 0 auto;
}

.about-title-section .h1 span {
    color: #bea6ff;
    display: block;
}

.about-title-section .intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.towards-section {
    padding: 6rem 0 6.4rem;
    background-image: radial-gradient(circle at 51% 48%, #2a1d5b, #0e0724 97%);
    position: relative;
}

.towards-section .towards-title .h2 {
    color: #fff;
    max-width: 87rem;
    font-size: 4.7rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 11rem;
}

.towards-section .towards-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 80vw;
    height: 80vw;
    max-height: 30rem;
    max-width: 30rem;
    z-index: 0;
}

.towards-section .towards-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.towards-wrap {
    position: relative;
}

.towards-wrap .line {
    content: "";
    width: 1px;
    position: absolute;
    left: 9rem;
    top: 0;
    background: #bea6ff;
}

.towards {
    display: flex;
    padding-bottom: 6rem;
}

.towards:last-of-type {
    padding-bottom: 0;
}

.towards__wrap {
    display: flex;
    max-width: 65rem;
    position: relative;
}

.towards__stage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 6rem;
    width: 100%;
    flex: none;
}

.towards__stage .stage-name {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.towards__stage .stage-number {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.towards__info {
    display: flex;
    width: 100%;
    position: relative;
}

.towards__text {
    width: 100%;
}

.towards__text .h3 {
    color: #53b1fa;
    margin-bottom: 2rem;
    font-size: 20px;
}

.towards__text .base-text {
    font-size: 13px;
}

.towards__icon {
    position: relative;
    z-index: 2;
    max-width: 2.4rem;
    width: 100%;
    height: 2.4rem;
    margin: 0 1.8rem;
    border-radius: 50%;
    box-shadow: 0 5px 39px 0 #1d86c8;
    background-image: radial-gradient(circle at 72% 63%, #9bd6ff, #41a8fa 66%);
}

.towards__icon.active {
    max-width: 4.8rem;
    height: 4.8rem;
    margin: 0 1.2rem 0 0.5rem;
    box-shadow: 0 5px 83px 0 #2405da;
    background-image: radial-gradient(circle at 62% 63%, #987be5, #1c06be 81%);
}

.towards__icon.final {
    box-shadow: 0 5px 83px 0 #2405da;
    border: 3px solid #bea6ff;
    background-image: unset;
}

.towards:last-of-type .towards__info:before {
    display: none;
}

.rtl .towards__info:before {
    left: auto;
    right: 3.1rem;
}

.rtl .towards__icon.active {
    margin: 0 0.8rem 0 1.2rem;
}

.rtl .towards-bg {
    left: auto;
    right: 0;
}

.rtl .towards-wrap .line {
    right: 9rem;
}

.rtl .stage-name {
    text-align: left;
}

.alignment-section {
    padding: 8rem 0;
    opacity: 1 !important;
    background-color: #110a2b;
}

.alignment-section .h2 {
    color: #fff;
    margin-bottom: 4rem;
}

.alignment__info {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
}

.alignment__text {
    width: 100%;
    margin-right: 0;
    word-break: break-word;
}

.alignment__logos {
    max-width: 55rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.alignment__logo {
    cursor: pointer;
    width: 50%;
    padding: 2rem 1.5rem;
    height: 8rem;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(190, 166, 255, 0.1);
    border-left: 1px solid rgba(190, 166, 255, 0.1);
    position: relative;
}

.alignment__logo:first-child,
.alignment__logo:nth-child(3) {
    border-left: none;
}

.alignment__logo:nth-child(5) {
    border: none;
}

.alignment__logo:nth-child(6) {
    border-bottom: none;
}

.alignment__img {
    width: 100%;
    height: 4rem;
    transition: all 0.5s ease;
}

.alignment__img.blue {
    display: none;
}

.alignment__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rtl .alignment__logo:nth-child(2),
.rtl .alignment__logo:nth-child(3),
.rtl .alignment__logo:nth-child(4),
.rtl .alignment__logo:nth-child(5),
.rtl .alignment__logo:nth-child(6) {
    border-left: none;
    border-right: 1px solid rgba(190, 166, 255, 0.1);
}

.media-section {
    padding: 4rem 0;
}

.media {
    padding: 1rem 0;
    border-bottom: 1px solid #373069;
    overflow: hidden;
    transition: all 1s ease;
}

.media:first-child .media__img {
    background-position: 90%;
}

.media:nth-child(2) .media__img {
    background-position: 20%;
}

.media:nth-child(7) .media__img {
    background-position: 10%;
}

.media.active .media__abs-wrap {
    display: none;
}

.media.active .media__img {
    height: 14.8rem !important;
}

.media.active .media__img:before {
    opacity: 0.9;
    mix-blend-mode: overlay;
}

.media.active .media__text {
    max-width: 34.5rem;
    width: 100%;
}

.media.active .media__content {
    opacity: 0;
    transform: translateY(100px);
    animation: anim-text 1s ease 0.6s forwards;
    z-index: 1;
    max-height: 1000px;
    height: 100%;
    padding: 0.8rem 0.5rem 3rem;
}

.media.small .media__img {
    height: 5rem;
}

.media:first-child {
    border-top: 1px solid #373069;
}

.media__img {
    width: 100%;
    height: 10rem;
    border-radius: 2.5rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    transition: all 1s ease;
    position: relative;
    min-width: 5rem;
}

.media__circle {
    flex: none;
    padding: 2.1rem;
    margin-bottom: 1.3rem;
    width: 174px;
    height: 174px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background-image: linear-gradient(315deg, #866fdb, #19103a);
    position: relative;
    margin: 0 0 2rem;
}

.media__sub-img,
.media__sub-img img {
    width: 100%;
    height: 100%;
}

.media__circle-wrap,
.media__services {
    display: flex;
    flex-direction: column;
}

.media__services .media__btn {
    margin-bottom: 1.5rem;
    color: #8474ae;
    cursor: pointer;
}

.media__services .media__btn:last-child {
    margin: 1rem 0 0;
    color: #373069;
}

.media__circle-icon {
    margin-bottom: 1rem;
    height: 40px;
    width: auto;
}

.media__circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media__circle-count {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #bea6ff;
    margin-bottom: 0.7rem;
}

.media__services-title {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #071f33;
    margin-bottom: 1rem;
}

.media__circle-text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.21;
    text-align: center;
    color: #fff;
}

.media__abs-wrap {
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 1.7rem;
    left: 3rem;
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.media__number {
    margin-right: 1rem;
}

.media__name {
    white-space: nowrap;
}

.media__content {
    height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100px);
    z-index: -1;
}

.media__title {
    color: #071f33;
    font-size: 4.88rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    position: relative;
    width: 100%;
}

.media__text {
    color: #071f33;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.79;
    margin-bottom: 20px;
}

.media__text_hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}

.media__btn {
    color: #8474ae;
    font-size: 1.3rem;
    line-height: 1.23;
    text-transform: uppercase;
    position: relative;
    padding-left: 2rem;
    text-align: left;
}

.media__btn:after {
    content: url(../images/ico-arrow-anim.svg);
    position: absolute;
    left: 0;
    top: -1px;
}

.media-wrap-accordion .media {
    position: relative;
}

.media-wrap-accordion .media.active .media__img {
    border-radius: 3rem;
}

.media-wrap-accordion .media.active .media__content {
    overflow: visible;
    position: relative;
    z-index: 2;
}

.media-wrap-accordion .media__wrap {
    align-items: center;
}

.media-wrap-accordion .media__img {
    height: 10rem;
}

.media-wrap-accordion .media__img:before {
    position: absolute;
    content: "";
    height: 260px;
    width: 285px;
    top: 50%;
    transform: translateY(-50%);
    right: -19rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(../images/mask.svg);
    opacity: 0;
}

@keyframes anim-text {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes anim-text-reverse {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.rtl .media-wrap-accordion .media.active .media__img {
    border-radius: 3rem 0 0 0;
}

.rtl .media.active .media__content {
    animation: anim-text-reverse 1s ease 0.6s forwards;
}

.rtl .media__btn {
    text-align: right;
    padding: 0 2rem 0 0;
}

.rtl .media__btn:after {
    left: auto;
    right: 0;
}

.rtl .media__img:before {
    right: auto;
    left: -19rem;
    transform: translateY(-50%) scaleX(-1);
}

.rtl .media__abs-wrap {
    direction: ltr;
    left: auto;
    right: 3rem;
    flex-direction: row-reverse;
}

.rtl .media__number {
    margin: 0 0 0 1rem;
}

.media-page-section {
    padding: 18rem 0 6.5rem;
    opacity: 1 !important;
}

.media-page-section .h2 {
    margin-bottom: 2.5rem;
}

.media-page-section .news-text {
    margin-bottom: 2rem;
}

.media-page-section .news-date {
    margin-bottom: 3.2rem;
}

.media-page-section .benefits:last-child {
    margin-bottom: 6rem;
}

.media-page-section .benefits__info {
    padding: 0;
}

.media-page-section .benefits__img {
    max-width: 475px;
    height: 355px;
}

.media-page-section .benefits__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 3.5rem;
}

.pagination__item {
    margin: 0 0.2rem;
}

.pagination__page {
    width: 48px;
    height: 48px;
    color: #8474ae;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    padding: 1.5rem 0.3rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination__page.active,
.pagination__page:hover {
    color: #fff;
    background-color: #8474ae;
}

.pagination__page.inactive {
    opacity: 0.2;
    cursor: not-allowed;
}

.pagination__page.inactive:hover {
    transform: none !important;
}

.pagination__page img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.pagination__page.next,
.pagination__page.prev {
    width: auto;
    height: auto;
    margin: 0 2rem;
    background-color: transparent;
    padding: 0.5rem 0;
}

.rtl .pagination__page.next,
.rtl .pagination__page.prev {
    transform: rotate(180deg);
}

.services-section {
    background-color: #fff;
    padding: 0 0 8rem;
    opacity: 1 !important;
}

.services-section .services-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 4rem;
}

.services-section h2 {
    margin-bottom: 1.2rem;
}

.services-section .base-text {
    text-align: center;
    color: #373069;
}

.tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tabs__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.3rem;
    height: 25rem;
    position: relative;
}

.tabs__content-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.tabs__content-img img {
    width: 100%;
    height: 100%;
}

.tabs__content-img.desk {
    display: none;
}

.tabs__item {
    transition: all 0.3s ease;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.tabs__item:after {
    position: absolute;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4rem;
    z-index: 0;
    display: none;
}

.tabs__item.sea:after {
    border-color: #373069;
}

.tabs__item.air:after {
    border-color: #53b1fa;
}

.tabs__item.land:after {
    border-color: #8474ae;
}

.tabs__item.rail:after {
    border-color: #bea6ff;
}

.tabs__item.active {
    width: 13rem;
    height: 13rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tabs__item.active .tabs__img.white {
    display: block;
}

.tabs__item.active .tabs__img.primary {
    display: none;
}

.tabs__item.active:after {
    opacity: 0;
}

.tabs__img,
.tabs__img img {
    width: 100%;
    height: 100%;
}

.tabs__img.white {
    display: none;
}

.tabs__title {
    font-size: 1.2rem;
    font-weight: 500;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.rtl .tabs__head {
    flex-direction: row-reverse;
}

.accordion-wrap {
    transition: all 0.3s ease;
    position: absolute !important;
    width: 100%;
    height: calc(100% - 16rem);
    bottom: -100%;
    left: 0;
    background-color: #fff;
    padding: 2rem;
    z-index: -1;
    opacity: 0;
}

.accordion-wrap.active {
    bottom: 0;
    opacity: 1;
    z-index: 10;
}

.accordion-content {
    border-bottom: 1px solid #8474ae;
    cursor: pointer;
}

.accordion-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #8474ae;
    text-transform: uppercase;
    position: relative;
    padding: 2rem 0 2rem 2rem;
}

.accordion-title.active:before {
    background-image: url(../images/minus.svg);
}

.accordion-title:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 2rem;
    left: 0;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.accordion-tegs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.accordion-filter {
    padding: 1rem;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #8474ae;
    color: #8474ae;
    font-size: 1.4rem;
    margin: 0 1rem 1rem 0;
}

.accordion-filter.active {
    color: #fff;
    background-color: #8474ae;
}

.faq-wrap {
    padding-bottom: 2rem;
}

.accordion-close {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M.18 2.264L6.915 9 .18 15.736l2.084 2.084L9 11.085l6.736 6.735 2.084-2.084L11.085 9l6.735-6.736L15.736.18 9 6.915 2.264.18z' fill='%238474AE' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.accordion-close:hover {
    transform: rotate(180deg);
}

.accordion-text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.79;
    color: #373069;
    display: none;
    padding: 0 0 2rem 2rem;
}

.accordion-img {
    width: 100%;
    height: auto;
    margin-top: 5rem;
}

.accordion-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.rtl .accordion-filter {
    margin: 0 0 1rem 1rem;
}

.rtl .accordion-close {
    left: 0;
    right: auto;
}

.rtl .accordion-title {
    padding: 2rem 3rem 2rem 0;
}

.rtl .accordion-title:before {
    left: auto;
    right: 0;
}

.eco-section {
    position: relative;
    opacity: 1 !important;
    padding: 8rem 0 0;
    background-image: radial-gradient(circle at 51% 48%, #2a1d5b, #0e0724 97%);
}

.eco-section .h2 {
    color: #fff;
    margin-bottom: 4rem;
}

.ecosystem-wrap {
    flex-direction: column;
    position: relative;
    min-height: 70rem;
}

.ecosystem-block,
.ecosystem-wrap {
    display: flex;
    justify-content: space-between;
}

.ecosystem-block {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15rem;
}

.ecosystem-block:last-child {
    margin-bottom: 0;
}

.ecosystem-content {
    position: relative;
    margin-bottom: 10rem;
}

.ecosystem-main {
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
    background-image: linear-gradient(316deg, #19103a, #6f5ab9, #b99eff);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecosystem-main img {
    width: 8.8rem;
    height: auto;
    object-fit: contain;
}

.ecosystem {
    margin: 0.5rem;
    width: 9rem;
    height: 9rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed rgba(123, 83, 226, 0.8);
}

.ecosystem.big {
    width: 11rem;
    height: 11rem;
}

.ecosystem.medium {
    width: 10rem;
    height: 10rem;
}

.ecosystem__img {
    max-width: 2.5rem;
    height: auto;
    margin-bottom: 1rem;
}

.ecosystem__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecosystem__text {
    text-align: center;
    font-size: 0.9rem;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
}

.canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23rem;
    height: 23rem;
    z-index: 1 !important;
}

.policy-section {
    padding: 15rem 0 4rem;
}

.policy-section.section-out {
    opacity: 1 !important;
}

.policy-section .h2 {
    margin-bottom: 1.5rem;
}

.policy-section .h3 {
    margin-bottom: 3rem;
}

.policy-section .base-text {
    font-weight: 700;
    color: #373069;
    margin-bottom: 3.2rem;
}

.policy-section .base-text a {
    font-weight: 700;
    color: #8474ae;
}

.policy-section .base-text a:hover {
    text-decoration: underline;
}

.policy {
    margin-bottom: 3.2rem;
}

.policy:last-child {
    margin-bottom: 0;
}

.policy .base-text {
    font-size: 1.6rem;
    line-height: 2.19;
}

.policy__title {
    font-size: 2.4rem;
    line-height: 2.17;
    font-weight: 700;
    color: #8474ae;
}

.policy__text {
    font-weight: 500;
    color: #373069;
    font-size: 1.6rem;
    line-height: 2.19;
    margin-bottom: 2.5rem;
}

.policy__text:last-child {
    margin-bottom: 0;
}

.policy__text a {
    font-weight: 700;
    color: #8474ae;
}

.policy__text a:hover {
    text-decoration: underline;
}

.policy__list {
    margin-bottom: 2rem;
}

.policy__list:last-child {
    margin-bottom: 0;
}

.policy__list li {
    color: #8474ae;
    margin-bottom: 1.5rem;
    padding-left: 25px;
    position: relative;
}

.policy__list li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/arrows.svg);
}

.policy__list li:last-child {
    margin-bottom: 0;
}

.policy__list li span {
    font-weight: 700;
}

.policy__sublist li span {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}

.policy__sublist li:before {
    display: none;
}

.rtl .policy__list li {
    padding: 0 2.5rem 0 0;
}

.rtl .policy__list li:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.review-section {
    padding: 8rem 0;
    background-color: #110a2b;
}

.review-section .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: rgba(83, 177, 250, 0.3);
    cursor: pointer;
}

.review-section .swiper-pagination-bullet-active {
    background-color: #53b1fa;
}

.review {
    width: 100%;
    position: relative;
}

.review__img {
    width: 6.5rem;
    height: auto;
    position: absolute;
    top: -35px;
    left: -25px;
}

.review__img_small {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
    left: auto;
    right: -25px;
    width: 3.5rem;
}

.review__img img {
    width: 100%;
    height: 100%;
}

.review__wrap {
    margin: 0 auto;
    max-width: 79rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

.review__logo {
    height: 5rem;
    width: auto;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.review__logo img {
    width: auto;
    height: 100%;
}

.review__name {
    font-size: 1.8rem;
    text-align: center;
    color: #5091ce;
}

.review__text {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 2;
}

.review__subinfo {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    line-height: 2.5;
    margin-bottom: 1rem;
}

.rtl .review__img {
    left: auto;
    right: -25px;
    transform: rotate(180deg);
}

.rtl .review__img_small {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
    left: -25px;
    right: auto;
    transform: translateY(-50%);
}

@media (min-width: 375px) {
    .card-wrap {
        width: 374px;
    }
    .card.monthly {
        margin-left: 2rem;
    }
    .benefit-intro-section {
        padding: 25rem 0 15rem;
    }
    .tabs__item {
        width: 10rem;
        height: 10rem;
    }
}

@media (min-width: 415px) {
    .logo {
        width: 13.5rem;
    }
}

@media (min-width: 960px) {
    .h1,
    h1 {
        font-size: 4.5rem;
        line-height: 1.13;
    }
    .h2,
    h2 {
        font-size: 3.5rem;
    }
    .h3,
    h3 {
        font-size: 2.6rem;
    }
    .header .mobile-lang {
        display: none;
    }
    .header .btn {
        margin: 0;
    }
    .header {
        padding: 0 0;
    }
    .header .btn.mobile,
    .user-btn {
        display: none;
    }
    .burger-content {
        width: 100%;
        overflow: visible;
    }
    .burger-content,
    .burger-menu {
        padding: 0;
        height: auto;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .burger-menu {
        position: static;
        top: auto;
        right: auto;
        min-height: 100%;
        margin-left: auto;
        background-color: transparent;
        z-index: 10;
        flex-direction: row;
        opacity: 1;
        visibility: visible;
    }
    .lang-wrap {
        margin-left: 0;
        padding-left: 1.1rem;
        display: flex;
    }
    .burger-img {
        display: none;
    }
    .nav {
        margin: 0 auto;
        width: auto;
    }
    .nav ul {
        flex-direction: row;
    }
    .nav li {
        width: auto;
        margin: 0 1rem;
    }
    .nav a {
        padding: 0 0 0 1.6rem;
        border: none;
        font-size: 1.3rem;
    }
    .nav a:before {
        display: block;
    }
    .burger {
        display: none;
    }
    .rtl .header .btn {
        margin: 0;
    }
    .rtl .nav a {
        padding: 0 1.6rem 0 0;
    }
    .rtl .nav ul {
        flex-direction: row-reverse;
    }
    .rtl .lang-wrap {
        margin: 0 1.1rem 0 0;
        padding: 0 1.1rem 0 0;
    }
    .footer .container {
        display: block;
    }
    .footer-content {
        margin-bottom: 3.5rem;
    }
    .footer-menu {
        width: 33%;
        margin-bottom: 0;
    }
    .footer-menu.half {
        width: 33%;
    }
    .btn.none {
        display: none;
    }
    .btn.block {
        display: block;
    }
    .modal__wrap {
        padding: 6rem 6.5rem;
        background-position: right 3.4rem;
        background-size: 20%;
    }
    .rtl .modal__wrap {
        background-position: left 2rem;
    }
    .intro-section.login {
        padding: 14.5rem 0 7.5rem;
        min-height: 100vh;
    }
    .circle-bg:before {
        width: 40rem;
        height: 40rem;
    }
    .work-section .info-wrap {
        padding-top: 10rem;
    }
    .card-wrap {
        width: 504px;
        margin: -10rem 0 10rem;
    }
    .card {
        padding: 1.5rem;
    }
    .card.services {
        width: 285px;
    }
    .card.services .card__wrap {
        min-height: 255px;
    }
    .card.daily {
        width: 220px;
    }
    .card.daily .card__wrap {
        min-height: 190px;
    }
    .card.daily .card__count {
        font-size: 5.4rem;
    }
    .card.users {
        width: 284px;
    }
    .card.users .card__wrap {
        min-height: 254px;
    }
    .card.monthly {
        width: 220px;
        margin-left: 3rem;
    }
    .card.monthly .card__wrap {
        min-height: 190px;
    }
    .card__wrap {
        padding: 1.6rem;
    }
    .card__title {
        margin-bottom: 2rem;
        font-size: 2.5rem;
    }
    .card__count {
        font-size: 6.7rem;
    }
    .card__count span {
        font-size: 2.8rem;
    }
    .card__text {
        font-size: 2.6rem;
    }
    .rtl .card__text {
        font-size: 1.7rem;
    }
    .rtl .card__count {
        font-size: 5.3rem;
    }
    .news-section .info-wrap {
        padding-top: 4rem;
    }
    .news__info {
        display: block;
    }
    .news__img {
        height: 360px;
    }
    .news__more,
    .news__text {
        font-size: 1.6rem;
    }
    .benefits-section {
        padding: 15rem 0 6rem;
    }
    .benefits-section .circle-bg:before {
        top: -18rem;
    }
    .benefits-section .h2 {
        margin-bottom: 2rem;
        font-size: 4.5rem;
    }
    .benefits:nth-of-type(2n) .benefits__wrap {
        flex-direction: row-reverse;
    }
    .benefits:nth-of-type(2n) .benefits__wrap .benefits__info {
        margin-left: 2rem;
    }
    .benefits:nth-of-type(2n-1) .benefits__wrap {
        flex-direction: row;
    }
    .benefits:nth-of-type(2n-1) .benefits__wrap .benefits__info {
        margin-right: 2rem;
    }
    .benefits__wrap {
        flex-wrap: nowrap;
        margin-bottom: 8rem;
        justify-content: space-between;
    }
    .benefits__info .h3 {
        margin: 3rem 0 2rem;
    }
    .benefits__info {
        display: block;
    }
    .benefits__icon {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3rem;
    }
    .benefits__text {
        margin-bottom: 0;
    }
    .rtl .benefits__info .h3 {
        margin: 0 0 1.5rem;
    }
    .rtl .benefits:nth-of-type(2n) .benefits__info {
        margin: 0 2rem 0 0;
    }
    .rtl .benefits:nth-of-type(2n-1) .benefits__info {
        margin: 0 0 0 2rem;
    }
    .government-section {
        padding: 6rem 0;
    }
    .government-section .h2 {
        margin-bottom: 2rem;
        font-size: 4.5rem;
        max-width: 55%;
    }
    .government:nth-of-type(2n) .government__wrap {
        flex-direction: row-reverse;
    }
    .government:nth-of-type(2n) .government__wrap .government__info {
        margin-left: 2rem;
    }
    .government:nth-of-type(2n-1) .government__wrap {
        flex-direction: row;
    }
    .government:nth-of-type(2n-1) .government__wrap .government__info {
        margin-right: 2rem;
    }
    .government__wrap {
        flex-wrap: nowrap;
        margin-bottom: 8rem;
        justify-content: space-between;
    }
    .government__info .h3 {
        margin: 3rem 0 2rem;
    }
    .government__info {
        display: block;
        padding-top: 5rem;
    }
    .government__text,
    .government__title {
        margin-bottom: 0;
    }
    .rtl .government:nth-of-type(2n) .government__info {
        margin: 0 2rem 0 0;
    }
    .rtl .government:nth-of-type(2n-1) .government__info {
        margin: 0 0 0 2rem;
    }
    .providers-section .providers-item {
        height: 100rem;
    }
    .providers-section .abs-info {
        top: 50%;
        max-width: 320px;
    }
    .global-section {
        padding: 8rem 0;
    }
    .global {
        width: 50%;
    }
    .global__wrap .h3 {
        margin-bottom: 2rem;
    }
    .global__title {
        margin-bottom: 0;
    }
    .rtl .global .base-text,
    .rtl .global .h3 {
        text-align: right;
    }
    .about-section {
        padding: 8rem 0;
    }
    .about-section .about-wrap {
        flex-wrap: nowrap;
    }
    .about {
        margin-bottom: 8rem;
    }
    .about__wrap {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .about__wrap.circle-bg:before {
        width: 40rem;
        height: 40rem;
        top: -27rem;
    }
    .about .h2 {
        margin: 7rem 0 9rem;
    }
    .about__top {
        flex-direction: column;
        align-items: flex-start;
    }
    .about__top .h3 {
        margin-left: 0;
    }
    .about__icon {
        margin-bottom: 3.3rem;
    }
    .about-right {
        padding-left: 3rem;
    }
    .rtl .about-right {
        padding: 0 3rem 0 0;
    }
    .rtl .about__top h3 {
        margin: 0;
    }
    .towards-section {
        padding: 8rem 0 7.3rem;
    }
    .towards-section .towards-bg {
        max-height: 46rem;
        max-width: 51rem;
        width: 40vw;
        height: 40vw;
    }
    .towards-wrap .line {
        left: auto;
        right: 43.75rem;
    }
    .towards {
        justify-content: flex-end;
    }
    .towards__stage {
        max-width: 15rem;
    }
    .towards__stage .stage-number {
        font-size: 2rem;
    }
    .towards__text .h3 {
        font-size: 2.5rem;
    }
    .towards__text .base-text {
        font-size: 18px;
    }
    .towards__icon {
        margin: 0 5rem;
    }
    .towards__icon.active {
        max-width: 6rem;
        height: 6rem;
        margin: 0 3.3rem;
    }
    .rtl .towards__info:before {
        right: 6.2rem;
    }
    .rtl .towards__icon.active {
        margin: 0 3.3rem;
    }
    .rtl .towards-wrap .line {
        left: 43.8rem;
        right: auto;
    }
    .alignment__logo {
        padding: 2.5rem;
        height: 12rem;
    }
    .alignment__logo:nth-child(5) {
        border-left: 1px solid rgba(190, 166, 255, 0.1);
    }
    .alignment__logo:nth-child(2n-1) {
        border-left: none;
    }
    .alignment__logo:hover .alignment__img.white {
        display: block;
    }
    .alignment__logo:hover .alignment__img.blue {
        display: none;
    }
    .alignment__img {
        height: 6rem;
    }
    .media-page-section .benefits:last-child {
        margin-bottom: 8rem;
    }
    .pagination {
        margin-top: 6.5rem;
    }
    .rtl .benefits__info {
        margin: 0 2rem 0 0;
    }
    .tabs__head {
        height: 18rem;
        align-items: flex-end;
    }
    .tabs__content-img.desk {
        display: block;
    }
    .tabs__content-img.mobile {
        display: none;
    }
    .tabs__item {
        width: 14.5rem;
        height: 14.5rem;
    }
    .tabs__item.active {
        width: 18rem;
        height: 18rem;
        position: relative;
        left: 0;
        transform: none;
    }
    .tabs__title {
        font-size: 1.5rem;
    }
    .accordion-title {
        padding: 3rem 0 3rem 3rem;
    }
    .accordion-title:before {
        top: 3rem;
    }
    .accordion-text {
        padding: 0 0 2rem 3rem;
        font-size: 1.4rem;
    }
    .rtl .accordion-title {
        padding: 3rem 3rem 3rem 0;
    }
    .eco-section {
        padding: 13rem 0 0;
    }
    .eco-section .h2 {
        margin-bottom: 8rem;
    }
    .review__wrap {
        padding-bottom: 8rem;
    }
    .review__logo {
        height: 8rem;
    }
    .review__text {
        font-size: 1.8rem;
    }
}

@media (min-width: 1024px) {
    .h1,
    h1 {
        font-size: 6rem;
    }
    .h2,
    h2 {
        font-size: 4.7rem;
    }
    .h3,
    h3 {
        font-size: 3.4rem;
    }
    .logo {
        width: 17rem;
    }
    .lang-wrap {
        margin-left: 0;
        padding-left: 0;
    }
    .nav li {
        margin: 0 2rem;
    }
    .nav a {
        font-size: 1.6rem;
    }
    .rtl .lang-wrap {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .footer .logo img {
        width: 100%;
        height: 100%;
    }
    .footer .logo {
        width: 170px;
        padding: 0;
    }
    .footer-content {
        margin: 0 0 3rem;
    }
    .footer-menu {
        width: 100%;
        padding: 0;
        max-width: 33rem;
    }
    .footer-menu.half {
        width: auto;
    }
    .footer-partner {
        margin-bottom: 0;
    }
    .soc-content {
        width: 33rem;
    }
    .rtl .footer-text.rules {
        margin: 0 auto 2.7rem 0 !important;
    }
    .footer-text.rules {
        width: 33rem !important;
        white-space: nowrap;
    }
    .alignment-slider {
        width: 100%;
        height: auto;
        margin-bottom: 10.5rem;
    }
    .alignment-slider .swiper-slide {
        width: calc(25% - 1px);
        height: 120px;
        overflow: hidden;
    }
    .alignment-slider .swiper-pagination {
        display: none;
    }
    .alignment-slider .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -1px 1px;
    }
    .partner-img {
        height: 60px;
        padding: 2.5rem;
    }
    .partner-img.white {
        display: none;
    }
    .partner-img.dark {
        display: block;
    }
    .intro-section {
        padding: 17rem 0 6rem;
        min-height: 100vh;
    }
    .intro-section .powered {
        margin-top: 10rem;
    }
    .intro-section .circle {
        top: -7rem;
    }
    .intro-section .intro-img {
        display: block;
    }
    .main-content {
        flex-direction: row;
    }
    .circle-bg:before {
        width: 50.8rem;
        height: 50.8rem;
    }
    .work-section {
        padding: 5rem 0 0;
    }
    .work-section .main-content {
        flex-direction: row;
        align-items: flex-start;
    }
    .news-section {
        padding: 5.5rem 0 8rem;
    }
    .news-section .info-wrap {
        padding-top: 8.5rem;
    }
    .news-text {
        font-size: 3.1rem;
        margin-bottom: 2rem;
    }
    .news {
        width: 475px;
    }
    .news__img {
        height: 475px;
    }
    .news__more,
    .news__text {
        font-size: 1.8rem;
    }
    .footer-swiper {
        margin: 0 0 0 auto;
        width: 475px;
    }
    .swiper-btn-wrap {
        position: absolute;
        width: 12rem;
        height: 5rem;
        left: 2rem;
        bottom: 15rem;
        justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center;
    }
    .rtl .footer-swiper {
        margin: 0 auto 0 0;
    }
    .rtl .swiper-btn-wrap {
        right: 1.5rem;
        left: auto;
    }
    .benefit-intro-section {
        padding: 18rem 0 14rem;
    }
    .benefit-intro-section .intro-img {
        display: block;
    }
    .benefit-intro-section .main-content {
        align-items: center;
        -webkit-align-items: center;
    }
    .benefits-section .benefits-intro {
        min-height: 100vh;
        padding: 21rem 0 6rem;
    }
    .providers-section {
        min-height: 100vh;
    }
    .providers-section .video-wrap {
        display: block;
    }
    .providers-section .mobile-gif {
        display: none;
    }
    .providers-section .providers-item {
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .providers-section .providers-item.left {
        background-image: none;
        margin-bottom: 0;
    }
    .providers-section .providers-item.left.aos-animate {
        animation: show1 7s linear 0s forwards infinite;
    }
    .providers-section .providers-item.left .container {
        align-items: flex-start;
        justify-content: flex-end;
    }
    .providers-section .providers-item.right {
        background-image: none;
    }
    .providers-section .providers-item.right.aos-animate {
        animation: show2 7s linear 0s forwards infinite;
    }
    .providers-section .providers-item.right .container {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .providers-section .container {
        padding: 6rem 3rem;
    }
    .providers-section .abs-info .h1 {
        font-size: 5.5rem;
    }
    .global {
        width: 33.33%;
        margin-bottom: 0;
    }
    .about__wrap.circle-bg:before {
        width: 50.8rem;
        height: 50.8rem;
    }
    .about-right .about {
        margin-bottom: 13rem;
    }
    .towards-section .towards-title .h2 {
        font-size: 9rem;
        margin-bottom: 14rem;
    }
    .towards-wrap .line {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .towards:nth-child(odd) .towards__info,
    .towards:nth-child(odd) .towards__wrap {
        flex-direction: row-reverse;
    }
    .towards:nth-child(odd) .base-text,
    .towards:nth-child(odd) h3 {
        text-align: right;
    }
    .towards:nth-child(odd) .towards__stage {
        align-items: flex-start;
    }
    .towards__wrap {
        max-width: 100%;
    }
    .towards__stage {
        max-width: 100%;
        width: calc(50% - 6.2rem);
    }
    .towards__info {
        width: calc(50% + 6.2rem);
    }
    .rtl .towards-wrap .line {
        left: 50%;
    }
    .alignment-section .h2 {
        margin-bottom: 8rem;
    }
    .alignment__logos {
        max-width: 100%;
    }
    .alignment__logo {
        width: 16.66%;
        border-top: 1px solid rgba(190, 166, 255, 0.1) !important;
        border-bottom: 1px solid rgba(190, 166, 255, 0.1) !important;
    }
    .alignment__logo:nth-child(2),
    .alignment__logo:nth-child(4) {
        border-right: 1px solid rgba(190, 166, 255, 0.1);
    }
    .alignment__img.white {
        display: none;
    }
    .alignment__img.blue {
        display: block;
    }
    .media-section {
        padding: 8rem 0;
    }
    .media-wrap {
        display: flex;
        align-items: flex-end;
    }
    .media {
        position: relative;
        width: 14.2%;
        height: 41rem;
        margin-top: auto;
        padding: 0 0.8rem;
        border-bottom: none;
        border-left: 1px solid #373069;
    }
    .media:last-child {
        border-right: 1px solid #373069;
    }
    .media.active {
        width: calc(100% - 40rem);
        flex: none;
    }
    .media.active .media__img {
        width: 25.5rem !important;
        height: 27.8rem !important;
        flex: none;
    }
    .media.active .media__title {
        margin: 0 0 2rem -5rem;
    }
    .media.active .media__content {
        width: auto;
        max-height: 30rem;
        height: 100%;
        padding: 0 4rem;
    }
    .media.small .media__img {
        height: 41rem;
        width: 7rem;
    }
    .media:first-child {
        border-top: none;
        border-left: 1px solid #373069;
    }
    .media__wrap {
        display: flex;
        align-items: flex-end;
        height: 41rem;
    }
    .media__img {
        height: 41rem;
    }
    .media__circle {
        margin: 0 2.5rem 0 -12.2rem;
    }
    .media__circle-wrap {
        flex-direction: row;
        align-items: center;
    }
    .media__abs-wrap {
        top: auto;
        left: 1rem;
        bottom: 3rem;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: 3rem;
    }
    .media__number {
        margin: 1.5rem 0 0;
    }
    .media__name,
    .media__number {
        transform: rotate(270deg);
    }
    .media__content {
        height: 100%;
        overflow: visible;
        width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .media__title {
        font-size: 5rem;
    }
    .media-wrap-accordion .media {
        height: 67.5rem;
    }
    .media-wrap-accordion .media.active .media__title {
        position: relative;
        margin: 0 0 2rem -5rem;
        font-size: 5rem;
        top: 0;
        left: 0;
    }
    .media-wrap-accordion .media.active .media__img {
        height: 100% !important;
        width: 40% !important;
        border-radius: 0 3rem 0 0;
        position: relative;
    }
    .media-wrap-accordion .media.active .media__content {
        max-height: 100%;
        height: auto;
    }
    .media-wrap-accordion .media__wrap {
        height: 100%;
    }
    .media-wrap-accordion .media__img {
        height: 100% !important;
        height: 100%;
    }
    .rtl .media-wrap-accordion .media.active .media__title {
        margin: 0 -10rem 2rem 0;
        right: 0 !important;
    }
    .rtl .media:first-child {
        border-right: 1px solid #373069;
    }
    .rtl .media:last-child {
        border-right: none;
    }
    .rtl .media__title {
        margin: 0 -10rem 2rem 0 !important;
    }
    .rtl .media__abs-wrap {
        flex-direction: column-reverse;
        left: auto;
        right: 1rem;
    }
    .rtl .media__number {
        margin: 1.5rem 0 0 !important;
    }
    .rtl .media__circle {
        margin: 0 -12.2rem 0 2.5rem;
    }
    .media-page-section {
        padding: 20rem 0 6.5rem;
    }
    .media-page-section .benefits__img {
        height: 475px;
    }
    .accordion-wrap {
        width: calc(100% - 7rem);
        height: 100%;
        right: -100%;
        bottom: auto;
        left: auto;
        padding: 5rem;
    }
    .accordion-wrap.active {
        right: 0;
    }
    .faq-wrap {
        padding-bottom: 5rem;
    }
    .accordion-close {
        top: -2.5rem;
        right: -2.5rem;
    }
    .rtl .accordion-wrap {
        right: auto;
        left: -100%;
    }
    .rtl .accordion-wrap.active {
        left: 0;
    }
    .rtl .accordion-close {
        left: -2.5rem;
    }
    .ecosystem-wrap {
        flex-direction: row;
    }
    .ecosystem-block {
        width: calc(50% - 6rem);
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .ecosystem-main {
        width: 16.5rem;
        height: 16.5rem;
    }
    .ecosystem {
        width: 11rem;
        height: 11rem;
    }
    .ecosystem.big {
        width: 16rem;
        height: 16rem;
    }
    .ecosystem.medium {
        width: 14rem;
        height: 14rem;
    }
    .ecosystem__img {
        max-width: 5.5rem;
    }
    .ecosystem__text {
        font-size: 1.4rem;
    }
    .canvas {
        width: 25vw;
        height: 25vw;
    }
    .policy-section {
        padding: 22rem 0 8rem;
    }
    .review__img {
        top: 0;
        left: 0;
    }
    .review__img_small {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: auto;
        right: 0;
    }
    .rtl .review__img {
        top: 0;
    }
    .rtl .review__img_small {
        bottom: auto;
        top: 50%;
        left: 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .h1,
    h1 {
        font-size: 6rem;
    }
    .h2,
    h2 {
        font-size: 4.7rem;
    }
    .h3,
    h3 {
        font-size: 3.4rem;
    }
    .logo {
        width: 15rem;
    }
    .lang-wrap {
        margin-left: 0;
        padding-left: 0;
    }
    .nav li {
        margin: 0 1rem;
    }
    .nav a {
        font-size: 1.4rem;
    }
    .rtl .lang-wrap {
        margin: 0 0 0 0;
        padding: 0 2.2rem 0 0;
    }
    .footer .logo img {
        width: 100%;
        height: 100%;
    }
    .footer .logo {
        width: 170px;
        padding: 0;
    }
    .footer-content {
        margin: 0 0 3rem;
    }
    .footer-menu {
        width: 100%;
        padding: 0;
        max-width: 33rem;
    }
    .footer-menu.half {
        width: auto;
    }
    .footer-partner {
        margin-bottom: 0;
    }
    .soc-content {
        width: 33rem;
    }
    .rtl .footer-text.rules {
        margin: 0 auto 2.7rem 0 !important;
    }
    .footer-text.rules {
        width: 33rem !important;
        white-space: nowrap;
    }
    .alignment-slider {
        width: 100%;
        height: auto;
        margin-bottom: 10.5rem;
    }
    .alignment-slider .swiper-slide {
        width: calc(25% - 1px);
        height: 120px;
        overflow: hidden;
    }
    .alignment-slider .swiper-pagination {
        display: none;
    }
    .alignment-slider .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -1px 1px;
    }
    .partner-img {
        height: 60px;
        padding: 2.5rem;
    }
    .partner-img.white {
        display: none;
    }
    .partner-img.dark {
        display: block;
    }
    .intro-section {
        padding: 17rem 0 6rem;
        min-height: 100vh;
    }
    .intro-section .powered {
        margin-top: 10rem;
    }
    .intro-section .circle {
        top: -7rem;
    }
    .intro-section .intro-img {
        display: block;
    }
    .main-content {
        flex-direction: row;
    }
    .circle-bg:before {
        width: 50.8rem;
        height: 50.8rem;
    }
    .work-section {
        padding: 5rem 0 0;
    }
    .work-section .main-content {
        flex-direction: row;
        align-items: flex-start;
    }
    .news-section {
        padding: 5.5rem 0 8rem;
    }
    .news-section .info-wrap {
        padding-top: 8.5rem;
    }
    .news-text {
        font-size: 3.1rem;
        margin-bottom: 2rem;
    }
    .news {
        width: 475px;
    }
    .news__img {
        height: 475px;
    }
    .news__more,
    .news__text {
        font-size: 1.8rem;
    }
    .footer-swiper {
        margin: 0 0 0 auto;
        width: 475px;
    }
    .swiper-btn-wrap {
        position: absolute;
        width: 12rem;
        height: 5rem;
        left: 2rem;
        bottom: 15rem;
        justify-content: flex-end;
        align-items: center;
        -webkit-align-items: center;
    }
    .rtl .footer-swiper {
        margin: 0 auto 0 0;
    }
    .rtl .swiper-btn-wrap {
        right: 1.5rem;
        left: auto;
    }
    .benefit-intro-section {
        padding: 18rem 0 14rem;
    }
    .benefit-intro-section .intro-img {
        display: block;
    }
    .benefit-intro-section .main-content {
        align-items: center;
        -webkit-align-items: center;
    }
    .benefits-section .benefits-intro {
        min-height: 100vh;
        padding: 21rem 0 6rem;
    }
    .providers-section {
        min-height: 100vh;
    }
    .providers-section .video-wrap {
        display: block;
    }
    .providers-section .mobile-gif {
        display: none;
    }
    .providers-section .providers-item {
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .providers-section .providers-item.left {
        background-image: none;
        margin-bottom: 0;
    }
    .providers-section .providers-item.left.aos-animate {
        animation: show1 7s linear 0s forwards infinite;
    }
    .providers-section .providers-item.left .container {
        align-items: flex-start;
        justify-content: flex-end;
    }
    .providers-section .providers-item.right {
        background-image: none;
    }
    .providers-section .providers-item.right.aos-animate {
        animation: show2 7s linear 0s forwards infinite;
    }
    .providers-section .providers-item.right .container {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .providers-section .container {
        padding: 6rem 3rem;
    }
    .providers-section .abs-info .h1 {
        font-size: 5.5rem;
    }
    .global {
        width: 33.33%;
        margin-bottom: 0;
    }
    .about__wrap.circle-bg:before {
        width: 50.8rem;
        height: 50.8rem;
    }
    .about-right .about {
        margin-bottom: 13rem;
    }
    .towards-section .towards-title .h2 {
        font-size: 9rem;
        margin-bottom: 14rem;
    }
    .towards-wrap .line {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .towards:nth-child(odd) .towards__info,
    .towards:nth-child(odd) .towards__wrap {
        flex-direction: row-reverse;
    }
    .towards:nth-child(odd) .base-text,
    .towards:nth-child(odd) h3 {
        text-align: right;
    }
    .towards:nth-child(odd) .towards__stage {
        align-items: flex-start;
    }
    .towards__wrap {
        max-width: 100%;
    }
    .towards__stage {
        max-width: 100%;
        width: calc(50% - 6.2rem);
    }
    .towards__info {
        width: calc(50% + 6.2rem);
    }
    .rtl .towards-wrap .line {
        left: 50%;
    }
    .alignment-section .h2 {
        margin-bottom: 8rem;
    }
    .alignment__logos {
        max-width: 100%;
    }
    .alignment__logo {
        width: 16.66%;
        border-top: 1px solid rgba(190, 166, 255, 0.1) !important;
        border-bottom: 1px solid rgba(190, 166, 255, 0.1) !important;
    }
    .alignment__logo:nth-child(2),
    .alignment__logo:nth-child(4) {
        border-right: 1px solid rgba(190, 166, 255, 0.1);
    }
    .alignment__img.white {
        display: none;
    }
    .alignment__img.blue {
        display: block;
    }
    .media-section {
        padding: 8rem 0;
    }
    .media-wrap {
        display: flex;
        align-items: flex-end;
    }
    .media {
        position: relative;
        width: 14.2%;
        height: 41rem;
        margin-top: auto;
        padding: 0 0.8rem;
        border-bottom: none;
        border-left: 1px solid #373069;
    }
    .media:last-child {
        border-right: 1px solid #373069;
    }
    .media.active {
        width: calc(100% - 40rem);
        flex: none;
    }
    .media.active .media__img {
        width: 25.5rem !important;
        height: 27.8rem !important;
        flex: none;
    }
    .media.active .media__title {
        margin: 0 0 2rem -5rem;
    }
    .media.active .media__content {
        width: auto;
        max-height: 30rem;
        height: 100%;
        padding: 0 4rem;
    }
    .media.small .media__img {
        height: 41rem;
        width: 7rem;
    }
    .media:first-child {
        border-top: none;
        border-left: 1px solid #373069;
    }
    .media__wrap {
        display: flex;
        align-items: flex-end;
        height: 41rem;
    }
    .media__img {
        height: 41rem;
    }
    .media__circle {
        margin: 0 2.5rem 0 -12.2rem;
    }
    .media__circle-wrap {
        flex-direction: row;
        align-items: center;
    }
    .media__abs-wrap {
        top: auto;
        left: 1rem;
        bottom: 3rem;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        width: 3rem;
    }
    .media__number {
        margin: 1.5rem 0 0;
    }
    .media__name,
    .media__number {
        transform: rotate(270deg);
    }
    .media__content {
        height: 100%;
        overflow: visible;
        width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .media__title {
        font-size: 5rem;
    }
    .media-wrap-accordion .media {
        height: 67.5rem;
    }
    .media-wrap-accordion .media.active .media__title {
        position: relative;
        margin: 0 0 2rem -5rem;
        font-size: 5rem;
        top: 0;
        left: 0;
    }
    .media-wrap-accordion .media.active .media__img {
        height: 100% !important;
        width: 40% !important;
        border-radius: 0 3rem 0 0;
        position: relative;
    }
    .media-wrap-accordion .media.active .media__content {
        max-height: 100%;
        height: auto;
    }
    .media-wrap-accordion .media__wrap {
        height: 100%;
    }
    .media-wrap-accordion .media__img {
        height: 100% !important;
        height: 100%;
    }
    .rtl .media-wrap-accordion .media.active .media__title {
        margin: 0 -10rem 2rem 0;
        right: 0 !important;
    }
    .rtl .media:first-child {
        border-right: 1px solid #373069;
    }
    .rtl .media:last-child {
        border-right: none;
    }
    .rtl .media__title {
        margin: 0 -10rem 2rem 0 !important;
    }
    .rtl .media__abs-wrap {
        flex-direction: column-reverse;
        left: auto;
        right: 1rem;
    }
    .rtl .media__number {
        margin: 1.5rem 0 0 !important;
    }
    .rtl .media__circle {
        margin: 0 -12.2rem 0 2.5rem;
    }
    .media-page-section {
        padding: 20rem 0 6.5rem;
    }
    .media-page-section .benefits__img {
        height: 475px;
    }
    .accordion-wrap {
        width: calc(100% - 7rem);
        height: 100%;
        right: -100%;
        bottom: auto;
        left: auto;
        padding: 5rem;
    }
    .accordion-wrap.active {
        right: 0;
    }
    .faq-wrap {
        padding-bottom: 5rem;
    }
    .accordion-close {
        top: -2.5rem;
        right: -2.5rem;
    }
    .rtl .accordion-wrap {
        right: auto;
        left: -100%;
    }
    .rtl .accordion-wrap.active {
        left: 0;
    }
    .rtl .accordion-close {
        left: -2.5rem;
    }
    .ecosystem-wrap {
        flex-direction: row;
    }
    .ecosystem-block {
        width: calc(50% - 6rem);
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .ecosystem-main {
        width: 16.5rem;
        height: 16.5rem;
    }
    .ecosystem {
        width: 11rem;
        height: 11rem;
    }
    .ecosystem.big {
        width: 16rem;
        height: 16rem;
    }
    .ecosystem.medium {
        width: 14rem;
        height: 14rem;
    }
    .ecosystem__img {
        max-width: 5.5rem;
    }
    .ecosystem__text {
        font-size: 1.4rem;
    }
    .canvas {
        width: 25vw;
        height: 25vw;
    }
    .policy-section {
        padding: 22rem 0 8rem;
    }
    .review__img {
        top: 0;
        left: 0;
    }
    .review__img_small {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: auto;
        right: 0;
    }
    .rtl .review__img {
        top: 0;
    }
    .rtl .review__img_small {
        bottom: auto;
        top: 50%;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .footer .logo {
        margin-right: 11.4rem;
    }
    .footer-menu:nth-child(2),
    .footer-menu:nth-child(3) {
        margin-right: 5rem;
    }
    .rtl .logo {
        margin-left: 0rem;
        margin-right: 0;
    }
    .rtl .footer-menu:nth-child(2),
    .rtl .footer-menu:nth-child(3) {
        margin-left: 12.5rem;
        margin-right: 0;
    }
    .benefits:nth-of-type(2n) .benefits__wrap .benefits__info {
        margin-left: 0;
    }
    .benefits:nth-of-type(2n-1) .benefits__wrap .benefits__info {
        margin-right: 0;
    }
    .benefits__info {
        padding-left: 0;
    }
    .government:nth-of-type(2n) .government__wrap .government__info {
        margin-left: 0;
    }
    .government:nth-of-type(2n-1) .government__wrap .government__info {
        margin-right: 0;
    }
    .government__info {
        padding-left: 0;
    }
    .media.active .media__content {
        padding: 0 6.5rem 0 3rem;
    }
    .tabs__item:after {
        display: block;
    }
    .ecosystem-block {
        width: calc(50% - 10rem);
        align-items: flex-start;
    }
    .ecosystem:nth-child(3n+2) {
        position: relative;
        top: 5rem;
    }
    .review__img {
        width: 13.5rem;
    }
    .review__img_small {
        width: 6.5rem;
    }
}

@media (min-width: 1440px) {
    .footer:before {
        right: 0;
    }
    .rtl .footer:before {
        left: 0;
    }
    .intro-section .powered {
        margin-top: 15rem;
    }
    .work-section .info-wrap {
        padding-top: 18rem;
    }
    .benefit-intro-section .intro-img {
        max-width: 54rem;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .burger-menu {
        padding: 0;
    }
}