#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;
}

#utp .content {
   height: auto;
   margin-left: 147px;
}

#utp .content .title {
   font-weight: 400;
   font-size: 38px;
   line-height: 130%;
   text-transform: uppercase;
   color: var(--shrift);
   font-family: var(--family-title);
   max-width: 558px;
}

#utp .content .bottom {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-top: 40px;
   gap: 170px;
}

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

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

#utp .content {}

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

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

#slider {
   display: block;
   margin-top: 80px;
   position: relative;
}

#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;
}

.owl-carousel .item {
   border-radius: 30px;
   overflow: hidden;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   height: 400px;
}

.owl-carousel .item .content {
   position: relative;
   z-index: 2;
   padding: 30px;
   background: var(--orange);
   width: auto;
   height: 100%;
   display: table;
   color: #fff;
   max-width: 40%;
}

.owl-carousel .item .content .button {
   margin-top: 20px;
   padding: 9px 24px;
   border: 1px solid #fff;
   color: #fff;
   border-radius: 10px;
   font-weight: 500;
   font-size: 16px;
   display: table;
}

.owl-carousel .item:hover .button {
   background: #fff;
   color: var(--orange);
}

.owl-carousel .item picture {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

#catalog {
   margin-top: 105px;
   margin-bottom: 105px;
}

#catalog form {
   width: 100%;
   height: 365px;
   display: table;
   background: #fff;
   border-radius: 10px;
   margin-top: 40px;
   padding: 36px;
   margin-bottom: 60px;
}

#catalog form input[type='text'] {
   border: 1px solid #cbcfd5;
   border-radius: 10px;
   padding: 15px 10px 15px 12px;
   width: 363px;
   height: 47px;
   outline: none;
   font-weight: 400;
   font-size: 14px;
   color: var(--shrift);
   font-family: var(--family-text);
   background: url("../images/icons/search.webp") no-repeat 95% center;
}

#catalog form .columns {
   width: 100%;
   margin-top: 24px;
   height: auto;
   gap: 60px;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

#catalog form .columns .column {
   width: auto;
   height: auto;
   display: table;
}

#catalog form .columns .column .name {
   font-weight: 500;
   font-size: 14px;
   color: #202020;
   margin-bottom: 22px;
}

#catalog form .columns .column label {
   display: flex;
   align-items: center;
   gap: 12px;
   margin-bottom: 24px;
}

#catalog form .columns .column label input[type='checkbox'] {
   border: 1px solid rgba(32, 32, 32, 0.4);
   border-radius: 3px;
   width: 18px;
   height: 18px;
   margin: 0;
}

#catalog form .columns .column label span {
   font-weight: 400;
   font-size: 14px;
   color: #202020;
}

#catalog .products {
   margin-bottom: 42px;
}

#slider-footer {
   margin-bottom: 135px;
   position: relative;
}

#slider-footer .wrapper {
   display: block;
}

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

#slider-footer .image {
   content: "";
   width: 295px;
   height: 270px;
   display: block;
   background: url("../images/slider-home-footer.webp") no-repeat center center;
   position: absolute;
   left: 0;
   bottom: -80px;
   z-index: 2;
}

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

   #utp {
      flex-wrap: wrap;
      height: auto;
      background-size: auto 100%;
   }

   #utp picture {
      width: 100%;
      height: auto;
   }
}

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

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

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

   #utp .content {
      margin: 30px 10px;
   }

   #utp .content .title {
      max-width: 100%;
      font-size: 24px;
   }

   #utp .content .bottom {
      gap: 50px;
      margin-top: 27px;
   }

   #utp .content .bottom i {
      color: var(--shrift);
   }

   #slider {
      margin-top: 50px;
   }

   #catalog {
      margin: 40px 0;
   }

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

   #catalog form {
      margin-top: 25px;
      margin-bottom: 50px;
      padding: 30px 10px;
   }
}

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

   #utp picture {
      min-width: auto;
   }

   #catalog form input[type="text"] {
      width: 100%;
   }

   #catalog form .columns {
      flex-wrap: wrap;
      gap: 35px;
   }
}

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

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

   #utp .content .bottom i {
      font-size: 50px;
   }

   #utp .content .bottom .text {
      font-size: 16px;
   }

   #slider .image {
      width: 113px;
      height: 93px;
      background-size: cover;
      right: -46px;
   }
   
   #slider-footer .image {
      width: 90px;
      height: 158px;
      background-size: cover;
      left: 0;
   }

   #slider-footer {
      margin-bottom: 50px;
   }
}