@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/Montserrat-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; 
}

body::-webkit-scrollbar{
    height: 5px !important;
}

body{
    background-image: url('/wp-content/uploads/2025/08/polnyi-kadr-abstraktnogo-risunka.jpg');
}


/*Шапка сайта*/
#shapka{
    padding: 0 !important;
    border-radius: 0 !important;
    background-size: cover;
}
#PC-header{
    position: fixed;
    z-index: 407;
    top: 15px;
    width: 100%;
    /* background: #00000050; */
    /* box-shadow: rgba(255, 255, 255, 0.25) 0px 25px 50px -12px; */
    margin-bottom: 8vh;
}
.shapan{
    width: 100%;
    /*background: #548ae8;*/
}
.shapans{
    transition: 0.3s ease-in-out; /* Плавное изменение фона */
}
.shapans.scrolled {
    top: -250px !important;
    /* background: #000000b0 !important;
    box-shadow: rgb(18 0 255 / 46%) 0px 20px 50px -18px; */
}
.shapan .pontainer{
    background: #002137;
    border-radius: 10px;
    padding: 10px 15px;
}
.shapan .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    padding: 15px 20px;
    gap: 5px;
}
.shapan .top .content{
    width: fit-content;
    height: 80px;
    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;
}
li nav a{
    color: white;
    font-size: 18px;
}
.shapka-logo{
    width: 100%;
    height: 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: fit-content !important;
    height: 100%;
    box-shadow: none !important;
    padding: 0;
}
.shapka_button{
    background: rgb(29,130,249);
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 500;
    color: white;
    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{
    color: white;
    background: rgb(25, 114, 216);
    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: white;
    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-14:hover > .sub-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    z-index: 2;
    background: #000000d5;
    border-radius: 15px;
    padding: 15px;
    width: 400px;
    transform: translateY(2px);
}
#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;
}
#PC-header .iinfo .contact{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px;
}
#PC-header .iinfo .contact .info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#PC-header .iinfo .contact .info p, #PC-header .iinfo .contact .info a{
    margin: 0;
    color: white;
    font-size: 16px;
}
#PC-header .iinfo .contact .info img{
    width: 35px;
    height: 35px;
}
#PC-header .iinfo .contact .info .tel{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#PC-header .but-cont{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: end;
    text-align: end;
}
#PC-header .but-cont .VDS{
    font-size: 16px;
    color: white;
}






#shapka{
    margin-bottom: 65px;
}
#shapka .shapka_content{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#shapka .fortochka_cont{
    position: absolute;
    z-index: -1;
    background: transparent;
    width: 100%;
    border-radius: 0px;
}
#shapka .fortochka{
    width: 100%;
    opacity: .3; /* Прозрачность фонового изображения */
    object-fit: cover;
    background: transparent;
    border-radius: 0px;
}
#shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
    height: 85vh;
}
#shapka .shapka_content .advantages .ikonka_1{
    width: 19px;
    border-radius: 40px;
    margin-right: 3px;
}
#shapka .shapka_content p, #shapka .shapka_content h1, #shapka .shapka_content .advantages p{
    margin: 0;
    color: #000000;
}
#shapka .shapka_content p{
    font-size: 16px;
    font-weight: 500;
    color: #A5A5A5;
}
#shapka .shapka_content h1{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3f3e3e;
}
#shapka .shapka_content .advantages p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #808080;
}
#shapka .shapka_content .advantages{
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#shapka .shapka_content .advantages .achigment{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 15px;
    border-radius: 10px;
    align-items: center;
    background: #ffffffcf;
}
#shapka .shapka_content .advantages .achigment img{
    width: 50px;
    height: 50px;
    border-radius: 5px;
}
#shapka .shapka_content .advantages .achigment p{
    margin: 0;
    width: 80%;
}
#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: 10px;
    transition: .3s ease-in-out;
}
#shapka .shapka_content .cont-form .bottom1{
    color: white;
    border: 1px solid white;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #069BE1;
    background: linear-gradient(1deg,rgba(6, 155, 225, 1) 0%, rgba(6, 97, 225, 1) 100%);
}
#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;
}
#shapka .shapka_content .centers{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#shapka .shapka_content .centers .lefs, #shapka .shapka_content .centers .rigts{
    width: 49%;
}
#shapka .shapka_content .centers .lefs{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#shapka .shapka_content .centers .rigts img{
    height: 60vh;
    object-fit: cover;
    border-radius: 15px;
}






