html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
  }
  body {

  }


h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;

}

/* ///////////..utility classes../////////// */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: 'MyWebFont';
  src: url('/fonts/4366.woff'); /* IE9 Compat Modes */
}

    @font-face {
      font-family: 'MyWebFont1';
      src: url('/fonts/helveticaneuecyr_thin.woff');
     
        }
        @font-face {
          font-family: 'MyWebFont2';
          src: url('/fonts/helveticaneuecyr-bold.woff');
         
            }
body{
  background-color: rgb(255, 255, 255);
  letter-spacing: 0.8px;
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}

/* Header */
.header{
    background-color: var(--black);
    position: sticky;
    top: 0;
    height: 120px;
    width: 100%;
    max-width: 1440px;
    padding: 30px 80px 10px 80px ;
    margin: 0 auto;
    background-color: white;

}
/* Logo */
.logo{
    display: inline-block;


}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
    display: flex;
    align-items: baseline;
}
.menu{
width: 640px;
display: flex;
justify-content: space-between;
font-family: "MyWebFont1";
}

.menu a{
    display: block;
    padding: 30px;
    color:black;
}

.btn_link{
  width: 150px;
  height: 56px;
  background-color: #FF9500;
  color: white;
  border-radius: 5px;
  border: none;
  margin-left: 140px;
font-family: "MyWebFont1";
letter-spacing: 1px;
}
.org_main_btn .btn_link:nth-of-type(2){background-color: white;
    color: orange;
    margin-left: 50px;
    border: 1px solid;width:130px;}
