.hero__right::after,
.hero__right::before {
    z-index: -1;
    position: absolute;
    display: block
}

.hero__inner,
.hero__link,
.inner,
.menu,
.menu-login,
.menu_right,
.steps__item,
.steps__list {
    display: flex
}

.integrations__right img,
.steps__item {
    z-index: 1;
    position: relative
}

.menu-login,
.plans__item-try,
.testdrive__link {
    text-transform: uppercase
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

.language-switcher:hover .language-dropdown,
aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

body {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000
}

.container {
    max-width: 1808px;
    margin: 0 auto;
    padding: 0 15px
}

.inner {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.menu {
    gap: 0 28px;
    align-items: center
}

.menu-item a {
    color: #000;
    opacity: .5;
    font-size: 14px
}

.menu-item.active a,
.menu-item.icon a {
    opacity: 1
}

.menu_right {
    align-items: center;
    gap: 0 30px
}

.language {
    color: #000;
    text-decoration: underline;
    position: relative;
    padding-right: 20px
}

.language::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -3px;
    background: url("/static/landing/img/language_icon.svg") center top/cover no-repeat;
    width: 7px;
    height: 15px
}

.hero__link:hover,
.menu-login:hover {
    background: #003dda;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(20, 94, 255, .3)
}

.menu-login {
    background: #002574;
    color: #fff;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.hero__link,
.steps__link {
    border-radius: 80px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    color: #fff;
    transition: .3s
}

.hero {
    padding: 96px 0
}

.hero__inner {
    justify-content: space-between;
    align-items: center;
    padding-left: 150px
}

.hero__title {
    font-size: 48px;
    font-weight: 700;
    max-width: 572px;
    margin: 0 0 30px;
    line-height: 120%
}

.hero__subtitle {
    font-size: 18px;
    max-width: 319px;
    margin: 0 0 50px;
    line-height: 140%
}

.advantages__text,
.advantages__title,
.steps__title {
    line-height: 120%;
    text-align: center
}

.hero__link {
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 67px;
    background: #145eff;
    font-size: 16px
}

.hero__right {
    position: relative;
    margin-right: 25px
}

.hero__right::before {
    content: '';
    background: url("/static/landing/img/hero_ellipse.png") center top/cover no-repeat;
    bottom: -70px;
    left: -220px;
    width: 668px;
    height: 421px
}

.hero__right::after {
    content: '';
    background: url("/static/landing/img/hero_star.png") center top/cover no-repeat;
    top: -75px;
    right: -70px;
    width: 227px;
    height: 227px
}

.advantages {
    background: #fff3d7;
    padding: 85px 0 82px
}

.advantages .container {
    max-width: 1454px
}

.advantages__list {
    display: flex;
    gap: 74px 100px;
    flex-wrap: wrap
}

.advantages__item {
    max-width: 281px
}

.advantages__img {
    margin-bottom: 31px
}

.advantages__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700
}

.advantages__text {
    font-size: 15px
}

.steps {
    padding: 58px 0;
    background: #f9f9f9
}

.steps .container {
    max-width: 1102px
}

.steps__title {
    margin: 0 auto 30px;
    font-size: 32px;
    font-weight: 600
}

.steps__subtitle {
    text-align: center;
    max-width: 646px;
    margin: 0 auto 70px;
    line-height: 140%
}

.steps__list {
    gap: 30px 50px;
    justify-content: center;
    margin-bottom: 70px
}

.steps__item {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    padding: 24px 52px;
    background: #fff;
    max-width: 220px;
    text-align: center;
}

.plans__switcher,
.steps__link {
    justify-content: center;
    display: flex
}

.steps__item-wrapper {
    margin-left: 104px;
    position: relative;
    margin-top: 52px
}

.step-1::before,
.step-2::before,
.step-3::before {
    content: '';
    position: absolute;
    z-index: 5
}

.step-1::before {
    background: url("/static/landing/img/steps_1.png") center top/cover no-repeat;
    width: 75px;
    height: 130px;
    top: -50px;
    left: -77px
}

.step-2::before {
    background: url("/static/landing/img/steps_2.png") center top/cover no-repeat;
    width: 111px;
    height: 132px;
    top: -50px;
    left: -92px
}

.step-3::before {
    background: url("/static/landing/img/steps_3.png") center top/cover no-repeat;
    width: 109px;
    height: 129px;
    top: -50px;
    left: -92px
}

.steps__item-icon {
    width: 82px;
    height: 82px
}

.steps__link {
    align-items: center;
    width: 191px;
    height: 67px;
    background: #145eff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto
}

.arrow,
.faq-question .arrow img {
    transition: transform .3s
}

.carousel-content button:hover,
.registration button[type=submit]:hover,
.steps__link:hover {
    background: #003dda;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(20, 94, 255, .3)
}

.instruction {
    background: #fff3d7;
    padding: 100px 0
}

.instruction .container {
    max-width: 1630px
}

.instruction__pretitle {
    margin-bottom: 100px;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%
}

.instruction__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%
}