#Branche-card .BGA{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
#Branche-card .Branche_item{
    padding: 40px 20px;
    box-sizing: border-box;
    /* border: 1px solid #C4C4C4; */
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffffcf;
}
#Branche-card .Branche_item h4{
    font-size: 24px;
}
#Branche-card .Branche_item img{
    margin-bottom: 15px;
    border-radius: 10px;
}
#Branche-card .Branche_item p{
    color: #808080;
    font-size: 18px;
}
#Branche-card .Branche_item a{
    background: #42aaff;
    width: 100% !important;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 20px 20px;
}







#komp-info .center{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-self: center;
    align-items: center;
}
#komp-info .left{
    width: 48%;
}
#komp-info .left p, #komp-info .left h2{
    color: #3F3E3E;
}
#komp-info .left p, #komp-info .left p{
    color: #797979;
    font-size: 17px;
}
#komp-info .left a{
    color: white;
    background: #069be1;
    font-size: 18px;
    text-align: center;
    padding: 20px 60px;
}
#komp-info .right{
    width: 48%;
    display: flex;
}
#komp-info .right img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}



#prem{
    background: #003e68;
    border-radius: 25px;
    padding: 80px ;
    margin: 0 15px;
    margin-bottom: 65px;
}
#prem h2{
    color: white;
    margin-bottom: 35px;
}
#prem .BGA{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
#prem .items .item img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#prem .items .item h3{
    font-size: 20px;
    color: white;
}
#prem .items .item p{
    font-size: 16px;
    color: white;
}
#prem .items .item a{
    color: white;
    transition: .3s ease-in-out;
    display: block;
}
#prem .items .item a:hover{
    transform: translateY(-2px);
}
#prem .items .item a:active{
    transform: translateY(0);
}






#feedback{
    margin-bottom: 65px;
}
#feedback .contnent{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#feedback .contnent .inforu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#feedback .contnent .inforu a{
    border: 2px solid #42AAFF;
    transition: .3s ease-in-out;
    width: fit-content;
    height: fit-content;
    padding: 15px 35px;
    border-radius: 10px;
    color: black;
}
#feedback .contnent .inforu a:hover{
    background-color: #42AAFF;
    color: white;
}
#feedback .contnent .inforu p{
    margin: 0;
}
#feedback h3{
    font-size: 22px;
}
#feedback .swiper-slide p{
    font-size: 18px;
}
#feedback .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#feedback .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: visible;
}
#feedback .swiper-wrapper{
    height: auto;
}
#feedback .swiper-slide {
    display: flex;
    justify-content: center;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
    flex-direction: column;
}
#feedback .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;
}
#feedback .swiper-scrollbar-drag{
    background: #003e68;
}
#feedback .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: 400px;
}
#feedback .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);
}
#feedback .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#feedback .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
#feedback .swiper-button-prev, #feedback .swiper-button-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: #ffffff7a;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#feedback .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;
}
#feedback .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;
}
#feedback .swiper-button-prev, #feedback .swiper-button-next{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#feedback .swiper-button-next:hover, #feedback .swiper-button-prev:hover {
    filter: drop-shadow(0 0 4px #ffffff);
}
#feedback .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#feedback .swipe-paginate .swiper-pagination{
    background: #292929;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
}
#feedback .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#feedback .swipe-paginate .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */






