@charset "UTF-8";
/* Стили для Hero-section */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.banner-title {
  width: 50%;
}
.banner-title > h1 {
  color: #fff;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.banner-title > h1 > span {
  color: #EA6700;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-subtitle {
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 30px;
}
.banner-subtitle > p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.buttons {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.features {
  width: 100%;
}
.feature-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  grid-gap: 5px;
}
.feature-item {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 15px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
}
.feature-item > h3 {
  color: #FFF;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.feature-item > p {
  color: #FFDFC5;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
/* media для hero-section */
@media (max-width: 1314px) and (min-width: 992px) {
  .feature-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-gap: 5px;
  }
  .banner-title {
    width: 100%;
  }
  .banner-title > h1 {
    font-size: 46px;
  }
  .banner-title > h1 > span {
    font-size: 46px;
  }
  .banner-subtitle {
    margin-top: 20px;
    width: 65%;
  }
  .banner-subtitle > p {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .feature-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-gap: 5px;
  }
  .banner-title {
    width: 100%;
  }
  .banner-title > h1 {
    font-size: 46px;
  }
  .banner-title > h1 > span {
    font-size: 46px;
  }
  .banner-subtitle {
    margin-top: 20px;
    width: 65%;
  }
  .banner-subtitle > p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .feature-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-gap: 5px;
  }
  .banner-title {
    width: 100%;
  }
  .banner-title > h1 {
    font-size: 28px;
  }
  .banner-title > h1 > span {
    font-size: 28px;
  }
  .banner-subtitle {
    margin-top: 10px;
    width: 100%;
  }
  .banner-subtitle > p {
    font-size: 18px;
  }
  .buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .head-button {
    width: 95%;
  }
}
@media (max-width: 540px) {
  .feature-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    grid-gap: 5px;
  }
}
/*---------------------------*/
/* Стили для секции цитаты */
.quote-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote-box {
  width: 100%;
  height: 489px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: url("/images/quote_back.svg");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}
