.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
}
.menu {
    position: relative;
    width: 100%;
    padding:20px 0;
}
nav.menu>ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu>ul>li:last-child {
    margin-left: auto;
}
nav.menu>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 15px 12px;
    display: inline-block;
}
nav.menu>ul>li>a.header--logo__wrapper {
    padding-top: 22px;
    margin-right: 24px;
}
.menu--right__button {
    background: rgba(131, 128, 255, 0.2);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    color:rgba(131, 128, 255, 1);
    padding:7px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.home-hero {
    background-image:url('public/images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(var(--vh, 1vh)* 100);
    height:auto;
    padding-top:100px;
    text-align: center;

    position: relative;
}


.home-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.03em;
    text-align: center;
    max-width:910px;
    margin:0 auto 16px;
}
.home-hero  p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    max-width:742px;
    margin:0 auto;

}


.home-hero__wrapper {

}
.tg-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap:8px;
    opacity: .5;
    transition: all .3s;
}
.tg-link:hover {
    opacity:1;
}
.tg-link span {
    font-size:12px;
}
.button {
    background: rgba(131, 128, 255, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 24px;
    height: 48px;
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
}
.button:hover {
    background: rgb(104, 100, 250);
}
.hero-tags {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;
    margin-top:27px;
    margin-bottom: 45px;
}
.hero-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 90px;
    gap: 4px;
    padding:3px 10px;
}
.hero-tag svg {
    width: 16px;
    height:16px;
}
.hero-tag span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: rgba(234, 128, 255, 1);
}

.hero-slider-main {
    padding:50px;
    margin:-50px;
}
.hero-slider-main img {
    width: 1000px;
    height:555px;
    outline: 8px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    box-shadow: 0px 2.44px 45px 0px rgba(0, 0, 0, 0.08);

}
.hero-slider-main video {
    width: 1000px;
    height: 555px;
    border-radius: 4px;
    box-shadow: 0px 2.44px 45px 0px rgba(0, 0, 0, 0.08);
    outline: 8px solid rgba(255, 255, 255, 0.2);
}
.hero-slider-main video::-webkit-media-controls-panel {
background-image: linear-gradient(transparent, transparent) !important;

}
.hero-slider-main [data-value="Товарные рекомендации"] img {
    outline-color: transparent;
    box-shadow: none;
}
.hero-slider-main .swiper-slide {
    text-align: center;
}
.hero-slider-thumbs .swiper-slide {
    display: inline-block;
    width:max-content;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px 4px 8px;
    opacity: 0.3;
    cursor: pointer;
    white-space: nowrap;

}
.hero-slider-thumbs {
    margin-bottom: 20px;
    z-index:2;
    max-width: 870px;
}
.hero-slider-thumbs .swiper-slide-active {
    border-radius: 31px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    opacity: 1;
}
.hero-slider-thumbs .swiper-slide-prev {
    opacity: 0.5;
}
.hero-slider-thumbs .swiper-slide-next {
    opacity: 0.5;
}
.hero-slider {
    margin:70px auto 0;
}

.home-hero:after {
    content: "";
    height: 200px;
    background: #F8F8F8;
    clip-path: ellipse(90% 100% at 67% 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
    left:0;
}
.hero-slider-main__prev {
    position: absolute;
    left: calc((100% - 1000px) / 2 - 90px);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 88887;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.hero-slider-main__next {
    position: absolute;
    right: calc((100% - 1000px) / 2 - 90px);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 88887;
    width: 50px;
    height: 50px;
    cursor: pointer;
}


.gravity-ai__slider-logos img {
    width:200px;
    height:80px;
}

.logos {
    padding:80px 0;
    background: #F8F8F8;
}


.tasks {
    padding:80px 0;
    background: #F8F8F8;

}
.tasks * {
    color: #202837;
}
.tasks h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 32px;
}
.tasks__accordion {
    width: 620px;
    flex-shrink: 0;
}



.tasks__wrapper {
    display: flex;
}
.tasks__image img {
    max-width:700px;
    margin-left:40px;
}




.accordion {
    background-color: transparent;
    transition: all .3s;
}

.accordion + .accordion {
    margin-top: 1rem;
}

.ac-state {
    display: none;
}

.ac-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
}




.ac-title span {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-left:20px;
    letter-spacing: -0.02em;
}

.ac-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 300ms ease;
    background-color:transparent;
    padding-left: 16px;
    padding-right: 38px;
}

