/**
 * Theme Name:        РАКЕТА
 * Theme URI:         https://raketa-ff.ru
 * Description:       Дизайн сайта для компании "Ракета Фулфилмент"
 * Version:           1.0.1
 * Author:            Алексей Самойлов
 * Author URI:        https://raketa-ff.ru
 * Text Domain:       raketa
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.0
 * Requires PHP:      7.4
 * License:           Commercial
 * License URI:       https://raketa-ff.ru
 */

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-x: hidden;
}
body {
    background: #fff;
    color: #333;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    overflow-x: hidden;
}
h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: "Geologica", sans-serif;
}
h2, .h2 {
    font-weight: 800;
    font-size: 52px;
}
h3, .h3 {
    font-weight: 700;
    font-size: 20px;
}
a {
    text-decoration: none;
}
.content a {
    color: #6746B8;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all .25s ease-in;
}
.content a:visited, .content a:focus {
    color: #6746B8;
}
.content a:hover {
    color: #6746B8;
    border-color: #6746B8;
}
a.no-border-link {
    border-bottom: none !important;
}
.no-border-link-inside a {
    border-bottom: none !important;
}
a.js-border-link {
    border-bottom-style: dotted;
}
a.button {
    padding: 12px;
    border-radius: 6px;
    text-transform: uppercase;
}

.btn-yellow {
    background: #FFC527;
    background: linear-gradient(90deg,rgba(255, 225, 58, 1) 0%, rgba(255, 197, 39, 1) 50%);
    color: #1f1439 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.15),
                0 2px 0 #AA8317,
                0 16px 32px rgba(0,0,0,.1);
    transition: all .25s ease-in;
}
.btn-yellow.btn-medium {
    display: inline-block;
    width: auto;
    border-radius: 8px;
    padding: 20px 32px;
    font-size: 18px;
    font-weight: 600;
}
.btn-yellow.btn-medium:hover {
    transform: translateY(-8px);
    box-shadow: inset 0 0 8px rgba(255,255,255,.75),
    0 2px 0 #987513,
    0 16px 32px rgba(0,0,0,.2);
}

.btn-transparent {
    border: 1px solid rgba(255,255,255,.25);
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.btn-transparent.btn-small {
    border-radius: 8px;
}

.btn-tg, .btn-mx {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition: all .25s ease-in;
}
.btn-tg:hover, .btn-mx:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    background-color: rgba(255,255,255,.25);
    transform: translateY(-2px);
}
.btn-tg {
    background-image: url("assets/img/contact-tg.svg");
}
.btn-mx {
    background-image: url("assets/img/contact-mx.svg");
}


.block-landing {
    scroll-margin-top: 120px;
    padding: 60px 0;
}
.block-landing h2,
.block-landing .h2 {
    font-size: 56px;
    text-align: center;
}
.block-landing .subtitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
    font-family: "Geologica", sans-serif;
}
.block-grey {
    background: #F8F8F8;
}
.block-grey h2,
.block-grey .h2 {
    color: #354857;
}
.block-grey .subtitle {
    color: #838E98;
}
.block-white {
    background: #FFF;
}
.block-white h2,
.block-white .h2 {
    color: #333;
}
.block-white .subtitle {
    color: #8C8C8C;
}

.block-violet {
    background: #733EB4;
    background: linear-gradient(0deg,rgba(115, 62, 180, 1) 0%, rgba(103, 70, 184, 1) 50%);
}
.block-violet.block-landing h2,
.block-violet.block-landing .h2 {
    color: #fff;
}
.block-violet.block-landing .subtitle {
    color: rgba(255,255,255,.7);
}


.box-white {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 32px 128px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.025);
}
.checked-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.checked-list li {
    background: url("assets/img/list-check.svg") 0 0 no-repeat;
    background-size: 24px 24px;
    padding-left: 36px;
    min-height: 24px;
    font-size: 18px;
    font-weight: 500;
}