#free_const .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    background-color: #003e68;
    border-radius: 25px;
    padding: 80px;
}
#free_const .center .left, #free_const .center .right{
    width: 49%;
}
#free_const h2{
    color: white;
}
#free_const .center .input-form p{
    display: flex;
    flex-direction: column;
    color: white;
    margin: 0;
    font-size: 12px;
    gap: 5px;
}
#free_const .center .input-form p a{
    color: white;
}
#free_const .center .input-form span{
    width: 80%;
}
#free_const .center .input-form .send-form{
    width: 80%;
    background: #42aaff;
    color: white;
    cursor: pointer;
}
#free_const .center .input-form input{
    width: 100%;
    border-radius: 10px;
    padding: 17px 35px;
    font-size: 17px;
    border: none;
}
#free_const .center .right img{
    border-radius: 15px;
    width: 77%;
}
#free_const .center .right{
    display: flex;
    justify-content: center;
}








#block-blog .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#block-blog .contnent .inforu p{
    margin: 0;
}
#block-blog .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#block-blog .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#block-blog .swiper-wrapper{
    height: auto;
}
#block-blog .swiper-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
}
#block-blog .swiper-scrollbar-news {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#block-blog .swiper-scrollbar-drag{
    background: #003e68;
}
#block-blog .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
}
/* Сам слайдер */
#block-blog .swiper-slide{
    padding: 25px;
    /* background: #F3F3F3; */
    transition: .3s ease-in-out;
    border-radius: 15px;
}
#block-blog .swiper-slide:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#block-blog .swiper-slide img{
    margin-bottom: 15px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
#block-blog .swiper-slide h3{
    font-size: 20px;
}
#block-blog .swiper-slide p{
    font-size: 16px;
    color: #797979;
}
#block-blog .swiper-slide .time{
    font-size: 14px;
}
#block-blog .swiper-slide a{
    color: black;
    font-size: 16px;
    display: block;
    padding: 0;
    box-shadow: none;
}
#block-blog .swiper-slide a.ULA{
    text-decoration-color: #000000 !important;
}





#fooer .center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}
#fooer .BGA{
    grid-template-columns: repeat(auto-fit, minmax(164px, 1fr));
}
#fooer .center .left, #fooer .center .right{
    width: 49%;
    border-radius: 25px;
    overflow: hidden;
}
#fooer .center .left{
    background-color: #003e68;
    padding: 45px;
}
#fooer .center .left h2, #fooer .center .left p, #fooer .center .left a{
    color: white;
    font-size: 20px;
}
#fooer .number{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
#fooer .icooons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
}
#fooer .icooons a{
    width: 50px;
    height: 50px;
    transition: .3s ease-in-out;
}
#fooer .icooons a:hover{
    transform: scale(1.04);
}
#fooer .icooons a:active{
    transform: scale(1);
}
#fooer .graphic p{
    margin: 0;
}
#fooer .img{
    /* display: flex; */
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
#fooer .img a{
    width: 180px;
}
#fooer .pol{
    font-size: 16px !important;
}







#licence .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#licence .contnent .inforu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#licence .contnent .inforu a{
    border: 2px solid #42AAFF;
    transition: .3s ease-in-out;
    width: fit-content;
    height: fit-content;
    padding: 15px 35px;
    border-radius: 10px;
    color: black;
}
#licence .contnent .inforu a:hover{
    background-color: #42AAFF;
    color: white;
}
/* Сам слайдер */
#licence .swiper-container-licence {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#licence .swiper-wrapper{
    height: auto;
}
#licence .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
}
#licence .swiper-scrollbar-licence {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#licence .swiper-scrollbar-drag{
    background: #003e68;
}