.ac-content-inner {
    overflow: hidden;
    padding-left: 60px;

}

.ac-state:not(:checked) ~ .ac-trigger .ac-icon-close {
    display: none;
}

.ac-state:checked ~ .ac-trigger {
    background-color: #fff;
}
.ac-state:checked ~ .ac-content {
    background: #fff;
    padding-bottom: 16px;
}

.ac-state:checked ~ .ac-trigger .ac-icon-open {
    display: none;
}

.ac-state:checked ~ .ac-content {
    grid-template-rows: 1fr;
}

.ac-title {
    display: flex;
    align-items: center;
}
.ac-content-inner p {
    margin-bottom: 1em;
}

.capabilities {
    padding:80px 0;
    background: #F8F8F8;
}
.capabilities * {
    color:#202837;

}

h2 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
}


.capabilities {
    background-image:url('public/images/capabilities.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
}

.capabilities h2 {
    color:#fff;
    margin-bottom: 36px;
    text-align: center;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.capabilities-icon {
    height: 53px;
    width:53px;
    margin-right:32px;
    flex-shrink: 0;
}
.capabilities-item {
    background: rgba(131, 128, 255, 0.1);
    border-radius: 4px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
}
.capabilities-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
}



.unique-advantages {
    padding:140px 0 40px;
    background: #F8F8F8;
}
.unique-advantages h2 {
    text-align: center;
    margin-bottom: 65px;
}
.unique-advantages * {
    color:#202837;
}

.unique-advantages-sidebar {
    width:412px;
    flex-shrink: 0;
    margin-right:40px;
    position: relative;
    z-index: 10;
}

.unique-advantages-sidebar li {
    border-radius: 4px;
    background: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding: 16px 20px 16px 20px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .3s;
}
.unique-advantages-sidebar li.active {
    background: rgb(32, 40, 55);
    color:#fff;
    position: relative;
}
.unique-advantages-sidebar li.active:after {
    content:"";
    width:9px;
    height:35px;
    position: absolute;
    right:-9px;
    top:0;
    bottom: 0;
    margin: auto;
    background-image: url('data:image/svg+xml,<svg width="9" height="35" viewBox="0 0 9 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.09876 16.2368C8.57047 16.6363 8.57047 17.3637 8.09876 17.7631L3.375 21.7631L2.20714 22.7521C1.15739 23.641 0.520219 24.9231 0.445609 26.2966L3.99306e-07 34.5L0 -3.93402e-07L0.440161 7.71184C0.518273 9.08039 1.15482 10.3569 2.20093 11.2427L3.375 12.2369L8.09876 16.2368Z" fill="%23202837"/></svg>');
}

.unique-advantages-wrapper {
    display:flex;
}

.advantages-item {
    width:400px;
    height:668px;
    background-color: #fff;
    padding-top:30px;
    display: flex;
    flex-direction: column;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.advantages-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 16px;
    padding:0 15px;
}
.advantages-item__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: center;
    padding:0 15px;
}

.advantages-item__description b {
    font-weight: bold;

}
.advantages-item__description ul {
    margin-top:8px;
    list-style-type: disc;
        text-align: left;
    padding: 0 30px;
}
.advantages-item__description li + li {
    margin-top:8px;
}



.unique-advantages-sidebar:after{
    content: "";
    background: #F8F8F8;
    height: 668px;
    width: 100vw;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.unique-advantages-swiper {
    overflow: visible;
    width:100%;
    max-width: 400px;
}

.formats {
    background: #F8F8F8;
    padding-bottom: 150px;
    padding-top:30px;
}
.formats h2 {
    color: rgba(32, 40, 55, 1);
    text-align: center;
    margin-bottom: 72px;
}
.format-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(32, 40, 55, 1);
    transition: all 0.3s ease;
    margin-bottom: 32px;
}
.formats .swiper-slide {
    width:290px;
    transition: all 0.3s ease;
}
.formats .swiper-slide img {
    border: 7px solid rgba(0, 0, 0, 0.06);
    max-height: 628px;
    border-radius: 16px;
    transition: all 0.3s ease;
    max-width:100%;
}

.formats .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8);
    opacity:0.7;

}



.become {
    background-color: #0E0E0E;
    background-image:url('public/images/footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding:10rem 0 2rem;

}
.become h2 {
    color: #fff;
    text-align: center;
    max-width: 724px;
    margin:0 auto 48px;
}
.become p {
    color: rgba(243, 243, 255, 1);
}

.description p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-bottom: 4.8rem;
    max-width: 600px;
}

