body {
    background-color: #1D1D1D;
    font-family: 'Roboto', sans-serif;
}

.container-fluid {
    max-width: 1410px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.features-block {
    background-color: #1D1D1D;
    padding: 140px 0;
}

.features-block .feature-card {
    width: 283px;
    min-height: 245px;
    border-radius: 50px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.features-block .feature-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 24px;
    margin-bottom: 42px;
}

.features-block .feature-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    min-height: 53px;
}


.why-us-block {
    background-color: #404040;
    padding: 34px 0 140px;
    border-radius: 100px;
}

@media screen and (max-width: 990px) {
    .why-us-block {
        background-color: #404040;
        padding: 34px 0 80px;
        border-radius: 50px;
    }
}

.why-us-block .block-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    color: #B9D40F;
    margin-bottom: 31px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .why-us-block .block-title {
        font-size: 50px;
    }
}

.why-us-block .why-us-columns {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.why-us-block .column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 430px;
}

@media screen and (max-width: 990px) {
    .why-us-block .why-us-columns {
        flex-direction: column;
    }

    .why-us-block .column-wrapper {
        flex-direction: row;
        width: 100%;
    }
}

.why-us-block .reason-card {
    background: #1D1D1D;
    border-radius: 50px;
    padding: 35px 40px;
    box-sizing: border-box;
    width: 100%;
    flex-grow: 1;
}



.why-us-block .reason-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
}

.why-us-block .reason-text {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #999999;
}




.our-services {
    background-color: #404040;
    padding: 33px 0 140px;
    border-radius: 100px;
}

@media screen and (max-width: 990px) {
    
    .our-services {
        padding: 33px 0 80px;
        border-radius: 50px;
    }

}

.our-services .services-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
}

.our-services .block-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    color: #B9D40F;
    margin-bottom: 31px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .our-services .block-title {
        font-size: 50px;
    }
}

.our-services .services-columns {
    display: flex;
    justify-content: space-between;
    gap: 41px;
}

@media screen and (max-width: 1300px) {
    .our-services .services-columns {
        flex-direction: column;
    }
}

.our-services .column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 53px;
    width: 573px;
}

@media screen and (max-width: 1300px) {
    .our-services .column-wrapper {
        flex-direction: row;
        gap: 33px;
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .our-services .column-wrapper {
        flex-direction: column;
    }
}

.our-services .service-card {
    background: #1D1D1D;
    border-radius: 50px;
    padding: 26px 40px 45px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    box-shadow: 10px 10px 10px 0 #00000040;
    display: flex;
    flex-direction: column;
    min-height: 305px;
}

.service-card.service-card--big {
    min-height: 415px;
}

@media screen and (max-width: 1300px) {
    .our-services .service-card {
        min-height: auto;
    }

    .service-card.service-card--big {
        min-height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .our-services .service-card {
        padding: 30px 20px;
    }
}

.our-services .service-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .our-services .service-title {
        font-size: 20px;
    }
}

.our-services .service-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    flex-grow: 1;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .our-services .service-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1300px) {
    .our-services .service-text {
        margin-bottom: 30px !important;
    }
}

.our-services .service-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 21px;
    gap: 8px;
    position: absolute;
    width: 229px;
    height: 77px;
    right: 33px;
    bottom: -20px;
    background-color: rgba(185, 212, 15, 0.3);
    border: 2px solid #BCCC62;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.8;
    transition: .3s;
}

.our-services .service-btn:hover {
    transform: scale(1.03);
}

@media screen and (max-width: 1300px) {
    .our-services .service-btn {
        position: static;
        height: auto;
        padding: 20px;
        width: 100%;
        margin-top: auto;
    }
}

.our-services .service-btn-label {
    width: 171px;
    height: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    text-align: center;
}


.our-cases {
    background-color: #1D1D1D;
    padding: 140px 0;
    overflow: hidden;
}

.our-cases .cases-container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.our-cases .block-title {
    font-weight: 700;
    font-size: 68px;
    line-height: 100%;
    margin-bottom: 14px;
}

@media screen and (max-width: 1480px) {
    .block-title {
        font-size: 50px;
    }
}

.our-cases .slider-nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 60px;
}

.our-cases .nav-btn {
    background: transparent;
    border: none;
    width: 131px !important;
    height: 77px !important;
    margin: 0 !important;
    box-shadow: none;
    flex-shrink: 0;
    padding: 0 !important;
}



.our-cases .nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

.our-cases .nav-btn svg {
    stroke: #B9D40F;
}

.our-cases .cases-swiper {
    display: flex;
    /* width: calc(100% + (100% / 3) + 172px) !important;
    margin-left: calc(((100% / 3) + 172px) / -2) !important; */
    overflow: visible !important;
}

.our-cases .cases-swiper .swiper-wrapper {
    height: auto;
}

.our-cases .swiper-slide {
    display: flex;
    width: auto;
}

.our-cases .case-card {
    max-width: 400px;
    /* width: 404px;
    min-width: 404px;
    max-width: 404px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-cases .case-img {
    /* width: 404px;
    height: 404px; */
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 400/400;
    border-radius: 50px;
    object-fit: cover;
    margin-bottom: 16px;
}

.our-cases .case-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 45px;
}

