@font-face {
    font-family: 'Regular';
    src: url('/wp-content/themes/NkH/fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Medium';
    src: url('/wp-content/themes/NkH/fonts/Roboto-Medium.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Bold';
    src: url('/wp-content/themes/NkH/fonts/Montserrat-Bold.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}


#UpForm .input-form p .send-form{
	background: #fbbd02;
	color: #000;
}
#UpForm .input-form p .send-form:hover{
	background: #fbbd02;
}


.price-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        font-family: 'Medium', sans-serif; /* Установлен ваш шрифт с безопасной заменой */
        border-radius: 10px; /* Скругление углов для всей таблицы */
        overflow: hidden; /* Необходимо, чтобы скруглить углы у вложенных ячеек */
    }

    .price-table th, .price-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .price-table th {
        background-color: #FBBD02; /* Цвет фона для заголовка */
    }

    .price-table tr:nth-child(even) {
        background-color: #f9f9f9; /* Оставляем чередование строк для читаемости */
    }
    
    .price-table td:first-child {
        background-color: #fbbd026b; /* Цвет фона для ячеек левого столбца */
    }
	.price-table th {
        background-color: #FBBD02; /* Цвет фона для заголовка */
    }















/*Шапка сайта*/
#shapka{
    padding: 0 !important;
    border-radius: 0 !important;
    background-size: cover;
}
#PC-header{
    position: fixed;
    z-index: 407;
    top: 0px;
    width: 100%;
    background: #ffffff;
    /* box-shadow: rgba(255, 255, 255, 0.25) 0px 25px 50px -12px; */
    margin-bottom: 8vh;
    overflow: visible;
}
.shapan{
    width: 100%;
    /*background: #548ae8;*/
}
.shapans{
    transition: 0.3s ease-in-out; /* Плавное изменение фона */
}
.shapans.scrolled {
    /* top: -150px !important; */
    /* background: #000000b0 !important;
    box-shadow: rgb(18 0 255 / 46%) 0px 20px 50px -18px; */
}
.shapan .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    margin: 15px 0;
    gap: 15px;
}
.shapan .top .content{
    width: 250px;
    display: inherit;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.shapan .top .content p, .shapan .top .content a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.shapka{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border-bottom: 1px solid white;*/
    /*background: #e7e7e7;
    border-radius: 80px;*/
    align-items: center;
    padding: 10px;
    margin: 0;
}
.shapka .left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}
li nav a{
    color: rgb(0, 0, 0);
    font-size: 18px;
}
.shapka-logo{
    width: 100%;
}
.shapka-logo:hover{
    transform: scale(1.02);
}
.shapka-logo:active{
    transform: scale(1);
}
#PC-header .shapka .logo{
    display: flex;
    width: 50px;
    align-items: center;
}
#PC-header .top .content .logo{
    width: 100% !important;
    box-shadow: none !important;
    padding: 0;
}
.shapka_button{
    background: #FBBD02;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 900;
    color: #1A1A1A;
    font-size: 15px;
    transition: 0.5s;
    display: block;
    width: max-content;
    text-align: center;
    height: max-content;
    transition: .3s ease-in-out;
}
.shapka_button:hover{
    transform: scale(1.02);
}
.shapka_button:active{
    transform: scale(1);
}
#buthead{
    text-align: center;
}
#buthead .input-form p{
    width: 100%;
    margin: 0;
}
#buthead .input-form .num-head, #buthead .input-form .tel-head, #buthead .input-form .but-head{
    width: 100%;
    padding: 15px;
    color: #4C545E;
    background: #f7f7f5;
    border-radius: 15px;
    border: 1px solid #f7f7f5;
    margin-bottom: 10px;
}
#buthead .input-form .but-head{
    cursor: pointer;
    background: #c5a47e;
    color: black;
    margin: 0;
}
nav.main-navigation-PC{
    width: 80%;
}
nav.main-navigation div.menu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
nav.main-navigation .menu-menu-container .menu-item a {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0;
}
nav.main-navigation .menu-menu-container .menu-item{
    transition: .3s ease-in-out;

    &:hover{
        color: rgb(224, 207, 207);
        transform: translateY(-2px);
    }

    &:active{
        transform: translateY(0);
    }
}
.shapan .main-navigation .menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}
.shapan .main-navigation .menu .menu-item{
    font-size: 16px;
    font-weight: 400;
    color: white;
    visibility: hidden !important;
}
.shapan .container nav{
    margin: 0;
}
.sub-menu{
    display: none;
    transform: translateY(0px);
}
#menu-item-4265:hover > .sub-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    z-index: 2;
    background: #fffffff0;
    border-radius: 15px;
    padding: 15px;
    width: 400px;
    transform: translateY(2px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 25px -10px;
}
#menuToggle{
    display: none;
}
.shapan .main-navigation .menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.shapan .main-navigation .menu .menu-item{
    font-size: 16px;
    font-weight: 400;
    color: white;
    z-index: 2;
}
.shapan .container nav{
    margin: 0;
}
#menu-item-11 li a:hover{
    text-decoration: underline !important;
}
.shapan .whatTG{
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.shapan .whatTG img{
    width: 35px;
}
.shapan .whatTG .BABA{
    padding: 2px;
	box-shadow: none !important;
}
.shapan .phones{
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    width: 290px;
}
.shapan .phones img{
    width: 35px;
}
.shapan .phones .BABA{
    padding: 2px;
    color: black;
}
.shapan .phones .tel{
    display: flex;
    flex-direction: column;
    gap: 2px;
}






#shapka{
    margin-bottom: 65px;
}
#shapka .shapka_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shapka .fortochka_cont{
    position: absolute;
    z-index: -1;
    background: black;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
}
#shapka .fortochka{
    width: 100%;
    opacity: .5; /* Прозрачность фонового изображения */
    object-fit: cover;
    background: transparent;
    border-radius: 0px;
}
#shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
    height: 100vh;
}
#shapka .shapka_content .advantages .ikonka_1{
    width: 25px;
    box-shadow: rgba(3, 119, 224, 0.2) 0px 7px 29px 0px;
    border-radius: 40px;
    margin-right: 3px;
}
#shapka .shapka_content p, #shapka .shapka_content h1, #shapka .shapka_content .advantages p{
    margin: 0;
    color: #ffffff;
}
#shapka .shapka_content p{
    font-size: 16px;
    font-weight: 500;
    color: #A5A5A5;
}
#shapka .shapka_content h1{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 70%;
}
#shapka .shapka_content .advantages p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    display: flex;
    align-items: center ;
}
#shapka .shapka_content .advantages .rejing{
    font-size: 18px;
    display: flex;
    gap: 3px;
    height: auto;
    align-items: center;
}
#shapka .shapka_content .advantages .rejing .starsss{
    /* margin-left: 5px; */
    height: fit-content;
}
#shapka .shapka_content .cont-form{
    margin-top: 15px;
    width: 100%;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
