@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: 18px;
    line-height: 21px;
  }
  
  .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: 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: #FF006C;
    transition: .3s background-color;
    cursor: pointer;
    text-align: center;
  }
  
  .toform-btn:hover,
  .toform-btn:focus {
    background-color: #a40b4b;
  }
  
  .toform-btn:active {
    background-color: #FF006C;
  }
  
  /* form */
  
  .section-form {
    padding: 19px 13px;
    background-color: #EC3C84;
  }
  
  .section-form__info-container {
    padding: 16px 10px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #000;
  }
  
  .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: #EC3C84;
  }
  
  .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 #EC3C84;
    width: 276px;
    color: #EC3C84;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    background-color: #fff;
  }
  
  .section-form__input::placeholder {
    color: #EC3C84;
  }
  
  .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: #EC3C84;
    transition: .3s background-color;
    cursor: pointer;
    text-align: center;
  }
  
  .section-form__bth:hover,
  .section-form__bth:focus {
    background-color: #cf065a;
  }
  
  .section-form__bth:active {
    background-color: #EC3C84;
  }
  
  /* 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: #d1d1d1;
  }


  /* specific styles */

  img {
    margin-top: -4px;
  }

  .swiper-button-prev,
.swiper-button-next {
  height: 52px;
  width: 52px;
  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: #EC3C84;
    background-color: #FF006C;
    box-shadow: 0px 4px 4px #4CCFEC;
}

.slide-container {
    margin: 15px auto;
    padding: 10px 0;
    max-width: 350px;
    background-color: #FF006C;
    box-shadow: 0px 4px 4px #4CCFEC;
    border-radius: 12px;
}

.slide-img {
    display: block;
    margin: 0 auto 10px;
    max-width: 210px;
}

.slider-desc {
    margin: 0 auto;
    padding: 5px 15px;
    width: 270px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 21px;
    color: #EC3C84;
    background-color: #fff;
    text-align: center;
    vertical-align: center;
}