/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

/* Стили для ссылок логотипов */
#logo a {
    display: inline-block;
    text-decoration: none;
    border: none;
    transition: opacity 0.3s ease;
}

#logo a:hover {
    opacity: 0.8;
}

#logo a:focus {
    outline: 2px solid #d2b356;
    outline-offset: 2px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    margin:0 15px;
    padding: 15px 0;
    position: relative;
}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

/* Стили для поля телефона */
#phone {
    font-family: 'Open Sans', sans-serif; /* Шрифт как на всем сайте */
    font-size: 14px;
    letter-spacing: 0.5px;
}

.phone-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

/* Подсветка placeholder */
#phone::placeholder {
    color: #999;
    opacity: 0.7;
    font-family: 'Open Sans', sans-serif;
}



/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

/* Play Button */

#video-section {
    position:relative;
}

.play-video {
    height:110px;
    position:absolute;
    top:50%;
    margin-top:-110px;
    width:100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color:#fff;
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

/* ===== ИСПРАВЛЕНИЯ ДЛЯ КНОПОК ===== */

/* Базовые стили для всех кнопок */
.button {
    font-size: 14px;
    margin: 20px 0;
    padding: 12px 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}

/* Стили для кнопок в секции вопросов */
.questions-buttons .button {
    margin: 0;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
}

/* Убедитесь, что все кнопки имеют правильные цвета */
.demo-button, .request-button {
    /* Эти стили будут применены из namari-color.css */
    border-width: 2px;
    border-style: solid;
}

/* Ховер-эффекты для всех кнопок */
.button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    text-decoration: none;
}
/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left:0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 27px;
}

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/



/* --------- Banner Hero Section ---------- */
.banner-hero {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 100px 0 50px 0;
}

.banner-content-wrapper {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner-text {
    max-width: 50%;
}

.banner-hero .section-heading h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
}

.banner-hero .section-heading h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 0;
    color: #666;
}

/* Обновленные стили для Corejobs внутри баннера */
.banner-corejobs {
    margin-top: 40px;
    max-width: 100%;
}

.banner-corejobs .corejobs-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.3;
}

.banner-corejobs .corejobs-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

.banner-corejobs .corejobs-feature {
    flex: 1;
    text-align: center;
    padding: 15px 5px;
    min-width: 0;
}

.banner-corejobs .corejobs-feature-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.banner-corejobs .corejobs-feature-text {
    font-size: 13px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.banner-corejobs .corejobs-search {
    max-width: 500px;
}

.banner-corejobs .corejobs-input-group {
    display: flex;
    margin-bottom: 15px;
}

.banner-corejobs .corejobs-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    border-right: none;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 3px 0 0 3px;
}

.banner-corejobs .corejobs-input:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.banner-corejobs .corejobs-input::placeholder {
    color: #95a5a6;
}

/* Стиль кнопки как "BUY TODAY" и "WATCH VIDEO" */
.banner-corejobs .corejobs-button {
    font-size: 14px;
    margin: 0;
    padding: 11px 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-corejobs .corejobs-description {
    color: #7f8c8d;
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
    max-width: 500px;
}

/* Адаптивность для баннера */
@media (max-width: 1024px) {
    .banner-text {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .banner-hero {
        padding: 80px 0 30px 0;
        min-height: auto;
    }
    
    .banner-text {
        max-width: 100%;
    }
    
    .banner-hero .section-heading h1 {
        font-size: 28px;
    }
    
    .banner-hero .section-heading h2 {
        font-size: 18px;
    }
    
    .banner-corejobs .corejobs-features {
        flex-wrap: wrap;
    }
    
    .banner-corejobs .corejobs-feature {
        flex: 0 0 calc(33.333% - 10px);
        min-width: 100px;
    }
    
    .banner-corejobs .corejobs-input-group {
        flex-direction: column;
    }
    
    .banner-corejobs .corejobs-input {
        border-right: 1px solid #e1e1e1;
        border-radius: 3px;
        margin-bottom: 10px;
    }
    
    .banner-corejobs .corejobs-button {
        border-radius: 3px;
        width: 100%;
    }
}
























































/* --------- 6.0 Universal ---------- */


.universal-i {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}


/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}




/* --------- 6._ Corejobs ---------- */

/* --------- Banner Hero Section ---------- */
.banner-hero {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 120px 0 75px 0;
}

.banner-content-wrapper {
    max-width: 1245px;
    margin: 0 auto;
    padding: 0 20px;
}

.banner-text {
    max-width: 50%;
}

.banner-hero .section-heading h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
}

.banner-hero .section-heading h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
    color: #666;
}

/* Обновленные стили для Corejobs внутри баннера */
.banner-corejobs {
    margin-top: 30px;
    max-width: 100%;
}

.banner-corejobs .corejobs-features {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
    gap: 30px;
}

.banner-corejobs .corejobs-feature {
    text-align: left;
    padding: 0;
}