#shapka .shapka_content .cont-form a{
    padding: 20px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    transition: .3s ease-in-out;
}
#shapka .shapka_content .cont-form .bottom1{
    color: #1A1A1A;
    border: 1px solid #fbbd02;
    border-radius: 5px;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #fbbd02;

    &:hover{
        background: transparent;
        color: #fff;
    }
    /* &::after{
        content: "";
        display: block;
        width: 20px;
        height: 200px;
        margin-left: 50px;
        background: #fff;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
        left: -40px;
        top: -80px;
        z-index: 1;
        transform: rotate(45deg);
        position: absolute;
        animation: movingFlare 3s ease-in-out 0.05s infinite;
    } */
}
#shapka .shapka_content .cont-form .bottom2{
    background: transparent;
    color: #303030;
    border: 1px solid #303030;
}
#shapka .shapka_content .cont-form .bottom2:hover{
    background: #303030;
    color: white;
}
#shapka .content-z{
    position: relative;
    z-index: 2;
}







#Branche-card .opis{
    color: #333333;
    font-size: 18px;
}
#Branche-card .Branche.BGA{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: start;
}
#Branche-card .Branche_item .bottom_2{
    width: 100% !important;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 15px;
    transition: .3s ease-in-out;
}
#Branche-card .Branche_item .bottom_2:hover img{
    transform: scale(1.04);
}
#Branche-card .Branche_item .bottom_2:hover .content{
    transform: translateY(60px);
}
#Branche-card .Branche_item .bottom_2.BABA{
    transform: scale(1) !important;
}
#Branche-card .Branche_item .bottom_2 img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
}
#Branche-card .Branche_item .bottom_2 .content{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    transform: translateY(0px);
    transition: .3s ease-in-out;
}
#Branche-card .Branche_item .bottom_2 .content h3{
    color: black;
    background-color: #ffffffe5;
    border-left: 4px solid #FBBD02;
    font-size: 18px;
    padding: 15px 25px;
    margin: 0;
}
#Branche-card .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#Branche-card .info img{
    border-radius: 15px;
    width: 49%;;
}
#Branche-card .test{
    margin-bottom: 65px;
}
#Branche-card .info .ponent{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
#Branche-card .info .ponent p{
    color: #898989;
    font-size: 18px;
}






