@charset "UTF-8";

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

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

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  color: #366e38;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

address {
  margin: 0;
  padding: 0;
  font-style: inherit;
  line-height: inherit;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.nav-container {
  /*max-width: 1880px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.coop-container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-container {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.reg-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-family: Evolventa, sans-serif;
  color: #5e5e5e;
}

body.locked {
  overflow: hidden;
}

body.dark {
  background: #242424;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page__content {
  padding: 90px 0;
}

.page__img {
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content__caption {
  max-width: 900px;
  margin: 0 auto 35px auto;
  text-align: center;
  line-height: 130%;
}

.content__title {
  margin: 0 auto 40px auto;
  text-align: center;
  line-height: 130%;
}

.content__small-title {
  margin: 0 auto 40px auto;
  text-align: center;
  line-height: 130%;
}

.content__text {
  max-width: 1400px;
  margin: 60px auto 0 auto;
  line-height: 170%;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.color-block {
  background-color: #edf6e5;
  border-radius: 15px;
  padding: 40px 35px;
}

.color-block__title {
  margin-bottom: 35px;
  line-height: 130%;
}

.caption {
  font-size: 36px;
  font-weight: bold;
}

.title {
  font-size: 24px;
  font-weight: bold;
}

.small-title {
  font-size: 22px;
  font-weight: bold;
}

.text {
  font-size: 16px;
}

@font-face {
  font-family: Evolventa;
  font-display: swap;
  src: local("Evolventa"), url("../fonts/Evolventa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Evolventa;
  font-display: swap;
  src: local("Evolventa Oblique"), url("../fonts/Evolventa-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Evolventa;
  font-display: swap;
  src: local("Evolventa Bold"), url("../fonts/Evolventa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Evolventa;
  font-display: swap;
  src: local("Evolventa Bold Oblique"), url("../fonts/Evolventa-BoldOblique.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  background-image: url("/images/main/hd_flower.png"), url("/images/main/header.jpg");
  background-position: right bottom, top left;
  background-size: 635px 687px, cover;
  background-repeat: no-repeat, no-repeat;
  min-height: 833px;
}

.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  gap: 40px;
}

.header__border {
  height: 80%;
  width: 1px;
  background-color: #abc093;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
}

.header__block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 55px;
}

.header__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  /*padding-bottom: 160px;*/
}

.header__caption img {
  width: 100%;
  max-width: 941px;
}

.header__button{
  text-align: center;
  padding: 0 20px 0 20px;

  img{
    display: inline-block;
    width: 100%;
    max-width: 513px;

    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }

  img:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
  }

  a{
    text-decoration: none;
  }
}

.contacts_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #366e38;
  font-size: 14px;
  line-height: 130%;
  gap: 10px;
}

.contacts_header__icon {
  width: 20px;
  margin-right: 10px;
}

.contacts_header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.contacts_header__phone__item {
  display: inline-block;
}

.contacts_header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts_header__email__item {
  display: inline-block;
}

.header__menu {
  margin: 0px 0px 0px 0px;
}

.menu {
  font-size: 17px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__icon {
  position: relative;
  width: 12px;
  margin-left: 7px;
  margin-right: 5px;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* Добавляем transition для анимации */
}

.menu__icon.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  /* Поворачиваем иконку на 180 градусов при открытии меню */
}

.menu__item {
  position: relative;
}

.menu__hidden-link {
  position: relative;
  visibility: visible;
}

.menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  color: #366e38;
  position: relative;
  -webkit-transition: 0.5s color;
  -o-transition: 0.5s color;
  transition: 0.5s color;
}

.menu__link.active {
  height: 70px;
  color: #ffffff;
}