.become .row {
    display: flex;
    justify-content: space-between;
}

.form {
    background: rgba(243, 243, 255, .05);
    padding:36px;
    padding-top:32px;
    padding-bottom: 54px;
    width:534px;
    min-width: 534px;
    border-radius: 4px;
    margin-left:12px;
}
.form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 3.6rem;
}

.form-item{
    position: relative;
    margin-bottom: 28px;
    width:calc(50% - 12px);
}
.form-item.w-100 {
    width:100%;
}

.form-item input{
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    border-bottom: solid 1px rgba(255,255,255,.5);
    transition: all .3s ease;
    padding:12px 0px
}
.form-item input:focus{
    border-color: #8380FF;
}
.form-item label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 8px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all .3s ease
}
.form-item input:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item input:valid:not(:placeholder-shown) + label{
    font-size: 12px;
    top: -10px
}
.form-item input:focus + label,
.form-item input:not(:placeholder-shown):not(:focus) + label{
    color: #777da6;
}



.form-item label.checkbox {
    display: block;
    position: relative;
    padding-left: 27px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin-top: 0px;
}

.form label a {
    font-size: 14px;
    color: rgba(131, 128, 255, 1);
    text-decoration: underline;
}
.form input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form .contact__control__indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
}
.contact__control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.form .contact__control__indicator:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form input:checked ~ .contact__control__indicator:after {
    display: block;
}
.form input[type="checkbox"].error:not(:checked) + .contact__control__indicator {
    border: 1px solid #fff;
}
.form .contact__control__indicator:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.submit {
    background: rgba(131, 128, 255, 1);
    font-size:1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding:20px;
    height:70px;
    color:#fff;
    margin-top:2rem;
    transition: all 0.3s;
    width: 100%;
}
.submit:hover {
    background: rgb(104, 100, 250);
}
.submit span {
    color:#fff;
}

.become h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: left;
    margin-bottom: 12px;
}
.logo-container {
    max-width: 650px;
}
.logo-container img {
    margin:15px 24px;
    opacity:0.6;
    transition: all .3s;
    width:78px;
    height:23px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.logo-container img.custom_img {
    max-width: 78px;
    max-height: 23px;
    width: auto;
    height: auto;
}
.logo-container img:hover {
    opacity: 1;
}
.logo-container + .logo-container {
    margin-top:4rem;
    padding-top:4rem;
    border-top:1px solid rgba(255, 255, 255, 0.1);
}


.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
    margin-top:100px;
}
@media (max-width: 1200px) {
    .footer__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.6rem;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .footer__info.container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.8rem;
        padding-bottom: 3.5rem;
    }
}

.footer__info-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
@media (max-width: 1200px) {
    .footer__info-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .footer__info-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .footer__info-nav > *:not(.footer__logo) {
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
    }
}

@media (max-width: 768px) {
    .footer__info-nav-link {
        margin-top: 1.8rem;
    }
}

.footer__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
@media (max-width: 1200px) {
    .footer__info-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .footer__info-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.2rem;
    }
}

.footer__info-links a {
    text-decoration: none;
    color: #8181A3;
    font-size: 1.3rem;
    line-height: 1.23;
    -webkit-transition: color, opacity 0.3s;
    -o-transition: color, opacity 0.3s;
    transition: color, opacity 0.3s;
}
.footer__info-wrapper span {
    color: #8181A3;
    font-size: 1.3rem;
    line-height: 1.23;
    opacity: 0.5;
    -webkit-transition: color, opacity 0.3s;
    -o-transition: color, opacity 0.3s;
    transition: color, opacity 0.3s;
}
@media (max-width: 768px) {
    .footer__info-links a {
        text-align: center;
    }
}
.footer__info-links a:hover, .footer__info-links a:focus {
    color: #8380FF;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1200px) {
    .footer__info-copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .footer__info-copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.2rem;
    }
}
.footer__info-copyright > * {
    text-align: center;
}


.mobile-show-more__capabilities {
    display: none;
}


