* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;

}



header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 999;

    /* padding: 0 50px; */

}

.header_top_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 50px;
    background-color: rgb(107, 107, 107);
    /* background-color: #647179; */
    /* background-color: #03003c; */
    color: white;



}

.header_top_row_contacts {
    display: flex;
    align-items: center;
    gap: 40px;



}

.header_top_contacts_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    gap: 5px;
    letter-spacing: 0.03em;


}

.header_top_contacts_item a {
    color: white;


}

.header_top_contacts_item a,
.header_top_contacts_item p {
    /* font-family: "Russo One", sans-serif; */
}

.header_top_contacts_item a:hover {
    cursor: pointer;
    color: #ffbe58 !important;
    transition: all 0.5s ease;
}

.header_top_contacts_item img {
    width: 15px;
}

.header_top_contacts_item:hover {
    cursor: pointer;
    color: #ffbe58 !important;
}

.header_top_contacts_item:hover {
    cursor: pointer;
    color: #ffbe58 !important;
    transition: all 0.5s ease;
}

.header_bottom_row {
    display: flex;
    align-items: center;
    padding: 8px 50px;

    color: white;
    background-color: rgba(255, 255, 255, 0.942);
    justify-content: space-between;
    gap: 100px;
    border-bottom: 1px solid rgb(219, 219, 219);
    /* background-color: rgba(0, 0, 0, 0.632); */
}

.header_nav nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 600;
}

.header_nav nav a {
    color: white;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 1px 10px 5px rgba(0, 0, 0, 0.3);
    text-shadow: 6px 10px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 6px 10px 6px rgba(0, 0, 0, 0.3);
    /* text-shadow:0px 0px 4px rgba(0, 0, 0, 0.3); */
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); */
    /* font-family: "Onest", sans-serif; */

    /* font-family: "Jura", sans-serif; */
    /* font-family: "Prosto One", sans-serif; */
    /* font-family: "Sofia Sans", sans-serif; */
    /* font-family: "Sofia Sans Condensed", sans-serif; */
    font-family: "LXGW WenKai TC", cursive;
    /* font-family: "LXGW WenKai Mono TC", monospace; */
    /* font-family: "Exo 2", sans-serif; */
    /* font-family: 'Times New Roman', Times, serif; */




}

.header_nav nav a:hover {
    cursor: pointer;
    color: #ffbe58;
}

.header_logo {
    font-size: 40px;
    font-weight: 600;

}

.header_logo img {
    width: 65px;
    /* box-shadow: 6px 10px 6px rgba(0, 0, 0, 0.3); */
}

.header_socials {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_socials img {
    width: 28px;
}

.main_content {
    min-height: 100vh;
    position: relative;
    background-image: url('../img/rub.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.main_content_text {
    /* background-color: rgba(0, 0, 0, 0.632); */
    position: absolute;
    top: 27%;
    color: white;
    width: 750px;
    padding: 40px 30px;
    left: 50px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    min-height: 310px;

    /* color: #87ceeb; */

}

.main_content_low_text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;

    /* color: #a4000b; */
}

.main_content_low_text span {
    color: #ffbe58;
    font-weight: 800;
    font-size: 24px;
}

h1 {
    all: unset;
    display: block;
    height: 100px;
    /* font-size: 100px;
    line-height: auto;; */

}


.services_block {
    padding: 30px 0 80px 0;
    /* background-image: url('../img/bg.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.services_block_services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 50px;
    gap: 10px;
}

.services_title {
    text-align: center;
    font-size: 24px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 30px 0 40px 0;

}

.services_block_services_text {
    margin: 1px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0 20px 0;
}

.services_block_services_text_item h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 2px;

}

hr {
    border: #ffbe58 1px solid;
    width: 80%;
}

.services_block_services_text_item ul li {
    padding: 2px 0;
    list-style: disc;
    margin-left: 14px;
}

.services_block_services_elements {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.serices_flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center
}


.all_btn {
    background-color: #ffbe58;
    background-color: #211d6f;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;

    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;

}

.all_btn:hover {
    background-color: #ffbe58;
    color: white;
    transition: all 0.5s ease;
}



.catalog__images_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 70%;

    /* grid-template-areas:
        "A A A B B "
        "A A A C C"; */
}

.catalog__images {
    display: flex;
    gap: 5px;
    width: 70%;

    /* grid-template-areas:
        "A A A B B "
        "A A A C C"; */
}

@media (max-width: 1440px) {
    .catalog__images {
        height: 180px;
    }
}

.suquare {
    position: unset;
    /* width: 100% !important; */
    width: 30%;
    /* height: 300px; */


}

.suquare img {

    object-fit: cover;
}

.catalog__img--box-1 {
    grid-area: A;

    background-image: linear-gradient(315deg, #666 -44%, #222 74%);


}

.catalog__img--box-1 img {
    object-fit: cover;

}

.catalog__img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: all 1s ease;
}

.s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.296);
    pointer-events: none;
}


