@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #000 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #2F2F2F;
  background-color: #FDFBFF;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: auto;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.footer__modal {
  width: 100%;
  max-width: 900px;
  display: none;
  color: #222;
}
.footer__modal h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .footer__modal h2 {
    font-size: 6vw;
  }
  .footer__modal h6 {
    font-size: 5vw;
  }
  .footer__modal p {
    font-size: 4vw;
  }
}
.modal__review {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__review input:-ms-input-placeholder {
  color: #444 !important;
}

.modal__review.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal__review-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 50px;
  background: #E5F2FA;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.modal__review form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.modal__review form.active {
  opacity: 1;
  visibility: visible;
}

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444444;
  padding: 0 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.name__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.input__file {
  display: none;
}

.file {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin: 20px 0;
}

.file span {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.file div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
  overflow: hidden;
}

.file div img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.file div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.file div:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 98px;
  height: 18px;
  font-size: 0px;
  margin-left: 23px;
}
.modal__raiting img {
  pointer-events: auto;
}

.modal__raiting img {
  width: 18px;
  height: 18px;
}

.modal__area {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 98px;
  max-height: 118px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
  padding: 13px 20px;
  background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.send {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__img img {
  margin: auto;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.send__window.active {
  opacity: 1;
  visibility: visible;
}

.send__massage {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #222222;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal__close img {
  width: 18px;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
}
.size-table-wrapper {
  position: relative;
  width: 100%;
  background-color: #1a2e80;
  padding: 25px;
  max-width: 690px;
  margin: 0 auto;
  color: #fff;
  display: none;
}

.size-table-wrapper h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.size-table-wrapper table {
  margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
  margin-bottom: 0;
}

.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #162a7c;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  /*border-right: 1px solid #fff;*/
  text-align: left;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}

.size-table tbody td {
  width: 15%;
  padding: 8px 8px 8px;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  /*color: #000;*/
}

.modal__result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal__block {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 30px 30px;
}

.modal__result-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}

.modal__result-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.discount__modal {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__section-wrapper {
  padding: 25px 0 149px;
  position: relative;
}

.header__block {
  width: 100%;
  height: auto;
  position: relative;
  padding: 45px 0 123px;
}
.header__block:before {
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  border-radius: 40px;
  background: #dabfe1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.header__logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 112px;
  height: auto;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 35px;
}

.header__nav-link {
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  margin-right: 80px;
  position: relative;
}
.header__nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  border-radius: 2px;
  bottom: -2px;
  left: 0;
  background-color: #2f2f2f;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.header__nav-link:hover:before {
  width: 100%;
}
.header__nav-link:last-child {
  margin-right: 0;
}

.header__title {
  font-weight: 900;
  font-size: 130px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header__text {
  width: 100%;
  max-width: 812px;
  font-weight: 700;
  font-size: 64px;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.header__text-small {
  width: 100%;
  max-width: 650px;
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.header__price {
  margin-bottom: 20px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.new__price {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-right: 16px;
}

.old__price {
  font-weight: 500;
  font-size: 24px;
  text-decoration: line-through;
  color: #2f2f2f;
}

.order__btn {
  display: inline-block;
  width: 325px;
  height: auto;
  padding: 19px 25px;
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  border-radius: 40px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__section .order__btn{
  background: #8c3ca0;
  color: #fff;
}
.order__btn:hover {
  color: #fff;
  background-color: #2f2f2f;
}
.order__btn:hover .order__btn-arrow {
  background-color: #3f3f3f;
}



.order__btn-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #2f2f2f;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__girl {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 513px;
  height: auto;
  z-index: 1;
}

.header__boot {
  position: absolute;
  width: 561px;
  height: auto;
  left: 180px;
  bottom: -90px;
  z-index: 3;
}

.header__info {
  width: 340px;
  height: auto;
  padding: 30px 20px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 40px;
  position: absolute;
  right: 375px;
  bottom: 138px;
  z-index: 2;
}

.header__info-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 4px;
}
.header__info-title span {
  font-weight: 900;
}

.header__info-text {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
}
.header__info-text span {
  font-weight: 600;
}

.header__review {
  width: 300px;
  height: auto;
  padding: 27px 0;
  border: 1px solid #fff;
  border-radius: 40px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  bottom: 337px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  z-index: 3;
}

.header__review-number {
  font-weight: 700;
  font-size: 48px;
  color: #2f2f2f;
  text-align: center;
}

.header__review-text {
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 10px;
}

.header__star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 28px;
}
.header__star-rating img {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
.header__star-rating img:last-child {
  margin-right: 0;
}

.header__review-photo {
  width: 190px;
  height: auto;
}

.header__flower {
  position: absolute;
  top: -180px;
  left: -1110px;
  width: 1416px;
  height: auto;
}

.galary__section-wrapper {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.galary__flower {
  position: absolute;
  top: -446px;
  left: -934px;
  width: 1100px;
  height: auto;
  z-index: 2;
}

.galary__block {
  width: 545px;
  height: auto;
  margin-bottom: 89px;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  position: relative;
}

.galary__slider {
  position: absolute;
  top: 0;
  left: -755px;
  width: 490px;
  height: auto;
}
.galary__slider a {
  width: 100%;
  height: 615px;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.galary__slider a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.galary__slider .owl-nav {
  width: 135px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: auto;
  margin-top: 35px;
}
.galary__slider .owl-nav button {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #efe2fe !important;
  background-image: url(../img/arrow-black.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.galary__slider .owl-nav button:hover {
  background-color: #dabfe1 !important;
}
.galary__slider .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.galary__slider .owl-nav button span {
  display: none;
}

.galary__girl {
  position: absolute;
  top: 0;
  left: -330px;
  width: 300px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.galary__section-title {
  font-weight: 700;
  font-size: 64px;
  text-align: right;
  color: #2f2f2f;
  margin-bottom: 42px;
}

.galary__item {
  width: 470px;
  margin-bottom: 15px;
  border-radius: 40px;
  padding: 20px 25px;
}
.galary__item:last-child {
  margin-bottom: 0;
}

.galary__item-title {
  font-weight: 700;
  font-size: 24px;
  color: #2f2f2f;
  padding-left: 15px;
}

.galary__item-text {
  font-weight: 500;
  font-size: 18px;
  text-align: justify;
  color: #2f2f2f;
}

.galary__item-1 {
  background: #dabfe1;
}

.galary__item-2 {
  background: #efe2fe;
  margin-right: 60px;
}

.galary__item-3 {
  background: #efe2fe;
}

.info__section-wrapper {
  position: relative;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 54px;
}

.info__section-title {
  font-weight: 700;
  font-size: 64px;
  color: #2f2f2f;
  width: auto;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.info__section-text {
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #2f2f2f;
  width: 425px;
  height: auto;
  padding-top: 19px;
}

.info__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-bottom: 50px;
}

.info__item {
  width: 25%;
  height: auto;
  border: 1px solid #2f2f2f;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
}

.info__item-block {
  width: 100%;
  height: 249px;
  padding: 25px 25px 23px;
}

.info__title {
  font-weight: 700;
  font-size: 22px;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.info__item-text {
  font-weight: 500;
  font-size: 18px;
  color: #2f2f2f;
}

.info__img {
  width: 100%;
  height: 250px;
}

.info__item-1 {
  border-radius: 40px 0 0 40px;
}
.info__item-1 .info__img {
  border-top: 1px solid #2f2f2f;
}

.info__item-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-left: none;
  border-right: none;
}
.info__item-2 .info__img {
  border-bottom: 1px solid #2f2f2f;
}

.info__item-3 {
  border-right: none;
}
.info__item-3 .info__img {
  border-top: 1px solid #2f2f2f;
}

.info__item-4 {
  border-radius: 0 40px 40px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.info__item-4 .info__img {
  border-bottom: 1px solid #2f2f2f;
}

.info__btn {
  width: 100%;
  max-width: 470px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #8c3ca0;
  border-radius: 30px;
  padding: 18px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.info__btn:hover {
  background-color: #2f2f2f;
}

.info__flower {
  position: absolute;
  width: 1516px;
  height: auto;
  right: -1170px;
  top: -500px;
  z-index: 1;
}

.video__section-wrapper {
  position: relative;
  padding-bottom: 100px;
}

.video__link {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 156px 0 344px;
  border-radius: 40px;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video__link:hover {
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
}

.video__play {
  position: absolute;
  top: 50px;
  left: 50px;
}

.video__logo {
  width: 482px;
  height: auto;
}

.video__block {
  width: 100%;
  height: auto;
  padding: 18px 60px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(218, 191, 225, 0.2);
  border: 1px solid rgba(218, 191, 225, 0.5);
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 30px;
}

.video__title {
  font-weight: 700;
  font-size: 64px;
  color: #2f2f2f;
  width: 48%;
}
.video__title span {
  font-weight: 900;
}

.video__text {
  width: 48%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #2f2f2f;
}

.video__flower {
  position: absolute;
  width: 1244px;
  height: auto;
  top: -452px;
  right: -971px;
}

.card__section-wrapper {
  padding-bottom: 136px;
  position: relative;
}

.card__section-title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 45px;
}
.card__section-title span {
  font-weight: 900;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-bottom: 100px;
}

.card__2 {
  margin-bottom: 137px;
}

.card__left {
  width: 690px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: relative;
}

.card__main-photo {
  width: 763px;
  height: auto;
  position: absolute;
  left: 0;
  top: 58px;
}

.card__2 .card__main-photo {
  top: 25px;
}

.card__photos {
  width: 100%;
  height: auto;
  background: #efe2fe;
  border-radius: 40px;
  padding: 15px 16px;
}
.card__photos a {
  display: inline-block;
  width: 23.9%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}
.card__photos a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.card__photos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__right {
  width: 550px;
  height: auto;
  background: #dabfe1;
  border-radius: 40px;
  padding: 32px 40px;
}

.card__title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.card__info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 5px;
}
.card__info span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #2f2f2f;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.card__info-divider {
  border-bottom: 1px dotted #2f2f2f;
  width: 100%;
  display: inline-block;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  margin-bottom: 5px;
}

.card__info-bold {
  font-weight: 600 !important;
  text-align: right;
}

.card .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: auto;
}

.card .old__price {
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  color: #2f2f2f;
}

.card .new__price {
  font-weight: 700;
  font-size: 26px;
  color: #8c3ca0;
  margin-right: 0;
  margin-left: 11px;
}

.card__form {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.card__input-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.card__input {
  width: 100%;
  height: 50px;
  border: 1px solid #efe2fe;
  border-radius: 40px;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
}

.card__select {
  position: relative;
}
.card__select select {
  text-align: -moz-center;
  text-align: -webkit-center;
  -moz-text-align-last: center;
       text-align-last: center;
  -webkit-text-align-last: center;
  text-indent: 44% hanging;
}
.card__select:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #EFE2FE;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.card__submit {
  border-radius: 30px;
  background: #8c3ca0;
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 18px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__submit:hover {
  background-color: #2f2f2f;
}

.card__info-bottom {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
  margin-top: 10px;
}
.card__info-bottom span {
  font-weight: 600;
}

.sprey {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 40px;
  background: #dabfe1;
  padding: 71px 50px;
  position: relative;
}

.sprey__img {
  width: 294px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sprey__title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #2f2f2f;
  width: 100%;
  max-width: 550px;
  height: auto;
}

.sprey__block {
  width: 318px;
  height: auto;
}

.sprey__text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.sprey__price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.sprey__price .old__price-text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.sprey__price .old__price {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
  text-decoration: none;
}
.sprey__price .new__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2f2f2f;
  margin-right: 0;
}

.card__flower {
  position: absolute;
}

.card__flower-1 {
  width: 1485px;
  height: auto;
  top: -362px;
  left: -839px;
}

.card__flower-2 {
  width: 1424px;
  height: auto;
  right: -1118px;
  bottom: -245px;
  z-index: 1;
}

.delivery__section-wrapper {
  padding-bottom: 100px;
}

.delivery__section-title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 35px;
}

.delivery__items {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.delivery__item {
  width: 33.33%;
  height: auto;
  border: 1px solid #2f2f2f;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.delivery__item-block {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 32px 29px;
}

.delivery__item-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.delivery__item-text {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #2f2f2f;
}

.delivery__item-img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery__item-1 {
  border-radius: 40px 0 0 40px;
}
.delivery__item-1 .delivery__item-img {
  border-top: 1px solid #2f2f2f;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

.delivery__item-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-left: none;
  border-right: none;
}
.delivery__item-2 .delivery__item-img {
  border-bottom: 1px solid #2f2f2f;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.delivery__item-3 {
  border-radius: 0 40px 40px 0;
}
.delivery__item-3 .delivery__item-img {
  border-top: 1px solid #2f2f2f;
}

.review__section-wrapper {
  position: relative;
  background: #dabfe1;
  border-radius: 40px;
  padding: 70px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.review__flower {
  position: absolute;
  width: 720px;
  height: auto;
  top: -250px;
  right: -600px;
  -webkit-transform: rotate(-21deg);
      -ms-transform: rotate(-21deg);
       -o-transform: rotate(-21deg);
          transform: rotate(-21deg);
}

.review__arrow {
  position: absolute;
  width: 241px;
  height: auto;
  top: 243px;
  left: 457px;
}

.review__title {
  font-weight: 700;
  font-size: 64px;
  color: #2f2f2f;
  width: 100%;
  max-width: 563px;
}

.review__block {
  position: relative;
  width: 553px;
  height: auto;
}

.review__quote {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.review__slider {
  padding-left: 50px;
}
.review__slider .owl-nav {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: -626px;
}
.review__slider .owl-nav button {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  border: 1px solid #2F2F2F !important;
  background-image: url(../img/review-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.review__slider .owl-nav button span {
  display: none;
}
.review__slider .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.review__slider .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.review {
  min-height: 200px;
}

.review__massage {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.review__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.review__photo {
  border-radius: 100%;
  width: 60px !important;
  height: auto;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.review__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #2f2f2f;
  margin-bottom: 2px;
}

.review__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.review__rating img {
  width: 16px !important;
  height: auto;
  margin-right: 3px;
}
.review__rating img:last-child {
  margin-right: 0;
}

.footer__section {
  padding: 100px 0;
}

.footer__section-wrapper {
  padding: 50px 0;
  position: relative;
}
.footer__section-wrapper:before {
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  z-index: -1;
}

.footer__flower {
  position: absolute;
  width: 1516px;
  height: auto;
  -webkit-transform: rotate(-91deg);
      -ms-transform: rotate(-91deg);
       -o-transform: rotate(-91deg);
          transform: rotate(-91deg);
  top: -300px;
  right: -1155px;
}

.footer__logo {
  width: 112px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 0px;
}

.footer__content {
  width: 585px;
  height: auto;
  border: 1px solid #fff;
  border-radius: 40px;
  position: relative;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
  padding: 45px 45px 47px;
}
.footer__content .header__text {
  margin-bottom: 20px;
  font-size: 50px;
}
.footer__content .header__text-small {
  margin-bottom: 20px;
}
.footer__content .header__info {
  right: -485px;
  bottom: 0px;
  z-index: 5;
}
.footer__content .header__review {
  right: -715px;
  bottom: 77px;
}
.footer__content .header__price {
  margin-bottom: 46px;
}
.footer__content .new__price {
  color: #8c3ca0;
}

.footer__line {
  background-color: #2F2F2F;
}

.footer__line-wrapper {
  padding: 19px 0;
}

.footer__line-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.footer__line-item {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1480px) {
  .container {
    width: 1200px;
  }
  .header__title {
    font-size: 140px;
  }
  .header__girl {
    top: -10px;
    right: -50px;
    width: 460px;
  }
  .header__info {
    right: 330px;
  }
  .header__flower {
    top: -180px;
    left: -1025px;
    width: 1320px;
  }
  .info__section-title {
    font-size: 60px;
  }
  .info__title {
    font-size: 22px;
  }
  .info__item-text {
    font-size: 16px;
  }
  .video__title {
    font-size: 56px;
  }
  .card__left {
    width: 620px;
  }
  .card__main-photo {
    width: 680px;
  }
  .card__flower-1 {
    width: 1400px;
  }
  .galary__girl {
    left: -300px;
    width: 280px;
  }
  .galary__slider {
    left: -656px;
    width: 420px;
  }
  .review__title {
    font-size: 52px;
    max-width: 500px;
  }
  .review__arrow {
    left: 350px;
  }
  .review__slider .owl-nav {
    left: -526px;
  }
  .review__flower {
    width: 720px;
    top: -300px;
    right: -540px;
  }
  .footer__content .header__info {
    right: -400px;
    bottom: 0px;
    z-index: 5;
  }
  .footer__content .header__review {
    right: -660px;
    bottom: 77px;
  }
  .footer__content {
    width: 540px;
  }
  .footer__content .header__text {
    font-size: 58px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .header__title {
    font-size: 120px;
  }
  .header__text {
    max-width: 575px;
    font-size: 52px;
  }
  .header__text-small {
    max-width: 520px;
    font-size: 18px;
  }
  .header__girl {
    top: 30px;
    right: -50px;
    width: 440px;
  }
  .header__boot {
    width: 450px;
    left: 180px;
    bottom: -70px;
  }
  .header__info {
    width: 300px;
    right: 280px;
    bottom: 120px;
  }
  .header__review {
    width: 260px;
  }
  .header__flower {
    top: -155px;
    left: -943px;
    width: 1200px;
  }
  .info__img {
    width: auto;
    height: 250px;
  }
  .info__title {
    font-size: 20px;
  }
  .info__item-block {
    padding: 20px;
  }
  .info__section-title {
    font-size: 48px;
  }
  .info__section-text {
    width: 380px;
    padding-top: 16px;
  }
  .video__block {
    padding: 18px 40px;
  }
  .video__title {
    font-size: 48px;
    width: 49%;
  }
  .video__text {
    width: 49%;
    font-size: 16px;
  }
  .video__flower {
    width: 1000px;
    top: -365px;
    right: -725px;
  }
  .video__logo {
    width: 400px;
    height: auto;
  }
  .card__right {
    width: 480px;
  }
  .card__left {
    width: 500px;
  }
  .card__main-photo {
    width: 550px;
    top: 120px;
  }
  .card__2 .card__main-photo {
    top: 130px;
  }
  .card__flower-1 {
    width: 1200px;
    top: -270px;
    left: -760px;
  }
  .sprey {
    padding: 50px 40px;
  }
  .sprey__title {
    font-size: 48px;
    max-width: 400px;
  }
  .sprey__img {
    width: 240px;
    left: 54%;
  }
  .card__flower-2 {
    width: 1200px;
    right: -925px;
    bottom: -185px;
  }
  .galary__girl {
    display: none;
  }
  .galary__slider {
    left: -454px;
    width: 420px;
  }
  .review__block {
    width: 450px;
  }
  .review__title {
    font-size: 46px;
    max-width: 420px;
  }
  .review__arrow {
    width: 190px;
    left: 310px;
  }
  .review__slider .owl-nav {
    left: -429px;
  }
  .footer__content {
    width: 460px;
    padding: 40px 30px 40px;
  }
  .footer__content .header__text {
    font-size: 50px;
  }
  .footer__content .header__info {
    right: -350px;
  }
  .footer__content .header__review {
    right: -550px;
    bottom: 140px;
  }
}
@media (max-width: 1080px) {
  .container {
    width: 700px;
  }
  .header__nav {
    display: none;
  }
  .header__logo {
    position: static;
    top: auto;
    left: auto;
  }
  .header__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .header__title {
    text-align: center;
    font-size: 86px;
  }
  .header__text {
    max-width: 100%;
    font-size: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .header__text-small {
    display: none;
  }
  .header__review {
    width: 300px;
    position: static;
  }
  .header__info {
    width: 340px;
    right: auto;
    bottom: auto;
    position: static;
    margin-bottom: 20px;
    box-shadow: 0 47px 15px -40px rgba(0, 0, 0, 0.25);
  }
  .header__boot {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    width: 540px;
    margin-left: 60px;
    position: static;
    -webkit-transform: scaleX(-1) rotate(0);
        -ms-transform: scaleX(-1) rotate(0);
         -o-transform: scaleX(-1) rotate(0);
            transform: scaleX(-1) rotate(0);
  }
  .header__flower {
    top: -276px;
    left: -920px;
    width: 1200px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__price {
    position: relative;
    z-index: 1;
  }
  .order__btn {
    position: relative;
    z-index: 1;
  }
  .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .header__block {
    padding: 40px 0 60px;
  }
  .header__girl {
    top: auto;
    bottom: -90px;
    right: -140px;
    width: 440px;
    z-index: auto;
  }
  .header__review {
    width: 360px;
    margin: auto;
    margin-top: 113px;
    box-shadow: 0 40px 40px -25px rgba(0, 0, 0, 0.25);
  }
  .header__section-wrapper {
    padding: 25px 0 100px;
  }
  .header__block:before {
    width: calc(100% + 40px);
  }
  .info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .info__section-title, .delivery__section-title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 10px;
  }
  .info__section-text {
    width: 100%;
    padding-top: 0;
    text-align: center;
    font-size: 18px;
  }
  .info__items, .delivery__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .info__item, .delivery__item {
    width: 360px;
    border: 1px solid #2f2f2f;
    border-radius: 40px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .info__item:last-child, .delivery__item:last-child {
    margin-bottom: 0;
  }
  .info__item-block, .delivery__item-block {
    padding: 0;
    height: auto;
  }
  .info__title, .delivery__item-title {
    text-align: center;
  }
  .info__item-text, .delivery__item-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .info__img, .delivery__item-img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    border: none !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .info__flower {
    width: 1516px;
    right: -1000px;
    top: 100px;
  }
  .video__link {
    padding: 160px 0 160px;
  }
  .video__play {
    width: 80px;
  }
  .video__logo {
    width: 340px;
  }
  .video__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .video__title {
    font-size: 48px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .video__text {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__left {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__main-photo {
    position: static;
  }
  .card__right {
    width: 100%;
  }
  .card__flower-1 {
    width: 1000px;
    top: -140px;
    left: -640px;
  }
  .card__flower-2 {
    width: 1050px;
    right: -840px;
    bottom: -100px;
  }
  .card__2 {
    margin-bottom: 0;
  }
  .sprey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 20px 35px;
    margin-top: 238px;
  }
  .sprey__img {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 320px;
    margin-top: -138px;
  }
  .sprey__title {
    font-size: 48px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sprey__price .new__price {
    margin-right: 0;
  }
  .card__flower-2 {
    width: 800px;
    right: -560px;
    bottom: 250px;
  }
  .card__section-title {
    font-size: 12vw;
    margin-bottom: 13vw;
  }
  .card__main-photo {
    width: 100%;
  }
  .galary__slider {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }
  .galary__block {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .galary__section-title {
    text-align: center;
  }
  .galary__item-2 {
    margin-right: 0;
  }
  .galary__flower {
    top: -320px;
    left: -760px;
    width: 1000px;
  }
  .delivery__section-title {
    margin-bottom: 30px;
  }
  .review__block {
    width: 100%;
    height: auto;
  }
  .review__section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .review__title {
    font-size: 52px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .review__slider {
    padding-left: 0;
  }
  .review {
    min-height: auto;
  }
  .review__quote {
    margin-bottom: 20px;
  }
  .review__slider .owl-nav {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    margin: auto;
    margin-top: 24px;
  }
  .review__arrow {
    -webkit-transform: scaleX(-1) rotate(20deg);
        -ms-transform: scaleX(-1) rotate(20deg);
         -o-transform: scaleX(-1) rotate(20deg);
            transform: scaleX(-1) rotate(20deg);
    left: auto;
    right: 0;
    top: 150px;
  }
  .review__flower {
    width: 720px;
    top: auto;
    right: -480px;
    bottom: -260px;
  }
  .footer__content .header__review {
    display: none;
  }
  .footer__content .header__info {
    display: none;
  }
  .footer__content .header__text-small {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer__section-wrapper {
    padding: 300px 0 0;
    position: relative;
  }
  .footer__content {
    width: 100%;
    padding: 40px 30px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer__content .header__text {
    text-align: center;
  }
  .footer__section-wrapper:before {
    width: 100%;
    height: 70%;
    background-position: 67% center;
  }
  .footer__logo {
    width: 112px;
    top: 40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer__flower {
    width: 1043px;
    top: auto;
    bottom: -295px;
    right: -176px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 30px);
  }
  .header__block:before {
    width: calc(100% + 16px);
  }
  .header__title {
    text-align: center;
    font-size: 70px;
  }
  .header__boot {
    width: 478px;
    margin-left: -30px;
  }
}
@media (max-width: 540px) {
  .header__block {
    padding: 4.8vw 0 10vw;
  }
  .header__logo {
    position: relative;
    z-index: 1;
    margin-bottom: 7vw;
    width: 27vw;
  }
  .header__title {
    font-size: 11vw;
  }
  .header__text {
    font-size: 8.8vw;
    text-align: center;
  }
  .header__boot {
    width: 73vw;
    margin-left: 10vw;
    -webkit-transform: scaleX(-1) rotate(0);
        -ms-transform: scaleX(-1) rotate(0);
         -o-transform: scaleX(-1) rotate(0);
            transform: scaleX(-1) rotate(0);
  }
  .header__flower {
    top: -54vw;
    left: -162vw;
    width: 211vw;
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
         -o-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .header__girl {
    bottom: -18vw;
    right: -20vw;
    width: 79vw;
  }

  .header__price .price{
    flex-direction: column;
    padding-left: 5.5vw;
  }
  .header__info {
    width: 82vw;
    margin-bottom: 4.8vw;
    border-radius: 10vw;
    padding: 7vw 4.8vw;
  }
  .header__info-title {
    font-size: 5.8vw;
    margin-bottom: 1vw;
  }
  .header__info-text {
    font-size: 4.2vw;
  }
  .new__price {
    font-size: 11.8vw;
    margin-right: 3vw;
  }
  .old__price {
    font-size: 6vw;
  }
  .order__btn {
    width: 100%;
    max-width: 325px;
  }
  .header__review {
    width: 87vw;
    margin-top: 10vw;
    padding: 6vw 0;
  }
  .header__review-number {
    font-size: 12vw;
  }
  .header__review-text {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .header__star-rating {
    margin-bottom: 7vw;
  }
  .header__review-photo {
    width: 46vw;
  }
  .header__section-wrapper {
    padding: 6vw 0 25vw;
  }
  .info__top {
    margin-bottom: 10vw;
  }
  .info__section-title, .delivery__section-title {
    font-size: 10.8vw;
    margin-bottom: 2vw;
  }
  .info__section-text {
    font-size: 4.3vw;
  }
  .info__item, .delivery__item {
    width: 87vw;
    border-radius: 10vw;
    padding: 4.8vw;
    margin-bottom: 10vw;
  }
  .info__flower {
    width: 149vw;
    right: -105vw;
    top: 35vw;
  }
  .info__items, .delivery__items {
    margin-bottom: 10vw;
  }
  .info__btn {
    font-size: 5.8vw;
    padding: 4.5vw;
  }
  .info__section-wrapper {
    padding-bottom: 22vw;
  }
  .info__title, .delivery__item-title {
    font-size: 5.5vw;
    margin-bottom: 2vw;
    font-weight: 700;
  }
  .info__item-text, .delivery__item-text {
    font-size: 4.5vw;
    margin-bottom: 4.8vw;
  }
  .video__play {
    width: 14.5vw;
    top: 3.8vw;
    left: 3.8vw;
  }
  .video__logo {
    width: 59vw;
  }
  .video__link {
    padding: 18vw 0;
  }
  .video__block {
    margin-top: 3vw;
    padding: 7vw 2vw 5.5vw;
  }
  .video__title {
    font-size: 8.6vw;
    margin-bottom: 4.8vw;
  }
  .video__text {
    font-size: 4.5vw;
  }
  .video__section-wrapper {
    padding-bottom: 24vw;
  }
  .fancybox-slide {
    padding: 10px;
  }
  .video__flower {
    width: 110vw;
    top: -29vw;
    right: -70vw;
    -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
         -o-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .card {
    margin-bottom: 22vw;
  }
  .card__photos {
    border-radius: 10vw;
    padding: 2vw 2vw 1vw;
  }
  .card__photos a {
    width: 24%;
    border-radius: 10vw;
  }
  .card__left {
    margin-bottom: 4.8vw;
  }
  .card__right {
    border-radius: 10vw;
    padding: 7vw 2.2vw 3vw;
  }
  .card__title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
  .card__info span {
    font-size: 4.3vw;
  }
  .card .old__price {
    font-size: 4.3vw;
  }
  .card .new__price {
    font-size: 6.5vw;
    margin-left: 2.6vw;
  }
  .card__submit {
    border-radius: 8vw;
    font-size: 5.8vw;
    padding: 4vw;
  }
  .card__info-bottom {
    font-size: 4.4vw;
    margin-top: 2vw;
  }
  .sprey {
    padding: 0 3vw 8.5vw;
    margin-top: 52vw;
  }
  .card__section-wrapper {
    padding-bottom: 24vw;
  }
  .sprey__img {
    width: 77vw;
    margin-top: -33vw;
    margin-bottom: 4.8vw;
  }
  .sprey__title {
    font-size: 8.6vw;
    margin-bottom: 4.8vw;
  }
  .sprey__block {
    width: 100%;
    height: auto;
  }
  .sprey__text {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
  .sprey__price .old__price-text {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
  .sprey__price .new__price {
    font-size: 11.6vw;
  }
  .card__flower-1 {
    width: 110vw;
    top: -10vw;
    left: -70vw;
  }
  .card__flower-2 {
    width: 175vw;
    right: -138vw;
    bottom: 35vw;
  }
  .galary__section-title {
    font-size: 11.6vw;
    margin-bottom: 10vw;
  }
  .galary__slider {
    width: 100%;
  }
  .galary__slider a {
    height: 116.7vw;
  }
  .galary__slider .owl-nav {
    margin-top: 8vw;
  }
  .galary__item {
    width: 100%;
    margin-bottom: 6vw;
    border-radius: 10vw;
    padding: 4.8vw 6.5vw;
  }
  .galary__item-title {
    font-size: 5.8vw;
    padding-left: 0;
    margin-bottom: 2vw;
    text-align: center;
  }
  .galary__item-text {
    font-size: 4.3vw;
    text-align: center;
  }
  .galary__block {
    margin-bottom: 14vw;
  }
  .galary__flower {
    top: -27vw;
    left: -112vw;
    width: 145vw;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .galary__section-wrapper {
    padding-bottom: 23vw;
  }
  .delivery__section-wrapper {
    padding-bottom: 12vw;
  }
  .review__section-wrapper {
    border-radius: 10vw;
    padding: 10vw 8vw 12vw;
  }
  .review__title {
    font-size: 12vw;
    text-align: left;
    margin-bottom: 13vw;
  }
  .review__arrow {
    -webkit-transform: scaleX(-1) rotate(25deg);
        -ms-transform: scaleX(-1) rotate(25deg);
         -o-transform: scaleX(-1) rotate(25deg);
            transform: scaleX(-1) rotate(25deg);
    left: auto;
    right: -4vw;
    top: 40vw;
    width: 58vw;
  }
  .review__quote {
    margin-bottom: 4.8vw;
  }
  .review__massage {
    font-size: 4.3vw;
    margin-bottom: 6vw;
  }
  .review__name {
    font-size: 4.3vw;
    margin-bottom: 2px;
  }
  .review__slider .owl-nav {
    width: 180px;
  }
  .review__slider .owl-nav button {
    width: 65px;
    height: 65px;
  }
  .review__flower {
    width: 120vw;
    right: -77vw;
    bottom: -35vw;
    -webkit-transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
         -o-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  .footer__section-wrapper:before {
    height: 90%;
    background-image: url(../img/footer-bg-mobile.jpg);
  }
  .footer__content {
    padding: 7.6vw 4.8vw 11vw;
  }
  .footer__section {
    padding: 24vw 0 13.6vw;
  }
  .footer__content .header__text {
    font-size: 8.6vw;
    margin-bottom: 2vw;
  }
  .header__text-small {
    font-size: 4.3vw;
    margin-bottom: 4.8vw;
  }
  .footer__flower {
    width: 216vw;
    bottom: -52vw;
    right: -91vw;
    -webkit-transform: rotate(-86deg);
        -ms-transform: rotate(-86deg);
         -o-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  .fancybox-content {
    padding: 44px 15px 20px;
  }
  .footer__line-wrapper {
    padding: 4.8vw 0;
  }
  .footer__line-item {
    font-size: 4vw;
  }
  .footer__content .header__price {
    margin-bottom: 4.8vw;
  }

  .video__link{
    background-position: right;
  }
}