@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 960px;}}
@media (min-width: 1200px) {.container {max-width: 1140px;}}
@media (min-width: 1400px) {.container {max-width: 1280px;}}


* {
  font-family: 'Montserrat', sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
     letter-spacing: 1px;
      line-height: 1.4em;
     -webkit-appearance: none;
     
    }

code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
    }


a{
  color: #01b1e4;
  text-decoration: none;
}
a:hover{
  transition: 0.5s;
  color: #FF9500;

}



img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
    border: none; 
    text-decoration: none;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }
caption, th, td, center { 
    vertical-align: top;
    text-align: left;
    }
    body {
        display: flex;
        flex-direction: column;
        line-height: 1;
        color: black;
        background: #F5F5F5;
        
       
      
      }
      
      
      

      
      section, footer{
    
        position: relative;
        z-index: 30;
      }

     .bg{
        position: absolute;
        z-index: 1;
     } 
      

     .bg img{
        width: 100%;
     }
.bg_mob{
    display: none;
}

    .bg img:nth-child(1){
        padding-top: 780px;
padding-bottom: 1150px;

}

.bg img:nth-child(2){
    padding-bottom: 1000px;
    }
    
q { 
    quotes: "" ""; 
    }
ul, ol, dir, menu { 
    list-style: none; 
    }
sub, sup { 
    vertical-align: baseline; 
    }
a { 
    color: inherit; 
    }
hr { 
    display: none; 
    }
font { 
    color: inherit !important; 
    font: inherit !important; 
    color: inherit !important; /* editor's note: necessary? */ 
    }
marquee {
    overflow: inherit !important;
    -moz-binding: none;
    }
blink { 
    text-decoration: none; 
    }
nobr { 
    white-space: normal; 
    }

p{
    margin-bottom: 0 !important;
}

    
::selection {
    color: #fff; 
    background: #FF9500; 

   }