.s img {
    height: 200px !important;
}

.se {
    padding: 7px 10px !important;
    min-height: 40px;
}

.mobile {
    display: none !important;
}

.desctop {
    display: flex !important;
}
@media (max-width: 1000px) {
    .mobile {
        display: flex !important;
    }

    .desctop {
        display: none !important;
    }
}



.catalog__img-text {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #0000009f; */
    padding: 14px 20px;
    font-weight: 500;
    /* -webkit-backdrop-filter: blur(2px); */
    /* backdrop-filter: blur(2px); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 4px 4px 4px black;
}

.catalog__img--box-2 {
    grid-area: B;

    box-shadow: 0 0 3px 1px #e0e0e0;

}

.catalog__img {
    display: block;

    overflow: hidden;
    position: relative;
}


.catalog__img:hover img {
    transform: scale(1.2);
}

.catalog__img-text svg {
    fill: white;
    width: 20px;
    height: 20px;
}

.catalog__img--box-3 {
    background-image: linear-gradient(315deg, rgb(102, 102, 102) -44%, rgb(34, 34, 34) 74%);
    grid-area: C;

}




.section-form {
    position: relative;
    background-color: black;
    padding: 80px 0;
    overflow: hidden;
}

.section-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url('../img/22.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

@media (min-width: 1025px) {
    .parallax {
        background-attachment: fixed;
    }
}

.section-form__container {
    position: relative;
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1900px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
}

.section-form__content {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
    color: white;
}

.section-form__title {
    margin-bottom: 30px;
}

.section-form__office {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: white;
}

.section-form__office a {
    color: white;
}

.section-form__office-item {
    display: flex;

    flex-direction: column;
    gap: 10px;
}

.section-form__office-item ul {
    padding-left: 10px;
}

.section-form__office-item li {
    list-style: disc !important;

}

.section-form__office-icon {
    width: 30px;
    height: 30px;
    fill: #ffffffc2;
    stroke: #ffffffc2;
}

.form {
    width: 100%;
    max-width: 650px;
    position: relative;
    padding-left: 60px;
    border-left: 1px solid rgb(255, 255, 255);
}

.form__box {
    margin-bottom: 30px;
    position: relative;
}

input,
textarea {
    outline: none;
    border: none;
}

.form__box input {
    background-color: transparent;
    padding: 14px 10px;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 100%;
    color: rgb(255, 255, 255);
}

.form__error {
    position: absolute;
    top: calc(100% + 3px);
    color: #ff2f2f;
    display: none;
}

.choose-social__items {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: white;
}




.choose-social__item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.choose-social__item input:checked+.check-box {
    background-color: #87ceeb;
    border-color: #87ceeb;
}

input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    /* color: rgb(255, 255, 255); */
}

input[type="mail"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgb(255, 255, 255);
}

.choose-social__item .check-box {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-form__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c2;

}

.choose-social__title {
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
}

.hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -10;
}

.form__submit {
    background-color: #df9b2d;
    color: white;
    padding: 10px 120px;

    font-weight: 400;
    border: none;
    font-size: 18px;


    cursor: pointer;
}

.h1 {
    color: white;
    font-size: 44px;
}

.section-form__office-icon {
    width: 30px;
    height: 30px;
    fill: #df9b2d;
    stroke: #df9b2d;
    color: #df9b2d;
}

svg {
    width: 100%;
    height: 100%;
}

.blue {
    color: #87ceeb;
    font-weight: 300;
}





.n_services {
    padding: 40px 50px 80px 50px;
}

.n_services h2 {
    text-align: center;
    font-size: 38px;
    color: #222;
    margin-bottom: 3px;
}

.new_services_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}


.new_services_row_item {
    display: block;
    overflow: hidden;
    position: relative;
    width: 30%;
}

