@font-face {
    font-family: 'Regular';
    src: url('/wp-content/themes/NkH/fonts/InterTight-Regular.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Medium';
    src: url('/wp-content/themes/NkH/fonts/InterTight-Medium.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: 'Bold';
    src: url('/wp-content/themes/NkH/fonts/InterTight-Bold.ttf') format('truetype');
    font-style: normal; 
    font-weight: normal; 
}
body{
    background: #2c3137;
}
#UpForm .input-form p input{
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 100;
}

/*Шапка сайта*/
#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: #ffffff !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;
}
.shapan .top .content{
    width: 250px;
    display: inherit;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.shapan .top .content p, .shapan .top .content a{
    color: rgb(0, 0, 0);
    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: 140px !important;
    box-shadow: none !important;
    padding: 0;
}
.shapka_button{
    background: #fc6938;
    border-radius: 40px;
    padding: 15px 45px;
    font-weight: 500;
    color: white;
    font-size: 17px;
    transition: 0.5s;
    display: block;
    width: max-content;
    text-align: center;
    height: max-content;
    transition: .3s ease-in-out;
    background-size: 300% 300%;
}
.shapka_button:hover{
    color: white;
    animation: linear-bg-bt 6s infinite linear;
    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: 46%;
}
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, nav.main-navigation .menu-menu_eng-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: rgb(255, 255, 255);
    visibility: hidden !important;
}
.shapan .container nav{
    margin: 0;
}
.shapan .nubb{
    text-align: end;
    padding-right: 15px;
}
.shapan .nubb p, .shapan .nubb a{
    color: black;
}
.shapan .nubb a{
    font-size: 19px;
    font-weight: 600;
}
.shapan .nubb p{
    color: #787878;
    margin: 0;
}
.sub-menu{
    display: none;
    transform: translateY(0px);
}
#menu-item-8:hover > .sub-menu, #menu-item-484:hover > .sub-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    z-index: 2;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    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: rgb(0, 0, 0);
    z-index: 2;
}
.shapan .container nav{
    margin: 0;
}
#menu-item-11 li a:hover, #menu-item-484 li a:hover{
    text-decoration: underline !important;
}
#PC-header .yang{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 15px;
}
#PC-header .yang a{
    color: #000;
    font-size: 16px;
}
#PC-header .yang li{
    transition: .3s ease-in-out;
}
#PC-header .yang li:hover{
    transform: translateY(-2px);
}
#PC-header .yang .current-lang{
    display: none;
}






#shapka{
    margin-top: 80px;
}
#shapka .shapka_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shapka .fortochka_cont{
    position: absolute;
    z-index: -1;
    background: rgb(255, 255, 255);
    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: 74vh;
}
#shapka .shapka_content .advantages .ikonka_1{
    width: 19px;
    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;
    color: #4f5757;
}
#shapka .shapka_content .advantages p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
#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: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    transition: .3s ease-in-out;
}
#shapka .shapka_content .cont-form .bottom1{
    color: white;
    border: 1px solid #fc6938;
    background: #fc6938;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    &::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 .bottom1{
    background-color: #fc6938;
    color: white;
    flex-direction: row;
    gap: 10px;
}
#shapka .shapka_content .cont-form .bottom1 img{
    width: 40px;
}
#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 .centers{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}
#shapka .centers .lefs, #shapka .centers .rigts{
    width: 49%;
}
#shapka .centers .lefs{
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    margin-top: 40px;
}
#shapka .centers .rigts .info{
    position: relative;
    height: 70vh;
    border-radius: 15px;
    overflow: hidden;
}
#shapka .centers .rigts img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}
#shapka .centers .rigts .content{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: space-between;
}
#shapka .centers .rigts .content h2{
    font-size: 60px;
    color: white;
}
#shapka .centers .rigts .content .iif{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#shapka .centers .rigts .content .iif .result{
    background: #beb0b0a1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 350px;
    padding: 15px 25px;
    border-radius: 25px;
}
#shapka .centers .rigts .content .iif .result p{
    color: white;
    font-size: 18px;
    text-align: center;
}
#shapka .centers .lefs .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: end;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    justify-content: end;
}
#shapka .centers .lefs .info img{
    width: 250px;
    position: absolute;
    left: 0;
    bottom: -50px;
}
#shapka .centers .lefs .info .sale{
    background: #2b3136;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    border-radius: 25px;
    height: fit-content;
}
#shapka .centers .lefs .info .sale svg{
    width: 25px;
    height: 25px;
}
#shapka .centers .lefs .info .sale p{
    color: white;
    font-size: 19px;
}
#shapka .centers .lefs .info .dop p{
    color: black;
    font-size: 19px;
}
#shapka .centers .lefs .info .dop a{
    font-size: 18px;
    color: #fc6938;
}