.instruction__list {
    line-height: 160%;
    font-size: 20px;
    padding-left: 40px;
    font-weight: 500
}

.instruction__item {
    list-style-type: disc
}

.instruction__inner,
.registration__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question,
.plans__inner {
    justify-content: space-between
}

.plans {
    padding: 70px 0
}

.plans__inner {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.plans__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%
}

.plans__switcher {
    align-items: center;
    background: #edf1fb;
    padding: 10px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 700;
    height: 90px
}

.plans__switcher-left {
    color: #000;
    margin-right: 30px
}

.plans__switcher-right {
    border-radius: 190px;
    padding: 0 20px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

.plans__switcher-right.active {
    background: #145eff;
    color: #fff
}

.plans__switcher-right span {
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    margin-left: 20px
}

.plans__item-try,
.plans__pagination a {
    justify-content: center;
    color: #fff;
    display: flex
}

.plans__switcher-right.active span {
    color: #145eff
}

.plans__pagination {
    display: flex;
    gap: 0 20px
}

.plans__pagination a {
    background: #002574;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    cursor: pointer
}

.plans__item {
    display: flex;
    flex-direction: column;
    width: 445px;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 40px 25px 30px
}

.plans__item-top {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 20px
}

.plans__item-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 120%
}

.plans__item-price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.plans__item-price span {
    color: #145eff;
    font-size: 36px;
    margin-right: 8px
}

.plans__item-list {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    font-size: 16px;
    font-weight: 600
}

.plans__item-mark,
.text-block h2 {
    margin-bottom: 10px
}

.plans__lists {
    display: flex
}

.plans__list.free .plans-counter {
    position: relative;
    padding-top: 3px
}

.plans__list.free .plans-counter::before {
    content: '50';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.start .plans-counter {
    position: relative;
    padding-left: 30px;
    padding-top: 3px
}

.plans__list.start .plans-counter::before {
    content: '3 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.business .plans-counter {
    position: relative;
    padding-left: 45px;
    padding-top: 3px
}

.plans__list.business .plans-counter::before {
    content: '25 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__list.profi .plans-counter {
    position: relative;
    padding-left: 40px;
    padding-top: 3px
}

.plans__list.profi .plans-counter::before {
    content: '50 000';
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 20px;
    font-weight: 700
}

.plans__item-mark {
    position: relative
}

.plans__item-mark.plans-no::before {
    content: '';
    background: url("/static/landing/img/plan_mark_disable.svg") center top/cover no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -7px;
    left: -40px
}

.plans__item-mark.plans-yes::before {
    content: '';
    background: url("/static/landing/img/plan_mark_enable.svg") center top/cover no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    top: -7px;
    left: -40px
}

.plans-first-pay::before {
    content: '0';
    position: absolute;
    top: 4px;
    font-size: 20px;
    font-weight: 700;
    left: -38px
}

.plans__item-bottom {
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: center
}

.plans__item-try {
    align-items: center;
    width: 192px;
    height: 72px;
    border-radius: 72px;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    background: #145eff;
    border: 5px solid #edf1fb
}

.arrow,
.plans__item-pagination {
    height: 40px;
    border-radius: 20px
}

.plans__item-pagination {
    width: 40px;
    background: #145eff;
    display: flex;
    justify-content: center;
    align-items: center
}

.integrations {
    padding: 125px 0;
    background: #edf1fb
}

.integrations .container {
    max-width: 1430px
}

.integrations__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.integrations__left {
    max-width: 600px
}

.integrations__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px
}

.integrations__list-top,
.integrations__lists {
    margin-bottom: 50px
}

.integrations__subtitle {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 140%
}

