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

#UpForm .input-form p input, #UpForm .input-form p textarea{
    width: 100%;
}
#UpForm .input-form p textarea{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f0f4ff;
    border: none;
    background: #f0f4ff;
    font-size: 16px;
}
#UpForm .input-form p .send-form{
    background: #420975;
}

h2{
    font-weight: 500;
}
.container-fluid{
    padding: 0 15px;
}


/*Шапка сайта*/
#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 .top{
    transition: 0.3s ease-in-out; /* Плавное изменение фона */
}
.shapans.scrolled .top{
    /* top: -150px !important; */
    background: #00000056 !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; */
    padding: 20px;
    border-radius: 25px;
    background: #ffffff56;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.shapan .top .content{
    width: 250px;
    display: inherit;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.shapan .top .content p, .shapan .top .content a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.shapka{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border-bottom: 1px solid white;*/
    /*background: #e7e7e7;
    border-radius: 80px;*/
    align-items: center;
    padding: 10px;
    margin: 0;
}
.shapka .left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}
li nav a{
    color: white;
    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: 220px !important;
    box-shadow: none !important;
    padding: 0;
}
#PC-header .icoons{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#PC-header .icoons img{
    width: 35px;
    height: 35px;
}
.shapka_button{
    background: #420975;
    border-radius: 40px;
    padding: 15px 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;
    background-size: 300% 300%;
}
.shapka_button:hover{
    color: white;
    background: #560b97;
    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: 50%;
}
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-footer-container .menu-item a {
    font-size: 18px;
    color: white;
    font-weight: 400;
    margin: 0;
}
nav.main-navigation .menu-menu-container .menu-item, nav.main-navigation .menu-footer-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: visible !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;
}






#shapka{
    margin-bottom: 65px;
}
#shapka .shapka_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shapka .fortochka_cont{
    position: absolute;
    z-index: -1;
    background: black;
    width: 100%;
    border-radius: 0px;
}
#shapka .fortochka{
    width: 100%;
    opacity: .5; /* Прозрачность фонового изображения */
    object-fit: cover;
    background: transparent;
    border-radius: 0px;
}
#shapka .fortochka_cont, #shapka .fortochka, #shapka .shapka_content{
    height: 100vh;
}
#shapka .shapka_content .advantages .ikonka_1{
    width: 40px;
    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: 52px;
    font-weight: 100;
    margin-bottom: 20px;
    letter-spacing: 1.6px;
}
#shapka .shapka_content .advantages{
    max-width: 600px;
    padding: 20px;
    border-radius: 25px;
    background: #ffffff56;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#shapka .shapka_content .advantages p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}
#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: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}
#shapka .shapka_content .cont-form a{
    padding: 20px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    transition: .3s ease-in-out;
}
#shapka .shapka_content .cont-form .bottom1{
    color: white;
    border: 1px solid #63b975;
    background: #63b975;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 400px !important;
    text-align: center;

    &:hover{
        background: #6ac77e;
    }
    &::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:nth-child(2){
    background: #7a63b9;
    border: 1px solid #7a63b9;
}
#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 .iif{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
#shapka .iif .info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
#shapka .iif .info img{
    width: 35px;
}





