@charset "UTF-8";
/* abhaya-libre-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abhaya-libre-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* abhaya-libre-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/abhaya-libre-v17-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

: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%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 'Abhaya Libre';
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

/*--------------------------------------------------МИКСИН ДЛЯ АДАПТИВНОГО ТЕКСТА--------------------------------------------------------*/
/*--------------------------------------------------МИКСИН ДЛЯ ПСЕВДОЭЛЕМЕНТОВ--------------------------------------------------------*/
/*--------------------------------------------------МИКСИН ДЛЯ ПЛЕЙСХОЛДЕРОВ--------------------------------------------------------*/
/*--------------------------------------------------УСЕЧЕНИЕ ТЕКСТА--------------------------------------------------------*/
/*--------------------------------------------------Спрятать\Показать блок--------------------------------------------------------*/
/*ПЕРЕМЕННЫЕ------------------------------------------------------------------------*/
/*ширина контейнера*/
/*Отступы у контейнера*/
/*Максимальная ширина*/
/*Минимальная ширина*/
section {
  position: relative;
  padding-bottom: 110px;
}

/*КОНТЕЙНЕР------------------------------------------------------------------------*/
.container {
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

/*ВРАППЕР------------------------------------------------------------------------*/
.wrapper {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
}

.title {
  text-transform: uppercase;
  font-family: 'Abhaya Libre', sans-serif;
  font-weight: 800;
  font-size: 55px;
  line-height: 64px;
  text-transform: uppercase;
  color: #222020;
}

.subtitle {
  font-family: "Abhaya Libre", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 170%;
  color: #282525;
}

@media (max-width: 555px) {
  .title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.02em;
  }

  section {
    padding-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 16px;
    line-height: 15px;
  }

  .subtitle {
    font-size: 8px;
    line-height: 161%;
  }
}

.pink {
  color: #D12E6D;
}

.general {
  font-family: "Abhaya Libre", sans-serif;
  background: url("../img/general__bg.png") center no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.general__header {
  padding: 27px 0px;
}

.general__block {
  display: flex;
}

.general__column {
  position: relative;
  flex: 0 1 50%;
}

.general__column:first-child {
  z-index: 4;
}

.general__title {
  font-weight: 600;
  line-height: 80px;
}

.general__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 161%;
  color: #474242;
  margin-top: 10px;
}

.general__text span {
  font-weight: 600;
}

.general__bold {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 161%;
  text-transform: uppercase;
  color: #383637;
  opacity: 0.88;
  margin-top: 20px;
}

.general__price {
  display: flex;
  align-items: flex-end;
  font-family: 'Abhaya Libre', sans-serif;
  margin-bottom: 30px;
}

.general__price_n {
  font-weight: 600;
  font-size: 50px;
  line-height: 122.5%;
  color: #FF8D14;
  opacity: 0.88;
}

.general__price_o {
  margin-left: 14px;
  font-size: 35px;
  line-height: 122.5%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9F9F9F;
  opacity: 0.88;
}

.general__button {
  cursor: pointer;
  background: linear-gradient(92.95deg, #F47F77 -3.22%, #F25987 88.85%);
  box-shadow: inset 3px -4px 9px 1px rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-family: 'Abhaya Libre', sans-serif;
  font-size: 27px;
  line-height: 161%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 35px 110px;
  width: auto;
  border-radius: 20px;
}

.general__gel {
  z-index: 2;
}

.general__gel img {
  margin-left: 50px;
  margin-top: 50px;
  z-index: 2;
  position: relative;
  width: 90%;
}

.general__abs {
  position: absolute;
}

.general__sale {
  z-index: 1;
  top: 150px;
  left: 8px;
}

.general__shish {
  z-index: 0;
  top: -40px;
  left: -250px;
}

.general__back {
  top: 0;
  right: 0;
}

.general__mob {
  display: none;
}

.general .general__el {
  display: none;
}

@media (max-width: 1024px) {
  .general__block {
    flex-direction: column;
  }

  .general__column {
    text-align: left;
    margin: 0 auto;
  }

  .general__column:last-child {
    order: 1;
  }

  .general__price {
    justify-content: center;
  }

  .general__column:first-child {
    order: 2;
  }

  .general__gel {
    height: 783px;
  }

  .general__sale {
    left: 44px;
  }

  .general__shish {
    top: 86px;
    left: -196px;
  }
}

@media (max-width: 765px) {
  .general__column {
    flex: 0 1 100%;
  }

  .general__column:last-child {
    margin: 0;
  }

  .general__gel {
    height: auto;
  }

  .general__gel img {
    width: auto;
  }
}

@media (max-width: 555px) {
  .general__mob {
    display: block;
  }

  .general__desk {
    display: none;
  }

  .general__gel {
    background: url("../img/Group240.png") no-repeat;
    background-size: 90% auto;
  }

  .general__gel img {
    margin-top: -5px;
    margin-left: -17px;
    width: 105%;
    padding-top: 45px;
  }

  .general__title {
    font-size: 38px;
    line-height: 34px;
  }

  .general .block__container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }

  .general .general__back {
    display: none;
  }

  .general .general__el {
    display: block;
  }

  .general .general__el_1 {
    top: 0;
  }

  .general .general__el_2 {
    right: 0;
    top: 0;
  }

  .general .general__el_3 {
    top: 50px;
    left: 0;
  }

  .general__header {
    display: flex;
    justify-content: center;
    padding: 0;
    padding-top: 50px;
  }

  .general__logo {
    width: 54px;
  }

  .general__logo img {
    width: 100%;
  }

  .general__column:last-child {
    position: absolute;
    left: 0;
    width: 100%;
  }

  .general__column:first-child {
    padding-top: 650px;
  }
}