.checked-list-mini {
    width: 100%;
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checked-list-mini li {
    background: url("assets/img/list-check.svg") 0 0 no-repeat;
    background-size: 18px 18px;
    padding-left: 24px;
}

.starred-top,
.starred-bottom {
    position: relative;
    overflow: hidden;
}
.starred-top>*,
.starred-bottom>* {
    position: relative;
    z-index: 1;

}
.starred-top:before,
.starred-bottom:after {
    content: "";
    position: absolute;
    background: url("assets/img/stars-gradient.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 50%;
    height: 100%;
    z-index: 0;
}
.starred-top:before {
    top: 0;
    right: 0;
}
.starred-bottom:after {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
.tip {
    position: absolute;
    opacity: .5;
    width: 230px;
    text-align: center;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.tip:before{
    content: '';
    position: absolute;
    width: 115px;
    height: 71px;
    background: url(assets/img/tip-arrow.svg) 0 0 no-repeat;
    background-size: cover;
}
.tip-lbrt:before {
    right: 0;
    top: -71px;
}
.tip-rblt:before {
    left: 0;
    top: -71px;
    transform: scaleX(-1);
}
.tip-ltrb:before {
    right: 0;
    bottom: -71px;
    transform: scaleY(-1);
}
.tip-rtlb:before {
    left: 0;
    bottom: -71px;
    transform: scaleX(-1) scaleY(-1);
}



#nav {
    background: rgba(103, 70, 184, 1);
    position: fixed;
    top:0;
    width: 100%;
    height: 120px;
    z-index: 20;
    font-family: "Geologica", sans-serif;
    color: #fff;
    transition: box-shadow 0.5s ease;
}
#nav a {
    color: #fff;
}
#nav>* {
    height: 100%;
}
.nav-logo {
    display: block;
    width: 260px;
    background: url("assets/img/logo-desktop.svg") 50% 50% no-repeat;
    background-size: 100% auto;
}
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}
.nav-menu li {
    display: flex;
    align-items: center;
    height: 100%;
}
.nav-menu a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px;
    transition: all .25s ease-in;
    background: rgba(0,0,0,0);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0);
}
.nav-menu a:hover {
    background: rgba(0,0,0,.15);
    border-color: rgba(255,255,255,.15);
    box-shadow: inset 0 4px 16px rgba(0,0,0,.05);
}
.nav-contacts {
    gap: 20px;
    height: 100%;
    align-items: center;
}
.nav-contacts .phone {
    font-size: 20px;
    line-height: 1;
}
.nav-contacts .phone .num {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.nav-contacts .phone .time {
    font-size: 11px;
    font-weight: 300;
    opacity: .6;
}
.nav-scrolled {
    border-bottom: 1px dashed rgba(255,255,255,.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}




#welcome {
    padding-top: 140px;
}
.welcome-content {
    position: relative;
    color: #fff;
}
.welcome-ceo {
    position: absolute;
    right: -15%;
    top: 0;
    bottom: -7%;
    aspect-ratio: 1 / 1;
    background: url("assets/img/welcome-ceo.png") 0 0 no-repeat;
    background-size: cover;
}
.welcome-ceo .tip {
    top:0;
    left:65%;
}
#welcome h1 {
    text-transform: uppercase;
    font-size: 84px;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "Geologica", sans-serif;
}
.welcome-subtitle {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 60px;
    font-family: "Geologica", sans-serif;
}
.welcome-subtitle .highlight {
    color: #FFD857;
}
.welcome-video {
    position: relative;
}
.welcome-video-title {
    position: absolute;
    top:-20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-video-title h2 {
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .025);
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.welcome-video video {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 32px 128px rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.05);
}
.welcome-video .tip {
    left: -250px;
    top: 50%;
}
.welcome-cta {
    padding: 60px 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.cta-arrow {
    width: 62px;
    height: 8px;
    background: url("assets/img/cta-arrow.svg") 0 0 no-repeat;
    background-size: cover;
}
.cta-tip {
    font-size: 14px;
    font-weight: 300;
    opacity: .5;
}
.welcome-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
.welcome-features li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.welcome-features .icon {
    display: block;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.25);
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
    margin-bottom: 4px;
}
.welcome-features .feature-1 .icon {
    background-image: url("assets/img/feauture-1.svg");
    background-size: 64px 64px;
}
.welcome-features .feature-2 .icon {
    background-image: url("assets/img/feauture-2.svg");
    background-size: 84px 84px;
}
.welcome-features .feature-3 .icon {
    background-image: url("assets/img/feauture-3.svg");
    background-size: 64px 64px;
}
.welcome-features .feature-4 .icon {
    background-image: url("assets/img/feauture-4.svg");
    background-size: 64px 64px;
}