#Branche-card h2{
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #63B975;
}
.archive .titles .zag{
    margin: 0 !important;
    margin-bottom: 25px !important;
}
#Branche-card .zag{
    font-size: 32px;
}
.Branche{
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: start;
}
.Branche .image{
    border-radius: 20px 20px 0 0;
}
.Branche_item{
    background: #979aa1;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    height: 700px;
    overflow: hidden;
}
#Branche-card .Branche_item .content{
    padding: 25px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.Branche_item .zag-card{
    font-size: 22px;
    font-weight: 600;
}
.Branche_item .image{
    overflow: hidden;
	background: black;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
}
.Branche_item .image img, .Branche_item .image video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.Branche_item .image video{
	opacity: 0.5;
}
.Branche_item .bottom{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.Branche_item .bottom .bottom_2{
    transition: .3s ease;
    color: white;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 15px 25px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #63b975;
    display: block;
    width: 100% !important;
}
.Branche_item .bottom .bottom_2:hover{
    color: #ffffff;
    background: #63b975;
    transform: scale(1) !important;
}







#services{
    background: none;
}
#services h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#services .content1 .grid .cont2{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;    
}
#services .content1 .grid .cont1, #services .content1 .grid .iimg{
    height: 100%;
}
#services .content1 .grid .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#services .content1 .grid .img2 img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 20px;
}
#services .content1 .grid .info .zag{
    font-size: 28px;
    color: white;
}
#services .content1 .grid .info .opi{
    color: white;
    font-size: 22px;
}
#services .content1 .grid .info a{
    background-color: transparent;
    border: 1px solid #595959;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
}
#services .content1 .grid a:hover{
    background: #595959;   
}#services .content1 .grid{
    border-radius: 10px;
}
#services .content1 .grid:nth-child(1){
    border-radius: 25px 10px 10px 10px;
}
#services .content1 .grid:nth-child(3){
    border-radius: 10px 25px 10px 10px;
    overflow: hidden;
}
#services .content1 .grid:nth-child(4){
    border-radius: 10px 10px 10px 25px;
    overflow: hidden;
}
#services .content1 .grid:nth-child(6){
    border-radius: 10px 10px 25px 10px;
}
#services .content1.grid2{
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}
#services .grid h3{
    font-weight: 500;
}
#services .content1.grid2 .img2 img{
    width: 90px;
}
#services .content1.grid2 .green .img2{
    background: #63b975;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#services .content1.grid2 .fiol{
    background: #7a63b9;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#services .content1.grid2 .cont2{
    padding: 0;
}
#services .content1.grid2 .grid:nth-child(1) .green{
    border-radius: 25px 10px 10px 10px;
}
#services .content1.grid2 .grid:nth-child(2) img{
    border-radius: 10px 25px 10px 10px;
    height: 357px;
}
#services .content1.grid2 .grid:nth-child(3) img{
    border-radius: 10px 10px 10px 25px;
    height: 357px;
}
#services .content1.grid2 .grid:nth-child(4){
    border-radius: 10px 10px 25px 10px;
    padding: 25px;
    height: 99%;
}
#services .content1.grid2 .grid:nth-child(4) .green{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#services .content1.grid2 .grid:nth-child(4) .green a{
    background: #420975;
    border-radius: 40px;
    padding: 15px 35px;
    color: white;
}
#services .content1.grid2 .grid:nth-child(4) img{
    border-radius: 0;
}
#services .content1.grid2 .grid:nth-child(4) .img2{
    padding: 0;
}
#services .visible_object{
    margin-top: 10px;
    display: block;
    width: fit-content;
    border: 1px solid #fff !important; 
    border-radius: 15px;
    transition: .3s ease-in-out;
}
#services .visible_object:hover{
    background: transparent !important;
    transform: scale(1.04);
}
.popup-windows{
    overflow: auto;
}
.popup-windows-map{
	max-width: 1200px;
	width: 1200px;
	padding: 0px;
}