.integrations__list {
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

.integrations__list-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.integrations__list-item {
    font-size: 20px;
    list-style-type: disc;
    margin-left: 35px;
    font-weight: 600
}

.integrations__foter {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%
}

.integrations__right {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 531px
}

.integrations__right::before {
    content: '';
    position: absolute;
    top: 80px;
    left: -165px;
    background: url("/static/landing/img/star.svg") center top/cover no-repeat;
    width: 366px;
    height: 353px;
    z-index: 0
}

.integrations__right::after {
    content: '';
    position: absolute;
    bottom: 170px;
    right: -90px;
    background: url("/static/landing/img/star_2.svg") center top/cover no-repeat;
    width: 150px;
    height: 150px;
    z-index: 1
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    width: 1025px
}

.faq-question {
    display: flex;
    align-items: center;
    font-size: 20px;
    text-align: left;
    max-width: 1025px;
    font-weight: 600;
    line-height: 120%
}

.faq-answer {
    display: none;
    padding: 20px 0 0;
    color: #333;
    text-align: left;
    max-width: 800px;
    line-height: 160%;
    font-size: 18px
}

.faq__title,
.partners__title,
.testdrive__title {
    font-size: 32px;
    font-weight: 600
}

.faq-item.active .faq-answer {
    display: block;
    padding-top: 10px
}

.faq-item.active .arrow {
    transform: rotate(180deg);
    background: #002574
}

.faq__inner {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 100px 150px
}

.arrow {
    width: 40px;
    background: #145eff;
    display: flex;
    justify-content: center;
    align-items: center
}

.plans__item-mark.hidden {
    display: none;
    transition: .3s
}

.partners {
    padding: 104px 0;
    background: #edf1fb
}

.testdrive,
.testdrive__left {
    padding: 20px 0
}

.partners .container {
    max-width: 1587px
}

.partners__title {
    line-height: 120%;
    text-align: center;
    margin: 0 auto 50px
}

.partners__list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

.partners__item {
    width: 380px;
    height: 248px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px
}

.testdrive {
    background: #fff3d7
}

.testdrive .container {
    max-width: 1570px;
    margin: 0 auto
}

.testdrive__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testdrive__title {
    line-height: 120%;
    margin-bottom: 30px;
    max-width: 253px
}

.testdrive__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #145eff;
    width: 180px;
    height: 60px;
    border: 5px solid #edf1fb;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.testdrive__support {
    margin-top: 100px
}

.testdrive__support-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%
}

.testdrive__support-inner {
    display: flex;
    gap: 0 80px
}

.testdrive__support-numbers {
    display: flex;
    flex-direction: column;
    gap: 6px 0
}

.testdrive__support-phone {
    line-height: 160%;
    font-size: 20px;
    font-weight: 600
}

.testdrive__support_socials {
    display: flex;
    gap: 0 30px
}

.footer {
    background: #145eff;
    padding: 35px 0
}

.footer .container {
    max-width: 1790px;
    margin: 0 auto;
    padding: 0 15px
}

.footer__inner {
    display: flex;
    align-items: center
}

.footer__payments {
    display: flex;
    gap: 0 6px;
    margin-right: 100px
}

.footer__menu {
    display: flex;
    margin-left: auto
}

.footer__menu-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: underline
}

.footer__menu-item:first-child::after {
    content: '/';
    color: #fff;
    margin: 0 10px
}

.footer__inn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.blue-title,
.text-block h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%
}

.carousel-section {
    background: #edf1fb;
    padding: 147px 0 20px
}

.dot,
.language-btn {
    background: 0 0;
    cursor: pointer
}

.carousel-section .container {
    max-width: 1536px
}

.carousel-content {
    display: flex;
    justify-content: space-between
}

.text-block {
    max-width: 450px;
    margin-top: 30px
}

.text-block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%
}

.footer__contacts-top p,
.registration .testdrive__support-phone,
.text-block button {
    font-size: 16px
}

.blue-title {
    color: #145eff;
    margin-top: 50px
}

.subtitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%
}

.footer__contacts-top p,
.registration__login,
.registration__title,
.text-block button {
    font-weight: 600;
    line-height: 120%
}

.text-block button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 191px;
    height: 67px;
    border-radius: 80px;
    background: #145eff;
    color: #fff;
    margin-top: 50px;
    cursor: pointer
}

.image-block img {
    max-width: 584px;
    position: relative;
    z-index: 2
}