.btn_link:hover{
  width: 150px;
  height: 56px;
  background-color: white;
  color: #FF9500;
  border-radius: 5px;
  border: none;
  margin-left: 148px;
  border: 1px solid;
width: 150px;
    height: 56px;
 
    border-radius: 5px;
  transition: all 0.3s;
    margin-left: 140px;
    font-family: "MyWebFont1";
    letter-spacing: 1px;
}
.org_main_btn .btn_link:nth-of-type(2):hover{
     background-color: #FF9500;
  color: white;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

.btn_link a{ font-weight:bold;}

.hamb{
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}/* Style label tag */

.hamb-line {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
  background: rgb(0, 0, 0);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.hamb-line::before{
  top: 5px;
}
.hamb-line::after{
  top: -5px;
}

.side-menu {
  display: none;
} /* Hide checkbox */

CSS
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

main{
  background-image: url(/img/main/banner.png);
  height: 520px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

.banner{
  display: flex;
  flex-direction: column;
  justify-content:flex-start ;
  color: white;
  align-items: baseline;
  padding-top: 105px;
}
.banner h1{
   font-family: 'MyWebFont';
  font-size: 70px;
  margin-bottom: 25px;
  padding-left: 140px;
}
.banner p {
    font-family: 'MyWebFont';
    font-size: 24px;
    margin-bottom: 56px;
    padding-left: 140px;
}

.benefit{
display: flex;
flex-direction: row;
width: 70%;
max-width: 992px;
justify-content: space-between;
margin: 0 auto;
padding-top: 128px;
padding-bottom: 110px;
}

.benefit_item{
  display:flex;
  flex-direction: column;
  text-align: center;
}
.benefit_item img{
  
  height: 90px;
 text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  
}
.benefit_item p{
  width: 134px;
  text-align: center;
  font-family: "MyWebFont1";
  font-weight: bold;

}
.block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 55%;
  max-width: 1440px;
  margin: 0 auto;
}
.block_about{
  display: flex;
  flex-direction: column;
  font-family: "MyWebFont1";
  font-weight: bold;
}
.block_about h2 {
  font-family: "MyWebFont2";
  padding-bottom: 40px;
}
.block_about p {
 padding-top: 0px;
    width: 636px;
    font-size: 18px;
}
a:hover{
  text-decoration: none;
  color: rgb(196, 196, 196);
}
/* .list > ul > li  {list-style-image: url('/img/icon/Clip path group.png'); } */


.org_main{
  background-image: url(/img/place/background.png);
  background-size: cover;
  background-origin: content-box;
  color: white;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 90px;

}
.org_main2{
  padding: 75px;
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  font-family: "MyWebFont1";
}
.org_main2 h3{
margin: 0 auto;
text-align: center;
width: 100%;
font-weight: bold;
font-size: 32px;
padding-bottom: 30px;
}
.org_main2 h4{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-family:  "MyWebFont1";
  font-size: 20px;
  padding-bottom: 30px;
  }
  .list{
    width: 100%;
  max-width: 850px;
  font-family: "MyWebFont1";
  }



  .list > ul {
    list-style: none; /* Убираем стандартные маркеры списка */
    display: flex; /* Flexbox для выравнивания элементов */
    flex-direction: column; /* Вертикальное выравнивание */
    text-align: justify;
}

.list > ul > li {
  display: flex; /* Flex для элемента списка */
 margin-top: 20px;

}
.list > ul > li::before {
    content: '';
    background-image: url('/img/icon/Clip path group.png'); /* Устанавливаем изображение */
    background-repeat: no-repeat;
    width: 30px; /* Ширина изображения */
    height: 25px; /* Высота изображения */
   padding-left: 40px;
}
  
.org_main2 p {
  font-family: "MyWebFont";
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 41px ;
}
.main_btn .btn_link:first-child{
width: 181px;

}

.main_btn .btn_link:nth-child(2){
  width: 133px;
  background-color: white;
    color: orange;
    margin-left: 50px;
    border: 1px solid;
  }
  
.main_btn .btn_link:nth-child(2):hover{
    background-color: #FF9500;
  color: white;
  }
.slider-container {
    position: relative;
    width: 1032px;
    height: 415px;
    border-radius: 10px;
    left: 11%;
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 100px;
}

.slider {
    position: absolute;
    width: 100%; /* Ширина контейнера */
    max-width: 1440px;
    height: 400px;
    border-radius: 10px;
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
    transform: translateX(0);
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
    width: calc(548px * 10); /* Количество отзывов * ширина слайда * 2 (для дублирования) */
    transform: translateX(-50%); /* Центрируем группу слайдов */
}

.slide-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 548px;  /* Ширина слайда */
    height: 377px;
    padding: 50px;
    box-sizing: border-box;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.5s ease, opacity 0.5s ease;
    border: 1px solid #ff9500;
    border-radius: 16px;
    margin: 0 15px; /* Убираем правый margin от последнего слайда */
    display: flex;
    flex-direction: column;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.slide h2 {
    font-size: 16px;
    font-family: "MyWebFont1";
    padding-top: 21px;
    padding-bottom: 21px;
}

.title_slider {
    width: 100%;
    max-width: 1163px;
    margin: 0 auto;
    /* padding-top: 200px; */
    margin-top: 82px;
    margin-bottom: -137px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Эффект размытия для неактивных слайдов */
.slide:not(:nth-child(2)) { /* Вместо второго слайда используйте свой индекс */
    filter: blur(4px);
    opacity: 0.5; /* Замыливание и полупрозрачность */
}

.indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
}

.indicator {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.indicator.active {
    background-color: #717171;
}
/* SLIDER END */
.contacts{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1163px;
    justify-content: space-between;

    margin: 0 auto;
    margin-top: 90px;
}
.contacts p:first-child{
font-size: 32px;
font-weight: bold;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contacts p:nth-child(2){
  width: 485px;
  }
  

  .footer{
    width: 100%;
    max-width: 1440px;
    height: 140px;
    background-color: black;
    margin: 0 auto;
    margin-top: 111px;
  }
  .footer img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 47px;
  }
.adress{
    font-family: "MyWebFont1";
}
.banner p {
   font-family: 'MyWebFont1';
    font-size: 22px;
    margin-bottom: 56px;
    padding-left: 140px;
  }
  @media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
      
    }
  
    .menu li{
        float: left;
        
    }
    .menu a:hover{
        background-color: transparent;
        color: rgb(255, 166, 0);
        
  
    }
  
    .hamb{
        display: none;
    }
  }
  
  @media (max-width: 768px) {
    .menu{
      display: flex;
      flex-direction: column;
    }
    .header {
      
      padding: 20px 0px 0px 10px;
  
  }
    
  .btn_link{
    width: 130px;
    height: 56px;
    background-color: #FF9500;
    color: white;
    border-radius: 5px;
    border: none;
    margin-left: 7%;
  
  }
  .nav{
    background-color: white;
  }
  .banner {
    padding-top: 10px;
  }
  .banner h1 {
    padding-left: 5px;
  }
  .banner p {
   font-family: 'MyWebFont1';
    font-size: 22px;
    margin-bottom: 56px;
    padding-left: 13px;
  }
  .banner > .org_main_btn{
      display:flex;
      margin-top:-35px;
  }
  .org_main_btn > .btn_link{
    margin-bottom: 20px;
  }
  .benefit{display: flex;flex-wrap: wrap;width: 85%;}
  .block{
    flex-direction: column;
  }
  .contacts{
    flex-direction: column;
  }
      .block_about p {
        width: 90%;
        text-align: justify;
        padding-bottom: 13px;
    }
  .block_img img{
    width: 100%;
  }
  .map iframe {
    width: 100%;
    margin: 0 auto;
  margin-top: 80px;
  }
  .main_btn .btn_link:first-child {
    width: 181px;
    margin-bottom: 30px;
}
.adress{
    width: 90%;
    margin: 0 auto;
}
.org_main2 {
    padding: 28px;
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
}
.slider-container{
    display:none;
}
.title_slider{ display:none;}
  }