#servisi{
    background: none;
}
#servisi h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#servisi .content1 .grid .cont2{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;    
    justify-content: center;
}
#servisi .content1 .grid .cont1, #servisi .content1 .grid .iimg{
    height: 100%;
}
#servisi .content1 .grid .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#servisi .content1 .grid .img2 img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 20px;
}
#servisi .content1 .grid .info .zag{
    font-size: 35px;
    color: white;
}
#servisi .content1 .grid .info .opi{
    color: white;
    font-size: 22px;
}
#servisi .content1 .grid .info a{
    background-color: transparent;
    border: 1px solid #595959;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
}
#servisi .content1 .grid a:hover{
    background: #595959;   
}#servisi .content1 .grid{
    border-radius: 10px;
}
#servisi .content1 .grid:nth-child(1){
    border-radius: 25px 10px 10px 10px;
}
#servisi .content1 .grid:nth-child(3){
    border-radius: 10px 25px 10px 10px;
    overflow: hidden;
}
#servisi .content1 .grid22:nth-child(3){
    border-radius: 10px;
}
#servisi .content1 .grid:nth-child(4){
    border-radius: 10px 10px 10px 25px;
    overflow: hidden;
}
#servisi .content1 .grid:nth-child(6){
    border-radius: 10px 10px 25px 10px;
}
#servisi .content1.grid2{
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}
#servisi .grid h3{
    font-weight: 500;
}
#servisi .content1.grid2 .img2 img{
    width: 90px;
}
#servisi .content1.grid2 .green .img2{
    background: #63b975;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#servisi .content1.grid2 .fiol{
    background: #7a63b9;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#servisi .content1.grid2 .cont2{
    padding: 0;
}
#servisi .content1.grid2 .grid:nth-child(1) .green{
    border-radius: 25px 10px 10px 10px;
}
#servisi .content1.grid2 .grid:nth-child(2) img{
    border-radius: 10px 25px 10px 10px;
    /* height: 357px; */
}
#servisi .content1.grid2 .grid:nth-child(3) img{
    border-radius: 10px 10px 10px 25px;
    /* height: 357px; */
}
#servisi .content1.grid2 .grid:nth-child(4){
    border-radius: 10px 10px 25px 10px;
    padding: 25px;
    height: 100%;
}
#servisi .content1.grid2 .grid:nth-child(4) .green{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#servisi .content1.grid2 .grid:nth-child(4) .green a{
    background: #420975;
    border-radius: 40px;
    padding: 15px 35px;
    color: white;
}
#servisi .content1.grid2 .grid:nth-child(4) img{
    border-radius: 10px;
}
#servisi .content1.grid2 .grid:nth-child(4) .img2{
    padding: 0;
}







#map h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#map .map{
    height: 80vh;
    background: #beb0b0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
#map .map .taxi{
    position: absolute;
    bottom: 10px;
    left: 228px;
    background: white;
    padding: 7px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}
#map .map .taxi a{
    color: black;
}








#inform h2{
    margin-bottom: 10px;
    background: none;
    font-size: 65px;
}
#inform .infoimg{
    min-height: 100vh;
    position: relative;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
}
#inform .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
}
#inform .info{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#inform .info .block1, #inform .info .block2{
    background: #ffffff56;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 25px;
    max-width: 650px;
    border-radius: 25px;
}
#inform .info .block1{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
#inform .info .block1 img{
    width: 60px;
    height: 60px;
}
#inform .info .block1 p{
    font-size: 24px;
    color: white;
    margin: 0;
}
#faq{
    overflow: visible;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  
  .accordion .accordion-item {
    background-color: #f6f6fa;
   margin-bottom: 5px;
    border-radius: 25px;
    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: #63B975;
    margin: 0;
    font-size: 24px;
  }
  
  .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 .accordion-item{
    transition: .3s ease-in-out;
}
.accordion .accordion-item.open{
    background: #63b975;
}
.accordion .accordion-item.open .accordion-item-header-title, .accordion .accordion-item.open p, .accordion .accordion-item.open path{
    color: white;
}
.accordion .accordion-item.open p{
    font-size: 18px;
}






#gallary h2{
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #63B975;
}
#gallary .galereya_grin{
    grid-template-columns: repeat(auto-fit, minmax(464px, 1fr));
    gap: 10px;
}
#gallary .galereya_grin .doimg{
    transition: .3s ease-in-out;
    display: block;
    border-radius: 10px;
    &:hover{
        transform: scale(1.02);
        box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
}
#gallary .galereya_grin img{
    width: 100%;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}







#Branche-card .Branche_item{
    color: white;
}
#Branche-card .Branche_item .content .iif{
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 15px;
}
#Branche-card .Branche_item .content h4, #Branche-card .Branche_item .content .opi{
    font-size: 33px;
    font-weight: 500;
    margin: 0;
}
#Branche-card .Branche_item .content .iif p{
    margin: 0;
    font-size: 20px;
}
#Branche-card .Branche_item .content .info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}
#Branche-card .Branche_item .content .info img{
    width: 30px;
    height: 30px;
}
#Branche-card .Branche .Branche_item:nth-child(1){
    border-radius: 25px 10px 10px 25px;
}
#Branche-card .Branche .Branche_item:nth-child(3){
    border-radius: 10px 25px 25px 10px;
}






