html{
        overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-position: top;
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 1rem;
}
::-webkit-scrollbar {
    width: 0;
}

/* ===== Roboto  ===== */
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Thintalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/font/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* ===== Roboto Condensed ===== */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Thintalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/font/Roboto_Condensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

/* ===== Roboto SemiCondensed ===== */
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Thintalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto SemiCondensed';
  src: url('/font/Roboto_SemiCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

.head_block {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;    
    background: linear-gradient(to top, #FFFFF 0%, #F1F8FD 100%);
}
.content{
    max-width: 1920px;
    padding: 0 80px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.head_content{
    padding-top: 40px;
}
.header_fon {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;    
  height: 680px; 
}
.head_menu{
    position: relative;    
    display: flex;
    z-index: 2;
    background-color: rgba(212, 244, 247, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 0 40px;
    box-sizing: content-box;    
    justify-content: space-between;
    align-items: center;
    color:#202020; 
    height: 100px;                
    z-index: 1000;          
    transition: background 0.5s ease, 
                backdrop-filter 0.5s ease, 
                -webkit-backdrop-filter 0.5s ease,
                box-shadow 0.5s ease, 
                border-radius 0.5s ease,
                padding 0.5s ease,
                height 0.5s ease;
}

.head_fixed_block{
    position: relative;    
    display: flex;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.burger-menu {
    display: none; 
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    z-index: 1002;
}

.burger-menu span {
    display: block;
    height: 3px;
    background: #202020;
    border-radius: 2px;
    transition: 0.3s ease;
}
.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 4px);
}
.burger-menu.active span:nth-child(2) {
    opacity: 0;
}
.burger-menu.active span:nth-child(3) {
   transform: rotate(-45deg) translate(9px, -9px);
}
.head_menu_fixed .head_fixed_block{
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 80px;
    box-sizing: border-box;
}
.head_menu_scroll {
    background: rgba(212, 244, 247, 0.9) !important; 
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); 
}
.head_menu_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;    
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0 !important; 
    padding: 0 40px;
    box-sizing: border-box;
    height: 100px; 
}
.logo a{
    text-decoration: none;
    color:#202020; 
    font-size: 36px;
    font-weight: 500;
}
.menu_block ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap:0;  
    
}
.menu_block li{
    list-style: none;
    
    position: relative;
}
.menu_block a{
    font-size: 20px;
    text-decoration: none;
    color:#202020;
    font-weight: 400;
    padding: 12px 16px;
}
.menu_block li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -2px;  
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px; 
  background: #D6D8DC; 
}
.menu_block a:hover{
    color: #1E929A;
    border-bottom: 2px solid #1E929A;
}
.adress_block{
    font-size: 20px;   
}
.mobile_menu {
    display: none;
}
.coordinat{
    color: #464C53;
    position: relative;
    padding-left: 30px;
    margin-bottom: .5rem;
}
.phone{
    position: relative;
    padding-left: 30px;
}
.phone a{
    font-size: 20px;
    color: #1E929A;
    text-decoration: none;
}
.phone a:hover{
    color:#25B6C1;
}
.coordinat::after{
  content: '';
  position: absolute;
  width: 24px;
    height: 24px;
    background-image: url(/img/icon/geo.svg);
    background-position: center;
    background-size: contain;
    left: 0;
}
.phone::after{
  content: '';
  position: absolute;
  width: 24px;
    height: 24px;
    background-image: url(/img/icon//phone.svg);
    background-position: center;
    background-size: contain;
    left: 0;
}
.head_prev{
    display: flex;
    width: 100%;
    position: relative;
}
.block_head_prev_img{
    width: -webkit-fill-available;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-content: center;
}
.head_prev_img{
    min-width: 700px;    
    background-image: url(/img/head_fon.png);
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;
    z-index: 3;       
    
}
.head_titel{
    min-width: 500px;
    padding-top: 40px;
}
.title_text{
    font-size: 62px;
    margin-bottom: 1rem;
}
.title_text1{
    font-weight: 500;
    color: #15656B;
}
.title_text2{
    font-weight: 400;
    color: #000;
}
.titel_description{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.head_about{
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 0;
    display: flex;
    gap:1rem;
}
.head_about_item{
    width: 250px;
    height: 200px;    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(212, 244, 247, 0.3);
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}
.head_about_item_fon{
   backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border-radius: 1rem;
    display: grid;    
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap:.5rem;
}
.head_button{
    margin-bottom: 150px;
}
.button_ins{
    border-radius: .5rem;
    background-color: #1E929A;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    width: fit-content;
    padding: 16px 48px;
    box-sizing: content-box;
    cursor: pointer;
    text-align: center;
    min-width: 250px;
}
.button_ins:hover{
    background-color: #25B6C1;
}
.head_about_img{
    height: 86px;
    background-position: center;
    background-repeat: no-repeat;
}
.about_img1{
    background-image: url(/img/icon/head_icon1.svg);
}
.about_img2{
    background-image: url(/img/icon/head_icon2.svg);
}
.head_about_text{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #202020;
}

#prichina{    
    box-sizing: content-box;
}
.standart_block {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center; 
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: content-box;
}
.h2_titel_dop{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}
.standart_h2{
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.standart_h2 h2{
    max-width: 762px;
    font-size: 48px;
    color: #202020;
    line-height: 1.2;
    font-weight: 500;
    margin:0;
}
.prichina_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);    
    gap:1rem;
}
.prichina1{grid-area: 1 / 1 / 2 / 3;}
.prichina2{grid-area: 2 / 1 / 3 / 3;}
.prichina3{grid-area: 1 / 3 / 3 / 4;}
.prichina4{grid-area: 3 / 1 / 4 / 4;}
.prichina1, .prichina2, .prichina3{
    background-color: rgba(241, 248, 253, 1);
}
.prichina1, .prichina2{
    height: 260px;
}
.prichina4{
    height: 190px;
    background-color: #F7F0DE;
}
.prichina_item{
    border-radius: 1rem;    
    background-repeat: no-repeat;
}
.prichina_title{
    max-width: 440px;
    font-weight: 500;
    font-size: 32px;
    text-align: left;
    margin-bottom: .5rem;
    color: #202020;
    
}
.prichina_fon1{
    background-color: rgba(241, 248, 253, .5);
    padding: 40px;
    box-sizing:border-box;
    height: 100%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
.prichina_fon2{
    background-color: rgba(247, 240, 222, .5);
    padding: 40px;
    box-sizing:border-box;
    height: 100%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    color: #202020;
}
.prichina_img{
    position: absolute;
    background-position: center;
    background-size: contain;    
    background-repeat: no-repeat;
    opacity: .7
}
.pr_img1{
    background-image: url(/img/f11.png);
    width: 300px;
    height: 400px;
    right: -55px;
    bottom: -130px;    
}
.pr_img2{
    background-image: url(/img/f22.png);
    width: 300px;
    height: 400px;
    right: -55px;
    bottom: -130px; 
}
.pr_img3{
    background-image: url(/img/f33.png);
    width: 400px;
    height: 400px;
    right: -55px;
    bottom: -100px; 
    
}
.pr_img4{
    background-image: url(/img/f4.png);
    width: 400px;
    height: 400px;
    right: 0px;
    bottom: -130px; 
}

#step {
    background-color: #F1F8FD;
    position: relative;
    
}
.step_dop_text{ 
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 400;    
    right: 0;    
    padding-top: 40px;
    width: 100%; 
    justify-content: flex-end;
    display: grid;
}