#block_tab{
    margin-bottom: 65px;
}
#block_tab h2{
    font-size: 28px;
    font-weight: 400;
    color: #fafafa;
}
#block_tab h2 span{
    color: #e6e6e6  ;
}
#block_tab h4{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 9px;
}
#block_tab .tabs{
    display: flex;
    justify-content: start;
    /* background: #f0f4ff; */
    border-radius: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
}
#block_tab .tabs button{
    cursor: pointer;
    border: 1px solid white;
    background: transparent;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    transition: 0.5s;
}
#block_tab .tabs button:hover{
    background: #fff;
    color: #2c3137;
}
#block_tab .tabs .active{
    background: #fff !important;
    color: #2c3137;
    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.fade-out{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
}
#block_tab .center{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 25px;
}
#block_tab .price-item .price-cont{
    margin: 5px 0;
    list-style: none !important;
}
#block_tab .price-item .content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #f4f6fb;
    align-items: start;
    text-align: start;
    padding: 25px 25px;
    border-radius: 10px;
}
#block_tab .price-item .content h3{
    color: black;
}
#block_tab .price-list h6{
    width: 70%;
    margin: 0;
    color: #212121;
    display: none;
}
#block_tab .price-list p{
    font-size: 18px;
    /* font-weight: 600; */
    margin: 0;
    color: #000;
}
#block_tab .price-list{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#block_tab .special-offer{
    width: 34%;
}
#block_tab .special-offer{
    background: rgb(97,139,244);
    background: linear-gradient(90deg, rgba(97, 139, 244, 1) 0%, rgb(145 176 255) 100%);
    display: flex;
    flex-direction: column;
    padding: 37px;
    align-items: flex-start;
    border-radius: 15px;
    text-align: left;
    justify-content: flex-start;
    height: fit-content;
}
#block_tab .special-offer .zag{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0;
    text-align: start;
}
#block_tab .special-offer .info{
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: start;
}
#block_tab .special-offer .price{
    font-size: 32px;
    font-weight: 700;
    color: white;
    text-align: start;
}
#block_tab .special-offer a{
    display: block;
    background: white;
    border: 1px solid white;
    color: black;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    transition: .3s ease-in-out;

    &:hover{
        background: transparent;
        color: white;
        transform: scale(1.04);
    }
    &:active{
        transform: scale(1);
    }
}
#block_tab .botton{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 10px;
}
#block_tab .botton a{
    display: block;
    width: fit-content;
    padding: 15px 45px;
    border-radius: 5px;
}
#block_tab .botton .zapis{
    background: rgb(97,139,244);
    background: linear-gradient(90deg, rgba(97,139,244,1) 0%, rgba(146,177,255,1) 100%);
    color: white;
    font-weight: 700;
    transition: .22s ease;
}
#block_tab .botton .zapis:hover{
    transform: scale(1.1);
}
#block_tab .botton .podbnee{
    border: 1px solid #000;
    color: #000;
    transition: .33s ease;
}
#block_tab .botton .podbnee:hover{
    border: 1px solid #3070ff;
    background-color: #3070ff ;
    color: #fff;
    font-weight: 700;
}
#block_tab .price-list .tab_info .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
#block_tab .price-list .tab_info .info .right{
    width: 68%;
}
#block_tab .price-list .tab_info .info .left{
    width: 40%;
}
#block_tab .center .tab_info .info .left{
    background: white;
    padding: 40px;
    border-radius: 15px;
}
#block_tab .center .tab_info .info .left .zag{
    font-size: 22px;
}
#block_tab .center .tab_info .info .left .opi{
    font-size: 16px;
    margin-bottom: 25px;
}
#block_tab .center .tab_info .info .left a{
    background: #fc6938;
    color: #fff;
    border: 1px solid #fc6938;
    padding: 15px 35px;
    font-size: 17px;
}
#block_tab .center .tab_info .info .left a:hover{
    background: transparent;
    color: #fc6938;
}
#block_tab .right .swiper-container-fd{
    position: relative;
}
#block_tab .right .arrow{
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    width: 97%;
    justify-content: space-between;
}
#fd{
    overflow: hidden;
}
#fd .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#fd .contnent .inforu p{
    margin: 0;
}
#fd .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#fd .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#fd .swiper-wrapper{
    height: auto;
}
#fd .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .3s ease-in-out;
}
#fd .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;
}
#fd .swiper-scrollbar-drag{
    background: #ffffff;
}
#fd .Swipers-Sliders-a{
    /* width: 100%; */
    transition: .3s ease-in-out;
    border-radius: 10px;
}
#fd.container1 .Swipers-Sliders{
    height: 600px;
}
#fd .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#fd .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: contain;
}
#fd .swiper-fd-prev, #fd .swiper-fd-next, #fd .swiper-fds-prev, #fd .swiper-fds-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: #ffffff47;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#fd .swiper-fd-next:after, #fd .swiper-fds-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;
}
#fd .swiper-fd-prev:after, #fd .swiper-fds-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;
}
#fd .swiper-fd-prev, #fd .swiper-fd-next, #fd .swiper-fds-prev, #fd .swiper-fds-next{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
    top: 0;
}
#fd .swiper-fd-next:hover, #fd .swiper-fd-prev:hover, #fd .swiper-fds-next:hover, #fd .swiper-fds-prev:hover {
    filter: drop-shadow(0 0 4px #ffffff);
}
#fd .swiper-fd-next:active, #fd .swiper-fd-prev:active, #fd .swiper-fds-next:active, #fd .swiper-fds-prev:active{
    transform: translateY(2px);
}
.swiper-fd-next.swiper-button-disabled, .swiper-fd-prev.swiper-button-disabled, .swiper-fds-next.swiper-button-disabled, .swiper-fds-prev.swiper-button-disabled{
    opacity: .25;
}
#fd .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
#fd .swipe-paginate .swiper-pagination-fds-id{
    background: #2929298a;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
    /* border: 1px solid #fff; */
}
#fd .swiper-pagination-fds-id .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#fd .swiper-pagination-fds-id .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */








#krasota{
    background: none;
}
#krasota h2{
    margin-bottom: 28px;
    background: none;
    color: #fafafa;
}
#krasota .content1{
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
#krasota .content1 .grid{
    border-radius: 10px;
    position: relative;
    height: 550px;
    overflow: hidden;
    background-color: #eceeee;
}
#krasota .content1 .grid .img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
}
#krasota .content1 .cont1{
    height: 100%;
}
#krasota .content1 .grid .info{
    padding: 40px;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#krasota .content1 .grid .info .cot{
    background: rgba(255, 255, 255, 0.658);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 15px;
    border-radius: 15px;
}
#krasota .content1 .grid .info .zag{
    font-size: 22px;
}
#krasota .content1 .grid .info .opi{
    font-size: 18px;
    color: #797979;
}
#krasota .content1 .grid .info a{
    background-color: transparent;
    border: 1px solid #595959;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
}
#krasota .content1 .grid .info a:hover{
    background: #595959;   
}