.menu__link:hover:after,
.menu__link.current:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu__link:hover:before,
.menu__link.current:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 10%;
  width: 14px;
  height: 14px;
  background-image: url("/images/icons/icon_active.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu__link:hover.active,
.menu__link.current.active {
  background-image: none;
  color: #b4e375;
}

.menu__link:hover.active:after,
.menu__link.current.active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu__link:hover.active:before,
.menu__link.current.active:before {
  content: "";
  position: static;
  width: 0;
  height: 0;
  background-image: none;
}

.burger {
  display: none;
  background: transparent;
  z-index: 3;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.about__icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about__icon img {
  width: 100%;
}

.about__text {
  line-height: 170%;
}

.about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}

.about-info {
  padding: 0 35px;
  line-height: 170%;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("/images/main/bg_contact_form.png");
  background-position: right top;
  background-size: 94px 209px;
  background-repeat: no-repeat;
}

.contact-form__inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form__inputs {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 415px;
          flex: 0 1 415px;
}

.contact-form__space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.contact-form .form-control {
  width: 100%;
}

.contact-form .form-control:focus {
  border-color: #366e38;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 110, 56, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(54, 110, 56, 0.25);
  outline: none;
}

.reg-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/images/main/bg_reg_heart_1.png"), url("/images/main/bg_reg_heart_2.png"), url("/images/main/bg_reg_heart_3.png");
  background-position: 60px 40px, 60px 1180px, 90% 370px;
  background-size: 55px 56px, 102px 99px, 29px 24px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.reg-form__inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reg-form__inputs {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 415px;
          flex: 0 1 415px;
}

.reg-form__space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.reg-form .form-control,
.reg-form .form-select {
  width: 100%;
}

.reg-form .form-control:focus,
.reg-form .form-select:focus {
  border-color: #366e38;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(54, 110, 56, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(54, 110, 56, 0.25);
  outline: none;
}

.reg-form__table {
  width: 100%;
  max-width: 700px;
  table-layout: fixed;
  margin: 0 auto;
}

.reg-form__table td {
  padding: 5px;
}

.reg-form__table td:first-child {
  width: 35%;
}

.reg-form__table td:nth-child(2) {
  width: 65%;
}

.word_space {
  display: inline-block;
  padding-right: 7px;
}

.couples-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.couples-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.couples-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card {
  max-width: 202px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 5px;
}

.card__link {
  text-decoration: none;
  color: inherit;
}

.card img {
  width: 100%;
}

.card__names {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  line-height: 140%;
}

.couples-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.couple-story {
  padding: 15px;
}

.couple-story__title {
  margin-bottom: 40px;
}

.couple-story__text {
  line-height: 140%;
}

.couple-story__text p {
  text-align: justify;
  margin: 0 0 30px 0;
}

.couple-story__text img {
  max-width: 376px;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 18px;
}

.email-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.email-block__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 116px;
          flex: 0 0 116px;
}

.email-block__icon img {
  width: 100%;
}

.email-block__text {
  color: #50823a;
  font-size: 34px;
  font-weight: bold;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 100px;
}

.team__title {
  text-align: center;
  line-height: 130%;
}

.team__img img {
  width: 100%;
}

.coop_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.coop_info__map {
  max-width: 743px;
}

.coop_info__map img {
  width: 100%;
}

.coop_info__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.coop_info__qr{
  position: absolute;
  width: 195px;
  height: 220px;
  right: 0;
  top: 100px;
  background-image: url("/images/icons/icon_qr.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.coop_info__contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.coop_info__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.coop_info__icon img {
  width: 100%;
}

.coop_info__text {
  font-size: 14px;
  color: #000000;
  line-height: 140%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-image: url("/images/main/ft_flower.png"), url("/images/main/footer.png");
  background-position: right bottom, top center;
  background-size: 134px 87px, cover;
  background-repeat: no-repeat, no-repeat;
  min-height: 100px;
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 20px 0 20px;
}

.footer__text__item {
  padding: 2px;
}

@media screen and (max-width: 1750px) {
  .menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
    font-size: 16px;
  }

  .menu__link:hover:before,
  .menu__link.current:before {
    width: 13px;
    height: 13px;
    left: -20px;
    top: 9%;
  }

  .header__navbar {
    gap: 25px;
  }
}

@media screen and (max-width: 1600px) {
  .page__content {
    padding: 80px 0;
  }

  .caption {
    font-size: 34px;
  }

  .header {
    background-image: url("/images/main/hd_flower_1600.png"), url("/images/main/header_1600.jpg");
    background-size: 529px 573px, cover;
    min-height: 694px;
  }

  .header__navbar {
    height: 83px;
    gap: 15px;
  }

  .header__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }

  .header__caption {
    /*padding-bottom: 133px;*/
  }

  .header__caption img {
    max-width: 786px;
  }

  .header__button img{
    max-width: 450px;
  }

  .contacts_header {
    font-size: 12px;
    gap: 8px;
  }

  .contacts_header__icon {
    width: 16px;
    margin-right: 6px;
  }

  .menu {
    font-size: 13px;
  }

  .menu__link:hover:before,
  .menu__link.current:before {
    width: 11px;
    height: 11px;
    left: -16px;
    top: 3%;
  }

  .about-body {
    gap: 80px;
  }

  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .email-block__text {
    font-size: 32px;
  }

  .team {
    margin-top: 80px;
  }

  .footer {
    background-image: url("/images/main/ft_flower_1600.png"), url("/images/main/footer_1600.png");
    background-size: 112px 72px, cover;
    min-height: 83px;
  }

  .footer__text {
    font-size: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .page__content {
    padding: 70px 0;
  }

  .content__caption {
    max-width: 850px;
  }

  .color-block__title {
    margin-bottom: 30px;
  }

  .caption {
    font-size: 32px;
  }

  .header {
    background-image: url("/images/main/hd_flower_1300.png"), url("/images/main/header_1300.jpg");
    background-size: 430px 465px, cover;
    min-height: 564px;
  }

  .header__navbar {
    height: 68px;
  }

  .header__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
            flex: 0 0 570px;
  }

  .header__caption {
    /*padding-bottom: 108px;*/
  }

  .header__caption img {
    max-width: 637px;
  }

  .header__button img{
      max-width: 400px;
  }

  .contacts_header__icon {
    width: 14px;
    margin-right: 4px;
  }

  .menu {
    font-size: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .menu__link:hover:before,
  .menu__link.current:before {
    width: 10px;
    height: 10px;
    left: -14px;
    top: 5%;
  }

  .about-body {
    gap: 70px;
  }

  .email-block {
    gap: 25px;
  }

  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .email-block__text {
    font-size: 30px;
  }

  .team {
    margin-top: 70px;
  }

  .footer {
    background-image: url("/images/main/ft_flower_1300.png"), url("/images/main/footer_1300.png");
    background-size: 91px 59px, cover;
    min-height: 68px;
  }
}