#to_footer .content{
    height: 80vh;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    padding: 40px;
}
#to_footer .content .info{
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 20px;
    border-radius: 25px;
    background: #ffffff56;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#to_footer .content .info h2{
    font-size: 54px;
    color: white;
}
#to_footer .content .info h2 span{
    font-family: 'Bold';
}
#to_footer .content .info p{
    margin: 0;
    color: white;
}
#to_footer .content .info .opi{
    font-size: 24px;
    margin-bottom: 10px;
}
#to_footer .content .fortochka{
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
#to_footer .content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}
#to_footer .input-form p{
    display: flex;
    flex-direction: row;
    gap: 5px;
}
#to_footer .input-form p span{
    width: 33.33%;
}
#to_footer .input-form input{
    padding: 15px 25px;
    width: 100%;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    background: #ffffffb3;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
#to_footer .input-form .send-form{
    background: #63b975;
    color: white;
    width: 33.33%;
    transition: .3s ease-in-out;
}
#to_footer .input-form .send-form:hover{
    background: #74d889;
    transform: scale(1.002);
}





#fooer{
    margin-bottom: 15px;
}
#fooer .content{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
#fooer .content .info{
    padding: 20px;
    border-radius: 25px;
    overflow: hidden;
}
#fooer .content .info:nth-child(1){
    background: #88ea9d;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#fooer .content .info:nth-child(1) p, #fooer .content .info:nth-child(1) a{
    color: #420975;
    font-size: 16px;
}
#fooer .content .info:nth-child(1) .opi{
    color: #5051C0;
    font-size: 16px;
}
#fooer .content .info:nth-child(2){
    background: #8772c0;
}
#fooer .content .info:nth-child(2) .main-navigation-PC, #fooer .content .info:nth-child(2) .main-navigation-PC .menu-menu-container, #fooer .content .info:nth-child(2) .main-navigation-PC .menu-footer-container, #fooer .content .info:nth-child(2) .main-navigation-PC .menu-menu-container .menu, #fooer .content .info:nth-child(2) .main-navigation-PC .menu-footer-container .menu{
    width: 100%;
    height: 100%;
}
#fooer .content .info:nth-child(2) .main-navigation-PC .menu-menu-container .menu, #fooer .content .info:nth-child(2) .main-navigation-PC .menu-footer-container .menu{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#fooer .content .info:nth-child(3){
    padding: 0;
}
#fooer .content .info:nth-child(3) img{
    height: 100%;
}
#fooer .content .info:nth-child(4){
    background: #8772c0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
#fooer .content .info:nth-child(4) .svyaz{
    color: white;
}
#fooer .content .info:nth-child(4) .infos{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
#fooer .content .info:nth-child(4) img{
    width: 25px;
    height: 25px;
}
#fooer .content .info:nth-child(4) a{
    font-size: 20px;
    color: white;
}
#fooer .content .info:nth-child(4) .iconn, #fooer .content .info:nth-child(4) .iconn img{
    width: 45px;
    height: 45px;
}
#fooer .content .info:nth-child(4) a{
    transition: .3s ease-in-out;
    transform: scale(1);
}
#fooer .content .info:nth-child(4) a:hover{
    transform: scale(1.04);
}