.our-cases .case-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: grey;
    margin-bottom: 28px !important;
}

.our-cases .case-text .task-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

.our-cases .case-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 56px;
    background-color: rgba(185, 212, 15, 0.3);
    border: 2px solid #BCCC62;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background 0.3s;
    margin-top: auto;
}

.our-cases .case-btn:hover {
    background: #FFFFFF;
    color: #1D1D1D;
}

@media screen and (max-width: 990px) {
    .our-cases .case-title {
        font-size: 20px;
    }

    .our-cases .case-text .task-label {
        font-size: 18px;
    }

    .our-cases .case-text {
        font-size: 18px;
    }
}


.networks-block {
    background-color: #FFFFFF;
    border-radius: 100px;
    padding: 88px 0 128px;
    overflow: hidden;
}

.networks-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    padding: 0 60px;
}

.networks-header.clients-heading {
    margin-top: 150px;
}

.networks-title {
    max-width: 680px;
    margin: 0;
    font-weight: 900;
    font-size: 48px;
    line-height: 45px;
    color: #212529;
    text-transform: uppercase;
}

.networks-title-clients {
    margin: 0;
    font-weight: 900;
    font-size: 48px;
    line-height: 45px;
    color: #212529;
    text-transform: uppercase;
}

.networks-title .highlight {
    color: #B9D40F;
}

.networks-subtitle {
    max-width: 663px;
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 27px;
    color: #212529;
    text-align: right;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeLinear 90s linear infinite;
}

.marquee-track.marquee-track-reverse {
    animation: marqueeReverse 90s linear infinite;
}

.marquee-group {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-right: 60px; 
    flex-shrink: 0;
}


.marquee-track img {
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.networks-footer-text {
    margin: 88px 0 0 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
}

@keyframes marqueeLinear {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeReverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


@media screen and (max-width: 1200px) {
    .networks-header {
        padding: 0 40px;
    }

    .networks-title {
        font-size: 40px;
    }

    .networks-subtitle {
        font-size: 22px;
    }

    .networks-title-clients {
        font-size: 40px;
    }
}

@media screen and (max-width: 990px) {
    .networks-header {
        flex-direction: column;
        align-items: start;
    }

    .networks-title {
        max-width: 100%;
    }

    .networks-subtitle {
        text-align: left;
        max-width: 100%;
    }

    .networks-block {
        background-color: #FFFFFF;
        border-radius: 50px;
        padding: 48px 0 78px;
        overflow: hidden;
    }

    .networks-footer-text {
        font-size: 20px;
        line-height: 150%;
    }
}


.feedback-block {
    background-color: #1D1D1D;
    padding: 140px 0;
}

.feedback-container {
    max-width: 986px;
    margin: 0 auto;
    padding: 0 15px;
}

.feedback-title {
    margin: 0 0 44px 0;
    font-weight: 900;
    font-size: 48px;
    line-height: 57.6px;
    text-align: center;
    text-transform: uppercase;
    color: #B9D40F;
}

.feedback-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.feedback-left-col {
    width: 480px;
    /* min-width: 480px;
    max-width: 480px; */
    flex-shrink: 0;
}

.feedback-right-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.input-group {
    position: relative;
    width: 100%;
}

.feedback-form input[type="text"],
.feedback-form input[type="tel"],
.feedback-form input[type="email"],
.feedback-form textarea {
    width: 100% !important;
    height: 66px !important;
    background-color: #D9D9D9 !important;
    border: none !important;
    border-radius: 33px !important;
    padding: 21px 30px !important;
    font-size: 18px !important;
    color: #212529 !important;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.feedback-form textarea {
    field-sizing: content;
    min-height: 66px !important;
    height: auto !important;
    overflow: hidden !important;
    resize: none !important;
    font-family: inherit !important;
}

.input-group label {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #757575;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 5;
}

.input-group label svg {
    margin-top: 2px;
}

.feedback-form input:focus ~ label,
.feedback-form input:not(:placeholder-shown) ~ label {
    opacity: 0;
    visibility: hidden;
}

.feedback-submit-btn {
    width: 100% !important;
    height: 66px !important;
    background-color: #4C5419 !important;
    border: 1px solid #BCCC62 !important;
    border-radius: 33px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    letter-spacing: -0.1px !important;
    color: #FFFFFF !important;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: none !important;
}

.feedback-submit-btn:hover {
    background-color: #5d6720 !important;
}

.custom-checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    cursor: pointer !important;
    margin-top: 4px !important;
}

.real-checkbox {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
}

.custom-checkbox {
    display: inline-block;
    width: 19px;
    height: 15px;
    flex-shrink: 0;
    position: relative;
    background-image: url('../img/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.real-checkbox:checked + .custom-checkbox {
    background-image: url("../img/checkbox-active.svg");
}

.checkbox-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.checkbox-text a {
    color: #B9D40F;
    text-decoration: none;
}

.checkbox-text a:hover {
    text-decoration: underline;
}

.feedback-socials {
    display: flex;
    gap: 17px;
    margin-bottom: 15px;
}

.social-btn {
    display: inline-flex;
    transition: opacity 0.3s;
}

.social-btn:hover {
    opacity: 0.85;
}

.feedback-link {
    display: block;
    font-weight: 300;
    font-size: 20px;
    line-height: 14.4px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.feedback-link:hover {
    color: #B9D40F !important;
}

.feedback-address {
    margin: 13px 0 0 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .feedback-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 990px) {
    .feedback-columns {
        flex-direction: column;
    }

    .feedback-left-col {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .why-us-block .column-wrapper {
        flex-direction: column;
    }

    .features-block .feature-title {
        font-size: 42px;
    }

    .features-block {
        padding: 70px 0 100px;
    }

    .our-cases {
        padding: 100px 0;
    }

    .feedback-block {
        padding: 100px 0;
    }
}

@media screen and (max-width: 550px) {
    .why-us-block .block-title {
        font-size: 40px;
    }

    .why-us-block .reason-title {
        font-weight: 600;
        font-size: 20px;
    }

    .why-us-block .reason-text {
        font-size: 18px;
    }

    .our-services .block-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .our-cases .block-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .networks-title {
        font-size: 35px;
        line-height: 140%;
    }

    .networks-title-clients {
        font-size: 35px;
        line-height: 140%;
    }

    .networks-header {
        padding: 0 12px;
    }

    .feedback-title {
        font-size: 34px;
        line-height: 130%;
    }

    .our-cases .case-card {
        max-width: 310px;
    }

    .why-us-block .reason-card {
        padding: 35px 20px;
    }

    .our-services .service-btn {
        padding: 17px;
    }

    .our-services .service-btn-label {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .networks-title {
        font-size: 28px;
    }

    .networks-title-clients {
        font-size: 28px;
    }
}





/* !!!!НОВОЕ!!!! */

.breadcrumbs-container {
    padding: 136px 64px 50px 64px;
}

.breadcrumbs-custom {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0;
    leading-trim: none;
    gap: 12px 0;
}

.breadcrumbs-custom .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
}

.breadcrumbs-custom .breadcrumb-item.active {
    color: #ffffff;
    vertical-align: middle;
}

.breadcrumbs-custom .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    vertical-align: middle;
}

.merchinfo-container {
    padding-bottom: 120px;
}

.merchinfo-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 50.4px;
    letter-spacing: 0;
    text-transform: uppercase;
    vertical-align: middle;
    leading-trim: none;
    color: #ffffff;
    margin-bottom: 23px;
}

.merchinfo-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    leading-trim: none;
    color: #ffffff;
    margin-bottom: 23px;
}

.merchdata-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 74px;
    width: 100%;
    padding: 20px 60px 186px 60px;
    box-sizing: border-box;
}

