body {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Arial", sans-serif;
  background-color: #4d1434;
}
img {
  max-width: 100%;
  height: auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.btn {
  font-size: 29px;
  line-height: 30px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d62c2c), to(#f04d44));
  background-image: linear-gradient(#d62c2c 0%, #f04d44 100%);
  border-top: 5px solid #ec9695;
  border-left: 5px solid #d1433b;
  border-radius: 5px solid #d1433b;
  border-bottom: 5px solid #c84039;
  border-radius: 5px;
  padding: 10px 50px;
  outline: none;
  cursor: pointer;
  margin-top: 15px;
}
.btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ad2222), to(#ec2015));
  background-image: linear-gradient(#ad2222 0%, #ec2015 100%);
}
.btn:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#831919), to(#bf180f));
  background-image: linear-gradient(#831919 0%, #bf180f 100%);
}
.page-header__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
}
.casanova__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casanova__logo {
  margin: 0;
  margin-bottom: 5px;
}
.casanova__image {
  position: relative;
  margin: 0;
}
.casanova__product {
  position: absolute;
  bottom: 6px;
  left: 5px;
}
.casanova-description__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casanova-description__title {
  
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
  text-align: center;
  margin: 0;
  margin-top: 0;
  padding: 10px 25px;
}
.casanova-description__title span {
  color: #ffd200;
}
.casanova-description__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 15px;
  list-style: none;
}
.casanova-description__item {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  padding-left: 64px;
  margin-bottom: 14px;
}
.casanova-description__item::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url("./check.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.advantages__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.advantages__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  background: #1f395c;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  margin-bottom: 35px;
}
.advantages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__image {
  margin-bottom: 20px;
}
.advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages__list-title {
  font-size: 34px;
  font-weight: 900;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.advantages__item {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  padding-left: 75px;
  margin-bottom: 30px;
}
.advantages__item::before {
  position: absolute;
  content: "";
  top: -13px;
  left: 15px;
  width: 36px;
  height: 36px;
  background-image: url("./like.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.if-you-think__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}
.if-you-think__text {
  width: 200px;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 105px;
  background-color: #d13838;
}
.if-you-think__text span {
  color: #ffd800;
  text-transform: uppercase;
}
.if-you-think__image {
  position: absolute;
  top: -21px;
  right: -39px;
  width: 135px;
}
@media (max-width:400px) {
  .if-you-think__image {
    top: 20px;
    right: -20px !important;
    width: 125px;
  }
}
.order-form {
  margin-bottom: 50px;
}
.order-form__wrapper {
  width: 100%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  border-radius: 10px;
}
.order-form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-form__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
.price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.old-price {
  font-size: 23px;
  font-weight: 900;
  color: #ff3636;
  text-decoration: line-through;
  margin-top: 10px;
  margin-right: 5px;
}
.new-price {
  font-size: 48px;
  font-weight: 900;
  color: #eeff18;
}
.order-form__label {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 10px;
}
.order-form__input {
  width: 270px;
  border: 3px solid #ffde00;
  border-radius: 5px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 13px;
  padding: 10px 0;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-block {
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
}
.price-block b {
  color: red;
  padding-left: 6px;
}
.review {
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.review p {
  font-size: 18px;
  line-height: 23px;
}
.r-pic-block {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: self-start;
}
.r-pic-block img, .r-pic-block .video {
  flex: 0 0 auto;
  width: 32%!important
}
.r-pic-block .video {
  background: url(p4.jpg);
  height: 533px;
  background-size: cover;
  padding: 65px 10px 0;
  box-sizing: border-box;
 
}


  
.rrr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .float-img {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .rrr {
    display: block;
  }
  .review h2 + p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .r-pic-block {
    display: block;
  }
  .r-pic-block img, .r-pic-block .video {
    width: 100%!important;
    max-width: 246px;
    margin: 0 auto 20px;
    display: block;
  }
}