.new_services_row_item img {
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}

.new_services_row_item_text {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009f;
    padding: 14px 20px;
    font-weight: 500;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-size: 16px !important;
    color: white !important;
}



















.advantages {
    padding: 40px 50px;


    /* background-color: #87cfebb0; */
}

.advanteges_items {
    margin: 1px auto;
    font-size: 20px;
    color: white;
}

.advanteges_item span {
    color: #ffbe58;
    font-size: 30px;
    font-weight: 700;
}

.advanteges_item {
    padding: 10px;
    width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 200px;

}

.flex {
    display: flex;
    justify-content: center;
}

.el_1 {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}

.el_2 {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.el_3 {
    border-right: 1px solid rgb(255, 255, 255);
}

.el_4 {}

.advantades_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 810px;

}


.advantades_form_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    margin: 1px auto;
}

.advantades_form_flex_item {
    color: white;
    text-align: center;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
    font-weight: 300;
}



.b1 {
    border-right: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);

}

.b2 {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.b3 {
    border-right: 1px solid rgb(255, 255, 255);
}

.advantades_form_flex_item span {
    color: #df9b2d !important;
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 4px;

}


/* Стили для модального окна и оверлея */
.modal-overlay {
    position: fixed;
    /* Фиксированное позиционирование */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Полупрозрачный черный фон */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    /* Размещаем поверх всего */
}

.modal {
    background-color: white;
    padding: 60px 20px;
    width: 90%;
    /* Устанавливаем ширину модального окна */
}

.modal_columns {
    display: flex;

    justify-content: space-around;

}

.modal_columns a {
    color: #171717;

}

.modal_column {
    padding-right: 70px;
    border-right: 1px solid rgb(230, 230, 230);
}

.modal_column:last-child {
    border-right: none;
}

.column_title {
    color: #df9b2d !important;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 14px;
}

.column_list ul li {
    padding: 2px 0;
    list-style: disc;
    margin-left: 10px;
    font-weight: 300;
}

.column_list p {
    padding-bottom: 9px;
    font-weight: 500;
    color: #454444;

}



.column_list a:hover {
    color: #df9b2d !important;
}


/* Услуга */

.service_preview {
    background-color: #4a4a50;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.service_preview::before {
    position: absolute;
    content: "";
    z-index: 1;
    background-color: #fff;
    width: 30%;
    height: 100px;
    bottom: 0;
    left: 0;
    transform: rotate(10deg) translateY(81%);
}


.service_preview::after {
    position: absolute;
    content: "";
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 216px;
    right: 0;
    bottom: 0;
    transform: rotate(-7deg) translateY(81%) translateX(10%);
}


.service_preview_container {
    position: relative;
    z-index: 2;
}

.service_preview_img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.service_tabs_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px 0 40px 0;
    margin-bottom: 40px;

}

.bg-c {
    background-color: #f2f2f2;
}

.service_tabs_item {
    color: black;
    cursor: pointer;
    padding: 40px 80px;
    display: flex;
    border: 1px solid rgb(210, 209, 209);
    color: #222;
    font-weight: 300;
    background-color: white;
    text-align: center;
}

.active {
    background-color: #df9b2d;
    color: white;
    border: 1px solid #df9b2d;

}

.bt {
    bottom: 35px !important;
    font-size: 16px !important;
    width: 90% !important;
    margin: 1px auto;
    text-align: center;
}

@media (max-width: 900px) {
    .bt {
        bottom: 55px !important;
        font-size: 14px !important;

    }
}

.service_main {
    display: flex;
    gap: 40px;
    padding-bottom: 50px;
    background-color: #ffffff;
    position: sticky;

}

.service_nav {
    position: sticky;
    height: 100%;
    top: 220px;


}

.service_nav nav {
    display: flex;
    flex-direction: column;
    width: 300px;
    /* position: sticky; */
}

#navigation {
    border: 1px solid rgb(211, 211, 211);
}

.service_tabs_title {
    color: #211d6f;
    color: #df9b2d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 920px) {
    .service_tabs_title {
        position: relative;
        left: 101%;
        font-size: 14px;
        display: none;
    }
}

.nav_item {

    display: block;
    padding: 10px 20px;
    color: #171717;
    /* background-color: rgb(231, 231, 231); */
    border-bottom: 1px solid rgb(211, 211, 211);
}

