@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  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);
 
  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* Internet Explorer/Edge */
  user-select: none;          /* Standard syntax */


}

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: #003159 !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;
}

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

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

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  background-color: #fafafa;
}

.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: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

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

.footer-info {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

[id^=modal] {
  display: none;
  max-width: 600px !important;
  margin: auto;
}

[id^=modal] p {
  margin-bottom: 10px;
}

[id^=modal] h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

[id^=modal] h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.header__section {
  background-color: #fff;
}

.header__section-wrapper {
  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;
  padding: 15px 0;
}

.header__block {
  width: auto;
  height: auto;
  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;
  gap: 20px;
}

.header__link {
  width: 30px;
  height: auto;
}
.header__link img {
  width: 100%;
  height: auto;
}

.header__logo {
  width: 145px;
  height: auto;
}

.header__burger {
  display: none;
}

.header__nav {
  background: #954aa2;
}

.header__nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  padding: 20px 0;
  /*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;
}

.header__nav-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
}
.header__nav-link:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-link.active:before {
  opacity: 1;
}
.header__nav-link:hover:before {
  opacity: 1;
}

@media (max-width: 1160px) {
  .container {
    width: 700px;
  }
  .header__nav-link {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header__nav {
    /*display: none;*/
    
  }
  .header__burger {
    display: block;
  }
}
@media (max-width: 540px) {
  .header__section-wrapper {
    padding: 3vw 0;
  }
  .header__block {
    gap: 3vw;
  }
  .header__link {
    width: auto;
    height: auto;
  }
  .header__link img {
    width: auto;
    height: 4.8vw;
  }
  .header__logo {
    width: 26vw;
    height: auto;
  }
  .header__burger img {
    width: auto;
    height: 3.8vw;
  }
}
.info__section-wrapper {
  padding-top: 40px;
}

.wrapper {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
}

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

.text__big {
  font-weight: 700;
  font-size: 36px;
  color: #a1436f;
}

.date {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #555;
}

.img {
  border-radius: 30px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.text {
  font-weight: 400;
  font-size: 20px;
  color: #222;
}

.color-grey {
  color: #555;
}

.blockquote {
  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;
}

.blockquote__left {
  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;
  padding-right: 30px;
  width: 430px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.blockqupte__right {
  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;
  padding-left: 30px;
  border-left: 5px solid #a1436f;
}

.text-big {
  font-weight: 600;
  font-size: 35px;
  color: #a1436f;
}

.text-medium {
  font-weight: 600;
  font-size: 24px;
  color: #a1436f;
}

.imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  gap: 40px;
}
.imgs img {
  margin: 0;
}

.red {
  color: #a1436f;
}

.bold {
  font-weight: 700;
}

.title__block {
  border-radius: 30px;
  padding: 15px 10px;
  background: #a1436f;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px;
}

.video__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}

.video {
  width: auto;
  max-width: 48%;
  height: auto;
  border-radius: 30px;
}

@media (max-width: 1160px) {
  .blockquote {
    -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;
  }
  .blockquote__left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .blockqupte__right {
    width: 100%;
    padding: 0;
    border: none;
  }
  .imgs {
    -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__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 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  body {
    background-color: #fff;
  }
  .wrapper {
    width: 100%;
    padding: 0;
    border: none;
  }
  .info__section-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 540px) {
  .info__section-wrapper {
    padding-top: 6vw;
  }
  .text__big {
    font-size: 8vw;
  }
  .mb-25 {
    margin-bottom: 5vw;
  }
  .date {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .mb-20 {
    margin-bottom: 4.8vw;
  }
  .img {
    border-radius: 7vw;
  }
  .mb-40 {
    margin-bottom: 9vw;
  }
  .text {
    font-size: 4.8vw;
  }
  .text-big {
    font-size: 8vw;
  }
  .imgs img {
    width: 100%;
  }
  .title__block {
    border-radius: 7vw;
    padding: 4.8vw 7vw;
    font-size: 8vw;
  }
  .text-medium {
    font-size: 5.5vw;
  }
  .video__block {
    gap: 4.8vw;
  }
}
.card__section-wrapper {
  padding-bottom: 60px;
}

.card {
  width: 100%;
  border-radius: 30px;
  background: #b82f71;
  padding: 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;
  gap: 50px;
}

.card__prod {
  width: 460px;
  height: auto;
  border-radius: 30px;
}

.card__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

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

.card__input-wrapper {
  margin-bottom: 10px;
}

.card__input {
  width: 100%;
  height: 50px;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.25);
  background: #8e1c53;
  border-radius: 40px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.card__submit {
  width: 100%;
  height: 80px;
  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;
  background-color: #fff;
  border-radius: 80px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #a1436f;
  margin-top: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #fff;
}
.card__submit:hover {
  background-color: transparent;
  color: #fff;
}

.card__info {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1160px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 540px) {
  .card__section-wrapper {
    padding-bottom: 9.8vw;
  }
  .card {
    border-radius: 7vw;
    padding: 2.4vw;
    gap: 4.8vw;
  }
  .card__prod {
    width: 100%;
    border-radius: 6.4vw;
  }
  .card__title {
    font-size: 5.8vw;
    margin-bottom: 5vw;
  }
  .card__form {
    padding: 0 3vw;
    padding-bottom: 4vw;
  }
  .card__input-wrapper {
    margin-bottom: 2vw;
  }
  .card__input {
    height: 12vw;
    border-radius: 10vw;
    font-size: 4.8vw;
  }
  .card__submit {
    height: 19vw;
    border-radius: 19vw;
    font-size: 8vw;
    margin-top: 4.8vw;
    margin-bottom: 5vw;
  }
  .card__info {
    font-size: 4.5vw;
  }
}
.review__section-wrapper {
  padding-bottom: 70px;
  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;
}

.review__info {
  border-radius: 30px;
  background: #ffe5f1;
  padding: 25px 40px 30px 40px;
  margin-bottom: 60px;
}

.review__info-medium {
  font-weight: 400;
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}

.review__info-text {
  font-weight: 400;
  font-size: 20px;
  color: #222;
}

.review {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.review__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.45;
  color: #222;
  margin-bottom: 10px;
}

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

.quote {
  width: 26px;
  height: auto;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-top: 5px;
}

.review__message-wrapper .text {
  margin-bottom: 15px;
}

.underline {
  text-decoration: underline;
}

.review__img {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  height: auto;
  margin-bottom: 15px;
}

.order__btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: #a1436f;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid #a1436f;
}
.order__btn:hover {
  background-color: transparent;
  color: #a1436f;
}

@media (max-width: 540px) {
  .review__info {
    border-radius: 7vw;
    padding: 6vw 7vw 7vw 6vw;
    margin-bottom: 9.8vw;
  }
  .review {
    margin-bottom: 4.8vw;
  }
  .review__name {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }
  .quote {
    width: 6vw;
    margin-right: 4.8vw;
    margin-top: 1vw;
  }
  .review__message-wrapper .text {
    margin-bottom: 3.5vw;
  }
  .review__img {
    border-radius: 7vw;
    margin-bottom: 3.5vw;
  }
  .order__btn {
    width: 100%;
    padding: 6vw;
    font-size: 4.8vw;
    border-radius: 10vw;
    margin-top: 8vw;
  }
  .review__section-wrapper {
    padding-bottom: 15vw;
  }
  .fancybox-content {
    padding: 44px 15px 20px;
  }
}
.footer__section {
  background: #954aa2;
}

.footer__section-wrapper {
  padding: 9px 0;
}

.footer__section-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.footer-info {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.footer-info a {
  color: #fff;
  text-decoration: underline;
}