.step_dop_text div{
    margin-bottom: 40px;
    width: 100%;
    max-width: 500px;
}

.step_slider{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.owl-carousel{
    display: block!important;
}
.step_item{
    width: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:2px solid #fff;    
    background: radial-gradient(circle farthest-corner at center center, rgba(255,255,255,0.5) 0%, rgba(251,251,251,0.5) 40%, rgba(251,251,251,0.5) 80%, rgba(235,235,235,0.5) 100%);
    border-radius: 1rem;
}
.step_img{
    width: 100%;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.step1{
    background-image: url(/img/z1.png);
}
.step2{
    background-image: url(/img/z2.png);
}
.step3{
    background-image: url(/img/z3.png);
}
.step4{
    background-image: url(/img/z4.png);
}
.step_text{
    padding: 0 40px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    min-height: 100px;
}
.button_step{
    width: 100%;
    display: flex;
    justify-content: center;
}
.button_step_w{
    width: 60%;
    max-width: 600px;
    min-width: 250px;
}

#uslugi {
    
}
#uslugi .standart_h2 h2{
    max-width: 600px;
    margin-bottom: 1rem;
}
.uslugi_dop_text{
    position: relative;
    width: 100%;    
    right: 0;
    text-align: left;
    top:0;
    display: grid;    
    gap:1rem;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.uslugi_dop_text_item{
    line-height: 1.4;
    max-width: 500px;
}
.uslugi_dop_text_item span{
    color: #15656B;
    font-weight: 700;
    margin-right: .5rem;
}
.uslugi_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:1rem;
}
.uslugi_item{
    background-color: #F1F8FD;
    border-radius: 1rem;
    padding: 40px;
    box-sizing: border-box;
    position: relative;    
    height: 260px;
}
.uslugi_titel{
    width: 100%;
    color: #202020;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.uslugi_price{
    position: absolute;
    bottom: 40px;
    font-weight: 500;
    font-size: 24px;
}
.uslugi_description{
    font-weight: 400;
}
.uslugi_img{
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#advantages {
    background-image: url(/img/pr_fon.png);
    background-position: center;
    background-size: contain;
}
.advantages_block{
    background-color: rgba(241, 248, 253, .5);
}
.advantages_list{
    display: grid;
    gap:1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.advantages1{grid-area: 1 / 1 / 3 / 2;}
.advantages2{grid-area: 1 / 2 / 2 / 3;}
.advantages3{grid-area: 1 / 3 / 2 / 4;}
.advantages4{grid-area: 2 / 2 / 3 / 3;}
.advantages5{grid-area: 2 / 3 / 3 / 4;}
.advantages_item{
   width: auto;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border:2px solid #fff;    
    background: radial-gradient(circle farthest-corner at center center, rgba(255,255,255,0.5) 0%, rgba(251,251,251,0.5) 40%, rgba(251,251,251,0.5) 80%, rgba(235,235,235,0.5) 100%);
    border-radius: 1rem;
    padding: 40px;
    position: relative;
    box-sizing: border-box;
    min-height: 240px;
}
.advantages_title{
    color: #202020;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.advantages_number{
    position: absolute;
    bottom: 0px;
    right: 40px;
    color:#9198A1;
    font-weight: 700;
    font-size: 76px;
}



.scheme_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.scheme_list .scheme_item:last-child{
    border-bottom: 1px solid #D6D8DC;
}
.scheme_item{
    width: 100%;
    padding: 1rem 0;
    justify-content: space-between;
    display: flex;
    border-top: 1px solid #D6D8DC;
}
.scheme_number{
    color: #D6D8DC;
    font-size: 76px;
    font-weight: 600;
}
.scheme_inf_block{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
}
.scheme_title{
    width: 100%;
    color: #202020;
    font-weight: 500;
    line-height: 1.2;
    font-size: 32px;    
}
.scheme_text{
  font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    width: 100%;
}

#about {
    padding-top: 100px;
    position: relative;
}
.about_block{
    background: #F1F8FD;
    background: linear-gradient(to top, #F1F8FD 0%, #DBEDFA 100%);
}
.about_content{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;    
}
.about_b{
    position: relative;
    width: 100%;
}
.about_img{
    position: absolute;
    background-image: url(/img/doc_photo.png);
    background-position: center;
    width: 100%;
    height: calc(100% + 180px + 80px);
    bottom: -80px;
    z-index: 44;
    background-size: contain;
    background-repeat: no-repeat;
    
}
.about_title{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.about_desc{
    width: 100%;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.4
}
.about_text{
    width: 100%;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    gap:1rem;
}
.about_doc{
    max-width: 650px;
}

#faq {
  
}
.faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}
.faq_item {
    background: #fff;
    border-radius: 1rem;    
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq_item:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    cursor: pointer;
    font-size: 32px;
    font-weight: 500;
    color: #202020;
    background: #F1F8FD;
    user-select: none;
    transition: background 0.2s ease;
}
.faq_question:hover {
    background: #f8fbfd;
}

