/* Лендинг Библиотека ТЭК Топливно-Энергетический Комплекс */
.landing-section_blob-with-slider_petrol_1{
  background: url(../img/landing/petrol-1/start-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-section_blob-with-slider__h1_petrol_1{
  color: #FFA34E;
  text-align: center;
}
.main-info__price-container_petrol_1{
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  color: #FFF;
  font-family: 'PT-Root-UI', sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s;
}
.main-info__price-container_petrol_1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
  .main-info__price-container_petrol_1 .discount{
    color: #B3B4B8;
  }
  .main-info__price-container_petrol_1 .current-price-container{
    display: flex;
    color: #E02F2F;
    font-family: 'Gilroy', sans-serif;
    font-size: 37px;
    font-weight: 800;
  }
.description_petrol_1{
  color: #AF948E;
}
.landing-slider-container_petrol_1{
  margin-top: 30px;
}
  .landing-block_petrol_1{
    display: flex;
    width: clamp(220px, 100%, 420px);
    padding: 30px 20px;
    flex-direction: column;
    border-radius: 30px;
    background: linear-gradient(163deg, rgba(222, 0, 0, 0.16) 1.33%, rgba(255, 0, 0, 0.20) 104.31%);
    backdrop-filter: blur(8px);
  }
    .landing-block-h3_petrol_1{
      align-self: flex-start;
      color: #FF9B8C;
      font-family: 'Gilroy', sans-serif;
      font-size: 28px;
      font-weight: 800;
      margin-bottom: 10px;
      user-select: none;
    }
    .landing-block-h3_petrol_1_red-1{
        color: #FF9B8C;
      }
      .landing-block-h3_petrol_1_red-2{
        color: #F56A54;
      }
      .landing-block-h3_petrol_1_red-3{
        color: #EF4A30;
      }
      .landing-block-h3_petrol_1_red-4{
        color: #f0391d;
      }
      .landing-block-h3_petrol_1_red-5{
        color: #FF2300;
      }
    .landing-block-description_petrol_1{
      color: #FFC9C9;
      font-family: 'PT-Root-UI', sans-serif;
      font-size: 20px;
      line-height: 130%;
      margin-bottom: 25px;
      user-select: none;
    }
    .landing-block-description__ul_petrol_1{
      padding-left: 18px;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }
    .landing-block-buttons__to-products_petrol_1{
      display: flex;
      width: 100%;
      height: 57px;
      padding: 14px 20px;
      align-items: center;
      justify-content: center;
      border-radius: 35px;
      background: rgba(255, 75, 34, 0.40);
      box-shadow: 4px 4px 34px 0px rgba(0, 0, 0, 0.24);
      backdrop-filter: blur(4px);
      color: #FFDDBE;
      font-size: 18px;
      font-weight: 500;
    }
    .landing-block-buttons__to-products_petrol_1:hover{
      background: rgba(255, 75, 34, 0.70);
    }
    .landing-block-buttons__add-to-cart_petrol_1{
      display: flex;
      gap: 10px;
      width: 100%;
      height: 57px;
      padding: 14px 20px;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      background: linear-gradient(163deg, rgba(255, 43, 43, 0.63) 1.33%, rgba(255, 0, 0, 0.63) 104.31%);
      box-shadow: 4px 4px 34px 0px rgba(0, 0, 0, 0.24), 0px 0px 36px 0px rgba(255, 0, 0, 0.37);
      color: #FFF;
      font-size: 18px;
      font-weight: 500;
    }
    .landing-block-buttons__add-to-cart_petrol_1:hover{
      background: linear-gradient(163deg, rgba(255, 43, 43, 0.85) 1.33%, rgba(255, 0, 0, 0.9) 104.31%);
    }
    .landing-block-buttons__add-to-cart_petrol_1 .current-price-container{
      display: flex;
      color: #FFDDBE;
      font-family: 'Gilroy', sans-serif;
      font-size: 24px;
      font-weight: 800;
    }
    .landing-block-buttons__add-to-cart_petrol_1 .old-price-container .old-price{
      display: flex;
      color: #FD9A9A;
    }
    .landing-block-buttons__add-to-cart_petrol_1.old-price-container .discount{
      color: #FD9A9A;
    }