#o_nas .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#o_nas .center .left, #o_nas .center .right{
    width: 49%;
}
#o_nas .center .right img{
    border-radius: 15px;   
}
#o_nas .center .left{
    display: flex;
    flex-direction: column;
    align-self: center;
}
#o_nas .center .left p{
    color: #898989;
    font-size: 18px;
}








#portfel{
    background-color: #f2f1ed;
    padding: 80px 0;
}
#porfel_gal .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#porfel_gal .contnent .inforu p{
    margin: 0;
    color: #898989;
    font-size: 18px;
}
#porfel_gal .contnent .arrow{
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#porfel_gal .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#porfel_gal .swiper-wrapper{
    height: auto;
}
#porfel_gal .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
}
#porfel_gal .swiper-scrollbar {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#porfel_gal .swiper-scrollbar-drag{
    background: #ffffff;
}
#porfel_gal .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: 400px;
}
#porfel_gal .Swipers-Sliders-a:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: scale(1);
}
#porfel_gal .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#porfel_gal .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
#porfel_gal .swiper-button-prev, #porfel_gal .swiper-button-next {
    color: #fff; /* или свой цвет */
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 15px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffc23fc7;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#porfel_gal .swiper-button-next:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#porfel_gal .swiper-button-prev:after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#porfel_gal .swiper-button-prev, #porfel_gal .swiper-button-next{ 
    /* left: 10px; */
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#porfel_gal .swiper-button-next:hover, #porfel_gal .swiper-button-prev:hover {
    filter: drop-shadow(0 0 4px #FBBD02);
}
#porfel_gal .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#porfel_gal .swipe-paginate .swiper-pagination{
    background: #006bb6;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
}
#porfel_gal .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #8c9092;
    transition: .3s ease-in-out;
}
#porfel_gal .swipe-paginate .swiper-pagination-bullet-active{
    background-color: #ffffff;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */






#prem h2{
    margin-bottom: 30px;
}
#prem .pref{
    margin-bottom: 45px;
}
#prem .daw{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#prem .daw img{
    width: 75px;
    height: fit-content;
}
#prem .daw .info h3{
    font-size: 26px;
    margin-bottom: 5px;
}
#prem .daw .info p{
    font-size: 16px;
    color: #898989;
}
#prem .chifry.BGA{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
#prem .chifry .daw{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
#prem .chifry .daw h3{
    margin: 0;
    font-size: 40px;
}
#prem .chifry .daw p{
    color: #898989;
    font-size: 16px;
}






