
.main-box h1 {
          font-family: PT Root UI !important;
          font-weight: 500 !important;

}
.description {
    width: 100%;
    background: #538AF7;
    background: linear-gradient(90deg,#3F8CFF 0%, #265499 100%);
    /* background-image: url("../images/back-top.svg"); */
    height: 620px;
    color: #fff;
    box-sizing: border-box;
    /* padding: 40px 300px; */
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.description h1 {
  /* font-size: 35px; */
  font-family: PT Root UI;
  font-weight: 500;
  font-style: Bold;
  font-size: 40px;
  /* leading-trim: NONE; */
  line-height: 45px;
  letter-spacing: 0%;
      margin-top: 0px;
}

.description p {

  font-family: PT Root UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  /* line-height: 100%; */
  height: 30px;
  letter-spacing: 0%;

}

.left-description {
  /*flex-grow: 1;*/
}

.right-description {
  /*flex-grow: 10;*/
  padding-left: 150px;
}


.description .main-img {
  width: 600px;
  border-radius: 20px;
}


  .test {
    border: 1px solid grey;
    width: 80%;
    height: 50vh;
    margin-left: 10%;
    border-radius: 10px;
  }

  h1 {
    /*text-align: center;*/
    font-size: 25px;
  }






  /* ############### */

  .description-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* padding-bottom: -100px; место под точки */
  background-image:  url("../images/back-top.svg");
background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  }




  .description-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    /* height: 100%; */

    /* padding: 20px; */

  }

  /* .description-slide {
    min-width: 400px;
        min-height: 400px;
    width: 100%;
    display: flex;
    height: 620px;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  } */


    .description-slide {
    min-width: 400px;
        min-height: 400px;
    /* height: 280px; */
    width: 100%;
    display: flex;
    height: 620px;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 0 14%;
  }

  .description-slide-content {
    display: flex
;
    height: 80%;
    /* margin-top: 2.5%; */
    /* padding: 0 14%; */
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.description-slide img {
    width: 100%;
    border-radius: 20px;
    height: 440px;
    /* margin-left: 120px; */
    object-fit: cover;
}

  .description-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1;
  }

  .description-control {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
  }

  .description-dots {
    text-align: center;
    position: absolute;
    bottom: 23px;
    width: 100%;
  }

  .description-dot {
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 6px;
    background-color: #ffffff62;
    border-radius: 15px;
    cursor: pointer;
  }

  .description-dot.description-active {
    background-color: #ffffff;
  }

  
  .description-slide-left {
    width: 50%;
    height: 100%;
    display: flex
;
    /* height: 100%; */
    /* padding-bottom: 100px; */
    /* box-sizing: border-box; */
    flex-direction: column;
    justify-content: center;
        padding-right: 50px;
}
  .description-slide-left div:first-child {
    /* flex-grow: 0; */
    display: flex
;
    height: 90%;
    flex-direction: column;
    justify-content: center;
}

  .description-slide-left div:last-child {
    /* flex-grow: 0; */
    /* display: flex
;
    flex-direction: column;
    justify-content: flex-end; */
}

  .description-slide-right {
    width: 50%;
    display: flex;
    align-items: center;
  }

.description-wrapper button {
  border-radius: 40px;
  padding: 20px 40px;
  padding-left: 30px;
  /* font-size: 25px; */
  color: #06A5EA;
  background-color: #fff;
  border: none;
  outline: none;
  text-align:start;

  width: 350px;
  height: 80px;
  /* angle: 0 deg; */
  /* opacity: 1; */
  /* top: 550px;
  left: 337px; */

  font-family: PT Root UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  /* leading-trim: NONE; */
  line-height: 100%;
  letter-spacing: 0%;


}

.main-box {
    /*margin-top: 80px !important;*/
    padding: 0 calc(14% - 10px);
    height: auto;
    /* padding-bottom: 500px; */

}

.main-box h1 {
  font-size: 38px;
  padding-left: 50px;
  font-weight: 400;
}


.main-box h1 {
margin-bottom: 30px !important;
}