.merchdata-card {
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(33.333% - 50px);
    min-width: 440px;
    max-width: 1320px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 20px;
    min-height: 480px;
    background-color: #404040;
    border-radius: 50px;
}

.merchdata-content {
    padding: 30px 45px 60px 45px;
    flex-grow: 1;
}

.merchdata-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 50.4px;
    letter-spacing: 0;
    text-transform: uppercase;
    vertical-align: middle;
    leading-trim: none;
    color: #ffffff;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 23px;
}

.merchdata-subtitle {
    font-weight: 900;
    font-size: 26px;
    line-height: 38.4px;
    letter-spacing: 0;
    text-transform: uppercase;
    vertical-align: middle;
    leading-trim: none;
    color: #B9D40F;
    margin: 0 0 15px 0;
}

.merchdata-subsubtitle {
    font-weight: 900;
    font-size: 26px;
    line-height: 33.6px;
    letter-spacing: 0;
    vertical-align: middle;
    leading-trim: none;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.merchdata-text,
.merchdata-list li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    leading-trim: none;
    color: #ffffff;
}

.merchdata-list,
.merchdata-list ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.merchdata-inner-shifted {
    padding-left: 60px;
    padding-top: 25px;
}

.merchdata-numeric-list {
    list-style-type: decimal;
    margin-bottom: 25px;
}

.merchdata-numeric-list li {
    margin-bottom: 10px;
}

.merchdata-actions {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 33.33%);
    display: flex;
    gap: 10px;
}

@media (min-width: 1200px) {
    .merchdata-card--shifted .merchdata-actions {
        left: 110px;
        transform: translateY(33.33%);
    }
}

.merchbtn {
    height: 78px;
    min-width: 230px;
    background-color: #4C5419;
    border: 1px solid #BCCC62;
    border-radius: 33px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: none;
    vertical-align: middle;
}

.merchbtn:hover {
    background-color: #5d6720 !important;
}

.merchbtn.grey {
    background-color: #5F5F5F;
    border: 1px solid #FFFFFF;
}

.merchbtn.grey:hover {
    background-color: #707070 !important;
}

.merchdata-actions .merchbtn {
    opacity: 0.8;
    height: 88px;
}

@media (max-width: 1750px) {
    .merchdata-card {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(50% - 37px);
    }
}

@media (max-width: 1180px) {
    .merchdata-card {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
    }
}