#serty .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#serty .contnent .inforu p{
    margin: 0;
}
#serty .contnent .arrow{
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#serty .swiper-container-serty {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#serty .swiper-wrapper{
    height: auto;
}
#serty .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
}
#serty .swiper-scrollbar-serty {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#serty .swiper-scrollbar-drag{
    background: #ffffff;
}
#serty .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    /* height: 400px; */
}
#serty .Swipers-Sliders-a:hover{
    box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: scale(1);
}
#serty .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#serty .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    /* height: 400px; */
    object-fit: cover;
}
#serty .swiper-serty-prev, #serty .swiper-serty-next {
    color: #fff; /* или свой цвет */
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffc23fc7;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#serty .swiper-serty-next:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#serty .swiper-serty-prev:after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#serty .swiper-serty-prev, #serty .swiper-serty-next{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#serty .swiper-serty-next:hover, #serty .swiper-serty-prev:hover {
    filter: drop-shadow(0 0 4px #ffc23fc7);
}
/* Сам слайдер */






#formazap .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#formazap .center .left, #formazap .center .right{
    width: 49%;
}
#formazap .center .right{
    border-radius: 15px;
    overflow: hidden;
}
#formazap .center .right img{
    height: 100%;
}
#formazap .center .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#formazap .center .left h2{
    font-size: 24px;
}
#formazap .center .left .input-form p input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    background: #f8f2f2;
    font-size: 16px;
}
#formazap .center .left .input-form p .send-form{
    width: 70%;
    background: #fbbd02;
    color: #1a1a1a;
}
#formazap .center .left .input-form p span{
    width: 70%;
    display: block;
}
#formazap .center .left .input-form .wpcf7-list-item-label, #formazap .center .left .input-form .wpcf7-list-item{
    width: 100%;
}
#formazap .center .left .input-form .wpcf7-list-item input{
    display: inline;
}
.wpcf7-acceptance label{
    display: flex;
    gap: 5px;
}






#fooer{
    position: relative;
    height: 550px;
    padding: 80px 0;
    margin: 0;
}
#fooer iframe{
    position: absolute;
    top: 0;
    left: 0;
}
#fooer .container{
    position: relative;
}
#fooer .content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-radius: 15px;
    padding: 45px;
    width: 500px;
}
#fooer .content .phone{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
#fooer .content .phone a{
    color: #333333;
    font-size: 18px;
    width: fit-content;
    transition: .3s ease-in-out;
    font-family: 'Medium';
}
#fooer .content .phone a:hover{
    transform: translateY(-2px);
}
#fooer .content .phone p{
    margin: 0;
    color: #333333;
}
#fooer .content .mail{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;   
}
#fooer .content .mail a{
    color: #333333;
    font-size: 18px;
    width: fit-content;
    transition: .3s ease-in-out;
    font-family: 'Medium';
}
#fooer .content .mail a:hover{
    transform: translateY(-2px);
}
#fooer .content .mail p{
    margin: 0;
    color: #333333;
}






#story .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#story .center .left, #story .center .right{
    width: 49%;
}
#story .center .right{
    overflow: hidden;
    border-radius: 15px;
}
#story .center .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#story .center .left p{
    color: #898989;
}




#story_date .gallary .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 35px;
}
#story_date .gallary .center .left{
    width: 20%;
}
#story_date .gallary .center .right{
    width: 79%;
}
#story_date .gallary .center .left h2{
    font-size: 40px;
    margin: 0;
}
#story_date .gallary .center .left p{
    color: #333333;
    font-size: 14px;
}
#story_date .gallary .center .left h3{
    font-size: 18px;
}
#story_date .gallary .center .right p{
    font-size: 18px;
    color: #333333;
}
#story_date .gallary .center .right img{
    max-width: 400px;
    border-radius: 15px;
}
#story_date .gallary .center .right .bottom1{
    background-color: #fbbd02;
    color: #1A1A1A;
    padding: 15px 35px
}
#story_date .gallary .center .right .info a{
    height: 450px;
    overflow: hidden;
    border-radius: 15px;
    display: block;
    margin-bottom: 10px;
}
#story_date .gallary .center .right .info a video{
    object-fit: cover;
}