.carousel-controls {
    margin-top: 20px;
    text-align: center
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #145eff
}

.dot.active {
    background-color: #1a5cff
}

.image-block {
    position: relative
}

.carousel-controls {
    position: absolute;
    top: -55px;
    right: 50px
}

.image-block::before {
    content: '';
    position: absolute;
    bottom: 140px;
    left: -220px;
    background: url("/static/landing/img/carousel_star.svg") center top/cover no-repeat;
    width: 198px;
    height: 198px
}

.image-block::after {
    content: '';
    position: absolute;
    top: -80px;
    left: -250px;
    background: url("/static/landing/img/carousel_ellipse.svg") center top/cover no-repeat;
    width: 512px;
    height: 320px;
    z-index: 0
}

.fade-in {
    animation: .5s ease-in fadeIn
}

.fade-out {
    opacity: 0;
    transition: opacity .3s ease-out
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s, padding .4s
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s
}

.plans__switcher-left {
    height: 70px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .3s
}

.plans__switcher-right {
    transition: .3s
}

.plans__switcher-left.active {
    background: #145eff;
    color: #fff
}

.plans__item-try:hover,
.testdrive__link:hover {
    background: #003dda;
    transform: scale(1.02);
    box-shadow: 0 6px 18px rgba(20, 94, 255, .3);
    border: none
}

.carousel-content button,
.plans__item-try,
.testdrive__link {
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.menu-item,
.menu-item.active,
.menu-item:hover {
    transition: 1s
}

html {
    scroll-behavior: smooth
}

.registration .footer__inner {
    justify-content: space-between;
    align-items: flex-start
}

.registration .footer__menu {
    margin-left: 0;
    flex-direction: column
}

.registration-section {
    padding: 57px 0 72px
}

.registration .footer {
    background: #fff;
    padding-bottom: 56px;
    padding-top: 0
}

.registration .footer__inn {
    color: #000;
    margin-bottom: 30px
}

.registration .footer__menu-item:first-child:after {
    content: ''
}

.registration .footer__menu-link {
    text-decoration: none;
    color: #000
}

.footer__contacts-top {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px
}

.registration .testdrive__support-numbers {
    gap: 0;
    font-size: 16px
}

.registration .footer .container,
.registration-section .container {
    max-width: 1330px
}

.registration__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px
}

.registration__title {
    margin-bottom: 30px;
    font-size: 32px;
    color: #000
}

.registration input,.registration input.landInput {
    background: #f3f7ff;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    /* margin-bottom: 10px; */
    margin-top: 10px;
    padding: 23px 23px 23px 27px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 120%
}

