*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
[v-cloak] {
    display: none;
}
.clearfix:after {
    clear: both;
}
a.balance-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #FFAF55;
    font-weight: 700;
    border: 2px solid #FFAF55;
    border-radius: 100px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
button.btn.btn-primary.btn-full:disabled {
    background: #F4A460;
    cursor: no-drop;
}
.header .container {
    max-width: 1420px;
}
nav.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.blog-content a:hover {
    text-decoration: none;
}
a.blog__cat {
    text-decoration: none;
    color: #000;
}
.text-page__banner {
    margin-bottom: 20px;
}
.modal-content {
    border: none;
}
a.up_button.show {
    display: none;
}
.faq-header h3 {
    display: flex;
    align-items: center;
}


@font-face {
    font-family: 'Druk Wide Cyr';
    src: url('/fonts/druktextwidecyr-medium.woff2') format('woff2'),
         url('/fonts/druktextwidecyr-medium.woff') format('woff'),
         url('/fonts/druktextwidecyr-medium.ttf') format('truetype'),
         url('/fonts/druktextwidecyr-medium.eot') format('embedded-opentype'),
         url('/fonts/druktextwidecyr-medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Подключение Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* Базовые стили для body */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin: 0;
}
section.hero{
    margin-top: 0;
    margin-bottom: 0;
}
section {
    margin-top: 0;
    margin-bottom: 0;
}
.nav-item.dropdown {
    position: relative;
}
.nav-item {
    padding: 3px 9px;
}
a.logo {
    margin-right: 13px;
}
.nav-item.dropdown:hover .dropdown-arrow{
    filter: invert(1);
}
a.dropdown-link:hover {
    color: #fff;
    text-decoration: none;
}
a.dropdown-link:hover img{
    filter: invert(1);
}
a.service-btn:hover{
    text-decoration: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1000;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-link {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
}

.dropdown-link:hover {
    background-color: #404040;
}

/* Features Section */
.features {
    padding: 80px 0;
}
.quick-order h2 {
    margin-top: 0;
    font-size: 35px;
}

/* Quick Order Form */
.quick-order {
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background:  #F3F3F3;
}

.section-title {
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 700;
}

.order-form .form-group {
    margin-bottom: 20px;
}

.order-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: #fff;
    cursor: pointer;
}

.form-info {
    margin: 30px 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.info-text {
    color: #404040;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    white-space: pre-line;
    word-wrap: break-word;
}
img.info-icon {
    position: relative;
    top: 6px;
}
.form-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px dashed var(--orange, #FFAF55);
    height: 60px;
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 18px;
}
span.total-price {
    font-family: 'Druk Wide Cyr', sans-serif;
}



.total-price {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.btn-full {
    width: 100%;
    padding: 16px;
    font-size: 16px;
}

/* Advantages Section */
.advantages {
    padding: 40px 0 0px 40px;
}

.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.advantage-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.advantage-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon img {
 
    width: 100%;
}

.advantage-content h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.advantage-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .advantages {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }
    
    .quick-order {
        padding: 24px;
    }
    
    .advantage-item {
        gap: 16px;
    }
    
    .advantage-icon {
        width: 40px;
        height: 40px;
    }
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.btn-primary {
    background: #F4A460;
    color: #fff;
    min-width: 254px;
    height: 60px;
    font-weight: 700;
}

.btn-primary:hover {
    background: #E8945A;
}

/* Header Styles */
.header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    border-radius: 10px;
    align-items: center;
}
.nav-item a {
    width: 100%;
    height: 100%;
}
.nav-item.nav-item--vk:hover{
    border-radius: 10px;
    background: #58A0F2;
    color: #fff;
}

.nav-item.nav-item--insta:hover{
    border-radius: 10px;
    background: var(--Linear, linear-gradient(237deg, #A831BF -1.36%, #F14C59 52.87%, #FFBC4F 104.89%));
}

.nav-item.nav-item--telegram:hover{
    border-radius: 10px;
    background: #3DB0EC;
}

.nav-item.nav-item--youtube:hover{
    border-radius: 10px;
    background: #F95B5B;
}

.nav-item.nav-item--tiktok:hover{
    border-radius: 10px;
    background: #404040;
}

.nav-item.nav-item--reviews:hover{
    border-radius: 10px;
    background: #FFAF55;
}

.nav-item.nav-item--blog:hover{
    border-radius: 10px;
    background: #FFAF55;
}
.nav-item:hover > a{
    color: #fff;
}
.nav-item:hover > a svg path{
    fill: #fff;
}
a.dropdown-link {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #F3F3F3;
}
a.dropdown-link:last-child {
    border-bottom: none;
}   
.nav-link {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-arrow {
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.profile-btn {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-btn img {
   width: 100%;
}

/* Hero Section */
.hero {
    padding: 50px 0;
    text-align: center;
    background: url('/images/main-bg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}


/* Обеспечиваем контент поверх затемнения */
.hero .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;

    margin: 0 auto 15px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
    margin: 0 auto 40px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn {
    padding: 16px 32px;
    font-size: 16px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-secondary {
    background: #fff;
    color: #333;
    border: 1px solid #E5E7EB;
}

.btn-secondary:hover {
    background: #F9FAFB;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .nav-menu {
        gap: 24px;
    }
    
    .hero-title {
        font-size: 40px;
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none; /* Здесь нужно будет добавить мобильное меню */
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        padding: 0 24px;
    }
    
    .hero-buttons {
        flex-direction: column;
        padding: 0 24px;
    }
    
    .btn {
        width: 100%;
    }
}

/* Stats Section */
.stats-bg {
    background: #F4A460;
    padding: 60px 0;
    border-radius: 100px 100px 0 0  ;
    background: url(/images/counters-bg.svg);
    background-size: cover;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    color: #fff;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #404040;
}

.stat-label {
    font-size: 18px;
    opacity: 0.9;
    color: #404040;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    border-radius: 100px 100px 0 0  ;
}

.reviews-slider {
    margin: 40px 0;
}

.review-card {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.review-service span {
    color: #969696;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.review-author {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Druk Wide Cyr', sans-serif;
}

.review-rating {
    display: flex;
    gap: 2px;
}
button.btn.btn-primary.btn-full {
    max-width: 100%!important;
    width: 100%!important;
    display: block;
    min-width: 100%;
}
.review-rating img {
    width: 16px;
    height: 16px;
}
.only-mobile{
    display: none;
}
.review-text {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 50px;
}

.review-service {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #404040;
    font-size: 14px;
    padding-top: 30px;
    border-top: 1px solid #E7E7E7;
}

.review-service img {
    width: 16px;
    height: 16px;
}

.reviews-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.reviews-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-number {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.rating-label {
    color: #404040;
}

.reviews-navigation {
    display: flex;
    gap: 16px;
}

.nav-prev,
.nav-next {
    width: 48px;
    height: 48px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-prev:hover,
.nav-next:hover {
    background: #F9FAFB;
}

/* Swiper Customization */
.swiper-slide {
    height: auto;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .reviews-footer {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .reviews-rating {
        justify-content: center;
    }
}

/* How to Start Section */
.how-to-start {
    border-radius: 100px 100px 0 0;
    padding: 80px 0;
    text-align: center;
    background: #F9FAFB;
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin: 48px 0;
}

.step {
    text-align: center;
}

.step-image {
    height: 200px;
}

.step-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.how-to-start h2.section-title {
    font-size: 50px;
    margin-top: 0;
}
.step h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.step-arrow {
    width: 24px;
    height: 24px;
}

.step-arrow img {
    width: 100%;
    height: 100%;
}

.start-action {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.features-paid h2.section-title {
    text-align: left;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
}

.faq-list {
    margin: 48px auto 0;
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    background: #F9FAFB;
}

.faq-item.active .faq-header {
    background: #F4A460;
    color: #fff;
}

.faq-header h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.faq-toggle {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.faq-content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    /* transition: all 0.3s ease; */
}

.faq-item.active .faq-content {
    background: #f4a361;
    padding: 24px;
    max-height: 1000px;
    color: #fff;
    padding-top: 0;
}
.faq-content p {
 margin-top: 0;
}
@media (max-width: 768px) {
    .steps {
        flex-direction: column;
        gap: 24px;
    }
    
    .step-arrow {
        transform: rotate(90deg);
    }
    
    .step-image {
        width: 120px;
        height: 120px;
    }
}

/* Typography */
h1, h2, h3, .hero-title, .section-title, .stat-number {
    font-family: 'Druk Wide Cyr', sans-serif;
}
 

/* Обновляем стили для параграфов и других текстовых элементов */
p, 
.nav-link,
.dropdown-link,
.btn,
.form-select,
.info-text,
.advantage-content p,
.service-item p,
.blog-content p,
.section-description,
.feature-item p,
.faq-content p,
.blog-meta,
label,
.total-price,
.stat-label {
    font-family: 'Roboto', sans-serif;
}

/* Adjust specific title styles */
.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.advantage-content h3 {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #333;
}

.service-header span {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.service-header {
    text-align: center;
    justify-content: center;
}

.faq-header h3 {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.service-item h3 {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.benefit-item h3 {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    line-height: 1.4;
}
.blog-content {
    padding-bottom: 50px;
}
a.blog-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 40px;
}
.blog .swiper-slide {
    height: auto;
}
.blog-content {
    height: 100%; 
    position: relative;
}
.blog-meta {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 30px);
}
.blog-content h3 {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333;
    margin-bottom: 12px;
    margin-top: 0;
}

.blog-meta {
    padding-top: 15px;
    border-top: 1px solid #E7E7E7;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .advantage-content h3,
    .service-item h3 {
        font-size: 18px;
    }
    
    .service-header span,
    .faq-header h3,
    .blog-content h3 {
        font-size: 16px;
    }
    
    .benefit-item h3 {
        font-size: 14px;
    }
}

/* Swiper Navigation Styles */
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.swiper-button-disabled:hover {
    background: #fff !important;
}

/* Features Paid Section */
.features-paid {
    padding: 80px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: 558px 1fr;
    gap: 20px;
}

.feature-items {
    margin-top: 40px;
}

.feature-item {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-number {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    flex-shrink: 0;
}
.feature-number img {
    margin-right: 10px;
}

.feature-item p {
    font-size: 19px;
    line-height: 1.5;
    color: #404040;
    margin: 0;
}

.features-action {
    margin-top: 40px;
}

/* Services List */
.service-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.service-item__top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.service-icon {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item__top h3{
    margin-top: 0;
    margin-bottom: 0;
}

.service-icon img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}

.service-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    margin: 0;
}

@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .service-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .feature-item {
        flex-direction: column;
        gap: 12px;
    }
}

/* All Services Section */
.all-services {
    padding: 80px 0;
    background: #fff;
}
section.all-services h2 {
    font-size: 50px;
    text-align: center;
    margin-top: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px;
}
.services-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 30px;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.service-logo {
    width: 24px;
    height: 24px;
}

.service-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.services-grid--three .service-btn:nth-child(3) {
    grid-column: 1 / -1; /* Занимает все колонки от первой до последней */
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #F9FAFB;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    height: 87px;
    transition: all 0.3s ease;
}

.service-btn img {
    width: 20px;
    height: 20px;
}

.service-btn:hover,
.service-btn.active {
    background: #333;
    color: #fff;
}

.service-btn:hover img,
.service-btn.active img {
    filter: brightness(0) invert(1);
}

/* Why Boost Section */
.why-boost {
    padding-bottom: 80px;
}

.section-description {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #404040;
    margin: 24px auto 48px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.benefit-item {
    text-align: center;
}

.benefit-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {  

    
    .section-description {
        font-size: 16px;
        padding: 0 24px;
    }
}

/* Blog Section */
.blog {
    padding: 80px 0;
    background: #F9FAFB;
}

.blog-slider {
    margin: 40px 0;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;  
    border-radius: 15px;
}
.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;  
    border-radius: 15px;
}

.blog-content {
    padding: 15px;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 16px;
}

.blog-meta {
    display: flex;
    gap: 16px;
    color: #969696;
    font-size: 14px;
    justify-content: space-between;
}

.blog-date,
.blog-platform {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-meta img {
    width: 16px;
    height: 16px;
}

.blog-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: relative;
}
.blog-navigation {
    position: absolute;
    right: 0;
}

.blog-navigation {
    display: flex;
    gap: 16px;
}

.blog-prev,
.blog-next {
    width: 48px;
    height: 48px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Free Boost Section */
.free-boost {
    background: #F9FAFB;
    padding-bottom: 80px;
}

.boost-wrapper {
    background: #333;
    border-radius: 24px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 558px;
    gap: 40px;
    color: #fff;
}

.boost-content {
    position: relative;
}

.boost-content .section-title {
    color: #fff;
    margin-bottom: 16px;
}

.boost-description {
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 32px;
}

.boost-illustration {
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 300px;
}

.boost-illustration img {
    width: 100%;
    height: auto;
}

.boost-form {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .boost-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px;
    }

    .boost-illustration {
        position: static;
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .blog-footer {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .blog-navigation {
        justify-content: center;
    }
}

/* Footer Styles */
.footer {
    background: #333;
    padding: 48px 0 32px;
    color: #fff;
    border-radius: 100px 100px 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-logo img {
    height: 40px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-nav-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-links .footer-link {
    color: rgba(255, 255, 255, 0.50);
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 1;
}

.footer-link img {
    width: 20px;
    height: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid #555;
    padding-top: 50px;
}
.footer-copyright {
    font-size: 14px;
    opacity: 0.6;
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-payments img {
    height: 24px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-payments img:hover {
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 32px 0 24px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        gap: 16px;
    }

    .footer-payments {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Icon Styles */
.nav-icon {
    display: none;
}

.nav-item:not(.dropdown) .nav-icon {
    display: block;
    width: 26px;
    height: 26px;
}

.nav-link::after {
    display: none;
}

.main-bg {
    background-image: url('/images/main-bg.jpg');
    background-size: cover;
    background-position: center;
}

.quick-order__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #404040;
    margin-bottom: 12px;
}
.quick-order__select-value {
    height: 60px;
    padding: 0 30px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    position: relative;
}
.quick-order__select-value img{
    z-index: 1;
}
.quick-order__select-value span{
    z-index: 1;
}
.review-form__submit-wrap {
    justify-content: center;
    display: flex;
    align-items: center;
}
.review-form__submit-wrap .btn {
   max-width: 217px;
}
.quick-order__select-value::before {
    content: '';
    position: absolute;
    top: 42%;
    right: 10%;
    width: 20px;
    height: 14px;
    background-image: url('/images/arrow_down.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.quick-order__form-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 12px;
}
.advantages h2 {
    margin-top: 0;
    font-size: 35px;
}
.orange-bg {
    background: #ffaf55;
}
.reviews {
    padding: 80px 0;
    border-radius: 100px 100px 0 0;
    background: #fff;
}
section.reviews h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}
.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grey-white {
    background: #fff;
}
.grey-bg {
    background: #F9FAFB;
}
.faq h2.section-title {
    margin-top: 0;
    font-size: 50px;
    text-align: center;
}
section.faq {
    border-radius: 100px 100px 0 0;
    background: #fff;
}
section.features-paid {
    background: #f9fafb;
}
section.features-paid .section-title {
    font-size: 35px;
    margin-top: 0;
}
.features-list {
    border-radius: 20px;
    background: #fff;
    padding: 40px;
}
.features-action a {
    width: 100%;
    text-align: center;
}
.services-list {
    border-radius: 20px;
    padding: 40px;
}
section.why-boost h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 0;
}
section.blog h2 {
    font-size: 50px;
    text-align: center;
    margin-top: 0;
}
.boost-form .quick-order__select-value {
    background: #F3F3F3;
    color: #404040;
}
.boost-form__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}
.boost-form__wrap .quick-order__form-group:nth-child(3) {
    grid-column: 1 / -1;
    margin-bottom: 30px;
    margin-top: 10px;
}
input.quick-order__input {
    background: none;
    width: 100%;
    height: 60px;
    background: #F3F3F3;
    color: #404040;
    padding-left: 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}
.boost-form .quick-order__select-value {
    font-size: 16px;
}
.footer-contacts {
    margin-top: 30px;
    margin-bottom: 30px;
}
.reviews__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.reviews__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews-count {
    white-space: nowrap;
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}
.fast-order-info{
    margin-top: 15px;
}
@media (max-width: 991px) {
    section.uslugi {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    header .nav .nav-item{
        border:none;
    }
    header .nav-item.dropdown::before{
        display: none;
    }
    .nav-balance a svg{
        display: none!important;
    }
    a.balance-link {
        padding: 5px 10px;
        font-size: 13px;
    }
    .hero-title{
        font-size: 25px;
    }
    .btn {
        height: 55px;
        width: 100%;
        font-size: 14px;
    }
    form.order-form .btn {
        padding: 0;
    }
    .hero-subtitle{
        margin-bottom: 20px;
    }
    .hero-buttons, .hero-subtitle{
        padding-left: 0;
        padding-right: 0;
    }
    .quick-order h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .quick-order__form-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .advantages h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .stats-bg {
        padding-top: 40px;
        border-radius: 30px 30px 0 0!important;
        background-image: none;
        background: #F4A460;
    }
    section.reviews {
        border-radius: 30px 30px 0 0;
    }
    .orange-bg {
        background: #f4a361;
    }
    section.reviews h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    section.reviews {
        padding-top: 20px;
    }
    .reviews-slider {
        padding: 15px;
    }
    span.rating-label {
        font-size: 14px;
    }
    .reviews-footer {
        position: relative;
    }
    .reviews-rating {
        width: 100%;
        text-align: left;
        justify-content: unset;
    }
    .reviews-navigation {
        position: absolute;
        right: 10px;
        top: -10px;
    }
    section.how-to-start {
        border-radius: 30px 30px 0 0;
        padding-top: 30px;
    }
    .how-to-start h2.section-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .step-image {
        width: 180px;
        height: auto;
    }
    .start-action {
        padding: 0 15%;
    }
    .start-action .btn {
       min-width: auto;
    }
    section.faq {
        border-radius: 30px 30px 0 0;
        background: #fff;
        padding-top: 30px;
    }
    .faq h2.section-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    section.features-paid .section-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
    section.features-paid {
        padding-top: 21px;
        border-radius: 16px;
    }
    .features-list{
        padding: 20px;
    }
    .feature-item p{
        font-size: 16px;
    }
    .services-list{
        padding: 20px;
    }   
    section.features-paid{
        padding-bottom: 20px;
    }
    section.all-services h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .all-services{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.why-boost h2{
        font-size: 20px;
    }
    .benefit-item h3 {
        font-size: 14px;
    }
    section.blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.blog h2 {
        border-radius: 30px 30px 0 0;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .blog-navigation {
        position: relative;
        order: 1;
    }
    .blog-footer > a{
        order: 2;
    }
    .boost-illustration img{
        display: none;
    }
    .boost-wrapper {
        display: flex;
        flex-direction: column;
    }
    .boost-wrapper {
        gap: 0;
    }
    .boost-form__wrap {
        grid-template-columns: 1fr;
    }
    .boost-form {
        padding: 20px;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-contacts {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .footer-right {
        display: none;
    }
    .footer-links {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .footer-bottom {
        padding-top: 25px;
        margin-top: 25px;
    }
    .footer-payments img {
        width: 100%;
        height: auto;
    }
    footer.footer {
        border-radius: 30px 30px 0 0;
    }
}

.review-form {
    padding: 80px 0;
    background: #F3F3F3;
    border-radius: 20px;
}

.review-form__content {
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}

.review-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.review-form__row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.review-form__group {
    margin-bottom: 20px;
}

.review-form__label {
    display: block;
    font-size: 14px;
    color: #404040;
    margin-bottom: 12px;
}

.review-form__input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 10px;
    border: none;
    background: #F3F3F3;
    font-size: 16px;
    color: #404040;
}

.review-form__textarea {
    width: 100%;
    height: 120px;
    padding: 20px 30px;
    border-radius: 10px;
    border: none;
    background: #F3F3F3;
    font-size: 16px;
    color: #404040;
    resize: none;
}

.review-form__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-form__stars {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

.review-form__star-input {
    display: none;
}

.review-form__star {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-image: url('/images/star-empty.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.review-form__star-input:checked ~ .review-form__star,
.review-form__star:hover,
.review-form__star:hover ~ .review-form__star {
    background-image: url('/images/star-filled.svg');
}

.review-form__star:hover {
    transform: scale(1.1);
}

.review-form__submit {
    width: 100%;
    margin-top: 20px;

}
.section-title{
    font-size: 50px;
    text-align: center;
    margin-top: 0;
}
.blog__cats {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.blog__cat {
    height: 60px;
    border-radius: 10px;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 38px;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}
.blog__cat.active{
    background: #404040;
    color: #fff;
}
.blog__cat img {
    height: 20px;
}
.blog__cats {
    margin-bottom: 20px;
}
.blog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.blog__grid .blog-card {
    background: #F3F3F3;
}
.text-center{
    text-align: center;
}
.section-subtitle{
    font-size: 20px;
}
.hero__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    gap: 12px;
}
.hero__contact img {
    height: 25px;
    margin-bottom: 14px;
}
.hero__contact {
    display: flex;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
}
.hero__contact {
    font-size: 20px;
    font-family: 'Druk Wide Cyr', sans-serif;
}
section.contacts-form {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.contacts-form h2 {
    margin-bottom: 10px;
}
.review-form--contacts {
    padding: 30px;
    background: #F3F3F3;
}

.review-form--contacts .review-form__row {
    grid-template-columns: 1fr 1fr;
}
.review-form--contacts {
    padding: 30px;
    background: #F3F3F3;
}
.review-form--contacts .review-form__input {
    background: #fff;
}
.review-form--contacts .review-form__textarea {
    background: #fff;
}
.politic .faq-item.active .faq-header {
    background: #F3F3F3;
    color: #404040;
}
.politic .faq-item.active .faq-content{
    color: #404040;
    background: #F3F3F3;
}
.faq-header__count {
    display: inline-block;
    border: 10px;
    border-radius: 100px;
    background: #FFAF55;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 9px;
}
.api {
    padding: 80px 0;
}

.api-block {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 24px;
}

.api-block__title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0;
    color: #404040;
}
.api-block__code {
    border-radius: 20px;
    border: 2px solid #F3F3F3;
    background: #fff;
    font-size: 14px;
    color: #F95B5B;
    margin-bottom: 50px;
}

.api-block__grid {
    display: grid;
    gap: 24px;
    margin-bottom: 32px;
}

.api-block__item {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 24px;
}

.api-block__label {
    font-size: 16px;
    color: #969696;
    font-weight: 500;
}
.api-block__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}

.api-block__text {
    font-size: 16px;
    color: #404040;
}

.api-block__example {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.api-block__btn {
    align-self: center;
    /* max-width: 217px; */
}
.api-block__code.api-block__code--json {
    margin-top: 15px;
}
.api-block__code {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    font-family: monospace;
    overflow-x: auto;
}

.api-block__code--json {
    white-space: pre;
}
.api-block__wrap {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}
section.page-section {
    margin-top: 50px;
}
.boost-content .section-title {
    font-size: 32px;
    text-align: left;
}
@media (max-width: 991px) {
    p.review-text {
        min-height: auto!important;
    }
    a.profile-btn {
        position: absolute;
        top: 6px;
        right: 70px;
    }
    .api {
        padding: 40px 0;
    }

    .api-block {
        padding: 20px;
    }

    .api-block__item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .api-block__title {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .review-form {
        padding: 40px 0;
    }

    .review-form__content {
        padding: 20px;
    }

    .review-form__row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .reviews__grid {
        grid-template-columns: 1fr;
    }
    .review-form__row-two {
        grid-template-columns: 1fr;
    }
    h2.section-title {
        font-size: 25px;
    }
    .blog__grid {
        grid-template-columns: 1fr;
    }   
    .blog__cat {
        padding: 0 20px;
    }
    .blog__cats {
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
    }
    .review-form--contacts .review-form__row {
        grid-template-columns: 1fr;
    }
    .review-form--contacts .review-form__submit-wrap {
        text-align: center;
    }   
    .hero__contacts {
        grid-template-columns: 1fr;
    }
    .api-block__wrap {
        grid-template-columns: 1fr;
    }
}



.modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 460px;
    width: 90%;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.modal-close img {
    width: 100%;
    height: 100%;
}

.modal-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

/* Стили формы */
.modal-form__group {
    margin-bottom: 20px;
    position: relative;
}

.modal-form__label {
    display: block;
    font-size: 14px;
    color: #404040;
    margin-bottom: 12px;
}

.required {
    color: #F95B5B;
}

.modal-form__input-wrap {
    position: relative;
}

.modal-form__input {
    width: 100%;
    height: 60px;
    padding: 0 140px 0 30px; /* Увеличиваем правый padding для кнопки */
    border-radius: 10px;
    border: none;
    background: #F3F3F3;
    font-size: 16px;
    color: #404040;
}

.forgot-password {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #969696;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .modal-form__input {
        padding-right: 120px; /* Уменьшаем padding для мобильных */
    }
    
    .forgot-password {
        right: 20px;
        font-size: 12px;
    }
}

/* Социальные кнопки */
.modal-form__socials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 30px 0;
}

.social-btn {
    height: 60px;
    border-radius: 10px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.social-btn img {
    height: 20px;
    width: auto;
}
header.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
}
@media (min-width: 991px) {
    section.hero {
        margin-top: 70px!important;
    }
}
.social-btn:hover {
    background: #E5E5E5;
}
a.btn.btn-primary.btn-clear-box {
    background: #f4a46000;
    color: #F4A460;
    border: 4px solid #F4A460;
}
/* Футер формы */
.modal-form__footer {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #404040;
    background: #F3F3F3;
    padding: 10px 0;
    border-radius: 10px; 
    width: 100%;   
    height: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-link,
.login-link {
    color: #FFAF55;
    text-decoration: none;
    margin-left: 5px;
}

.register-link:hover,
.login-link:hover {
    text-decoration: underline;
}

/* Адаптив */
@media (max-width: 768px) {
    .modal-container {
        padding: 20px;
    }
    
    .modal-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .modal-form__socials {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Стили для ссылки возврата к авторизации */
.back-to-login {
    color: #404040;
    text-decoration: none;
    font-size: 16px;
}

.back-to-login:hover {
    text-decoration: underline;
}

/* Стили для страницы 404 */
.error-404 {
    padding: 80px 0;
    text-align: center;
    background: url('images/404_bg.svg') no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 80px); /* Вычитаем высоту шапки */
    display: flex;
    align-items: center;
}

.error-404__content {
    
    margin: 0 auto;
 
    padding: 40px;
}

.error-404__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.error-404__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
    color: #404040;
    margin-top: 0;
}

.error-404__text {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 10px;
}

.error-404__subtext {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 30px;
}

.error-404__btn {
    margin-bottom: 40px;
}

.error-404__socials {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 0 auto;
}

.error-404__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: #404040;
    transition: transform 0.3s ease;
}

.error-404__social:hover {
    transform: translateY(-5px);
}

.error-404__social img {
    height: 24px;
    width: auto;
}

.error-404__social span {
    font-size: 20px;
    font-family: 'Druk Wide Cyr', sans-serif;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .error-404 {
        padding: 40px 0;
        min-height: calc(100vh - 60px); /* Меньшая высота для мобильных */
    }

    .error-404__title {
        font-size: 25px;
    }

    .error-404__socials {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .error-404__social {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .error-404__socials {
        grid-template-columns: 1fr;
    }
}
.hero__tag-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #969696;
}
.hero__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
img.hero__tag-img {
    height: 20px;
    width: auto;
}
.hero__tags {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 20px;
}
h2.text-page__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
}
.text-page h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
}
.text-page__wrap {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}
.text-page__banner {
    width: 100%;
}
.text-page__banner img{
    width: 100%;
}

.text-page p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.text-page__info {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 10px;
}
.text-page__info-count {
    border-radius: 100%;
    background: #FFAF55;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-family: 'Druk Wide Cyr', sans-serif;
}
.text-page__info {
    margin-bottom: 10px;
    margin-top: 10px;
}
.share__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.share__wrap {
    background: #F3F3F3;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 10px;
}
.share__socs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.share__soc {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
section.uslugi {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F3F3F3;
    margin-top: 50px;
}
.uslugi__item-title {
    margin-bottom: 20px;
}
.advantages h2.section-title {
    text-align: left;
}
section.uslugi.uslugi--white {
    background: #fff;
    padding-top: 20px;
}
section.uslugi.uslugi--white .uslugi__cat:not(.active) {
    background: #F3F3F3;
}
section.uslugi.uslugi--white .uslugi__item {
    background: #F3F3F3;
}
section.uslugi.uslugi--white select.uslugi__item-select{
    background: #fff;
}
.gray-reviews section.reviews {
    background: #F3F3F3;
}
.gray-reviews .review-card{
    background: #fff;
}
li .text-page__info-count {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
.share__title {
    font-family: "Druk Wide Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
section.uslugi h2 {
    font-size: 50px;
    margin-top: 0;
}
.uslugi__cats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.uslugi__cat {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 180px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.uslugi__cat.active {
    background: #404040;
    color: #fff;
}
.uslugi__cat.active svg path {
    fill: #fff;
}
.uslugi__item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.uslugi__item-title {
    color: #404040;
    font-family: "Druk Wide Cyr";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.uslugi__item-select-label {
    margin-bottom: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
select.uslugi__item-select {
    padding: 0 30px;
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 10px;
    background: #F3F3F3;
    border: none;
    font-size: 18px;
}
.uslugi__item-price {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 10px;
    border: 1px dashed #FFAF55;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Druk Wide Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.uslugi__item-buy {
    width: 100%;
    margin-top: 20px;
}
.swiper.uslugi__slider {
    margin-top: 24px;
}
.uslugi-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
}
.uslugi-navigation button {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .hero__tags {
        flex-direction: column;
        gap: 10px;
    }
    .uslugi__cats {
        overflow: scroll;
        padding-bottom: 20px;
    }
    .uslugi__cat {
        padding-left: 20px;
        padding-right: 20px;
    }
    .share__wrap {
        flex-direction: column;
        gap: 20px;
    }
    .uslugi__cat {
        width: 100%;
    }
}

/* Секция сравнения */
.comparison {
    padding: 80px 0;
}

.comparison__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.comparison__card {
    padding: 40px;
    border-radius: 20px;
}

.comparison__card--green {
    background: rgba(82, 198, 72, 0.10);
    border: 1px solid rgba(80, 200, 120, 0.1);
}

.comparison__card--red {
    background: rgba(249, 91, 91, 0.10);
    border: 1px solid rgba(249, 91, 91, 0.1);
}

.comparison__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 30px;
    color: #404040;
}

.comparison__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comparison__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
}

.comparison__item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.comparison__action {
    text-align: center;
    margin-top: 40px;
}

/* Адаптив */
@media (max-width: 991px) {
    .comparison__grid {
        grid-template-columns: 1fr;
    }

    .comparison__card {
        padding: 30px;
    }

    .comparison__title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .comparison {
        padding: 40px 0;
    }
}

/* Информационный блок */
.info-block {
    padding: 80px 0;
}

.info-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.quick-order__select-value {
    background: #fff;
}
.info-block__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    font-weight: 500;
    margin-bottom: 20px;
    color: #404040;
    margin-top: 0;
}
.benefits-grid.benefits-grid--2col {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
}
.benefit-item__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}
.info-block__left {
    padding: 40px;
    border-radius: 20px;
    background: #F3F3F3;
}
.info-block__right {
    padding: 40px;
}

.info-block__subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 30px;
}

.info-block__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.base-margin{
    margin-top: 75px;
    margin-bottom: 75px;
}
.info-block__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.info-block__number {
    width: 30px;
    height: 30px;
    background: #FFAF55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 14px;
    flex-shrink: 0;
}

.info-block__text {
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
}

.info-block__text p {
    margin: 0;
}

.info-block__checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-block__checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.info-block__checklist img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.info-block__footer {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
}
.text-page__info-count {
    display: inline-flex;
}
h2.text-page__title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.text-page__text h2 {
    margin-top: 0;
    line-height: 1;
}

.icon-text__top {
    display: flex;
    gap: 20px;
    align-items: center;
}
.text-page__info-count.text-page__info-count--green {
    background: #52C648;
}
.text-page__info-count.text-page__info-count--red {
    background: #F95B5B;
}
.icon-text__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 20px;
}
.icon-text__top {
    margin-bottom: 12px;
}
.icon-text {
    margin-bottom: 20px;
}
.benefits-grid--3col{
    grid-template-columns: 1fr 1fr 1fr;
}
.gray-reviews section.free-boost {
    background: #f3f3f3;
}
h3.section-title {
    font-size: 35px;
}
.benefit-item__title--small{
    font-size: 22px;
}

h4.section-title {
    font-size: 23px;
}
.grid {
    display: grid;
}

.grid.grid-3col {
    display: grid;
}
.grid.grid-3col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.grid.grid-2col {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.page-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.gray-bg-card{
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #F3F3F3;
}
.benefit-item.benefit-item--text-left
{
    text-align: left;
}
.text-page__info.text-page__info--orange {
    background: #FFAF55;
    color: #fff;
}
.mb-0{
    margin-bottom: 0;
}
.benefit-item .text-page__text {
    text-align: left;
    font-size: 14px;
}
.benefit-item .text-page__info{
    padding: 15px;
}
.benefit-item  .text-page__info-icon{
    width: 20px;
    min-width: 20px;
}
.benefit-item  .text-page__info-icon img{
    width: 100%;
}

/* Адаптив */
@media (max-width: 991px) {
    div#app {
        padding-top: 40px;
    }
    .base-margin{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    section.uslugi h2 {
        font-size: 23px;
    }
    .grid.grid-3col {
        grid-template-columns: 1fr ;
    }
    .grid.grid-2col {
        grid-template-columns: 1fr;
    }
    h3.section-title {
        font-size: 24px;
    }
    .info-block__grid {
        grid-template-columns: 1fr;
    }
    .benefits-grid--3col{
        grid-template-columns: 1fr;
    }

    .benefits-grid--2col{
        grid-template-columns: 1fr;
    }
    .benefits-grid.benefits-grid--2col{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .info-block {
        padding: 40px 0;
    }
}
.container > h2.section-title {
    margin-bottom: 20px;
}
a.bread {
    margin-top: 30px;
    display: inline-block;
}
a.bread {
    color: #ffaf55;
}

.reviews-page, .blog-page, .api-page{
    background: #fff;
    border-radius: 50px 50px 0 0;
    position: relative;
    top: -100px;
    position: relative;
    padding-top: 50px!important;
    margin-bottom: -100px;
}
.uslugi.uslugi--white{
    background: #fff;
    border-radius: 50px 50px 0 0;
    position: relative;
    top: -100px;
    position: relative;
    padding-top: 50px!important;
    margin-bottom: -100px;
}
section#fast-order {
    background: #fff;
    border-radius: 50px 50px 0 0;
    position: relative;
    top: -100px;
    position: relative;
    margin-bottom: -100px;
}
section.hero {
    padding-bottom: 160px;
}
.quick-order__select {
    position: relative;
    cursor: pointer;
}

.quick-order__select-value {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
.quick-order .form-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.quick-order__select-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    display: block;
}

.modal-vue {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 1000; /* Увеличили z-index */
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    text-align: center;
}
.comparison__action{
    display: flex;
    align-items: center;
    justify-content: center;
}
.justify-content-center{
    display: flex;
    justify-content: center;

}
h3.text-left {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 20px;
}

.modal-input {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.main > .container > p{
    font-size: 18px;
}

.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
[v-cloak] {
    display: none !important;
}

p.review-text {
    min-height: 200px;
}
.mob-menu{
    display: none;
}
@media (max-width: 991px) {
    .container > h2.section-title {
        margin-bottom: 30px;
    }
    .only-mobile{
        display: block;
    }
    button.mob-menu-btn {
        display: block;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 40px;
    }
    a.profile-btn {
        width: 40px;
    }
    .logo img {
        height: 25px;
    }
    .mob-menu.active{
        display: block;
    }
    .mob-menu.active {
        
        position: absolute;
        top: 70px;
        z-index: 999;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        padding: 10px;
    }

    .nav-menu.active{
        display: block
    }
    .nav-menu.active{
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100vh;
        top: 65px;
        z-index: 9999;
        left: 0;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .nav-link img.dropdown-arrow {
        display: none;
    }
    .nav-item {
        width: 100%;
        border-bottom: 1px solid #40404021;
    }
    .nav-item {
        position: relative;
    }
    .dropdown a.nav-link {
        display: inline-block;
        width: auto;
    }
    .nav-item.dropdown::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 17px;
        background-image: url(../images/arrow_down.svg);
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: center;
        background-repeat: no-repeat;
    }
    .nav-menu.active {
        gap: 0;
    }
    .nav-item:hover{
        background: #fff!important;
        color: #000!important;
    }
    .nav-item:hover a{
        background: #fff!important;
        color: #000!important;
       
    }
    .nav-item:hover > a{
        max-height: 40px;
    }
    
    .nav-item.dropdown.active .dropdown-content {
        position: relative;
        width: 100%;
        color: #000;
        padding: 0;
        display: flex!important;
        flex-direction: column;
        top: 0;
        left: 0;
        box-shadow: none;
    }
    .nav-item.dropdown:not(.active) .dropdown-content {
        display: none;
    }
}
@media (max-width: 768px) {
    .uslugi__cats {
        max-width: 100vw;
        position: relative;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.modal-input-fast-order {
    height: 60px;
    border: none;
    padding-left: 16px;
    border-radius: 7px;
}

/* Стили для модального окна уведомлений */
.modal-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-notification.active {
    display: block;
}

.modal-notification__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-notification__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    min-width: 300px;
    max-width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.modal-notification__content {
    position: relative;
    text-align: center;
}

.modal-notification__message {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    padding: 20px 30px 20px 30px;
    word-break: break-word;
    box-sizing: border-box;
}

.modal-notification__close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.modal-notification__close:hover {
    transform: rotate(90deg);
}

.modal-notification__close img {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .modal-notification__container {
        padding: 20px;
        min-width: 280px;
    }
    
    .modal-notification__message {
        font-size: 16px;
    }
}

/* Стили для страницы благодарности */
.thanks {
    padding: 80px 0;
    text-align: center;
}

.thanks__content {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: #F3F3F3;
    border-radius: 20px;
}

.thanks__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.thanks__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thanks__title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-size: 32px;
    color: #404040;
    margin-bottom: 16px;
}

.thanks__text {
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
    margin-bottom: 32px;
}

.thanks__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}

@media (max-width: 768px) {
    .thanks {
        padding: 40px 0;
    }
    
    .thanks__content {
        padding: 24px;
    }
    
    .thanks__title {
        font-size: 24px;
    }
    
    .thanks__text {
        font-size: 16px;
    }
    
    .thanks__actions {
        flex-direction: column;
    }
    
    .thanks__actions .btn {
        width: 100%;
    }
}

/* Стили для хлебных крошек */
.breadcrumbs {
    padding: 20px 0;
    
}
.footer-link:hover {
    color: #fff;
}
.uslugi__cat:hover {
    background: #FFAF55;
}
.breadcrumbs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.breadcrumbs-item {
    display: flex;
    align-items: center;
}

.breadcrumbs-item:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: #969696;
    font-size: 14px;
}

.breadcrumbs-link {
    color: #969696;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.breadcrumbs-link:hover {
    color: #FFAF55;
}

.breadcrumbs-current {
    color: #404040;
    font-size: 14px;
    font-weight: 500;
}

/* Адаптив для хлебных крошек */
@media (max-width: 768px) {
    .breadcrumbs {
        padding: 15px 0;
    }
    
    .breadcrumbs-list {
        gap: 6px;
    }
    
    .breadcrumbs-item:not(:last-child)::after {
        margin-left: 6px;
        font-size: 12px;
    }
    
    .breadcrumbs-link,
    .breadcrumbs-current {
        font-size: 12px;
    }
}

.quick-order__input {
    position: relative;
}

.quick-order__input-field {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: none;
    border-radius: 7px;
    background: #fff;
    font-size: 18px;
    color: #404040;
    outline: none;
    box-sizing: border-box;
}

.quick-order__input-field:focus {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.quick-order__input-field::placeholder {
    color: #999;
    font-size: 18px;
}

.input-error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 4px;
}