*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2"),
    url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* font-family: 'Cormorant', serif;

font-family: 'Comforter Brush', cursive;

font-family: 'Oswald', sans-serif;

font-family: 'Roboto Condensed', sans-serif; */

body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #040a0a;
}

.container {
  max-width: 1130px;
  padding: 0 10px;
  margin: 0 auto;
}

.header {
  background-image: url(../images/top-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.header::before {
  content: "";
  position: absolute;
  background-image: url(../images/t.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.header__inner {
  width: 100%;
  height: 68px;
  display: flex;
  position: relative;
}

.logo {
  margin-right: 70px;
  margin-top: -20px;
}

.header__menu-btn {
  display: none;
}

.header__menu-box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  width: 100%;
}

.header__menu-list {
  display: flex;
}

.menu__item-none {
  display: none;
}

.rightside-menu__close {
  display: none;
}

.menu__item {
  margin-right: 50px;
}

.menu__item a {
  padding-bottom: 4px;
  text-transform: uppercase;
}

.menu__item a:hover {
  text-transform: uppercase;
  color: #43ffd2;
  position: relative;
}

.menu__item a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #43ffd2;
  bottom: 0;
  left: 0;
}

.header__mail a,
.header__adress span,
.header__phone a {
  display: block;
}

.drop-down__item {
  position: relative;
}

.drop-down__list {
  display: none;
  position: absolute;
  width: 260px;
  backdrop-filter: blur(20px);
  padding: 10px 20px;
  border-top: none;
  left: -20px;
  top: 24px;
  z-index: 2;
}

.drop-down__list li + li {
  margin-top: 4px;
}

.header__item-box {
  text-align: end;
}

.header-form {
  height: 21px;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.header-form.header-form--active {
  backdrop-filter: blur(20px);
  border-radius: 10px;
}

.header-input {
  width: 25px;
  height: 28px;
  outline: none;
  background-color: transparent;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 7px;
  transition: all 0.5s;
}

.header-input.header-input--active {
  width: 68px;
  height: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #fff;
}

.header-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
}

.header__mail a,
.header__adress {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43ffd2;
  margin-bottom: 4px;
}

.header__mail {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 26px;
}

.header__adress span {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.header__socaial {
  width: 60px;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 184px;
  padding: 20px 18px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 10px;
}

.header__socaial li + li {
  margin-top: 20px;
}

.header__socaial img {
  width: 25px;
  height: 25px;
}

.header__phone span {
  display: none;
}

.header__phone {
  position: absolute;
  right: 0;
}

.header__phone-button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43ffd2;
  margin-bottom: 7px;
  cursor: pointer;
}

.header__phone-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43ffd2;
  padding: 10px 19px 10px 40px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  position: relative;
}

.header__phone-btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 18px;
  top: 13px;
}

.header__title {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 200px;
  line-height: 150px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding-top: 65px;
}

.header__title span {
  position: relative;
}

.header__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 47px;
  position: relative;
  padding-top: 50px;
  text-transform: initial;
}

.header__button {
  width: 100%;
  text-align: center;
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.header__btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  background: #43ffd2;
  padding: 16px 50px;
  display: inline-block;
  margin-bottom: 30px;
  transition: all 0.5s;
}

.header__btn:hover {
  color: #fff;
  background: #7d2253;
}

.header__cart a {
  width: 60px;
  height: 60px;
  border-radius: 10%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  position: relative;
  display: block;
  margin-left: auto;
}

.header__cart a::before {
  content: "";
  position: absolute;
  background-image: url(../images/cart.png);
  width: 25px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a0a0a0;
  font-size: 14px;
}

.header__cart a span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #43ffd2;
  color: #142b2b;
  right: 7px;
  top: 11px;
}

.header__signature {
  width: 205px;
  height: 140px;
  font-family: "Comforter Brush", cursive;
  font-weight: normal;
  font-size: 70px;
  line-height: 60px;
  margin-top: 370px;
  margin-left: auto;
  color: #1f3a3a;
  text-transform: capitalize;
  transform: rotate(-10.26deg);
}

.header__signature span {
  margin-left: 40px;
}

#modal {
  display: none;
  background-image: url(../images/modal-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 540px;
}

.fancybox-button svg {
  color: #43ffd2;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-slide--html .fancybox-close-small {
  outline: none;
}

.login__title {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.login__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #43ffd2;
  bottom: 0;
  left: 0;
}

.login__text {
  padding-top: 10px;
  max-width: 308px;
  margin-bottom: 20px;
}

.login__input-name,
.login__input-phone {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 20px;
  width: 100%;
  border: 1px solid #43ffd2;
  background-color: transparent;
  outline: none;
}

.login__input-name::placeholder,
.login__input-phone::placeholder {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #43ffd2;
}

.login__input-phone {
  margin-top: 10px;
  margin-bottom: 20px;
}

.login__input-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  padding: 16px 93px;
  background: #43ffd2;
  margin-bottom: 10px;
}

.login__form-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-transform: initial;
}

.login__form-acc {
  color: #d978ac;
  text-decoration-line: underline;
  text-transform: initial;
}

/* catalog */