#stop .content{
    width: 100%;
    border-radius: 15px;
    background: white;
    display: flex;
    flex-direction: row;
    gap: 15px;
    overflow: hidden;
}
#stop .content .left{
    width: 45%;
}
#stop .content .right{
    width: 52%;
}
#stop .content .left img{
    height: 100%;
}
#stop .content .right .info{
    padding: 40px;
}
#stop .content .right .info h2{
    color: #2c3137;
    font-size: 32px;
}
#stop .content .right .info h3{
    font-size: 28px;
}
#stop .content .right .info p{
    font-size: 18px;
}
#stop .content .right .info a{
    font-size: 18px;
    background: #fc6938;
    padding: 15px 55px;
    color: white;
    border-radius: 40px;
}






#service .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#service .contnent .inforu p{
    margin: 0;
}
#service .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#service .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
}
#service .swiper-wrapper{
    height: auto;
}
#service .swiper-slide a{
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    transition: .3s ease-in-out;
    background: #fff;
    border-radius: 15px;
    flex-direction: column-reverse;
    height: 550px;
}
#service .swiper-scrollbar-usl {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#service .swiper-scrollbar-drag{
    background: #ffffff;
}
#service .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
    border-radius: 15p;
}
#service .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#service .swipe-paginate .swiper-pagination{
    background: #292929;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
}
#service .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#service .swipe-paginate .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */
#service h2{
    color: #fafafa;
}
#service .info{
    padding: 40px;
    padding-bottom: 0;
}
#service .info h3{
    margin: 0;
    color: #2c3137;
}








#other{
    background: none;
}
#other h2{
    margin-bottom: 28px;
    background: none;
    color: #fafafa;
}
#other .content1{
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
#other .content1 .grid{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #eceeee;
}
#other .content1 .grid img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    /* position: absolute; */
    display: block;
}
#other .content1 .cont1{
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    height: 100%;
    justify-content: space-between;
}
#other .content1 .grid .info{
    padding: 40px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
#other .content1 .grid .info .cot{
    padding: 15px;
    border-radius: 15px;
}
#other .content1 .grid .info .zag{
    font-size: 24px;
}
#other .content1 .grid .info .opi{
    font-size: 19px;
    color: #797979;
}
#other .content1 .grid .info a{
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: black;
    padding: 15px 55px;
    font-size: 16px;
}
#other .content1 .grid .info a:hover{
    background: #cac9c9;   
}





#o_nas{
    overflow: visible;
}
#o_nas .info{
    background: #eceeee;
    border-radius: 15px;
    padding: 40px;
}
#o_nas .info h2{
    color: #4f5757;
    font-size: 35px;
    margin-bottom: 25px;
}
#o_nas .info .content{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}
#o_nas .info .content .left, #o_nas .info .content .right{
    width: 49%;
}
#o_nas .info .content .left{
    position: relative;
}
#o_nas .info .content .left img{
    position: sticky;
    top: 100px;
    border-radius: 15px;
    align-self: flex-start;
}
#o_nas .info .content .right .grid{
    height: 350px;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}
#o_nas .info .content .right .grid .cont1{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#o_nas .info .content .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#o_nas .info .content .right .grid .cont1 h3{
    font-size: 40px;
    margin: 0;
}
#o_nas .info .content .right .grid:nth-child(2){
    background: #2c3137;
    color: white;
}
#o_nas .info .content .right .grid .cont1 p{
    margin: 0;
    font-size: 19px;
}





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





#dop_obrasovani h2{
    color: white;
}
#dop_obrasovani .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#dop_obrasovani .center .left{
    width: 29%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#dop_obrasovani .center .right{
    width: 69%;
}
#dop_obrasovani .center .left, #dop_obrasovani .center .right{
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}
#dop_obrasovani .center .left img{
    width: 150px;
    background: #eceded;
    border-radius: 15px;
    margin-bottom: 15px;
}
#dop_obrasovani .center .right h3{
    color: #808387;
    margin-bottom: 15px;
}
#dop_obrasovani .center .right .cont1, .popup-window2 .cont1{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#dop_obrasovani .center .right .BGA{
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
}
#dop_obrasovani .center .right a{
    background: #fc6938;
    padding: 15px 35px;
    color: #fff;
}
.popup-window2{
    max-width: 750px;
    overflow-y: scroll;
    height: 450px;
}




#ost_zayavky{
    background: #eceeee;
    padding: 80px;
}
#ost_zayavky .cont{
    background: #fff;
    border-radius: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ost_zayavky .cont .info{
    width: 55%;
    padding: 40px;
}
#ost_zayavky .cont img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 650px;
}
#ost_zayavky .cont h2, #ost_zayavky .cont p{
    margin-bottom: 25px;
}
#ost_zayavky .cont .input-form p{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
#ost_zayavky .cont .input-form p input{
    width: 100%;
    border: none;
    padding: 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid black;
}
#ost_zayavky .cont .input-form p span, #ost_zayavky .cont .input-form p .send-form{
    width: 70%;
}
#ost_zayavky .cont .input-form p .send-form{
    border: none;
    background: #fc6938;
    color: white;
    transition: .3s ease-in-out;
    border-radius: 15px;
}
#ost_zayavky .cont .input-form p .send-form:hover{
    transform: scale(1.04);
}
#ost_zayavky .cont .input-form p .send-form:active{
    transform: scale(1);
}




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







#feedback h2{
    color: white;
}
#feedback .grid{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#feedback .grid .img, #feedback .grid .info{
    width: 49%;
}
#feedback .grid .img .iimg{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
#feedback .grid img{
    border-radius: 15px;
}
#feedback .grid .img p{
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}
#feedback .content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#feedback .grid .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#feedback .grid .info2{
    width: 75%;
    background: white;
    padding: 40px;
    border-radius: 15px;
}
#feedback .grid:nth-child(2){
    flex-direction: row-reverse;
}










