body {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Arial", sans-serif;
  
}
.block1 {
  background: url(bg1.png) center top no-repeat;
  background-size: cover;
}
.block2 {
  background: #000;
}
.block3 {
  background: #000;
}
.block4,
.block5 {
  background: #000;
}
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: 900px;
  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: 19px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 900;
  
  text-align: center;
  padding: 10px 0;
}
.casanova__wrapper {
  width: 100%;
  max-width: 900px;
  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 10px;
}
.casanova__product {
  position: absolute;
  bottom: 6px;
  left: 5px;
}
.casanova-description__wrapper {
  width: 100%;
  max-width: 900px;
  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;
  margin-top: 10px;
}
.casanova-description__item::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url("./check.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.advantages__wrapper {
  width: 100%;
  max-width: 900px;
  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: 20px 10px;
  box-sizing: border-box;
}
.advantages__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  background: #fff624;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
  color: red;
}
.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;
  text-align: center;
}
.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: -12px;
  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: 900px;
  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;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.lead-form-box {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.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: 900px;
  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;
}
.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
}
.spec-block {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.spec-block img {
  width: 100%;
  max-width: 350px;
}
.spec-block h1 {
  line-height: 1.1;
}
.video {
  max-width: 100%;
  width: 600px;
}
.review h1 {
  text-align: center;
}
.feed__img {
	position: relative
}

.feed__img img {
	margin: 0 auto
}

.feed__info {
	margin: -48px 0 0;
	height: 530px;
	border: 1px solid #dab379;
	border-radius: 20px;
	padding: 71px 0 0
}

.feed__name {
	text-align: center
}

.feed__name p {
	font: 700 24px/32px Roboto, sans-serif;
	color: #dab379;
  margin-top: 0;
}

.feed__desc {
	margin: 16px 5px 0
}

.feed__desc p {
	font-size: 18px;
  line-height: 23px;
	color: #fff
}
.reviews__item:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li button:before {
  color: #dab379!important;
}
.slick-dots li button {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #dab379!important;
  width: 15px!important;
  height: 15px!important;
}

@media screen and (max-width: 980px) {
  .reviews__item {
    margin: 0 auto!important;
  }
  .feed__info {
    height: auto;
  }
}
footer {
  text-align: center;
  padding: 40px 10px 20px;
  background: #000;
}
footer * {
  color: #fff;
  font-size: 14px;
}
.price-block {
  text-align: center;
  margin: 15px 0;
  font-size: 22px;
}
.price-block b {
  color: red;
  padding-left: 6px;
}