.pribor-pic1, .pribor-pic2 {
  display: flex;
  justify-content: center;
  max-width: 20%;
}
.pribor-pic1 {
  display: flex;
  align-self: flex-start;
  justify-self: start;
}
.pribor-pic2 {
  display: flex;
  align-self: flex-end;
  justify-self: end;
}
.quote-text {
  z-index: 1;
  max-width: 60%;
  text-align: center;
  align-self: center;
  color: #fff;
  font-family: "Bounded", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quote-text > p {
  margin: 0;
}
@media (max-width: 1314px) and (min-width: 992px) {
  .quote-box {
    width: 100%;
    height: 384px;
  }
  .quote-text {
    font-size: 28px;
    position: absolute;
    max-width: 70%;
  }
  .pribor-pic1 > img, .pribor-pic2 > img {
    max-width: 90%;
  }
  .pribor-pic1 {
    position: absolute;
    left: 0;
  }
  .pribor-pic2 {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .quote-box {
    width: 100%;
    height: 384px;
  }
  .quote-text {
    font-size: 22px;
    position: absolute;
    max-width: 80%;
  }
  .pribor-pic1 > img, .pribor-pic2 > img {
    max-width: 90%;
  }
  .pribor-pic1 {
    position: absolute;
    left: 0;
  }
  .pribor-pic2 {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .quote-box {
    background-size: 65%;
    width: 100%;
    height: 344px;
  }
  .quote-text {
    font-size: 22px;
    position: absolute;
    max-width: 90%;
  }
  .pribor-pic1 > img, .pribor-pic2 > img {
    max-width: 90%;
  }
  .pribor-pic1 {
    position: absolute;
    left: 0;
  }
  .pribor-pic2 {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 539px) {
  .quote-box {
    background-size: 65%;
    width: 100%;
    height: 304px;
  }
  .quote-text {
    font-size: 14px;
    position: absolute;
    max-width: 100%;
  }
  .pribor-pic1 > img, .pribor-pic2 > img {
    min-width: 100%;
  }
  .pribor-pic1 {
    position: absolute;
    left: 0;
  }
  .pribor-pic2 {
    position: absolute;
    right: 0;
  }
}
/*------------------------------------*/
/* Стили для секции услуг на главной - Что мы утепляем */
.services-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.services-title {
  display: flex;
  max-width: 100%;
  align-items: center;
  margin-bottom: 40px;
}
.services-title > .title-h2 {
  width: 50%;
}
.services-title > .title-p {
  color: #D1C7DE;
  width: 50%;
}
.services-content {
  display: flex;
  max-width: 100%;
  gap: 30px;
  justify-content: space-between;
}
.services-img {
  display: flex;
  max-width: 50%;
  align-items: center;
}
.services-img > picture > img {
  max-width: 100%;
  border-radius: 15px;
}
.services {
  display: flex;
  max-width: 50%;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}
.services-group {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.services-group-item {
  display: flex;
  width: 47%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
}
.services-group-name {
  color: #FFF;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.services-group-descr {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.services-group-descr > p {
  margin: 0;
}
.services-group-link {
  border-bottom: 1px dashed;
  color: #FFF;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -10px;
}
.services-group-link:hover {
  color: #EA6700;
  text-decoration: none;
}
@media (max-width: 1314px) and (min-width: 992px) {
  .services-group-item {
    width: 45%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .services-content {
    display: flex;
    flex-direction: column;
  }
  .services-img {
    max-width: 100%;
  }
  .services {
    display: flex;
    max-width: 100%;
  }
  .services-title {
    gap: 20px;
  }
  .services-title > .title-h2 {
    width: 100%;
  }
  .services-title > .title-p {
    width: 100%;
  }
  .services-title {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .services-section {
    align-items: flex-start;
  }
  .services-content {
    display: flex;
    flex-direction: column;
  }
  .services-img {
    max-width: 100%;
  }
  .services {
    display: flex;
    max-width: 100%;
  }
  .services-title > .title-h2 {
    width: 100%;
    font-size: 36px;
  }
  .services-title > .title-p {
    width: 80%;
    font-size: 20px;
  }
  .services-title {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .services-group-item {
    width: 46%;
  }
}
@media (max-width: 539px) {
  .services-section {
    align-items: flex-start;
  }
  .services-content {
    display: flex;
    flex-direction: column;
  }
  .services-img {
    max-width: 100%;
  }
  .services {
    display: flex;
    max-width: 100%;
  }
  .services-title > .title-h2 {
    width: 100%;
    font-size: 26px;
  }
  .services-title > .title-p {
    width: 100%;
    font-size: 18px;
  }
  .services-title {
    margin-bottom: 20px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .services-group-item {
    width: 100%;
  }
  .services-group-name {
    font-size: 20px;
  }
  .services-group-descr {
    font-size: 14px;
  }
  .services-group-img > img {
    max-width: 80%;
  }
}
/*----------------------*/
/* Стили для секци почему ППУ*/
.why-ppu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.why-ppu-title {
  display: flex;
  justify-content: center;
}
.why-ppu-title > h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.why-ppu-title > h2 > span {
  color: #EA6700;
  font-family: Bounded;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ppu-image > .tooltip-buttons > button {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.ppu-image > .active {
  border-radius: 30px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
}
.tippy-box {
  border-radius: 15px;
  background-color: white;
  color: black;
  padding: 20px;
  max-width: 370px;
  max-height: fit-content;
  transition: transform 0.4s ease;
}
.tippy-content {
  padding: 0;
}
.tippy-content > p {
  color: #5E5861;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}
.tippy-content > p > span {
  color: #1D0E38;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.tooltip-header {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.bi, .bi-plus {
  width: 16px;
  height: 16px;
}
svg {
  transition: transform 0.4s ease;
}
.active svg {
  transform: rotate(45deg);
}
.ppu-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
  margin-top: 200px;
}
#button1 {
  position: absolute;
  left: 180px;
  top: -20px;
}
#button2 {
  position: absolute;
  left: 480px;
  top: 100px;
}
#button3 {
  position: absolute;
  left: 460px;
  top: 300px;
}
#button4 {
  position: absolute;
  left: 300px;
  top: 450px;
}
#button5 {
  position: absolute;
  left: 10px;
  top: 250px;
}
#button6 {
  position: absolute;
  left: -10px;
  top: 60px;
}
.m-tooltip-content {
  display: none;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  width: 340px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  transition: transform 0.4s ease;
}
.m-tooltip-content > p {
  color: #5E5861;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.m-tooltip-header {
  color: #1D0E38;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mob-blocks {
  display: none;
}
.buttons-mob {
  display: none;
}
@media (max-width: 768px) and (min-width: 540px) {
  .why-ppu-title > h2 {
    font-size: 34px;
  }
  .why-ppu-title > h2 > span {
    font-size: 34px;
  }
  .buttons-mob {
    display: none;
  }
  .mob-blocks {
    display: none;
  }
}
@media (max-width: 580px) {
  .tooltip-buttons {
    display: none;
  }
  .buttons-mob {
    display: block;
  }
  .mob-blocks {
    display: block;
    margin-top: 10px;
  }
  .why-ppu-title > h2 {
    font-size: 24px;
    width: 100%;
  }
  .why-ppu-title > h2 > span {
    font-size: 24px;
  }
  .why-ppu {
    justify-content: center;
  }
  .ppu-image {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .ppu-image > .buttons-mob > button {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.4s ease;
  }
  .ppu-image > .buttons-mob > button {
    padding: 7px;
  }
  .small-ppu {
    width: 90%;
  }
  .bi, .bi-plus {
    width: 12px;
    height: 12px;
  }
  #button1-mob {
    position: absolute;
    left: 120px;
    top: -10px;
  }
  #button2-mob {
    position: absolute;
    left: 300px;
    top: 70px;
  }
  #button3-mob {
    position: absolute;
    left: 290px;
    top: 180px;
  }
  #button4-mob {
    position: absolute;
    left: 190px;
    top: 280px;
  }
  #button5-mob {
    position: absolute;
    left: 10px;
    top: 150px;
  }
  #button6-mob {
    position: absolute;
    left: 0px;
    top: 40px;
  }
  .tippy-box {
    display: none;
  }
  .m-tooltip-content {
    display: none;
    transition: 0.6s;
  }
  .m-tooltip-content.active {
    transition: 0.6s;
    display: block;
    width: 90%;
  }
}
/*--------------------------*/
/* Стили для секции видео */
.video-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.video-title {
  display: inline-flex;
  justify-content: space-between;
  max-width: 100%;
}
.video-title > .title-h2, .title-p {
  width: 50%;
}
.to-gallery {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
}
.to-gallery:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.preview {
  border-radius: 15px;
}
.descr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
.descr-adv {
  display: flex;
  width: 33%;
  flex-direction: column;
  align-items: flex-start;
}
.descr-adv > h3 {
  color: #FFF;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.descr-adv > p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}
.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
/* video */
.vid-bl {
  display: flex;
  margin: 40px 0 40px 0;
}
.vid-bl > div {
  width: 100%;
}
.vid-bl > div.video {
  display: grid;
}
.vid-bl .descr p {
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 28px;
  margin-top: 12px;
  position: relative;
}
.vid-bl .descr p:nth-child(1):before {
  content: "1";
}
.vid-bl .descr p:nth-child(2):before {
  content: "2";
}
.vid-bl .descr p:nth-child(3):before {
  content: "3";
}
.vid-bl .descr p:before {
  position: absolute;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  top: -22px;
  left: 0;
  z-index: -1;
}
.video_block .video {
  display: flex;
}
.video_block .video .text {
  margin-left: 20px;
}
.video_block .video-image {
  flex-basis: 45%;
}
.video-image {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.video-image a {
  border-bottom: none;
}
.video-prev {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.video-prev__circle {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.5) 0 4px 20px 0.5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video-prev:hover .video-prev__circle {
  background-color: white;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
.video-prev__triangle {
  display: block;
  border-top: 13px solid transparent;
  border-left: 18px solid;
  color: #1D0E38;
  border-bottom: 13px solid transparent;
  position: absolute;
  top: 50%;
  left: calc(50% + 4px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 991px) and (min-width: 768px) {
  .video-title {
    flex-direction: column;
    gap: 30px;
  }
  .video-title > .title-h2 {
    width: 100%;
  }
  .video-title > .title-p {
    width: 100%;
  }
  .descr {
    flex-wrap: wrap;
    gap: 20px;
  }
  .descr-adv {
    width: 47%;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .video-title {
    flex-direction: column;
    gap: 20px;
  }
  .video-title > .title-h2 {
    width: 100%;
    font-size: 30px;
  }
  .video-title > .title-p {
    width: 100%;
    font-size: 20px;
  }
  .descr-adv > h3 {
    font-size: 20px;
  }
  .to-gallery {
    font-size: 18px;
    margin-top: 20px;
  }
  .descr {
    flex-wrap: wrap;
    gap: 20px;
  }
  .descr-adv {
    width: 47%;
  }
}
@media (max-width: 539px) {
  .video-title {
    flex-direction: column;
    gap: 20px;
  }
  .video-title > .title-h2 {
    width: 100%;
    font-size: 22px;
  }
  .video-title > .title-p {
    width: 100%;
    font-size: 18px;
  }
  .descr-adv > h3 {
    font-size: 20px;
  }
  .to-gallery {
    font-size: 16px;
    margin-top: 20px;
  }
  .descr {
    flex-wrap: wrap;
    gap: 20px;
  }
  .descr-adv {
    width: 100%;
  }
  .descr-adv > p {
    font-size: 14px;
  }
  .vid-bl {
    margin: 20px 0;
  }
  .feature-icon {
    margin-bottom: 0;
  }
  .feature-icon > img {
    max-width: 90%;
  }
}
/*---------------------------------------------*/
/* Секция напыление ППУ */
.spray-ppu-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.spray-ppu-box {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 30px;
}
.spray-ppu-text {
  display: flex;
  width: 48%;
  flex-direction: column;
  align-items: flex-start;
  gap: 37px;
}
.spray-ppu-text > h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.spray-ppu-text > h2 > span {
  color: #EA6700;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.spray-ppu-text > p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.spray-ppu-image {
  width: 48%;
}
.spray-ppu-image > img {
  width: 100%;
  border-radius: 15px;
}
.spray-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
}
.spray-block-inside {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1fr;
  gap: 32px;
  max-width: 100%;
  height: auto;
}
.spray-title > h3 {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.spray-text {
  display: flex;
  gap: 32px;
  max-width: 100%;
  flex-wrap: wrap;
  height: fit-content;
}
.spray-text > p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.spray-subtext {
  display: flex;
  padding: 15px;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: #180C2F;
  width: 100%;
  height: fit-content;
}
.spray-subtext > span {
  color: #8978A8;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}
.spray-duration {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  height: fit-content;
}
.duration-text > h4 {
  margin: 0;
  color: #6F657D;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.duration-text > p {
  margin: 0;
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 1314px) and (min-width: 992px) {
  .spray-ppu-image {
    width: 100%;
  }
  .spray-ppu-text {
    width: 70%;
  }
  .spray-block-inside {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 0.1fr 0.5fr 0.4fr;
  }
  .spray-duration {
    width: 45%;
  }
  .spray-subtext:not(:nth-child(2)) {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .spray-ppu-image {
    width: 100%;
  }
  .spray-ppu-text {
    width: 70%;
  }
  .spray-ppu-text > h2 {
    font-size: 30px;
  }
  .spray-ppu-text > h2 > span {
    font-size: 30px;
  }
  .spray-ppu-text > p {
    font-size: 20px;
  }
  .spray-title > h3 {
    font-size: 26px;
  }
  .spray-text > p {
    font-size: 16px;
  }
  .duration-text > p {
    font-size: 14px;
  }
  .spray-block-inside {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 0.1fr 0.5fr 0.4fr;
  }
  .spray-duration {
    width: 45%;
  }
  .spray-subtext:not(:nth-child(2)) {
    width: 40%;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .spray-ppu-image {
    width: 100%;
  }
  .spray-ppu-text {
    width: 100%;
  }
  .spray-ppu-text > h2 {
    font-size: 38px;
  }
  .spray-ppu-text > h2 > span {
    font-size: 30px;
  }
  .spray-ppu-text > p {
    font-size: 20px;
  }
  .spray-title > h3 {
    font-size: 26px;
  }
  .spray-text > p {
    font-size: 16px;
  }
  .duration-text > p {
    font-size: 14px;
  }
  .spray-block-inside {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 0.1fr 0.5fr 0.4fr;
  }
  .spray-duration {
    width: 40%;
  }
  .spray-subtext:not(:nth-child(2)) {
    width: 40%;
  }
}
@media (max-width: 539px) {
  .spray-ppu-image {
    width: 100%;
  }
  .spray-ppu-text {
    width: 100%;
  }
  .spray-ppu-text > h2 {
    font-size: 22px;
  }
  .spray-ppu-text > h2 > span {
    font-size: 22px;
  }
  .spray-ppu-text > p {
    font-size: 18px;
  }
  .spray-title > h3 {
    font-size: 18px;
  }
  .spray-text > p {
    font-size: 14px;
  }
  .duration-text > p {
    font-size: 14px;
  }
  .spray-button {
    width: 100%;
  }
  .spray-block-inside {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 0.1fr 0.5fr 0.4fr;
  }
  .spray-duration {
    width: 100%;
  }
  .spray-subtext {
    width: 100%;
  }
  .spray-block-inside > .img {
    max-width: 60%;
  }
}
/*-------------------------*/
/* Секция со слайдером */
.slider-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0%;
}
.container-slider {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-self: center;
  margin-left: auto;
  margin-bottom: 6%;
}
.slider-title {
  display: inline-flex;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px;
}
.slider-title > .title-h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider-title > .title-p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider-title > .title-h2, .title-p {
  width: 50%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: #fff;
}
.img-responsive {
  width: 640px;
  height: auto;
  border-radius: 15px;
}
@media (max-width: 1314px) and (min-width: 992px) {
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
    margin-left: auto;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-title > .title-h2 {
    font-size: 30px;
  }
  .slider-title > .title-p {
    font-size: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
    margin-left: auto;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-title > .title-h2 {
    width: 100%;
  }
  .slider-title > .title-p {
    width: 100%;
  }
  .slider-title > .title-h2 {
    font-size: 30px;
  }
  .slider-title > .title-p {
    font-size: 20px;
  }
  .to-gallery {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
    margin-left: auto;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-title > .title-h2 {
    width: 100%;
  }
  .slider-title > .title-p {
    width: 100%;
  }
  .slider-title > .title-h2 {
    font-size: 30px;
  }
  .slider-title > .title-p {
    font-size: 20px;
  }
  .to-gallery {
    font-size: 18px;
  }
}
@media (max-width: 539px) {
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-section {
    overflow: hidden;
  }
  .container-slider {
    max-width: 100%;
    margin-left: auto;
  }
  .swiper-container {
    margin-left: 0;
  }
  .slider-title > .title-h2 {
    width: 100%;
  }
  .slider-title > .title-p {
    width: 100%;
  }
  .slider-title > .title-h2 {
    font-size: 26px;
  }
  .slider-title > .title-p {
    font-size: 14px;
  }
  .to-gallery {
    font-size: 16px;
  }
}
/*--------------------*/
/* Секция с клиентами */
.client-title {
  display: flex;
  align-self: flex-start;
}
.client-title > h2 {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
.client-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6%;
}
.client-item {
  margin: 0 15px 30px;
  width: calc(20% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: 0.2s linear;
}
.client-item:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 768px) and (min-width: 540px) {
  .client-title > h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .client-block {
    justify-content: center;
  }
  .client-item {
    margin: 0 10px 30px;
    width: calc(25% - 20px);
  }
}
@media (max-width: 539px) {
  .client-title > h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .client-block {
    justify-content: center;
  }
  .client-item {
    width: calc(40%);
  }
}
/*--------------------------*/
/* Секция с ценами */
.pricing-background {
  height: auto;
  background-color: #1D0E38;
  display: flex;
  align-items: center;
  margin-bottom: 6%;
}
.pricing-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6%;
  gap: 20px;
}
.pricing-title {
  width: 50%;
  align-self: flex-start;
}
.pricing-title > h2 {
  font-size: 36px;
}
.pricing-subtitle > .title-p {
  width: 100%;
  color: #FFF;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-subtitle, .pricing-card > .text-p {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0;
}
.pricing-subtitle {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.pricing-cards {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-top: 20px;
}
.pricing-card {
  width: 45%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  border-radius: 15px;
  background: #2C1A4C;
}
.pricing-price-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-top: auto;
}
.pricing-price {
  color: #FFF;
  font-family: Bounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.pricing-price > .price {
  color: #D1C7DE;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: flex-start;
}
.pricing-price > .num {
  color: #FFF;
  font-family: Bounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #D1C7DE;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 1114px) and (min-width: 992px) {
  .pricing-title {
    width: 75%;
  }
  .pricing-subtitle {
    width: 90%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pricing-title {
    width: 75%;
  }
  .pricing-subtitle {
    width: 90%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) and (min-width: 540px) {
  .pricing-title {
    width: 80%;
  }
  .pricing-subtitle {
    width: 80%;
  }
  .pricing-title > h2 {
    font-size: 30px;
  }
  .pricing-subtitle > .title-p {
    font-size: 20px;
  }
  .pricing-card > .title-h3 {
    font-size: 26px;
  }
  .pricing-price-box > p {
    font-size: 22px;
  }
  .pricing-price-box > .pricing-price > .num {
    font-size: 22px;
  }
  .pricing-price-box > .pricing-price > .price {
    font-size: 20px;
  }
  .pricing-features > li {
    font-size: 16px;
  }
  .pricing-card > .link > .more {
    font-size: 18px;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
  .pricing-subtitle > .btn-orange {
    width: 70%;
  }
}
@media (max-width: 539px) {
  .pricing-subtitle {
    width: 100%;
  }
  .pricing-title {
    width: 80%;
  }
  .pricing-card {
    width: 100%;
  }
  .pricing-cards {
    flex-wrap: wrap;
  }
  .pricing-title > h2 {
    font-size: 18px;
  }
  .pricing-subtitle > .title-p {
    font-size: 18px;
  }
  .pricing-subtitle > .text-p {
    font-size: 14px;
  }
  .pricing-card > .text-p {
    font-size: 14px;
  }
  .pricing-card > .title-h3 {
    font-size: 18px;
  }
  .pricing-price-box > p {
    font-size: 18px;
  }
  .pricing-price-box > .pricing-price > .num {
    font-size: 18px;
  }
  .pricing-price-box > .pricing-price > .price {
    font-size: 18px;
  }
  .pricing-features > li {
    font-size: 16px;
  }
  .pricing-card > .link > .more {
    font-size: 16px;
  }
}
/*-----------------------*/