#vid_feedback h2{
    color: #e6e6e6;
}
#vid_feedback .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#vid_feedback .contnent .inforu p{
    margin: 0;
}
#vid_feedback .contnent .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Сам слайдер */
#vid_feedback .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#vid_feedback .swiper-wrapper{
    height: auto;
}
#vid_feedback .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    padding-bottom: 20px;
    transition: .3s ease-in-out;
    background: #fff;
    border-radius: 15px;
    gap: 15px;
    height: 450px;
}
#vid_feedback .swiper-scrollbar-vidfeed {
    position: relative !important; /* ВАЖНО: чтобы скроллбар позиционировался относительно контейнера */
    bottom: 0px !important; /* Прикрепляем к низу .swiper-container */
    left: 0 !important;
    width: 100% !important;
    height: 8px !important;
    margin-top: 15px;
    z-index: 1;
}
#vid_feedback .swiper-scrollbar-drag{
    background: #ffffff;
}
#vid_feedback .swiper-slide img{
    border-radius: 15px;
    width: 180px;
}
#vid_feedback .swiper-slide p{
    font-size: 18px;
    width: 80%;
    text-align: center;
}
#vid_feedback .swiper-slide a{
    background: #fc6938;
    color: white;
    padding: 15px 35px;
}







#ishemmodeley h2{
    color: white;
}
#ishemmodeley .center{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#ishemmodeley .center .left{
    width: 69%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ishemmodeley .center .right{
    width: 29%;
}
#ishemmodeley .center .right{
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}
#ishemmodeley .center .left img{
    width: 100%;
    height: 100%;
    background: #eceded;
    border-radius: 15px;
    object-fit: cover;
}
#ishemmodeley .center .right h3{
    color: #808387;
    margin-bottom: 15px;
    font-size: 26px;
}
#ishemmodeley .center .right .cont1, .popup-window2 .cont1{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#ishemmodeley .center .right .BGA{
    grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
    margin-bottom: 10px;
}
#ishemmodeley .center .right a{
    background: #fc6938;
    padding: 15px 35px;
    color: #fff;
    border-radius: 45px;
}
#ishemmodeley .center .right a:nth-child(2){
    background: transparent;
    border: 1px solid #fc6938;
    color: black;
}
#ishemmodeley .center .right a:nth-child(2):hover{
    background: #fc6938;
    color: white;
}
#ishemmodeley .center .right .iig{
    display: flex;
    flex-direction: column;
    gap: 15px;
}








#ost_free_zayavka{
    background: #eceeee;
    padding: 80px;
    margin: 0;
}
#ost_free_zayavka .cont{
    background: #fff;
    border-radius: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ost_free_zayavka .cont .info{
    width: 55%;
    padding: 40px;
}
#ost_free_zayavka .cont img{
    position: absolute;
    right: 70px;
    bottom: 0;
    width: 450px;
}
#ost_free_zayavka .cont h2, #ost_free_zayavka .cont p{
    margin-bottom: 25px;
}
#ost_free_zayavka .cont .input-form p{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
#ost_free_zayavka .cont .input-form p input, #ost_free_zayavka .cont .input-form p select{
    width: 100%;
    border: none;
    padding: 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid black;
}
#ost_free_zayavka .cont .input-form p select{
    cursor: pointer;
}
#ost_free_zayavka .cont .input-form p span, #ost_free_zayavka .cont .input-form p .send-form{
    width: 70%;
}
#ost_free_zayavka .cont .input-form p .send-form{
    border: none;
    background: #fc6938;
    color: white;
    transition: .3s ease-in-out;
    border-radius: 15px;
}
#ost_free_zayavka .cont .input-form p .send-form:hover{
    transform: scale(1.04);
}
#ost_free_zayavka .cont .input-form p .send-form:active{
    transform: scale(1);
}





#polsn_material{
    background: #eceeee;
    margin: 0;
    padding-bottom: 25px;
}
#polsn_material h2{
    color: #2c3137;
    margin-bottom: 25px;
}
#polsn_material .grid .content{
    background: #2c3137;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
#polsn_material .grid .content h3{
    font-size: 24px;
    color: white;
    font-weight: 100;
}
#polsn_material .grid .content p{
    color: white;
}
#polsn_material .grid{
    position: relative;
}
#polsn_material .grid .BATON{
    background: white;
    padding: 20px;
    padding-bottom: 10px;
    width: 50%;
    border-radius: 15px;
    position: relative;
    top: -20px;
    height: 82px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
#polsn_material .grid .BATON a{
    padding: 12px 45px;
    border: 1px solid #fc6938;
    color: black;
    position: relative;
    border-radius: 40px;
}
#polsn_material .grid .BATON a:hover{
    background: #fc6938;
    color: white;
}
#polsn_material .grid .BATON .ugol{
    width: 200px;
    height: 82px;
    transform: rotate(-55deg);
    position: absolute;
    background-color: #fff;
    border-radius: 15px;
    bottom: 61px;
    right: -115px;
}








#fooer{
    margin: 0;
    background: #eceeee;
}
#fooer marquee{
    will-change: transform;
}
#fooer marquee p{
    font-size: 55px;
    color: #d7d7d7;
}
#fooer .info{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
#fooer .info .zag{
    color: #9a9b9b;
}
#fooer .info .sps a{
    font-size: 20px;
    color: black;
    padding: 0;
    margin-bottom: 10px;
}
#fooer .info .spsa a{
    color: black;
    padding: 0;
    text-decoration-color: #000 !important;
}
#fooer .info .adr{
    font-size: 18px;
}
#fooer .info .spsa.s{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    width: 80%;
}
#fooer .info .spsa.s .ss{
    padding: 15px 35px;
    background: #2c3137;
    color: white;
    border: 1px solid #2c3137;
}
#fooer .info .spsa.s .ss:hover{
    background: transparent;
    color: black;
    transform: scale(1);
}
#fooer .info .opi{
    font-size: 22px;
}
#fooer .info .input-form input{
    width: 100%;
    border: none;
    padding: 15px 35px;
    border-bottom: 1px solid black;
    background-color: transparent;
}
#fooer .info .input-form .send-form{
    border: none;
    background: #fc6938;
    color: white;
    border-radius: 40px;
}
#fooer .fullscreen-text {
    color: #dfdfdf;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-wrap: balance;
    line-height: 1.1;
    font-size: 20vw; /* магия адаптивности */
}
#fooer .fullscreen-text p{
    margin: 0;
}
#fooer .foorter p, #fooer .foorter a{
    color: #8a8b8b;
}




