@font-face {
    font-family: 'Doloman Pavljenko';
    src: url('./fonts/DolomanPavljenko.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-main: 'Montserrat';
    --font-secondary: 'Doloman Pavljenko';
}

body {
    font-family: var(--font-main) !important;
}

.text-18px{
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    text-transform: lowercase;
    color: #070707;
}

@media (min-width: 1024px) {
    .index-wrapper {
        width: 100%;
        background-image: url('/wp-content/uploads/2025/07/index-6.png');
        object-fit: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
    }
}


html, body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100vw !important;
    overflow-x: hidden;
}

footer, header{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.index{
    background-position: center;
    background-repeat: no-repeat;
    height: 689px;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
}

.header-index-button{
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 93.5vw !important;
    align-items: flex-end;
    gap: 10rem;
}

.bottom-header-wrapper{
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-bottom: 4rem;
    width: 93.5vw;
    max-width: 1344px;
    align-items: flex-end;
    justify-content: space-between;
}

.bottom-header-name{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
    text-transform: uppercase;
    color: #070707;
}

.header-down-row{
    width: 100%;
    height: 2px;
    background: #021941;
    margin: 1rem 0;
}

.left-bottom-header{
    width: 40%;
}

.header-pros{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1344px;
    align-items: flex-end;
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

footer{
    flex-direction: column;
    align-items: center;
    background: #DDDDDB;
    height: 333px;
    margin-top: auto;
}

.footer-img img{
    padding-top: 2rem;
    width: 130px;
    height: 70px;
}

.footer-navigation{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 2rem 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.footer-socials{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-bar-1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    background: #50B0B5;
    width: 100%;
    height: 32px;
    border-radius: 10px;
}

.footer-img-bar{
    width: 19px;
    height: 19px;
}

.footer-bar-1-text{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.footer-bar-2{
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

/* Преимущества Ключевые */

.advantages {
    padding: 20px 0;
    position: relative;
    overflow-x: hidden;
}

.advantage-img-1 {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
}

.advantage-img-2 {
    width: 98px;
    height: 98px;
    margin-bottom: 20px;
}

.advantage-img-3 {
    width: 98px;
    height: 98px;
    margin-bottom: 20px;
}

.colored-row {
    background: rgba(80, 176, 181, 0.25);
    height: 70px;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.container{
    height: 100%;
}

.advantage-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .col-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .colored-row {
        height: auto;
        padding: 20px 0;
    }

    .advantage-img {
        width: 96px;
        height: 96px;
    }
}

/* Contacts */

.contacts {
    display: flex;
    flex-direction: column;
    padding: 0 5rem 2rem 5rem;
}

.contact-name {
    display: flex;
    flex-direction: row;
}

.socials-contact{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0.5rem;
}

.section-name{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #021941;
}

.contact-content-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-callback-button-1{
    border: 2px solid #50B0B5;
    width: 340px;
    height: 66px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-decoration: none !important;
}

.contact-callback-button-2{
    border: 2px solid #50B0B5;
    width: 340px;
    height: 66px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #50B0B5;
    text-decoration: none !important;
}

.contact-callback-img{
    height: 47px;
    width: 48px;
}

.contact-callbacks{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 0 auto;
}

.contact-callback-buttons-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 1.2rem;
    gap: 1rem;
}

.contact-bg-image{
    position: relative;
    bottom: 2rem;
    right: 5rem;
}

.uslugi-bg-image{
    position: relative;
    bottom: 2rem;
    right: 16rem;
}

.raskritie-bg-image{
    position: relative;
    bottom: 2rem;
    right: 3rem;
}

.contact-content-row-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.contact-img-social-1 img, .contact-img-social-3 img{
    height: 33px;
    width: 33px;
}

.contact-img-social-2 img{
    height: 26px;
    width: 33px;
}

.blue{
    color: #50B0B5;
}

.white{
    color: #FFFFFF;
}

.contact-callback-button-text{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 3px;
}

/* FORM */

.contact-form {
    max-width: 546px;
    width: 100%;
    margin: 0 0 0 auto;
}

.input-box {
    margin-bottom: 20px;
}

.form-inp {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-inp::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

.form-inp-callback {
    width: 80%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-inp-callback::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

.check-box p {
    margin: 25px 0;
    display: flex;
    align-items: center;
	flex-direction: row;
}

.check-box input {
    margin-right: 10px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #50B0B5;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
}

.cp{
    width: 80% !important;
}

.submit-btn:hover {
    background-color: #3a8a8f;
}

.d-none {
    display: none;
}

.popUp-thanks {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color: white;
    font-size: 24px;
}

small.success {
    display: none;
}

/* Стили для placeholder */
.ao-column{
    display: flex;
    width: 60%;
}

.ao-description{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ao-wrapper {
 display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    background-image: url(/wp-content/uploads/2025/07/section-ao.png);
    background-repeat: no-repeat;
    background-position: 3.5% center;
}

.ao-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    justify-content: space-between;
    padding: 2rem;
}


.ao-name{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #021941;
}

.callback-page-name{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: capitalize;
    color: #021941;
}

/* Услуги */

.uslugi-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0 2rem 0;
    height: auto;
    background-image: url(/wp-content/uploads/2025/07/callback-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.uslugi-card-1{
    width: 423px !important;
    height: 488px;
    border-radius: 20px;
    border: 3px solid #DDDDDB;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uslugi-card-2{
    width: 423px;
    height: 263px;
    border-radius: 14px;
    border: 3px solid #DDDDDB;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cr3{
    text-align: center;
    margin-left: 0 !important;
    margin-top: 2rem;
}

.uslugi-cards{
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.uslugi-line{
    width: 280px;
    height: 2px;
    background: #021941;
    margin-top: 1rem;
}

.uslugi-list{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    margin-left: 6rem;
    margin-top: 1.5rem;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}



.uslugi-card-name{
    margin-top: 2rem;
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #021941;
}

.uslugi-name{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(2, 25, 65, 1);
}

.raskritie-name{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: capitalize;
    color: #021941;
}

.uslugi-strong-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-top: 4rem;
}

.uslugi-button{
    margin-top: 1.5rem;
    width: 347px;
    height: 67px;
    border-radius: 15px;
    background: #50B0B5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.uslugi-button-text{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.header{
    max-width: 1344px !important;
    height: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 93.5vw !important;
    margin: 1rem 0;
    padding: 0;
    border-radius: 20px;
    border-width: 1px;
    box-shadow: 4px -3px 4px 0 #00000040 inset;
    background: #FFFFFF;
    position: absolute;

}

.left-header{
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 3rem;
}

.mid-header{
    margin-left: 2.5rem;
}

.left-header-row-1{
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 1rem;
}

.left-header-row-2{
    display: flex;
    flex-direction: row;
    gap: 2rem
}

.left-header-block-1{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.left-header-block-2{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.header-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.picked{
    font-weight: 700 !important;
}

.left-header-block-1-text{
    font-weight: 300;
    font-size: 11px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    color: #000000;
}

.right-header{
    display: flex;
    flex-direction: row;
    gap: 4rem;
    margin: 0 auto 0 auto;
}

.right-header-row-1{
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.right-header-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
}

.header-button-row-1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    width: 191px;
    height: 30px;
    border-radius: 10px;
    background: #50B0B5;
}

.bh2r{
    background: #FFFFFF;
    border: 1px solid #50B0B5;
}

.right-header-column{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.header-button-row-text-1{
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none !important;
}

.bh2t{
    color: #50B0B5;
}

.footer-bottom{
    max-width: 1440px;
    width: 95%;
}

.footer-mobile{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-ao-name{
    display: none;
}

.raskritie-strong-text{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    margin-bottom: 1rem;
}

.raskritie-row{
    height: 1px;
    background: #021941;
    margin: 2rem 15%;
    width: 75%;
}

.raskritie{
    display: flex;
    flex-direction: column;
    padding: 2rem 5rem;
}

.lowmargin{
    margin:1rem 0;
}

a{
    text-decoration: none !important;
}

.advantages-mobile{
    display: none;
}

.mobile-contact-social{
    display: none;
}

/* Модальное окно во весь экран */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.modal-content.callback-modal {
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    background-color: white;
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Контейнер формы - полное соответствие оригиналу */
.callback-page-container {
    padding: 5rem 11rem;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background-image: url(/wp-content/uploads/2025/07/callback-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    box-sizing: border-box;
}

.callback-page-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.contact-form-page {
    width: 100%;
    padding-left: 7rem;
}

/* Кнопка закрытия */
.modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    color: #50B0B5;

    z-index: 10001;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
}

.modal-close:hover {
    color: #021941;
}

@media (max-width: 1265px) {
    .footer-socials{
        margin: 1rem 0;
    }

    .modal-content {
        background-image: url(/wp-content/uploads/2025/07/bg-callback-mobile.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .callback-page-container {
        padding: 3rem 1rem !important;
        min-height: 100%;
        background: none !important;
    }

    .callback-page-content {
        width: 100% !important;
        max-width: 500px;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px;
        border-radius: 10px;
    }

    .contact-form-page {
        padding-left: 0 !important;
    }

    .form-inp-callback {
        width: 100% !important;
    }

    .modal-close {
        width: 25px;
        height: 25px;
        transform: rotate(-180deg);
        background: rgba(255,255,255,0.7);
        top: 20px;
        right: 20px;
    }

    .callback-page-name {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .cp {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {

    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    main {
        width: 100% !important;
        max-width: 100%;
    }

    /* Преимущества */
    .advantages {
        display: none;
    }

    .advantages-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding-top: 1rem;
    }

    .advantages-mobile-text{
        width: 100%;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #000000;
        background: rgba(80, 176, 181, 0.25);
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Услуги */
    .uslugi-cards {
        flex-direction: column;
        gap: 20px;
    }

    .uslugi-card-1,
    .uslugi-card-2 {
        width: 100% !important;
        height: auto;
        padding: 20px;
    }

    .uslugi-list {
        margin-left: 15px;
    }

    /* Форма */
    .ao-row {
        flex-direction: column;
        padding: 20px 15px;
        align-items: center;
        gap: 0;
    }

    .ao-wrapper {
        background-image: none;

    }

    .contact-form {
        width: 100%;
        margin: 20px 0 0 0;
    }

    /* Контакты */
    .contacts {
        padding: 20px 15px;
    }

    .contact-name {
        flex-direction: column;
    }

    .socials-contact {
        display: none;
    }

    .contact-callbacks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-callback-buttons-container {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .contact-callback-button-1,
    .contact-callback-button-2 {
        width: 100%;
    }

    /* Футер */
    .footer-navigation {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .footer-bar-1 {
        width: 99%;
        border-radius: 5px;
    }

    .form-inp,
    .form-inp-callback {
        width: 100% !important;
    }

    .callback-page-container {
        padding: 30px 15px;
        background-image: none;
    }

    .callback-page-content {
        width: 100%;
    }

    .contact-form-page {
        padding-left: 0;
    }

    .mobile-contact-social{
        display: flex;
        justify-content: center;
    }

    .contact-callback-button-text{
        font-size: 26px;
        line-height: 45px;
        text-align: center;
        text-transform: capitalize;
    }

    .section-name{
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
    }

    .contact-callback-img{
        display: none;
    }

    .footer-navigation{
        display: none;
    }

    .footer-mobile{
        padding: 1rem 1rem;
        max-width: 1440px;
        width: 95%;
        flex-direction: row;
        justify-content: space-between;
    }

    footer{
        height: auto;
        padding: 1rem 0;

    }

    .uslugi-name{
        text-transform: uppercase;
    }

    .ao-name{
        display: none;
    }

    .uslugi-button-text{
        font-size: 26px;
    }

    .mobile-ao-name{
        display: block;
        text-align: center;
    }

    .submit-btn{
        font-family: var(--font-secondary);
        font-weight: 300;
        font-size: 20px;
        line-height: 100%;
    }

    .raskritie{
        padding: 1rem 1rem 0 1rem;
        gap: 1rem;
    }

    .raskritie-row{
        display: none;
    }

    .raskritie-strong-text{
        font-size: 12px;
        line-height: 14px;
        text-transform: lowercase;
    }

    .text-18px{
        font-size: 12px;
        line-height: 14px;
    }

    .raskritie-name{
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
    }

    .ao-column{
        gap: 1.5rem;
    }

    .uslugi-container{
        background-image: none;
        padding: 0 15px;
    }

    .index {
        height: auto;
        display: none;
    }

    .header-pros {
        align-items: center;
        justify-content: center;
        font-size: 30px;
        line-height: 40px;
        text-transform: lowercase;
        gap: 10px;
        margin-top: 8rem;
        }

    .header-pros-delete{
        display: none;
    }

    .bottom-header-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        height: auto;
        margin: 0;
    }

    .bottom-header-text {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .header-down-row {
        width: 75%;
    }

    .uslugi-button {
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .header-index-button {
        width: 75%;
        align-items: center;
    }

    .uslugi-button-img {
        width: 24px;
        height: auto;
    }
}



.bodyStopScroll {
    overflow: hidden;
    height: 100vh;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1380px;
    padding: 0 20px;
    margin: 0 auto;
}

.header-check {
    background: transparent;
    width: 93.5vw !important;
    z-index: 99;
}


    .raskr {
        width: 100% !important;

    }

.header-box {
    padding: 9px 15px 9px 25px;
    border-radius: 50px;
    background: #fff;
    position: relative;
    height: 75px;
}
.header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header .logo img {
    width: 155px;
}
.header .social {
    margin-right: 12px;
}
.header .social a {
    display: block;
    margin-right: 12px;
}
.header .nav li {
    margin-right: 20px;
    font-size: 16px;
    line-height: 100%;
    color: #27457f;
}
.header .nav li:hover {
    color: #008aff;
}
.header .request-btn {
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background: #008aff;
}
.header .request-btn span {
    display: block;
    margin-right: 10px;
}
.header .request-btn:hover {
    background: #27457f;
}
.header .menu-btn {
    display: none;
}
.header .menu-btn img:last-child {
    display: none;
}
.header .clickedMenu img:first-child {
    display: none;
}
.header .clickedMenu img:last-child {
    display: block;
}
.mid-mobile{
    display: none;
}

@media (max-width: 1024px) {
    .ao-column {
        flex-direction: column;
        justify-content: center;
        align-items: center;
		width: 100%;
    }

    .header {
        display: flex;
        padding: 0 1rem;
        justify-content: space-between;
        align-items: center;
        top: 16px;
        height: 75px;
    }

    .mid-header {
        margin: 0 2rem 0 0;
        display: flex;
        justify-content: center;
    }

    .left-header, .right-header{
        display: none;
    }

    .mid-mobile{
        display: flex;
        width: auto;
        gap: 0.5rem;
    }

    .mid-header img{
        width: 76px;
        height: 41px;
    }

    .mid-mobile img{
        width: 22px;
        height: 22px;
    }
}

.menu-mob{
    margin-bottom: 1rem;
}

.block{
    display: block;
}

.menu {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 90;
    background: #f7f7f7;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s linear;

}
.menu-nav {
    height: auto;
    width: 93.5vw;
    display: flex;
    align-items: center;
    margin-top: 7rem;
    background-image: url("/wp-content/uploads/2025/07/bg-mobile.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.menu .nav li {
    margin: 1rem 0 1rem 1.5rem;
    font-size: 16px;
    line-height: 100%;
    color: #27457f;
}
.menu .nav li:hover {
    color: #008aff;
}
.menu .request-btn {
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    background: #008aff;
}
.menu .request-btn span {
    display: block;
    margin-right: 10px;
}
.menu .request-btn:hover {
    background: #27457f;
}

.header-mobile-callback{
    width: 100%;
    margin-top: 2rem;
}

.showMenu {
    top: 0;
    display: flex;
    align-items: flex-start; /* Выравниваем по левому краю */
    justify-content: center; /* Контент начинается сверху */
    overscroll-behavior: none;
    overflow-x: hidden;
    height: auto;
    overflow-y: auto; /* Добавляем скролл если контент не помещается */
    width: 100vw; /* На всю ширину viewport */
    min-height: 78vh; /* На всю высоту viewport */
}

.showMenu ~ .index-wrapper {
    display: none;
}

@media (max-width: 1024px) {
    .header-box {
        padding: 15px 20px 15px 16px;
    }
    .header .logo img {
        width: 125px;
    }
    .header .nav,
    .header .request-btn {
        display: none;
    }
    .header .menu-btn {
        display: flex;
    }

}

.nav, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
}

.menu-list{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

.menu-item a{
    color: #000000 !important;
}

.spec{
    margin: 0;
}

.menu-list{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2rem !important;
}

.spec a{
    font-weight: 700 !important;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
}

.submenu.active {
    display: block;
}

.submenu li a {
    white-space: nowrap;
}

.nav, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none !important;
    transition: all 0.3s ease;
}

.menu-link:hover {
    background: none !important;
}



.menu-item.active .menu-link::after {
    transform: rotate(90deg);
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #2c3e50;
}

.submenu {
    width: auto;

}

.dropdown-menu {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 4px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

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

.dropdown-content li a:hover {
    background-color: #f5f5f5;
}

.dropdown-menu:hover .dropdown-content {
    display: block;
}

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

.emmetents{
    padding: 2rem 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.block{
    width: 33px;
    height: 33px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th, td {
    border: 1px solid #ddd !important;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.section-header {
    background-color: #e6e6e6;
    font-weight: bold;
}

.raskritie-strong-text{
    text-decoration: underline;
}

.raskritie-strong-text {
    cursor: pointer;
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

.fullscreen-overlay.active {
    transform: translateX(-100%);
}

.back-arrow {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #0066cc;
}

.fullscreen-content {
    margin-top: 50px;
}

.news-block{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem
}

.news-card{
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    color: #000;
    transition: transform 0.3s;
}

.news-name-section{
    flex-direction: row;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1rem 0 0 0;
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #021941;
}

.news-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.fullscreen-news-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin: 0 auto 30px;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .fullscreen-news-image {
        max-height: 300px;
        margin-bottom: 20px;
    }
}

.header-pros{
    display: none;
}

.news-name-section div {
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
}

.news-name-section div.active {
    color: #50B0B5;
}

.news-name-section div.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #50B0B5;
}

.news-container {
    position: relative;
    min-height: 400px;
}

.news, .articles {
    display: none;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.news.active, .articles.active {
    display: flex;
}


.news-card:hover {
    transform: translateY(-5px);
}

.news-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.news-content {
    padding: 0 1rem;
    width: 100%;
}

.news-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.news-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: #555;
}

.news-date {
    font-weight: 300;
    font-size: 12px;
    color: #777;
}
    .news-img {
        height: 25vh;
    }

@media (max-width: 768px) {
    .news-name-section {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        font-size: 30px;
        line-height: 35px;
    }

    .news-block {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .news-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    .news-card {
        width: 350px;
    }



    .news-name {
        font-size: 20px;
        margin-bottom: 0.8rem;
    }

    .news-text {
        font-size: 16px;
        margin-bottom: 0.8rem;
    }

    .news-date {
        font-size: 14px;
    }

    .news-block {
        gap: 3rem;
    }
}

.news-full-text, .article-full-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.footer-navigation a{
    color: #000000 !important;
}

.news-full-text p, .article-full-text p {
    margin-bottom: 1rem;
}

.fullscreen-content h2 {
    font-family: var(--font-secondary);
    font-size: 32px;
    margin-bottom: 20px;
    color: #021941;
}

@media (max-width: 768px) {
    .fullscreen-content h2 {
        font-size: 24px;
    }

    .news-full-text, .article-full-text {
        font-size: 14px;
    }
}

a, .raskritie-strong-text, .advantage-img-1, .advantage-img-2, .advantage-img-3, .uslugi-card-1, .uslugi-card-2 {
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.uslugi-card-1:hover .uslugi-card-name {
    color: #50B0B5; /* Цвет текста при наведении */
}

.uslugi-card-2:hover .uslugi-card-name {
    color: #50B0B5; /* Цвет текста при наведении */
}

.hover-text {
    transition: color 0.3s ease; /* Плавный переход цвета */
}

.hover-text:hover {
    color: #50B0B5; /* Цвет текста при наведении */
}


a:hover, .raskritie-strong-text:hover, .advantage-img-1:hover, .advantage-img-2:hover, .advantage-img-3:hover {
    transform: translateY(-5px);
    color: #50B0B5;
}

.no-transform{
    transform: none !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.dropdown-toggle::after {
 
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    z-index: 1;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

@media (max-width: 768px) {
    .dropdown {
        display: block;
        width: 100%;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
    }
}



@media (max-width: 1024px) {
    .uslugi-card-1, .uslugi-card-2 {
        width: 90%;
        max-width: 500px;
        margin: 1rem 0;
    }
	    .news-img {
        height: 20vh ;
    }
}

@media (max-width: 768px) {
    .header-down-row{
        width: 40%;
    }
}


    .raskritie{
        padding: 10rem 1rem 2rem 1rem;
    }


.index-mobile{
    display: none;
}
@media (min-width: 1440px){
.feedback-pad {
    padding: 7rem 0 2rem 0;
}
}

@media (max-width: 1024px){
    .index-mobile{
        background-image: url("/wp-content/uploads/2025/07/index-6.png");
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        max-width: 1440px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: cover;
    }

    .bottom-header-name{
        text-align: center;
    }

    .left-bottom-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 36rem;
        width: 90%;
    }
}

.index-wrapper{
    width: 100%;
}



@media (min-width: 1025px) and (max-width: 1199px) {
    .uslugi-card-1,
    .uslugi-card-2 {
        width: 44% !important;
    }

    .uslugi-button-text {
        font-size: 24px;
    }
    .mid-header{
        margin-left: 1rem !important;
    }
}




.mid-header {
    position: absolute; /* Абсолютное позиционирование логотипа */
    left: 50%; /* Центрирование по горизонтали */
    transform: translateX(-50%) !important; /* Точное центрирование */
    margin: 0;
    z-index: 10; /* Чтобы логотип был поверх других элементов */
}

.left-header {
    margin-left: 3rem; /* Сохраняем отступ слева */
    flex: 1; /* Занимает доступное пространство */
}

.right-header{
    margin-right: 3rem;
}
@media (max-width: 1024px) {
    .header {
        justify-content: space-between; /* Равномерное распределение пространства */
        padding: 0 1rem; /* Добавляем отступы по бокам */
    }

    .mid-header {
        position: static; /* Возвращаем обычное позиционирование */
        transform: none !important;
        margin-right: 1.5rem;

    }

    .mid-mobile {
        display: flex;
        gap: 0.5rem;
        margin: 0;
    }
}

#close{
    margin-left: 10px;
}






@media (min-width: 1025px) and (max-width: 1265px) {
    .header {
        padding: 0;
        height: 90px;
    }

    .left-header {
        margin-left: 1rem;
    }

    .left-header-row-1 {
        gap: 1.5rem;
    }

    .left-header-row-2 {
        gap: 1rem;
    }

    .left-header-block-1-text,
    .left-header-block-2-text {
        font-size: 10px;
    }

    .mid-header img {
        width: 120px;
        height: auto;
    }

    .right-header {
        gap: 2rem;
        margin-right: 1rem;
    }

    .right-header-row-1 {
        gap: 2rem;
    }

    .header-button-row-1 {
        width: 170px;
        height: 28px;
    }

    .header-button-row-text-1 {
        font-size: 14px;
        line-height: 20px;
    }

    .socials-contact img {
        width: 25px;
        height: 25px;
    }

    /* Адаптация логотипа */
    .mid-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    /* Уменьшаем отступы для кнопок */
    .right-header-column {
        gap: 0.3rem;
    }

    .header-button-row-1 img{
        display: none;
    }
}

/* Дополнительные корректировки для узких экранов */
@media (min-width: 1025px) and (max-width: 1150px) {
    .left-header-row-1 {
        gap: 1rem;
    }

    .right-header-row-1 {
        gap: 1.5rem;
    }

    .header-button-row-1 {
        width: 160px;
    }
}


@media (min-width: 1265px) and (max-width: 1440px){
    .right-header{
        gap: 2rem;
    }
}


/* Основные стили меню */
.menu {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.menu-nav {
    max-width: 1344px;
}

/* Пункты меню */
.menu-item {
    margin-bottom: 15px;
    position: relative;
}

.menu-item a {
    font-weight: 500;
    font-size: 24px;
    color: #021941;
    display: block;
    padding: 12px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.menu-item a:hover {
    background: rgba(80, 176, 181, 0.1);
    color: #50B0B5;
}

.dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.services-item.active .dropdown-arrow {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    position: relative;
}

.submenu li{
    margin: 0 !important;
}

.services-item.active .submenu {
    display: block;
}

.submenu li {
    margin-bottom: 8px;
}

.submenu-link {
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
    padding: 10px 15px !important;
    color: #555 !important;
}

.submenu-link:hover {
    color: #50B0B5 !important;
    background: transparent !important;
}

.submenu-link{
    font-size: 18px !important;
}

.submenu-icon {
    width: 6px;
    height: 6px;
    background: #50B0B5;
    border-radius: 50%;
    margin-right: 12px;
}

.menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 20px;
    text-decoration: none !important;
}

.menu-button img {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}





















/* Основные стили формы */
.container-fluid.flex-grow {
    padding: 2rem 1rem;
}

.nested-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.nested-container h1 {
    font-family: var(--font-secondary);
    font-size: 2rem;
    color: #021941;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Стили для групп формы */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-group label span.text-danger {
    color: #e74c3c;
}

/* Стили для инпутов и текстовых полей */
.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #50B0B5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(80, 176, 181, 0.2);
}

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

/* Стили для радиокнопок и чекбоксов */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    cursor: pointer;
}

.radio-group input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #50B0B5;
}

.form-groups {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.form-groups input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #50B0B5;
}

/* Стили для кнопки отправки */
.btn-primary {
    width: 100%;
    padding: 0.75rem;
    background: #50B0B5;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #3a8a8f;
}

/* Стили для подсказок */
.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #50B0B5;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: help;
    position: relative;
}

.tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    width: 200px;
    padding: 0.75rem;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 0.875rem;
    z-index: 10;
    white-space: normal;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .nested-container {
        padding: 1.5rem;
    }

    .nested-container h1 {
        font-size: 1.5rem;
    }

    .radio-group {
        gap: 0.5rem;
    }

    .form-control {
        padding: 0.65rem;
    }

    .btn-primary {
        padding: 0.65rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .container-fluid.flex-grow {
        padding: 1rem 0.5rem;
    }

    .nested-container {
        padding: 1rem;
    }

    .form-group {
        margin-bottom: 1.25rem;
    }

    .tooltip-icon:hover::after {
        width: 150px;
        font-size: 0.75rem;
    }
}

/* Стили для выпадающего списка */
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2350B0B5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 35px;
}

/* Стили для загрузки файлов */
input[type="file"].form-control {
    padding: 0.5rem;
    border: 1px dashed #ddd;
}

input[type="file"].form-control:hover {
    border-color: #50B0B5;
}

/* Обязательные поля */
.form-group.required label:after {
    content: " *";
    color: #e74c3c;
}

/* Подпись под формой */
.nested-container > span {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    color: #e74c3c; /* Красный цвет для большей заметности */
    font-weight: 500;
    text-align: left;
    padding: 10px;
    background-color: #f8f8f8;
    border-left: 3px solid #e74c3c;
}













.button-group-akcioner  {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin: 2rem 0;
}

.button-group-akcioner a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 200px;
    min-width: 150px;
    text-align: center;
    padding: 18px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #3ab0b5, #8de0e0); /* Изменен градиент */
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(50, 176, 181, 0.4); /* Изменен цвет тени */
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    white-space: normal;
}
.button-group-akcioner a:hover,
.button-group-akcioner a:focus {
    background: linear-gradient(135deg, #2a8f8f, #5bc4c4); /* Изменен градиент при наведении */
    box-shadow: 0 6px 16px rgba(42, 143, 143, 0.6); /* Изменен цвет тени при наведении */
    outline: none;
}
/* On smaller widths stack vertical */
@media (max-width: 620px) {
    .button-group-akcioner {
        flex-direction: column;
    }
    .button-group-akcioner a {
        flex: none;
        width: 100%;
        min-width: auto;
    }
}

.uslugi{
    flex-direction: column;
    flex-wrap: wrap; /* Это позволит карточкам переноситься на новую строку */
    justify-content: center; /* Центрирование карточек */
    gap: 2rem; /* Отступ между карточками */
    width: 100%;
    max-width: 1200px; /* Максимальная ширина контейнера */
    margin: 0 auto; /* Центрирование контейнера */

}

.uslugi-card-1:hover, .uslugi-card-2:hover {
    background-image: repeating-linear-gradient(
            45deg,
            rgba(80, 176, 181, 0.05), /* Нежный бирюзовый цвет */
            rgba(80, 176, 181, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 20px
    ); /* Цвет фона карточки при наведении */
}

.no-style-link {
    color: inherit; /* Унаследовать цвет от родителя */
    text-decoration: none; /* Убрать подчеркивание */
    transition: none; /* Отключить переходы */
}

.blank-forms{
    max-width: 90% !important;
}

.forms-blank{
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100vw !important;
    overflow-x: hidden;
}

.blanks-card{
    max-width: 413px;
}

.blanks-container{
    display: flex;
    align-items: center;
    justify-content: center;
}


.uslugi-option{
    min-height: 245px;
    height: auto; !important;
}

.container-uslugi{
    display: flex;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap; /* Перенос на новую строку */
    justify-content: center; /* Центрирование карточек */
    gap: 2rem; /* Отступ между карточками */
    width: 100%;
    height: auto; !important;
}

.dop-margin{
    margin-bottom: 2rem;
}

.emmetents-container{
    max-width: 95vw;
}

.uslugi-card-diagonal, .uslugi-card-diagonal:hover {
    /* Diagonal stripes using repeating-linear-gradient */
    background-image: repeating-linear-gradient(
            45deg,
            #e0e0e0,
            #e0e0e0 10px,
            #f8f8f8 10px,
            #f8f8f8 20px
    );
}

.center-edit{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media (max-width: 1025px) {
    .container-uslugi{
        gap: 0;
    }
}






/* Стили для прелоадера */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.logo-container {
    text-align: center;
}

.logo {
    max-width: 200px;
    margin-bottom: 20px;
    animation: swing-pause 3s ease-in-out infinite;
    transform-origin: center center; /* Точка вращения - центр логотипа */
}

/* Новая анимация качания */
@keyframes swing-pause {
    0%, 40%, 60%, 100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
}
/* Остальные стили */
.content {
    display: none;
}

.news-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-card {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Остальные стили остаются без изменений */
.news-img {
    width: 100%;
    
}


.fullscreen-news-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .news-row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-card {
        width: calc(100%);
        margin-bottom: 2rem;
    }
}