#o_nas_info{
    position: relative;
    padding: 40px 0;
    border-radius: 30px;
    /* box-shadow: 0px -7px 22px 1px rgba(0, 0, 0, .10); */
    margin-bottom: 65px;
}
#o_nas_info .drel{
    position: absolute;
    left: -280px;
}
#o_nas_info .center{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
#o_nas_info .left{
    width: 48%;
    display: flex;
    flex-direction: column;
    align-self: center;
}
#o_nas_info .left p, #o_nas_info .left h2{
    color: #212121;
}
#o_nas_info .left p{
    color: #797979;
}
#o_nas_info .right{
    width: 48%;
    display: flex;
}
#o_nas_info .right img{
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}







#gallary .galereya_grin.BGA{
    grid-template-columns: repeat(auto-fit, minmax(330px, 350px));
    justify-content: start;
}
#gallary .galereya_grin.BGA a{
    display: block;
    height: 100%;
}






#sig-blog .container{
    max-width: 800px;
}
#sig-blog .content{
    padding: 40px;
    border-radius: 15px;
    /* border: 1px solid #C4c4c4; */
    background: #ffffffcf;
}
#sig-blog img{
    height: 350px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 15px;
}
#sig-blog h1{
    font-size: 24px;
}
#sig-blog p{
    color: #797979;
    font-size: 16px;
}








#block_tab .price{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}
#block_tab .tabs{
    display: flex;
    /* background: #f0f4ff; */
    border-radius: 20px;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    width: 27%;
    position: relative;
    z-index: 299;
}
#block_tab .tabs button{
    cursor: pointer;
    border: 1px solid #42AAFF;
    background: transparent;
    padding: 20px 30px;
    color: #42AAFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    transition: 0.5s;
    height: fit-content;
    width: 100% !important;
    text-align: center;
}
#block_tab .tabs button:hover{
    background: #42AAFF;
    color: white;
}
#block_tab .tabs .active{
    background: #42aaff !important;
    color: #fff;
    transform: scale(1.02);
    pointer-events: none;
}
#block_tab .price-list .tab_info {
    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;
}
#block_tab .price-list .tab_info.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
    pointer-events: auto;
}
#block_tab .price-list .tab_info li{
    font-family: 'Medium';
}
#block_tab .price-list .tab_info.fade-out{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
}
#block_tab .center{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 20px;
    gap: 25px;
    width: 70%;
    overflow-x: scroll;
}
/* Фон всей полосы прокрутки (трека) делаем прозрачным */
#block_tab .center::-webkit-scrollbar {
  width: 5px;          /* ширина скроллбара */
  height: 5px;
  background: transparent; /* фон трека прозрачный */
}

/* Ползунок остаётся видимым */
#block_tab .center::-webkit-scrollbar-thumb {
  background-color: #7e6c6c; /* цвет ползунка */
  border-radius: 6px;
}
#block_tab tr, #block_tab td{
    border: 1px solid #c3b5b5;
    padding: 10px;
    font-family: 'Medium';
}
#block_tab table{
    width: 100%;
    border-spacing: 0;
}







#UpForm .input-form p{
    margin-bottom: 5px !important;
}
#UpForm .input-form p a.send-form{
    background: rgb(90 48 251);
    color: white;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: .3s ease-in-out;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
#UpForm .input-form p a.send-form:hover{
    background: rgb(71, 39, 202);
    transform: scale(1.02);
}
#UpForm .input-form p a:active {
    transform: scale(1);
}





.bvi-widget, .bvi-shortcode a, .bvi-widget a, .bvi-shortcode{
    background: transparent !important;
    font-size: 16px;
}
.bvi-widget .bvi-svg-eye, .bvi-shortcode .bvi-svg-eye{
    display: none !important;
}






#o_nas_page p{
    color: #636363;
}





.shapka_baton{
    background: rgb(29, 130, 249);
    text-align: center;
    color: #fff;
}






@media screen and (max-width: 1280px) {
    nav.main-navigation-PC{
        width: 100%;
    }
    #PC-header .iinfo .contact .info .tel{
        width: 130px;
    }
    #PC-header .geolocc{
        width: 220px;
    }
    #PC-header{
        width: 98%;
        left: 13px;
    }
    #fooer .BGA{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
