body,
html{
    overflow-x: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* {
    font-family: inherit;
}
.cid-ttMxVHYiCc .main_header{
    padding: 90px 8%;
}
.slider-overlay{
    z-index: 2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #0a2642b3;
}
.cid-ttMjWYaWR7 .carousel-caption{
    z-index: 3;
}
.formBoxContact{
    margin-top: -35px;
}
.langCont .langChooze{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.langCont .displayLangNone{
    display: none;
}
.langCont img{
    transition: all 0.25s ease;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid #eee;
}
.langCont .langContBox a{
    display: flex;
    padding: 5px 10px;
    align-items: center;
}
.langCont .langContBox{
    position: absolute;
    display: flex;
    flex-direction: column;
    background:#fff;
    margin-top:10px;
    margin-left: -10px;
}
.langCont{
    display: block;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.cid-toSGkxTyB9 {
    background-color: #fafafa!important;
    padding-bottom: 4rem;
}
.contactsPage{
    padding-left:40px;
}
.textHome p{
    margin-top: 1.5rem!important;
}
.moreTextService img{
    width: auto;
}
.page404{
    padding: 150px 50px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.breadcrumbs_box{
    margin-top: 100px;
}
.breadcrumbs_box ul li{
    list-style-type: none;
    float: left;
    margin-right: 15px;
}
.breadcrumbs_box ul{
    margin: 0px;
    padding: 0px;
}
.display-0{
    font-family: 'Inter', sans-serif;
    font-size: 10rem;
    line-height: 1.1;
}

/* About Company Section */
.about-company-section {
    padding: 80px 0;
    background: #fff;
}

.about-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a2642;
    margin-bottom: 30px;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    height: 100%;
    align-content: center;
}

.stat-box {
    background: #f5f5f7;
    border: none;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 130px;
}

.stat-box:hover {
    background: #ededf0;
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .about-company-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: 2rem;
    }

    .stats-grid {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .stat-box {
        padding: 20px 15px;
        aspect-ratio: auto;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 0;
    background: #fff;
}

.contact-form-section .section-header {
    margin-bottom: 50px;
}

.contact-form-section .section-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.contact-form-section .section-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #f8f9fb;
    border-radius: 16px;
    padding: 40px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
}

.consultation-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

.consultation-form .form-group.full-width {
    grid-column: 1 / -1;
}

.consultation-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
    outline: none;
    border-color: #0a2642;
    box-shadow: 0 0 0 3px rgba(10, 38, 66, 0.1);
}

.consultation-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.consultation-form textarea {
    resize: vertical;
    min-height: 120px;
}

.consultation-form textarea::placeholder {
    color: #9ca3af;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.btn-submit {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #0a2642;
    border: none;
    border-radius: 10px;
    padding: 16px 50px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.btn-submit:hover {
    background: #143a5c;
    transform: translateY(-2px);
}

.form-success {
    text-align: center;
    padding: 60px 20px;
}

.form-success .success-icon {
    font-size: 4rem;
    color: #10b981;
    margin-bottom: 20px;
}

.form-success h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.form-success p {
    font-size: 1rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .consultation-form .form-row {
        grid-template-columns: 1fr;
    }

    .form-wrapper {
        padding: 30px 20px;
    }

    .contact-form-section .section-title {
        font-size: 1.8rem;
    }
}

/* Partners Section */
.partners-section {
    padding: 60px 0;
    background: #f8f9fb;
    overflow: hidden;
}

.partners-title {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 40px;
    text-align: center;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.partners-marquee::before,
.partners-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.partners-marquee::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fb 0%, transparent 100%);
}

.partners-marquee::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fb 0%, transparent 100%);
}

.partners-track {
    display: flex;
    gap: 60px;
    animation: marquee 40s linear infinite;
    width: max-content;
}

.partners-track:hover {
    animation-play-state: paused;
}

.partner-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.partner-item img {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

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

    .partners-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .partners-track {
        gap: 40px;
    }

    .partner-item img {
        max-height: 50px;
        max-width: 120px;
    }

    .partners-marquee::before,
    .partners-marquee::after {
        width: 50px;
    }
}

/* Services Slider Section */
.services-slider-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.services-slider-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 50px;
}

.services-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.services-slider-container {
    overflow: hidden;
    width: 100%;
}

.services-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

.service-card {
    flex: 0 0 calc(25% - 18px);
    min-width: calc(25% - 18px);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.service-card-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 12px;
}