@media (max-width: 1400px) {
    .merchdata-container {
        gap: 88px 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 990px) {
    .merchdata-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-container {
        padding: 60px 20px 30px 20px;
    }

    .breadcrumbs-custom {
        font-size: 18px;
    }

    .merchinfo-container {
        padding-bottom: 60px;
    }

    .merchinfo-title {
        font-size: 32px;
        line-height: 36px;
    }

    .merchinfo-subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .merchdata-container {
        padding: 20px 20px 120px 20px;
        gap: 88px 20px;
    }

    .merchdata-content {
        padding: 30px 25px 50px 25px;
    }

    .merchdata-title {
        font-size: 32px;
        line-height: 36px;
    }

    .merchdata-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .merchdata-subsubtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .merchdata-text,
    .merchdata-list li {
        font-size: 16px;
        line-height: 20px;
    }

    .merchdata-card {
        min-width: 0;
    }

    .merchdata-inner-shifted {
        padding-left: 0;
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .merchdata-actions {
        position: static;
        transform: none;
        flex-direction: column;
        width: 100%;
        padding: 0 25px 30px 25px;
        box-sizing: border-box;
        gap: 12px;
    }

    .merchdata-card--shifted .merchdata-actions {
        position: static;
        transform: none;
        padding: 0 25px 30px 25px;
    }

    .merchdata-card {
        padding-bottom: 0;
        border-radius: 30px;
    }

    .merchdata-actions .merchbtn {
        width: 100%;
        min-width: 0;
        height: 68px;
    }

    .merchdata-content {
        padding-bottom: 30px;
    }

    .merchdata-title {
        font-size: 30px;
        line-height: 130%;
    }

    .merchdata-subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 390px) {
    .merchdata-title {
        font-size: 20px;
    }
}

.merchdata-subtitle--lowercase {
    text-transform: none;
}



/* !!!!НОВОЕ!!!! */


@font-face {
    font-family: 'Evolventa';
    src: local('Evolventa-Regular'), local('Evolventa'), url('../fonts/Evolventa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 64px 0 64px;
    background: transparent;
    position: relative;
}

.header-left {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.header-logo {
    display: block;
    margin-right: 36px;
    flex-shrink: 0;
    max-width: 150px;
    width: 100%;
    height: 100px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.header-menu .header-contacts-column {
    display: none;
}

.menu-item {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.menu-item:hover,
.menu-item--active {
    color: #B9D40F;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.header-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 30px;
}

.header-cabinet-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.header-cabinet-link:hover {
    color: #B9D40F;
}

.header-cabinet-link svg {
    flex-shrink: 0;
}

.header-contacts-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-left: 64px;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 17px;
}

.social-link {
    display: block;
    line-height: 0;
    transition: .3s;
}

.social-link:hover {
    opacity: 0.8;
}

.header-email {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 14.4px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.header-email:hover {
    color: #B9D40F;
}

.header-phone {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 14.4px;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.header-phone:hover {
    color: #B9D40F;
}

.menu-toggle,
.burger-btn,
.header-menu .header-cabinet-link {
    display: none;
}

.blog-custom-section {
    padding: 0 62px 42px 62px;
}

.blog-custom-grid {
    display: grid;
    
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.blog-custom-card {
    background: #ffffff;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
}




.blog-custom-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 573/396;
    object-fit: cover;
    margin-bottom: 40px;
    display: block;
    border-radius: 50px;
}






.blog-custom-content {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-custom-title {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 90%;
    letter-spacing: 0;
    color: #1D1D1D;
    margin: 0 0 21px 0;
}

.blog-custom-text {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1D1D1D;
    margin: 0 0 55px 0;
    flex-grow: 1;
}

.blog-custom-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: auto;
}

.blog-meta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Evolventa', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1D1D1D;
}

.blog-meta-item svg {
    flex-shrink: 0;
}

.blog-btn-wrapper {
    display: none;
    justify-content: center;
    margin-top: 43px;
}

.blog-btn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    padding: 16px 30px;
    background: #FFFFFF;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
    font-family: 'Evolventa', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 50px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.blog-btn-more svg {
    flex-shrink: 0;
}

.blog-btn-more:hover {
    background: #1E1E1E;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.blog-btn-more:hover svg path {
    fill: #FFFFFF;
}

#thanksModal .modal-content {
    background: #404040;
    
}

#thanksModal .modal-title {
    font-weight: 900;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #B9D40F;
    margin: 0 0 30px;
}

#thanksModal .feedback-socials {
    justify-content: center;
}


#thanksModal .btn-close {
    color: #fff;
    filter: invert(1);
}

#contactModal .modal-content {
    background: #404040;
    padding: 30px 20px;
    border-radius: 50px;
}

#contactModal  .btn-close {
    margin-left: auto;
    margin-bottom: 20px;
}

#contactModal .modal-title-custom {
    font-weight: 900;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #B9D40F;
    margin: 0 0 50px;
}

#contactModal .modal-body {
    padding: 0;
}

#contactModal .modal-dialog {
    max-width: 670px;
}

@media screen and (max-width: 1700px) {
 

    /* .header-left {
        width: 100%;
        justify-content: space-between;
    }

    .header-right {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 16px;
    }

    .header-contacts-column {
        flex-direction: row;
        align-items: center;
        gap: 30px;
        margin-left: 0;
    }

    .header-socials {
        margin-bottom: 0;
    }

    .header-email {
        margin-bottom: 0;
    } */

    .header-contacts-column {
        margin-left: 30px;
    }

    .header-menu {
        gap: 20px;
    }

    .header-logo {
        max-width: 100px;
        height: 70px;
    }
}