@media (max-width:1023px) {
    .button {
        padding: 22px;
        height: 44px;
    }
    .home-hero {
        padding-top:125px;
        min-height: 600px;
    }
    .home-hero h1 {
        font-size:32px;
        line-height:40px;
        margin-bottom: 16px;
    }
    .home-hero p {
        font-size: 16px;
        line-height: 24px;

    }
    .hero-tags {
        flex-wrap: wrap;
    }
    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-slider-main img,
    .hero-slider-main video {
        width: 94%;
        height: auto;
    }
    .hero-slider-main img, .hero-slider-main video {
            outline: 3px solid rgba(255, 255, 255, 0.2);
    }
    .hero-slider-thumbs{
            margin-bottom: 12px;
    }
    .home-hero:after {
        height:48px;
    }
    .hero-slider-main {
        padding: 12px;
        margin: 0px;
    }

    .logos {
        padding: 64px 0 32px;
    }
    .tasks {
        padding:32px 0 ;
    }
    .ac-content-inner {
        padding-left:0;
    }
    .tasks__accordion {
        width:100%;
    }
    .tasks h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
    }
    .tasks__image img {
        display: none;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .capabilities {
        padding-top:32px;
        padding-bottom: 32px;
    }

    .unique-advantages-wrapper {
        flex-wrap: wrap;
    }
    .unique-advantages-sidebar ul {
        display: flex;
        white-space: nowrap;
        overflow: auto;
    }
    .unique-advantages-sidebar:after {
        content:none;
    }
    .unique-advantages-sidebar li {
        font-size:12px;
        padding: 8px 16px 8px 16px;
    }
    .advantages-item {
        width:320px;
        height:534px;
    }
    .unique-advantages-swiper {
        overflow: hidden;
        width: 100%;
        max-width: unset;
    }
    .unique-advantages-slider {
        width:100%;
    }
    .unique-advantages-sidebar {
        width:100%;
    }
    .become .row {
        flex-direction: column;
    }
    .description p, .logo-container {
        max-width: unset;
    }
    .logo-container div {

    }
    .form {
        width:100%;
        min-width: unset;
    }


    .unique-advantages-sidebar li.active:after {
        transform: rotate(90deg);
        bottom: -21px;
        top: unset;
        left: 0;
        right: 0;
    }
    .unique-advantages-sidebar li {
        margin-bottom: 32px;
        margin-right: 8px;
    }
    .unique-advantages {
        padding: 64px 0 0px;
    }
    .unique-advantages h2 {
        margin-bottom: 32px;
    }
    .ac-title span {
        font-size:16px;
        line-height: 20px;
        margin-left: 12px;
    }
    .ac-title img {
        width:32px;
        height:32px;
    }
    .ac-content-inner p {
        font-size:14px;
        line-height: 18px;
    }
    .ac-state:checked ~ .ac-content {
        padding:12px;
    }
    .tasks__mobile-image img {
        width:100%;
        border-radius: 4px;
    }
    .ac-state:not(:checked) ~ .ac-content .tasks__mobile-image {
        display: none;
    }
    .ac-state:checked ~ .ac-content .tasks__mobile-image {
        display: block;
    }
        .advantages-item__description b,
.advantages-item__description li {
    font-size:14px;
}
.advantages-item__description ul {
    padding:0 16px;
}

}