#shapka .buttons_nav{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}
#shapka .buttons_nav button{
    color: #636363;
    border: 1px solid #636363;
    background: transparent;
    font-size: 16px;
}
#shapka .buttons_nav button:hover{
    background: #2c3137;
    color: #fff;
}




#block_tab .tab_one .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#block_tab .tab_one .left{
    width: 39%;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}
#block_tab .tab_one .right{
    width: 69%;
}
#block_tab .tab_one .left .zag{
    font-size: 22px;
}
#block_tab .tab_one .left .opi{
    font-size: 16px;
    margin-bottom: 25px;
}
#block_tab .tab_one .left a{
    background: #fc6938;
    color: #fff;
    border: 1px solid #fc6938;
    padding: 15px 35px;
    font-size: 17px;
}
#block_tab .tab_one .left a:hover{
    background: transparent;
    color: #fc6938;
}



#dop_obrasovani.dop_obrasovani .center{
    flex-direction: row-reverse;
}
#dop_obrasovani.dop_obrasovani .left{
    padding: 0;
}
#dop_obrasovani.dop_obrasovani .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}






#vidy{
    overflow: visible;
}
#vidy h2{
    color: #fff;
}
#vidy .content{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
}
#vidy .content .left{
    width: 39%;
    position: relative;
}
#vidy .content .right{
    width: 69%;
}
#vidy .content .left img{
    border-radius: 15px;
    position: sticky;
    top: 120px;
    background: #fafafa;
}
#vidy .content .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#vidy .content .right .grid{
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
    align-items: center;
}
.ULA{
    text-decoration-color: #fc6938 !important;
}
#vidy .content .right .grid .ULA{
    text-underline-offset: 8px !important;
}







#price-list .info h2{
    color: #2c3137;
}
#price-list .info{
    background: white;
    border-radius: 25px;
    padding: 80px;
}
#price-list .info .right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#price-list .info .grid{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    align-items: center;
}
#price-list .info .grid h3{
    width: 69%;
    font-size: 22px;
    margin: 0;
}
#price-list .info .grid p{
    font-size: 22px;
    font-weight: 600;
}
#price-list .button_animate{
    padding: 15px 45px;
    background: #fc6938;
    color: white;
    font-size: 20px;
    border-radius: 45px;
}







#fakt_o_comp{
    margin-bottom: 0px;
    background: #eceeee;
}
#fakt_o_comp h2{
    margin-bottom: 15px;
}
#faq{
    overflow: visible;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  
  .accordion .accordion-item {
    background-color: #f6f6fa;
   margin-bottom: 5px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid var(--border-color);
    visibility: visible;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
  }
  
  .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 500;
    color: #212121;
    margin: 0;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  
  .accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-180deg);
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
    padding: 0px 10px;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
    color: #212121;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper .accordion-item-description
    p {
    padding: 0px;
    line-height: 1.5;
    margin: 0;
  }
  .accordion-item:hover .accordion-item-header-title, .accordion-item:hover .accordion-item-header-icon, .accordion-item.open .accordion-item-header-title, .accordion-item.open .accordion-item-header-icon{
    /* color: var(--blue); */
  }
#fakt_o_comp .item{
    padding: 15px;
    background: rgb(29,130,249);
    background: linear-gradient(90deg, rgba(29,130,249,1) 0%, rgba(9,108,199,1) 90%);
    border-radius: 10px;
}
#fakt_o_comp .item .content p{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: white;
    width: 95%;
}
#fakt_o_comp .item .content p a{
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: white;
}
#fakt_o_comp .item .content p .number{
    text-decoration: underline !important;
}
#fakt_o_comp .item .content .bot a{
    background: white;
    padding: 15px 45px;
    border-radius: 40px;
    color: black;
}
#fakt_o_comp .item .content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px;
    align-items: center;
}
#fakt_o_comp .information{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#fakt_o_comp .information .left{
    width: 100%;
}
#fakt_o_comp .OPISNE{
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 300;
}







#block_tab.block_tab_serv .price-list .tab_info .info .left{
    width: 100%;
}
#block_tab.block_tab_serv h2{
    color: #2c3137;
}
#block_tab.block_tab_serv .center{
    display: block;
    background: white;
    border-radius: 15px;
    padding: 80px;
}
#block_tab.block_tab_serv .center .tab_info .info .left{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#block_tab.block_tab_serv .center .tab_info .info .left .grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    align-items: center;
}
#block_tab.block_tab_serv .center .tab_info .info .left .grid h3{
    width: 69%;
    font-size: 22px;
    margin: 0;
}
#block_tab.block_tab_serv .center .tab_info .info .left .grid p{
    font-size: 22px;
    font-weight: 600;
}
#block_tab.block_tab_serv .tabs button{
    border: 1px solid #2c3137 ;
    background: transparent;
    color: #2c3137 ;
}
#block_tab.block_tab_serv .tabs button:hover{
    background: #2c3137;
    color: #fff;
}
#block_tab.block_tab_serv .tabs .active{
    border: 1px solid #2c3137;
    background: #2c3137 !important;
    color: white;
}
#block_tab.block_tab_serv .tabs{
    padding: 15px 0;
}
#block_tab.block_tab_serv .button_animate{
    padding: 15px 45px;
    background: #fc6938;
    color: white;
    font-size: 20px;
    border-radius: 45px;
    margin: 5px;
}