@media screen and (max-width: 1500px) {

    .menu-item {
        font-size: 18px;
    }

    .header-cabinet-link {
        font-size: 18px;
    }

    .header-cabinet-link svg {
        width: 25px;
        height: 25px;
        flex-shrink: 0;
    }

    .social-link svg {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
    }

    .header-socials {
        gap: 10px;
    }

    .header-email {
        font-size: 18px;
    }

    .header-phone {
        font-size: 18px;
    }
}


@media screen and (max-width: 1440px) {
    .blog-custom-grid {
        gap: 25px;
    }

    .blog-custom-card {
        border-radius: 50px;
    }
}

@media screen and (max-width: 1380px) {
    .main-header {
        padding: 26px 30px 0 30px;
    }

    .menu-item {
        font-size: 16px;
    }

    .header-cabinet-link {
        font-size: 16px;
    }

    .header-email {
        font-size: 16px;
    }

    .header-phone {
        font-size: 16px;
    }

    .header-contacts-column {
        margin-left: 20px;
    }
}


@media screen and (max-width: 1200px) {
    .blog-custom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .blog-custom-img {
        border-radius: 25px;
    }

}


@media (max-width: 1024px) {
    .main-header {
        padding: 20px 30px 0 30px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header-left {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .header-logo {
        margin-bottom: 0;
    }

    .burger-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        cursor: pointer;
        z-index: 100;
    }

    .burger-btn span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #FFFFFF;
        transition: transform 0.15s ease, opacity 0.15s ease;
    }

    .header-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: black;
        flex-direction: column;
        padding: 30px 0;
        gap: 25px;
        display: none;
        z-index: 99;
    }

    .header-menu .menu-item {
        white-space: normal;
    }

    .header-menu .header-cabinet-link {
        display: flex;
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 80%;
        justify-content: center;
        
    }

    .header-menu .header-contacts-column {
        display: flex;
        align-items: center;
    }

    .header-right {
        display: none;
    }

    .menu-toggle:checked ~ .header-menu {
        display: flex;
    }

    .menu-toggle:checked ~ .burger-btn span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .menu-toggle:checked ~ .burger-btn span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked ~ .burger-btn span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    .breadcrumbs-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-custom-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .blog-custom-grid {
        grid-template-columns: 1fr;
    }

    #contactModal .modal-title-custom {
        font-size: 20px;
        margin: 0 0 30px;
    }

    
    .our-cases .nav-btn img {
        width: 120px;
        height: 77px;
    }

    .our-cases .slider-nav {
        gap: 10px;
    }
}