@media (max-width: 768px) {
    .container {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .advantages-item__description {
        font-size:14px;
        line-height: 18px;
        text-align: left;
    }
    .become {
        padding:6rem 0;
    }
    .capabilities-grid {
        grid-template-columns:1fr;
        gap:8px;
    }
    .capabilities-icon {
        height: 40px;
        width: 40px;
        margin-right: 24px;
    }
    .capabilities-item {
        padding:12px 16px;
    }

    .formats {
        padding-top:60px;
    }
    .formats h2 {
        margin-bottom: 50px;
    }
    .formats .swiper-slide img {
        max-height: 458px;
    }
    .formats .swiper-slide {
        width:210px;
    }
    .format-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 22px;
    }
    .description p {
        font-size: 1.6rem;
    }
    .logo-container img {
        width:72px;
        height:21px;
        margin:13px 24px;
    }
    .logo-container img.custom_img {
        max-width: 72px;
        max-height: 21px;
        width: auto;
        height: auto;
    }
    .logo-container div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .become h4 {
        text-align: center;
    }
    .logo-container + .logo-container {
        margin-top:3rem;
        padding-top:3rem;
    }
    .form {
        margin-left:0;
        padding:12px;
        padding-bottom: 17px;
        margin-top:3rem;
    }
    .form-item:not(:nth-child(1)):not(:nth-child(2)) {
        width:100%;
    }
    .form-title {
        font-size: 16px;
    }
    .form-item label.checkbox, .form label a {
        font-size: 12px;
    }
    .form-item label.checkbox br {
        display: none;
    }
    .submit {
        height: 56px;
    }




    .mobile-show-more__capabilities {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .mobile-show-more__capabilities > div {
        background: rgba(2, 162, 238, 0.1);
        color: rgba(2, 162, 238, 1);
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        padding: 10px 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;

    }
    .g-card:nth-child(n+5) {
        display: none;
    }
    .mobile-show-more__capabilities.active ~ .g-card {
        display: inline-block;
    }
    .advantages-item__title {
        text-align: left;
        font-size:16px;
        line-height: 20px;
    }

    .unique-advantages-sidebar ul {
        margin-left:-15px;
        width: calc(100% + 30px);
    }
    .unique-advantages-sidebar li:first-child {
        margin-left:15px;
    }
    .unique-advantages-sidebar li:last-child {
        margin-right:15px;
    }
    .review-slider__text {
        font-size:20px;
        line-height: 28px;
        text-align: left;
    }

    .mobile-show-more__capabilities {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 24px;
    }
    .mobile-show-more__capabilities > div {
        background: rgba(131, 128, 255, 0.1);
        color: rgba(131, 128, 255, 1);
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        padding: 10px 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .capabilities-item:nth-child(n+8) {
        display: none;
    }
    .mobile-show-more__capabilities.active ~ .capabilities-item {
        display: flex;
    }
    .mobile-show-more__capabilities.active {
        display: none;
    }
    .unique-advantages-swiper {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out, visibility 0s ease-out 0.3s;
    -o-transition: opacity 0.3s ease-out, visibility 0s ease-out 0.3s;
    transition: opacity 0.3s ease-out, visibility 0s ease-out 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal.show {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s ease-out;
    -o-transition: opacity 0.2s ease-out, visibility 0s ease-out;
    transition: opacity 0.2s ease-out, visibility 0s ease-out;
}

.modal-content {
    position: relative;
    min-width: 71.5rem;
    padding: 4rem;
    background-color: #16171E;
    border-radius: 4rem;
    text-align: center;
}
@media (max-width: 1024px) {
    .modal-content {
        min-width: 48.6rem;
    }
}
@media (max-width: 768px) {
    .modal-content {
        min-width: auto;
        width: calc(100% - 3rem);
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.modal-content .icon-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    background-color: #20222C;
    border-radius: 50%;
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 3.6rem;
    height: 3.6rem;
}
@media (max-width: 1024px) {
    .modal-content .icon-close {
        right: 3rem;
        top: 3rem;
    }
}
@media (max-width: 768px) {
    .modal-content .icon-close {
        right: 2rem;
        top: 2rem;
    }
}
.modal-content .icon-close::before {
    color: #414153;
}
.modal-content .icon-check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5.2rem;
    background-color: #8380FF;
    border-radius: 50%;
    width: 14rem;
    height: 14rem;
}
@media (max-width: 1024px) {
    .modal-content .icon-check {
        font-size: 3.3rem;
        width: 8.8rem;
        height: 8.8rem;
    }
}
@media (max-width: 768px) {
    .modal-content .icon-check {
        font-size: 2.7rem;
        width: 7.2rem;
        height: 7.2rem;
    }
}

.modal-content__title {
    margin-top: 4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
    .modal-content__title {
        margin-top: 3rem;
        font-size: 2.4rem;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }
}
@media (max-width: 768px) {
    .modal-content__title {
        font-size: 2rem;
        line-height: 1.4;
    }
}

.modal-content__text {
    margin-top: 2rem;
    color: #8181A3;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
    .modal-content__text {
        margin-top: 2rem;
        font-size: 1.8rem;
        line-height: 1.44;
        letter-spacing: -0.01em;
    }
}
@media (max-width: 768px) {
    .modal-content__text {
        font-size: 1.4rem;
        line-height: 1.29;
    }
}

.submit[disabled], .submit[disabled]:hover {
    background: rgb(131, 128, 255, .8);
}

.submit.success {
    background: rgb(0, 255, 139, .74);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

header.header {
    transition: all .9s;
    position: fixed;
}
header.header.sticky {
    position: fixed;
    background: #161354;
}

[data-value="Стратегии подбора товаров"] img {
    outline: 0;
}



@media (max-width:450px) {
    nav.menu>ul>li>a {
    padding: 5px;
}
nav.menu>ul>li>a.header--logo__wrapper {
    margin-right:10px;
}
nav.menu>ul>li>a.header--logo__wrapper {
    padding-top:10px;
}

}