.nav_item.active {
    background-color: #ddd;
    background-color: #df9b2d;
    /* background-color: rgb(23, 23, 23); */
    color: white;
    font-weight: bold;
    border: none;
}

.service_main_content {
    flex: 1;
}

.service_main_content h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2b2b2b;
}

.service_preview_container h1 {
    font-size: 40px;
    padding-top: 40px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.service_main_content p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2b2b2b;

}

.service_img img {
    width: 400px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.section {
    border-bottom: 1px solid rgb(211, 211, 211);
    padding-bottom: 40px;
    margin-bottom: 30px;
    scroll-margin-top: 100px;
}

.breadcrumbs {
    padding: 20px 0;
    color: #000000c2;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;

}

.breadcrumbs a {
    color: #171717;
    font-weight: 300;
    font-family: "LXGW WenKai TC", cursive;
}

.breadcrumb_active {
    color: #df9b2d !important;
    font-weight: 400 !important;
}






.gallery {

    width: 100%;
    padding: 20 100px;
    margin-bottom: 80px;

}

.gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 4fr));

    grid-gap: 10px;
}

.gallery_grid_item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.gallery_grid_item img {
    width: 100%;
    height: 100%;


}

.gallerry_counter {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009f;

    padding: 14px 20px;
    font-weight: 500;
    /* -webkit-backdrop-filter: blur(2px); */
    /* backdrop-filter: blur(2px); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: white;
    text-transform: uppercase;

}

.yellow {
    color: #df9b2d !important;
}



.gallery_title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 38%;
    font-size: 24px;
    padding: 14px 20px;
    font-weight: 500;
    /* -webkit-backdrop-filter: blur(2px); */
    /* backdrop-filter: blur(2px); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-weight: 600;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.gallery_grid_item img {
    width: 100%;
    /* height: auto; */
    display: block;

}







/* Общие стили для формы */
.main_form {

    padding-bottom: 30px;
    background-image: url('../img/bg4.jpg');
    background-position: center;
    background-size: cover;
    border-top: 2px solid rgb(192, 192, 192);
}

.main_form h2 {
    text-align: center;
    font-size: 30px;
    padding: 40px 0 20px 0;
    color: white;
}

.feedback-form__text {
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0 0 0;
    color: white
}

.feedback-form__inputs {
    display: flex;
    /* Используем flexbox для горизонтального расположения */
    align-items: center;
    /* Выравнивание по вертикали */
    justify-content: space-between;
    /* Распределяем пространство между элементами */
}

.feedback-form {
    width: 90%;
    /* Занимает 90% ширины контейнера */
    max-width: 900px;
    /* Максимальная ширина формы */
    margin: 20px auto;
    /* Центрирование по горизонтали */
    padding: 20px;
    border: 2px solid #ccc;



}

/* Стили для полей ввода */
.feedback-form input[type="text"],
.feedback-form input[type="email"] {
    width: 40%;
    /* Поле занимает 30% ширины */
    padding: 8px;
    border: 1px solid #bebebe;

    box-sizing: border-box;
    /* Важно, чтобы padding не увеличивал ширину */
    margin-right: 5px;
    /* Небольшой отступ между полями */
}

/* Стили для кнопки */
.feedback-form button {
    background-color: #df9b2d;
    background-color: #211d6f;
    /* Синий цвет */
    color: white;
    padding: 8px 32px;
    border: none;

    cursor: pointer;
    font-size: 14px;
    /* Меньший размер шрифта */
    margin-left: 5px;
    /* Небольшой отступ слева */
}

.feedback-form button:hover {
    background-color: #0056b3;
    /* Более темный синий при наведении */
}



/* Общий контейнер контента */
.gallery_content {
    padding: 20px;
    border: 1px solid #ddd;
    /* добавляем аккуратную рамку */

    width: 70%;
    /* скругляем углы */

    /* добавляем отступ снизу */
}

/* Заголовок карточки */
.gallery_content h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;

    /* делаем цвет текста более приятным */
}


/* Заголовок группы характеристик */
.gallery_content .chars_title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #272727;
    /* немного приглушаем цвет */
}

/* Контейнер для характеристик */
.gallery_content .chars {
    display: flex;

    flex-direction: column;
    /* переносим элементы на новую строку при необходимости */
    gap: 10px;
    /* добавляем отступы между элементами */
}