.services .cont1 .img{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.services .content1 .grid:nth-child(1){
    border-radius: 25px 10px 10px 10px !important;
    overflow: hidden;
}
.services .content1 .grid:nth-child(3){
    border-radius: 10px 25px 10px 10px !important;
    overflow: hidden;
}
.services .content1 .grid:nth-child(4){
    border-radius: 10px 10px 10px 25px !important;
    overflow: hidden;
}
.services .content1 .grid:nth-child(6){
    border-radius: 10px 10px 25px 10px !important;
    overflow: hidden;
}







.services2 .cont1 .img{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border-radius: 10px !important;
}
.services2 .PBottom{
    display: none !important;
}
.services2 .content1 .grid:nth-child(6) img{
    display: none !important;
}
.services2 .grid:nth-child(6) .info .PBottom{
    display: block !important;
}
.services2 .grid .info .zag{
    font-size: 60px;
}
.services2 .grid .info .opi{
    font-size: 24px;
}
.services2 .content1{
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}
.services2 .content1 .grid:nth-child(1){
    border-radius: 25px 10px 10px 10px !important;
    overflow: hidden;
}
.services2 .content1 .grid:nth-child(2){
    border-radius: 10px 25px 10px 10px !important;
    overflow: hidden;
}
.services2 .content1 .grid:nth-child(5){
    border-radius: 10px 10px 10px 25px !important;
    overflow: hidden;
}
.services2 .content1 .grid:nth-child(6){
    border-radius: 10px 10px 25px 10px !important;
    overflow: hidden;
}
.services2 .content1 .grid:nth-child(6) a{
    background-color: #420975 !important;
    border-radius: 40px !important;
    padding: 15px 50px !important;
}
.services2 .content1 .grid:nth-child(6) a:hover{
    background-color: #530c91 !important;
}






#genplan h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#genplan .info{
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
    border-radius: 25px;
}
/* #genplan .info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */






.grid-col .galereya_grin .grid-block:nth-child(3), .grid-col .galereya_grin .grid-block:nth-child(6){
    grid-area: span 2;
}
.grid-col .galereya_grin .grid-block:nth-child(3) img, .grid-col .galereya_grin .grid-block:nth-child(3) a, .grid-col .galereya_grin .grid-block:nth-child(6) img, .grid-col .galereya_grin .grid-block:nth-child(6) a{
    height: 100% !important;
}
.grid-col .galereya_grin .grid-block:nth-child(11), .grid-col .galereya_grin .grid-block:nth-child(12){
    display: none;
}



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







#infohouse .centenr{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 15px;
}
#infohouse .centenr .left, #infohouse .centenr .right{
	width: 49%;
}
#infohouse .centenr .left li{
	font-family: 'Medium';
	list-style: disc !important;
	margin-left: 30px;
}
#infohouse .centenr .right img{
	border-radius: 25px;
	height: 100%;
	object-fit: cover;
}









#arhitect h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#arhitect .centern{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}
#arhitect .centern.ccc{
    flex-direction: row-reverse;
}
#arhitect .centern .left, #arhitect .centern .right{
    width: 48%;
    overflow: hidden;
}
#arhitect .centern .left{
    padding: 40px;
    background: #63b975;
    border-radius: 25px;
}
#arhitect .centern.ccc .left{
    background: #7a63b9;
}
#arhitect .centern.ccc .right{
    /* height: 100%; */
}
#arhitect .centern.ccc .right img{
    height: 100%;
    object-fit: cover;
}
#arhitect .centern .left p, #arhitect .centern .left h2, #arhitect .centern .left p, #arhitect .centern .left h3{
    color: white;
}
#arhitect .centern .left p{
    font-size: 22px;
}
#arhitect .centern .left h2{
    font-size: 34px;
    margin-bottom: 10px;
}
#arhitect .centern .right{
    overflow: hidden;
    border-radius: 25px;
}
#arhitect .centern .right #gallary, #arhitect .centern .right #gallary .swiper-container-house, #arhitect .centern .right #gallary .swiper-container-house, #arhitect .centern .right #gallary .swiper-container-house img{
    height: 100%;
}
#arhitect .centern .right #gallary .swiper-container-house img{
    object-fit: cover;
}
#arhitect .centern .right #gallary .iiiiiif{
    position: relative;
    height: 100%;
}
#arhitect .centern .right #gallary .iiiiiif .contnent{
    position: relative;
    top: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow{
    position: absolute;
    z-index: 5;
    top: 0;
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-prev, #arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-next{
    background: rgba(255, 255, 255, 0.568);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    border-radius: 10px;
    transition: .3s ease-in-out;
    color: white;
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-prev:hover, #arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-next:hover{
    transform: scale(1.04);
    filter: drop-shadow(0 0 4px #ffffff);
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-prev:active, #arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-next:active{
    transform: scale(1);
}

#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-prev:after, #arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-next:after{
    content: "";
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-prev{
    left: 15px;
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow .swiper-button-next{
    right: 15px;
    position: relative;
}
#arhitect .centern .right #gallary .iiiiiif .contnent .arrow{
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    position: relative;
}
#arhitect .centern .right #gallary .iiiiiif .swiper-container-house a{
    height: 100%;
    display: block;
}



