
/* Hero block*/
section.hero-block {
   position: relative;
   padding: 3.125rem 0 6.25rem 0;
}
section.hero-block .container {
   position: relative;
}
section.hero-block .title {
   font-size: 3.75rem;
   font-weight: 800;
}
section.hero-block .subtitle {
   margin: 20px 0 0 0;
   font-size: 35px;
   font-weight: 600;
}
.info-icon-mobile {
   display: none;
}
.images-container-mobile {
   display: none;
}
.hero-block .info-container {
   position: relative;
   width: 47%;
   z-index: 2;
   margin: 0px 0 5vw 0;
}
.hero-block .advantages-container {
   display: flex;
   flex-wrap: wrap;
   row-gap: 24px;
   column-gap: 58px;
   margin: 40px 0 0 0;
}
.hero-block .advantage-item {
   display: flex;
   align-items: center;
   gap: 20px;
   width: fit-content;
   font-size: 1.25rem;
   max-width: 46.8%;
}
.hero-block .blur-block {
   position: absolute;
   top: 0;
   left: -22%;
   width: 62%;
   height: 624px;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0.01%, #FFF 29.51%);
}
.hero-block .images-container {
   position: absolute;
   top: 0px;
   right: 10px;
   width: 66.2%;
}
.hero-block img.first-img {
   width: 100%;
   height: auto;
}
.hero-block img.second-img {
   position: absolute;
   bottom: -27.5%;
   left: 12.5%;
   width: 30.7%;
   height: 45%;
}
.hero-block img.third-img {
   position: absolute;
   right: 0;
   bottom: -45.5%;
   width: 55%;
   height: 42.7%;
}

.info-icon img {
   margin: 46px 0 0 0;
   width: 80%;
}
.hero-block button {
   display: flex;
   padding: 19px 56px;
   margin: 60px 0 0 0;
   justify-content: center;
   align-items: center;
   font-family: Raleway;
   border-radius: 30px;
   border: none;
   background: #57D660;
   box-shadow: 4px 4px 30px 0px rgba(255, 255, 255, 0.10);
   font-size: 24px;
   font-weight: 600;
}


/* Раздел НОВОСТИ на главной */
section.news {
   background: #132;
   width: 100%;
   height: auto;
   border-radius: 15px;
   padding: 32px 0 0 0;
}
section.news .title1 {
   color: white;
   font-size: 2.813rem;
   font-weight: 700;
   text-align: center;
}
.news-container {
   display: grid;
   gap: 2.5rem;
   grid-template-columns: 1.19fr 0.8fr 0.8fr 0.8fr;
   margin: 3.125rem 0 0 0;
}
a.news-item {
   position: relative;

}
a.news-item p{
   position: absolute;
   bottom: 2.125rem;
   left: 2.125rem;
   color: white;
   font-size: 1.5rem;
   height: 84px;
   font-weight: 600;
}
a.news-item img{
   width: 100%;
   height: 100%;
   border-radius: 18px;
}



@media (max-width:768px) {
   section.hero-block {
      padding: 32px 0;
   }
   .hero-block .images-container {
      display: none;
   }
   .info-icon img {
      display: none;
   }
   .hero-block .info-container {
      width: 100%;
      margin: 0px;
   }
   section.hero-block .title {
      font-size: 32px;
      text-align: center;
   }
   section.hero-block .subtitle {
      margin: 8px 0 0 0;
      font-size: 1.375rem;
      text-align: center;
   }
   .hero-block .advantages-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      row-gap: 15px;
      column-gap: 8px;
      margin: 16px 0 0 0;
   }
   .hero-block .advantage-item {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
      gap: 8px;
      width: -webkit-fill-available;
      font-size: 1rem;
   }
   .hero-block .advantage-item:last-child {
      min-width: max-content;
   }

   .hero-block .images-container-mobile {
      display: block;
      margin: 15px 0 0 0;
   }
   .hero-block img.first-img-mobile {
      width: 100%;
   }
   .hero-block .img-bottm-container {
      display: flex;
      gap: 8px;
      margin: 4px 0 0 0;
   }
   .hero-block .img-bottm-container img {
      width: 49.5%;
   }
   .hero-block .info-icon-mobile {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 16px auto 0 auto;
      width: 100%;
   }
   .hero-block button {
      display: flex;
      padding: 19px 56px;
      margin: 24px auto 0 auto;
      font-family: Raleway;
      border-radius: 30px;
      border: none;
      background: #57D660;
      box-shadow: 4px 4px 30px 0px rgba(255, 255, 255, 0.10);
      font-size: 1.25rem;
      font-weight: 600;
   }


   /* Раздел НОВОСТИ на главной */
   section.news .title1 {
      font-size: 20px;
   }
   .news-container {
      display: grid;
      gap: 8px;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      justify-items: center;
      margin: 16px 0 0 0;
   }
   a.news-item {
      position: relative;
      height: 286px;
      max-width: 185px;
      width: -webkit-fill-available;
   }
   a.news-item p {
      bottom: 8px;
      left: 0;
      font-size: 14px;
      text-align: center;
      height: auto;
      padding: 0 7px;
   }
}


@media (min-width:992px) and (max-width: 1200px){


}

@media (min-width:1200px) and (max-width: 1600px){


}