.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.service-list li {
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.service-list .icon {
    width: 120px;
    height: 100px;
    background-size: cover;
}
.service-list .title {
    font-size: 22px;
    font-family: "Geologica", sans-serif;
    color: #354857;
    font-weight: 500;
}
.service-list .desc {
    color: #838E98;
}
.service-list .service-1 .icon {
    background-image: url("assets/img/service-1.png");
}
.service-list .service-2 .icon {
    background-image: url("assets/img/service-2.png");
}
.service-list .service-3 .icon {
    background-image: url("assets/img/service-3.png");
}
.service-list .service-4 .icon {
    background-image: url("assets/img/service-4.png");
}
.service-list .service-5 .icon {
    background-image: url("assets/img/service-5.png");
}
.service-list .service-6 .icon {
    background-image: url("assets/img/service-6.png");
}
.service-list .service-7 .icon {
    background-image: url("assets/img/service-7.png");
}
.service-list .service-8 .icon {
    background-image: url("assets/img/service-8.png");
}
.service-cta {
    padding-top: 60px;
    text-align: center;
}



.scheme {
    display: flex;
    flex-direction: column;
    gap:8px;
    align-items: center;
    position: relative;
}
.scheme .icon {
    width: 345px;
    height: 200px;
    background-size: cover;
}
.scheme-fbo .icon {
    background-image: url("assets/img/scheme-fbo.png");
}
.scheme-fbo .tip {
    left: -250px;
    bottom: 25%;
}
.scheme-fbs .icon {
    background-image: url("assets/img/scheme-fbs.png");
}
.scheme-fbs .tip {
    right: -250px;
    top: 25%;
}
.scheme .title {
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    color: #354857;
    font-weight: 700;
    text-align: center;
}
.scheme .desc {
    color: #838E98;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}
.schemes .box-white {
    height: 100%;
}

.marketplaces {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.marketplace {
    width: 100px;
    height: 100px;
    background-size: cover;
    margin-bottom: 60px;
}
.marketplace-ozon {
    background-image: url("assets/img/marketplace-ozon.svg");
}
.marketplace-wb {
    background-image: url("assets/img/marketplace-wb.svg");
}
.marketplace-yandex {
    background-image: url("assets/img/marketplace-yandex.svg");
}
.marketplace-lemana {
    background-image: url("assets/img/marketplace-lemana.svg");
}

.scheme-cta {
    padding-top: 60px;
    text-align: center;
}
.prices-list {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.price {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.price .title {
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    color: #354857;
    font-weight: 700;
}
.price .list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.price .list li {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
}
.price .list li:last-child {
    border: none;
}
.price .price-values {
    display: flex;
    gap: 16px;
    text-wrap: nowrap;
    align-items: center;
}
.price .price-values .old {
    position: relative;
    color: #636379;
}
.price .price-values .old:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -10%;
    width: 120%;
    height: 2px;
    border-radius: 2px;
    background: #FF5226;
    transform: rotate(-25deg);
}
.price .price-values .current {
    font-weight: 700;
}
.prices-cta {
    padding-top: 60px;
    text-align: center;
}


.box-sale {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background: #FF6C47;
    background: linear-gradient(45deg, #FF6C47 0%, #E66C00 50%);
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 32px 128px rgba(0,0,0,.1);
    border: 1px solid rgba(255,255,255,.025);
    margin-top: 100px;
}
.box-sale .content {
    z-index: 1;
    width: auto;
    margin-top: 250px;
    margin-bottom: 90px;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0,0,0,.1);
    border: 1px solid rgba(255,255,255,.025);
    background: rgba(74, 6, 6, 0.7); /* полупрозрачный фон */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* для Safari */
    color: #fff;
    padding: 24px;
    text-align: center;
}
.box-sale .content .title {
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    font-weight: 700;
    padding-bottom: 8px;
}
.box-sale .content .desc {
    border-top: 1px solid rgba(255,255,255,.25);
    padding-top:12px;
}
.sale-img {
    position: absolute;
    z-index: 0;
    top: -100px;
    bottom: -60px;
    width: 100%;
    background: url("assets/img/sale-20.png") 50% 50% no-repeat;
    background-size:auto  100% ;
}
.sale-cta {
    padding-top: 60px;
    text-align: center;
}



.samples-comparison {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);

}
.sample {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.samples-comparison .sample:first-child .tip {
    left: -250px;
    bottom: 50%;
}
.samples-comparison .sample:last-child .tip {
    right: -250px;
    top: 50%;
}
.sample-img {
    text-align: center;
}
.sample-img img {
    height: 300px;
    width: auto;
}
.sample .title {
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    color: #354857;
    font-weight: 700;
    text-align: center;
}
.sample .desc {
    color: #838E98;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
}
.samples-cta {
    padding-top: 60px;
    text-align: center;
}
.about-ceo {
    text-align: center;
}
.about-ceo img {
    border-radius: 50%;
    width: 100px;
    height: auto;
    margin: 16px 0;
}
.about-ceo span {
    display: block;
    font-size: 14px;
    color: #888;
    font-style: italic;
}


.faq {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.faq-item {

}

.faq-question {
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

.faq-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;

    background: url("assets/img/spoiler-plus.svg") center / contain no-repeat;
}

.faq-item.is-open .faq-icon {
    background-image: url("assets/img/spoiler-minus.svg");
}

.faq-answer {
    display: none;
    padding: 0 0 16px;
}
.faq-answer {
    padding-top: 16px;
}
.box-answer {
     border: 1px solid #E4E4E4;
     border-radius: 16px;
     padding: 24px;
 }
.box-answer p:last-child {
    margin-bottom: 0;
}

.faq-cta {
    padding-top: 60px;
    text-align: center;
}

.contacts-map {
    border-radius: 16px;
    overflow: hidden;
}



.footer-contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.contact-list,
.contact-list a {
    color: rgba(255,255,255,.8) !important;
}
.law-info,
.law-info a {
    color: rgba(255,255,255,.5) !important;
    font-size: 14px;
}
.law-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-list {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-list li {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 36px;
    min-height: 24px;
}
.contact-list .contact-addr {
    background-image: url("assets/img/contact-pin-white.svg");
}
.contact-list .contact-phone {
    background-image: url("assets/img/contact-phone-white.svg");
}
.contact-list .contact-mail {
    background-image: url("assets/img/contact-mail-white.svg");
}




.modal {
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: rgba(0,0,0,.85);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index:90;
}
@keyframes modal-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.modal-visible {
    display: flex;
    animation: modal-show .75s ease-in-out;
}
.modal-main {
    width: 90%;
    max-width: 900px;
    max-height: 90%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: start;
    position: relative;
    padding: 48px;
}
.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("assets/img/modal-close.svg") 50% 50% no-repeat;
    background-size: 28px auto;
}
.modal-content {
    /*overflow-y: scroll;*/
    /*overflow-y: auto;*/
    width: 100%;
}
.modal-header {
    width: 100%;
}
.modal-header .title {
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    color: #354857;
    font-weight: 700;
    margin-bottom: 16px;
}
.modal-header .desc {
    color: #838E98;
    font-size: 16px;
    margin-bottom: 16px;
}

.form-submit.btn-yellow.btn-medium {
    border: none;
    border-spacing: 0;
    width: 100%;
}
.submitting .form-submit.btn-yellow.btn-medium {
    opacity: .25;
}
.form-submit-wrapper {
    position: relative;
    margin-bottom: 24px;
    margin-top: 8px;
}
.form-submit-wrapper p {
    margin: 0;
}
.form-submit-wrapper .wpcf7-spinner {
    position: absolute;
    top:50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
.form-agreement,
.form-agreement a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.modal input.wpcf7-form-control {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    text-align: center;
    border-radius: 8px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 24px;
    padding: 12px;
    font-size: 14px;
}
.modal form label {
    font-size: 12px;
    color: #666;
}
[data-name="acceptance-checkbox"] .wpcf7-list-item {
	margin: 0;
}

#home-about-gallery {
    --f-carousel-spacing: 24px;
    margin-bottom: 60px;
}
#home-about-gallery img {
    height: auto;
    width: 100%;
}
#home-about-gallery .f-carousel__slide {
    width: calc(100% / 6);
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .welcome-ceo {
        right: -22%;
    }
    .welcome-ceo .tip.tip-rtlb {
        top: 16%;
        left: 8%;
    }
    .welcome-ceo .tip:before {
        transform: scaleY(-1);
        left: 50%;
    }
    .welcome-video .tip {
        top: calc(100% + 20px);
        left: -75px;
    }
    .welcome-video .tip:before {
        transform: scaleY(-1) rotate(45deg) scale(80%);
        top: -75%;
        left: 70%;
    }
    .scheme-fbs .tip {
        right: 0;
        top: -185px;
    }
    .scheme-fbs .tip:before {
        left: -40%;
        top: 100%;
        transform: scaleX(-1) rotate(90deg);
    }
    .scheme-fbo .tip {
        left: 0;
        bottom: calc(100% + 110px);
    }
    .scheme-fbo .tip:before {
        right: -40%;
        transform:rotate(90deg);
    }
    .samples-comparison .sample:last-child .tip {
        right: -50px;
        top: -185px;
    }
    .samples-comparison .sample:last-child .tip:before {
        left: -40%;
        top: 100%;
        transform: scaleX(-1) rotate(90deg);
    }
    .samples-comparison .sample:first-child .tip {
        left: -50px;
        bottom: calc(100% + 110px);
    }
    .samples-comparison .sample:first-child .tip:before {
        right: -40%;
        transform:rotate(90deg);
    }
}

@media (max-width: 1400px) {
    .nav-logo {
        width: 240px;
    }

    #welcome h1 {
        font-size: 72px;
    }
    .welcome-ceo {
        right: -32%;
    }
    .welcome-ceo .tip.tip-rtlb {
        top: 13%;
        left: 14%;
    }
    .welcome-video .tip {
        top: calc(100% + 60px);
        left: -75px;
    }
    .welcome-video .tip:before {
        transform: rotate(120deg) scaleX(-1);
        top: -125%;
        left: 75%;
    }
}
@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }
    #welcome h1 {
        font-size: 94px;
    }
    .tip,
    .cta-tip,
    .cta-arrow {
        display: none;
    }
    .welcome-ceo {
        right: -42%;
        top: 15%;
    }
    .welcome-video {
        margin-bottom: 40px;
    }
    .welcome-features {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .welcome-features li {
        flex-direction: row;
    }
    .welcome-features .icon {
        width: 40px;
        height: 40px;
        background-size: 28px !important;
        border-radius: 8px;
    }
    .nav-menu a {
        font-size: 16px;
        padding: 5px 10px;
    }
    .nav-logo {
        width: 200px;
    }
    .block-landing h2, .block-landing .h2 {
        font-size: 42px;
    }
    .block-landing .subtitle {
        font-size: 24px;
    }
    .service-list .title {
        font-size: 18px;
    }
    .service-list .desc {
        font-size: 12px;
    }
    .marketplace {
        width: 60px;
        height: 60px;
    }
    .scheme .title {
        font-size: 24px;
    }
    .scheme .desc {
        font-size: 12px;
    }
    .price .title {
        font-size: 24px;
    }
    .price .list li {
        font-size: 14px;
    }
    .box-sale .content .title {
        font-size: 24px;
    }
    .sample .title {
        font-size: 24px;
    }
    .faq-question {
        font-size: 18px;
    }
    .contact-list {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    #nav {
        height: 60px;
    }
    .nav-logo {
        background-image: url("assets/img/logo-mobile.svg");
        width: 40px;
    }
    .nav-menu {
        display: none !important;
    }
    .nav-contacts {
        gap: 10px;
    }
    #welcome {
        padding-top: 80px;
    }
    #welcome h1 {
        font-size: 74px;
    }
    .welcome-subtitle {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .welcome-ceo {
        right: -39%;
        top: 33%;
    }
    .service-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-sale {
        padding: 24px;
        margin-top: 100px;
    }
    .box-sale .content {
        margin-top: 150px;
        margin-bottom: 50px;
        padding: 24px;
    }
    .sale-img {
        top: -100px;
        bottom: -60px;
        width: 100%;
        background-size: auto 100%;
    }
    .samples-comparison {
        grid-template-columns: repeat(1, 1fr);
    }
    #home-about-gallery {
        --f-carousel-spacing: 16px;
        margin-bottom: 30px;
    }
    #home-about-gallery .f-carousel__slide {
        width: calc(100% / 3);
        border-radius: 16px;
    }
}
@media (max-width: 767px) {
    .btn-yellow.btn-medium {
        display: block;
        width: 100%;
        padding: 16px 0;
        font-size: 16px;
        text-align: center;
    }
    .box-white {
        padding: 16px;
        box-shadow: 0 16px 64px rgba(0, 0, 0, .1);
    }
    .scheme-cta,
    .samples-cta,
    .prices-cta,
    .faq-cta,
    .sale-cta,
    .service-cta {
        padding-top: 32px;
    }
    .block-landing {
        padding: 32px 0;
    }
    .block-landing h2, .block-landing .h2 {
        font-size: 32px;
    }
    .block-landing .subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .checked-list {
        gap: 12px;
    }
    .checked-list li {
        font-size: 16px;
        background-size: 18px 18px;
        padding-left: 32px;
    }
    #welcome {
        padding-top: 76px;
    }
    #welcome h1 {
        font-size: 34px;
    }
    .welcome-subtitle {
        font-size: 16px;
        margin-bottom: 42px;
    }
    .welcome-ceo {
        display: none;
    }
    .welcome-video {
        margin-bottom: 16px;
    }
    .welcome-features {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        font-size: 14px;
        text-align: left;
    }
    .welcome-features li {

    }
    .welcome-features .icon {
        flex: 0 0 50px;
        height: 50px;
        background-size: 28px !important;
        border-radius: 8px;
    }
    .welcome-cta {
        padding: 32px 0;
    }
    .service-list {
        gap:8px;
    }
    .service-list li {
        padding: 12px;
        border-radius: 8px;
    }
    .service-list .icon {
        width: 60px;
        height: 50px;
    }
    .marketplaces {
        gap: 16px;
    }
    .marketplace {
        margin-bottom: 32px;
    }
    .schemes>div:first-child {
        margin-bottom: 16px;
    }
    .scheme .icon {
        width: 100%;
        height: 100px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .prices-list {
        gap: 16px;
    }
    .price {
        gap: 8px;
    }
    .price .list li {
        padding: 8px 0;
    }

    .box-sale {
        padding: 16px;
        aspect-ratio: 1/1;
        position: relative;
        margin-top: 0;
        box-shadow: 0 16px 64px rgba(0, 0, 0, .1);
    }
    .box-sale .content {
        margin: 128px 0 0 0;
    }
    .box-sale .content .title {
        font-size:18px;
    }
    .box-sale .content .desc {
        font-size:14rpx;
    }
    .sale-img {
        top: -10%;
        bottom: 0;
        width: 150%;
        background-size: 100% auto;
        background-position: 50% 0;
    }
    #home-about-gallery {
        --f-carousel-spacing: 8px;
        margin-bottom: 32px;
    }
    #home-about-gallery .f-carousel__slide {
        width: calc(100% / 2);
        border-radius: 8px;
    }
    .faq {
        gap: 8px;
    }
    .faq-question {
        border-radius: 8px;
        padding: 12px;
        gap: 8px;
        font-size: 16px;
    }
    .faq-icon {
        width: 16px;
        height: 16px;
    }
    .box-answer {
        border-radius: 8px;
        padding: 12px;
    }

    #contacts .content {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }
    .law-info {
        padding-top: 32px;
    }

    .modal-header .title {
        font-size: 24px;
        margin-bottom: 16px;
        padding-right: 32px;
    }
    .modal-header .desc {
        font-size: 14px;
        margin-bottom: 16px;
    }
}