#action h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#action .contnent{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
#action .contnent .inforu p{
    margin: 0;
}
#action .arrow{
    width: 85px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 99%;
    z-index: 5;
    left: 0;
    top: 50%;
}
#action .posabs{
    position: relative;
}
#action .block{
    border-radius: 15px;
    padding: 25px;
    padding-bottom: 50px;
    position: relative;
}
#action .block img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    object-fit: cover;
}
#action .block h3{
    font-size: 41px;
    color: white;
    margin-bottom: 1.2rem;
}
#action .block p{
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
}
#action .block a{
    background: #67b975;
    color: white;
    padding: 20px 55px;
    font-size: 16px;
}
#action .swiper-container-action{
    overflow: hidden;
    position: relative;
}
#action .block .text{
    position: relative;
    z-index: 2;
    background: #ffffff57;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 25px;
    padding: 40px;
    max-width: 650px;
}
/* Сам слайдер */
#action .swiper-container {
    width: 100%;
    height: auto; /* ВАЖНО: нужна фиксированная или ограниченная высота */
    position: relative; /* ВАЖНО: иначе скроллбар будет вести себя как обычный div */
    overflow: hidden;
}
#action .swiper-wrapper{
    height: auto;
}
#action .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 60px;
    transition: .3s ease-in-out;
    height: 80vh;
    background: black;
    border-radius: 25px;
    overflow: hidden;
}
#action .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;
}
#action .swiper-scrollbar-drag{
    background: #ffffff;
}
#action .Swipers-Sliders-a{
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 10px;
    height: 400px;
}
#action .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);
}
#action .Swipers-Sliders-a:active{
    transform: scale(0.99);
}
#action .Swipers-Sliders{
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
#action .swiper-button-prevs, .swiper-button-nexts {
    color: white; /* или свой цвет */
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 8px 11px;
    background-color: #ffffffb2;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 15px;
}
#action .swiper-button-prevs svg, .swiper-button-nexts svg{
    margin-top: 3px;
}
#action .swiper-button-prevs, .swiper-button-nexts{ 
    left: 10px;
    transition: .3s ease-in-out;
    transform: translateY(0);
}
#action .swiper-button-nexts:hover, .swiper-button-prevs:hover {
    filter: drop-shadow(0 0 4px #ffffff);
}
#action .swiper-button-nexts:active, #action .swiper-button-prevs:active{
    transform: translateY(2px);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .25;
}
#action .swipe-paginate{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#action .swipe-paginate .swiper-pagination{
    background: #63b975;
    padding: 10px 10px;
    border-radius: 10px;
    width: max-content;
    position: relative;
    bottom: 0;
    margin-top: 15px;
}
#action .swipe-paginate .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #d7dbdd;
    transition: .3s ease-in-out;
}
#action .swipe-paginate .swiper-pagination-bullet-active{
    background-color: white;
    width: 11px;
    height: 11px;
    pointer-events: none;
}
/* Сам слайдер */





#ipoteka h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 48px;
}
#ipoteka .oo{
    margin-bottom: 25px;
}
#ipoteka .da{
    margin-bottom: 25px;
}
#ipoteka p{
    color: #666666;
}
#ipoteka .grid{
    background: #63B975;
    padding: 15px;
    border-radius: 25px;
}
#ipoteka .grid .cont1{
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: white;
}
#ipoteka .grid .cont1 img{
    width: 80px;
    height: 80px;
}
#ipoteka .grid .cont1 h3{
    margin: 0;
}
#ipoteka .grid .cont1 p{
    color: white;
    margin: 0;
}
#ipoteka .grid .cont1 .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#ipoteka .podb{
    background: #420975;
    color: white;
    padding: 20px 45px;
}
#banki{
    margin-bottom: 65px;
}
#banki h2{
    margin-bottom: 10px;
    background: none;
    color: #63B975;
    font-size: 65px;
}
#banki .opa{
    color: white;
}
#banki .galereya_grin{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
#banki .galereya_grin .doimg{
    transition: .3s ease-in-out;
    display: block;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    &:hover{
        transform: scale(1.08);
        box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
}
#banki .galereya_grin img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}








