#utp {
   width: 100%;
   height: 740px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: url("../images/bg-utp.webp") no-repeat center left #f3eee9;
   background-size: contain;
   position: relative;
}

#utp .content .title {
   font-family: var(--family-title);
   font-weight: 400;
   font-size: 55px;
   text-transform: uppercase;
   color: var(--shrift);
   max-width: 415px;
}

#utp .content .subTitle {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 6px;
   font-weight: 300;
   font-size: 24px;
   color: var(--shrift);
   margin-top: 21px;
   margin-bottom: 48px;
}

#utp .content .bottom {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
}

#utp .content .bottom i {
   font-size: 80px;
   color: #202020;
   max-height: 80px;
}

#utp .content .bottom .text {
   font-weight: 300;
   font-size: 20px;
   line-height: 130%;
   color: #202020;
   max-width: 300px;
}

#utp .content {
   margin: 0 auto;
   position: relative;
}

#utp picture {
   width: 706px;
   height: 740px;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
   position: absolute;
   right: 0;
}

#utp picture img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

#utp .palette {
   background: url("../images/bgElements/palette.svg") no-repeat center center;
   width: 283px;
   height: 266px;
   display: block;
   position: absolute;
   /* transform: rotate(28.44deg); */
   z-index: 2;
   right: 180px;
   bottom: -180px;
}

#utp .brushes {
   background: url("../images/bgElements/brushes.png") no-repeat center center;
   width: 316px;
   height: 370px;
   display: block;
   position: absolute;
   z-index: 2;
   left: 0;
   bottom: -193px;
}

#about {
   margin: 107px auto 72px;
   width: 100%;
   position: relative;
}

#about .text {
   font-weight: 300;
   font-size: 18px;
   line-height: 180%;
   color: var(--shrift);
   max-width: 730px;
   margin-top: 17px;
}

#about picture {
   position: absolute;
   right: 0;
   top: 0;
}

#advantages {
   width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 70px;
}

#advantages .item {
   width: 100%;
   max-width: 360px;
   height: 234px;
   display: block;
   background: url("../images/advantage-bg.webp") no-repeat center center;
}

#advantages .item picture {
   width: 90px;
   height: 90px;
   display: block;
   margin: 40px auto 30px;
}

#advantages .item .title {
   font-weight: 400;
   font-size: 20px;
   text-align: center;
   color: var(--shrift);
   font-family: var(--family-title);
   padding: 0 20px;
}

#slider {
   display: block;
   position: relative;
   margin-bottom: 70px;
}

#slider .slider-home {
   border-radius: 30px;
   overflow: hidden;
}

#slider .image {
   content: "";
   width: 220px;
   height: 200px;
   display: block;
   background: url("../images/slider-home-after.webp") no-repeat center center;
   position: absolute;
   right: -130px;
   bottom: -10px;
   z-index: 2;
}

#slider picture {
   border-radius: 30px;
}

.form-request .buttons {
   margin-top: 30px;
}

@media only screen and (max-width: 1280px) {

   #utp {
      background-size: cover;
   }

   #utp picture {
      border-radius: 255px;
      width: 300px;
      height: 300px;
      right: -79px;
   }

   #about {
      margin: 0;
      margin-top: -20px;
      padding: 30px 0;
      overflow: hidden;
      z-index: 3;
      border-radius: 15px;
      background: var(--shrift);
      box-shadow: -1px -1px 4px 0 rgba(0, 0, 0, 0.25);
   }

   #about picture {
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 1;
      opacity: 0.5;
   }

   #about .wrapper {
      position: relative;
      z-index: 2;
   }

   #about h2.title,
   #about .text {
      color: #fff;
   }

   #advantages {
      margin: 60px auto;
      flex-wrap: wrap;
      gap: 15px;
   }
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 780px) {

   #utp {
      height: auto;
      min-height: 272px;
      overflow: hidden;
   }

   #utp .content .title {
      font-size: 24px;
   }

   #utp .content .subTitle {
      font-size: 14px;
      margin: 20px 0;
   }

   #utp .content .subTitle img {
      width: 14px;
   }

   #utp .content .bottom {
      gap: 8px;
   }

   #utp .content .bottom .text,
   #utp .content .bottom i {
      font-size: 14px;
   }

   #utp picture {
      border-radius: 255px;
      width: 158px;
      height: 158px;
      right: -79px;
   }

   #utp .palette {
      display: none;
   }

   #utp .brushes {
      width: 140px;
      height: 219px;
      background-size: cover;
      bottom: -122px;
   }

   h2.title {
      font-size: 24px;
   }

   #about .text {
      font-size: 16px;
   }

   #about picture {
      height: 100%;
   }

   #advantages .item {
      max-width: 100%;
      height: auto;
      background-size: cover;
      border-radius: 10px;
      padding: 30px 0;
   }

   #advantages .item picture {
      margin: 0 auto 15px;
   }

   #advantages .item .title {
      font-size: 18px;
      padding: 0 15px;
   }

   #slider {
      margin-bottom: 60px;
   }

   #slider .image {
      width: 113px;
      height: 93px;
      background-size: cover;
      right: -46px;
   }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 480px) {

   #utp .content .title,
   #utp .content .subTitle,
   #utp .content .bottom {
      max-width: 80%;
   }
}