/* Отдельная характеристика */
.gallery_content .char {
    display: flex;

    /* располагаем заголовок и значение вертикально */
    border-bottom: 1px solid #d6d6d6;
    /* добавляем тонкую рамку */
    width: 75%;
    /* занимаем половину ширины контейнера */
    border-radius: 3px;

    /* каждая характеристика занимает половину ширины контейнера */
    box-sizing: border-box;
    /* чтобы padding не увеличивал ширину блока */
}

/* Заголовок характеристики */
.gallery_content .char .char_title {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    padding-right: 20px;
}

/* Значение характеристики */
.gallery_content .char .char_val {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.gallery-item {
    display: flex;


}

.gallery_breadcrumbs {
    padding-top: 120px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gallery_breadcrumbs a {
    color: black;
    font-size: 14px;
}

.active_gallery {

    font-weight: 600;
    color: #df9b2d !important;
}

.gallery_h2 {

    font-size: 30px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 40px 0 20px 0;

}

.gallery_img img {
    width: 600px;

    object-fit: cover;
}

.gallery_btn {
    background-color: #df9b2d;
    color: white;
    padding: 8px 42px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 20px;

}

.td-n {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .td-n {
        font-size: 12px !important;
    }
}

.fs-20 {
    font-size: 20px;
    font-weight: 200px;
}

.gallery_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 4fr));
    gap: 20px;
    margin-bottom: 80px;
}

.gallery_items__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery_items__item img {
    width: 100%;
    object-fit: cover;
    height: 260px;
}
@media screen and (max-width: 1000px) {
    .gallery_items__item img {
        height: 200px;
    }
}




.contacts {
    display: flex;
    gap: 60px;
    padding: 40px 0;
    margin-bottom: 40px;
}

.contacts_box {
    border: 1px solid #e0e0e0;
    padding: 30px 60px;
    margin-bottom: 20px;
}

.contacts_grid {
    display: grid;
    grid-template-rows: 32px 2fr;
    grid-template-columns: 40% 2fr;
    gap: 40px;
}

.contacts_box_title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
    border-bottom: 1px solid rgb(217, 217, 217);
    font-family: "LXGW WenKai TC", cursive;
}

.contacts_left {
    width: 50%;

}

.contacts_title {
    font-size: 12px;
    color: #424242;
    font-weight: 600;
    margin-bottom: 10px;
}

.contacts_text {
    font-size: 14px;
    color: #292929;
    font-weight: 300;
}

.contacts_socials img {
    width: 25px;
    margin-right: 10px;
}


.contacts_right {
    width: 50%;
}

.contacts_data {
    font-weight: 300;
    font-size: 14px;
}

.contacts_btn {
    background-color: #df9b2d;
    color: white;
    padding: 8px 42px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;

    width: 50%;
    text-align: center;
}

.contacts_right iframe {
    height: 100%;
}

/* модалка по написать нам */

.modal_ {
    display: none;
    position: fixed;
    z-index: 10;
    /* Выше всего остального */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Затемнение фона */
    overflow: auto;
    /* Прокрутка, если контент не помещается */
    justify-content: center;
    align-items: center;
}

.modal_[x-show="isOpen"] {
    /* Alpine.js добавляет этот атрибут при открытии */
    display: flex;
    /* Показываем модальное окно */
}

.modal-content_ {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border: 1px solid #888;
    /* width: 80%; */
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;

}

.modal-close_ {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
}

.modal-close_:hover {
    color: #000;
}

.modal-title_ {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
    color: #333;

}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #343434;

}

input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* Чтобы padding не увеличивал размер */
    font-size: 16px;

}

.modal-footer {
    text-align: right;
    margin-top: 20px;
}

.btn-cancel,
.btn-send {
    padding: 10px 20px;
    border: none;

    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;

}

.btn-cancel {
    background-color: #ddd;
    color: #333;
    margin-right: 10px;
}

.btn-send {
    background-color: #df9b2d;
    color: white;

}

.btn-open {

    background-color: #df9b2d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}




.about_us P {
    text-indent: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}


/* Стили для блока "Наша команда" */
.team {
    padding: 30px;
    margin-top: 80px;
    text-align: center;
}

.team h2 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 30px;
}

.team-members {
    display: flex;
    /* Используем flexbox для выравнивания в ряд */
    justify-content: space-around;
    /* Равномерное распределение между элементами */
    flex-wrap: wrap;
    /*Автоматический перенос на новую строку при уменьшении экрана*/
}