@media screen and (max-width: 1280px) {
    #gallary .galereya_grin{
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
    .services .content1 .grid .info .zag{
        font-size: 28px;
    }
    .services .content1 .grid .info .opi{
        font-size: 20px;
    }
}
@media screen and (max-width: 1150px){
    #PC-header{
        display: none;
    }
    /*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: rgba(0, 0, 0, 0.568);
}
    #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: #420975 ;
    
    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;
    }

    h2{
        font-size: 40px !important;
    }
    #fooer .main-navigation{
        margin-bottom: 0 !important;
    }
    #services .content1 .grid:nth-child(1){
        border-radius: 25px 10px 10px 10px;
    }
    #services .content1 .grid:nth-child(2){
        border-radius: 10px 25px 10px 10px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(5){
        border-radius: 10px 10px 10px 25px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(6){
        border-radius: 10px 10px 25px 10px;
    }
    #Branche-card .Branche_item .content h4, #Branche-card .Branche_item .content .opi{
        font-size: 28px;
    }
    #Branche-card .Branche_item .content .iif p{
        font-size: 18px;
    }
    #Branche-card .Branche_item .content .info img{
        width: 25px;
        height: 25px;
    }
    .Branche_item .bottom .bottom_2{
        font-size: 19px;
    }
    #servisi .content1.grid2{
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    #servisi .content1 .grid .info .zag{
        font-size: 26px;
    }
    #servisi .content1 .grid .info .opi{
        font-size: 18px;
    }
    #servisi .content1 .grid .img2 img{
        width: 60px;
        height: 60px;
    }
    #servisi .content1.grid2 .grid:nth-child(2) img, #servisi .content1.grid2 .grid:nth-child(3) img{
        height: 100%;
    }
    #servisi .content1 .grid:nth-child(3){
        border-radius: 10px;
    }
    #gallary .galereya_grin{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    #to_footer .content .info{
        max-width: 100%;
    }
    #fooer .content{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 1024px){
    #inform .info .block1, #inform .info .block2{
        max-width: 100%;
    }
    #shapka .shapka_content h1{
        font-size: 40px;
    }
    #services .content1 .grid:nth-child(1){
        border-radius: 25px 10px 10px 10px;
    }
    #services .content1 .grid:nth-child(2){
        border-radius: 10px 25px 10px 10px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(3), #services .content1 .grid:nth-child(4){
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(5){
        border-radius: 10px 10px 10px 25px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(6){
        border-radius: 10px 10px 25px 10px;
    }
    .servicess .content1 .grid:nth-child(3), .servicess .content1 .grid:nth-child(4){
        border-radius: 10px 10px 10px 10px !important;
    }
    .grid-col .galereya_grin .grid-block:nth-child(3), .grid-col .galereya_grin .grid-block:nth-child(6){
        grid-area: span 1;
    }
    #servisi .content1.grid2{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 768px){
    #menuToggle .content{
        width: 90%;
    }
    #services .content1 .grid .info .zag{
        font-size: 34px;
    }
    #services .content1 .grid .info .opi{
        font-size: 22px;
    }
    #servisi .content1.grid2{
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    .servicess .content1 .grid:nth-child(1){
        border-radius: 25px 25px 0 0 !important;
    }
    .servicess2 .content1 .grid:nth-child(6){
        border-radius: 0 0 25px 25px !important;
    }
    .servicess2 .content1 .grid, .services2 .content1 .grid:nth-child(2), #services .content1 .grid:nth-child(5){
        border-radius: 10px !important;
    }
    .servicess2 .content1 .grid:nth-child(1){
        border-radius: 25px 25px 0 0 ;
    }
    .servicess2 .content1 .grid:nth-child(6){
        border-radius:  0 0 25px 25px;
    }
}
@media screen and (max-width: 768px){
    #shapka .shapka_content h1{
        font-size: 34px;
    }
    #shapka .shapka_content .advantages{
        max-width: 100%;
    }
    #shapka .shapka_content .cont-form .bottom1{
        width: 100% !important;
    }
    #services .content1 .grid:nth-child(1){
        border-radius: 25px 25px 10px 10px;
    }
    #services .content1 .grid:nth-child(3){
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(4), #services .content1 .grid:nth-child(5), #services .content1 .grid:nth-child(2){
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
    }
    #services .content1 .grid:nth-child(6){
        border-radius: 10px 10px 25px 25px;
    }
    #Branche-card .Branche .Branche_item:nth-child(1){
        border-radius: 25px 20px 10px 10px;
    }
    #Branche-card .Branche .Branche_item:nth-child(3){
        border-radius: 10px 10px 25px 25px;
    }
    #inform .infoimg{
        padding: 20px;
    }
    #to_footer .input-form p{
        flex-direction: column;
    }
    #to_footer .input-form p span, #to_footer .input-form .send-form{
        width: 100%;
    }
    #fooer .content .info:nth-child(4) a{
        font-size: 17px;
    }
    #fooer .content .info:nth-child(4) .iconn, #fooer .content .info:nth-child(4) .iconn img{
        width: 35px;
        height: 35px;
    }
    .shapka-logo{
        width: 170px;
    }
    .logo{
        display: flex;
        height: 100%;
    }
    #menuToggle .content{
        align-items: center;
    }
    #arhitect .centern{
        flex-direction: column !important;
    }
    #arhitect .centern .left, #arhitect .centern .right{
        width: 100%;
    }
	#infohouse .centenr{
		flex-direction: column;
	}
}
@media screen and (max-width: 568px){
    .shapka_button{
        padding: 15px 25px;
    }
    #menuToggle .content{
        width: 86%;
    }
    #shapka .shapka_content h1{
        font-size: 29px;
    }
    #to_footer .content .info h2{
        font-size: 31px !important;
    }
    #fooer .content .info:nth-child(2) .main-navigation-PC .menu-menu-container .menu{
        gap: 10px;
    }
    .logo{
        height: auto;
    }
    #to_footer .content{
        padding: 20px;
    }
    #action .block h3{
        font-size: 27px !important;
    }
    #action .block p{
        font-size: 16px !important;
    }
    #action .swiper-slide{
        padding: 25px;
    }
    #action .block a{
        padding: 15px 23px;
        font-size: 13px;
    }
    #action .swiper-slide{
        height: 60vh;
    }
    #services .content1 .grid, .servicess2 .content1 .grid, .services2 .content1 .grid:nth-child(2), #services .content1 .grid:nth-child(5), .Branche_item, #servisi .content1.grid2 .grid:nth-child(1) .green, #servisi .content1.grid2 .fiol, #servisi .content1.grid2 .grid:nth-child(2) img, #servisi .content1.grid2 .grid:nth-child(3) img, #servisi .content1.grid2 .grid:nth-child(4), #gallary .galereya_grin img{
        border-radius: 25px !important;
        overflow: hidden;
    }
    #to_footer .input-form input{
        padding: 15px 25px  ;
    }
    #map .map .taxi{
        position: absolute;
        bottom: 8px;
        left: 50px;
        background: white;
        padding: 7px;
        border-radius: 8px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    }
}
@media screen and (max-width: 450px){
    .shapka-logo{
        width: 140px;
    }
    .shapka_button{
        padding: 15px 20px;
        font-size: 12px;
    }
    h2{
        font-size: 32px !important;
    }
    #inform .infoimg{
        padding: 0;
        min-height: 100%;
    }
    #services .content1 .grid, .servicess2 .content1 .grid, .services2 .content1 .grid:nth-child(2), #services .content1 .grid:nth-child(5), .Branche_item, #servisi .content1.grid2 .grid:nth-child(1) .green, #servisi .content1.grid2 .fiol, #servisi .content1.grid2 .grid:nth-child(2) img, #servisi .content1.grid2 .grid:nth-child(3) img, #servisi .content1.grid2 .grid:nth-child(4), #gallary .galereya_grin img{
        border-radius: 25px !important;
        overflow: hidden;
    }
}