#true_Slide h2{
    font-size: 28px;
    font-weight: 400;
}
#true_Slide h4{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 9px;
}
#true_Slide .baton{
    display: flex;
    justify-content: start;
    /* background: #f0f4ff; */
    border-radius: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
}
#true_Slide .baton button{
    cursor: pointer;
    border: 1px solid #000000;
    background: transparent;
    padding: 15px 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    transition: 0.5s;
}
#true_Slide .baton button:hover{
    background: #ebebeb;
    color: #2c3137;
}
#true_Slide .baton .active{
    background: #ebebeb !important;
    color: #2c3137;
    transform: scale(1.02);
    pointer-events: none;
}
#true_Slide .price-list .info_tab {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
    position: absolute; /* чтобы табы не мешали друг другу */
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}
#true_Slide .price-list .info_tab.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
    pointer-events: auto;
}
#true_Slide .price-list .info_tab.fade-out{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
}
#true_Slide .price-list .info p{
    color: #333333;
    font-size: 18px;
}
#true_Slide .price-list .info .ads{
    display: block;
    width: 50%;
    overflow: hidden;
}
#true_Slide .price-list .info .ads video{
    border-radius: 10px;
}
#true_Slide .price-list .info li{
    list-style: disc !important;
    margin-left: 30px;
    font-size: 18px;
    font-family: 'Medium';
    color: #333333;
}
#true_Slide .price-list .info .alt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
#true_Slide .price-list .info .alt .as, #true_Slide .price-list .info .alt .ads{
    width: 49%;
}
#true_Slide .price-list .info .iinf{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#true_Slide .price-list .info .iinf img, #true_Slide .price-list .info .iinf .d2w{
    width: 49%;
}
#true_Slide .price-list .info .iinf .d2w{
    display: flex;
    flex-direction: column;
    justify-self: center;   
    align-self: center;
}
#true_Slide .price-list .info .iinf img{
    border-radius: 15px;
    height: 450px;
    object-fit: cover;
}
#true_Slide .price-list .info .sadsfxx{
    margin-bottom: 15px;
}
#true_Slide .price-list .info .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-self: center;
    align-items: center;
}
#true_Slide .price-list .info .info img, #true_Slide .price-list .info .info .ddscx{
    width: 49%;
}
#true_Slide .price-list .info .info img{
    border-radius: 15px;
    height: 450px;
    object-fit: cover;
}







#montazh .center{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
}
#montazh .center .left, #montazh .center .right{
    width: 49%;
}
#montazh .center .left{
    display: flex;
    flex-direction: column;
    align-self: center;
}
#montazh .center .left .ifno{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}
#montazh .center .left img{
    width: 50px;
    height: fit-content;
}
#montazh .center .left p{
    color: #333333;
    font-size: 18px;
}
#montazh .center .right{
    border-radius: 10px;
    overflow: hidden;
}
#montazh .center .right img{
    height: 600px;
	object-fit: cover;
}







#chena_montazh .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#chena_montazh .center .left, #chena_montazh .center .right{
    width: 49%;
}
#chena_montazh .center .left p{
    color: #333333;
    font-size: 18px;
}
#chena_montazh .center .left a{
    background-color: #fbbd02;
    color: #1a1a1a;
    padding: 14px 25px;
}
#chena_montazh .center .right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#chena_montazh .center .right .wpcf7{
    max-width: 460px;
}
#chena_montazh .center .right .input-form p{
    display: flex;
    flex-direction: column;
    margin: 0;
}
#chena_montazh .center .right .input-form .wpcf7-list-item{
    margin: 0;
}
#chena_montazh .center .right .input-form input{
    width: 100%;
    padding: 15px 25px;
    border: none;
    background: #f8f2f2;
    font-size: 16px;
    border-radius: 5px;
}
#chena_montazh .center .right .input-form span{
    width: 100%;
}
#chena_montazh .center .right .input-form .send-form{
    background: #fbbd02;
    color: #1a1a1a;
    width: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}