.catalog {
  position: relative;
  overflow: hidden;
  padding-bottom: 223px;
}

.catalog::before {
  content: "";
  background-image: url(../images/r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 1109px;
  height: 933px;
  top: 0;
  left: -280px;
  transform: rotate(3deg);
}

.catalog::after {
  content: "";
  background-image: url(../images/v.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 1010px;
  height: 977px;
  top: 0;
  right: -56px;
  transform: rotate(3deg);
}

.catalog__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.catalog__title {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 121px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog__item-text {
  width: 540px;
  margin-left: 40px;
  z-index: 5;
}

.catalog__text {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.04em;
}

.catalog__item-text p + p {
  margin-top: 30px;
}

.catalog__item-box {
  position: relative;
  max-width: 540px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 30px;
  z-index: 3;
}

.catalog__item-flowers span,
.catalog__item-bouquets span,
.catalog__item-additionally span {
  position: absolute;
  font-weight: bold;
  font-size: 200px;
  line-height: 296px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #373e3e1f;
}

.catalog__item-flowers {
  margin-top: -50px;
  position: relative;
}

.catalog__item-flowers span {
  position: absolute;
  right: 115px;
  top: -100px;
}

.catalog__item-bouquets {
  position: relative;
}

.catalog__item-bouquets span {
  position: absolute;
  left: -50px;
  top: -100px;
}

.catalog__item-additionally {
  position: relative;
}

.catalog__item-additionally span {
  position: absolute;
  top: 37px;
  left: -100px;
}

.catalog__item-additionally {
  width: 540px;
  margin-left: -30px;
}
.catalog__item-bouquets {
  width: 445px;
}

.catalog__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #43ffd2;
  margin-bottom: 10px;
  padding-left: 8px;
}

.catalog__list li + li {
  margin-top: 4px;
}
.catalog__list a {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 16px;
  position: relative;
}

.catalog__list a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.catalog__button {
  text-align: right;
}

.catalog__btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #d978ac;
}

/* popular */
.popular {
  background-image: url(../images/luz-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  top: 0;
  overflow: hidden;
  padding-bottom: 540px;
}

.popular__inner {
  position: relative;
}

.popular__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/popular-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 974px;
  height: 748px;
  right: -155px;
}

.popular__inner-box {
  position: relative;
}

.popular__title span {
  display: block;
  margin-left: 380px;
}

.popular__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding-top: 10px;
  margin-bottom: 86px;
  text-align: center;
}

.popular__item {
  width: 350px;
  min-height: 591px;
  position: relative;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.popular__item-acc {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d978ac;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #040a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.popular__item-sale {
  background: #31985a;
}

.popular__item-images {
  height: 450px;
}
.popular__item-images img {
  max-width: 350px;
  height: 450px;
  object-fit: cover;
  filter: grayscale(100%);
}
.popular__item-images img:hover {
  filter: grayscale(0%);
}

.popular__item-box {
  width: 100%;
  height: 141px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popular__item-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-top: 10px;
  color: #ffffff;
}

.popular__item-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.popular__item-price span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #939393;
  margin-left: 10px;
}

.popular__item-btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px;
  border: 0.5px solid #ffffff;
  background-color: transparent;
  text-align: center;
  width: 220px;
  transition: all 0.5s;
}

.popular__item-btn:hover {
  color: #040a09;
  background-color: #43ffd2;
  border: none;
}

.slick-prev {
  background-color: transparent;
  position: absolute;
  top: 225px;
  left: -100px;
}

.slick-next {
  background-color: transparent;
  position: absolute;
  right: -100px;
  top: 225px;
}

.popular__btn {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #d978ac;
  padding-right: 46px;
  position: relative;
}

.popular__btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/popular-arrow.png);
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  width: 40px;
  height: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* pedido */
.pedido {
  position: relative;
  top: -360px;
}
.pedido::before {
  content: "";
  position: absolute;
  background-image: url(../images/pedido-flor.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 562px;
  height: 845px;
  left: -162px;
  top: 45px;
  z-index: 1;
}

.pedido__inner {
  position: relative;
}

.pedido__title span {
  display: block;
}

.pedido__box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 40px;
}

.pedido__item-before {
  position: relative;
  padding-top: 40px;
}

.pedido__item-before::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 10px;
  top: 0;
  left: 0;
  background: #d978ac;
}

.pedido__items {
  z-index: 3;
  margin-right: 105px;
}

.pedido__item {
  width: 263px;
}

.pedido__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #d978ac;
  margin-bottom: 12px;
}