.faq_icon {
    font-size: 48px;
    font-weight: 300;
    color: #202020;
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;

}

.faq_item.active .faq_question {
    background: #f0f7fa;
}

.faq_item.active .faq_icon {
    transform: rotate(45deg); 
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);    
    background: #F2F8FD;
}

.faq_answer div{
    margin: 0;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #464C53;
    font-weight: 400;
}

.faq_item.active .faq_answer {
    max-height: 300px;
}
.faq_item.active .faq_question{
   background-color: #DBEDFA; 
}

#price .standart_block{
    padding-top: 0;
}
.price_grid {
    display: grid;
    grid-template-columns: 1fr auto; 
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;    
    margin-top: 20px;
    border: 1px solid #D6D8DC;
}
.price_header {
    background: #DBEDFA;
    color: #202020;
    font-weight: 500;
    padding: 25px 40px;
    font-size: 32px;
}
.price_header2{
    text-align: right;
    width: 250px; 
    box-sizing: border-box;
    text-align: left;
    padding: 0 40px;
    height: 60%;
    display: flex;
    align-items: center;
    border-left: 1px solid #D6D8DC;
}
.price_item {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    transition: background 0.2s ease;
    
}
.price_item:last-child {
    border-bottom: none;
}
.price_item_name {
    font-size: 16px;
    color: #202020;
    padding: 25px 40px;
    box-sizing: border-box;
}
.price_value {
    font-weight: 600;
    color: #1E929A;
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    width: 250px;
    height: 60%;
    padding: 0 40px;
    box-sizing: border-box;
    border-left: 1px solid #D6D8DC;
    text-align: left;
    display: flex;
    align-items: center;
}
.price_group {
    background: #F1F8FD;
    border-bottom: 2px solid #e2edf4;   
    display: block;
}
.price_group .price_item_name{
    font-weight: 500;
}
.price_item:not(.price_group):hover {
    background: #f9fcfe;
}
.price_header_block{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #DBEDFA;
}