#block_gallary_tab.block_gallary_tab_serv .price-list .tab_info .info .left{
    width: 100%;
}
#block_gallary_tab.block_gallary_tab_serv h2{
    color: #2c3137;
}
#block_gallary_tab.block_gallary_tab_serv .center{
    display: block;
    background: white;
    border-radius: 15px;
    padding: 80px;
}
#block_gallary_tab.block_gallary_tab_serv .center .tab_info .info .left{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#block_gallary_tab.block_gallary_tab_serv .center .tab_info .info .left .grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    align-items: center;
}
#block_gallary_tab.block_gallary_tab_serv .center .tab_info .info .left .grid h3{
    width: 69%;
    font-size: 22px;
    margin: 0;
}
#block_gallary_tab.block_gallary_tab_serv .center .tab_info .info .left .grid p{
    font-size: 22px;
    font-weight: 600;
}
#block_gallary_tab.block_gallary_tab_serv .tabs button{
    border: 1px solid #2c3137 ;
    background: transparent;
    color: #2c3137 ;
}
#block_gallary_tab.block_gallary_tab_serv .tabs button:hover{
    background: #2c3137;
    color: #fff;
}
#block_gallary_tab.block_gallary_tab_serv .tabs .active{
    border: 1px solid #2c3137;
    background: #2c3137 !important;
    color: white;
}
#block_gallary_tab.block_gallary_tab_serv .tabs{
    padding: 15px 0;
}
#block_gallary_tab.block_gallary_tab_serv .button_animate{
    padding: 15px 45px;
    background: #fc6938;
    color: white;
    font-size: 20px;
    border-radius: 45px;
    margin: 5px;
}





#vidy.vidy .content .grid{
    background: transparent;
    padding: 0;
    flex-direction: row;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
#vidy.vidy .content .grid .left{
    width: 39%;
}
#vidy.vidy .content .grid .cont1{
    width: 69%;
}
#vidy.vidy .content .sTo{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#vidy.vidy .content img{
    height: 100%;
}
#vidy.vidy .content .cont1{
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
}
#vidy.vidy .ULA{
    text-underline-offset: 8px !important;
}



#shapka.mob{
    display: none;
}






.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: transparent;
  color: #fff;
  padding: 10px 0;
  position: relative;
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: tickerMove 445s linear infinite;
}
.ticker span{
    color: #dfdfdf;
    font-size: 45px;
}

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


#UpForm.popup-overlayed{
    inset: 99999999px;
}
#UpForm.popup-overlayed.active{
    inset: 0;
}
#UpForm.popup-overlayed .popup-window{
    padding: 0;
    height: 600px;
}
#UpForm.popup-overlayed #Ivid{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.popup-window .popup-close-btn{
    padding: 1px 5px;
}
#shapka .centers .rigts .content .iif .result svg{
    background: transparent;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #fff;
}
#shapka .centers .rigts .content .iif .result a{
    width: fit-content;
}






.shapan .nubb, #fooer .nubb{
    display: none !important;
}







#block_gallary_tab{
    margin-bottom: 65px;
}
#block_gallary_tab h2{
    font-size: 28px;
    font-weight: 400;
    color: #fafafa;
}
#block_gallary_tab h2 span{
    color: #e6e6e6  ;
}
#block_gallary_tab h4{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 9px;
}
#block_gallary_tab .tabs, #block_gallary_tab .tabs-sub-content-menu{
    display: flex;
    justify-content: start;
    /* background: #f0f4ff; */
    border-radius: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 15px;
    padding: 5px;
    border-bottom: 1px solid #fff;
}
#block_gallary_tab .tabs button, #block_gallary_tab .tabs-sub-content-menu button{
    cursor: pointer;
    border: 1px solid white;
    background: transparent;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    transition: 0.5s;
}
#block_gallary_tab .tabs button:hover, #block_gallary_tab .tabs-sub-content-menu button:hover{
    background: #fff;
    color: #2c3137;
}
#block_gallary_tab .tabs .active, #block_gallary_tab .tabs-sub-content-menu .active{
    background: #fff !important;
    color: #2c3137;
    transform: scale(1.02);
    pointer-events: none;
}
#block_gallary_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_gallary_tab .price-list .tab_info.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
    pointer-events: auto;
}
#block_gallary_tab .price-list .tab_info.fade-out{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
}
#block_gallary_tab .center{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 25px;
}
#block_gallary_tab .price-item .price-cont{
    margin: 5px 0;
    list-style: none !important;
}
#block_gallary_tab .price-item .content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #f4f6fb;
    align-items: start;
    text-align: start;
    padding: 25px 25px;
    border-radius: 10px;
}
#block_gallary_tab .price-item .content h3{
    color: black;
}
#block_gallary_tab .price-list h6{
    width: 70%;
    margin: 0;
    color: #212121;
    display: none;
}
#block_gallary_tab .price-list p{
    font-size: 18px;
    /* font-weight: 600; */
    margin: 0;
    color: #000;
}
#block_gallary_tab .price-list{
    width: 100%;
    overflow: hidden;
    position: relative;
}
#block_gallary_tab .special-offer{
    width: 34%;
}
#block_gallary_tab .special-offer{
    background: rgb(97,139,244);
    background: linear-gradient(90deg, rgba(97, 139, 244, 1) 0%, rgb(145 176 255) 100%);
    display: flex;
    flex-direction: column;
    padding: 37px;
    align-items: flex-start;
    border-radius: 15px;
    text-align: left;
    justify-content: flex-start;
    height: fit-content;
}
#block_gallary_tab .special-offer .zag{
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0;
    text-align: start;
}
#block_gallary_tab .special-offer .info{
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 0;
    text-align: start;
}
#block_gallary_tab .special-offer .price{
    font-size: 32px;
    font-weight: 700;
    color: white;
    text-align: start;
}
#block_gallary_tab .special-offer a{
    display: block;
    background: white;
    border: 1px solid white;
    color: black;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    transition: .3s ease-in-out;

    &:hover{
        background: transparent;
        color: white;
        transform: scale(1.04);
    }
    &:active{
        transform: scale(1);
    }
}
#block_gallary_tab .botton{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 10px;
}
#block_gallary_tab .botton a{
    display: block;
    width: fit-content;
    padding: 15px 45px;
    border-radius: 5px;
}
#block_gallary_tab .botton .zapis{
    background: rgb(97,139,244);
    background: linear-gradient(90deg, rgba(97,139,244,1) 0%, rgba(146,177,255,1) 100%);
    color: white;
    font-weight: 700;
    transition: .22s ease;
}
#block_gallary_tab .botton .zapis:hover{
    transform: scale(1.1);
}
#block_gallary_tab .botton .podbnee{
    border: 1px solid #000;
    color: #000;
    transition: .33s ease;
}
#block_gallary_tab .botton .podbnee:hover{
    border: 1px solid #3070ff;
    background-color: #3070ff ;
    color: #fff;
    font-weight: 700;
}
#block_gallary_tab .price-list .tab_info .info{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
#block_gallary_tab .price-list .tab_info .info .right{
    width: 68%;
}
#block_gallary_tab .price-list .tab_info .info .left{
    width: 40%;
}
#block_gallary_tab .center .tab_info .info .left{
    background: white;
    padding: 40px;
    border-radius: 15px;
}
#block_gallary_tab .center .tab_info .info .left .zag{
    font-size: 22px;
}
#block_gallary_tab .center .tab_info .info .left .opi{
    font-size: 16px;
    margin-bottom: 25px;
}
#block_gallary_tab .center .tab_info .info .left a{
    background: #fc6938;
    color: #fff;
    border: 1px solid #fc6938;
    padding: 15px 35px;
    font-size: 17px;
}
#block_gallary_tab .center .tab_info .info .left a:hover{
    background: transparent;
    color: #fc6938;
}
#block_gallary_tab .right .swiper-container-fd{
    position: relative;
}
#block_gallary_tab .right .arrow{
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    width: 65%;
    justify-content: space-between;
}