.about {
  /* width: 100% */
    margin-top: 40px;
    align-items: baseline;
    display: flex;
    /* padding-left: 100px; */
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.about h1 {
      /* font-size: 38px; */
      font-family: PT Root UI;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    min-width: 120px;

}

.about p {
  padding-left: 60px;
  display: inline-block;
      /* font-size: 38px; */

  font-family: PT Root UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}


.purpose-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  /* border: 1px solid red; */
}

.purpose, .goal, .rezult {
  flex-basis: 0;
  margin: 10px;
  border-radius: 25px;
  text-align: start;
  padding: 10px 40px 20px 30px;
  box-sizing: border-box;
}

.purpose-info h1 {
  padding-left: 0px;
}

.purpose {
  background-color: #DFF0FC;
  flex-grow: 1;



}

.goal {
  background-color: #dbf0b3;
  flex-grow: 1;
}

.rezult {
  display: flex;
  background-color: #fbe7db;
  flex-grow: 2.4;
  
}


.purpose-info div h1 {
  /* font-size: 22px; */
  margin-bottom: 30px;

  font-family: PT Root UI;
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;

}

.purpose-info div p {


  font-family: PT Root UI;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

.rezult div {
  width: 50%;
  height: 100%;
  /* border: 1px solid red; */
  padding-right: 50px;
}


.rezult div:last-child {
  /* Правый блок с кнопкой */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 0px;
}

.rezult div button {
  font-size: 22px;
  color: rgb(66, 172, 234);
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 28px 15px 25px;
  border: none;
  outline: none;
  /* font-family:; */
  font-weight: 100;

}





/* ############# */

.event-slider-wrapper {
  width: 99%;
  /* max-width: 1200px; можно подстроить под макс ширину */
  margin: 0 auto;
  overflow: hidden;
  margin-left: 10px;
}

.event-slider {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 25px;
  transition: transform 0.5s ease-in-out;
  margin-top: 10px;
}

.event-slide {
      flex: 0 0 calc((100% - 30px) / 2);
    /* min-width: 280px; */
    /* max-width: 420px; */
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #F5F5F5;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}



.slider-buttons {
  margin-top: 20px;
  text-align: center;
}

.slider-buttons button {
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
}

.event-slide div {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.event-slide div:first-child {
  /* background-color: #4d4d93; */
  /* height: 24%; */
  padding-top: 13px;
  box-sizing: border-box;
  padding-left: 20px;
    padding-right: 20px;
  margin-bottom: 5px;
    display: flex;
  flex-wrap: wrap;
}

.event-slide div:first-child span {
      display: inline-block;
      background-color: #fff;
  /* padding: 0px; */
  margin: 0px;
  
    margin: 0px 10px;

    /* border: 1px solid red; */
    padding: 3px 15px;
    border-radius: 20px;
    margin-top: 13px;


    font-family: PT Root UI;
font-weight: 400;
font-style: Regular;
font-size: 13px;


letter-spacing: 0%;
text-align: center;
white-space: nowrap;
    margin-right: 0px;

}


.event-slide div:nth-child(2) {
/* background-color: #934d5d; */
/* height: 30%; */

  /* padding-left: 30px; */
  padding-right: 70px;}

.event-slide div:nth-child(2) p {
  padding: 0px;
  margin: 0px;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 10px;
    font-weight: 200;
    padding-right: 70px;
    word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Показывать не более 3 строк */
  -webkit-box-orient: vertical;
}


.event-slide div:last-child {
/* background-color: #4d935d; */
height: 46%;
display: flex;
  align-items: center;
  align-content: center;
  /* justify-content: center; */
  flex-flow: wrap;
      justify-content: space-between;
flex-wrap: nowrap;

}

.event-slide div:last-child img {
  /* width: 23%; */
  height:90px;
  margin-left: 5px;
  margin-right: 20px;
  /* margin-right: -20px; */
  /* margin-bottom: 15px; */
}

.event-slide div:last-child h2 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  vertical-align: middle;
display: inline-block;
  margin-left: 30px;
  margin-right: 10px;
  width: 60%;
    /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.sliver-controlls {
  display: flex;
      flex-direction: row;
    justify-content: flex-end;
    padding-right: 10px;
    align-items: flex-end;
}

.sliver-controlls a{
  padding-top: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 18px;
  /* font-style: none; */
  text-decoration: none;
  color:#56bcf3;
  font-weight: 400;
}

.sliver-controlls button{
width: 40px;
margin: 0px 7px;
  height: 40px;

  /* border-radius: 50%; */
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  background-color: #4d4d9300;
  margin-top: 20px;
    cursor: pointer;
    outline: hidden;
    transition: filter 0.3s ease;
}

.prev-slider {
    background-image: url("../images/back-news.png");
}

    /* filter: grayscale(100%) brightness(150%); */

.next-slider {
  background-image: url("../images/next-news.png");

}

.sliver-controlls button.disabled {
  filter: grayscale(100%) brightness(150%);
  cursor: default;
}




/* ############# */

.ideas-slider-wrapper {
  width: 99%;
  /* max-width: 1200px; можно подстроить под макс ширину */
  margin: 0 auto;
  overflow: hidden;
  margin-left: 10px;
}

.ideas-slider {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
}

.ideas-slide {
  flex: 0 0 calc((100% - 30px) / 2); /* ширина слайда = (ширина контейнера - 2*gap) / 3 */
  height: auto;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  /* background: #f2f2f2; */
  /* text-align: center;
  line-height: 250px; */
  display: flex;
  width: 1000px !important;
  padding-bottom: 10px;
  user-select: none;

}

.ideas-slide {
        background: #61D3CE;
  background: linear-gradient(96deg,#01D6CF 0%, #008B98 100%, rgba(0, 0, 0, 1) 100%);

}

.ideas-slide:nth-child(2) {
background: #DD9335;
background: linear-gradient(90deg,#EA8F06 0%, #F66300 100%);
}

.ideas-slide:nth-child(3) {
  background: #5FD38C;
  background: linear-gradient(90deg, #00C271 0%, #00885B 100%);
}

.ideas-slide:nth-child(4) {
  background: #8369D6;
  background: linear-gradient(90deg, #6A5BDF 0%, #4A49A2 100%);
}

.ideas-slide:nth-child(5) {
  background: #FF5C70;
  background: linear-gradient(90deg, #FF6B5D 0%, #D53658 100%);
}

.ideas-slide div:first-child{
  /* background-color: #4d4d9300; */
  width: 67%;
  display: flex;
  flex-direction: column;

}

.ideas-slide div:first-child h1 {
margin: 25px 0px 15px 30px;
    margin-bottom: 10px !important;
    padding: 0px;

    color: #fff;

    font-family: PT Root UI;
font-weight: 500;
font-style: Medium;
font-size: 24px;

line-height: 100%;
letter-spacing: 0%;

}

.ideas-slide div:first-child p {
margin: 15px 0px 15px 30px;
padding:0px;

padding-right: 20px;
font-size: 14px;
color: #fff;
    flex-grow: 2;

    font-family: PT Root UI;
font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 100%;
letter-spacing: 0%;

}

.ideas-slide div:last-child{
  /* background-color: #934d71; */
      width: 33%;
      display: flex;

    align-content: center;
    justify-content: center;

}
.ideas-slide div:last-child img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.ideas-slide button {
    border-radius: 20px;
    padding: 8px 18px;
    color: #4ba9dc;
    background-color: #fff;
    border: none;
    width: 250px;
    height: 40px;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 20px;
    font-family: 'PT Root UI', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;

    line-height: 100%;
    letter-spacing: 0%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: none;
}

.ideas-slide button a {
text-decoration: none;

}












/*. ############  */

.tools-slider-wrapper {
  width: 99%;
  /* max-width: 1200px; можно подстроить под макс ширину */
  margin: 0 auto;
  overflow: hidden;
  margin-left: 10px;
}

.tools-slider {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
}

.tools-slide {
  flex: 0 0 calc((100% - 100px) / 4); /* ширина слайда = (ширина контейнера - 2*gap) / 3 */
  height: 230px;
  border-radius: 20px;
  /* border: 1px solid #e5e5e5; */
  background: #edf5fb;
  /* text-align: center;
  line-height: 250px; */
  width: 1000px !important;
  padding-bottom: 10px;
  user-select: none;
}


.tools-slide div {
  padding: 0px;
  margin: 0px;
}

.tools-slide div:first-child {
  width: 100%;
      display: flex
;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    
}

.tools-slide h2 {
  font-size: 17px;
  margin-left: 25px;
  margin-top: 20px;
}

.tools-slide p {
  font-size: 14px;
  margin: 20px 20px 20px 25px;
}


.top-ph {
  height: 50px !important;
      filter: brightness(0) saturate(100%) invert(64%) sepia(37%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(95%);
  margin-right: 13px;
  margin-top: 17px;
  height: auto;
  position: relative;
}

.bot-ph {
width: 40px;
    margin-right: 13px;
    margin-top: 17px;
    height: auto;
    /* position: absolute; */
    bottom: 10px;
    /* text-align: end; */
    margin-left: 210px;
    /* align-items: end; */
}

/* .tools-slide img:first-child {
  height: 50px !important;
  position: relative;
  margin-right: 13px;
  margin-top: 17px;
  height: auto;
} */



/* .tools-slide div:last-child {
  position: relative;
}

.tools-slide:last-child img {
  width: 40px;
  margin-right: 13px;
  margin-top: 17px;
  height: auto;
  position: absolute;
  bottom: 10px;

}
 */










/*. ############  */

.res-slider-wrapper {
  width: 99%;
  /* max-width: 1200px; можно подстроить под макс ширину */
  margin: 0 auto;
  overflow: hidden;
  margin-left: 10px;
}

.res-slider {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
}

.res-slide {
  flex: 0 0 calc((100% - 66px) / 3);
  /* min-height: 420px; или 100% от родителя */
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 0px 20px 10px 20px;
  user-select: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* ВАЖНО: растягиваем */
}

.res-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.res-slide img {
  height: 100px !important;
  /* margin-right: 13px; */
  margin-top: 17px;
  height: auto;
}

.res-slide h1 {

  margin: 0px;
  padding: 0px;
  margin-bottom: 0px !important;
  margin-top: 13px;


  font-family: PT Root UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.res-slide h2 {
  font-size: 13px;
  text-align: center;
  /* margin-left: 20px; */
      margin-bottom: 5px;

      font-family: PT Root UI;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;


}

.res-slide p {
  font-size: 14px;
  /* margin: 20px 20px 20px 30px; */
  font-weight: 300;
  text-align: center;

      font-family: PT Root UI;
font-weight: 400;
/* font-style: Bold; */
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}






.res-slide button {
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 16px;
  color: #4ba9dc;
  background-color: #fff;
  border: none;
  outline: none;

  height: 40px;
  width: fit-content;

  font-family: PT Root UI;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 7px;
}

.tools-slide {
  position: relative; /* добавляем */
  /* остальной твой CSS без изменений */
  flex: 0 0 calc((100% - 100px) / 4);
  height: 230px;
  border-radius: 20px;
  background: #edf5fb;
  width: 1000px !important;
  padding-bottom: 10px;
  user-select: none;
}
  
.bot-ph {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px; /* или любой размер */
  cursor: pointer;
  z-index: 10; /* чтобы быть сверху текста */
}


body {
  overflow-x: hidden;
}

/* --- Адаптив до 1324px --- */
@media (max-width: 1324px) {


  .description h1 {
    font-size: 30px !important;
  }

  .description p {
    font-size: 20px !important;
  }

  .main-box {
    padding: 0px 20px !important;
  }

  /* body {
    transform: scale(0.9) !important;
    transform-origin: top left !important;
    width: 111.11% !important; 
    overflow-x: hidden !important;
  } */
}

/* --- Адаптив до 1100px --- */
@media (max-width: 1100px) {
  /* Масштаб всей страницы */
  /* body {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%; 
    overflow-x: hidden;
  } */

  .main-box h1 {
    padding-left: 20px;
  }
  /* Описание */
  .description-slide img {

  }

  .description h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .description p {
    font-size: 17px !important;
  }

  /* Хедер */
  header span {
    display: none;
  }

  /* Контакты в футере */
  footer .content-contacts {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Блоки целей */
  .purpose, .goal, .rezult {
    padding: 10px 20px 20px 20px !important;
  }

  .rezult div button {
    font-size: 20px !important;
  }

  /* Кнопка ресурса */
  .res-slide button {
    height: auto !important;
    font-size: 15px !important;
  }

  /* --- Слайдеры (по 2 слайда) --- */

  .event-slide {
    flex: 0 0 calc((100% - 25px) / 2) !important;
    max-width: calc((100% - 25px) / 2) !important;
  }

  .res-slide {
    flex: 0 0 calc((100% - 25px) / 2) !important;
    max-width: calc((100% - 25px) / 2) !important;
  }

  .tools-slide {
    flex: 0 0 calc((100% - 50px) / 3) !important;
    max-width: calc((100% - 50px) / 3) !important;
  }

  .ideas-slide {
    flex: 0 0 calc((100% - 25px) / 2) !important;
    max-width: calc((100% - 25px) / 2) !important;
  }

}






@media (max-width: 1324px) {
.description-slide img {

    height: 333px ;
}

.description h1 {
  font-size: 30px !important;
}

.description p {
  font-size: 20px !important;
}

.main-box {
      padding: 0px 20px !important;
}

/* body {
    transform: scale(0.9) !important;
transform-origin: top left !important;
  width: 111.11% !important;
  overflow-x: hidden !important;
} */

}



@media (max-width: 1100px) {
  .description-slide-left {
    width: 40%;
  }
.description-slide img {
    /* max-width: 330px !important;
    border-radius: 20px; */
    height: 200px !important;
    margin-left: 20px !important;
    /* object-fit: cover; */
}

.description h1 {
  font-size: 25px !important;
  line-height: 30px !important;
}

.description p {
  font-size: 17px !important;
}

header span {
  display: none;
}

/* body {
  transform: scale(0.8);
  transform-origin: top left;
  width: 125%;         
  overflow-x: hidden;
} */

footer .content-contacts {

    width: 100% !important;
    margin-left: 0 !important;
  }

  .purpose, .goal, .rezult {

    padding: 10px 20px 20px 20px !important;

}

.res-slide button {
  height: auto !important;
  font-size: 15px !important;
}
}


@media (max-width: 1100px) {
  header {
    padding: 5px;
  }
  .description-wrapper button {
    border-radius: 40px;
    padding: 0px 30px;
    width: 300px;
    height: 50px;
  }
  .event-slide {
    flex: 0 0 calc((100% - 40px) / 2) !important; 
    /* background-color: #00885B !important; */
  }
.tools-slide {
    /* position: relative; */
    flex: 0 0 calc((100% - 60px) / 3) !important;
}

  .rezult div button {
    font-size: 20px !important;
}

  .event-slide {
    flex: 0 0 calc((100% - 25px) / 2) !important;
    max-width: calc((100% - 25px) / 2) !important;
  }
  .res-slide {
    flex: 0 0 calc((100% - 25px) / 2) !important; /* для 2 слайдов */
  }

  .ideas-slide button {
    width: 230px;
  }

  .event-slide div:first-child span {
    font-size: 16px;
  }
  .event-slide div:nth-child(2) p {
        font-size: 18px;

  }

    .event-slide div:last-child h2 {
        font-size: 19px;

  }

  .res-slide h2 {
    font-size: 19px;
  }

  .res-slide p {
        font-size: 18px;
  }

  .res-slide button {
border-radius: 50px;
padding: 12px 22px;
font-size: 18px !important;
}


footer .last-info {
  width: 90%;
  margin-left: 5%;
}
footer .last-info span {
  /* font-size: 2.6vw; */
   width: 60% !important;
}

footer .last-info span:last-child {
    width: 40% !important;
}
}
@media (max-width: 750px) {
.description-slide {
  padding: 0px;
  
}
.description-slide img {
  margin-top: -100px;
}
}
@media (max-width: 700px) {
.rezult {

    flex-grow: 2.4;
    flex-direction: column;
}

.purpose-info {
  flex-direction: column;
}

.rezult div {
  width: 100%;
  height: 100%;
  /* border: 1px solid red; */
  padding-right: 50px;
}


.rezult div:last-child {
        display: flex;
        width: 100%;
    }
.rezult div button {
  /* font-size: 22px; */
  /* margin-top: 100px; */
  width: 100%;
  padding: 15px 28px 15px 25px;
  font-size: 4vw ;

  font-weight: 600;

}
footer .content-contacts {
width: 90% !important;
margin-left: 5% !important;
}

footer .content-contacts div:first-child span {
font-size: 21px;
}

footer form textarea {
  width: 100%;
}
footer form input {
  width: 100%;
}
footer .content-contacts {
  padding-left: 10px;
}

.description h1 {

margin-top: -100px;
}



}


@media (pointer: coarse) and (max-width: 800px) {
.ideas-slider-wrapper, .tools-slider-wrapper, .res-slider-wrapper {
  margin-left: 0px;
}
  /* Описание */
  .description-slide img {
    max-width: 370px;
        height: clamp(28rem, 40vw, 35rem) !important;
        /* margin-left: 20px !important; */
    /* margin-left: 30px !important; */
    margin-top: 0px;
    object-fit: cover;
    border-radius: 20px;
  }

  .description h1 {
   font-size: clamp(1.65rem, 4vw, 2.8rem) !important;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0px !important;
  margin-bottom: 0.5rem;
  /* margin-top: 100px !important; */
  }

.description p {
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 500;
    line-height: 1.3;
    min-height: calc(1.3em * 3); /* Минимальная высота для 3 строк */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description-slide-content {
    display: flex
;
    height: 80%;
    /* margin-top: 2.5%; */
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
}


.description-slide img {
  /* margin-bottom: 10px; */
  /* margin-left: -15px !important; */
/* height: 9.1rem !important; */
/* width: auto !important; */
        height: 11.1rem !important;
        width: 90%;
}
.description-dot {

    height: 0.5rem;
}

.description-wrapper button {
  border-radius: 40px;
  padding: clamp(0.8rem, 1.3vw, 1.3rem) clamp(1.3rem, 3.3vw, 2.3rem);
  font-size: clamp(1.3rem, 4.8vw, 2.05rem); /* 16–28px */
  width: clamp(180px, 60vw, 300px);
  font-weight: 700;
  height: auto;
  cursor: pointer;
}



.about h1 {
font-size: clamp(1.75rem, 5vw, 3rem); /* 28–48px */
  font-weight: 700;
  line-height: 1.2;
  padding-left: 20px;
  margin-bottom: 0.5rem;
}

.about p {
  font-size: clamp(1rem, 3vw, 1.5rem); /* 16–24px */
  font-weight: 400;
  line-height: 1.4;
  padding-left: 0px !important;
}

.description {
  height: 35rem
}

.main-box h1 {
    font-size: 6vw;
}

.description-slider {
    height: 35rem

}

.description-slide {
    height: 35rem

}
    .description-slide-content {
        height: 35rem

    }

        .description-slide-left div:first-child {
        /* margin-bottom: 120px; */
        width: 100%;
    }


    .description-slide-content {
    display: flex
;
    height: 80%;
    /* margin-top: 2.5%; */
    width: 100%;
    flex-direction: column-reverse;
    justify-content: space-between;
}

    .description-slide-left {
    width: 90%;
    height: 100%;
    display: flex;
    /* background-color: red; */
    margin-left: 20px !important;
  }


    .description-slide-right {
    /* width: 40%; */
    width: 90%;
    margin-right: 20px;
    display: flex;
    
    align-items: center;
}


.purpose-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.purpose-info div h1 {
  margin-bottom: 30px;
  font-family: PT Root UI;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(1.25rem, 5vw, 2rem); /* 20–32px */
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 20px;
}

.purpose-info div p {
  font-family: PT Root UI;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(1rem, 4vw, 1.5rem); /* 16–24px */
  line-height: 100%;
  margin-left: 20px;
  letter-spacing: 0%;
}

.rezult {
    display: flex;
    background-color: #fbe7db;
    flex-grow: 2.4;
    flex-direction: column;
}

.rezult div {
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.rezult div:last-child {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center ;
    padding-right: 0px;
}

.rezult div button {
  color: rgb(66, 172, 234);
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  padding: 15px 28px 15px 25px;
  border: none;
  outline: none;
  font-size: clamp(1rem, 4vw, 1.75rem) !important; /* 16–28px */
  font-weight: 600;
}

.tools-slide {
  padding-bottom: 40px;
}

.tools-slide h2 {
  font-size: clamp(1.25rem, 5vw, 2rem) !important; /* 20–32px */
  margin-left: 40px;
  margin-top: 40px;
}

.tools-slide p {
  font-size: clamp(1rem, 3.5vw, 1.3rem) !important; /* 16–20.8px */
}

.event-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.event-slide div:first-child span {
  font-size: clamp(1rem, 3.8vw, 1.3rem); /* 16–20.8px */
}

.event-slide div:nth-child(2) p {
  font-size: clamp(1rem, 3.9vw, 1.4rem); /* 16–22.4px */
}

.event-slide div:last-child h2 {
  font-size: clamp(1.1rem, 4vw, 1.5rem); /* 17.6–24px */
}

.event-slide div:last-child img {
  height:clamp(80px, 2vw, 120px);

  margin-bottom: 10px;
  margin-top: 20px;
}

.ideas-slide div:first-child h1 {
  font-size: clamp(1.25rem, 5vw, 2rem); /* 20–32px */
}

.ideas-slide div:first-child p {
  font-size: clamp(1rem, 4vw, 1.5rem); /* 16–24px */
  font-weight: 400;
}

    .ideas-slide button {
        font-size: clamp(1rem, 3.7vw, 1.4rem);
        width: 100% !important;
        padding: 20px !important;
        border-radius: 50px;
        margin-top: 20px;
        font-weight: 500;
    }

.sliver-controlls a {
  font-size: clamp(1rem, 3.6vw, 1.35rem); /* 14.4–20px */
  margin-top: 10px;
}

.sliver-controlls button {
  width: clamp(40px, 10vw, 60px);
  height: clamp(40px, 10vw, 60px);
  align-items: center;
}

.top-ph {
  height: clamp(50px, 12vw, 70px) !important;
  margin-right: 25px;
  margin-top: 25px;
}

.bot-ph {
  width: clamp(35px, 9vw, 55px) !important;
}

.res-slide img {
  height: clamp(120px, 2.2vw, 145px) !important;
  margin-top: 30px;
}

.res-slide h1 {
  font-size: clamp(2rem, 7vw, 3rem); /* 32–48px */
  margin-top: 20px;
          padding-left: 0px;
}

.res-slide h2 {
  font-size: clamp(1.25rem, 4vw, 1.75rem); /* 20–28px */
}

.res-slide p {
  font-size: clamp(1rem, 3.7vw, 1.4rem); /* 16–22.4px */
}

.res-slide button {
  border-radius: 50px;
  padding: 12px 22px;
  font-size: clamp(1rem, 3.7vw, 1.4rem) !important; /* 16–22.4px */
  font-weight: 500;
}

.res-slide {
  padding: 0px 50px 16px 50px;
}

}


@media  (max-width: 800px) {
  .event-slide,
  .ideas-slide,
  .tools-slide,
  .res-slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

    .tools-slide h2 {
    font-size: 22px;
    margin-left: 40px;
    margin-top: 40px;
}
.tools-slide p {
    font-size: 17px;
  }


}