#chena_montazh .center .right .input-form .send-form:hover{
    transform: scale(1.02);
}
#chena_montazh .center .right .input-form .send-form:active{
    transform: scale(1);
}





#prostroy .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#prostroy .contnent .inforu p{
    margin: 0;
}
#prostroy .contnent .arrow{
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#prostroy .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#prostroy .swiper-wrapper{
    height: auto;
}
#prostroy .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
}
#prostroy .swiper-scrollbar {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#prostroy .swiper-scrollbar-drag{
    background: #ffffff;
}
#prostroy .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: 400px;
}
#prostroy .Swipers-Sliders-a:hover{
    box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transform: scale(1);
}
#prostroy .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#prostroy .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
#prostroy .swiper-button-prev, #prostroy .swiper-button-next {
    color: #fff; /* или свой цвет */
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 17px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffc23fc7;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#prostroy .swiper-button-next:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#prostroy .swiper-button-prev:after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px !important;
}
#prostroy .swiper-button-prev, #prostroy .swiper-button-next{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#prostroy .swiper-button-next:hover, #prostroy .swiper-button-prev:hover {
    filter: drop-shadow(0 0 4px #ffc23fc7);
}
#prostroy .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#prostroy .swipe-paginate .swiper-pagination{
    background: #292929;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
}
#prostroy .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#prostroy .swipe-paginate .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */





#price table {
    border-collapse: collapse;
    width: 80%;
}
#price th, #price td {
    padding: 10px;
    text-align: center;
    font-family: 'Medium';
}
#price th {
    background-color: #f2f2f2;
}
/* #price .center{
    display: flex;
    justify-content: center;
} */






#sotrudniky .info{
    padding: 20px;
}
#sotrudniky .info img{
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
#sotrudniky .info span, #sotrudniky .info p{
    color: #333333;
    font-size: 16px;
}
#sotrudniky .info h3{
    font-size: 22px;
}












#story .center .right img{
    height: 100%;
}