.pedido__item-text {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.pedido__signature {
  margin-top: -100px;
  margin-right: 10px;
}

/* individual */
.individual {
  position: relative;
  top: -220px;
  overflow: hidden;
}

.individual::before {
  content: "";
  position: absolute;
  background-image: url(../images/individual-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  width: 828px;
  height: 899px;
  right: -300px;
  top: -60px;
}

.individual__inner {
  position: relative;
}

.individual__span {
  position: relative;
}

.individual__span::before {
  content: "";
  position: absolute;
  width: 255px;
  height: 1px;
  background-color: #d978ac;
  left: -285px;
  top: 50%;
  transform: translateY(-50%);
}

.individual__items {
  display: flex;
  padding-top: 30px;
}

.individual__item {
  text-transform: uppercase;
  width: 276px;
  margin-left: 80px;
}

.individual__item p {
  padding-left: 10px;
}

.individual__text {
  margin-bottom: 44px;
}

.individual__list + .individual__list {
  margin-top: 30px;
}

.individual__list {
  position: relative;
}

.individual__list::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 20%;
}

.individual__btn {
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  padding: 16px 14px;
  margin-left: 10px;
  margin-top: 44px;
  position: relative;
  background: #43ffd2;
}

.individual__btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/individual-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 60px;
  left: -30px;
  top: -38px;
}

.individual__images {
  display: flex;
  margin-left: auto;
}

.individual__img {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

.individual__img-1 {
  width: 160px;
  height: 292px;
  object-fit: cover;
  border-radius: 20px;
}

.individual__img-2 {
  width: 255px;
  height: 223px;
  object-fit: cover;
  border-radius: 20px;
  margin-top: -255px;
  margin-bottom: 30px;
}

.individual__img-3 {
  width: 255px;
  height: 292px;
  object-fit: cover;
  border-radius: 20px;
}

/* questions */

.questions {
  background-image: url(../images/questions-bg.jpg);
  padding-top: 22px;
  position: relative;
}

.questions::before {
  content: "";
  position: absolute;
  background-image: url(../images/questions__inner-bg.png);
  background-repeat: no-repeat;
  width: 520px;
  min-height: 920px;
  top: -60px;
}

.questions__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.questions__span {
  margin-left: 95px;
}

.questions__signature {
  margin-top: 50px;
  text-transform: lowercase;
  /* font-size: 70px; */
  margin-right: 160px;
}

.questions__signature span {
  margin-left: 0;
}

.questions__form {
  width: 445px;
  margin-bottom: 52px;
}

.questions__text {
  width: 255px;
  padding-top: 53px;
  margin-left: auto;
  border-top: 1px solid #43ffd2;
  margin-bottom: 30px;
  margin-top: 60px;
}

textarea {
  background-color: transparent;
  outline: none;
  border: 1px solid #43ffd2;
  width: 100%;
  height: 120px;
  resize: none;
  padding: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #fff;
}

.questions__form ::placeholder {
  color: #395959;
}

textarea {
  margin-bottom: 20px;
}
textarea::placeholder {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* instagram */

.instagram {
  background-image: url(../images/instagram-bg.png);
  padding-top: 200px;
}

.instagram__inner {
  display: flex;
  position: relative;
}

.instagram__inner .instagram__span {
  position: absolute;
  font-weight: 700;
  font-size: 200px;
  line-height: 296px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: -180px;
  color: #2f4f4f38;
}

.instagram__images {
  position: relative;
  padding-bottom: 200px;
}

.instagram__images ul {
  display: flex;
}

.instagram__images li {
  margin-right: 30px;
}

.instagram__images img {
  width: 160px;
  height: 160px;
}

.instagram__info {
  width: 100%;
}

.instagram__signature {
  width: 100%;
  height: 140px;
  font-family: "Comforter Brush", cursive;
  font-weight: normal;
  font-size: 58px;
  line-height: 60px;
  color: #ffffff;
  margin: 0;
  margin-top: -58px;
  margin-bottom: 60px;
  /* border-bottom: 1px solid #43ffd2; */
}

.instagram__signature span {
  display: block;
  border-top: 1px solid #43ffd2;
}

.instagram__social ul {
  display: flex;
  justify-content: flex-end;
}

.instagram__social li {
  margin-left: 30px;
}

.instagram__social img {
  width: 40px;
  height: 40px;
}

/* footer */

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 64px;
}

.footer__requisites {
  width: 244px;
  padding-top: 55px;
  position: relative;
}

.footer__requisites::before {
  content: "";
  position: absolute;
  background-image: url(../images/logo.png);
  width: 34px;
  height: 75px;
  top: -20px;
}

.footer__menu-catalog {
  width: 130px;
}

.footer__menu-bouquets {
  width: 100px;
}

.footer__menu-pedido {
  width: 160px;
}

.footer__menu-contacts {
  width: 247px;
}

.footer__socaial ul {
  display: flex;
}

.footer__socaial li + li {
  margin-left: 20px;
}

.footer__req {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #43ffd2;
}

.footer__requisites-text,
.footer__list a {
  font-style: 400;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__requisites-title {
  margin-bottom: 10px;
}

.footer__list {
  margin-top: 7px;
}

.footer__list li + li {
  margin-top: 4px;
}

.footer__menu-pedido .footer__menu-list li + li {
  margin-top: 20px;
}

.footer__mail a,
.footer__adress,
.footer__phone-button {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #43ffd2;
  margin-bottom: 6px;
}

.footer__mail a,
.footer__adress span,
.footer__phone-button {
  display: block;
}

.footer__mail,
.footer__adress span,
.footer__phone {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__mail,
.footer__adress {
  margin-bottom: 20px;
}

.footer__phone {
  margin-bottom: 38px;
}