@media screen and (max-width: 1300px) {
    .shapan .nubb{
        padding-right: 20px;
    }
    #shapka .shapka_content .cont-form .bottom1:nth-child(1){
        padding: 15px 30px;
    }
    #shapka .centers .lefs .info img{
        width: 200px;
    }
    #polsn_material .grid .content h3{
        font-size: 20px;
    }
    #fooer .info .spsa.s .ss{
        height: fit-content;
        padding: 15px;
    }
}
@media screen and (max-width: 1279px) {
    #shapka .shapka_content h1{
        font-size: 34px;
    }
    #shapka .centers .lefs .info{
        align-items: end;
        flex-direction: column;
    }
    #shapka .centers .rigts .content h2{
        font-size: 46px;
    }
    #shapka .centers .rigts .content .iif .result{
        width: 100%;
    }
    #block_tab .price-list .tab_info .info{
        flex-direction: column;
    }
    #block_tab .price-list .tab_info .info .left, #block_tab .price-list .tab_info .info .right{
        width: 100%;
    }
    #ost_zayavky .cont img{
        right: -82px;
    }
    h1, h2, h3, h4, h5, h6{
        font-size: 26px;
    }
    #ishemmodeley .center .left{
        width: 55%;
    }
    #ishemmodeley .center .right{
        width: 42%;
    }
    #ost_free_zayavka .cont img{
        right: 0;
    }
}
@media screen and (max-width: 1030px){
    #shapka .centers .lefs{
        width: 100%;
    }
    #shapka .centers .rigts{
        
    }
    #shapka .centers{
        flex-direction: column;
    }
    /*Toggler-menu*/
    #PC-header{
        display: none;
    }    
    #menuToggle
    {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 15;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    background: rgb(255, 255, 255);
}
    #menuToggle input
    {
    display: block;
    width: 50px;
    height: 41px;
    position: absolute;
    top: -7px;
    left: -5px;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 17; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
    }

    #menuToggle .class_menu{
        position: fixed;
        top: 25px;
        right: 20px;
    }
    /*
    * Just a quick hamburger
    */
    #menuToggle span
    {
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 7px;
    position: relative;
    
    background: #fc6938 ;
    
    z-index: 16;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
    transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2)
    {
    transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
    transform: rotate(-45deg) translate(0, -1px);
    }
    #overlay{
        position: absolute;
    width: 100vw;
    height: 100vh;
    margin: -100px 0 0 55px;
    padding: 50px;
    padding-top: 125px;
    z-index: 14;
    background: #FFFFFF;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    #overlay li > a{
        text-align: right;
        width: 100%;
        display: block;
        font-size: 20px;
        font-family: 'Inter_medium' sans-serif;
        margin-bottom: 10px;
        color: black;
    }
    #overlay a.header-cta{
        margin: auto;
        margin-bottom: 15px;
    }
    .main-navigation{
        margin-bottom: 70%;
    }
    #overlay a.mob-link{
        width: 100%;
        display: block;
    }
    #menuToggle input:checked ~ #overlay
    {
    transform: translate(calc(30px - 100%), 0);
    }
    #menuToggle .content{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        width: 70%;
        padding: 15px 0;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 88vh;
    }
    #menuToggle .mobilemob .logo{
        display: flex;
        align-items: center;
    }
    #menuToggle .mobilemob .logo img{
        width: 100%;
        object-fit: contain;
        height: max-content;
    }
    #menuToggle .content{
        justify-content: space-around;
    }
    #shapka .centers .lefs .info{
        margin-top: auto;
    }
    #dop_obrasovani .center{
        flex-direction: column;
    }
    #dop_obrasovani .center .left, #dop_obrasovani .center .right{
        width: 100%;
    }
    #ost_zayavky .cont img, #ost_free_zayavka .cont img{
        display: none;
    }
    #ost_zayavky .cont .info, #ost_free_zayavka .cont .info{
        width: 100%;
    }
    #feedback .grid, #feedback .grid:nth-child(2){
        flex-direction: column;
    }
    #feedback .grid .img, #feedback .grid .info, #feedback .grid .info2{
        width: 100%;
    }
    #ishemmodeley .center{
        flex-direction: column;
    }
    #ishemmodeley .center .left, #ishemmodeley .center .right, #fooer .info .spsa.s{
        width: 100%;
    }
    #block_tab .tab_one .info{
        flex-direction: column;
    }
    #block_tab .tab_one .left, #block_tab .tab_one .right{
        width: 100%;
    }
    #dop_obrasovani.dop_obrasovani .center{
        flex-direction: column-reverse;
    }
    #vidy.vidy .content img{
        object-fit: cover;
    }
    #shapka .centers .rigts .info img{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        height: 100%;
        object-fit: cover;
    }
    #shapka{
        display: none;
    }
    #shapka.mob{
        display: block;
        background: #ffffff;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 100%;
    }
    #shapka.mob .infor{
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 15px;
        height: 200px;
        align-items: end;
    }
    #shapka .centers .rigts .immm{
        width: 200px;
        position: relative;
    }
    #shapka.mob .infor .sale{
        background: rgb(43, 49, 54);
        padding: 15px 20px;
        display: flex;
        flex-direction: row;
        gap: 5px;
        border-radius: 25px;
        height: fit-content;
        margin-bottom: 5px;
    }
    #shapka.mob .infor .sale p{
        color: white;
        font-size: 19px;
    }
    #shapka.mob .infor .dop{
        margin-bottom: 5px;
    }
    #shapka.mob .infor .dop p{
        color: black;
        font-size: 19px;
    }
    #shapka.mob .infor .dop a{
        font-size: 18px;
        color: rgb(252, 105, 56);
    }
    #shapka.mob .infor .sale svg{
        width: 25px;
        height: 25px;
    }
    #shapka .fortochka_cont{

    }
}
@media screen and (max-width: 768px){
    #o_nas .info .content{
        flex-direction: column;
    }
    #o_nas .info .content .left, #o_nas .info .content .right{
        width: 100%;
    }
    #ost_zayavky .cont .input-form p span, #ost_zayavky .cont .input-form p .send-form, #ost_free_zayavka .cont .input-form p span, #ost_free_zayavka .cont .input-form p .send-form{
        width: 100%;
    }
    #vidy .content{
        flex-direction: column;
    }
    #vidy .content .left, #vidy .content .right, #vidy.vidy .content .grid .left, #vidy.vidy .content .grid .cont1{
        width: 100%;
    }
    #vidy.vidy .content .grid{
        flex-direction: column;
    }
    #shapka .centers .rigts{
        width: 100%;
    }
    #block_gallary_tab .price-list .tab_info .info{
        flex-direction: column;
    }
    #block_gallary_tab .price-list .tab_info .info .left, #block_gallary_tab .price-list .tab_info .info .right{
        width: 100%;
    }
    #block_gallary_tab .right .arrow{
        width: 96%;
        top: 63%;
    }
    #fd.container1 .Swipers-Sliders{
        border-radius: 15px;
        height: auto;
    }
    #block_gallary_tab .center .tab_info .info .left .zag{
        font-size: 20px;
    }
    #block_gallary_tab .center .tab_info .info .left{
        padding: 30px;
    }
}
@media screen and (max-width: 568px){
    .shapka_button{
        padding: 15px 20px;
    }
    #menuToggle .content{
        width: 85%;
        align-items: center;
    }
    #block_tab .tabs button{
        padding: 10px 20px;
    }
    #block_tab .tabs{
        gap: 10px;
        padding: 0px;
    }
    #krasota .content1, #other .content1{
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    #o_nas .info{
        padding: 20px;
    }
    #ost_zayavky, #ost_free_zayavka{
        padding: 10px;
    }
    #o_nas .info h2{
        font-size: 28px;
    }
    h1, h2, h3, h4, h5, h6{
        font-size: 23px;
    }
    #sertificats .contnent .arrow{
        width: 140px;
    }
    #price-list .info .grid{
        flex-direction: column;
        align-items: start;
    }
    #price-list .info{
        padding: 30px;
    }
    #block_tab.block_tab_serv .center .tab_info .info .left .grid{
        flex-direction: column;
        align-items: start;
    }
    #block_tab.block_tab_serv .center .tab_info .info .left .grid h3{
        width: 100%;
    }
    #block_tab.block_tab_serv .center{
        padding: 20px;
    }
    #menuToggle .mobilemob .logo{
        width: 120px;
        height: fit-content;
        align-items: center;
    }
    #shapka .centers .lefs .info{
        position: relative;
    }
    #shapka .centers .lefs .info{
        flex-direction: row;
        margin-top: 15px;
    }
    #shapka .centers .lefs{
        justify-content: center;
        margin: 0;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 66vh;
    }
    #vid_scren{
        display: none !important;
    }
    #other .content1 .grid .info{
        padding: 10px;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 100%;
    }
    #shapka .content-z{
        padding-top: 40px;
    }
    #shapka{
        margin-top: 70px;
    }
    #shapka.mob .infor{
        flex-direction: column;
        justify-content: end;
    }
    #shapka .centers .rigts .immm{
        position: absolute;
        left: -30px;
        top: 5px;
    }
    #shapka.mob .infor .dop p, #shapka.mob .infor .dop a{
        text-align: end;
    }
    #shapka.mob .infor .dop{
        display: flex;
        width: 200px;
        flex-direction: column;
    }
}
@media screen and (max-width: 450px){
    #fd .swiper-fd-prev, #fd .swiper-fd-next{
        padding: 9px 15px;
    }
    #shapka .shapka_content h1{
        font-size: 30px;        
    }
    #shapka .centers .lefs .info img{
        display: none;
    }
    .shapka_button{
        font-size: 13px;
    }
    #fooer .fullscreen-text{
        margin-top: 40px;
    }
    #shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
        height: 100%;
    }
}