.banner-corejobs .corejobs-feature-icon {
    margin-bottom: 8px;
}

.banner-corejobs .corejobs-feature-icon i {
    font-size: 1.5em;
    color: inherit;
}

.banner-corejobs .corejobs-feature-text {
    font-size: 13px;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.3;
}

.banner-corejobs .corejobs-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
}

.banner-corejobs .corejobs-search {
    max-width: 500px;
    margin-bottom: 75px;
}

.banner-corejobs .corejobs-input-group {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
}

.banner-corejobs .corejobs-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 3px;
    height: 40px;
    margin: 0;
}

.banner-corejobs .corejobs-input:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.banner-corejobs .corejobs-input::placeholder {
    color: #95a5a6;
}

.banner-corejobs .corejobs-description {
    color: #7f8c8d;
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
    max-width: 500px;
    margin: 0;
}

/* Переопределяем стандартные отступы кнопки для этого блока */
.banner-corejobs .corejobs-input-group .button {
    margin: 0;
    padding: 11px 20px;
    height: 40px;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Адаптивность для баннера */
@media (max-width: 1024px) {
    .banner-text {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .banner-hero {
        padding: 100px 0 75px 0;
        min-height: auto;
    }
    
    .banner-text {
        max-width: 100%;
    }
    
    .banner-hero .section-heading h1 {
        font-size: 28px;
    }
    
    .banner-hero .section-heading h2 {
        font-size: 18px;
    }
    
    .banner-corejobs .corejobs-features {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .banner-corejobs .corejobs-feature {
        flex: 0 0 calc(50% - 15px);
    }
    
    .banner-corejobs .corejobs-input-group {
        flex-direction: column;
        gap: 0;
    }
    
    .banner-corejobs .corejobs-input {
        margin-bottom: 10px;
    }
    
    .banner-corejobs .corejobs-input-group .button {
        width: 100%;
    }
    
    .banner-corejobs .corejobs-search {
        margin-bottom: 75px;
    }
}










/* ===== СТИЛИ ДЛЯ ОБЪЕДИНЕННЫХ СЕКЦИЙ С РАЗДЕЛИТЕЛЕМ ===== */

/* Устанавливаем отступ 30px для обеих секций */
.business-tasks-section .row,
.values-section .row {
    padding: 30px 0 !important;
}

/* Горизонтальная линия разделитель */
.section-divider {
    height: 1px;
    background-color: #e1e1e1;
    margin: 0 auto;
    max-width: 1245px;
    width: 100%;
}

/* Убираем лишние отступы между секциями */
.business-tasks-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.values-section {
    margin-top: 0;
    padding-top: 0;
}

/* Стиль кнопки ПОПРОБОВАТЬ ДЕМО в точном соответствии с кнопкой НАЙТИ */
.values-section .corejobs-button {
    font-size: 14px;
    margin: 0;
    padding: 11px 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    
    /* Точные стили кнопки НАЙТИ */
    background-color: #e4473c;
    border-color: #e4473c;
    color: #fff;
}

.values-section .corejobs-button:hover {
    background-color: transparent;
    color: #e4473c;
    opacity: 1;
}

/* Стиль описания как в баннере */
.values-section .corejobs-description {
    color: #7f8c8d;
    font-style: italic;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

/* Единые стили для обеих секций */
.business-tasks-section .icon-block,
.values-section .icon-block {
    font-size: 14px;
    padding: 15px;
}

.business-tasks-section .icon-block h4,
.values-section .icon-block h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.business-tasks-section .icon-block p,
.values-section .icon-block p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #666;
}

/* Стили для блоков с результатами задач */
.task-result {
    background-color: #f8f9fa;
    color: #000 !important;
    font-weight: 600;
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 13px;
    border: none !important;
    display: block;
    text-align: center;
}

/* Уменьшаем размер иконок */
.business-tasks-section .icon-block .icon i,
.values-section .icon-block .icon i {
    font-size: 1.5em !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .business-tasks-section .row,
    .values-section .row {
        padding: 25px 0 !important;
    }
    
    .section-divider {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    
    .business-tasks-section .icon-block,
    .values-section .icon-block {
        font-size: 13px;
        padding: 10px;
    }
    
    .business-tasks-section .icon-block h4,
    .values-section .icon-block h4 {
        font-size: 15px;
    }
    
    .business-tasks-section .icon-block p,
    .values-section .icon-block p {
        font-size: 12px;
    }
    
    .task-result {
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .values-section .corejobs-button {
        font-size: 13px;
        padding: 10px 18px;
    }
}









/* ===== СТИЛИ ДЛЯ СЕКЦИИ "УЗНАЁТЕ СЕБЯ?" ===== */

.problem-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.problem-section:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.problem-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e1e1e1; /* Стиль сайта */
    width: 100%;
}

.problem-columns {
    display: flex;
    gap: 30px;
}

.problem-block {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.problem-icon {
    flex-shrink: 0;
    color: inherit; /* Стиль сайта */
}

.problem-content {
    flex: 1;
}

.problem-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.4;
}

.problem-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
}

.emotion-block {
    background: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    border-left: 3px solid #e1e1e1; /* Стиль сайта */
}

.emotion {
    font-weight: 600;
    color: #2c3e50;
    margin-right: 8px;
}

.emoticon {
    font-size: 16px;
}

.problem-issue {
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: 3px solid #e1e1e1; /* Стиль сайта */
    font-size: 13px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 768px) {
    .problem-columns {
        flex-direction: column;
        gap: 20px;
    }
    
    .problem-block {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .problem-section-title {
        font-size: 18px;
        text-align: center;
    }
    
    .problem-content h5 {
        font-size: 15px;
    }
    
    .problem-content p {
        font-size: 13px;
    }
}






/* ===== СТИЛИ ДЛЯ БЛОКА ПРИЗЫВА К ДЕЙСТВИЮ ===== */

.cta-section {
    background-color: #f8f9fa;
    padding: 5px 0;
    margin: 5px 0;
}

.cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta-description {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 20px;
    line-height: 1.5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button-wrapper {
    margin-top: 20px;
}

/* Адаптивность для CTA блока */
@media (max-width: 768px) {
    .cta-section {
        padding: 5px 0;
        margin: 5px 0;
    }
    
    .cta-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .cta-description {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .cta-button-wrapper {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 5px 0;
        margin: 5px 0;
    }
    
    .cta-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .cta-description {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .cta-button-wrapper {
        margin-top: 12px;
    }
}















/* ===== СТИЛИ ДЛЯ СЕКЦИИ "КАК ВЫ СМОЖЕТЕ ВЫИГРЫВАТЬ БОЛЬШЕ ТЕНДЕРОВ" ===== */

.tenders-advantages {
    padding: 30px 0;
}

.tenders-advantages .row.clearfix:first-child {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.tenders-advantages .section-heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tenders-advantages .section-subtitle {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.tenders-feature {
    text-align: center;
    padding: 20px 15px;
}

.tenders-feature-icon {
    margin-bottom: 20px;
}

.tenders-feature-icon i {
    font-size: 3em;
}

.tenders-feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.tenders-feature-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.tenders-value {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    border-left: 4px solid #e4473c;
}

.tenders-additional {
    color: #7f8c8d;
    font-style: italic;
    font-size: 13px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e1e1e1;
}

/* ===== СТИЛИ ДЛЯ СЕКЦИИ "ВЕСЬ ПРОЦЕСС ЗАНИМАЕТ МИНУТЫ" ===== */

.process-timing-section {
    background-color: #f8f9fa;
    padding: 30px 0;
}

.process-timing-section .row.clearfix:first-child {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.process-timing-section .section-heading {
    margin-bottom: 0;
    padding-bottom: 0;
}

.process-step {
    text-align: center;
    padding: 20px 10px;
}

.process-step-icon {
    margin-bottom: 15px;
}

.process-step-icon i {
    font-size: 2.5em;
}

.process-time {
    font-size: 32px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1;
}

.process-description {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.process-comparison {
    margin: 20px 0 15px 0;
    padding: 10;
}

.comparison-text {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.comparison-text:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #e4473c;
}

.comparison-text:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #e4473c;
}

.process-cta {
    margin: 10;
    padding: 0 0 20px 0;
}

.process-cta .button {
    margin: 10;
}

/* Управление цветом иконок через класс icon */
.icon {
    color: inherit;
}

/* Адаптивность для новых секций */
@media (max-width: 1024px) {
    .tenders-feature {
        padding: 15px 10px;
    }
    
    .process-step {
        padding: 15px 8px;
    }
    
    .process-time {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .tenders-advantages,
    .process-timing-section {
        padding: 40px 0;
    }
    
    .tenders-advantages .section-subtitle {
        margin-bottom: 15px;
    }
    
    .tenders-feature {
        padding: 15px 8px;
        margin-bottom: 15px;
    }
    
    .tenders-feature-icon i {
        font-size: 2.5em;
    }
    
    .tenders-feature-content h4 {
        font-size: 18px;
    }
    
    .tenders-feature-content p {
        font-size: 14px;
    }
    
    .process-step {
        margin-bottom: 15px;
    }
    
    .process-time {
        font-size: 24px;
    }
    
    .process-description {
        font-size: 14px;
    }
    
    .comparison-text {
        font-size: 18px;
    }
    
    .comparison-text:before,
    .comparison-text:after {
        width: 20px;
        left: -30px;
        right: -30px;
    }
    
    .process-comparison {
        margin: 15px 0 10px 0;
    }
}

@media (max-width: 480px) {
    .tenders-advantages,
    .process-timing-section {
        padding: 30px 0;
    }
    
    .tenders-feature {
        padding: 12px 5px;
    }
    
    .tenders-feature-icon {
        margin-bottom: 12px;
    }
    
    .tenders-feature-icon i {
        font-size: 2em;
    }
    
    .tenders-feature-content h4 {
        font-size: 16px;
    }
    
    .process-time {
        font-size: 20px;
    }
    
    .comparison-text {
        font-size: 16px;
    }
    
    .comparison-text:before,
    .comparison-text:after {
        display: none;
    }
    
    .process-comparison {
        margin: 10px 0 8px 0;
    }
}














/* ===== СТИЛИ ДЛЯ СЕКЦИИ "ЧТО В ИТОГЕ" ===== */

.results-section {
    padding: 30px 0;
    background-color: #ffffff;
}

.results-section .row {
    padding: 20px 0 !important;
}

/* Заголовок как в "ПРЕИМУЩЕСТВА" - слева */
.results-section .section-heading {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 20px;
}

.results-section .section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.results-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    width: 100%;
}

.results-section .section-subtitle {
    font-size: 18px;
    padding-top: 0;
    color: #666;
    max-width: 100%;
    margin: 0;
}

/* Подсекции */
.subsection-heading {
    margin-bottom: 25px;
    text-align: left;
    padding: 0 20px;
}

.subsection-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e1e1e1;
    display: inline-block;
}

/* Контейнер для блоков в одну строку */
.results-features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

/* Блоки "Вы почувствуете" - в одну строку */
.results-section .icon-block {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.results-section .icon-block .icon {
    margin-bottom: 15px;
}

.results-section .icon-block h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.results-section .icon-block p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Блоки "Результаты использования сервиса" - в одну строку */
.results-blocks-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.results-block {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 20px;
    box-sizing: border-box;
}

.results-purpose {
    margin-bottom: 15px;
}

.purpose-label {
    background: #2c3e50;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.results-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.3;
}

.results-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.concrete-result {
    background: #ffffff;
    color: #2c3e50;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
}

/* Блоки "Ваши новые показатели" */
.indicators-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.indicator-block {
    padding: 20px 15px;
    text-align: center;
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
}

.indicator-value {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1;
}

.indicator-text {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: 1.3;
}

/* Призыв к действию */
.cta-row {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    text-align: center;
}

.results-section .cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.results-section .cta-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Переопределяем стандартные стили col-3 для этой секции */
.results-section .col-3 {
    width: 100% !important;
    float: none !important;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .results-section .icon-block,
    .results-block {
        flex: 0 0 calc(33.333% - 15px);
    }
    
    .indicator-block {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 768px) {
    .results-section {
        padding: 40px 0;
    }
    
    .results-section .row {
        padding: 15px 0 !important;
    }
    
    .results-section .section-title {
        font-size: 28px;
    }
    
    .results-section .section-subtitle {
        font-size: 16px;
    }
    
    .subsection-title {
        font-size: 20px;
    }
    
    .results-section .icon-block,
    .results-block {
        flex: 0 0 calc(50% - 10px);
        padding: 20px 15px;
    }
    
    .indicator-block {
        flex: 0 0 calc(50% - 10px);
        padding: 15px 10px;
    }
    
    .indicator-value {
        font-size: 28px;
    }
    
    .results-section .cta-title {
        font-size: 24px;
    }
    
    .results-section .cta-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .results-section {
        padding: 30px 0;
    }
    
    .results-section .section-title {
        font-size: 24px;
    }
    
    .results-section .section-subtitle {
        font-size: 15px;
    }
    
    .subsection-title {
        font-size: 18px;
    }
    
    .results-section .icon-block,
    .results-block {
        flex: 0 0 100%;
        padding: 15px 10px;
    }
    
    .indicator-block {
        flex: 0 0 100%;
        padding: 12px 8px;
    }
    
    .indicator-value {
        font-size: 24px;
    }
    
    .results-section .cta-title {
        font-size: 22px;
    }
    
    .results-section .cta-description {
        font-size: 15px;
    }
}
















/* ===== СТИЛИ ДЛЯ СЕКЦИИ "ВСЕ ЕЩЕ СОМНЕВАЕТЕСЬ?" С АККОРДЕОНОМ ===== */

.doubts-section {
    padding: 75px 0;
    background-color: #ffffff;
}

.doubts-section .row {
    padding: 20px 0 !important;
}

/* Выравнивание ширины заголовка и аккордеона */
.doubts-section .col-3,
.doubts-section .col-2-3 {
    width: 50%;
}

/* Контейнер аккордеона */
.accordion-container {
    width: 100%;
    margin: 0 auto;
}

/* Элемент аккордеона */
.accordion-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
}

.accordion-item.active {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: none;
}

/* Заголовок аккордеона */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background: #ffffff;
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.accordion-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d2b356; /* Цвет как у иконок в секции "Весь процесс занимает минуты" */
    transition: width 0.3s ease;
}

.accordion-item.active .accordion-header:after {
    width: 100%;
}

.accordion-header:hover {
    background: #f8f9fa;
}

.accordion-item.active .accordion-header:hover {
    background: #f8f9fa;
}

.accordion-title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    color: #111;
    font-size: 14px;
    flex: 1;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    text-transform: uppercase;
}

.accordion-icon {
    color: #2c3e50; /* Цвет как у иконок в секции "Весь процесс занимает минуты" */
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.accordion-arrow {
    color: #111;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
    color: #111;
}

/* Содержимое аккордеона */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #ffffff;
}

.accordion-item.active .accordion-content {
    max-height: 600px;
}

.accordion-content-inner {
    padding: 25px 20px;
}

/* Основной текст описания */
.accordion-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px; /* Увеличиваем отступ снизу с 20px до 25px */
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

/* Краткое описание */
.accordion-brief {
    background-color: #f8f9fa;
    color: #111 !important;
    font-weight: 600;
    margin: 20px 0 20px 0; /* Увеличиваем отступ снизу с 15px до 20px */
    padding: 12px 15px;
    border-radius: 0;
    font-size: 13px;
    border: none !important;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    text-transform: uppercase;
}

/* Блок "Что мы даем" в одну строку */
.accordion-what-we-give {
    color: #111 !important;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 25px; /* Увеличиваем отступ снизу */
    padding: 0;
    font-size: 13px;
    border: none !important;
    display: block;
    text-align: left;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

.accordion-what-we-give strong {
    font-weight: bold;
    color: #111;
    font-size: 13px;
    text-transform: none;
    display: inline;
    margin-right: 5px;
}

/* ===== СТИЛИ ДЛЯ СЕКЦИИ "СРАВНИТЕ С ТЕКУЩИМИ РЕШЕНИЯМИ" ===== */

.comparison-section {
    padding: 75px 0;
    background-color: #f8f9fa;
}

.comparison-section .row {
    padding: 20px 0 !important;
}

.comparison-section .section-heading {
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
}

.comparison-section .section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.comparison-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    width: 100%;
}

.comparison-block {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: left;
    height: 100%;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    /* Убираем все transition */
}

.comparison-block:hover {
    /* Полностью убираем любые изменения при наведении */
    transform: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.comparison-competitor {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e1e1;
}

.comparison-competitor h4 {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.comparison-problems {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff5f5;
    border-radius: 6px;
    border-left: 4px solid #e74c3c;
}

.comparison-problems p {
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.comparison-problems strong {
    color: #e74c3c;
}

.comparison-advantage {
    padding: 15px;
    background: #f0f9f0;
    border-radius: 6px;
    border-left: 4px solid #27ae60;
}

.comparison-advantage p {
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.comparison-advantage strong {
    color: #27ae60;
}

/* ===== СТИЛИ ДЛЯ СЕКЦИИ "ОСТАЛИСЬ ВОПРОСЫ?" ===== */

.questions-section {
    padding: 75px 0;
    background-color: #ffffff;
    text-align: center;
}

.questions-section .row {
    padding: 20px 0 !important;
}

.questions-section .section-heading {
    margin-bottom: 40px;
}

.questions-section .section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 2px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.questions-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    width: 100%;
}

.questions-section .section-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.questions-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.questions-buttons .button {
    margin: 0;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: #111;
    color: #111;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

.questions-buttons .button:hover {
    border-color: #d2b356;
    color: #d2b356;
    transform: translateY(-2px);
}

/* Адаптивность для всех секций */
@media (max-width: 1024px) {
    .doubts-section,
    .comparison-section,
    .questions-section {
        padding: 60px 0;
    }
    
    .comparison-section .section-title,
    .questions-section .section-title {
        font-size: 28px;
    }
    
    .accordion-title {
        font-size: 13px;
    }
    
    .comparison-block {
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .doubts-section,
    .comparison-section,
    .questions-section {
        padding: 50px 0;
    }
    
    .doubts-section .row,
    .comparison-section .row,
    .questions-section .row {
        padding: 15px 0 !important;
    }
    
    .doubts-section .col-3,
    .doubts-section .col-2-3 {
        width: 100%;
    }
    
    .doubts-section .section-heading {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .comparison-section .section-heading,
    .questions-section .section-heading {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .comparison-section .section-title,
    .questions-section .section-title {
        font-size: 26px;
    }
    
    .questions-section .section-subtitle {
        font-size: 16px;
    }
    
    .accordion-header {
        padding: 15px;
    }
    
    .accordion-title {
        font-size: 12px;
        gap: 12px;
    }
    
    .accordion-icon {
        width: 20px;
    }
    
    .accordion-description {
        font-size: 13px;
        margin-bottom: 20px; /* Уменьшаем отступ на мобильных */
    }
    
    .accordion-brief {
        font-size: 12px;
        padding: 10px 12px;
        margin: 15px 0 15px 0; /* Уменьшаем отступы на мобильных */
    }
    
    .accordion-what-we-give {
        font-size: 12px;
        margin-bottom: 20px; /* Немного меньше отступ на мобильных */
    }
    
    .comparison-block {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .comparison-competitor h4 {
        font-size: 16px;
    }
    
    .comparison-problems p,
    .comparison-advantage p {
        font-size: 13px;
    }
    
    .questions-buttons {
        flex-direction: column;
        gap: 15px;
        margin-top: 25px;
    }
    
    .questions-buttons .button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .doubts-section,
    .comparison-section,
    .questions-section {
        padding: 40px 0;
    }
    
    .comparison-section .section-title,
    .questions-section .section-title {
        font-size: 24px;
    }
    
    .questions-section .section-subtitle {
        font-size: 15px;
    }
    
    .accordion-header {
        padding: 12px;
    }
    
    .accordion-title {
        font-size: 11px;
        gap: 10px;
    }
    
    .accordion-icon {
        width: 18px;
    }
    
    .accordion-arrow {
        margin-left: 10px;
    }
    
    .accordion-description {
        font-size: 12px;
    }
    
    .accordion-brief {
        font-size: 11px;
        padding: 8px 10px;
    }
    
    .accordion-what-we-give {
        font-size: 11px;
    }
    
    .comparison-block {
        padding: 15px 12px;
    }
    
    .comparison-competitor h4 {
        font-size: 15px;
    }
    
    .comparison-problems,
    .comparison-advantage {
        padding: 12px;
    }
    
    .comparison-problems p,
    .comparison-advantage p {
        font-size: 12px;
    }
    
    .questions-buttons .button {
        padding: 10px 20px;
        font-size: 13px;
    }
}




















/* ===== СТИЛИ ДЛЯ ФУТЕРА SUPPRATE ===== */

.supprate-footer {
    background-color: #000000;
    color: #ecf0f1;
    padding: 40px 0 20px 0;
    margin-top: 50px;
}


.supprate-footer .row {
    padding: 0 !important;
    max-width: 1245px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px 30px 20px;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
}

.footer-section {
    flex: 1;
    padding: 0 15px;
}

.footer-section:first-child {
    flex: 2;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-logo-img {
    max-height: 30px;
    margin-right: 12px;
}

.footer-brand {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    max-width: 500px;
    margin: 0;
}

.footer-contacts h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0;
}

.telegram-link {
    display: inline-flex;
    align-items: center;
    color: #0088cc;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
    transition: color 0.3s ease;
}

.telegram-link:hover {
    color: #00aced;
}

.telegram-link i {
    margin-right: 8px;
    font-size: 16px;
}

.footer-links {
    margin-top: 20px;
}

.footer-link {
    display: block;
    color: #cccccc;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.copyright {
    font-size: 13px;
    color: #999999;
}

/* Адаптивность для футера */
@media (max-width: 768px) {
    .supprate-footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-content {
        flex-direction: column;
        padding: 0 15px 20px 15px;
        border-bottom-color: #444444;
    }
    
    .footer-section {
        padding: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    
    .footer-section:last-child {
        margin-bottom: 0;
    }
    
    .footer-brand {
        font-size: 20px;
    }
    
    .footer-description {
        font-size: 13px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
    }
    
    .copyright {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .supprate-footer {
        padding: 25px 0 10px 0;
    }
    
    .footer-content {
        padding: 0 10px 15px 10px;
    }
    
    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo-img {
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .footer-brand {
        font-size: 18px;
    }
    
    .footer-description {
        font-size: 12px;
        text-align: center;
    }
    
    .footer-contacts {
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
}



/* Стили для изображения QR-кода в футере */
.qr-code-image {
    text-align: center;
    margin-top: 15px;
}

.qr-code-img {
    max-width: 120px;
    height: auto;
    padding: 8px;
}

.qr-code-text {
    font-size: 11px;
    color: #cccccc;
    margin-top: 8px;
    line-height: 1.3;
}

/* Адаптивность для QR-кода */
@media (max-width: 768px) {
    .qr-code-img {
        max-width: 100px;
    }
    
    .qr-code-text {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .qr-code-img {
        max-width: 90px;
    }
    
    .qr-code-text {
        font-size: 9px;
    }
}

/* Выравнивание QR-кода по левому краю в футере */
.footer-contacts .qr-code-image {
    text-align: left;
    margin-top: 15px;
}



























/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

/* Стили для иконок в отзывах */
.testimonial-icon {
    margin-bottom: 25px;
    color: #2c3e50;
}

.testimonial-icon i {
    display: inline-block;
    padding: 20px;
    border-radius: 50%;
    background-color: #f8f9fa;
}

/* Увеличение отступа между секцией отзывов и футером */
#testimonials {
    margin-bottom: 100px;
    padding-bottom: 80px;
}








/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width:100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color:#fff;
    position:relative;
    overflow:hidden;
    text-align:center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top;
    0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}


.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    text-transform:uppercase;
    padding-bottom:0;
}

.pricing-sub {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}

/*Price*/

.pricing {
    background: #f5f5f5;
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    font-style:italic;
    color:#b4b4b4;
    line-height:auto;
    margin:0;
}



/*------------------------------------------------------------------------------------------*/
/* 6х. Popup */
/*------------------------------------------------------------------------------------------*/



/* Popup Styles - Black & White Theme */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease;
    border: 1px solid #e1e1e1;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.popup-header h3 {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.popup-close {
    font-size: 24px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease;
    font-weight: 300;
}

.popup-close:hover {
    color: #2c3e50;
}

.popup-form {
    padding: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.popup-form input {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #fff;
    color: #2c3e50;
}

.popup-form input:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 2px rgba(44, 62, 80, 0.1);
    outline: none;
}

.popup-form input::placeholder {
    color: #95a5a6;
}

.popup-form input.error {
    border-color: #2c3e50;
    background-color: #f8f9fa;
}

/* Черно-белая кнопка в стиле сайта */
.submit-btn {
    width: 100%;
    margin: 0;
    padding: 11px 20px;
    background-color: #fff;
    border: 2px solid #2c3e50;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background-color: #2c3e50;
    color: #fff;
}

.submit-btn:disabled {
    background-color: #ecf0f1;
    border-color: #bdc3c7;
    color: #7f8c8d;
    cursor: not-allowed;
    transform: none;
}

/* Стили для ошибок в черно-белой теме */
.field-error {
    color: #2c3e50 !important;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    font-weight: 600;
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 3px;
    border-left: 3px solid #2c3e50;
}

/* Стили для уведомлений */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    z-index: 1000000;
    max-width: 300px;
    animation: slideInRight 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid;
}

.notification-success {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

.notification-error {
    background-color: #2c3e50;
    border-color: #2c3e50;
    color: #fff;
}

.notification-info {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.notification-with-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-icon {
    font-size: 20px;
    flex-shrink: 0;
}

/* Анимации для popup */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Анимация праздника (успех) */
@keyframes celebrate {
    0% {
        transform: scale(0.5) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

.celebrate-icon {
    animation: celebrate 0.8s ease-out;
    display: inline-block;
}

/* Анимация взрыва (ошибка) */
@keyframes explode {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    75% {
        transform: scale(1.2);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.explode-icon {
    animation: explode 0.6s ease-in-out;
    display: inline-block;
}

/* Анимация для кнопки при отправке */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(44, 62, 80, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(44, 62, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(44, 62, 80, 0);
    }
}

.submit-btn.loading {
    animation: pulse 1.5s infinite;
    position: relative;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #2c3e50;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Анимация тряски */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.6s ease-in-out;
}

/* Конфетти для успешной отправки */
@keyframes confetti {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

.confetti {
    position: fixed;
    width: 10px;
    height: 10px;
    background: #2c3e50;
    opacity: 0;
    z-index: 1000001;
    animation: confetti 3s ease-in forwards;
}

/* Адаптивность */
@media (max-width: 480px) {
    .popup-container {
        width: 95%;
        margin: 20px;
    }
    
    .popup-header {
        padding: 15px 20px;
    }
    
    .popup-form {
        padding: 20px;
    }
    
    .popup-header h3 {
        font-size: 18px;
    }
    
    .notification {
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

@media (max-width: 320px) {
    .popup-form {
        padding: 15px;
    }
    
    .popup-header {
        padding: 12px 15px;
    }
    
    .popup-header h3 {
        font-size: 16px;
    }
    
    .popup-form input {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .submit-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}



/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }


    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }

}


/* Стили для главной страницы с слайдером */

.homepage-container {
    display: grid;
    grid-template-rows: 180px 1fr 220px;
    height: 100vh;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 0;
}

/* Секция 1: Верхний блок - Бизнес-результат */
.top-section {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.business-result {
    text-align: center;
}

.business-result h2 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.business-result p {
    color: #495057;
    font-size: 18px;
    font-weight: 400;
    max-width: 800px;
    line-height: 1.5;
}

/* Секция 2: Основной контент */
.main-section {
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    gap: 0;
    height: 100%;
    background: #fff;
}

/* Общие стили для боковых панелей */
.left-panel, .right-panel {
    background: #fafafa;
    border: 2px solid #e9ecef;
    padding: 20px;
    overflow-y: auto;
}

.panel-content h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.panel-content ul {
    list-style: none;
    padding: 0;
}

.panel-content li {
    background: #fff;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.panel-content li:hover {
    transform: translateX(5px);
}

/* Центральный блок - Слайдер */
.center-panel {
    background: #fff;
    border: 2px solid #e9ecef;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-container {
    width: 100%;
    max-width: 800px;
    position: relative;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    border-radius: 10px;
}

.slide-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

.slide-content p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.slide-button {
    background: #fff;
    color: #667eea;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.slide-button:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Стили для разных слайдов */
.slide.construction {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.slide.parsing {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.slide.procurement {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.slide.tender {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

/* Элементы управления слайдером */
.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.slider-btn {
    background: #3498db;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #2980b9;
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #3498db;
    transform: scale(1.2);
}

/* Секция 3: Нижний блок - Микро-задачи процесса */
.bottom-section {
    background: #fff;
    border: 2px solid #e9ecef;
    padding: 20px;
}

.micro-tasks h3 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.tasks-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.task-step {
    flex: 1;
    min-width: 150px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.task-step:hover {
    border-color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.task-step .task-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #3498db;
}

.task-step .task-text {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .homepage-container {
        grid-template-rows: 150px 1fr 200px;
        padding: 0 15px;
    }
    
    .main-section {
        grid-template-columns: 220px 1fr 220px;
    }
    
    .business-result h2 {
        font-size: 20px;
    }
    
    .business-result p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .homepage-container {
        grid-template-rows: auto 1fr auto;
        padding: 0;
    }
    
    .main-section {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto;
    }
    
    .left-panel, .right-panel {
        display: block;
        border: 1px solid #e9ecef;
    }
    
    .panel-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .panel-content li {
        flex: 1;
        min-width: 120px;
        font-size: 12px;
        padding: 8px;
    }
    
    .tasks-flow {
        flex-direction: column;
        gap: 10px;
    }
    
    .task-step {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .slide {
        padding: 20px;
    }
    
    .slide-content h2 {
        font-size: 20px;
    }
    
    .slide-content p {
        font-size: 14px;
    }
    
    .slider-controls {
        flex-direction: column;
        gap: 15px;
    }
}



/* ===== СТИЛИ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ ===== */

body.homepage {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100vh;
}

.main-container {
    max-width: 1245px;
    width: 100%;
    background: white;
    overflow: hidden;
    margin: 0 auto;
}

.solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    height: 600px;
}

.solution-block {
    padding: 40px;
    border: 1px solid #e1e1e1;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
}

.solution-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 2;
    border-color: #d2b356;
}

/* Инвертированные блоки */
.solution-block.inverted {
    background: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
}

.solution-block.inverted:nth-child(1) {
    background: #2c3e50;
    color: #fff;
    border-right: 1px solid #2c3e50;
    border-bottom: 1px solid #2c3e50;
}

.solution-block.inverted:nth-child(4) {
    background: #2c3e50;
    color: #fff;
}

.solution-block.inverted .title,
.solution-block.inverted .description,
.solution-block.inverted .result-value {
    color: #fff;
}

.solution-block.inverted .audience {
    color: #d2b356;
}

.solution-block.inverted .result {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #d2b356;
}

.solution-block.inverted:hover {
    border-color: #d2b356;
}

/* Темно-серые блоки */
.solution-block.dark-gray {
    background: #f5f5f5;
    border-color: #e1e1e1;
}

.solution-block.dark-gray:nth-child(2) {
    background: #f5f5f5;
    color: #111;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.solution-block.dark-gray:nth-child(3) {
    background: #f5f5f5;
    color: #111;
    border-right: 1px solid #e1e1e1;
}

.solution-block.dark-gray .title {
    color: #111;
}

.solution-block.dark-gray .description {
    color: #666;
}

.solution-block.dark-gray .audience {
    color: #d2b356;
}

.solution-block.dark-gray .result {
    background: #fff;
    border-left: 4px solid #d2b356;
}

.solution-block.dark-gray:hover {
    border-color: #d2b356;
}

.solution-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(210, 179, 86, 0.1), transparent);
    transition: left 0.5s;
}

.solution-block:hover::before {
    left: 100%;
}

.solution-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.audience {
    font-size: 12px;
    color: #d2b356;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.solution-block .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #111;
}

.solution-block .description {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #666;
    flex-grow: 1;
}

.result {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 6px;
    border-left: 4px solid #d2b356;
    margin-top: auto;
}

.result-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.result-value {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

/* Адаптивность для главной страницы */
@media (max-width: 1024px) {
    .solutions-grid {
        height: 500px;
    }
    
    .solution-block {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .solutions-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        height: auto;
    }
    
    .solution-block {
        padding: 30px 25px;
        border-right: 1px solid #e1e1e1 !important;
        border-bottom: 1px solid #e1e1e1;
        min-height: 250px;
    }
    
    .solution-block.inverted {
        border-right: 1px solid #2c3e50 !important;
        border-bottom: 1px solid #2c3e50;
    }
    
    .solution-block.dark-gray {
        border-right: 1px solid #e1e1e1 !important;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .solution-block:last-child {
        border-bottom: 1px solid #e1e1e1;
    }
    
    .solution-block.inverted:last-child {
        border-bottom: 1px solid #2c3e50;
    }
    
    .solution-block .title {
        font-size: 22px;
    }
    
    .solution-block .description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body.homepage {
        padding: 10px;
    }
    
    .solution-block {
        padding: 25px 20px;
        min-height: 220px;
    }
    
    .solution-block .title {
        font-size: 20px;
    }
    
    .solution-block .description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .result {
        padding: 12px 15px;
    }
    
    .result-value {
        font-size: 16px;
    }
}