* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

header {
  flex: 0 0 auto;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
  text-decoration: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  /* color: inherit; */
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.container {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.header {
  background-color: #fff;
  padding-top: 15px;
  background-image: url(../img/header-bg.png);
  background-size: cover;
  background-position: 50% 50%;
}

.atencion {
  border: 3px solid red;
  background-color: #fff;
  padding: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
}

.atencion__title {
  color: red;
  font-size: 1.8em;
  font-weight: bold;
  margin-right: 20px;
}

.atection__text {
  font-size: 1.1em;
  color: #000;
  line-height: 1.3em;
  text-align: center;
  font-weight: 700;
}

.atection__text span {
  color: red;
}

.header__body {
  position: relative;
  margin-top: 150px;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}

.header-doctor {
  position: absolute;
  width: 38vw;
  max-width: 600px;
  min-width: 550px;
  transform: translateX(calc(50% + 26vw));
  bottom: -90px;
  right: 50%;
}

.offer__left .img-wrapper {
  margin-left: 40px;
}

@media screen and (max-width: 0) {
}

.offer {
  display: flex;
  align-items: center;
  width: 65%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .offer {
    flex-direction: column;
  }

  .header__body {
    background-color: rgba(255, 255, 255, 0.4);
    margin: 20px 0;
  }

  .header-doctor {
    bottom: -20px;
  }
}

.offer__left {
}

.offer__title {
  font-size: 62px;
  font-weight: 900;
  color: #ebca46;
  text-shadow: 2px 1px 2px rgb(26, 53, 11);
  font-style: italic;
  margin-bottom: 40px;
}

.offer-list__item {
  margin: 30px 0px;
  font-size: 1.3em;
  color: #000;
  position: relative;
  padding-left: 40px;
}

.offer-list__item::after {
  content: '';
  background-image: url(../img/icon.png);
  position: absolute;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  left: 5px;
  top: 0px;
  background-repeat: no-repeat;
}

.img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.img {
  display: block;
}

.img-wrapper img {
  width: 100px;
}

.img-wrapper img:first-child {
  margin-right: 10px;
}

.header-bottom {
  background: linear-gradient(90deg, #dadada 0, #f7f7f7);
  padding: 20px 0px;
}

.header-bottom__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.product-img {
  align-self: flex-start;
  margin-left: 15px;
  width: 290px;
  height: auto;
  z-index: 99;
}

.header-bottom__list {
  width: 540px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.header-bottom__item {
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  padding: 0 0 6px;
  font-size: 1.2em;
  position: relative;
}

.header-bottom__item::after {
  position: absolute;
  content: '';
  top: 30%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .header-bottom__wrapper {
    flex-direction: column;
  }

  .header-bottom__list {
    margin-bottom: 20px;
  }

  .offer__left .img-wrapper {
    margin-left: 20px;
  }
}

.header-btn {
  font-size: 1.6em;
  color: #fff;
  background-color: #db1010;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  font-weight: 700;
  border-radius: 30px;
  width: 350px;
}

.desc {
  padding: 30px 0px 20px;
}

.desc__wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.desc__content {
  max-width: 540px;
  width: 100%;
}

.desc__img {
  width: 560px;
}

.desc__subtitle,
.section-subtitle {
  line-height: 1em;
  font-weight: 400;
  color: #4d547c;
  font-size: 1.3em;
  display: inline-block;
  margin-bottom: 7px;
}

.desc__title,
.section-title {
  line-height: 1em;
  font-size: 3em;
  font-weight: 800;
  color: #ebca46;
  font-style: italic;
  text-shadow: 2px 1px 2px rgb(26 53 11);
  margin-bottom: 30px;
}

.section-title--orange {
  color: #e8820c;
  font-style: normal;
  font-size: 2.5rem;
  text-shadow: none;
}

.desc__text {
  font-size: 1em;
  line-height: 1.6em;
  color: #000;
}

.desc__text:not(:last-child) {
  margin-bottom: 8px;
}

.symptoms {
  background: #fff;
  position: relative;
}

.symptoms__img {
  background-image: url(../img/symptoms.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1200px 240px;
  height: 240px;
}

.symptoms__list {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  top: 74%;
  text-align: center;
}

.symptoms__item {
  text-shadow: 0 -1px 0 #333;
}

.symptoms__item:nth-child(1) {
  margin-left: 70px;
}

.symptoms__item:nth-child(2) {
  margin-left: 200px;
}

.symptoms__item:nth-child(3) {
  margin-left: 130px;
  width: 300px;
}

.symptoms__item:nth-child(4) {
  margin-left: 30px;
}

.properties {
  padding: 50px 0px;
}

.properties__title {
  font-size: 60px;
}

.properties-content {
  font-family: 'Georgia', sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-top: 60px;
}

.properties-content__list {
  width: 45%;
}

.properties__text {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.properties__item {
  padding: 10px 0px 10px 30px;
  font-size: 1.2em;
  color: #5e6488;
  position: relative;
  line-height: 1.5em;
  font-style: italic;
}

.properties__item::after {
  position: absolute;
  content: url('../img/check.png');
  left: 0;
  top: 23%;
}

.effect {
  position: relative;
  background-image: url('../img/effect.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 75%;
}

.effect__wrapper {
  display: flex;
  align-items: flex-start;
  align-content: center;
  color: #fff;
  padding-top: 20%;
  justify-content: space-between;
  padding-bottom: 120px;
}

.effect__list {
  width: 200px;
}

.effect__title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.effect__item {
  padding: 6px 0px;
}

.section-bottom {
  background: linear-gradient(90deg, #dadada 0, #f7f7f7);
  padding: 30px 0px;
}

.secton-bottom__wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}

.section-bottom__content {
  text-align: center;
  width: 40%;
}

.section-bottom__sub {
  color: #555;
  line-height: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
}

.section-bottom__text {
  font-size: 2rem;
  line-height: 1.1em;
  color: #555;
  font-weight: 700;
}

.benefits {
  padding: 40px 0px;
  text-align: center;
}

.benefits__title {
  font-size: 4rem;
}

.benefits__text {
  color: #4d547c;
  line-height: 1.5em;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.benefits__list {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
}

.benefits__img {
  display: inline-block;
  margin-bottom: 20px;
}

.benefits-item {
  width: 30%;
}

.benefits-item__title {
  padding-bottom: 22px;
  font-weight: 700;
  line-height: 1.3em;
  color: #4d547c;
  font-size: 18px;
}

.benefits-item__text {
  color: #4d547c;
  line-height: 1.5em;
  font-size: 1.2em;
}

.reviews {
  padding: 40px 0px;
}

.reviews__title {
  font-size: 50px;
  color: #e8820c;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.reviews__wrapper {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews__item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.reviews__content {
  color: #4d547c;
  font-style: italic;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.9em;
}

.section-wrapp__left {
  position: relative;
  display: flex;
  flex-direction: row;
}

.reviews__sub {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-top: 30px;
}

.section-form {
  background-image: url('../img/section.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.section-form__content {
  position: relative;
}

.section-form__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 800px;
  display: inline-block;
  margin-bottom: 20px;
}

.section-form__text span {
  font-size: 80%;
  font-weight: normal;
}

.product__wrapper {
  position: relative;
  width: 350px;
  height: 100%;
}

.section-form__img {
  width: 430px;
  /* width: 100%; */
  height: auto;
  position: absolute;
  top: 0;
  right: 30px;
}

.section-form__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
}

.form-list__title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer__img-wrapper--mobile {
  display: none;
}

.form__item {
  color: #fff;
  padding: 20px 0px 0px 40px;
  position: relative;
}

.form__item::after {
  position: absolute;
  content: url(../img/check-green.png);
  left: 0;
  top: 12px;
}

.footer__img-wrapper {
  position: relative;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 30px;
}

.footer__img-wrapper img {
  margin-left: 20px;
}

.form {
  border: 2px solid #ffdb4b;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 5px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  max-width: 330px;
  width: 100%;
}

.form-text {
  font-size: 16px;
  display: inline-block;
  color: #4d547c;
  text-align: center;
}

.form-title {
  font-size: 24px;
  display: inline-block;
  color: #000;
  text-align: center;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
}

.form-title::before {
  content: url('../img/tr.png');
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.price {
  margin-bottom: 20px;
}

.price span {
  text-align: center;
  font-size: 40px;
  display: block;
}

.old {
  text-decoration: line-through;
  color: #00e4ff;
}

.new {
  color: red;
  font-weight: 700;
}

.input {
  border-radius: 0.3em;
  border: 1px solid #ccc;
  border-top-color: #c2c2c2;
  border-bottom-color: #d6d6d6;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  color: #333;
  display: block;
  line-height: 1.2;
  height: 2.5em;
  padding: 0 0.75em;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  margin-bottom: 10px;
}

.form-btn {
  width: 100%;
  margin-top: 10px;
}

.form__wrapper {
  width: 27%;
}

.form-bottom {
  background-color: #fff;
  margin-top: 20px;
  padding: 10px;
  border: 2px solid #ffdb4b;
  border-radius: 10px;
  text-align: center;
}

.form-bottom p {
  margin-bottom: 7px;
}

.form-bottom span {
  color: red;
}

.form-bottom-span {
  color: grey;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.form-img__wrapper img {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.text-bottom {
  color: rgb(198, 198, 198);
  font-style: italic;
  font-size: 50px;
}

.footer {
  padding: 40px 0px;
  background-color: #fff;
  text-align: center;
}

.footer-sapn {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-link {
  color: red !important;
  text-decoration: underline;
  font-size: 14px;
}

.img-fix {
  position: fixed;
  bottom: 0;
  left: 0;
}

/*  Responsive  */
/* Large: 992px - 1199px */
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .reviews__wrapper {
    flex-direction: column;
  }

  .section-form__text {
    width: 100%;
  }

  .header__body {
    background-size: 60%;
  }

  .product-img {
    width: 250px;
  }

  .desc__img {
    width: 500px;
  }

  .reviews__item {
    width: 100%;
  }

  .section-form__img {
    bottom: -294px;
  }

  .benefits__img {
    width: 150px;
    height: 150px;
  }

  .section-form__content {
    margin-bottom: 30px;
  }

  .form__wrapper {
    width: 40%;
  }

  .product__wrapper img {
    width: 350px;
    margin-right: 0;
  }

  .form {
    max-width: none;
  }

  .form-btn {
    max-width: 300px;
  }

  .symptoms__list {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    top: 73%;
    text-align: center;
  }

  .symptoms__item:nth-child(1) {
    margin-left: -4px;
  }

  .symptoms__item:nth-child(2) {
    margin-left: 197px;
  }

  .symptoms__item:nth-child(3) {
    margin-left: 136px;
    width: 300px;
  }

  .symptoms__item:nth-child(4) {
    margin-left: -11px;
  }

  .section-form__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.priceAndLabelForLandingInfoApi {
  position: relative;
}

.priceAndLabelForLandingInfoApi::after {
  content: '*';
  position: absolute;
  font-size: 22px;
}

/* Medium: 768px - 991px */
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .symptoms__img {
    background-image: url(../img/symptoms.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 924px 204px;
    height: 204px;
  }

  .symptoms__item:nth-child(1) {
    margin-left: -30px;
  }

  .symptoms__item:nth-child(2) {
    margin-left: 125px;
  }

  .symptoms__item:nth-child(3) {
    margin-left: 28px;
    width: 300px;
  }

  .symptoms__item:nth-child(4) {
    margin-left: -31px;
  }

  .product-img {
    bottom: 144px;
  }

  .img-wrapper {
    width: 30%;
  }

  .desc__img {
    position: relative;
    width: 400px;
  }

  .desc__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .properties__text {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .properties-content {
    flex-direction: column;
  }

  .properties-content__list {
    width: 100%;
  }

  .effect__wrapper {
    padding-top: 40%;
  }

  .secton-bottom__wrapper {
    flex-direction: column;
  }

  .section-bottom__content {
    width: 100%;
    margin-bottom: 20px;
  }

  .benefits__text {
    margin-bottom: 10px;
  }

  .benefits__list {
    flex-direction: column;
    align-items: center;
  }

  .benefits__item {
    width: 100%;
    margin-top: 20px;
  }

  .atencion {
    display: block;
    text-align: center;
  }

  .atencion__title {
    display: inline;
    margin-right: 0;
    font-size: 1.3em;
  }

  .atection__text {
    display: inline;
  }

  .section-subtitle,
  .section-title {
    display: block;
    text-align: center;
  }

  .effect__wrapper {
    padding-top: 27%;
  }

  .section-form__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .product__wrapper {
    position: relative;
    width: 100%;
  }

  .section-form__img {
    top: 40px;
    right: 0;
  }

  .form {
    margin: 10px auto;
  }

  .form-list {
    order: 1;
    margin-bottom: 20px;
  }

  .form__wrapper {
    width: 100%;
    order: 3;
  }

  .form-list__title {
    text-align: center;
  }

  .form {
    max-width: 400px;
  }

  .form-bottom {
    max-width: 400px;
    margin: 0 auto;
  }

  .section-form__img {
    width: 29%;
    height: auto;
    position: relative;
    bottom: 0;
    display: block;
    margin: 0 auto;
  }

  .footer__img-wrapper {
    /* position: absolute; */
    width: 16%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .atencion {
    font-size: 14px;
  }

  .offer {
    width: 80%;
  }

  .product-img {
    width: 300px;
  }

  .header-doctor {
    width: 550px;
    min-width: auto;
    transform: translateX(calc(50% + 30vw));
  }

  .img-wrapper .img {
    width: 90px;
    height: auto;
  }

  .footer__img-wrapper--mobile {
    display: none;
  }

  .reviews__img,
  .benefits__img {
    width: 90px;
    height: 90px;
  }

  .header-bottom__item {
    font-size: 13px;
  }

  .reviews__content {
    margin-left: 10px;
  }

  .header-btn {
    width: 270px;
  }

  .offer__title {
    font-size: 32px;
  }

  .img-fix {
    display: none;
  }

  .img {
    width: 100px;
  }

  .desc__img {
    width: 300px;
  }

  .properties__title,
  .benefits__title,
  .reviews__title {
    font-size: 28px;
  }

  .effect__wrapper {
    flex-direction: column;
    align-items: flex-end;
    font-size: 16px;
  }

  .product__wrapper {
    position: relative;
    width: auto;
    right: 46px;
  }

  .product__wrapper img {
    bottom: 0;
    right: -40px;
  }

  .footer__img-wrapper img {
    margin-left: 10px;
  }

  .effect {
    background-position: center left 65%;
  }

  .offer {
    /* align-items: flex-start; */
  }

  .effect__item {
    font-size: 16px;
  }

  .offer-list {
    width: 100%;
  }

  .header__body {
    background-image: none;
    padding-bottom: 30px;
    padding-top: 46px;
  }

  .product-img {
    align-self: flex-start;
  }

  .symptoms__img {
    background-image: url(../img/sympt-mob.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    height: 332px;
  }

  .symptoms__list {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    top: 19%;
    right: 20px;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .symptoms__item {
    text-shadow: none;
    width: 50%;
    height: 170px;
  }

  .symptoms__item:nth-child(1) {
    margin-left: 0px;
  }

  .symptoms__item:nth-child(2) {
    margin-left: 0px;
  }

  .symptoms__item:nth-child(3) {
    margin-left: 0px;
    width: 50%;
  }

  .symptoms__item:nth-child(4) {
    margin-left: 0px;
  }
}

@media (max-width: 588px) {
  .container {
    padding: 0 15px;
  }

  .offer {
    width: 70%;
  }

  .product-img {
    width: 200px;
  }

  .header-bottom__list {
    width: 100%;
  }

  .offer__title {
    margin-bottom: 20px;
  }
  .img-wrapper .img {
    width: 70px;
  }

  .offer-list__item {
    margin: 15px 0;
  }

  .section-bottom__text,
  .benefits__text,
  .form-list__title,
  .section-form__text,
  .effect__title {
    font-size: 1rem;
  }

  .header__body {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .offer {
    width: 90%;
  }

  .header-doctor {
    width: 410px;
  }

  .effect__wrapper {
    padding-top: 18%;
    padding-bottom: 52px;
  }

  .benefits__item {
    margin-top: 10px;
  }

  .section-wrapp__left {
    flex-direction: column;
  }

  .footer__img-wrapper {
    display: none;
  }

  .footer__img-wrapper--mobile {
    display: flex;
    position: absolute;
    top: 60px;
    right: -20px;
    flex-direction: column-reverse;
  }

  .product__wrapper {
    width: auto;
    margin: 0 auto;
    right: 0;
  }

  .product__wrapper img {
    right: 0;
  }

  .section-form__img {
    top: 0;
  }
}

@media (max-width: 490px) {
  .header-doctor {
    width: 390px;
  }
}

@media (max-width: 420px) {
  .container {
    padding: 0 15px;
  }

  .header-bottom__list {
    width: 100%;
  }

  .header__body {
    padding-bottom: 0px;
  }

  .header-bottom__wrapper {
    margin-top: 16px;
  }

  .offer {
    width: 100%;
  }

  .offer-list__item {
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
  }

  .offer-list__item::after {
    background-size: 20px 20px;
  }

  .product-img {
    left: 20px;
    width: 150px;
    bottom: 146px;
  }

  .header-doctor {
    width: 300px;
  }

  .offer-list {
    width: 95%;
  }

  .header-bottom__item::after {
    top: 13%;
    width: 4px;
    height: 4px;
  }

  .properties-content__list {
    font-size: 14px;
  }

  .effect__list {
    width: 153px;
  }

  .effect__item,
  .benefits__text,
  .benefits-item__text {
    font-size: 14px;
  }

  .benefits__item {
    margin-bottom: 15px;
  }

  .benefits-item__title {
    padding-bottom: 5px;
  }

  .product__wrapper {
    position: relative;
    width: auto;
  }

  .product__wrapper img {
    width: 280px;
  }

  .footer__img-wrapper--mobile {
    top: 10px;
    right: 0;
    width: auto;
  }

  .footer__img-wrapper--mobile .img {
    width: 80px;
  }

  .section-form__img {
    width: 53%;
    height: auto;
    position: relative;
    bottom: 0;
    display: block;
    margin: 0 auto;
  }

  .header {
  }

  .atection__text {
    font-size: 1em;
  }

  .atencion {
    padding: 10px;
  }

  .symptoms__img {
    background-image: url(../img/sympt-mob.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    height: 252px;
  }

  .symptoms__list {
    top: 16%;
    right: 0;
  }

  .symptoms__item {
    height: 140px;
  }
}

@media (max-width: 410px) {
  .footer__img-wrapper {
  }
}

@media (max-width: 375px) {
  .footer__img-wrapper {
    left: 222px;
    top: 25px;
  }

  .header-doctor {
    width: 330px;
    transform: translateX(calc(50% + 35vw));
  }
}

@media (max-width: 355px) {
  .footer__img-wrapper {
    left: 212px;
    top: 15px;
    width: 30%;
  }

  .header-doctor {
    width: 300px;
  }
}