@media screen and (max-width: 1280px) {
    nav.main-navigation-PC{
        width: 60%;
    }
    #fooer .content{
        margin-left: 15px;
    }
}
@media screen and (max-width: 1180px){
    nav.main-navigation .menu-menu-container .menu-item a{
        font-size: 14px;
    }
    .shapan .phones .tel a{
        font-size: 13px;
    }
    .shapan .phones img{
        width: 30px;
    }
    .shapan .whatTG img{
        width: 30px;
    }
    .shapka_button{
        font-size: 13px;
    }
    .shapan .top .content{
        width: 170px;
    }
}
@media screen and (max-width: 1024px){
    #menuToggle{
        display: block;
        background: rgb(255 255 255);
    }
    #menuToggle .mobilemob .logo img{
        background: transparent;
    }
    #menuToggle span{
        background-color: #fbbd02;
    }
    #shapka .shapka_content h1{
        font-size: 30px;
    }
    #shapka .shapka_content .cont-form a{
        padding: 15px 30px;
        font-size: 16px;
    }
    .H{
        font-size: 26px;
    }
    #Branche-card .opis{
        font-size: 16px;
    }
    #Branche-card .info .ponent h3{
        font-size: 26px;
    }
    #Branche-card .info .ponent p{
        font-size: 16px;
    }
    #prem .daw .info h3{
        font-size: 22px;
    }
    #prem .daw img{
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    #prem .chifry.BGA{
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
    #o_nas .center .left p{
        font-size: 16px;
    }
    #porfel_gal .contnent .inforu p{
        font-size: 16px;
    }
    #formazap .center .left h2{
        font-size: 18px;
    }
    #formazap .center .left .input-form p span, #formazap .center .left .input-form p .send-form{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    #shapka .shapka_content h1{
        width: 100%;
    }
    #Branche-card .Branche.BGA{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    #Branche-card .info{
        flex-direction: column-reverse;
    }
    #Branche-card .info .ponent, #Branche-card .info img{
        width: 100%;
    }
    #prem .chifry.BGA{
        grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
    }
    #o_nas .center{
        flex-direction: column;
    }
    #o_nas .center .left, #o_nas .center .right{
        width: 100%;
    }
    #porfel_gal .contnent .arrow{
        width: 250px;
    }
    #formazap .center .right{
        display: none;
    }
    #formazap .center .left{
        width: 100%;
    }
    #serty .Swipers-Sliders-a, #serty .Swipers-Sliders{
        height: 400px;
    }
    #fooer iframe{
        position: relative;
        height: 550px;
    }
    #fooer{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
        padding: 0;
    }
    #fooer .content{
        position: relative;
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    #story .center{
        flex-direction: column;
    }
    #story .center .left, #story .center .right, #story_date .gallary .center .left, #story_date .gallary .center .right{
        width: 100%;
    }
    #price h2{
        font-size: 26px;
    }
    #true_Slide p, #montazh p{
        font-size: 16px !important;
    }
    #true_Slide h2, #montazh h2, #montazh h3{
        font-size: 24px;
    }
    #true_Slide .price-list .info .alt, #true_Slide .price-list .info .iinf, #true_Slide .price-list .info .info{
        flex-direction: column;
    }
    #true_Slide .price-list .info .iinf:nth-last-child(1){
        flex-direction: column-reverse;
        margin-top: 15px;
    }
    #true_Slide .price-list .info .alt .as, #true_Slide .price-list .info .alt .ads, #true_Slide .price-list .info .iinf img, #true_Slide .price-list .info .iinf .d2w, #true_Slide .price-list .info .info img, #true_Slide .price-list .info .info .ddscx{
        width: 100%;
    }
    #true_Slide .price-list .info .info:nth-of-type(2){
        flex-direction: column-reverse;
    }
    #true_Slide .price-list .info{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    #montazh .center{
        flex-direction: column;
    }
    #montazh .center .left, #montazh .center .right{
        width: 100%;
    }
    #chena_montazh .center{
        flex-direction: column;
    }
    #chena_montazh .center .left, #chena_montazh .center .right{
        width: 100%;
    }
    #chena_montazh .center .left p{
        font-size: 16px;
    }
}
@media screen and (max-width: 568px){
    #shapka .shapka_content h1{
        font-size: 24px;
    }
    #serty .contnent .arrow{
        width: 160px;
    }
    #porfel_gal .contnent .arrow{
        width: 404px;
    }
    #fooer .content{
        max-width: 400px;
    }
    #story_date .gallary .center{
        flex-direction: column;
    }
    #story_date .gallary .center .right .BGA{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    #sotrudniky .center.BGA{
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
    #price table{
        table-layout: fixed;
        word-wrap: break-word;
        width: 100%;
    }
    #price th, #price td{
        padding: 10px;
        font-size: 14px;
    }
    #price h2{
        font-size: 22px;
    }
    #serty .contnent .arrow, #porfel_gal .contnent .arrow{
        width: 100px;
    }
    #menuToggle .mobilemob .logo img{
        background: transparent;
        height: 21px !important;
        object-fit: contain;
    }
}
@media screen and (max-width: 450px){
    .shapka_button{
        padding: 10px 16px;
    }
    #menuToggle .content{
        width: 80%;
    }
    #menuToggle .class_menu{
        top: 18px;
    }
    #prem .chifry.BGA{
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    #serty .contnent, #porfel_gal .contnent{
        flex-direction: column;
    }
    #serty .contnent h2{
        font-size: 26px;
    }
    #serty .contnent .arrow, #porfel_gal .contnent .arrow{
        width: 120px;
    }
    #porfel_gal .contnent .arrow{
        align-items: end;
        height: 50px;
    }
    #story_date .gallary .center .right .BGA{
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    #story_date .gallary .center .right .info a{
        height: 400px;
    }
}