@media screen and (max-width: 1270px) {
  .header__border {
    width: 0;
  }

  .menu__list {
    position: fixed;
    background: rgba(13, 13, 14, 0.95);
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    gap: 75px;
  }

  .menu__list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    -webkit-animation: fade 0.1s linear;
            animation: fade 0.1s linear;
    font-size: 24px;
    gap: 0;
    overflow: scroll;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 20px;
    width: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .burger.active:before {
    background: #fefefe;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 8px;
  }

  .burger.active:after {
    background: #fefefe;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .burger:before,
  .burger:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgba(13, 13, 14, 0.95);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
  }

  .burger::after {
    bottom: 0;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: rgba(13, 13, 14, 0.95);
    height: 2px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
}

@media screen and (max-width: 1100px) {
  .coop_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }

  .coop_info__qr{
    width: 140px;
    height: 158px;
    top: 90px;
  }
}

@media screen and (max-width: 1000px) {
  .page__content {
    padding: 50px 0;
  }

  .content__caption {
    max-width: 750px;
    margin: 0 auto 25px auto;
  }

  .content__small-title {
    margin: 0 auto 30px auto;
  }

  .caption {
    font-size: 28px;
  }

  .title {
    font-size: 22px;
  }

  .small-title {
    font-size: 20px;
  }

  .header {
    background-image: url("/images/main/hd_flower_1000.png"), url("/images/main/header_1000.jpg");
    background-position: right bottom, top center;
    background-size: 430px 465px, cover;
    min-height: 564px;
  }

  .header__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 268px;
            flex: 0 1 268px;
  }

  .about {
    gap: 30px;
  }

  .about-body {
    gap: 50px;
  }

  .email-block {
    gap: 20px;
  }

  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .email-block__text {
    font-size: 26px;
  }

  .team {
    margin-top: 50px;
    gap: 25px;
  }
}

@media screen and (max-width: 768px) {
  .color-block__title {
    margin-bottom: 20px;
  }

  .caption {
    font-size: 26px;
  }

  .header__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }

  .header__caption {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts_header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .about {
    gap: 20px;
  }

  .about-info {
    padding: 0;
  }

  .couple-story {
    padding: 0;
  }

  .couple-story__title {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .couple-story__text p {
    margin: 0 0 15px 0;
  }

  .couple-story__text img {
    float: none;
    margin-right: 0;
  }

  .email-block {
    gap: 16px;
  }

  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .email-block__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .contact-form {
    font-size: 14px;
  }

  .contact-form input,
  .contact-form button {
    font-size: 14px;
  }

  .reg-form {
    background-position: 60px 40px, 40px 1100px, 90% 370px;
    font-size: 14px;
  }

  .reg-form input,
  .reg-form select,
  .reg-form textarea,
  .reg-form button {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .content__caption {
    margin: 0 auto 15px auto;
  }

  .content__small-title {
    margin: 0 auto 20px auto;
  }

  .content__text {
    padding: 0 20px;
  }

  .color-block {
    padding: 20px 10px;
  }

  .caption {
    font-size: 24px;
  }

  .title {
    font-size: 20px;
  }

  .small-title {
    font-size: 18px;
  }

  .header__caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form {
    background-image: none;
    font-size: 12px;
  }

  .contact-form input,
  .contact-form button {
    font-size: 12px;
  }

  .contact-form__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }

  .reg-form {
    font-size: 12px;
  }

  .reg-form input,
  .reg-form select,
  .reg-form textarea,
  .reg-form button {
    font-size: 12px;
  }

  .reg-form {
    background-image: none;
  }

  .reg-form__space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }

  .couples-all {
    padding: 20px 0;
  }

  .card__names {
    font-size: 14px;
  }

  .email-block {
    gap: 10px;
  }

  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }

  .email-block__text {
    font-size: 22px;
  }

  .team {
    gap: 15px;
  }

  .coop_info{
    margin-bottom: 0;
  }

  .coop_info__contacts {
    gap: 20px;
  }

  .coop_info__contacts__item {
    gap: 10px;
  }

  .coop_info__icon {
    width: 20px;
  }

  .coop_info__qr{
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 400px) {
  .email-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }

  .email-block__text {
    font-size: 16px;
  }
}