.service-card-image.gradient-1 {
    background: linear-gradient(135deg, #4a6b7c 0%, #1e3a4f 100%);
}

.service-card-image.gradient-2 {
    background: linear-gradient(135deg, #6b8f7a 0%, #2c4a5c 100%);
}

.service-card-image.gradient-3 {
    background: linear-gradient(135deg, #7a9a8a 0%, #1e3a4f 100%);
}

.service-card-image.gradient-4 {
    background: linear-gradient(135deg, #3d5a6c 0%, #1a2f3f 100%);
}

.service-icon {
    width: 80px;
    height: 80px;
    stroke: #fff;
    stroke-width: 2;
}

.service-card-content {
    padding: 20px 20px 28px;
}

.service-card-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.35;
}

.service-card-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

.services-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    color: #374151;
}

.services-nav:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.services-nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.services-nav-prev {
    left: 0;
}

.services-nav-next {
    right: 0;
}

@media (max-width: 1200px) {
    .service-card {
        flex: 0 0 calc(33.333% - 16px);
        min-width: calc(33.333% - 16px);
    }
}

@media (max-width: 992px) {
    .services-slider-wrapper {
        padding: 0 50px;
    }

    .service-card {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

    .services-slider-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .services-slider-section {
        padding: 60px 0;
    }

    .services-slider-wrapper {
        padding: 0 40px;
    }

    .services-nav {
        width: 40px;
        height: 40px;
    }

    .service-card-image {
        height: 160px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .services-slider-wrapper {
        padding: 0 45px;
    }

    .service-card {
        flex: 0 0 calc(100% - 0px);
        min-width: calc(100% - 0px);
    }

    .services-slider-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .services-nav {
        width: 36px;
        height: 36px;
    }

    .services-nav-prev {
        left: 4px;
    }

    .services-nav-next {
        right: 4px;
    }
}

/* Advantages Section */
.advantages-section {
    padding: 80px 0;
    background: #fff;
}

.advantages-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 50px;
}

.advantages-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.advantages-slider-container {
    overflow: hidden;
    width: 100%;
}

.advantages-slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.advantage-card {
    flex: 0 0 100%;
    min-width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.advantage-card-header {
    background: linear-gradient(135deg, #4a6b7c 0%, #1e3a4f 100%);
    padding: 40px 40px;
    border-radius: 12px;
    margin: 12px 12px 0 12px;
}

.advantage-card-header h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.advantage-card-body {
    padding: 30px 40px 40px;
}

.advantage-card-body p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4a5568;
    margin: 0;
}

.advantages-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    color: #374151;
}

.advantages-nav:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.advantages-nav-prev {
    left: 0;
}

.advantages-nav-next {
    right: 0;
}

@media (max-width: 992px) {
    .advantages-slider-wrapper {
        padding: 0 50px;
        max-width: 700px;
    }

    .advantages-title {
        font-size: 2rem;
    }

    .advantage-card-header h3 {
        font-size: 1.5rem;
    }

    .advantage-card-body p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .advantages-section {
        padding: 60px 0;
    }

    .advantages-slider-wrapper {
        padding: 0 45px;
    }

    .advantages-nav {
        width: 40px;
        height: 40px;
    }

    .advantage-card-header {
        padding: 30px 25px;
    }

    .advantage-card-header h3 {
        font-size: 1.25rem;
    }

    .advantage-card-body {
        padding: 25px;
    }

    .advantage-card-body p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
    .advantages-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .advantages-slider-wrapper {
        padding: 0 40px;
    }

    .advantages-nav {
        width: 36px;
        height: 36px;
    }

    .advantages-nav-prev {
        left: 2px;
    }

    .advantages-nav-next {
        right: 2px;
    }

    .advantage-card-header {
        padding: 25px 20px;
        margin: 8px 8px 0 8px;
    }

    .advantage-card-body {
        padding: 20px;
    }
}

/* Contacts Page Section */
.contacts-page-section {
    padding: 120px 0 80px;
    background: #fff;
}

.contact-info-card {
    background: #f8f9fb;
    border-radius: 16px;
    padding: 35px 30px;
    height: 100%;
}

.contact-info-block {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
}

.contact-info-block:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #4a6b7c 0%, #1e3a4f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    color: #fff;
    font-size: 1.2rem;
}

.contact-info-content {
    flex: 1;
}

.contact-info-title {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.contact-info-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.5;
}

.contact-info-content a {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-content a:hover {
    color: #0a2642;
}

/* Working Hours Block */
.working-hours-block {
    background: linear-gradient(135deg, #4a6b7c 0%, #1e3a4f 100%);
    border-radius: 12px;
    padding: 20px;
    margin: -35px -30px 25px -30px;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
}

.working-hours-block .contact-info-icon {
    background: rgba(255, 255, 255, 0.2);
}

.working-hours-block .contact-info-title {
    color: rgba(255, 255, 255, 0.8);
}

.working-hours-block .working-hours-text {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.working-hours-block .working-hours-days {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Contact Social Block */
.contact-social-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

.contact-social-block .contact-info-title {
    margin-bottom: 15px;
}

.contact-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-social-links a {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.contact-social-links a:hover {
    background: #0a2642;
    border-color: #0a2642;
    color: #fff;
}

@media (max-width: 991px) {
    .contacts-page-section {
        padding: 100px 0 60px;
    }

    .contact-info-card {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .contacts-page-section {
        padding: 80px 0 40px;
    }

    .contact-info-card {
        padding: 30px 20px;
    }

    .working-hours-block {
        margin: -30px -20px 25px -20px;
        padding: 15px;
    }

    .working-hours-block .working-hours-text {
        font-size: 1.5rem;
    }
}