@media (max-width: 550px) {
    .blog-custom-section {
        padding: 0 15px 30px 15px;
    }
    .blog-custom-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .blog-custom-card {
        border-radius: 40px;
    }
    .blog-custom-img {
        height: 250px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .blog-custom-text {
        margin-bottom: 30px;
    }
    .blog-btn-wrapper {
        margin-top: 30px;
    }

    .breadcrumbs-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-header {
        padding: 20px 15px 0;
    }

    .merchinfo-title {
        font-size: 28px;
    }
}

.main-footer {
    margin-top: 60px;
    background: #404040;
    border-radius: 100px 100px 0 0;
    padding: 48px 120px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.footer-placeholder {
    display: block;
}

.footer-center-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-title-white,
.footer-title-lime {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.footer-title-white {
    color: #FFFFFF;
}

.footer-title-lime {
    color: #B9D40F;
}

.footer-logo-wrap {
    display: flex;
    justify-content: flex-end;
    margin-left: 84px;
}

.footer-logo-wrap img {
    display: block;
}

@media (max-width: 1440px) {
    .main-footer {
        padding: 48px 60px;
    }
}



@media (max-width: 1200px) {
    .main-footer {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 30px;
    }

    .footer-placeholder {
        display: none;
    }

    .footer-logo-wrap {
        justify-content: center;
        margin-left: 0;
    }

    .header-right {
        flex-direction: column-reverse;
        gap: 15px;
        align-items: start;
        margin: 0;
    }

    .header-contacts-column {
        margin: 0;
    }

    .header-menu {
        margin: 0 auto;
        gap: 25px;
    }

    .header-logo {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .main-footer {
        border-radius: 40px 40px 0 0;
        padding: 40px 15px;
    }

    .footer-title-white,
    .footer-title-lime {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 580px) {
    .main-footer {
        margin-top: 35px;
    }

    .merchdata-container {
        padding-bottom: 60px;
    }
}





/* !!!!НОВОЕ!!!! */


.main-header--transparent {
    position: relative;
    z-index: 10;
    background-color: transparent;
}

.hero-block {
    width: 100%;
    margin-top: -126px;
    padding: 275px 60px 245px;
    background-image: url('../img/hero-bg.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

@media screen and (max-width: 1700px) {
    .hero-block {
        width: 100%;
        margin-top: -215px;
    }
}

.hero-title {
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 68px;
    line-height: 67.5px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-list {
    margin: 0 0 40px;
    padding: 0 0 0 15px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-list-item {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0;
    padding-left: 15px;
}

.hero-subtitle {
    margin: 0;
    font-weight: 700;
    font-size: 68px;
    line-height: 40px;
    letter-spacing: 0;
}

@media (max-width: 1440px) {
    .hero-block {
        margin-top: -207px;
    }
}

@media (max-width: 1024px) {
    .hero-block {
        margin-top: -120px;
    }
}

@media (max-width: 1199.98px) {
    .hero-block {
        padding: 220px 40px 180px;
    }
    .hero-title {
        font-size: 56px;
        line-height: 56px;
    }
    .hero-subtitle {
        font-size: 56px;
        line-height: 40px;
    }
}

@media (max-width: 991.98px) {
    .hero-block {
        padding: 180px 30px 140px;
    }
    .hero-title {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 25px;
    }
    .hero-list {
        margin-bottom: 35px;
        gap: 12px;
    }
    .hero-list-item {
        font-size: 22px;
        line-height: 22px;
    }
    .hero-subtitle {
        font-size: 46px;
        line-height: 38px;
    }
}

@media (max-width: 767.98px) {
    .hero-block {
        padding: 150px 20px 100px;
    }
    .hero-title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .hero-list {
        margin-bottom: 30px;
        gap: 10px;
    }
    .hero-list-item {
        font-size: 18px;
        line-height: 18px;
    }
    .hero-subtitle {
        font-size: 36px;
        line-height: 34px;
    }
}

@media (max-width: 575.98px) {
    .hero-block {
        padding: 140px 15px 80px;
    }
    .hero-title {
        font-size: 28px;
        line-height: 30px;
    }
    .hero-list-item {
        font-size: 16px;
        line-height: 16px;
    }
    .hero-subtitle {
        font-size: 28px;
        line-height: 28px;
    }
}


.about-block {
    width: 100%;
    padding: 140px 60px;
    background-color: #1a1a1a; /* Задайте нужный цвет фона, чтобы белый текст читался */
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.about-title {
    margin: 0 0 16px;
    font-weight: 900;
    font-size: 68px;
    line-height: 70px;
    letter-spacing: 0;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Небольшой отступ между абзацами */
}

.about-text p {
    margin: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

@media (max-width: 1199.98px) {
    .about-block {
        padding: 100px 40px;
    }
    .about-title {
        font-size: 54px;
        line-height: 56px;
    }
    .about-text p {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 991.98px) {
    .about-block {
        padding: 80px 30px;
    }
    .about-title {
        font-size: 42px;
        line-height: 44px;
    }
    .about-text p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767.98px) {
    .about-block {
        padding: 60px 20px;
    }
    .about-title {
        font-size: 32px;
        line-height: 36px;
    }
    .about-text p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 575.98px) {
    .about-block {
        padding: 50px 15px;
    }
    .about-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.team-block {
    width: 100%;
    padding: 48px 0 130px;
    background-color: #404040;
    border-radius: 100px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.team-title {
    margin: 0 0 36px;
    font-weight: 600;
    font-size: 40px;
    line-height: 33px;
    letter-spacing: 0;
    color: #B9D40F;
    text-align: center;
}

.team-info-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.team-photo {
    flex-shrink: 0;
    width: 344px;
    height: 360px;
}

.team-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50px;
}

.team-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.team-quote {
    position: relative;
    margin: 0 0 22px;
    padding-left: 24px;
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
}

.team-quote::before,
.team-quote::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxMy43ODE3TDYuNzEyMDQgMS4wMDAwMU02Ljg1MTgxIDEzLjc4MTdMMTIuNTYzOCAxIiBzdHJva2U9IiNCOUQ0MEYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
}

.team-quote::before {
    position: absolute;
    left: 0;
    top: 5px;
    margin-top: -12px;
}

.team-quote::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 12px;
}

.team-signature {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    padding-left: 24px;
}

.team-signature-name,
.team-signature-role {
    display: block;
}

.team-signature-link {
    color: #FFFFFF;
    text-decoration: none;
}

.team-signature-link--phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.team-phone-icon {
    display: inline-block;
    vertical-align: middle;
}

.team-footer-text {
    margin: 48px 0 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
}

@media (max-width: 1199.98px) {
    .team-block {
        padding: 40px 0 100px;
        border-radius: 60px;
    }
    .team-title {
        font-size: 34px;
        margin-bottom: 28px;
    }
    .team-quote {
        font-size: 22px;
        line-height: 26px;
    }
    .team-signature {
        font-size: 18px;
    }
    .team-footer-text {
        font-size: 32px;
        line-height: 34px;
        margin-top: 36px;
    }
}

@media (max-width: 991.98px) {
    .team-info-wrap {
        gap: 20px;
    }
    .team-photo {
        width: 260px;
        height: 272px;
    }
    .team-quote {
        font-size: 18px;
        line-height: 22px;
    }
    .team-footer-text {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .team-block {
        padding: 35px 0 70px;
        border-radius: 40px;
    }
    .team-info-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .team-photo {
        width: 100%;
        max-width: 344px;
        height: 360px;
    }
    .team-signature {
        padding-left: 0;
    }
    .team-footer-text {
        font-size: 22px;
        line-height: 26px;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .team-block {
        padding: 30px 0 50px;
        border-radius: 24px;
    }
    .team-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .team-quote {
        font-size: 16px;
        line-height: 20px;
    }
    .team-signature {
        font-size: 15px;
    }
    .team-footer-text {
        font-size: 18px;
        line-height: 22px;
    }
}


.main-hero {
    width: 100%;
    margin-top: -126px;
    padding: 260px 0 140px;
    background: linear-gradient(179.37deg, #1D1D1D 8.84%, #B9D40F 120.3%);
    
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.main-hero-container {
    max-width: 1520px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 64px;
}

.main-hero-title {
    margin: 0 0 50px;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.main-hero-title--lime {
    color: #B9D40F;
}

.main-hero-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 96%;
}

.main-hero-list {
    margin: 0;
    padding-left: 72px;
    
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-hero-item {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
}

.main-hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.main-hero-btn {
    width: 235px;
    height: 91px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;

    
    /* background-color: rgba(131, 144, 44, 0.8); 
    backdrop-filter: blur(12px); 
    
    
    border: 1px solid rgba(255, 255, 255, 0.5);  */

    
    /* box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.4), 
        0px 1px 8px 0px rgba(0, 0, 0, 0.1), 
        0px 0px 2px 0px rgba(0, 0, 0, 0.1), 
        inset 0px 0px 16px rgba(255, 255, 255, 0.2), 
        inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 
        -1px -1px 1px 0.5px rgba(255, 255, 255, 0.5) inset, 
        1px 1px 1px 0.5px rgba(255, 255, 255, 0.5) inset; */
       
        /* background-color: #4C5419 !important; */
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
        background: rgba(185, 212, 15, 0.3);
        border: 2px solid #BCCC62 !important;
}

.main-hero-btn:hover {
    opacity: 1;
    transform: translateY(-2px);
    background-color: rgba(131, 144, 44, 1); /* Становится плотнее при наведении */
}

.main-hero-btn2 {
    width: 235px;
    height: 91px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;

    
    /* background: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(12px);
    
    
    border: 1px solid rgba(255, 255, 255, 0.4);

    
    box-shadow: 
        
        0px 1px 8px 0px rgba(0, 0, 0, 0.1), 
        0px 0px 2px 0px rgba(0, 0, 0, 0.1), 
        inset 0px 0px 16px rgba(255, 255, 255, 0.2), 
        inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 
        -1px -1px 1px 0.5px rgba(255, 255, 255, 0.5) inset, 
        1px 1px 1px 0.5px rgba(255, 255, 255, 0.5) inset; */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 1);
}

/* Эффект при наведении */
.main-hero-btn2:hover {
    background: rgba(255, 255, 255, 0.4); /* Чуть светлее при наведении */
    transform: translateY(-2px);
}

.main-hero-btn2:active {
    transform: translate(1px, 1px);
}

.main-hero-marquee {
    margin-top: 111px;
    width: 100%;
    height: 76px; 
    background: rgba(51, 51, 51, 0.3); 
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: center; 
    border-top: 1px solid rgba(185, 212, 15, 0.5);
    border-bottom: 1px solid rgba(185, 212, 15, 0.25);
    box-sizing: border-box; 
    box-shadow:
            0px 1px 8px 0px rgba(0, 0, 0, 0.1),
            0px 0px 2px 0px rgba(0, 0, 0, 0.1),
            0px 0px 16px 0px #F2F2F2 inset,
            0px 0px 1px 1px #999999 inset,
            0px 0px 1px 1px rgba(255, 255, 255, 0.15) inset,
            -1px -1px 1px 0.5px rgba(255, 255, 255, 0.75) inset,
            1px 1px 1px 0.5px rgba(255, 255, 255, 0.75) inset,
            3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.8) inset,
            3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.7) inset,
            10px 10px 10px 0px rgba(0, 0, 0, 0.25);
}



.main-hero-marquee-inner {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    width: max-content;
    animation: marqueeLinear 50s linear infinite;
}

.main-hero-marquee-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px; 
    padding-right: 60px; 
    flex-shrink: 0;
}

.main-hero-marquee-group span {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
}

@media screen and (max-width: 1480px) {
    .main-hero-info  {
        width: 100%;
    }

    .main-hero-title {
        font-size: 50px;
    }

    .main-hero-container {
        max-width: 1240px;
    }

    .main-hero-list {
        padding-left: 40px;
        gap: 15px;
    }

    .main-hero-item {
        font-size: 20px;
    }

    .why-us-block .block-title {
        font-size: 50px;
    }

    .our-services .block-title {
        font-size: 50px;
    }

    .our-cases .block-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .main-hero-title {
        font-size: 45px;
        line-height: 130%;
    }

    .main-hero-title br {
        display: none;
    }

    .main-hero-info {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .main-hero-list {
        padding-left: 20px;
    }

    .main-hero-btn {
        height: 80px;
    }

    .main-hero-btn2 {
        height: 80px;
    }

    .main-hero {
        margin-top: -160px;
    }
}

@media screen and (max-width: 1024px) {
    .main-hero-container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 990px) {
    .main-hero {
        border-radius: 0 0 50px 50px;
    }

    .why-us-block .block-title {
        font-size: 45px;
    }

    .our-services .block-title {
        font-size: 45px;
    }

    .our-cases .block-title {
        font-size: 45px;
    }

    .feedback-title {
        font-size: 35px;
    }
}


@media screen and (max-width: 768px) {
    .main-hero-title {
        font-size: 38px;
    }

    .main-hero-btn, .main-hero-btn2 {
        height: 60px;
        font-size: 20px;
    }

    .main-hero-marquee {
        height: 60px;
    }

    .main-hero-marquee-group span {
        font-size: 18px;
    }

    .why-us-block .block-title {
        font-size: 38px;
    }

    .our-services .block-title {
        font-size: 38px;
    }

    .our-cases .block-title {
        font-size: 38px;
    }

    .feedback-title {
        font-size: 30px;
        margin: 0 0 30px;
    }
}


@media screen and (max-width: 550px) {
    .main-hero {
        padding-bottom: 100px;
    }

    .main-hero-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .main-hero-container {
        padding: 0 15px;
    }

    .main-hero-item {
        font-size: 16px;
    }

    .main-hero-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .main-hero-btn, .main-hero-btn2 {
        width: 100%;
    }

    .main-hero-marquee {
        margin-top: 70px;
    }

    
}


.map {
    padding: 100px 0;
}

.map h2 {
    font-weight: 900;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0 0 37px;
}

.green_btn.russia_btn {
    display: none;
}

#reg_name {
    display: none;
}

.map_item {
    box-shadow: 10px 10px 10px 0px #00000040;
    min-height: 222px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    padding-top: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 17.6px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

#cities {
    font-weight: 900;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
}

#tochki {
    font-weight: 900;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
}

#sotrud {
    font-weight: 900;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
}

#postavka {
    font-weight: 900;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0;
}

.map .services-container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.map text {
    color: #292B1C;
    fill: #292B1C !important;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;

}

#russian-map svg {
    width: 100%;
    height: 100%;
}

.swiper-button-prev.region-prev::after,
.swiper-button-next.region-next::after {
    display: none;
}

.swiper-button-prev.region-prev,
.swiper-button-next.region-next {
    width: 70px;
    height: 70px;
}

.swiper-button-prev.region-prev img,
.swiper-button-next.region-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-button-prev.region-prev {
    left: 0;
}

.swiper-button-next.region-next {
    right: 0;
}

@media screen and (max-width: 1280px) {
    .map h2 {
        font-weight: 900;
        font-size: 35px;
        line-height: 130%;
    }

    #cities, #tochki, #sotrud, #postavka{
        font-size: 36px;
    }

    .map_item {
        min-height: 180px;
        padding-top: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .regions h2 br {
        display: none;
    }

    .regions h3 {
        font-weight: 700;
        font-size: 28px;
        line-height: 125%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #FFFFFF;
        margin: 0 0 20px;
    }

    .regions-swiper .swiper-slide p {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        font-weight: 500;
        font-size: 22px;
        line-height: 125%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #FFFFFF;
    }

    .regions-swiper .swiper-slide p span {
        font-weight: 600;
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .map {
        padding: 80px 0;
    }

    .regions-swiper .swiper-slide p {
        font-size: 18px;
    }
}

/* Отключаем подчеркивание и принудительный цвет ссылок, созданных iOS Safari */
.regions_slide p a, 
.regions_slide p [href] {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none !important; /* делает ссылку некликабельной */
}



.case-content {
    /* max-width: 1500px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 64px;
}

.breadcrumbs-cases {
    padding: 132px 0 48px;
}

.cases-image img {
    width: 520px !important; 
    height: auto !important; 
    max-width: 100%;         
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.cases-wrapper {
    display: flex;
    gap: 42px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.cases-wrapper p {
    margin: 0;
}

.cases-title {
    display: inline-block;
    font-weight: 900;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin: 0 0 46px;
}

.cases-left {
    max-width: 520px;
    width: 100%;
    flex-shrink: 1;
}

.cases-right {
    flex-shrink: 2;
}

.cases-box {
    margin-bottom: 30px;
}

.cases-box span {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    display: block;
    margin: 0 0 10px;
}

.cases-text {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    display: block;
    opacity: 0.6;
    margin: 0 0 10px !important;
}

.cases-text br {
    display: none;
}

.cases-list {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cases-list li {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
    opacity: 0.6;
}

.cases-recap {
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #B9D40F;
}


@media screen and (max-width: 1280px) {
    .cases-wrapper {
        width: 100%;
        gap: 20px;
    }

    .cases-left {
        max-width: 420px;
        
    }

    .breadcrumbs-cases {
        padding: 80px 0 40px;
    }

    .breadcrumbs-cases {
        padding: 80px 0 40px;
    }

    .breadcrumbs-cases .breadcrumb-item {
        font-size: 20px;
    }

    .cases-title {
        font-size: 22px;
    }

    .cases-box span {
        font-size: 18px;
    }

    .cases-text {
        font-size: 17px;
    }

    .cases-list li {
        font-size: 17px;
    }

    .cases-recap {
        font-size: 18px;
    }
}


@media screen and (max-width: 1024px) {
    .case-content {
        padding: 0 30px;
    }
}


@media screen and (max-width: 990px) {
    .cases-wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .cases-left {
        max-width: 100%;
    }

    .cases-image img {
        width: 100% !important;
    }

    .cases-title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumbs-cases .breadcrumb-item {
        font-size: 16px;
    }
}


@media screen and (max-width: 550px) {
    .case-content {
        padding: 0 15px;
    }
}