.registration button[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #145eff;
    color: #fff;
    width: 211px;
    height: 67px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.registration__login {
    font-size: 16px;
    color: #145eff
}

.language-switcher {
    position: relative;
    display: inline-block
}

.language-btn {
    border: none;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center
}

.arrow {
    margin-left: 4px;
    font-size: 14px
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    min-width: 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index: 100
}

.language-dropdown li a {
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: #000
}

.language-dropdown li a:hover {
    background-color: #f0f0f0
}

.language {
    cursor: pointer;
    background: 0 0
}


.carousel-arrows {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.arrow-carousel {
    background-color: #145EFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0px !important;
}

.arrow-carousel:disabled {
    background-color: #a5b4fc;
    cursor: not-allowed;
}

.hero {
    overflow: hidden;
}

@media screen and (max-width: 1817px) {
    .plans__lists {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}

@media screen and (max-width: 1604px) {
    .hero__right {
        max-width: 500px;
    }

    .hero__right-img {
        width: 100%;
    }

    .testdrive {
        padding: 50px 0;
    }

    .testdrive__right {
        max-width: 500px;
    }

    .integrations__right::before,
    .integrations__right::after {
        content: '';
        display: none;
    }

    .advantages__list {
        justify-content: center;
    }
}

@media screen and (max-width: 1450px) {
    .hero__inner {
        padding-left: 30px;
    }

    .carousel {
        padding-left: 50px;
        padding-right: 20px;
    }

    .instruction {
        padding-left: 30px;
        padding-right: 50px;
    }

    .instruction__inner {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

    .instruction__pretitle {
        text-align: center;
        margin-bottom: 50px;
    }

    .instruction__right iframe {
        width: 800px;
        height: 500px;
    }

    .integrations {
        padding-left: 40px;
        padding-righT: 40px;
    }

    .faq__inner {
        padding: 80px 40px;
    }

    .partners {
        padding: 50px 30px;
    }

    .partners__list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testdrive {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-block img {
        max-width: 400px;
    }

    .image-block::after {
        width: 188px;
        height: 117px;
        top: -38px;
        left: -72px;
    }

    .image-block::before {
        width: 68px;
        height: 67px;
        top: 87px;
        left: -75px;
    }

    .carousel-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .faq__inner {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .faq__title {
        width: 100%;
        text-align: center;
    }

    .hero__right::before {
        max-width: 182px;
        height: 115px;
        bottom: -28px;
        left: -80px;
    }

    .hero__right::after {
        top: -47px;
        right: -35px;
        width: 91px;
        height: 94px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 30px 0;
    }

    .footer__payments {
        margin-right: 0;
        order: 2;
    }

    .footer__menu {
        margin-left: 0;
        order: 1;
    }

    .footer__inn {
        order: 3;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__subtitle {
        font-size: 18px;
    }

    .hero__right {
        max-width: 343px;
    }

    .integrations__inner {
        flex-direction: column-reverse;
        gap: 100px;
        justify-content: center;
        text-align: center;
    }

    .integrations__lists {
        text-align: left;
    }

    .integrations__list-title {
        text-align: center;
    }

    .integrations {
        padding: 64px 40px;
    }
}

/* Бургер */
.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.burger span {
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Полноэкранное меню */
.burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #e4ebf9;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.burger-menu.active {
    transform: translateY(0);
}

.burger-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.burger-menu li {
    margin: 15px 0;
}

.burger-menu a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
}

.close-menu {
    position: absolute;
    bottom: 40px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px;
    font-size: 19px;
    width: 50px;
    height: 50px;
    border-radius: 56px;
    top: 20px;
    right: 30px;

}


@media screen and (max-width: 1280px) {
    .burger {
        display: flex;
    }

    .menu,
    .menu_right,
    .language {
        display: none;
    }

    .steps__list {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .testdrive__inner {
        flex-direction: column-reverse;
        gap: 50px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .testdrive__left {
        text-align: center;
    }

    .testdrive__title {
        margin-left: auto;
        margin-right: auto;
    }

    .testdrive__link {
        margin-left: auto;
        margin-right: auto;
    }

    .testdrive__support {
        margin-top: 30px;
    }

    .testdrive__support-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .testdrive__right {
        max-width: 400px;
    }

    .faq__inner {
        padding: 40px 15px;
    }

    .faq-item {
        max-width: 800px;
        width: auto;
    }
}

@media screen and (max-width: 952px) {
    .hero__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 104px;
    }

    .hero__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__subtitle {
        max-width: 360px;
        margin-bottom: 50px;
    }

    .hero {
        padding-bottom: 62px;
        padding-top: 60px;
    }

    .hero__inner {
        padding-left: 0;
    }

    .header {
        box-shadow: 0px 8px 27.5px 0px #7984951A;
    }

    .advantages__img {
        width: 150px;
        height: 150px;
    }

    .advantages__title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .advantages__text {
        font-size: 14px;
    }

    .advantages__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 180px;
    }

    .advantages__list {
        gap: 30px;
    }

    .carousel-content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .carousel-controls {
        position: static;
        margin-top: 0;
    }

    .text-block {
        text-align: center;
    }

    .carousel-arrows {
        justify-content: center;
        align-items: center;
    }

    .carousel-create-button {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .carousel {
        padding-left: 20px;
    }

    .instruction__inner {
        flex-direction: column-reverse;
    }

    .instruction iframe {
        width: auto;
        height: 210px;
    }

    .footer__menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer__menu-item:first-child:after {
        content: '';
    }

    .testdrive__left {
        padding-top: 0;
    }

    .testdrive__right {
        max-width: 350px;
    }

    .faq-question p {
        max-width: 270px;
        padding-right: 20px;
        font-size: 18px;
    }

    .faq-answer {
        max-width: 270px;
    }

    .integrations__img {
        width: 360px;
        height: 190px;
    }

    .plans__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .plans__pagination {
        display: none;
    }

    .image-block {
        margin-left: 60px;
    }

    .image-block img {
        max-width: 219px;
        margin-left: 40px;
    }

    .plans__item {
        border: none;
        padding: 0;
    }

    .plans__item-mark {
        max-width: 360px;
    }

    .plans__item {
        max-width: 360px;
    }

    .plans__switcher-left {
        font-size: 20px;
    }

    .plans__switcher-right {
        font-size: 20px;
    }

    .partners {
        padding: 50px 5px;
    }

    .instruction,
    .integrations {
        padding-left: 0;
        padding-right: 0;
    }

    .hero__right {
        margin: 0 auto;
    }

    .instruction {
        padding-top: 50px;
    }

    .plans {
        padding-top: 30px;
    }
}

.registration .footer__inner {
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    .registration__left {
        display: none;
    }

    .registration__inner {
        justify-content: center;
        align-items: center;
    }

    .registration .language {
        display: block;
    }

    .registration .footer {
        padding-top: 50px;
    }
}

@media screen and (max-width: 844px) {
    .registration .footer__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.plans__lists.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

@media (max-width: 1800px) {
    .plans__item {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .plans__item {
        width: 90%;
    }
}

.plans__lists {
    display: flex;
    /* Убрать или переопределить */
}

/* Убираем отступы у слайда */
.swiper-slide {
    display: block;
    justify-content: stretch;
    /* Растягиваем на всю ширину */
    padding: 0;
    /* убираем любые паддинги */
    margin: 0;
}

/* Обнуляем margin и padding у списка */
.plans__list {
    margin: 0;
    padding: 0;
}

/* Убедимся, что item тянется на 100% */
.plans__item {
    width: 100%;
    max-width: none;
}

.plans__pagination {
    visibility: hidden;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.plans__pagination a.disabled,
.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}




.partners__navigation {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.partners__prev,
.partners__next {
    cursor: pointer;
}


.partners .swiper-slide {
    height: 248px !important;
    background: #fff;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 30px;
}

.partners__item-img {
    width: 95%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.partners__navigation {
    display: none;
}

.partners__navigation a {
    background: #002574;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

@media screen and (max-width: 1440px) {
    .partners__navigation {
        display: flex;
    }
}

.answer-list li {
    list-style-type: disc;
}

.steps__item {
    box-shadow: 0px 20px 50px 0px #0000001A;
}


@media screen and (max-width: 952px) {
    .carousel-controls {
        margin-right: 60px;
    }

    .footer__payments {
        order: 1;
    }

    .footer__inn {
        order: 2;
    }

    .footer__menu {
        order: 3;
    }
}


@media screen and (max-width: 768px) {
    .instruction__right {
        width: 100%;
    }

    .instruction__right iframe {
        width: 100%;
    }

    .instruction .container {
        padding-left: 0;
        padding-right: 0;
    }

    .instruction__left {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.auth__bottom {
    display: flex;
    gap: 50px;
}

/* затемнение */
.popup {
    display: none;
    /* скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* белое окно */
.popup__content {
    background: #fff;
    padding: 20px;
    max-width: 900px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
}

/* крестик */
.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.popup p {
    margin-top: 20px;
    line-height: 120%;
    font-size: 14px;
}




.header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: 9999;
    background: #fff;
}

.header.hide {
    transform: translateY(-100%);
}


.hero {
    padding-top: 200px;
}


@media screen and (max-width: 1280px) {
    .steps__list {
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .steps__list {
        flex-wrap: wrap;
    }
}

body.noscroll {
    overflow: hidden;
    height: 100%;
    touch-action: none;
    /* отключает свайпы на мобилке */
    position: fixed;
    /* фиксирует страницу */
    width: 100%;
}


.instruction__right {
    position: relative;
    cursor: pointer;
}
.activatedVideo {
    position: static;
}
.instruction__right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("/static/landing/img/yt_preview.png") no-repeat center top / cover;
    width: 100%;
    height: 100%;
}
.activatedVideo.instruction__right::after{
    display: none;
}

.burger-menu .language-switcher,
.burger-menu .language {
    display: block;
}

.burger-menu .language-switcher {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: 104px;
}

.burger-menu .language::after {
    top: 4px;
}

.burger-menu .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px;
}

.burger-menu .logo img {
    width: 100%;
}

.burger-menu li {
    margin-bottom: 20px;
}

.burger-menu {
    padding-top: 60px;
}

.burger-menu .menu-login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.registration {
    padding-top: 50px;
}