.team-member {
    width: 300px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    font-weight: 300;
    font-size: 14px;
}

.team-member p {
    margin-bottom: 4px;
}

.team-member h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;

}

.team-member img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* Круглые аватары */
    object-fit: cover;
    /* Обрезаем изображение с сохранением пропорций */
    margin-bottom: 10px;
}

.team-member span {
    font-weight: 600;
    color: #616161;
}

.portfolio_nav {
    position: fixed;
    bottom: 17%;
    left: 0;
    background-color: white;
    padding: 10px 10px;
    border: 1px solid rgb(210, 209, 209);

}

.portfolio_nav h2 {
    font-size: 16px;
    text-align: center;
}

.portfolio_nav_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.active_el {
    background-color: #211d6f !important;
    color: white;
}

.portfolio_nav_item {
    display: block;
    background-color: #df9b2d;
    position: relative;
    color: white;
    padding: 4px 15px;
    width: 170px;
    height: 110px;
    font-size: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    /* width: 100%; */
}

.portfolio_nav_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.portfolio_nav_item p {
    position: absolute;
    bottom: 5px;
    font-size: 13px;
}

.mobile_header {
    display: none;
}

nav {
    display: none;
}

@media (max-width: 1320px) {
    .advantades_form_flex_item {
        width: 200px;
    }
}

@media (max-width: 1120px) {
    .advantades_form_flex_item {
        width: 175px;
    }
}

#navigation_ {
    display: none;
}