h1 {
    color: var(--primary-a, #C0003D);
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 59px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%; /* 53.1px */
   
}

h2 {

    color: #000;
    
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
   
}

h3 {
    color: var(--primary-b, #000);
    
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}

h4 {
    font-size: 16px;
    font-weight:400;
}

h5 {
    font-size: 14px;
    font-weight:300;
}

h6 {
    font-size: 9px;
    font-weight:300;
}

h1, h2, h3, h4{
    margin: 0!important;
}


/* header */


.header{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    width: 100vw;
}

.header_block{
    width: 100%;
    display: flex;
padding: 20px 30px;
justify-content: space-between;
align-items: center;
align-content: center;
row-gap: 30px;
align-self: stretch;
flex-wrap: wrap;

margin-top: 20px;
    border-radius: 15px;
background: #FFF;
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.20);
}


.header_block_ul{
    display: flex;
    flex-direction: row;
    align-items: center;

}

.header_menu_mob {
    display: flex;

}
.social {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}



.header_logo{
   height: 30px;
}


.header_block_ul li{
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #000;

}

.header_block_ul li:last-child{
    padding-right: 0px;
    padding-left: 15px;
    border-right: rgb(255, 255, 255);
}

.header_block_ul li a{
    color: var(--primary-b, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.header_block_ul li a:hover{
    color: #C0003D;
  
}



.language-switcher{
display: none;
padding: 6px;
justify-content: center;
align-items: center;
border-radius: var(--5, 40px);
background: #ECECEC;
}

.language-switcher button{
     margin: 0; 
     padding: 6px;
  width: 36px;

  border: none; 
  background: none; 
  color: inherit; 
  font: inherit; 
  line-height: normal; 
  text-align: center; 
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
}

.language-switcher .active{
    color: #fff;
    border-radius: var(--5, 40px);
background: var(--primary-a, #C0003D);
}


/* end header */


/* first block */

.now_akademika_sect{
    padding-top: 160px;
    padding-bottom: 120px;
   border-radius: 0px 0px 40px 40px;
   background: #FF9500;

}

.now_akademika_sect .container{
    position: relative;
}


.now_akademika_sect_img{
    position: absolute;
    z-index: 1;
    width: 60%;
  
 bottom: 0;
 right: 10px;
}



.now_akademika_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
gap: 30px;
z-index: 30;


}

.na_block_left{
    display: flex;
    flex-direction: column;
  align-items: flex-start;
 

}


.na_block_left .na_block_left_button{
margin: 0px !important; 
}


.na_block_rigth{
    width: 90%;
}

.na_block_rigth_img{
    width: 100%;
    height: auto;
}


.na_block_left_h1{
   padding-bottom: 30px;
   white-space: nowrap;
}


.na_block_left_ul{
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
   gap: 20px;
flex-wrap: wrap;
}


.nab_left_ul_li{
    display: flex;
   align-items: center;

flex-direction: row;
margin-right: 0px;
}
.nab_left_ul_li:last-child{
    width: 100%;
}

.nab_left_ul_li:last-child p{
    white-space: nowrap;
    padding-left: 15px;
    color: #242424;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 95%; /* 22.8px */
}


.nab_left_ul_li img{
width: 60px;

padding-right: 15px;

}

.br_mob{
    display: block;

}


.nab_left_ul_li_tit{
   
    padding-bottom: 5px;
color: #242424;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 95%;
letter-spacing: -1.6px;
}




.nab_left_ul_li span{

color: #242424;
text-align: center;

font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 95%; /* 30.4px */
}



.nab_left_ul_li_p{
    color: #000;

    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
}
.na_block_left_button {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 15px;
    background: var(--primary-a, #C0003D);
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    animation: pulse 2s infinite; /* Анимация пульсации */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

.na_block_left_button:hover {
    color:var(--primary-a, #C0003D);
    background: #fff;
    transform: scale(1.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    animation: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}





/* Eng first block */



/* Form */
.section_form_class{
    padding-top: 60px;
    z-index: 90;
    padding-bottom: 60px;
}
.section_form_class-content{
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;

align-self: stretch;
border-radius: 30px;
background: #FFF;
}

.sfc_fotm_content{
    display: grid;
      grid-template-columns: repeat(3, 1fr); 
      gap: 20px;
      width: 100%;

}

.section_form_class-content h3{
    padding-bottom: 30px;
}


.sfc_fotm_content_input p{
    color: #000;
    padding-bottom: 8px;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.form__input{
    width: 100%;
    display: flex;
height: 56px;
padding: 12px 16px;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 12px;
border: 1px solid var(--300, #C0C0C0);
}

.iti.iti--allow-dropdown.iti--separate-dial-code{
width: 100%;
}


.checkbox {
    display: flex;
    align-items: center;
    gap: 10px; /* Расстояние между чекбоксом и текстом */
   
    font-size: 14px;
    padding-bottom: 8px;
  }
  
  /* Скрытие стандартного чекбокса */
  .checkbox input[type="checkbox"] {
    display: none;
  }
  
  /* Стилизация кастомного чекбокса */
  .checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    position: relative;
  }
  
  /* Создание кастомного чекбокса */
  .checkbox label::before {
    content: '';
    display: inline-block;
    width: 20px; /* Размер чекбокса */
    height: 20px;
    border: 1px solid var(--300, #C0C0C0); /* Цвет рамки */
    border-radius: 4px; /* Закругленные углы */
    background-color: #FFF;
    transition: all 0.3s ease;
    
  }
  
  /* Состояние: отмечено */
  .checkbox input[type="checkbox"]:checked + label::before {
    border-radius: 4px;
    border: 1px solid var(--300, #C0C0C0);
    content: '✔'; /* Галочка */
    color: #C0C0C0;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }
  
  /* Стилизация ссылки внутри чекбокса */
  .checkbox label a {
    color: #000;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
    transition: color 0.3s ease;
  }
  
  /* Ховер эффект для ссылки */
  .checkbox label a:hover {
    color: #FF7700;
    text-decoration: underline;
  }
  
.form__submit{
    display: flex;
height: 56px;
width: 100%;
padding: 30px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
border: initial;
border-radius: 12px;
background: var(--primary-a, #C0003D);
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
color: #FFF;
font-family: Raleway;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}





/* End Form */

/* Info Block */
.section_info_class{
    margin-bottom: 60px;
}
.section_info_content{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;

    padding-top: 60px;

}


.sicontent_info_p{
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.sicontent_info_p img{
   width: 300px;
    }
    

.sinfo_content_img img{
width: 100%;
}




.sicontent_info_p p{
    color: var(--primary-b, #000);

font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;
padding-bottom: 10px;
}

.sicontent_info_ul li{
    color: var(--primary-b, #000);
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
    background: #FFE3BC;
    padding: 15px 15px 15px 45px;
    margin-bottom: 15px;
    position: relative;
}

.sicontent_info_ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; /* Размер обрезки */
    height: 30px;
    background-color: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
  }

/* End Info Block */


/* End Infra Block */


.section_infra_class{
    position: relative;
}

.section_infra_img_left{
position: absolute;
left: 0;
bottom: 0;
}


.section_infra_img_right{
    position: absolute;
    right: 0;
   top: 100px;
    }
    
.section_infra_class_2{
    text-align: center;
    color: var(--primary-b, #000);

font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
}


.section_infra_content{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;

}

.seinfra_content img{
    width: 100%;
    margin-bottom: 50px;

}

.seinfra_content p, .seinfra_content_two p{
    color: var(--primary-b, #000);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}


.seinfra_content_two p{
    padding-bottom: 20px;
}

.seinfra_content_two img{
    margin-top: 30px;
    width: 100%;
}



.block_word{
    display: flex;
    flex-direction: row;
   justify-content: center;
   flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.block_word li p{
    border-radius: 15px;
background: var(--primary-b, #FF9500);
padding: 15px;
color: #FFF;

font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */

}

.block_word li{
    margin-right: 15px;
    margin-bottom: 15px;
}

.block_word li:last-child{
    margin-right: 0;
}

/* End Infra Block */

/* Prog Block */

.section_prog_block{
    display: flex;
padding: 60px;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
    border-radius: 60px;
background: #EBEBEB;
position: relative;
overflow: hidden;

}

.section_prog_class_h2{
    position: relative;
    z-index: 30;
}

.section_prog_block p{
    position: relative;
    z-index: 30;
    text-align: center;
}


.section_prog_block_img{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
}

.sprog_block_ul{
    position: relative;
    z-index: 30;
    display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 50px;

}

.sprog_block_ul_left, .sprog_block_ul_right{
    border-radius: 30px;
background: #FFF;
display: flex;
padding: 30px;
flex-direction: column;
align-items: flex-start;
gap: 30px;
flex: 1 0 0;
align-self: stretch;
}

.section_prog_class_h2{
    text-align: center;
width: 100%;
padding-bottom: 30px;
color: var(--primary-b, #000);
font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
}

.spblock_ul_left_img{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.spblock_ul_left_img img{
    height: 50px;
}

/*.sprog_block_ul_right .spblock_ul_left_img img{*/
/*    height: 90px;*/
/*}*/

.sprog_block_ul_right .spblock_ul_left_img{
    justify-content: space-between;
    width: 100%;
}

.spbul_left_img_flag{
    border-radius: 4.167px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}





.spblock_ul_left_img img:first-child{
    margin-right: 10px;
}

.spblock_ul_left_img svg{
    margin-right: 10px;
}

.spblock_ul_left_info{
    border-top: 1px solid #E9E9E9;
    padding-top: 30px;
}


.spblock_ul_left_info p{
    color: var(--primary-b, #000);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    padding-bottom: 15px;
}

.spblock_ul_left_info p:last-child{
    padding-bottom: 0px;
}


.spblock_ul_right_ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    gap: 10px;

}



.spblock_ul_right_ul li p{
border-radius: 15px;
background: #E9E9E9;
display: flex;
padding: 15px;
justify-content: center;
align-items: center;
gap: 15px;
color: var(--primary-b, #000);
font-family: Raleway;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
}



/* End Prog Block */

/* Development */


.section_development_class{
    padding-top: 60px;
    padding-bottom: 60px;
}

.sdevelopment_block_h2{
    color: var(--primary-b, #000);
leading-trim: both;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 48px */
}
.sdevelopment_block_h3{
   padding-top: 30px;
    color: var(--primary-b, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    padding-bottom: 60px;
}

.sdevelopment_block_ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.sdevelopment_block_ul li{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 60px;
flex: 1 0 0;
}


.sdevelopment_block_ul li img{
    width: 100%;
    }


.sdbul_li_block_title{
    display: flex;
    align-items: flex-end;

}
.sdbul_li_block_title p{
    padding-left: 15px;
}
.sdbul_li_center_title p{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sdbul_li_block_title p, .sdbul_li_center_title p{
    color: var(--primary-b, #000);
font-family: Raleway;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 43.2px */
}

.sdbul_li_block_title{
    margin-bottom: 30px;
}

.sdbul_li_block_info p{
    color: var(--primary-b, #000);
    
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    
}

.sdbul_li_block_info_ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

.sdbul_li_block_info_ul li p::before {
    content: "• "; /* Символ точки */
    color: #000;   /* Цвет точки */
    margin-right: 5px; /* Отступ между точкой и текстом */
    font-weight: bold; /* Жирность точки (опционально) */
  }

/* End Development */



/* application */

.section_application_class{
    width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 40px;
background: var(--primary-b, #FF9500);
position: relative;
overflow: hidden;
}

.section_application_img{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 30;
}


.sapplication_block{
    position: relative;
   z-index: 50;
    padding: 60px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sablock_left_h3{
    color: #FFF;
  
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 45.6px */
}

.sablock_left_p{
    color: #FFF;
    padding-top: 10px;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%; /* 19px */
    padding-bottom: 20px;
}
.sablock_left_pv2{
    color: #FFF;

    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%; /* 19px */
    padding-bottom: 30px;
}
.sablock_left_pv2 span{
    padding-left: 5px;
    font-weight: 700;
    font-size: 32px;
    color: var(--primary-a, #C0003D);
}


.sablock_left_a{
width: 330px;
    display: flex;
    padding: 20px 30px;
    gap: 10px;
    border-radius: 15px;
    background: var(--primary-a, #C0003D);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    line-height: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    cursor: pointer;
}
    
    .sablock_left_a:hover{
        color:var(--primary-a, #C0003D);
    background: #fff;
    transform: scale(1.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    animation: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    }






.sapplication_block_left{
    width: 38%;
}

.sapplication_block_ul{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
z-index: 50;
}


.section_pricenew_ul{
    display: flex;
    flex-direction: column;
    
}

.sablock_ul_li{
    display: flex;
padding: 20px 40px;
flex-direction: column;
    justify-content: center;
margin-left: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.50);

}

.sablock_ul_li_span {
    color: var(--primary-a, #C0003D);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 115.2px */
}





.sablock_ul_li p{
    color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 95%; /* 19px */
}

/* end application */
/* Dipl */

.section_dipl_class{
    margin-top: 60px;
    margin-bottom: 60px;
}

.section_dipl_block{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.sdipl_block_left_h2{
    color: var(--primary-a, #C0003D);
  
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sdipl_block_left h3{
    color: #212128;
   padding-top: 45px;
   padding-bottom: 45px;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sdipl_block_left_ul{
    display: flex;
    flex-direction: row;
    align-items: center;

}

.sdipl_block_left_ul li{
   margin-left: 15px;
}

.sdipl_block_left_ul li:first-child{
    margin-left: 0px;
 }

.sdipl_block_left_ul li:nth-child(1) svg{
    border-radius: 3.75px;
}
.sdipl_block_left_ul li:nth-child(3) svg{
    border-radius: 3.75px;
}





.sdipl_block_left {
    width: 50%;
}

.sdipl_block_right{
    width: 50%;
}

.sdipl_block_right img{
    width: 100%;
}
/* end dipl */

/* price */

.section_price_h2{
    text-align: center;
    color: var(--primary-b, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    padding-bottom: 20px;
}

.section_price_h3{
    color: var(--primary-b, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}

.section_price_block{
border-radius: 30px;
background: #FFF;
display: flex;
padding:20px;
margin-top: 30px;
margin-bottom: 30px;
align-items: center;
gap: 23px;
flex: 1 0 0;
}

.section_price_block_info{
width: 50%;
}


.sprice_block_info_bg_h4{
    position: relative;
}







.sprice_block_info_h4 {
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; 
    text-align: center;
   top: 23px;
left: 20px;
    position: absolute;

}


.sprice_block_info_bg_h4 svg{
    position: relative;
    bottom: -5px;
}


.sprice_block_info_ul {
    border-radius: 20px;

}



.sprice_block_info_ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F9F9F9;
    padding: 10px 15px;
}


.spblock_info_ul_right li{
    padding: 16px 15px;
}



.sprice_block_info_ul li:first-child{
    border-radius: 0px 15px  0px 0px;
}

.sprice_block_info_ul li:last-child{
    border-radius: 0px 0px  15px 15px;
}



.sprice_block_info_ul li:nth-child(2n){
    background: #F5F5F5;
}

.sprice_block_info_ul li span{
    margin-right: 15px;
}

.sprice_block_info_ul li p{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}








/* end price */


/* price new */
.section_pricenew_class{
    margin-bottom: 60px;
}
.section_pricenew{
    border-radius: 40px;
padding: 30px;

background: var(--primary-b, #FF9500);

}

.spricenew_left{
    position: relative;
    z-index: 50;
    width: 100%;
}



.spricenew_left .sablock_left_p{
padding-top: 10px;
padding-bottom: 35px;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 24px */
}

.spricenew_left_p{
    color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 95%; /* 19px */
padding-bottom: 30px;
}

.section_pricenew_ul li{
    align-items: normal;
    margin-left: 0;
    padding: 15px 60px;
}

.section_pricenew_ul .spricenew_p_top{
   text-align: left;
}

.section_pricenew_ul .spricenew_p{
    text-align: right;
 }
 

.section_pricenew_ul .spricenew_price{

    color: var(--primary-a, #C0003D);
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 96px;
font-style: normal;
font-weight: 700;
line-height: 80%;
letter-spacing: -1.92px;
}

.spricenew_price span{
    color: var(--primary-a, #C0003D);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 64px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 76.8px */
}


.section_pricenew_ul .spricenew_left_p{
    padding-top: 10px;
    color: #FFF;
    text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 400;
padding-bottom: 0;
line-height: 95%; /* 11.4px */
}



/* end price new */

/* team */
.section_team_class{
    margin-bottom: 60px;
    overflow: hidden;
}
.section_team_h2{
    color: var(--primary-b, #000);
  text-align: center;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    padding-bottom: 30px;
}

.section_team_h3{
    color: var(--primary-b, #000);
    text-align: center;
   width: 70%;
   margin: 0 auto !important;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}

.section_team_block{
    margin-top: 60px;

    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Сетка с автошириной колонок */
  
}


.section_team_block .excursion__slider-item{
    display: flex;
    
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    align-self: stretch;
    border-radius: 30px;
background: #FFF;
}

.section_team_block .excursion__slider-item img{
    width: 100%;
}

.steam_block_info{
    padding: 30px;
    text-align: center;
}


.section_team_block .excursion__slider-item h3{
    color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 95%; /* 22.8px */
}

.section_team_block .excursion__slider-item p{
    padding-top: 30px;
    color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 95%; /* 15.2px */
}

.section_team_class .container{
    position: relative;
}



.btns {
    width: 12%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 150px;
    margin: 0 auto
}

.btns .swiper-button-next:after {
    content: url(../img/arr-r.svg) !important
}

.btns .swiper-button-prev:after {
    content: url(../img/arr-l.svg) !important
}






/* end team */

/* school */

.section_school_block{
    display: flex;
padding: 60px;
    margin-top: 60px;
flex-direction: column;
align-items: flex-start;
gap: 60px;
align-self: stretch;
border-radius: 30px;
background: #FFF;
}

.sschool_block_h2{
    color: #000;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 95%; /* 38px */
width: 100%;
}

.sschool_block_ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.sschool_block_ul li{
display: flex;

flex-direction: column;
align-items: center;
gap: 15px;
flex: 1 0 0;
}


.sschool_block_ul_img{
height: 60px;
}

.sschool_block_ul_span{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 57.95px;
border: 1px solid var(--200, #F5F5F5);
background: #FFF;
color: #151515;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20.9px; /* 130.625% */
}

.sschool_block_ul_p{
    color: var(--primary-b, #000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}



/* end school */


/* footer */


.footer{
    display: flex;
   
    padding: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 90px;
    background: #D2D2D2;
}

.footer_main{
display: flex;
flex-direction:row ;
align-items: center;
justify-content: space-between;
}

.footer_main .header_block_ul li a{
    color: var(--primary-b, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.footer_main .header_block_ul li a:hover{
color: #C0003D;
}




.footer_main_right{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.footer_main_info img{
height: 35px;
}

.footer_main_info p{
    color: #000;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.footer_main_inst{
margin-left: 30px;
}

/* End footer */


button.closeButton {
    background: none;
    border: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 500;
    cursor: pointer;
    transition: transform 0.3s ease; 
}

button.closeButton:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}






.popup_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.5s ease-in-out; /* Анимация открытия формы */
}

.popup_form.active {
    display: flex; /* Показываем блок с использованием display: flex */
}

.popup_form_block {
    border-radius: 40px;
background: #F5F5F5;
padding: 60px 60px 60px 120px;
    width: 70%;
   height: 70%;
    position: relative;
  
    flex-direction: row;
    align-items: center;
}

.popup_form_block_bg{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 200;
}

.popup_form_block_form{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    position: relative;
    z-index: 300;
    height: 100%;
}


.popup_fbform_left{
    width: 40%;
    display: flex;
    align-items: center;
}

.popup_fbform_left_title{
    color: #000;
leading-trim: both;
text-edge: cap;
font-family: Raleway;
font-size: 40px !important;
font-style: normal;
font-weight: 700;
line-height: 90%; /* 36px */
text-align: left !important;
padding-bottom: 0 !important;
}


.popup_fbform_left_desc{
    padding-bottom: 30px;
padding-top: 15px;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
}



.popup_fbform_left .section_form_class-content {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    
    border-radius: 0px;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


.popup_fbform_left .sfc_fotm_content {
    display: flex;
    flex-direction: column;
   

}


.popup_fbform_left .sfc_fotm_content .form__input.tel{
    padding-left: 110px !important;
    
}




.popup_fbform_children{
    position: absolute;
    height: 90%;
    bottom: 0;
    right: 60px;
    z-index: 300;
}

.popup_fbform_children img{
    width: auto;
    height: 100%;
    position: relative;
    
}

.popup_form_block_title{
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
font-weight: 600;
color: #2A2A2A;
}
.popup_form_block.closing {
    opacity: 0;
    pointer-events: none;
    animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


















.body_thankyou{
    background: #D1D1D1;
}

.thankyou .na_block_left{
width:50%;
padding: 0px;
border-radius: 0px;
background: rgba(255, 255, 255, 0);
-webkit-backdrop-filter: blur(0px);
backdrop-filter: blur(0px);
}

.thankyou .na_block_left_h1{
    font-size: 55px;
    white-space: normal;
}

.now_akademika_sect.thankyou{
    background: #FF9500;
}




.thankyou_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 100%;
}

.thankyou_bg svg{
   height: 100%;
}
.now_akademika_sect.thankyou{

    padding-bottom: 0;
}

.thankyou .na_block_rigth_img{
    z-index: 20;
    position: relative;
    bottom: -10px;
}

.thankyou .na_block_rigth {
    width: 50%;
    }
.thankyou .na_block_left_desk{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    }

    .thankyou .na_block_left_button {
        margin-top: 30px;
        width: 80%;
      
        border-radius: 12px;
        background: #0088cc;
        color: #FFF;
        font-family: Raleway, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Добавляем плавный переход */
    }
    
    .thankyou .na_block_left_button:hover {
        transform: scale(1.1); /* Увеличение кнопки */
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); /* Более яркая тень */
    }
    



    .thankyou .na_block_left_button img{
        width: 30px;
    }

.burger{
    display: none;
}

.now_akademika_sect.thankyou .na_block_left p{
    margin-top: 30px;
    padding-bottom: 40px;
}

.now_akademika_sect.thankyou  .now_akademika_block {
    align-items: center;
}


.section_form_class.top{
    display: none;
}


.now_akademika_sect_bg{
    display: none;
}


@media (max-width: 1800px){

    .section_infra_img_right {
       
        right: -10%;

    }

.section_infra_img_left{
    left: -10%;
}
}


@media (max-width: 1800px){

    .section_infra_img_right {
       
       display: none;

    }

.section_infra_img_left{
    display: none;
}

}





@media (max-width: 1200px){
    .sablock_left_a {
        width: 100%;
font-size: 22px;
justify-content: center;

    }
    .header_block {
        justify-content: center;
    }

    h1 {
        font-size: 50px;
    }
    h2 {
       
        font-size: 25px;
    }

    

    .na_block_left_ul {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .now_akademika_block {
     
        align-items: flex-end;
    }



}


@media (max-width: 992px){

    .burger{
        display: block;
    }

    .header_block_ul li {
       padding: 10px 0px;
       border-right: initial;
       border-bottom: 1px solid #a19f9f;
        }
        .header_block_ul li:last-child {
            border-bottom:initial;
             }

    .header_block_ul {
        width: 100%;
        
        flex-direction: column;
    }

    .header_menu_mob {
        display: none; 
        justify-content: center;
     width: 100%;
     /* border-bottom:2px solid #a19f9f; */
     border-top: 2px solid #d2cfcf;
        padding: 20px;
        
       
        transition: transform 0.3s ease-in-out;
        
      }
      
      .header_menu_mob.active {
        display: block;
        transform: translateX(0);
      }

.header_block {
    justify-content: space-between;
    }


    .na_block_rigth {
        display: none;
    }

    .sfc_fotm_content {
        grid-template-columns: repeat(1, 1fr);
       
        }


        .section_info_content {
           
            flex-direction: column;
        }
        .sinfo_content_info {
            margin-top: 30px;
            padding-left: 0px;
            width: 100%;
            }

            .sinfo_content_img {
                width: 100%;
                }
                .sprog_block_ul {
                    grid-template-columns: repeat(1, 1fr);
                    
                    }

                    .sdevelopment_block_ul {
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        gap: 50px;
                        }


                        .sapplication_block {
                            flex-direction: column;
                            overflow:hidden;
                        }

                        .sapplication_block_ul {
                           
                            flex-direction: column;
                        }
                        .sablock_ul_li{
                            width: auto;
                            margin-bottom: 15px;
                            margin-left: 0;
                        }

                        .sapplication_block_left {
                            width: 100%;
                            margin-bottom:60px;
                            text-align: center;
                            }


                            .section_dipl_block {
                            
                                flex-direction: column;
                            }
.sdipl_block_left, .sdipl_block_right{
    width: 100%;
}
.sdipl_block_right{
    margin-top: 60px;
}

.section_price_block_plus{
    display: none;
}

.section_price_block{
flex-direction: column;
}

.section_price_block_info{
    width: 100%;
}
.sschool_block_ul{

grid-template-columns: repeat(3, 1fr);
}
.footer_main {
    flex-wrap: wrap;
    justify-content: center;
}
.footer_main_right{
    margin-top: 30px;
 }

 .popup_fbform_children{
    display: none;
}

.popup_form_block {
    border-radius: 40px;
    background: #F5F5F5;
    padding:60px 20px 30px 20px;
    
    height: auto;
    overflow: hidden;
    position: relative;
    flex-direction: row;
    align-items: center;
}

.popup_fbform_left{
    width: 100%;
}

    .now_akademika_sect_bg{
        display: block;
        position: absolute;
        bottom: -40px;
        width: 100%;
    }
    

    .section_form_class.top{
        display: block;
    }



}


@media (max-width: 768px){

    .section_infra_content {
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        }
        .sschool_block_ul{

            grid-template-columns: repeat(2, 1fr);
            }
            
            .thankyou .na_block_left {
                width: 100%;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                }

                .btns {
                    width: 50%;}
    .section_team_h3{
        width: 80%;
    }

    .popup_form_block {
       width: 90%;
    }

    .section_form_class.top{
        display: none;
    }

    .now_akademika_block {
       gap: 0px;
      
    }

    .now_akademika_sect_bg{
        display: none;
    }

    .header{
        display: none;
    }

    .now_akademika_sect {
        padding-top: 60px;
    }
    .nab_left_ul_li:last-child p {
        white-space: unset;
        width: calc(100%  -  60px);
        padding-left: 0;
        font-size: 18px;
      }


}


@media (max-width: 501px){
    .nab_left_ul_li_tit{
        text-align: left;
    }
   
   .nab_left_ul_li svg{
       width: 60px;
   }
   
   
   
    .na_block_left_h1 {
       
        white-space: unset;
        }

       
.popup_fbform_left_title{
    font-size: 33px !important;
}
    button.closeButton {
       
        right:20px;
        top:10px;
    }


    button.closeButton svg{
        width: 40px;
    }
.popup_fbform_children{
    display: none;
}

.popup_form_block {
    border-radius: 40px;
    background: #F5F5F5;
    padding:60px 20px 30px 20px;
    width: calc(100% - 30px);
    height: auto;
    overflow: hidden;
    position: relative;
    flex-direction: row;
    align-items: center;
}

.popup_fbform_left{
    width: 100%;
}

    .now_akademika_sect_bg{
        display: block;
        position: absolute;
        bottom: -40px;
        width: 100%;
    }
    

    .section_form_class.top{
        display: block;
    }
    





    .sablock_left_a {
        width: 90%;
font-size: 22px;
margin: 0 auto;
justify-content: center;

    }



    .section_team_h3{
        width: 100%;
    }
  .spblock_ul_left_img img {
    height: 40px;
}
  .section_form_class.top{
      padding-top: 290px;
    position: absolute;
}
   
  .section_application_class {
    width: calc(100% - 30px);
}
   
 .sablock_left_a {
    padding: 20px 20px;
     font-size: 20px;
    
 }
    
    .header{
        display: none;
    }
    
    
  .nab_left_ul_li_p {
    font-size: 10px;
    white-space: unset;
    text-align: left;
  }
 
  
.na_block_left_ul {
   
    justify-content: space-between;
}

.na_block_left_button{
    display: none;
}
    .sschool_block_ul{

        grid-template-columns: repeat(1, 1fr);
        }
        
.na_block_left{
    padding: 0;
    text-align: center;
}

.now_akademika_sect {
    padding-top: 20px;
    padding-bottom: 300px;
    margin-bottom: 180px;
    background: #FF9500;
}
.section_info_content {
    padding-top: 0;
    gap: 30px;
}


.sicontent_info_p img{
    width: 100%;
    margin-bottom: 30px;
}
    .section_prog_block {
        
        padding: 20px;}

        .sdevelopment_block_ul {
           
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
            }

            .section_price_block{
                padding: 10px;
            }


            .thankyou .na_block_rigth {
                display: flex;
                width: 100%;
                }
            .now_akademika_sect_img{
                    
                width: 100%;
                }

                .now_akademika_block {
                   
                    
                    flex-direction: column;
                }

.block_word li p {
    font-size: 12px;
}

.block_word li:nth-child(2) {
    margin-right: 0px;
}



.section_prog_class_h2 {
    padding-bottom: 30px;
}
.sprog_block_ul {
    gap: 20px;
}

.sdevelopment_block_ul li:nth-child(2) {
flex-direction: column-reverse;
}


.sdbul_li_center_title{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sdbul_li_center_title p{
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.sdbul_li_center_title{
    margin-bottom: 30px;
}

.sdevelopment_block_ul li{
    gap: 30px;
}

.header_block{
    margin-top: 15px;
}

.sablock_ul_li {
    width: 100%;
}
.section_pricenew {
   
    padding: 30px;
    gap: 20px;
}

.section_school_block{
    display: flex;
padding: 30px;
}

.section_form_class.top .section_form_class-content h3 {
    text-align: center;
    font-size: 18px;
    }
.section_form_class-content h3 {
    text-align: center;

    }
.bg_mob{
    display: block;
    padding-bottom: 400px;
    padding-top: 320px;
}


    .bg img:nth-child(1){
        padding-top: 550px;
padding-bottom: 300px;

}

.bg img:nth-child(2){
    padding-bottom: 800px;
    }

    .btns {
padding-top: 80px;
    }

 .footer_main_info img {
    height: auto;
}   

.header_block_ul {
        display: none;
    }

.footer {
    padding: 0px;
}

    .footer_main_right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.form__submit {
font-size: 20px;
    
}

.thankyou .na_block_left_button{
display: flex;
width: 100%;
margin-bottom: 30px;

}


.now_akademika_sect.thankyou {
    padding-bottom: 0px !important; 
    margin-bottom: 0px !important; 
}

.thankyou_bg {
    width: 100%;
    height: auto;
}
.thankyou_bg svg {
    height: auto;
    width: 100%;
}

.br_mob{
    display: none;
}

    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer_main {
        gap: 20px;
    }
    .footer_main_info{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer_main_info p{
        text-align: center;
    }

}
@media (max-width: 421px){
    .section_form_class.top{

        position: absolute;
    }
 


}


@media (max-width: 400px){
    .section_form_class.top{
        padding-top: 320px;
    }
 body {
        zoom: 0.95; /* Зменшує масштаб до 80% */
    }


}
@media (max-width: 361px){
    .section_form_class.top{
        padding-top: 390px;
        position: absolute;
    }
 body {
        zoom: 0.8; /* Зменшує масштаб до 80% */
    }


}