@media (max-width: 465px) {
  .general__title {
    font-size: 28px;
    line-height: 34px;
  }

  .general__text {
    font-size: 14px;
  }

  .general__bold {
    font-size: 15px;
  }

  .general__price {
    justify-content: flex-start;
  }

  .general__price_n {
    font-size: 28px;
    line-height: 34px;
  }

  .general__price_o {
    font-size: 24px;
    line-height: 29px;
  }

  .general__button {
    padding: 18px 77px;
  }

  .general__column:first-child {
    padding-top: 550px;
  }
}

@media (max-width: 414px) {
  .general__text {
    width: 376px;
  }

  .general__gel img {
    padding-top: 35px;
  }
}

@media (max-width: 405px) {
  .general__button {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .general__button {
    padding: 18px 47px;
  }

  .general__column:first-child {
    padding-top: 450px;
  }

  .general__text {
    width: 290px;
  }
}

@media (max-width: 360px) {
  .general__text {
    width: 290px;
  }
}

@media (max-width: 350px) {
  .general__column:first-child {
    padding-top: 400px;
  }
}

@media (max-width: 320px) {
  .general__column:first-child {
    padding-top: 380px;
  }

  .general__button {
    text-align: center;
    width: 290px;
    font-size: 21px;
  }
}

.natural {
  background: url("../img/natural__bg.png") no-repeat center;
  background-size: cover;
  padding-top: 139px;
  height: auto;
  padding-bottom: 330px;
}

.natural__block {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  width: 616px;
}

.natural__box {
  border: 1px solid #F6F6F6;
  padding: 70px 50px;
  border-radius: 8px;
}

.natural__title {
  font-size: 45px;
  line-height: 53px;
  margin-bottom: 25px;
  font-weight: 600;
}

.natural__text {
  font-family: "Abhaya Libre", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 175%;
  color: #2C2828;
  opacity: 0.7;
}

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

.natural__per {
  font-family: "Abhaya Libre", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 149.687px;
  line-height: 161%;
  background: linear-gradient(167.82deg, #8DDA88 16.64%, #6A9313 105.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.natural__abs {
  position: absolute;
}

.natural__shev {
  z-index: 2;
}

.natural__shev_1 {
  width: 21%;
  bottom: 0;
  left: 0;
}

.natural__shev_2 {
  bottom: 0;
  right: 0;
}

.natural__woman {
  margin-top: 97px;
  margin-left: 100px;
  z-index: 1;
  width: 1450px;
  transform: translate(-230px, -734px);
}

@media (max-width: 1280px) {
  .natural__shev {
    width: 20%;
  }
}

@media (max-width: 914px) {
  .natural {
    padding-bottom: 125px;
  }

  .natural__woman {
    margin-left: 0;
    margin-top: 0;
    width: 793px;
    transform: translate(50px, -403px);
  }
}

@media (max-width: 700px) {
  .natural__block {
    padding: 4px;
    width: 460px;
  }

  .natural__title {
    font-size: 35px;
  }

  .natural__text {
    font-size: 15px;
  }

  .natural__per {
    font-size: 115px;
  }

  .natural__box {
    padding: 10px;
  }

  .natural__woman {
    width: 645px;
    transform: translate(28px, -305px);
  }
}

@media (max-width: 555px) {
  .natural {
    padding-bottom: 90px;
    padding-top: 20px;
  }

  .natural__woman {
    width: 555px;
    transform: translate(17px, -280px);
  }
}

@media (max-width: 536px) {
  .natural__block {
    width: 300px;
  }

  .natural__title {
    font-size: 20px;
    line-height: 15px;
  }

  .natural__text {
    font-size: 12px;
    line-height: 175%;
  }

  .natural__per {
    font-size: 40px;
    line-height: 161%;
  }

  .natural__icon {
    width: 100px;
  }

  .natural__icon img {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .natural__icon {
    width: 51px;
  }

  .natural__block {
    height: auto;
    width: 170px;
    /* height: 244px; */
  }

  .natural__title {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .natural__text {
    font-size: 12px;
    line-height: 175%;
  }

  .natural__per {
    font-size: 30px;
    line-height: 161%;
  }

  .natural__woman {
    width: 370px;
    transform: translate(-19px, -156px);
  }
}

.advantages {
  padding-top: 100px;
  background: linear-gradient(163.87deg, #ECA059 11.12%, #B9305E 86.95%);
  padding-bottom: 200px;
}

.advantages__title {
  text-align: center;
  color: white;
  font-weight: 600;
}

.advantages__block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
}

.advantages__circle {
  opacity: 1;
  border: 1px solid #DA897D;
  border-radius: 50%;
}

.advantages__circle_1 {
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 692px;
  height: 692px;
}

.advantages__circle_2 {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 484px;
  height: 484px;
}

.advantages__circle_3 {
  opacity: 1;
  width: 254px;
  height: 254px;
}

.advantages__icon {
  color: white;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
}

.advantages__icon:first-child {
  justify-content: center;
  align-items: center;
  top: 0;
  right: -210px;
}

.advantages__icon:nth-child(2) {
  bottom: 200px;
  right: -225px;
}

.advantages__icon:nth-child(3) {
  bottom: 200px;
  left: -270px;
}

.advantages__txt {
  margin-left: 23px;
  color: #FFFFFF;
  font-family: "Abhaya Libre", sans-serif;
  display: flex;
  flex-direction: column;
}

.advantages__txt_u {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 161%;
  text-transform: uppercase;
}

.advantages__txt_d {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 161%;
}

.advantages__img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages__img img {
  width: 28px;
  height: 28px;
}

.advantages__bgtext {
  position: absolute;
  font-family: 'Abhaya Libre', sans-serif;
  font-size: 183.681px;
  line-height: 215px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  opacity: 0.08;
  top: 46%;
}

.advantages__center {
  position: absolute;
  top: 11%;
  left: 33%;
  width: 40%;
}

@media (max-width: 1500px) {
  .advantages__center {
    left: 22%;
  }
}

@media (max-width: 1170px) {
  .advantages__center {
    width: 900px;
    left: 15%;
  }

  .advantages__circle_1 {
    width: 600px;
    height: 600px;
  }

  .advantages__circle_2 {
    width: 400px;
    height: 400px;
  }

  .advantages__circle_3 {
    width: 200px;
    height: 200px;
  }

  .advantages__icon:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    bottom: 100px;
    right: -101px;
  }

  .advantages__icon:nth-child(2) .advantages__txt {
    margin-top: 8px;
  }

  .advantages__icon:nth-child(3) {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    left: -71px;
    flex-direction: column;
  }

  .advantages__icon:nth-child(3) .advantages__txt {
    order: 2;
    margin-top: 8px;
  }

  .advantages__icon:nth-child(3) .advantages__img {
    order: 1;
  }

  .advantages__bgtext {
    font-size: 140px;
    left: 10%;
    transform: translate(0%, -10%);
  }
}

@media (max-width: 1024px) {
  .advantages__icon:nth-child(1) {
    right: -38px;
  }

  .advantages__icon:nth-child(1) .advantages__txt {
    width: 120px;
  }

  .advantages__icon:nth-child(2) {
    right: -66px;
  }

  .advantages__icon:nth-child(3) {
    left: -25px;
  }

  .advantages__txt_u {
    font-size: 18px;
  }

  .advantages__txt_d {
    font-size: 12px;
  }

  .advantages__center {
    margin: auto;
    margin-left: -100px;
    width: 700px;
    left: 19%;
    top: 18%;
  }

  .advantages__bgtext {
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -420px;
  }
}

@media (max-width: 738px) {
  .advantages__circle_1 {
    width: 372px;
    height: 372px;
  }

  .advantages__circle_2 {
    width: 280px;
    height: 280px;
  }

  .advantages__circle_3 {
    width: 100px;
    height: 100px;
  }

  .advantages__icon:nth-child(1) {
    right: -109px;
  }

  .advantages__icon:nth-child(2) {
    right: -73px;
    bottom: 24px;
  }

  .advantages__icon:nth-child(3) {
    left: -75px;
  }

  .advantages__center {
    margin-left: -169px;
    width: 350px;
    left: 50%;
    top: 35%;
  }

  .advantages__bgtext {
    margin-left: -236px;
    font-size: 78px;
    top: 52%;
  }
}

@media (max-width: 580px) {
  .advantages {
    padding-top: 1px;
    padding-bottom: 110px;
  }

  .advantages__title {
    display: none;
  }

  .advantages__txt {
    margin-left: 13px;
  }

  .advantages__txt_u {
    font-size: 12px;
  }

  .advantages__icon:nth-child(1) {
    right: -65px;
    top: -26px;
  }

  .advantages__img {
    width: 40px;
    height: 40px;
  }

  .advantages__img img {
    width: 20px;
    height: 20px;
  }

  .advantages__circle_1 {
    width: 300px;
    height: 300px;
  }

  .advantages__circle_2 {
    width: 238px;
    height: 238px;
  }

  .advantages__center {
    left: 43%;
    top: 8%;
  }
}

@media (max-width: 420px) {
  .advantages {
    padding-top: 1px;
  }

  .advantages__block {
    margin-top: 85px;
  }

  .advantages__circle_1 {
    width: 300px;
    height: 300px;
  }

  .advantages__circle_2 {
    width: 220.3px;
    height: 220.3px;
  }

  .advantages__img {
    width: 13.17px;
    height: 13.17px;
  }

  .advantages__img img {
    width: 6.71px;
    height: 6.71px;
  }

  .advantages__center {
    width: 230.49px;
    top: 8%;
    left: 53%;
    margin-left: -125px;
  }

  .advantages__icon:nth-child(1) {
    right: -15px;
    top: -70px;
  }

  .advantages__icon:nth-child(1) .advantages__txt_u {
    width: 90px;
  }

  .advantages__icon:nth-child(2) {
    right: 0px;
    bottom: -80px;
  }

  .advantages__icon:nth-child(3) {
    bottom: -35px;
    left: -20px;
  }

  .advantages__txt_u {
    font-size: 15px;
  }

  .advantages__txt_d {
    font-size: 13px;
    width: 100px;
  }

  .advantages__bgtext {
    font-size: 45.6548px;
    margin-left: -135px;
    top: 29%;
  }
}

@media (max-width: 360px) {
  .advantages__icon:nth-child(1) {
    right: 0px;
    top: -70px;
  }

  .advantages__icon:nth-child(1) .advantages__txt_u {
    width: 90px;
  }
}

@media (max-width: 320px) {
  .advantages__icon:nth-child(1) {
    right: 10px;
    top: -70px;
  }

  .advantages__icon:nth-child(1) .advantages__txt_u {
    width: 90px;
  }
}

.ingredients {
  padding-top: 100px;
  position: relative;
}

.ingredients:after {
  content: '';
  display: block;
  width: 500px;
  height: 400px;
  background: url("../img/author_ava.png") 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -45px;
  left: 0;
}

.ingredients__title {
  font-weight: 600;
  text-align: center;
}

.ingredients__block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}

.ingredients__item {
  overflow: hidden;
  padding: 14px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}

.ingredients__item .item__inner {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredients__item:nth-child(odd) {
  align-self: flex-start;
  width: 932px;
  height: 303px;
  background: linear-gradient(291.21deg, #38891B 12.49%, #7BDE90 98.54%);
}

.ingredients__item:nth-child(even) {
  align-self: flex-end;
  width: 865px;
  height: 303px;
  background: linear-gradient(292.7deg, #A9325A 11.1%, #E2626F 93.2%);
}

.ingredients__item:first-child {
  margin-top: 0;
}

.ingredients__img {
  position: absolute;
  top: 0;
  left: 0;
}

.ingredients__img img {
  width: 100%;
}

.ingredients__text {
  padding-left: 200px;
  font-family: "Abhaya Libre", sans-serif;
  width: 670px;
}

.ingredients__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 161%;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.ingredients__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  color: #FFFFFF;
}

@media (max-width: 961px) {
  .ingredients {
    padding-bottom: 350px;
  }
  .ingredients__item {
    width: 100% !important;
    height: 303px;
  }
  .ingredients:after {
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 866px) {
  .ingredients__img {
    width: 311px;
  }

  .ingredients__img_1 {
    width: 453px;
  }

  .ingredients__img_2 {
    width: 262px;
  }

  .ingredients__item {
    width: 100% !important;
    height: 210px;
  }
}

@media (max-width: 697px) {
  .ingredients__subtitle {
    font-size: 20px;
  }

  .ingredients__desc {
    font-size: 13px;
  }
}

@media (max-width: 594px) {
  .ingredients__subtitle {
    font-size: 15px;
  }

  .ingredients__desc {
    font-size: 10px;
  }
  .ingredients:after {
    width: 400px;
    height: 320px;
    bottom: -53px;
  }
}

@media (max-width: 420px) {
  .ingredients:after {
    bottom: 40px;
  }
  .ingredients__item {
    margin-top: 20px;
    align-self: center !important;
    padding: 4px;
    height: 100%;
  }

  .ingredients__item:nth-child(odd) {
    height: 100%;
  }

  .ingredients__item:nth-child(even) {
    height: 100%;
  }

  .ingredients__item:first-child {
    height: 100%;
  }

  .ingredients__img {
    width: 200px;
    height: 202px;
    left: -32px;
  }

  .ingredients__img_1 {
    width: 308px;
  }

  .ingredients__img img {
    width: 88%;
    /* height: 202px; */
  }

  .ingredients {
    padding-top: 25px;
    padding-bottom: 220px;
  }
  .ingredients:after {
    width: 330px;
    height: 260px;
    bottom: -50px;
  }


  .ingredients__text {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    padding-left: 90px;
  }

  .ingredients__subtitle {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .ingredients__desc {
    font-size: 14px;
  }

  .ingredients__block {
    margin-top: 25px;
  }
}

@media (max-width: 414px) {
  .ingredients {
    height: 1100px;
  }
}

@media (max-width: 411px) {
  .ingredients {
    height: 1100px;
  }
  .ingredients:after {
    bottom: 40px;
  }
  .ingredients:after {
    width: 250px;
    height: 200px;
    bottom: 28px;
  }
}

@media (max-width: 375px) {
  .ingredients {
    padding-top: 23px;
    height: 1026px;
  }
  .ingredients:after {
    bottom:-30px;
  }
}

@media (max-width: 360px) {
  .ingredients {
    padding-top: 21px;
    height: 1069px;
  }
}

@media (max-width: 320px) {
  .ingredients {
    height: 1210px;
  }
}

.how {
  padding-top: 100px;
}

.how__title {
  line-height: 69px;
  text-align: center;
  font-weight: 600;
}

.how__title span {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(161.24deg, #DA4E77 27.53%, #E89281 71.43%);
}

.how__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}

.how__item {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.how__img {
  position: relative;
  min-height: 300px;
}

.how__img_1 {
  padding-top: 30px;
}

.how__img_3 {
  padding-top: 60px;
}

.how__img img {
  z-index: 3;
  position: relative;
}

.how__abs {
  font-family: "Abhaya Libre", sans-serif;
  position: absolute;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 145px;
  line-height: 170%;
  text-transform: uppercase;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(161.24deg, #DA4E77 27.53%, #E89281 71.43%);
  top: 0;
  right: 0;
  z-index: 1;
}

.how__abs_1 {
  top: -65px;
  right: 37px;
}

.how__abs_2 {
  top: -65px;
  right: 14px;
}

.how__abs_3 {
  top: -67px;
}

.how__text {
  font-family: "Abhaya Libre", sans-serif;
  padding-top: 108px;
}

.how__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  color: #282525;
  margin-bottom: 20px;
}

.how__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #282525;
}

@media (max-width: 910px) {
  .how__block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .how__item {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 30px;
  }

  .how__item:last-child {
    margin-bottom: 0;
  }

  .how__text {
    padding-top: 0;
  }
}

@media (max-width: 555px) {
  .how {
    margin-top: -20px;
    padding-bottom: 25px;
    padding-top: 0px;
  }
}

@media (max-width: 400px) {
  .how__img {
    width: 150px;
    min-height: 0;
  }

  .how__img img {
    width: 100%;
  }

  .how__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2828;
  }

  .how__block {
    margin-top: 15px;
  }

  .how__subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .how__desc {
    font-size: 14px;
    line-height: 18px;
  }

  .how__abs {
    font-size: 84.3043px;
    line-height: 170%;
  }

  .how__abs_1 {
    top: -25px;
    right: 15px;
  }

  .how__abs_2 {
    top: -40px;
  }

  .how__abs_3 {
    top: 3px;
  }
}

@media (max-width: 414px) {
  .how {
    margin-top: -95px;
  }
}

@media (max-width: 375px) {
  .how {
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .how {
    margin-top: 8px;
  }
}

@media (max-width: 320px) {
  .how {
    margin-top: -29px;
  }
}

.use {
  background: url("../img/useBg.png") no-repeat center;
  background-size: cover;
  padding-top: 200px;
}

.use__block {
  width: auto;
  height: 714px;
  background: #FFFFFF;
  box-shadow: 11px 12px 27px rgba(103, 110, 119, 0.2);
  border-radius: 8px;
  margin-bottom: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.use__block_inner {
  padding-right: 30px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.use__prod {
  position: absolute;
  top: -350px;
  left: -337px;
}

.use__title {
  margin-bottom: 45px;
  font-weight: 600;
}

.use__title span {
  color: #D93B53;
}

.use__cards {
  display: flex;
  justify-content: space-between;
}

.use__window {
  margin-right: 30px;
  position: relative;
  width: 238px;
  height: 206px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.use__window span {
  font-family: "Abhaya Libre", sans-serif;
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 97.3133px;
  line-height: 170%;
  text-transform: uppercase;
  color: #282525;
  opacity: 0.03;
  top: -30px;
  right: 0;
}

.use__text {
  padding-top: 47px;
  font-family: "Abhaya Libre", sans-serif;
  width: 240px;
}

.use__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  color: #282525;
  padding-bottom: 15px;
}

.use__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  color: #282525;
  opacity: 0.87;
}

.use__circle {
  position: absolute;
}

.use__circle_1 {
  top: 50%;
  left: -227px;
}

.use__circle_2 {
  top: 50px;
  right: -170px;
}

.use__circle_3 {
  bottom: -50px;
  right: -100px;
}

@media (max-width: 1123px) {
  .use__block {
    width: 650px;
    margin: 0 auto;
    height: auto;
  }

  .use__cards {
    flex-direction: column;
  }

  .use__title {
    text-align: center;
  }

  .use__prod {
    top: 0px;
    left: -432px;
    z-index: 2;
  }
}

@media (max-width: 679px) {
  .use {
    background: url("../img/useMB.png") no-repeat center;
    background-size: cover;
    height: 1700px;
  }

  .use__circle {
    display: none;
  }

  .use__block {
    width: auto;
  }

  .use__block_inner {
    padding-right: 18px;
  }
}

@media (max-width: 503px) {
  .use {
    height: 1600px;
  }

  .use__prod {
    display: none;
    left: -321px;
  }

  .use__prod img {
    width: 100%;
    height: 100%;
  }

  .use__cards {
    padding-left: 30px;
  }

  .use__block {
    justify-content: center;
    align-items: center;
  }

  .use__block_inner {
    padding-right: 0;
  }
}

@media (max-width: 400px) {
  .use {
    padding-top: 50px;
    height: 700px;
    padding-bottom: 50px;
  }

  .use__block {
    width: 230px;
  }

  .use__block_inner {
    padding-top: 15px;
  }

  .use .img__d {
    width: 27.3px;
    height: 34.78px;
  }

  .use__window {
    width: 80px;
    height: 69.24px;
    margin-right: 0;
  }

  .use__window img {
    width: 25.21px;
    height: 25.21px;
  }

  .use__window span {
    font-size: 32.7102px;
    line-height: 170%;
    top: -10px;
    right: 2px;
  }

  .use__prod {
    left: -200px;
    top: -31px;
  }

  .use__cards {
    padding-left: 0;
  }

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

  .use__text {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }

  .use__subtitle {
    font-size: 16px;
    line-height: 18px;
  }

  .use__desc {
    width: 100px;
    font-size: 14px;
    line-height: 12px;
  }
}

@media (max-width: 414px) {
  .use {
    margin-top: -50px;
    padding-top: 95px;
    height: 1545px;
  }
}

@media (max-width: 411px) {
  .use {
    margin-top: -50px;
    padding-top: 95px;
  }
}

@media (max-width: 375px) {
  .use {
    margin-top: 0px;
    padding-top: 30px;
    height: 630px;
    padding-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .use {
    padding-top: 25px;
    height: 636px;
    padding-bottom: 50px;
  }
}

@media (max-width: 320px) {
  .use {
    padding-top: 50px;
    height: 698px;
    padding-bottom: 50px;
  }
}

.order {
  background: url("../img/orderBG1.png") no-repeat center;
  padding-top: 75px;
  background-position-y: 50px;
  padding-bottom: 0;
  background-size: cover;
  height: 1100px;
}

.order__inner {
  display: flex;
}

.order__img1 {
  display: none;
}

.order__block {
  margin-top: 200px;
  padding: 52px 61px 120px 61px;
  width: 565px;
  background: #FFFFFF;
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.13);
  border-radius: 15px;
}

.order__img {
  margin-top: 35%;
  margin-left: 5%;
  height: 100%;
}

.order__img img {
  width: 75%;
}

.order__title {
  font-weight: 600;
  font-size: 39px;
  line-height: 166.5%;
  margin-bottom: 12px;
}

.order__title span {
  color: #D93B53;
}

.order__price {
  font-family: 'Abhaya Libre', sans-serif;
  margin-bottom: 32px;
}

.order__new {
  font-weight: 600;
  font-size: 35px;
  line-height: 122.5%;
  color: #FF8D14;
  opacity: 0.88;
  margin-right: 5px;
}

.order__old {
  font-weight: 400;
  font-size: 20px;
  line-height: 122.5%;
  letter-spacing: 0.03em;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9F9F9F;
  opacity: 0.65;
}

.order__inp {
  position: relative;
  margin-bottom: 11px;
}

.order__inp input {
  font-family: "Abhaya Libre", sans-serif;
  background: #ECF1F7;
  box-shadow: inset 0px 1px 7px rgba(72, 120, 176, 0.13);
  border: 1px solid;
  border-color: #ECF1F7;
  border-radius: 8px;
  width: 443px;
  height: 79px;
  padding-left: 100px;
  font-size: 16px;
  line-height: 170%;
  color: #282525;
}

.order__inp input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #282525;
  opacity: 0.6;
}

.order__inp input::-moz-placeholder {
  line-height: 79px;
}

.order__inp:last-child {
  margin-bottom: 0;
}

.order__inp input[type=number] {
  -moz-appearance: textfield;
}

.order__icon {
  top: 20px;
  left: 30px;
  position: absolute;
}

.order__check {
  width: 506px;
  font-family: "Abhaya Libre", sans-serif;
  margin-top: 17px;
  margin-bottom: 43px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: -30px;
  line-height: 170%;
  color: #A6A5A5;
  display: flex;
  align-items: center;
}

.order__check input {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: #ECF1F7;
  box-shadow: inset 0px 1px 7px rgba(72, 120, 176, 0.13);
  border-radius: 3px;
}

.order__check a {
  color: #59B9FF;
  border-bottom: 1px solid #59B9FF;
  border-style: dotted;
}

.order__button {
  cursor: pointer;
  background: linear-gradient(92.95deg, #F47F77 -3.22%, #F25987 88.85%);
  box-shadow: inset 3px -4px 9px 1px rgba(255, 255, 255, 0.25);
  display: inline-block;
  font-family: 'Abhaya Libre', sans-serif;
  font-size: 27px;
  line-height: 161%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 35px 110px;
  width: auto;
  border-radius: 20px;
}

@media (max-width: 1860px) {
  .order {
    height: auto;
    background-position-y: 0;
  }

  .order__block {
    margin-top: 0;
  }
}

@media (max-width: 1820px) {
  .order__img {
    margin-top: 20%;
  }
}

@media (max-width: 1642px) {
  .order {
    height: auto;
    background-position-y: 0;
  }

  .order__block {
    margin-top: 0;
  }
}

@media (max-width: 1610px) {
  .order__img {
    margin-top: 10%;
  }
}

@media (max-width: 1024px) {
  .order {
    background: url("../img/orderMb.png") no-repeat center;
    background-size: cover;
  }

  .order__img {
    display: none;
  }
}

@media (max-width: 596px) {
  .order__title {
    font-size: 20px;
  }

  .order__block {
    width: 100%;
    padding-bottom: 50px;
  }

  .order__button {
    padding: 27px 53px;
  }

  .order__check input {
    width: 14px;
    height: 14px;
  }

  .order__inp input {
    width: 100%;
  }
}

@media (max-width: 451px) {
  .order {
    height: 650px;
    background-position-y: 0;
  }

  .order__title {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 2px;
  }

  .order__price {
    margin-bottom: 15px;
  }

  .order__block {
    width: 95%;
    /* height: 350px; */
    margin: 0 auto;
    margin-top: 200px;
    padding: 15px;
  }

  .order__new {
    font-size: 14px;
    line-height: 15px;
  }

  .order__old {
    font-size: 14px;
    line-height: 15px;
  }

  .order__inp {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .order__inp input {
    width: 100%;
    height: 33.88px;
    font-size: 14px;
    line-height: 12px;
    padding-left: 40px;
  }

  .order__inp input::placeholder {
    font-size: 12px;
    line-height: 12px;
  }

  .order__inp input::-moz-placeholder {
    line-height: 33px;
  }

  .order__check {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 170%;
  }

  .order__check input {
    margin-right: 5px;
  }

  .order__check a {
    width: 73px;
  }

  .order__check .a1 {
    width: 47px;
    height: 43px;
  }

  .order__check span {
    width: 132px;
    margin-left: 10px;
  }

  .order__check .and {
    width: 30px;
    text-align: center;
  }

  .order__icon {
    top: 9px;
    left: 14px;
    width: 16.3px;
    height: 16.3px;
  }

  .order__icon img {
    width: 100%;
  }

  .order__button {
    margin-left: 25%;
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 40px;
    margin-top: 20px !important;
  }
}

@media (max-width: 414px) {
  .order {
    background: url("../img/Group241.png") no-repeat;
    background-size: 100% auto;
  }

  .order__block {
    z-index: 5;
  }

  .order__button {
    margin-left: 8%;
    margin-top: 0;
    text-align: center;
    width: 283px;
    font-size: 18px;
    height: 65px;
  }

  .order__inner {
    position: relative;
  }

  .order__img1 {
    z-index: 0;
    display: block;
    position: absolute;
    left: 70px;
    top: 0px;
  }

  .order__img1 img {
    width: 120%;
    margin-left: -60px;
    margin-top: -60px;
  }
}

@media (max-width: 404px) {
  .order__button {
    margin-left: 2.5%;
    margin-top: 0;
    text-align: center;
    width: 283px;
    font-size: 18px;
    height: 65px;
  }

  .order__check {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 170%;
  }

  .order__check input {
    margin-right: 14px;
  }

  .order__check a {
    width: 73px;
  }

  .order__check .a1 {
    width: 43px;
    height: 43px;
  }

  .order__check span {
    margin-left: 0px;
  }

  .order__check .and {
    margin-top: 5px;
  }
}

@media (max-width: 375px) {
  .order__img1 {
    z-index: 0;
    display: block;
    position: absolute;
    left: 50px;
    top: 0px;
  }

  .order__img1 img {
    width: 130%;
    margin-left: -32px;
    margin-top: -60px;
  }
}

@media (max-width: 360px) {
  .order__check {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 19px;
    font-size: 12px;
    line-height: 170%;
  }

  .order__check input {
    margin-right: 14px;
  }

  .order__check a {
    width: 73px;
  }

  .order__check .a1 {
    width: 43px;
    height: 43px;
  }

  .order__check span {
    margin-left: 0px;
  }

  .order__check .and {
    margin-left: 5px;
  }

  .order__button {
    margin-left: 0%;
    margin-top: 0;
    text-align: center;
    width: 283px;
    font-size: 18px;
    height: 65px;
  }

  .order__img1 {
    z-index: 0;
    display: block;
    position: absolute;
    left: 40px;
    top: 0px;
  }
}

@media (max-width: 350px) {
  .order__button {
    margin-left: 16%;
  }
}

@media (max-width: 320px) {
  .order__button {
    margin-left: 0%;
    text-align: center;
    width: 244px;
    font-size: 18px;
    height: 59px;
  }

  .order__img1 {
    z-index: 0;
    display: block;
    position: absolute;
    left: 20px;
    top: 0px;
  }

  .order__img1 img {
    width: 120%;
    margin-left: -15px;
    margin-top: -60px;
  }

  .order__check .a1 {
    width: 72px;
    height: 43px;
  }

  .order__check span {
    margin-left: -5px;
    width: 180px;
  }

  .order__check .and {
    margin-left: 5px;
  }

  .order .error__title {
    font-size: 14px;
  }

  .order .error {
    font-size: 14px;
  }
}

.footer {
  background: #2D2A2A;
  font-family: "Abhaya Libre", sans-serif;
  padding-top: 45px;
  padding-bottom: 40px;
}

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

.footer__column:nth-child(2),
.footer__column:nth-child(3),
.footer__column:nth-child(4) {
  margin-top: 40px;
}

.footer__icons {
  display: flex;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 6px;
}

.footer__icon {
  display: flex;
  align-items: center;
}

.footer__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
}

.footer__subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 170%;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.footer__item {
  position: relative;
  padding-left: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 170%;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 1px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__item:before {
  content: "";
  display: block;
  position: absolute;
  background: #FF505A;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 13px;
}

.footer__link {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 199%;
  color: #FFFFFF;
  opacity: 0.82;
}

.footer__phone {
  opacity: 1;
  padding-left: 20px;
}

.footer__phone:before {
  content: url("../img/footer__phone.png");
  width: 0;
  height: 0;
  top: 5px;
}

.footer__phone .footer__link {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 1;
}

.footer__mail {
  padding-left: 20px;
}

.footer__mail:before {
  content: url("../img/footer__mail.png");
  width: 0;
  height: 0;
  top: 5px;
}

.footer__geo {
  padding-left: 20px;
}

.footer__geo:before {
  content: url("../img/footer__geo.png");
  width: 0;
  height: 0;
  top: 5px;
}

.footer__bottom {
  display: none;
}

@media (max-width: 1000px) {
  .footer__inner {
    border-bottom: 1px solid #fff;
    padding-bottom: 35px;
    margin-bottom: 15px;
  }

  .footer__column:first-child {
    display: none;
  }

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

  .footer__icons {
    margin-top: 10px;
  }

  .footer__icon {
    margin-right: 10px;
  }
}

@media (max-width: 843px) {
  .footer__subtitle {
    font-size: 15px;
  }

  .footer__item,
  .footer__link {
    font-size: 12px;
  }

  .footer__phone .footer__link {
    font-size: 12px;
  }

  .footer__item:before {
    top: 10px;
  }

  .footer__phone:before,
  .footer__mail:before,
  .footer__geo:before {
    top: 4px;
  }
}

@media (max-width: 640px) {
  .footer {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .footer__subtitle {
    font-size: 12px;
  }

  .footer__item,
  .footer__link {
    font-size: 11px;
  }

  .footer__phone .footer__link {
    font-size: 11px;
  }

  .footer__item {
    padding-left: 9px;
  }

  .footer__item:before {
    width: 2px;
    height: 2px;
    top: 6px;
  }

  .footer__phone,
  .footer__mail,
  .footer__geo {
    padding-left: 20px;
  }

  .footer__phone:before,
  .footer__mail:before,
  .footer__geo:before {
    top: 0px;
    width: 0;
    height: 0;
  }

  .footer__logo {
    width: 56px;
  }

  .footer__logo img {
    width: 100%;
  }

  .footer__icon {
    margin-left: 10px;
    width: 20px;
  }

  .footer__icon img {
    width: 100%;
  }

  .footer__desc {
    font-size: 11px;
  }
}

@media (max-width: 450px) {
  .footer {
    padding-top: 15px;
  }

  .footer__inner {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .footer__column {
    margin-top: 0 !important;
  }

  .footer__column__subtitle {
    margin-bottom: 5px;
  }

  .footer__column__item {
    padding-left: -5px;
  }

  .footer__column__item:before {
    width: 1px;
    height: 1px;
    top: 3px;
  }

  .footer__column__item .utm__link {
    font-size: 11px;
  }

  .footer__list {
    margin-left: -8px;
  }

  .footer__phone,
  .footer__mail,
  .footer__geo {
    padding-left: 0px;
  }

  .footer__phone:before {
    content: url("../img/mbphone.png");
  }

  .footer__mail::before {
    content: url("../img/mbMail.png");
  }

  .footer__geo::before {
    content: url("../img/mbGeo.png");
  }

  .footer__phone:before,
  .footer__mail:before,
  .footer__geo:before {
    top: 1px;
    width: 0px;
    height: 0px;
  }

  .footer__mail:before {
    margin-left: -7px;
  }

  .footer__logo {
    margin-top: -5px;
    width: 45px;
  }

  .footer__logo img {
    width: 100%;
  }

  .footer__icon {
    width: 20px;
  }

  .footer__icon img {
    width: 100%;
  }

  .footer__desc {
    font-size: 10px;
  }

  .footer__bottom {
    padding-top: 10px;
  }

  .footer__icons {
    margin-top: 0;
    margin-left: 5px;
  }
}

.footer .f3 {
  width: 35%;
}

.footer .f3 .footer__list .footer__mail a {
  width: 80%;
}

@media (max-width: 614px) {
  .footer .f3 {
    text-align: right;
  }
}

@media (max-width: 414px) {
  .footer__phone:before {
    margin-left: 45px;
  }

  .footer__mail:before {
    margin-left: 25px;
  }

  .footer__geo:before {
    margin-left: 25px;
  }

  .footer__icons {
    margin-top: 7px;
  }

  .footer__icon img {
    width: 130%;
  }

  .footer__logo img {
    width: 130%;
  }

  .footer__desc {
    text-align: right;
  }
}

@media (max-width: 375px) {
  .footer__icons {
    margin-top: 10px;
    margin-left: 20px;
  }

  .footer__phone:before {
    margin-left: 25px;
  }

  .footer__mail:before {
    margin-left: 5px;
  }

  .footer__geo:before {
    margin-left: 5px;
  }
}

@media (max-width: 360px) {
  .footer__icons {
    margin-left: 16px;
    margin-top: 0px;
  }
}

@media (max-width: 320px) {
  .footer__phone:before {
    margin-left: 15px;
  }

  .footer__mail:before {
    margin-left: 5px;
  }

  .footer__geo:before {
    margin-left: 5px;
  }
}

.error__title {
  display: none;
  color: red;
  font-size: 18px;
  margin-left: 5px;
}

.error {
  display: none;
  color: red;
  font-size: 18px;
  margin-left: 5px;
}

@media(max-width:414px) {
  .use {
    height: 848px;
  }

  .how {
    padding-top: 45px;
  }
}

@media(max-width:500px) {
  .use {
    height: auto;
    padding-bottom: 60px;
  }
}

@media(max-width:350px) {
  .use {
    height: auto;
    padding-bottom: 80px;
  }
}