*,
:before,
:after {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
img {
  max-width: 100%;
}
.wrapper {
  overflow: hidden;
}
.container {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.logo {
  background: #d82730;
}
.logo__section {
  padding: 10px 0;
}
.logo__text p {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .logo__text p {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .logo__text p {
    font-size: 40px;
  }
}
.header__section {
  position: relative;
}
@media (min-width: 992px) {
  .header__section:before {
    content: "";
    top: 90px;
    right: 180px;
    position: absolute;
    width: 204px;
    height: 283px;
    background: url("../img/lines.png");
  }
}
@media (min-width: 1200px) {
  .header__section:before {
    right: 240px;
  }
}
.header__img img {
  display: block;
  margin: 0 auto;
}
.header__list {
  display: none;
}
@media (min-width: 992px) {
  .header__list {
    position: absolute;
    display: block;
    top: 90px;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .header__list {
    right: 35px;
  }
}
.header__item {
  font-size: 22px;
}
@media (min-width: 1200px) {
  .header__item {
    font-size: 27px;
  }
}
.header__item--1 {
  margin-bottom: 48px;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .header__item--1 {
    margin-bottom: 43px;
    margin-left: 5px;
  }
}
.header__item--2 {
  margin-bottom: 35px;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .header__item--2 {
    margin-bottom: 30px;
    margin-left: 5px;
  }
}
.header__item--3 {
  margin-bottom: 39px;
  margin-left: -5px;
}
@media (min-width: 1200px) {
  .header__item--3 {
    margin-bottom: 35px;
    margin-left: -5px;
  }
}
.header__item--4 {
  margin-bottom: 46px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .header__item--4 {
    margin-bottom: 40px;
    margin-left: 10px;
  }
}
.header__item--5 {
  margin-left: -20px;
}
.advantages {
  background: #333436;
  font-size: 0;
  display: none;
}
@media (min-width: 992px) {
  .advantages {
    display: block;
  }
}
.advantages__section {
  padding: 20px 0;
}
.advantages__item {
  color: #fff;
  font-size: 0;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .advantages__item {
    width: 50%;
    display: inline-block;
  }
}
.advantages__item:last-child {
  margin-bottom: 0;
}
.advantages__icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 576px) {
  .advantages__icon {
    width: 43px;
    height: 43px;
    margin-right: 20px;
  }
}
.advantages__icon:before {
  content: "";
  width: 7px;
  height: 10px;
  border: solid #333436;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: 6px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 576px) {
  .advantages__icon:before {
    width: 15px;
    height: 20px;
    border-width: 0 5px 5px 0;
    top: 10px;
    left: 15px;
  }
}
.advantages__text {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .advantages__text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .advantages__text {
    font-size: 24px;
    width: 85%;
  }
}
.desc {
  background: #ce252d url("../img/desc.jpg");
  background-size: cover;
}
.desc__section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .desc__section {
    position: relative;
    height: 600px;
    display: table;
    padding-top: 90px;
  }
}
.desc__title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .desc__title {
    margin-left: 340px;
    font-size: 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .desc__title {
    font-size: 34px;
  }
}
.desc__content {
  text-align: center;
}
@media (min-width: 992px) {
  .desc__content {
    margin-left: 340px;
  }
}
.desc__text {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 992px) {
  .desc__text {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .desc__text {
    font-size: 24px;
  }
}
.desc__img {
  text-align: center;
}
@media (min-width: 992px) {
  .desc__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.desc__img img {
  height: 390px;
}
@media (min-width: 992px) {
  .desc__img img {
    height: auto;
    width: 300px;
  }
}
.desc__btn {
  margin: 30px auto 0;
  font-size: 18px;
  color: #3b3d40;
  border: 1px solid #fff;
  padding: 20px 80px 20px 40px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 576px) {
  .desc__btn {
    font-size: 22px;
  }
}
.desc__btn:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 27px;
  background: url("../img/cursor.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 39px;
}
.desc__btn:hover {
  -webkit-box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
          box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
}
.effect {
  background: #000000 url("../img/effect.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.effect__section {
  padding: 30px 0;
}
.effect__title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .effect__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .effect__title {
    font-size: 34px;
  }
}
.effect__subtitle {
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .effect__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .effect__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .effect__list {
    display: table;
    font-size: 0;
  }
}
.effect__item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .effect__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
  }
  .effect__item:last-child {
    margin-right: 0;
  }
}
.effect__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .effect__img {
    height: 220px;
    overflow: hidden;
  }
  .effect__img img {
    max-height: 100%;
  }
}
.effect__name {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .effect__name {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .effect__name {
    font-size: 34px;
  }
}
.effect__text {
  font-size: 22px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .effect__text {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .effect__text {
    font-size: 24px;
  }
}
.result {
  background: #ce252d url("../img/result.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
@media (min-width: 992px) {
  .result {
    background: url("../img/result_big.jpg") no-repeat;
    background-size: cover;
    color: #000;
    text-align: center;
  }
}
.result__section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .result__section {
    position: relative;
    height: 640px;
    display: table;
  }
}
.result__title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .result__title {
    font-size: 30px;
    margin-left: 340px;
  }
}
@media (min-width: 1200px) {
  .result__title {
    font-size: 34px;
  }
}
.result__subtitle {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .result__subtitle {
    font-size: 22px;
    margin-left: 340px;
  }
  .result__subtitle:after {
    content: "";
    display: block;
    width: 60%;
    border-bottom: 1px solid #909394;
    padding-top: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .result__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .result__content {
    margin-left: 340px;
  }
}
.result__img {
  text-align: center;
}
@media (min-width: 992px) {
  .result__img {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.result__img img {
  height: 390px;
}
@media (min-width: 992px) {
  .result__img img {
    height: auto;
    max-height: 600px;
  }
}
.result__text {
  line-height: 1.2;
  text-align: center;
}
.result__text p {
  font-size: 22px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .result__text p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .result__text p {
    font-size: 24px;
  }
}
.result__text p:last-child {
  margin-bottom: 0;
}
.result__btn {
  margin: 40px auto 0;
  font-size: 18px;
  color: #3b3d40;
  border: 1px solid #fff;
  padding: 20px 80px 20px 40px;
  border-radius: 5px;
  display: table;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 576px) {
  .result__btn {
    font-size: 22px;
  }
}
.result__btn:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 27px;
  background: url("../img/cursor.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 39px;
}
.result__btn:hover {
  -webkit-box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
          box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
}
.benefit {
  background: #dedede url("../img/benefit.jpg") center top no-repeat;
  background-size: cover;
}
.benefit__section {
  padding: 30px 0 0;
}
.benefit__title {
  font-size: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .benefit__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .benefit__title {
    font-size: 34px;
  }
}
.benefit__items {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .benefit__items {
    font-size: 0;
  }
}
@media (min-width: 992px) {
  .benefit__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .benefit__item:nth-child(odd) {
    margin-right: 4%;
  }
}
.benefit__img {
  position: relative;
  margin: 15px 0;
}
.benefit__caption {
  padding: 10px;
  background: #da2631;
  color: #fff;
  font-size: 16px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .benefit__caption {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .benefit__caption {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .benefit__caption {
    font-size: 22px;
  }
}
.benefit__text {
  background: #f4f4f4;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #010101;
}
@media (min-width: 992px) {
  .benefit__text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .benefit__text {
    font-size: 22px;
  }
}
.composition {
  background: url("../img/composition.jpg") center top no-repeat;
  background-size: cover;
}
.composition__section {
  padding: 30px 0;
}
.composition__title {
  font-size: 30px;
  color: #292929;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .composition__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .composition__title {
    font-size: 34px;
  }
}
.composition__subtitle {
  font-size: 22px;
  color: #282828;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .composition__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .composition__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .composition__list {
    font-size: 0;
  }
}
.composition__item {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .composition__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .composition__item:nth-child(odd) {
    margin-right: 4%;
  }
}
.composition__item:last-child {
  margin-bottom: 0;
}
.composition__info {
  text-align: center;
}
.composition__icon {
  display: block;
  width: 60px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}
.composition__icon img {
  display: block;
}
.composition__name {
  padding: 10px;
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .composition__name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .composition__name {
    font-size: 24px;
  }
}
.composition__text {
  font-size: 18px;
  line-height: 1.2;
  color: #282828;
  text-align: center;
}
@media (min-width: 992px) {
  .composition__text {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .composition__text {
    font-size: 22px;
  }
}
.composition__btn {
  display: table;
  text-align: center;
  padding: 20px 80px 20px 40px;
  background: #32a01b;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  margin: 30px auto 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 576px) {
  .composition__btn {
    font-size: 22px;
  }
}
.composition__btn:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 27px;
  background: url("../img/cursor.png") no-repeat;
  background-size: contain;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
  width: 30px;
  height: 39px;
}
.composition__btn:hover {
  -webkit-box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
          box-shadow: 0.5px 0.866px 25px 1px rgba(3, 3, 3, 0.6);
}
.review {
  background: #f4f4f4;
}
.review__section {
  padding: 30px 0 15px;
}
.review__title {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .review__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .review__title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .review__list {
    font-size: 0;
  }
}
.review__item {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .review__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
  }
  .review__item:last-child {
    margin-right: 0;
  }
}
.review__item:last-child {
  margin-bottom: 0;
}
.review__ava {
  text-align: center;
}
.review__name {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .review__name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .review__name {
    font-size: 24px;
  }
}
.review__desc {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .review__desc {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .review__desc {
    font-size: 22px;
  }
}
.review__desc span {
  display: block;
}
.review__text {
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .review__text {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .review__text {
    font-size: 20px;
  }
}
.review__text p {
  margin-bottom: 10px;
}
.review__text p:last-child {
  margin-bottom: 0;
}
.review__disclaimer {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .review__disclaimer {
    font-size: 16px;
  }
}
.comment {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .comment {
    background: url("../img/comment_big.jpg") center no-repeat;
    background-size: cover;
  }
}
.comment__section {
  padding: 30px 0 20px;
}
.comment__title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .comment__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .comment__title {
    font-size: 34px;
  }
}
.comment__subtitle {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .comment__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .comment__subtitle {
    font-size: 24px;
  }
}
.comment__list {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .comment__list {
    font-size: 0;
  }
}
.comment__item {
  border: 1px solid #a3a3a3;
  padding: 15px;
  position: relative;
  font-size: 0;
  margin-bottom: 40px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .comment__item {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    background: #fff;
    margin-left: 4%;
  }
  .comment__item:nth-child(odd) {
    margin-right: 12%;
  }
}
.comment__item:last-child {
  margin-bottom: 0;
}
.comment__ava {
  position: absolute;
  top: -22px;
  left: -15px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .comment__ava {
    top: -22px;
    left: -40px;
    width: 70px;
    height: 70px;
  }
}
.comment__name {
  font-size: 30px;
  color: #3b5998;
  padding-left: 60px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .comment__name {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .comment__name {
    font-size: 30px;
    padding-left: 40px;
    margin-bottom: 0;
  }
}
.comment__date {
  font-size: 18px;
}
@media (min-width: 576px) {
  .comment__date {
    width: 50%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .comment__date {
    font-size: 18px;
  }
}
.comment__date:before {
  content: "";
  width: 25px;
  height: 27px;
  display: inline-block;
  vertical-align: text-bottom;
  background: url("../img/clock.png") no-repeat;
  margin-right: 5px;
}
.comment__text {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .comment__text {
    font-size: 18px;
  }
}
.comment__disclaimer {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .instruction__items {
    font-size: 0;
  }
}
@media (min-width: 992px) {
  .instruction__item {
    display: inline-block;
    width: 25%;
  }
  .instruction__item img {
    display: block;
  }
}
.bx-wrapper {
  position: relative;
  font-size: 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background: #858585;
  border-radius: 50%;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-prev:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border: solid #ccc;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 10px;
  left: 11px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border: solid #ccc;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  right: 11px;
}
.footer {
  background: #333436;
  color: #fff;
  text-align: center;
}
.footer__section {
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  .footer__section {
    position: relative;
    display: table;
    height: 650px;
  }
}
.footer__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .footer__title {
    margin-left: 500px;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    margin-left: 550px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .footer__content {
    margin-left: 500px;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    margin-left: 550px;
    margin-right: 50px;
  }
}
.footer__form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.footer__form input,
.footer__form select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  padding-left: 10px;
}
.footer__form select {
  background: #ffffff url(../img/select.png) no-repeat right 12px top 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer__form button {
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  border: none;
  background: #32a01b;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: background .5s;
  transition: background .5s;
  cursor: pointer;
  font-weight: 700;
}
.footer__form button:hover {
  background: #0595d1;
}
.footer__price {
  margin-bottom: 20px;
  font-size: 0;
}
.footer__new {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: #32a01b;
}
.shipment-block {
  font-size: 30px;
}
.shipment-price {
  color: #32a01b;
  margin-top: 10px;
  margin-bottom: 10px;
}
.total-price {
  margin-bottom: 10px;
  font-size: 26px;
}
@media (min-width: 576px) {
  .footer__new {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.footer__old {
  display: inline-block;
  font-size: 30px;
  text-decoration: line-through;
}
.footer__img {
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .footer__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 500px;
  }
}
.footer__text {
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer__text {
    font-size: 16px;
    margin-left: 500px;
  }
}
@media (min-width: 1200px) {
  .footer__text {
    margin-left: 550px;
    margin-right: 50px;
  }
}

.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 15%;
  display: flex;
  align-items: center;
  background-color: #94e719;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: -2px 3px 11px rgb(0 0 0 / 30%);
  transition: all 0.5s;
}

.feedback:hover {
  right: 0;
}

.feedback img {
  width: 50px;
  height: 50px;
}

.popup-window {
font-family: sans-serif;
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 15%;
  padding: 35px 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 2000;
box-shadow: -2px 3px 11px rgb(0 0 0 / 17%);
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #94e719;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .feedback {
    top: 35%;
  }
  .popup-window {
    top: 35%;
  }
}