@media (max-width: 1000px) {

    #navigation_ {
        position: static !important;
        transform: none !important;
        transition: none !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 10px !important;
    }

    .mobile_header_logo img {
        width: 60px;
    }

    .desctop_header {
        display: none;

    }

    .mobile_header {
        background-color: #f0f0f0;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        /* Размещает элементы по краям */
        align-items: center;
    }



    .logo {
        font-size: 20px;
    }

    /* Скрываем навигацию по умолчанию */

    /* Стили для мобильной версии */
    #mobile_menu {
        padding: 50px 20px;
        display: flex;
        align-items: center;
        flex-direction: column;


    }

    #mobile_menu a {
        display: block;
        color: black;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-bottom: 10px;
        width: 80px;
        border: 1px solid #ccc;
        padding: 6px 10px;
        font-weight: 300;
        text-align: center;

    }

    #mobile_menu ul {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts_grid {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .contacts_box {
        padding: 10px 20px;
        margin-top: 30px;
    }

    nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background-color: white;
        padding: 20px;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        transform: translateX(100%);
        /* Скрываем меню за правым краем */
        transition: transform 0.3s ease-in-out;
    }

    nav.open {
        transform: translateX(0);
        /* Показываем меню */
    }


    .menu-button {
        cursor: pointer;
        font-size: 30px;
    }

    .mobile_header_contacts a {
        display: block;
        color: black;
        font-size: 13px;
        display: flex;
        align-items: center;
        font-weight: 400;
        gap: 6px;
    }

    .mobile_header_btn {
        background-color: #211d6f;
        color: white;
        padding: 8px 20px;
        font-size: 12px;
    }

    .mobile_header_contacts a:last-child {
        margin-top: 4px;
    }

    .mobile_header_contacts img {
        width: 15px;
    }

    .close-button {
        cursor: pointer;
        font-size: 24px;
        position: absolute;
        top: 10px;
        right: 10px;
    }


    .main_content {
        min-height: 70vh;
        position: relative;
        background-image: url('../img/rub.png');

        background-position: center;
        background-repeat: no-repeat;

    }

    .main_content_text {
        width: 90% !important;
        left: 0;
        padding: 0 20px !important;
        top: 30% !important;

    }

    .main_content_text h1 {
        font-size: 36px;
        line-height: normal;
    }

    .main_content_low_text {
        margin-top: 100px;
    }

    .services_title {
        padding: 0 20px;
    }

    .services_block {
        padding: 40px 0 20px;
    }

    .services_block_services {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px 20px;
    }

    .catalog__images {
        width: 100% !important;
        height: 10% !important;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .services_block_services_text_item h2 {
        text-align: center;
    }

    .services_block_services_text_item hr {
        margin: 1px auto;
    }

    .section-form__container {
        flex-direction: column-reverse;
        justify-content: center !important;
        align-items: center !important;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .form {
        padding-left: 0px;
        border-left: none;
        padding-bottom: 40px;
    }

    .section-form__title {
        text-align: center !important;
        margin: 1px auto;
        padding-bottom: 20px;
    }

    .section-form__content {
        padding-right: 0px;
    }

    .catalog__images_2 {
        width: 100% !important;
        /* height: 90px; */
        margin-bottom: 20px;

        flex-wrap: wrap;
    }

    .feedback-form__inputs {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .feedback-form__inputs input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .suquare {
        height: auto;
        text-align: center;
        width: 49% !important;
    }

    .catalog__img-text {
        font-size: 12px !important;
    }

    footer {}

    .footer_row_1 {
        flex-wrap: wrap;
        padding: 20px 10px 20px 10px !important;
        justify-content: center !important;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    .footer_row_2 {
        display: none !important;
    }

    .footer_contacts {
        flex-wrap: wrap;
        gap: 15px !important;
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .footer_recvizits {
        margin: 1px auto;
    }

    .bg-w {
        max-width: 400px;
    }

    .advantades_form_flex_item {
        width: 225px;

    }

    .advantades_form_flex_item span {
        font-size: 28px;
    }

    .service_tabs_row {
        gap: 15px;
    }


    .service_tabs_item {
        padding: 10px 10px;
        font-size: 14px;
        width: 110px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .service_main {
        flex-direction: column;
        width: 100% !important;

    }



    .service_nav {
        width: 200px;
        position: fixed;
        height: auto;
        top: 63%;
        z-index: 99999;
        /* right: 210px; */

        border: none;
        display: none;

    }


    .nav_item {
        font-size: 10px;
        padding: 4px 8px !important;

    }

    .service_nav nav {
        width: 160px;
        height: auto;
        padding: 0px;
        position: relative;
        left: 0px;
        position: absolute;
        left: 14%;
    }

    .service_main_content {
        padding: 0 10px;
        margin-top: 40px;
    }

    .gallery_grid {
        grid-template-columns: repeat(auto-fit, minmax(100%, 4fr))
    }

    .gallery_grid_item {
        width: 100% !important;
    }

    .gallery-item {
        flex-direction: column;
    }

    .gallery_img img {
        width: 100% !important;
        padding-top: 80px;
    }

    .mr-20_ {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .main_form {
        margin-top: 50px;
    }

    .gallery_content {
        width: 100% !important;
        margin-left: 0 !important
    }

    .portfolio_nav_content {
        gap: 5px;
    }

    .portfolio_nav {
        bottom: 0;
    }

    .portfolio_nav_item {
        margin: 2px 0;
        width: 110px;
        height: 60px;
    }

    .portfolio_nav h2 {
        margin-bottom: 10px;
    }

    .gallery_breadcrumbs {
        display: none;
    }

    .gallery_content h1 {
        margin-bottom: 40px;
    }

    .product-table {
        width: 100% !important;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;

    }

    .gallery_items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(40%, 2fr));
        gap: 10px;
        margin-bottom: 80px;
    }

    .contacts {
        flex-direction: column;
        gap: 20px;
        padding: 0 0 40px 0;
    }

    .contacts__item {
        width: 100% !important;
    }

    .contacts_left {
        width: 100% !important;
    }

    .contacts_right {}

    iframe {
        width: 90vw !important;
        height: 500px !important;
    }
}


/* ANIMATION START */

.el-anim-left {
    opacity: 0;
    transform: translateX(-40%);
    transition-duration: transform 0.5s;
}

.el-anim-right {
    opacity: 0;
    transform: translateX(40%);
    transition-duration: transform 0.5s;
}

.el-anim-left.el-show,
.el-anim-right.el-show {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 0.5s;
}

.el-anim {
    transform: translateY(20px);
    opacity: 0;
    transition-duration: 0.5s;
}

.el-anim.el-show {
    transform: translateY(0);
    opacity: 1;
    transition-duration: 0.5s;
}

.el-anim-opacity {
    opacity: 0;
    transition: all 2s;
}

.el-anim-opacity.el-show {
    opacity: 1;
    transition: all 2s;
}

/* ANIMATION END */
@media(max-width: 500px) {
    .advantades_form_flex_item {
        width: 150px;
    }
}

.pb-10 {
    padding-bottom: 10px !important;
}