.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1E929A;
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(30, 146, 154, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background: #25B6C1;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(30, 146, 154, 0.5);
}

.scroll-top-btn:active {
    transform: scale(0.95);
}

.scroll-top-btn svg {
    width: 24px;
    height: 24px;
}
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu-panel {
    position: fixed;
    top: 0;
    right: 0; 
    width: 66.666%; 
    height: 100vh;
    background: #F1F8FD;
    z-index: 9999;
    transform: translateX(100%); 
    transition: transform 0.3s ease;
    padding: 24px 0px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}

.mobile-menu-panel.active {
    transform: translateX(0);
}

/* Крестик закрытия */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 40px;
    font-weight: 200;
    color: #202020;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s;
}

.mobile-menu-close:hover {
    color: #1E929A;
    transform: rotate(90deg);
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 2rem; 
    
}

.mobile-menu-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #202020;
    text-decoration: none;
    display: block;
    padding: .5rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E3E5E7;
}

.mobile-menu-list li a:hover {
   background-color: #DBEDFA; 
}
footer {
    background-color: #F2F8FD;
}
footer .standart_block{
    padding-top: 40px;
    padding-bottom: 0;
}
.footer_block{
    width: 100%;    
}
.footer_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 40px;
    gap:1rem;
}
.cop_footer{
    margin: 0 auto;
    border-top:1px solid #D6D8DC;
}
.cop_footer_text{
    padding: 25px 0;
    text-align: center;
    color: #9198A1;    
}
.cop_footer_text a{
    text-decoration: none;
    color: #9198A1;
}
.foter_logo a{
    text-decoration: none;
    color: #A5D2F3;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
}
.foter_logo{
    width: 100%;
    margin-bottom: 1rem;
}
.footer_text{
    width: 100%;
    color:#202020;
    font-size: 1rem;
    font-weight: 400;
    max-width: 650px;
}
.footer_text div{
    margin-bottom: 1rem;
}
.footer_contact h3{
    width: 100%;    
    margin: 0;
    margin-bottom: 1rem;
    color: #202020;
    font-size: 24px;
    font-weight: 500;
}
.footer_soc_icon{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_icon{
    padding-left: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.footer_contact{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
}
.footer_map::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/img/icon/geo.svg);
    background-position: center;
    background-size: contain;
    left: 0;
}
.footer_clock::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/img/icon/clock.svg);
    background-position: center;
    background-size: contain;
    left: 0;
}
.footer_phone::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/img/icon/phone.svg);
    background-position: center;
    background-size: contain;
    left: 0;
}
.footer_phone a{
    font-size: 1rem;
    color: #1E929A;
    text-decoration: none;
    font-weight: 500;
}
.footer_soc{
    width: 100%;
    display: flex;
    position: relative;
    gap:1rem;
    margin-bottom: 1rem;
}
.max{background-image: url(/img/icon/max.svg)}
.vk{background-image: url(/img/icon/vk.svg)}
.footer_soc_icon{
    cursor: pointer;
}
.footer_soc_icon:hover{
    filter: sepia(1) hue-rotate(180deg) saturate(3);
}
/*Адаптив*/
@media (max-width: 1920px) {
    .head_menu_fixed .head_fixed_block{    
        padding: 40px;
        box-sizing: border-box;
    }
}
@media (max-width: 1440px) {
    .adress_block, .phone a{font-size: 18px;}
    .menu_block a{font-size: 18px}
    .menu_block li:not(:last-child)::after{width: 1px}
    .head_about_item_fon, .head_about_item{
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
    .head_about_item{        
        background-color: rgba(212, 244, 247, 0.4);
    }
    .head_about_item_fon{
        background-color: rgba(255, 255, 255, 0.4);
    }
    .titel_description{
        line-height: 1.4;
        width: 80%;
    }
    #advantages{
        background-size: cover;
    }
}
@media (max-width: 1280px) {
    .adress_block, .phone a{font-size: 16px;}
    .menu_block a{font-size: 16px}
    .advantages_item{
        min-height: 270px;
    }
    .footer_list{
        gap:2rem;
    }    
}
@media (max-width: 1024px) {
    .logo a{
        font-size: 24px;
    }
    .head_menu{
        padding: 0 1rem;
        gap: 1rem;
    }
    .content{padding: 0 40px;}
    .head_about_item{
        width: 200px;
        height: 180px;
    }
    .head_about_text{font-size: 18px}
    .head_about_img{height: 80px;}
    .standart_h2 h2{font-size: 32px;    max-width: 500px;}
    .prichina_title{font-size: 28px;     max-width: 350px;}
    .prichina_fon1, .prichina_fon2{padding: 20px 40px}
    .step_text{padding: 0 20px;}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
       background: #1e929a!important; 
    }
    .step_dop_text div{margin-bottom: 20px}
    .uslugi_titel{font-size: 28px}
    .uslugi_price{font-size: 22px}
    .uslugi_img{width: 200px; height:200px}
    .about_content{
      grid-template-columns: .8fr 1fr; 
    }
    .about_title{font-size: 32px;}
    .about_text{font-size: 1rem}
    .about_img{background-position: bottom;}
    #about{padding-top: 40px;}
    .scheme_title, .advantages_title{font-size: 24px}
    .scheme_number{font-size: 64px}
    .advantages_number{font-size: 64px}
    .advantages_item{padding: 20px; min-height: 240px;}
    .faq_question{font-size: 24px}
    .price_header{font-size: 24px}
    .foter_logo a{font-size: 48px}
    .footer_icon::after{top:0}
}
@media (max-width: 768px) {
    .content{padding: 0 1rem;}
    .head_menu{padding: 0; background-color:unset; backdrop-filter: blur(0px); height: 64px;}
    .burger-menu {
        display: flex;
    }
    .head_about{display: none}
    .title_text{font-size: 32px}
    .title_text1{font-weight: 400}
    .head_titel{padding-top: 0}
    .header_fon{height: 380px;  width: 280px; bottom: 0; top:auto;z-index: -2; right: -100px}
    .block_head_prev_img{position: absolute; left: 1rem; top:200px; width: 430px; height: 220px;z-index: -1}
    .standart_h2 h2{font-size: 22px; max-width: 400px}
    .standart_block{padding: 40px 0;}
    .standart_h2{margin-bottom: 1rem}
    .prichina_list{display: flex; flex-wrap: wrap; width: 100%;gap:.5rem}
    .prichina1, .prichina2, .prichina3, .prichina4{grid-area: 1; width: 100%;height: 120px}
    .prichina4{height: 150px;}
    .prichina_title{font-size: 18px; line-height: 1.2}
    .prichina_fon1, .prichina_fon2{padding: 1rem}
    .pr_img1{width: 150px; right: -30px; bottom: -40px; height: 150px}
    .pr_img2{width: 150px; right: -30px; bottom: -40px; height: 150px}
    .pr_img3{width: 150px; right: -30px; bottom: -40px; height: 150px}
    .pr_img4{width: 240px; right: -80px; bottom: 0px; height: 150px}
    .prichina_title, .prichina_description{max-width: 60%}
    .h2_titel_dop{
        grid-template-columns: 1fr;
    }
    .step_dop_text div{max-width: 100%}
    .step_dop_text{padding: 0}
    .button_step_w{width: 100%;}
    .step_text {
        padding: 0 1rem;height: 112px;
    }
    .step_img{height: 250px; background-size: cover;}
    .uslugi_dop_text_item{max-width: 100%}
    .uslugi_list{display: flex; flex-wrap: wrap;width: 100%;}
    .uslugi_item{width: 100%; padding: 1rem; height: 134px}
    .uslugi_titel{font-size: 18px}
    .uslugi_description{font-size: 14px}
    .uslugi_price{font-size: 1rem; bottom: 1rem}
    .uslugi_img{width: 120px; height: 120px}
    .advantages_block{padding-top: 20px}
    .advantages_list{display: flex; flex-wrap: wrap; width: 100%;}
    .advantages_item{padding: 25px; min-height: 220px; width: 100% }
    .advantages_title{font-size: 18px}
    #scheme .standart_h2{margin-bottom: 40px}
    .scheme_item{position: relative; padding: .5rem 0}
    .scheme_number{font-size: 1rem; position: absolute; right: 0; top: -26px}
    .scheme_list .scheme_item:last-child{
        border-bottom: 0px;
    }
    #about{padding: 0}
    .about_content{display: flex; width: 100%; flex-wrap: wrap;}
    .about_title{font-size: 22px}
    .about_desc{font-size: 1rem}
    .about_img{position: relative}
    .about_b{min-height: 300px;}
    .about_img{height: 100%; bottom: -40px;}
    .faq_question{font-size: 18px; padding: 24px 16px;position: relative}
    .faq_icon{position: absolute; right: 24px; top:16px;font-size: 38px}
    .faq_answer div{padding: 1rem}
    .price_header{font-size: 18px; padding: 24px 16px; width: 100%; padding-right: 0}
    .price_item_name{width: 100%; padding: 24px 16px;box-sizing: border-box; }
    .price_group .price_item_name{width: 100%}
    .price_value{padding: 24px 16px; box-sizing: border-box; width: 100%}
    .faq_list{gap:.5rem}
    .price_header_block{display: grid; grid-template-columns: 1fr 1fr}
    .price_item{display: grid; grid-template-columns: 1fr 1fr}
    .price_group{grid-template-columns: 1fr}
    .cop_footer{font-size: 12px}    
    .footer_contact{padding: 0}
    .footer_list { display: flex;flex-direction: column;gap: 1rem;margin: 0}
    .footer_info { display: contents;}
    .foter_logo{order:2; text-align: center}
    .footer_phone a{font-size: 20px}
    .head_menu_fixed .head_fixed_block{padding: 20px;}
    
    
    
    .menu_block,
    .adress_block {
        display: none;
    }
    .head_fixed_block.open .menu_block,
    .head_fixed_block.open .adress_block {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(212, 244, 247, 0.95);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 20px 40px 30px;
        box-sizing: border-box;
        z-index: 1001;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .head_fixed_block.open .menu_block ul {
        flex-direction: column;
        gap: 10px;
    }

    .head_fixed_block.open .menu_block li {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .head_fixed_block.open .menu_block li:not(:last-child)::after {
        display: none; /* убираем разделители */
    }

    .head_fixed_block.open .adress_block {
        border-top: 1px solid #D6D8DC;
        padding-top: 20px;
        margin-top: 10px;
    }

    .head_fixed_block.open .coordinat,
    .head_fixed_block.open .phone {
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .head_menu_fixed .head_fixed_block.open .menu_block,
    .head_menu_fixed .head_fixed_block.open .adress_block {
        border-radius: 0;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    .head_fixed_block.open .mobile_menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 20px 30px 30px;
        box-sizing: border-box;
        z-index: 1001;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    .mobile_nav {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile_nav li {
        padding: 8px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .mobile_nav li:last-child {
        border-bottom: none;
    }

    .mobile_nav a {
        font-size: 20px;
        font-weight: 400;
        color: #202020;
        text-decoration: none;
    }

    .mobile_nav a:hover {
        color: #1E929A;
    }
    
}