@media screen and (max-width: 1240px){
    #PC-header .top .content .logo{
        width: 100% !important;
    }
    #PC-header .iinfo .contact{
        gap: 6px;
        margin-left: 5px;
    }
    .shapka_button{
        padding: 10px 20px;
    }
    #PC-header .geolocc{
        width: auto;
    }
    .shapan .top .content{
        width: 80px;
        height: fit-content;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 105vh;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 104vh;
    }
    #shapka .shapka_content .centers .rigts{
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1024px){
    #menuToggle{
        display: block;
    }
    #menuToggle .class_menu{
        top: 30px;
    }
    #menuToggle span{
        background: #1d82f9;
    }
    #shapka .shapka_content .centers .rigts{
        align-items: center;
        display: flex;
    }
    #free_const .center .input-form span, #free_const .center .input-form .send-form{
        width: 95%;
    }
    #free_const .center .right{
        display: flex;
        align-items: center;
    }
    #fooer .center{
        flex-direction: column; 
    }
    #fooer .center .left, #fooer .center .right{
        width: 100%;
    }
    #fooer .center .right{
        height: 450px;
    }
    #menuToggle .mobilemob .logo{
        width: 60px;
    }
    #menuToggle .content{
        align-items: center;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 90vh;
    }
    #menuToggle{
        background: #002137;
    }
    #menuToggle .mobilemob .logo img{
        background-color: transparent;
        height: fit-content;

    }
    #block_tab .price{
        flex-direction: column;
    }
    #block_tab .tabs{
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        background: #fff;
    }
    #block_tab .tabs button{
        max-width: 400px;
        height: auto;
    }
    #block_tab .center{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    #shapka .shapka_content .centers .lefs, #shapka .shapka_content .centers .rigts{
        width: 100%;
    }
    #shapka .shapka_content .centers .rigts{
        display: none;
    }
    #Branche-card .Branche_item a{
        font-size: 16px;
    }
    #UpForm .input-form p{
        font-size: 12px;
        margin: 0;
    }
    #UpForm .input-form p a.send-form{
        margin-bottom: 10px;
    }
    #komp-info .center{
        flex-direction: column;
        gap: 15px;
    }
    #komp-info .left, #komp-info .right{
        width: 100%;
    }
    #prem{
        padding: 60px 30px;
    }
    #free_const .center{
        flex-direction: column;
    }
    #free_const .center .left, #free_const .center .right{
        width: 100%;
    }
    #free_const .center .right{
        display: none;
    }
    #free_const .center .input-form span, #free_const .center .input-form .send-form{
        width: 100%;
    }
    #o_nas_info .center{
        flex-direction: column;
    }
    #o_nas_info .left, #o_nas_info .right{
        width: 100%;
    }
}
@media screen and (max-width: 568px){
    #feedback .contnent .inforu{
        flex-direction: column;
        align-items: start;
    }
    #free_const .center{
        padding: 30px;
    }
    #shapka .shapka_content h1{
        font-size: 30px;
    }
    .H, h2{
        font-size: 26px;
    }
    #shapka .shapka_content .advantages{
        width: 100%;
    }
    #sig-blog .content{
        padding: 20px;
    }
    #sig-blog img{
        height: 250px;
    }
    #sig-blog h1{
        font-size: 18px;
    }
    #menuToggle .mobilemob .logo img{
        width: 80px;
        height: 80px;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 72vh;
    }
    #menuToggle .class_menu{
        top: 40px;
    }
    #shapka .shapka_content .cont-form .bottom1{
        width: 100% !important;
        text-align: center;
    }
}
@media screen and (max-width: 450px){
    #prem .container{
        padding: 0
    }
    #prem .BGA{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    #menuToggle .content{
        width: 78%;
    }
}