@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter300.woff2') format('woff2'),
    url('../fonts/inter300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/roboto300.woff2') format('woff2'),
      url('../fonts/roboto300.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/roboto400.woff2') format('woff2'),
      url('../fonts/roboto400.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/roboto500.woff2') format('woff2'),
      url('../fonts/roboto500.woff') format('woff');
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/roboto700.woff2') format('woff2'),
      url('../fonts/roboto700.woff') format('woff');
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  
  *:focus {
    outline: none;
  }
  
  body {
    position: relative;
    min-width: 320px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1;
  }
  
  button, input {
    font: inherit;
  }
  
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  
  a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
  }
  
  .container {
    margin: 0 auto;
    max-width: 375px;
    background-color: #fff;
  }
  
  .main-text {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    max-width: 250px;
  }
  
  .little-text {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
  }
  
  .red-text {
    color: #FF0000;
  }
  
  .toform-btn {
    display: block;
    margin: 0 auto;
    min-width: 100px;
    max-width: 277px;
    padding: 12px 15px;
    border-radius: 9px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    background-color: #F68128;
    box-shadow: 0px 4px 4px #626262;
    transition: .3s transform;
    cursor: pointer;
    text-align: center;
  }
  
  .toform-btn:hover,
  .toform-btn:focus {
    transform: scale(1.1);
  }
  
  .toform-btn:active {
    transform: scale(1);
  }
  
  /* form */
  
  .section-form {
    padding: 19px 13px;
    background: linear-gradient(180deg, #EDDDAC 0%, #ECECEC 100%);
  }
  
  .section-form__info-container {
    padding: 16px 10px;
    border-radius: 12px;
    border: 1px solid #F68128;
    background-color: #fff;
  }
  
  .section-form__cost {
    text-align: center;
  }
  
  .section-form__price {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #303030;
    text-align: center;
  }
  
  .section-form__old-pr {
    color: #ff0000;
  }
  
  .section-form__new-pr {
    font-size: 52px;
    line-height: 61px;
    font-weight: 300;
    color: #F68128;
  }
  
  .section-form__price-box {
    margin-bottom: 18px;
  }
  
  .section-form__discount {
    border-radius: 3px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .section-form__item {
    border: none;
    border-radius: 9px;
  }
  
  .section-form__input {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #F68128;
    width: 276px;
    color: #F68128;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    background-color: #fff;
  }
  
  .section-form__input::placeholder {
    color: #F68128;
  }
  
  .section-form__bth {
    display: block;
    margin: 20px auto;
    min-width: 100px;
    max-width: 277px;
    padding: 12px 15px;
    border-radius: 9px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    background-color: #F68128;
    transition: .3s background-color;
    cursor: pointer;
    text-align: center;
  }
  
  .section-form__bth:hover,
  .section-form__bth:focus {
    background-color: #c85b09;
  }
  
  .section-form__bth:active {
    background-color: #F68128;
  }
  
  /* Footer */
  
  footer a {
    color: #0085FF;
  }
  
  footer a:hover,
  footer a:focus {
    color: #13497b;
  }
  
  footer a:active {
    color: #0085FF;
  }
  
  .footer {
    font-family: "Roboto", sans-serif;
    padding: 20px 5px;
    background-color: #ECECEC;
  }


  /* specific styles */

  img {
    margin-top: -4px;
  }

  .swiper-button-prev,
.swiper-button-next {
  height: 39px;
  width: 39px;
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  left: 5px;
  background-image: url("../img/prev.svg");
}

.swiper-button-next {
  right: 5px;
  background-image: url("../img/next.svg");
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.subtitle {
    margin: -4px 0 0;
    width: 265px;
    padding: 12px 17px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #852E00;
    background-color: #F68128;
    box-shadow: 0px 4px 4px #4CCFEC;
}

.swiper {
  height: 265px;
}

.slide-container {
    margin: 15px auto;
    max-width: 350px;
    background-color: #F68128;
    box-shadow: 0px 4px 4px #4CCFEC;
    border-radius: 12px;
}

.slide-img {
    display: block;
    margin: 0 auto;
}

.slider-desc {
    margin: 0 auto;
    padding: 5px 15px;
    width: 270px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 21px;
    color: #852E00;
    background-color: #fff;
    text-align: center;
    vertical-align: center;
}

.section-1 {
  padding: 8px;
  text-align: center;
  background-color: #EDEAE5;
}

.inter {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.title-desc {
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 25px;
}

.title {
  margin: 0;
  padding: 7px;
  font-size: 30px;
  line-height: 36px;
}

.bth-container {
  min-height: 90px;
  background: linear-gradient(180deg, #F1F1F1 0%, #F9F0CF 100%);
}

.section-3__bg {
  min-height: 374px;
  padding: 5px;
  background-image: url("../img/img6.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.section-3__bottom-grad {
  display: block;
  height: 41px;
  background: linear-gradient(180deg, #F9F0D1 0%, #FAFEFD 100%);
}

.section-4__top-grad {
  display: block;
  height: 41px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EDDDAC 100%);
}