html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

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

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FCF6F6;
  font-family: "Rubik-Regular", Helvetica, sans-serif;
  font-size: 15px;
  color: #242424;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: top;
}

input,
textarea,
select {
  outline: none;
  appearance: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

label {
  margin: 0;
  display: block;
}

iframe {
  max-width: 100%;
}

a[href^=tel],
a[href^=mailto] {
  white-space: nowrap;
}

::selection {
  background-color: #f1c40f;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #939393;
  font-size: 16px;
}

:-moz-placeholder {
  color: #939393;
  font-size: 16px;
}

::-moz-placeholder {
  color: #939393;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #939393;
  font-size: 16px;
}

.container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.section,
section {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  padding: 7px 7px;
  border: 1px solid #C13939;
  border-radius: 999px;
  background-color: #C13939;
  text-decoration: none;
  outline: none;
}
.link-button--dark:hover {
  background-color: transparent;
}
.link-button--dark:hover .link-button__text {
  color: #fff;
}
.link-button--dark:hover .link-button__icon {
  color: #fff;
}
.link-button--white:hover {
  background-color: transparent;
}
.link-button--white:hover .link-button__text {
  color: #242424;
}
.link-button--white:hover .link-button__icon {
  color: #C13939;
}
.link-button--large {
  padding: 19px 29px;
}
.link-button__text {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.link-button__icon {
  line-height: 0;
  color: #fff;
}
.link-button__icon .icon {
  transition: color 0.3s ease-in-out;
}

.page-header {
  font-family: "Cormorant-Medium";
  font-size: 26px;
  text-align: center;
}
.page-header__city {
  color: #C13939;
}
.page-header--decor {
  position: relative;
}
.page-header--decor:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  bottom: -64px;
  width: 142px;
  height: 19px;
  background-image: url(../img/img-page-header-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 960px) {
  .page-header {
    font-family: "Cormorant-Regular";
    font-size: 40px;
  }
  .page-header--decor:before {
    bottom: -66px;
    width: 202px;
    height: 27px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-header {
    font-size: 60px;
  }
  .page-header--decor:before {
    bottom: -76px;
  }
}

.section-header {
  font-family: "Cormorant-Medium";
  font-size: 26px;
}
.section-header--decor {
  position: relative;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.8px;
}
.section-header--decor:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -63px;
  transform: translateX(-50%);
  width: 139px;
  height: 51px;
  background-image: url(../img/img-section-header-decor.svg);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 361px) {
  .section-header--decor {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 768px) {
  .section-header--decor {
    padding: 0;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 960px) {
  .section-header {
    font-family: "Cormorant-Regular";
    font-size: 40px;
  }
  .section-header--decor {
    letter-spacing: 0;
  }
  .section-header--decor:before {
    top: -60px;
  }
}

.body-overflow {
  overflow: hidden;
}

@font-face {
  font-family: Cormorant-Bold;
  font-display: swap;
  src: url("../fonts/Cormorant-Bold.woff2") format("woff2"), url("../fonts/Cormorant-Bold.woff") format("woff");
  font-weight: Bold;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-Light;
  font-display: swap;
  src: url("../fonts/Cormorant-Light.woff2") format("woff2"), url("../fonts/Cormorant-Light.woff") format("woff");
  font-weight: Light;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-Medium;
  font-display: swap;
  src: url("../fonts/Cormorant-Medium.woff2") format("woff2"), url("../fonts/Cormorant-Medium.woff") format("woff");
  font-weight: Medium;
  font-style: normal;
}
@font-face {
  font-family: Cormorant-Regular;
  font-display: swap;
  src: url("../fonts/Cormorant-Regular.woff2") format("woff2"), url("../fonts/Cormorant-Regular.woff") format("woff");
  font-weight: Regular;
  font-style: normal;
}
@font-face {
  font-family: Rubik-Light;
  font-display: swap;
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: Light;
  font-style: normal;
}
@font-face {
  font-family: Rubik-Medium;
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: Medium;
  font-style: normal;
}
@font-face {
  font-family: Rubik-Regular;
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: Regular;
  font-style: normal;
}
.icon-arrow-dropdown {
  width: 9px;
  height: 9px;
}
.icon-arrow-readmore {
  width: 21px;
  height: 6px;
  fill: currentColor;
}
.icon-list-who-is-who {
  width: 40px;
  height: 40px;
}
.icon-wedding-show-center {
  width: 60px;
  height: 60px;
}
.icon-wedding-show-show {
  width: 60px;
  height: 60px;
}
.icon-wedding-show-stars {
  width: 60px;
  height: 60px;
  fill: transparent;
}
.icon-wedding-show-competitions {
  width: 60px;
  height: 60px;
}
.icon-wedding-show-music {
  width: 64px;
  height: 64px;
}
.icon-arrow-top {
  width: 18px;
  height: 10px;
}
.icon-slider-prev {
  width: 9px;
  height: 16px;
}
.icon-slider-next {
  width: 9px;
  height: 16px;
}
.icon-catalog-info-close {
  width: 15px;
  height: 15px;
}
.icon-list-catalog-arrow {
  width: 7px;
  height: 7px;
}
.icon-list-catalog-place {
  width: 13px;
  height: 16px;
}
.icon-block-change {
  width: 8px;
  height: 6px;
}
.icon-halls-data-place {
  width: 20px;
  height: 20px;
}
.icon-halls-data-metro {
  width: 20px;
  height: 20px;
}
.icon-halls-data-kitchen {
  width: 20px;
  height: 20px;
}
.icon-halls-data-phone {
  width: 20px;
  height: 20px;
}
.icon-halls-description {
  width: 18px;
  height: 18px;
}
.icon-slider-catalog-halls-prev {
  width: 7px;
  height: 12px;
}
.icon-slider-catalog-halls-next {
  width: 7px;
  height: 12px;
}
.icon-arrow-dropdown-load-halls {
  width: 13px;
  height: 7px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.form--column {
  flex-direction: column;
}
.form__item {
  margin-bottom: 14px;
  width: 100%;
}
.form__input, .form__textarea {
  width: 100%;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.form__submit {
  width: 100%;
  padding: 12px 0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.modal {
  display: none;
  width: 100%;
  max-width: 327px;
  padding: 65px 5% 73px;
  text-align: center;
}
.block-info {
  text-align: center;
}
.block-info__text {
  display: inline-block;
  font-size: 12px;
  color: #606060;
}
.block-info__auth {
  margin-top: 5px;
}
@media only screen and (min-width: 1280px) {
  .block-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 58px;
  }
  .block-info__auth {
    margin-top: 0;
  }
}

.auth {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}
.auth__item {
  font-size: 12px;
  color: #C13939;
  text-transform: uppercase;
  text-decoration: none;
}
.auth__item:hover {
  opacity: 0.8;
}

.logo-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px 0;
}
.logo-name--inner {
  text-decoration: none;
}
.logo-name--inner .logo-name__text {
  padding: 11px 14px 9px;
  border: 1px solid rgba(193, 57, 57, 0.5);
  background-color: transparent;
  color: #242424;
  transition: color, background-color 0.3s ease-in-out;
}
.logo-name--inner:hover .logo-name__text {
  background-color: #C13939;
  color: #fff;
}
.logo-name__text {
  display: inline-block;
  padding: 11px 14px 10px;
  border-radius: 26px;
  background-color: #C13939;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .logo-name {
    display: inline-flex;
    flex-direction: row;
    gap: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .logo-name {
    gap: 0 30px;
  }
}

.block-catalog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.block-catalog__text {
  text-align: center;
}
.block-catalog__list {
  margin-top: 12px;
}
@media only screen and (min-width: 960px) {
  .block-catalog {
    display: inline-flex;
    flex-direction: row;
    gap: 0 11px;
  }
  .block-catalog__text {
    letter-spacing: 0.3px;
  }
  .block-catalog__list {
    margin-top: 0;
  }
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 17px;
}
.catalog-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 5px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.catalog-list__item .icon {
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.catalog-list__item:hover {
  color: #C13939;
}
.catalog-list__item:hover .icon {
  fill: #C13939;
  opacity: 1;
}
.catalog-list__text {
  font-size: 14px;
}
.catalog-list__icon {
  cursor: pointer;
  line-height: 1;
}
@media only screen and (min-width: 960px) {
  .catalog-list {
    gap: 0 11px;
  }
  .catalog-list__text {
    font-size: 15px;
  }
}

.mobile-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.mobile-button:hover {
  opacity: 0.8;
}

.menu-mobile {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  background-color: rgba(46, 46, 46, 0.6);
  z-index: 7;
  transition: all 0.3s ease-in-out;
}
.menu-mobile__inner {
  margin-left: auto;
  width: 295px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 6.6% 41px 8.6%;
  background-color: #ccc;
  overflow: hidden;
  overflow-y: auto;
}
.menu-mobile--active {
  right: 0;
}
.menu-mobile__head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.menu-mobile__action {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.menu-mobile__action:hover {
  opacity: 0.8;
}
.menu-mobile__nav {
  margin-top: 46px;
  margin-bottom: 46px;
  padding-right: 5%;
}
.menu-mobile .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 22px 0;
}
.menu-mobile .nav__item {
  line-height: 1.28;
}

.header {
  padding-top: 27px;
  background-color: #fff;
}
.header__top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(193, 57, 57, 0.16);
}
.header__bottom {
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(193, 57, 57, 0.1);
}
.header__block-catalog {
  margin-top: 14px;
}
@media only screen and (min-width: 960px) {
  .header {
    padding-top: 11px;
  }
  .header__top {
    padding-bottom: 8px;
  }
  .header__bottom {
    padding: 32px 0 29px;
  }
  .header__bottom > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
  }
  .header__logo-name {
    margin-left: 0.5%;
  }
  .header__block-catalog {
    margin-top: 0;
    margin-right: 0.7%;
  }
}
@media only screen and (min-width: 1280px) {
  .header {
    padding-top: 8px;
  }
  .header__top {
    padding-bottom: 5px;
  }
  .header__bottom > .container {
    justify-content: center;
    gap: 0 25px;
  }
  .header__logo-name {
    margin-left: initial;
  }
  .header__block-catalog {
    margin-right: initial;
  }
}

.img-header-decor {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .img-header-decor {
    display: inline-block;
  }
}

.intro {
  padding: 72px 0 0;
  background-image: url(../img/img-bg-intro.svg);
  background-repeat: no-repeat;
  background-position: 40% 52.2%;
}
.intro__book {
  margin-top: 70px;
}
.intro__info {
  margin-top: 115px;
  padding: 40px 9.7% 37px;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 99px 0 0;
    background-position: right 40%;
  }
  .intro__book {
    margin-top: 97px;
  }
  .intro__info {
    margin-top: 97px;
    padding: 118px 6.5% 117px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro {
    padding: 60px 0 0;
    background-position: 95.2% 57%;
  }
  .intro__book {
    margin-top: 58px;
  }
  .intro__info {
    max-width: 1200px;
    margin-top: -5px;
    padding: 92px 6.5% 94px;
    margin-inline: auto;
  }
}

.intro-picture {
  display: block;
  text-align: center;
}

.block-book__header {
  margin-top: -33px;
  padding: 0 13%;
  text-align: center;
}
@media only screen and (min-width: 361px) {
  .block-book__img {
    text-align: center;
  }
  .block-book__img img {
    width: 65%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .block-book {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .block-book__img {
    width: 49%;
  }
  .block-book__img img {
    width: 100%;
  }
  .block-book__header {
    width: 32.3%;
    padding: 0 1% 0 4%;
    margin-top: -104px;
    font-size: 28px;
    text-align: left;
    line-height: 1.22;
  }
}
@media only screen and (min-width: 1280px) {
  .block-book__img {
    width: 28%;
  }
  .block-book__header {
    width: 31.1%;
    margin-top: -151px;
    padding: 0 1% 0 2.4%;
    font-size: 40px;
  }
}

.intro-info {
  background-color: #fff;
  background-image: url(../img/img-bg-decor--top-left.svg), url(../img/img-bg-decor--bottom-right.svg);
  background-repeat: no-repeat;
  background-position: 3% 1.6%, 96.8% 98.5%;
  background-size: 73px 69px, 73px 69px;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.intro-info__text {
  color: rgba(36, 36, 36, 0.7);
  text-align: center;
  line-height: 1.4;
}
.intro-info__text:last-of-type {
  margin-top: 30px;
}
.intro-info__advice {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .intro-info {
    font-family: "Rubik-Light";
    font-size: 18px;
    background-size: 100px 94px, 100px 94px;
    background-position: 3.5% 6.4%, 96.6% 93.2%;
  }
  .intro-info__text {
    padding: 0 1%;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }
  .intro-info__text:last-of-type {
    margin-top: 29px;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-info {
    border-radius: 45px;
    background-size: 131px 123px, 131px 123px;
    background-position: 3.5% 11.5%, 96.6% 88%;
  }
  .intro-info__text {
    padding: 0;
  }
  .intro-info__advice {
    padding: 0 7.5%;
  }
}

.list-advice {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 40px 0;
}
.list-advice__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.list-advice__icon {
  width: 45px;
}
.list-advice__text {
  width: calc(100% - 45px);
  padding-left: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .list-advice {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px 0;
  }
  .list-advice__item {
    width: 48.4%;
  }
  .list-advice__item:nth-child(1) {
    order: 0;
  }
  .list-advice__item:nth-child(2) {
    order: 2;
  }
  .list-advice__item:nth-child(3) {
    order: 1;
  }
  .list-advice__item:nth-child(4) {
    order: 3;
  }
  .list-advice__text {
    padding-left: 10px;
    letter-spacing: 0.3px;
  }
}

.expectation-miracle {
  padding: 132px 0 71px;
}
.expectation-miracle .section-header {
  padding: 0 7%;
}
.expectation-miracle__list {
  margin-top: 28px;
}
@media only screen and (min-width: 768px) {
  .expectation-miracle {
    padding: 161px 0 101px;
    background-image: url(../img/img-bg-expectation-miracle.svg);
    background-repeat: no-repeat;
    background-position: left 43%;
  }
  .expectation-miracle__list {
    margin-top: 33px;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .expectation-miracle {
    padding: 179px 0 120px;
  }
}

.list-expectation-miracle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 19px 0;
}
.list-expectation-miracle__number {
  font-family: "Cormorant-Regular";
  font-size: 40px;
  color: rgba(36, 36, 36, 0.2);
  text-align: center;
}
.list-expectation-miracle__box {
  margin-top: 8px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.list-expectation-miracle__box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: url(../img/icon-eye--white.svg), linear-gradient(to bottom, rgba(23, 23, 23, 0.5) 0, rgba(23, 23, 23, 0.87) 87%);
  background-repeat: no-repeat;
  background-position: center 30%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.list-expectation-miracle__box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(23, 23, 23, 0) 14%, rgba(23, 23, 23, 0.87) 87%);
  border-radius: 16px;
  transition: opacity 0.3s ease-in-out;
}
.list-expectation-miracle__box > img {
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
}
.list-expectation-miracle__box:hover:before {
  opacity: 1;
}
.list-expectation-miracle__box:hover > img {
  transform: scale(1.2);
}
.list-expectation-miracle__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 9px 0;
  padding: 18px 21px;
  z-index: 1;
}
.list-expectation-miracle__name {
  max-width: 85%;
  font-family: "Rubik-Light";
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3px;
  z-index: 1;
}
.list-expectation-miracle__link:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .list-expectation-miracle {
    flex-direction: row;
    justify-content: center;
    gap: 56px 4.2%;
  }
  .list-expectation-miracle__number {
    padding-right: 23%;
  }
  .list-expectation-miracle__box {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-expectation-miracle {
    gap: 0 1.3%;
  }
  .list-expectation-miracle__number {
    padding: 0 0 0 17%;
  }
  .list-expectation-miracle__box {
    margin-top: 29px;
  }
}

.wrapper-useful-things__box {
  padding: 132px 0 25px;
  background-color: #fff;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.wrapper-useful-things__useful-things {
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  .wrapper-useful-things__box {
    padding: 155px 0 91px;
    border-radius: 30px;
    background-image: url(../img/img-wrapper-useful-things-decor--left.svg), url(../img/img-bg-decor--top-right.svg), url(../img/img-bg-decor--bottom-left.svg), url(../img/img-wrapper-useful-things-decor--right.svg);
    background-repeat: no-repeat;
    background-position: 4.9% 1.8%, 96.9% 1.4%, 3.3% 98.5%, 100.5% 98%;
    background-size: 182px 203px, 100px 94px, 100px 94px, 267px 220px;
  }
  .wrapper-useful-things .section-header {
    padding: 0 17%;
  }
  .wrapper-useful-things__useful-things {
    margin-top: 34px;
    padding: 0 2.4%;
  }
}
@media only screen and (min-width: 1280px) {
  .wrapper-useful-things__box {
    padding: 181px 0 121px;
    border-radius: 50px;
    background-position: 3.4% 3.4%, 96.9% 3.2%, 3.3% 96.8%, 96.5% 96.4%;
    background-size: 225px 246px, 131px 123px, 131px 123px, 232px 275px;
  }
  .wrapper-useful-things .section-header {
    padding: 0 31%;
  }
  .wrapper-useful-things__useful-things {
    margin-top: 2px;
    padding: 0;
    max-width: 86%;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1650px) {
  .wrapper-useful-things__useful-things {
    max-width: 71.7%;
  }
}

.useful-things {
  position: relative;
}
.useful-things__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.useful-things__box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(193, 57, 57, 0) 0%, rgba(193, 57, 57, 0.2) 50%, rgba(193, 57, 57, 0) 100%);
}
.useful-things__box:nth-child(2) .useful-things__list {
  margin-top: 28px;
  padding: 0 20px 39px;
}
.useful-things__box:last-child {
  margin-bottom: 0;
}
.useful-things__box:last-child:after {
  content: none;
}
.useful-things__box:last-child .useful-things__list {
  padding: 0 21px 0;
}
.useful-things__list {
  margin-top: 30px;
  padding: 0 25px 39px;
}
.useful-things__change {
  display: none;
  position: absolute;
  top: 41px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .useful-things__box {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px 4.35%;
    padding-bottom: 66px;
  }
  .useful-things__box:nth-child(2) {
    padding-bottom: 36px;
  }
  .useful-things__box:nth-child(2) .useful-things__list {
    display: flex;
    margin-top: 24px;
    gap: 0 5.1%;
    padding: 0;
  }
  .useful-things__box:nth-child(2) .useful-things__list > li {
    width: 21%;
    padding: 0;
  }
  .useful-things__box:nth-child(3) .useful-things__list {
    display: flex;
    margin-top: 24px;
    gap: 0 5.1%;
    padding: 0;
  }
  .useful-things__box:nth-child(3) .useful-things__list > li {
    width: 21%;
    padding: 0;
  }
  .useful-things__list {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .useful-things__box {
    gap: 13px 43px;
    margin-bottom: 58px;
    padding-bottom: 86px;
    transition: all 0.3s ease-in-out;
  }
  .useful-things__box:nth-child(2) {
    padding-bottom: 50px;
    gap: 0 40px;
  }
  .useful-things__box:nth-child(2) .useful-things__list {
    display: contents;
    margin-top: 0;
    gap: 0;
    padding: 0;
  }
  .useful-things__box:nth-child(2) .useful-things__list > li {
    width: 13.3%;
    padding: 43px 0 0;
  }
  .useful-things__box:nth-child(3) {
    gap: 0 40px;
    padding-bottom: 0;
  }
  .useful-things__box:nth-child(3) .useful-things__list {
    display: contents;
    margin-top: 0;
    gap: 0;
    padding: 0;
  }
  .useful-things__box:nth-child(3) .useful-things__list > li {
    width: 11.3%;
    padding: 70px 0 0;
  }
  .useful-things__box--min {
    max-height: 245px;
    overflow: hidden;
  }
  .useful-things__change {
    display: inline-flex;
  }
}

.main-character {
  display: inline-flex;
  align-items: center;
  gap: 0 18px;
  border-radius: 999px;
  background-color: #fff;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.04));
}
.main-character--she {
  padding: 21px 70px 21px 20px;
}
.main-character--he {
  padding: 21px 40px 21px 20px;
}
.main-character--they {
  padding: 19px 35px 20px 12px;
}
.main-character--they img {
  width: 201px;
  height: 133px;
}
.main-character__content {
  font-family: "Cormorant-Bold";
  font-size: 24px;
  color: #C13939;
}
@media only screen and (min-width: 768px) {
  .main-character--she {
    padding: 21px 27px 21px 20px;
  }
  .main-character--they {
    padding: 19px 45px 20px 17px;
  }
  .main-character--they img {
    width: 312px;
    height: 208px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-character--they {
    padding: 22px 44px 20px 21px;
  }
}

.list-useful-things {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 28px 0;
}
.list-useful-things__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 8px 0;
}
.list-useful-things__number {
  font-family: "Cormorant-Bold";
  font-size: 24px;
  color: #C13939;
}
.list-useful-things__link {
  color: #242424;
  line-height: 1.4;
}
.list-useful-things__link:hover {
  color: #C13939;
}
.list-useful-things__link:active {
  color: rgba(36, 36, 36, 0.5);
}
@media only screen and (min-width: 768px) {
  .list-useful-things {
    flex-direction: row;
    display: contents;
  }
  .list-useful-things__item {
    width: 16.4%;
    padding: 23px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .list-useful-things__item {
    width: 13.1%;
    padding: 29px 0 0;
  }
}

.block-change {
  cursor: pointer;
  align-items: center;
  gap: 0 7px;
}
.block-change__text {
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease-in-out;
}
.block-change__icon {
  line-height: 0;
}
.block-change__icon .icon {
  fill: rgba(36, 36, 36, 0.6);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.block-change--active .block-change__icon {
  transform: rotate(180deg);
}
.block-change:hover {
  color: #C13939;
}
.block-change:hover .block-change__icon .icon {
  fill: #C13939;
  opacity: 1;
}

.come-visit {
  padding: 133px 0 73px;
}
.come-visit__list {
  margin-top: 40px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .come-visit {
    padding: 161px 0 140px;
  }
  .come-visit__list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .come-visit {
    padding: 181px 0 142px;
  }
  .come-visit__list {
    margin-top: 48px;
  }
}

.list-come-visit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 32px 0;
}
.list-come-visit__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px 0;
}
.list-come-visit__box {
  padding: 18px 20px 15px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.list-come-visit__text {
  font-family: Rubik-Light;
  line-height: 1.4;
}
.list-come-visit__link {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .list-come-visit {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 44px 6.5%;
  }
  .list-come-visit__item {
    max-width: 385px;
    gap: 28px 0;
  }
  .list-come-visit__img {
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .list-come-visit__box {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.08);
  }
  .list-come-visit__box:before, .list-come-visit__box:after {
    content: "";
    position: absolute;
    height: 10px;
    border: 1px solid #F8F3F4;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
  }
  .list-come-visit__box:before {
    left: 10px;
    right: 10px;
    bottom: -10px;
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.08);
    z-index: -1;
  }
  .list-come-visit__box:after {
    left: 20px;
    right: 20px;
    bottom: -20px;
    z-index: -2;
  }
  .list-come-visit__text {
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-come-visit {
    gap: 0 1.4%;
  }
  .list-come-visit__item {
    gap: 11px 0;
  }
  .list-come-visit__link {
    margin-top: 8px;
  }
}

.who-is-who__box {
  padding: 132px 0 69px;
  background-color: #fff;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.who-is-who__list {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .who-is-who__box {
    padding: 204px 0 192px;
    background-image: url(../img/img-who-is-who-decor--left.svg), url(../img/img-who-is-who-decor--right.svg);
    background-repeat: no-repeat;
    background-position: 3.5% 6%, 97.2% 93%;
  }
  .who-is-who__list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .who-is-who__box {
    padding: 141px 0 132px;
    border-radius: 50px;
    background-position: 6.5% 50%, 92.4% 50%;
  }
  .who-is-who__list {
    padding: 0 19.2%;
  }
}

.list-who-is-who {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px 0;
}
.list-who-is-who__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px 0;
  padding: 0 5%;
  text-align: center;
}
.list-who-is-who__link {
  color: #242424;
  line-height: 1.4;
}
.list-who-is-who__link:hover {
  color: #C13939;
}
.list-who-is-who__link:active {
  color: rgba(36, 36, 36, 0.5);
}
@media only screen and (min-width: 768px) {
  .list-who-is-who {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px 2%;
  }
  .list-who-is-who__item {
    width: 35%;
    padding: 0 2%;
  }
  .list-who-is-who__item:last-child {
    width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  .list-who-is-who__item {
    width: 30%;
    padding: 0 2%;
  }
  .list-who-is-who__item:last-child {
    width: 30%;
  }
}

.meeting-point {
  padding: 131px 0 70px;
}
.meeting-point .section-header {
  padding: 0 5%;
}
.meeting-point__slider {
  margin-top: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .meeting-point {
    padding: 160px 0 100px;
  }
  .meeting-point .section-header {
    padding: 0 13%;
  }
  .meeting-point__slider {
    margin-top: 83px;
    max-width: 916px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .meeting-point {
    padding: 180px 0 121px;
  }
  .meeting-point .section-header {
    padding: 0 29%;
  }
  .meeting-point__slider {
    margin-top: 57px;
    max-width: 1200px;
  }
}

.slider-meeting-point__item {
  position: relative;
  text-align: center;
}
.slider-meeting-point__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(193, 57, 57, 0) 0, rgb(193, 57, 57) 100%);
  z-index: 1;
}
.slider-meeting-point__link {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  z-index: 2;
}
.slider-meeting-point .swiper-button-prev,
.slider-meeting-point .swiper-button-next {
  top: 61.5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 59px;
  height: 59px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  z-index: 2;
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease-in-out;
}
.slider-meeting-point .swiper-button-prev:after,
.slider-meeting-point .swiper-button-next:after {
  content: none;
}
.slider-meeting-point .swiper-button-prev .icon,
.slider-meeting-point .swiper-button-next .icon {
  width: 9px;
  height: 16px;
  opacity: 0.6;
  transition: color 0.3s ease-in-out;
}
.slider-meeting-point .swiper-button-prev:hover,
.slider-meeting-point .swiper-button-next:hover {
  border-color: #fff;
}
.slider-meeting-point .swiper-button-prev:hover .icon,
.slider-meeting-point .swiper-button-next:hover .icon {
  opacity: 1;
}
.slider-meeting-point .swiper-button-prev {
  left: 31%;
}
.slider-meeting-point .swiper-button-next {
  right: 31%;
}
.slider-meeting-point .swiper-pagination {
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}
.slider-meeting-point .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.slider-meeting-point .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.slider-meeting-point .swiper-button-lock {
  display: none;
}
@media only screen and (min-width: 361px) {
  .slider-meeting-point__picture img {
    height: 497px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .slider-meeting-point__item:before {
    border-radius: 0 0 30px 30px;
  }
  .slider-meeting-point__picture img {
    border-radius: 30px;
  }
  .slider-meeting-point__link {
    bottom: 31px;
    left: 3.3%;
    right: auto;
    width: 63%;
    text-align: left;
  }
  .slider-meeting-point .swiper-button-prev,
  .slider-meeting-point .swiper-button-next {
    top: 80%;
  }
  .slider-meeting-point .swiper-button-prev {
    left: auto;
    right: 12%;
  }
  .slider-meeting-point .swiper-button-next {
    right: 3.5%;
  }
  .slider-meeting-point .swiper-pagination {
    bottom: 30px;
    right: 3%;
    left: auto;
    width: 42%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .slider-meeting-point__picture img {
    height: auto;
  }
  .slider-meeting-point__link {
    bottom: 65px;
    left: 0;
    right: 0;
    width: auto;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  }
  .slider-meeting-point .swiper-button-prev,
  .slider-meeting-point .swiper-button-next {
    top: 68.6%;
  }
  .slider-meeting-point .swiper-button-prev {
    left: 44.3%;
  }
  .slider-meeting-point .swiper-button-next {
    right: 44.3%;
  }
  .slider-meeting-point .swiper-pagination {
    bottom: 18px;
    left: 0;
    right: 0;
    width: auto;
    justify-content: center;
  }
}

.transport-young-people__box {
  padding: 357px 0 342px;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(../img/img-bg-transport-young-people-left--small.webp), url(../img/img-bg-transport-young-people-right--small.webp);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.transport-young-people .section-header {
  padding: 0 5%;
}
.transport-young-people__list {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .transport-young-people__box {
    position: relative;
    padding: 143px 0 79px;
    border-radius: 30px;
    overflow: hidden;
    background-image: none;
  }
  .transport-young-people__box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 875px;
    height: 564px;
    background-image: url(../img/img-bg-transport-young-people-left--big.webp);
    opacity: 0.5;
    z-index: -1;
    background-size: 63%;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .transport-young-people__box:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    width: 732px;
    height: 564px;
    background-image: url(../img/img-bg-transport-young-people-right--big.webp);
    opacity: 0.5;
    z-index: -1;
    background-size: 63%;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .transport-young-people .section-header {
    padding: 0 21%;
  }
  .transport-young-people__list {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 960px) {
  .transport-young-people__box:before, .transport-young-people__box:after {
    background-size: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .transport-young-people__box {
    padding: 140px 0 70px;
    border-radius: 50px;
  }
  .transport-young-people .section-header {
    padding: 0 34%;
  }
  .transport-young-people__list {
    margin-top: 37px;
  }
}

.list-transport-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px 0;
}
.list-transport-info__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 14px 0;
  padding: 0 9%;
  text-align: center;
}
.list-transport-info__content {
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 768px) {
  .list-transport-info {
    flex-direction: row;
    justify-content: center;
    gap: 0 5%;
  }
  .list-transport-info__item {
    width: 31%;
    gap: 18px 0;
    padding: 0;
  }
  .list-transport-info__img {
    height: 92px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .list-transport-info {
    gap: 0 20px;
  }
  .list-transport-info__item {
    width: 23%;
    padding: 0 1%;
  }
  .list-transport-info__content {
    letter-spacing: 0.1px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1500px) {
  .list-transport-info__item {
    width: 19.1%;
  }
}

.wedding-accessories {
  padding: 132px 0 71px;
}
.wedding-accessories__list {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .wedding-accessories {
    padding: 160px 0 99px;
    background-image: url(../img/img-wedding-accessories-decor--left.svg), url(../img/img-wedding-accessories-decor--right.svg);
    background-repeat: no-repeat;
    background-position: 7.3% 81.7%, 92.8% 81.7%;
    background-size: 70px 62px, 70px 62px;
  }
}
@media only screen and (min-width: 1280px) {
  .wedding-accessories {
    padding: 180px 0 120px;
    background-image: none;
  }
  .wedding-accessories__list {
    padding: 0 13%;
  }
}

.list-accessories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 21px 0;
}
.list-accessories__item {
  position: relative;
  max-width: 290px;
  min-height: 338px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: 1px solid rgba(193, 57, 57, 0.2);
  padding: 9px;
  border-radius: 8px;
  transition: border-color 0.3s ease-in-out;
}
.list-accessories__item:hover {
  border-color: rgba(193, 57, 57, 0.6);
}
.list-accessories__item:hover .list-accessories__img:before {
  background-color: rgba(193, 57, 57, 0.8);
  background-image: url(../img/icon-eye--white.svg);
}
.list-accessories__item:hover .list-accessories__text {
  color: #C13939;
  text-decoration: underline;
}
.list-accessories__img {
  position: relative;
}
.list-accessories__img img {
  border-radius: 6px 6px 0 0;
}
.list-accessories__img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  background-color: rgba(193, 57, 57, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.list-accessories__body {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 11px 3.5% 10px;
}
.list-accessories__text {
  line-height: 1.4;
  transition: color 0.3s ease-in-out;
}
.list-accessories__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .list-accessories {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 19px 2%;
  }
  .list-accessories__item {
    max-width: 30.5%;
    min-height: 340px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-accessories {
    gap: 12px 13px;
  }
  .list-accessories__item {
    max-width: 290px;
  }
}

.wedding-show__box {
  padding: 175px 0 70px;
  background-color: #fff;
  background-image: url(../img/img-bg-wedding-show--mob.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.wedding-show__list {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .wedding-show__box {
    background-image: url(../img/img-bg-wedding-show--tab.webp), url(../img/img-bg-decor--top-right.svg), url(../img/img-bg-decor--bottom-left.svg);
    background-position: center top, 96.5% 3.7%, 3.5% 96.3%;
    background-size: cover, 100px 94px, 100px 94px;
  }
}
@media only screen and (min-width: 768px) {
  .wedding-show__box {
    padding: 151px 0 91px;
  }
  .wedding-show .section-header {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1024px) {
  .wedding-show__box {
    padding: 160px 0 125px;
    background-image: url(../img/img-bg-wedding-show--pc.webp), url(../img/img-bg-decor--top-right.svg), url(../img/img-bg-decor--bottom-left.svg);
    background-position: center top, 96.8% 7.9%, 3.2% 92.1%;
    background-size: cover, 131px 123px, 131px 123px;
  }
}
@media only screen and (min-width: 1280px) {
  .wedding-show__box {
    border: 1px solid #C13939;
    border-radius: 50px;
  }
  .wedding-show__list {
    margin-top: 59px;
    padding: 0 14.5%;
  }
}

.list-wedding-show {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 38px 0;
}
.list-wedding-show__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 17px 0;
  padding: 0 7%;
  text-align: center;
}
.list-wedding-show__link {
  color: #242424;
  line-height: 1.4;
}
.list-wedding-show__link:hover {
  color: #C13939;
}
.list-wedding-show__link:active {
  color: rgba(36, 36, 36, 0.5);
}
@media only screen and (min-width: 768px) {
  .list-wedding-show {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 37px 2%;
  }
  .list-wedding-show__item {
    width: 35.3%;
    padding: 0 0.8%;
  }
  .list-wedding-show__item:last-child {
    width: 62%;
  }
}
@media only screen and (min-width: 1280px) {
  .list-wedding-show {
    gap: 23px 1.2%;
  }
  .list-wedding-show__item {
    width: 23.2%;
    padding: 0;
  }
  .list-wedding-show__item:nth-child(1) {
    order: 1;
  }
  .list-wedding-show__item:nth-child(2) {
    order: 2;
  }
  .list-wedding-show__item:nth-child(3) {
    order: 0;
  }
  .list-wedding-show__item:nth-child(4) {
    order: 3;
  }
  .list-wedding-show__item:last-child {
    order: 4;
    width: 100%;
  }
}

.features-feast {
  padding: 133px 0 69px;
}
.features-feast__list {
  margin-top: 39px;
}
@media only screen and (min-width: 768px) {
  .features-feast {
    padding: 160px 0 100px;
  }
  .features-feast .section-header {
    padding: 0 15%;
  }
  .features-feast__list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .features-feast {
    padding: 180px 0 120px;
    background-image: url(../img/img-wedding-accessories-decor--left.svg), url(../img/img-wedding-accessories-decor--right.svg);
    background-repeat: no-repeat;
    background-position: 15.4% 79.3%, 85.6% 79.3%;
    background-size: 127px 112px, 127px 112px;
  }
  .features-feast__list {
    margin-top: 62px;
    padding: 0 5%;
  }
  .features-feast .section-header {
    padding: 0 30%;
  }
}
@media only screen and (min-width: 1650px) {
  .features-feast {
    background-position: 24.4% 79.3%, 75.6% 79.3%;
  }
  .features-feast__list {
    padding: 0 10%;
  }
}

.list-features-feast {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 25px 0;
}
.list-features-feast__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  max-width: 330px;
  padding: 20px 20px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.list-features-feast__top {
  padding-right: 11px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.list-features-feast__number {
  font-family: "Cormorant-Bold";
  font-size: 20px;
  color: rgba(36, 36, 36, 0.5);
  line-height: 1.5;
}
.list-features-feast__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 10px 0;
  flex-grow: 1;
  padding-top: 20px;
}
.list-features-feast__text {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .list-features-feast {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 19px 2%;
  }
  .list-features-feast__item {
    width: 30.5%;
    min-height: 317px;
  }
  .list-features-feast__body {
    padding-top: 52px;
    gap: 14px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .list-features-feast {
    gap: 19px 20px;
  }
  .list-features-feast__item {
    width: 286px;
  }
  .list-features-feast__item:nth-child(5), .list-features-feast__item:nth-child(6) {
    min-height: auto;
  }
  .list-features-feast__item:nth-child(5) .list-features-feast__body, .list-features-feast__item:nth-child(6) .list-features-feast__body {
    gap: 43px 0;
  }
}

.common-rituals__box {
  padding: 133px 0 70px;
  border-radius: 14px;
  background-color: #fff;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.common-rituals__block-rituals {
  margin-top: 43px;
}
@media only screen and (min-width: 768px) {
  .common-rituals__box {
    padding: 140px 0 106px;
    background-image: url(../img/img-bg-decor--top-right.svg), url(../img/img-bg-decor--bottom-left.svg);
    background-repeat: no-repeat;
    background-position: 96.5% 3.7%, 3.5% 96.3%;
    background-size: 100px 94px, 100px 94px;
    border-radius: 0;
  }
  .common-rituals .section-header {
    padding: 0 5%;
  }
  .common-rituals__block-rituals {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1280px) {
  .common-rituals__box {
    padding: 140px 0 87px;
    border-radius: 50px;
    background-position: 96.8% 5.9%, 3.2% 93.7%;
    background-size: 131px 123px, 131px 123px;
  }
  .common-rituals .section-header {
    padding: 0 21%;
  }
  .common-rituals__block-rituals {
    max-width: 1290px;
    margin-top: 83px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .common-rituals .section-header {
    padding: 0 24%;
  }
}

.block-rituals {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.block-rituals__frame {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: #F8F3F4;
}
.block-rituals__picture {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-rituals__list {
  margin-top: 40px;
}
@media only screen and (min-width: 361px) {
  .block-rituals__frame img {
    width: 75%;
    height: auto;
  }
}
@media only screen and (min-width: 960px) {
  .block-rituals {
    position: relative;
  }
  .block-rituals__frame {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-55%);
    width: 325px;
    height: 325px;
    padding-right: 1%;
  }
  .block-rituals__list {
    margin-top: 0;
    padding: 0 3.5%;
  }
}
@media only screen and (min-width: 1280px) {
  .block-rituals__frame {
    top: 17px;
    width: 385px;
    height: 385px;
    transform: translateX(-50%);
    padding-right: 0.4%;
  }
  .block-rituals__frame img {
    width: 89%;
  }
  .block-rituals__list {
    padding: 0;
  }
}

.list-rituals {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px 0;
}
.list-rituals__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px 0;
  padding: 0 4%;
}
.list-rituals__text {
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .list-rituals__item {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .list-rituals {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px 0;
  }
  .list-rituals__item {
    width: 34%;
    align-items: flex-end;
    gap: 5px 0;
    padding: 0;
  }
  .list-rituals__item:nth-child(1) {
    padding-right: 5.6%;
    order: 0;
  }
  .list-rituals__item:nth-child(even) {
    align-items: flex-start;
  }
  .list-rituals__item:nth-child(even) .list-rituals__text {
    text-align: left;
  }
  .list-rituals__item:nth-child(2) {
    padding-left: 2.4%;
    order: 1;
  }
  .list-rituals__item:nth-child(3) {
    padding-right: 9%;
    order: 2;
  }
  .list-rituals__item:nth-child(4) {
    padding-left: 6%;
    order: 3;
  }
  .list-rituals__item:nth-child(5) {
    padding-right: 8.9%;
    order: 4;
  }
  .list-rituals__item:nth-child(6) {
    padding-left: 6%;
    order: 5;
  }
  .list-rituals__item:nth-child(7) {
    margin-top: 19px;
    padding-right: 5.5%;
    order: 6;
  }
  .list-rituals__item:nth-child(8) {
    order: 8;
    align-items: center;
    margin-top: -39px;
    position: relative;
    left: -20px;
    margin-inline: auto;
    padding: 0 2%;
  }
  .list-rituals__item:nth-child(8) .list-rituals__text {
    text-align: center;
  }
  .list-rituals__item:nth-child(9) {
    order: 7;
    align-items: flex-start;
    margin-top: 19px;
    padding-left: 2.5%;
  }
  .list-rituals__item:nth-child(9) .list-rituals__text {
    text-align: left;
  }
  .list-rituals__text {
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .list-rituals {
    gap: 41px 0;
  }
  .list-rituals__item {
    gap: 13px 0;
  }
  .list-rituals__item:nth-child(1) {
    padding: 0 0.6% 0 10%;
  }
  .list-rituals__item:nth-child(2) {
    padding: 0 6% 0 0.5%;
  }
  .list-rituals__item:nth-child(3) {
    padding: 0 3% 0 9%;
  }
  .list-rituals__item:nth-child(4) {
    padding-left: 2.9%;
  }
  .list-rituals__item:nth-child(5) {
    padding: 0 3% 0 10%;
  }
  .list-rituals__item:nth-child(6) {
    padding: 0 8% 0 2.9%;
  }
  .list-rituals__item:nth-child(7) {
    margin-top: 0;
    padding: 0 0.6% 0 13%;
  }
  .list-rituals__item:nth-child(8) {
    margin-top: -50px;
    left: auto;
    padding: 0 7%;
  }
  .list-rituals__item:nth-child(9) {
    margin-top: 0;
    padding: 0 10% 0 0.5%;
  }
}

.have-idea {
  padding: 132px 0 70px;
}
.have-idea__list {
  margin-top: 39px;
}
@media only screen and (min-width: 768px) {
  .have-idea {
    padding: 162px 0 100px;
  }
  .have-idea .section-header {
    padding: 0 12%;
  }
  .have-idea__list {
    margin-top: 49px;
    padding: 0 7%;
  }
}
@media only screen and (min-width: 1280px) {
  .have-idea {
    padding: 180px 0 120px;
  }
  .have-idea .section-header {
    padding: 0 28%;
  }
  .have-idea__list {
    margin-top: 71px;
    padding: 0;
  }
}

.list-wedding-idea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 2px 0;
}
.list-wedding-idea__item {
  position: relative;
  overflow: hidden;
}
.list-wedding-idea__item:first-child {
  border-radius: 14px 14px 0 0;
}
.list-wedding-idea__item:last-child {
  border-radius: 0 0 14px 14px;
}
.list-wedding-idea__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  gap: 17px 0;
  padding: 18px 20px;
}
.list-wedding-idea__content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon-eye--red.svg), linear-gradient(to bottom, rgba(36, 36, 36, 0.8) 0, rgba(36, 36, 36, 0.87) 88%);
  background-repeat: no-repeat;
  background-position: center 30%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.list-wedding-idea__content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0, rgba(36, 36, 36, 0.87) 88%);
  transition: opacity 0.3s ease-in-out;
}
.list-wedding-idea__content:hover:before {
  opacity: 1;
}
.list-wedding-idea__text {
  color: #fff;
  z-index: 1;
  line-height: 1.4;
}
.list-wedding-idea__link {
  z-index: 1;
}
.list-wedding-idea__link:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .list-wedding-idea {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2px 2px;
  }
  .list-wedding-idea__item:first-child {
    border-radius: 14px 0 0 0;
  }
  .list-wedding-idea__item:nth-child(2) {
    border-radius: 0 14px 0 0;
  }
  .list-wedding-idea__item:nth-child(3) {
    border-radius: 0 0 0 14px;
  }
  .list-wedding-idea__item:last-child {
    border-radius: 0 0 14px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .list-wedding-idea {
    gap: 0 2px;
  }
  .list-wedding-idea__item:first-child {
    border-radius: 14px 0 0 14px;
  }
  .list-wedding-idea__item:nth-child(2), .list-wedding-idea__item:nth-child(3) {
    border-radius: 0;
  }
  .list-wedding-idea__item:last-child {
    border-radius: 0 14px 14px 0;
  }
}

.block-end__box {
  padding: 123px 0 0;
  background-color: #fff;
  filter: drop-shadow(0 9px 18px rgba(23, 23, 23, 0.04));
}
.block-end__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 102px 0;
}
.block-end__content-list {
  margin-top: 29px;
}
.block-end__image {
  margin-top: 56px;
  text-align: center;
}
.block-end__image-name {
  font-family: "Cormorant-Regular";
  font-size: 40px;
  color: #C13939;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.block-end__image-description {
  font-family: "Cormorant-Regular";
  font-size: 18px;
}
.block-end__picture {
  position: relative;
  display: block;
  margin-top: 10px;
}
.block-end__picture:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 40%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0));
}
@media only screen and (min-width: 768px) {
  .block-end__box {
    padding: 160px 0 0;
  }
  .block-end__content {
    padding: 0 10%;
    gap: 121px 0;
  }
  .block-end__content-list {
    margin-top: 41px;
  }
  .block-end__image {
    margin-top: 30px;
  }
  .block-end__image-name {
    font-size: 80px;
    letter-spacing: 2.3px;
  }
  .block-end__picture {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 960px) {
  .block-end__content {
    padding: 0 20.8%;
  }
}
@media only screen and (min-width: 1280px) {
  .block-end__box {
    padding: 241px 0 0px;
    border-radius: 50px;
    background-image: url(../img/img-bg-decor--top-right.svg);
    background-repeat: no-repeat;
    background-position: 96.8% 3.3%;
  }
  .block-end__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    max-width: 1212px;
    margin-inline: auto;
    padding: 0;
  }
  .block-end__content-item {
    width: 42.7%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .block-end__image {
    margin-top: 60px;
  }
  .block-end__image-name {
    padding-right: 2%;
    letter-spacing: 2.4px;
  }
  .block-end__image-description {
    padding-right: 2%;
  }
  .block-end__picture {
    margin-top: 7px;
  }
  .block-end__picture img {
    border-radius: 0 0 50px 50px;
  }
}

.list-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 19px 0;
}
.list-content__item {
  max-width: 330px;
  padding: 20px 20px;
  border: 1px solid #C13939;
  border-radius: 12px;
  background-color: #F8F3F4;
}
.list-content__text {
  line-height: 1.4;
}
.list-content__link {
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .list-content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 19px 4%;
  }
  .list-content__item {
    max-width: 44%;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    border-radius: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .list-content {
    justify-content: space-between;
    gap: 0;
  }
  .list-content__item {
    max-width: 47.8%;
  }
}

.catalog-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.18));
  z-index: 3;
}
.catalog-info--active {
  max-height: 2500px;
}
.catalog-info__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 51px;
  height: 51px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.12);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.catalog-info__close:hover {
  opacity: 1;
}
.catalog-info__header {
  padding: 24px 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(193, 57, 57, 0.1);
}
.catalog-info__body {
  background-color: #FCF6F6;
}
.catalog-info__item {
  padding: 29px 0 0;
}
.catalog-info__item-header {
  font-family: "Cormorant-Bold";
  font-size: 22px;
  text-align: center;
}
.catalog-info__item-list {
  margin-top: 20px;
  padding-left: 6.1%;
}
.catalog-info__item:last-child {
  padding: 22px 0 0;
}
.catalog-info__item:last-child .list-catalog-data {
  gap: 11px 0;
  margin-top: 17px;
  padding: 0 12% 0 10.2%;
  font-size: 14px;
}
.catalog-info__item:last-child .list-catalog-data__text {
  border-bottom: none;
  text-decoration: underline;
}
.catalog-info__picture {
  display: block;
  margin-top: 11px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .catalog-info__header {
    padding: 24px 0 29px;
  }
  .catalog-info__body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    padding: 0 5.5%;
  }
  .catalog-info__item {
    width: 45.7%;
    padding: 30px 2% 31px;
  }
  .catalog-info__item:first-child {
    position: relative;
  }
  .catalog-info__item:first-child:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    top: 10%;
    bottom: 10%;
    right: 0;
    width: 1px;
    background-image: linear-gradient(to bottom, rgba(193, 57, 57, 0) 0%, rgba(193, 57, 57, 0.2) 50%, rgba(193, 57, 57, 0) 100%);
  }
  .catalog-info__item:last-child {
    width: 53%;
    padding: 30px 2% 0 1.5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .catalog-info__item:last-child .list-catalog-data {
    padding: 0 0 0 6.5%;
    margin: 20px 0 0 0;
  }
  .catalog-info__item:last-child .list-catalog-data__item {
    align-items: flex-start;
  }
  .catalog-info__item:last-child .list-catalog-data__text {
    text-decoration: none;
    border-bottom: 1px solid rgba(193, 57, 57, 0.2);
    letter-spacing: 0.5px;
  }
  .catalog-info__item:last-child .list-catalog-data__link {
    gap: 0 9px;
  }
  .catalog-info__item-header {
    padding-left: 6%;
    text-align: left;
    letter-spacing: 1px;
  }
  .catalog-info__close {
    right: 30px;
    top: 25px;
  }
  .catalog-info__picture {
    margin-top: auto;
  }
}
@media only screen and (min-width: 960px) {
  .catalog-info__header {
    padding: 27px 0 31px;
  }
  .catalog-info__body {
    padding: 0 3.7%;
  }
  .catalog-info__close {
    top: 30px;
  }
  .catalog-info__picture {
    position: relative;
    left: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalog-info__body {
    padding: 0 15%;
  }
  .catalog-info__close {
    top: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalog-info__body {
    padding: 0 26.9%;
  }
  .catalog-info__header {
    padding: 33px 0 32px;
    background-image: url(../img/img-catalog-info-decor-left.svg), url(../img/img-catalog-info-decor-right.svg);
    background-repeat: no-repeat;
    background-position: 12.7% center, 87.4% center;
  }
  .catalog-info__close {
    right: 22.5%;
    top: 18%;
  }
}

.list-catalog-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px 0;
}
.list-catalog-name__item {
  position: relative;
  font-size: 16px;
  color: #242424;
  text-decoration: none;
}
.list-catalog-name__link {
  color: #242424;
  text-decoration: none;
}
.list-catalog-name__link:hover {
  color: #C13939;
}
.list-catalog-name__link:active {
  color: rgba(36, 36, 36, 0.5);
}
@media only screen and (min-width: 768px) {
  .list-catalog-name {
    padding: 0 12%;
    flex-direction: row;
    justify-content: center;
    gap: 15px 16px;
  }
}
@media only screen and (min-width: 960px) {
  .list-catalog-name {
    gap: 15px 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .list-catalog-name {
    gap: 0 14px;
    padding: 0 1% 0 0;
  }
  .list-catalog-name__item {
    padding-left: 20px;
  }
  .list-catalog-name__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(193, 57, 57, 0.3);
  }
  .list-catalog-name__item:first-child {
    margin-left: 0;
  }
  .list-catalog-name__item:first-child:before {
    content: none;
  }
}

.list-catalog-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 9.4px 0;
}
.list-catalog-data__link {
  display: inline-flex;
  align-items: center;
  gap: 0 7px;
  color: #242424;
  text-decoration: none;
}
.list-catalog-data__link .icon {
  fill: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}
.list-catalog-data__link:hover {
  color: #C13939;
}
.list-catalog-data__link:hover .icon {
  fill: #C13939;
}
.list-catalog-data__link:active {
  color: rgba(36, 36, 36, 0.5);
}
.list-catalog-data__link:active .icon {
  fill: rgba(36, 36, 36, 0.5);
}
.list-catalog-data__icon {
  margin-top: -3px;
  line-height: 0;
}
.list-catalog-data__text {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(193, 57, 57, 0.2);
  line-height: 1.21;
}

.catalog-halls__item {
  margin-bottom: 19px;
  padding: 10px 10px 10px;
  border: 1px solid #F1D0D0;
  border-radius: 12px;
  background-color: #fff;
  filter: drop-shadow(0 4px 8px rgba(36, 36, 36, 0.05));
}
.catalog-halls__item:last-child {
  margin-bottom: 0;
}
.catalog-halls__head {
  padding: 13px 18px 11px;
  border: 1px solid #F1D0D0;
  border-radius: 8px;
  background-color: #FCF6F6;
}
.catalog-halls__name {
  font-family: "Cormorant-Medium";
  font-size: 26px;
  color: #242424;
}
.catalog-halls__name:hover {
  color: #C13939;
}
.catalog-halls__place {
  margin-top: 11px;
}
.catalog-halls__slider {
  position: relative;
  margin-top: 11px;
  margin-right: -10px;
  width: auto;
}
.catalog-halls__slider .swiper-button-prev,
.catalog-halls__slider .swiper-button-next {
  top: 27.6%;
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #C13939;
  transition: border-color, background-color 0.3s ease-in-out;
}
.catalog-halls__slider .swiper-button-prev:after,
.catalog-halls__slider .swiper-button-next:after {
  content: none;
}
.catalog-halls__slider .swiper-button-prev .icon,
.catalog-halls__slider .swiper-button-next .icon {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.catalog-halls__slider .swiper-button-prev:hover,
.catalog-halls__slider .swiper-button-next:hover {
  background-color: #fff;
  border-color: #C13939;
}
.catalog-halls__slider .swiper-button-prev:hover .icon,
.catalog-halls__slider .swiper-button-next:hover .icon {
  fill: #C13939;
}
.catalog-halls__slider .swiper-button-prev:active,
.catalog-halls__slider .swiper-button-next:active {
  background-color: #fff;
  border-color: #C13939;
  opacity: 0.4;
}
.catalog-halls__slider .swiper-button-next {
  right: 12.5%;
}
.catalog-halls__slider--photo {
  margin-right: 0;
}
.catalog-halls__slider--photo .swiper-button-prev,
.catalog-halls__slider--photo .swiper-button-next {
  top: 51%;
}
.catalog-halls__slider--photo .swiper-button-prev {
  left: 5.8%;
}
.catalog-halls__data {
  margin-top: 10px;
}
.catalog-halls__description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 12px 0;
  margin-top: 11px;
  padding: 29px 9%;
  border: 1px solid rgba(193, 57, 57, 0.2);
  border-radius: 0 0 8px 8px;
  background-color: #FCF6F6;
}
.catalog-halls__readmore {
  margin-top: 11px;
}
.catalog-halls__body {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px 0;
  padding: 16px 15px 16px;
  border: 1px solid rgba(193, 57, 57, 0.2);
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #FCF6F6;
}
.catalog-halls__body .catalog-halls-data {
  gap: 6px 0;
}
@media only screen and (min-width: 768px) {
  .catalog-halls__description {
    padding: 17px 2% 19px;
  }
}
@media only screen and (min-width: 960px) {
  .catalog-halls__item {
    padding: 19px 19px 19px;
  }
  .catalog-halls__head {
    display: inline-block;
    padding: 13px 5px 13px 18px;
  }
  .catalog-halls__name {
    font-size: 28px;
  }
  .catalog-halls__slider {
    margin-top: 19px;
    margin-right: -20px;
  }
  .catalog-halls__slider .swiper-button-prev,
  .catalog-halls__slider .swiper-button-next {
    top: 38.3%;
  }
  .catalog-halls__slider .swiper-button-prev {
    left: -19px;
  }
  .catalog-halls__slider .swiper-button-next {
    right: 0.3%;
  }
  .catalog-halls__slider--photo {
    margin-right: 0;
  }
  .catalog-halls__slider--photo .swiper-button-prev,
  .catalog-halls__slider--photo .swiper-button-next {
    top: 51%;
  }
  .catalog-halls__slider--photo .swiper-button-prev {
    left: -19px;
  }
  .catalog-halls__slider--photo {
    margin-top: 20px;
  }
  .catalog-halls__data {
    margin-top: 20px;
  }
  .catalog-halls__description {
    margin-top: 20px;
  }
  .catalog-halls__readmore {
    margin-top: 20px;
  }
  .catalog-halls__body {
    padding: 22px 19px 16px;
    gap: 19px 0;
  }
  .catalog-halls__body .catalog-halls-data {
    gap: 11px 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalog-halls__description {
    padding: 17px 1.4% 19px;
  }
  .catalog-halls__slider .swiper-button-prev,
  .catalog-halls__slider .swiper-button-next {
    top: 35.7%;
  }
  .catalog-halls__slider .swiper-button-next {
    right: 1.7%;
  }
  .catalog-halls__slider--photo {
    margin-right: -20px;
  }
  .catalog-halls__slider--photo .swiper-button-prev,
  .catalog-halls__slider--photo .swiper-button-next {
    top: 51%;
  }
}

.halls-place {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.halls-place__icon {
  display: none;
}
.halls-place__text {
  line-height: 1.4;
}
@media only screen and (min-width: 960px) {
  .halls-place {
    gap: 0 11px;
  }
  .halls-place__icon {
    display: inline-block;
    line-height: 0;
  }
  .halls-place__text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.halls-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 10px 0;
}
.halls-data__item {
  display: inline-flex;
  align-items: center;
  gap: 0 7px;
  padding: 8px 8px;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  background-color: #FAFAFA;
}
.halls-data__icon {
  line-height: 1;
}
.halls-data__text {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .halls-data {
    flex-direction: row;
    gap: 10px 11px;
  }
}

.halls-description--active {
  max-height: max-content;
}
.halls-description--active .halls-description__item {
  margin-bottom: 5px;
  max-height: max-content;
  padding: 6px 10px 5px 8px;
}
.halls-description__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 0 10px 0 8px;
  border-radius: 4px;
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.06));
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.halls-description__item:nth-child(-n+3) {
  margin-bottom: 5px;
  max-height: max-content;
  padding: 6px 10px 5px 8px;
}
.halls-description__item:last-child {
  margin-bottom: 0;
}
.halls-description__icon {
  line-height: 1;
}
.halls-description__text {
  flex: 1;
  padding-left: 7px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .halls-description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    gap: 3px 6px;
  }
  .halls-description__item {
    margin-bottom: 0;
    max-height: max-content;
    padding: 6px 10px 6px 8px;
  }
  .halls-description__item:nth-child(-n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .halls-description__text {
    font-size: 13px;
    letter-spacing: 0;
  }
}

.change-halls-description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 5px;
  padding: 8px 13px 7px 9px;
  border: 1px solid rgba(193, 57, 57, 0.4);
  border-radius: 40px;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
}
.change-halls-description__icon {
  line-height: 0;
}
.change-halls-description .icon {
  transition: all 0.3s ease-in-out;
  fill: #C13939;
  opacity: 0.5;
}
.change-halls-description__text {
  font-size: 12px;
  text-transform: uppercase;
}
.change-halls-description--active .icon {
  transform: rotate(180deg);
}
.change-halls-description:hover {
  border-color: #C13939;
}
.change-halls-description:hover .icon {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .change-halls-description {
    display: none;
  }
}

.slider-catalog-halls .swiper-wrapper {
  align-items: stretch;
}
.slider-catalog-halls .swiper-slide {
  height: auto;
}
.slider-catalog-halls__item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
.slider-catalog-halls__img img {
  height: 303px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.slider-catalog-halls__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 8px 10px;
  border: 1px solid rgba(193, 57, 57, 0.2);
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #FCF6F6;
}
.slider-catalog-halls--photo {
  background-color: #FCF6F6;
}
.slider-catalog-halls--photo .slider-catalog-halls__img img {
  height: 310px;
  border-radius: 0;
}
@media only screen and (min-width: 361px) {
  .slider-catalog-halls__img img {
    height: 456px;
  }
}
@media only screen and (min-width: 960px) {
  .slider-catalog-halls__body {
    padding: 16px 19px 27px;
    gap: 6px 0;
  }
  .slider-catalog-halls--photo .slider-catalog-halls__img img {
    height: 456px;
  }
}

.catalog-halls-content__head {
  font-family: "Rubik-Light";
  font-size: 18px;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 960px) {
  .catalog-halls-content__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.7%;
  }
  .catalog-halls-content__name {
    flex: 1;
    font-family: "Cormorant-Medium";
    font-size: 26px;
    letter-spacing: 0px;
  }
  .catalog-halls-content__data {
    padding-right: 3%;
  }
}

.catalog-halls-quantity {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
  gap: 0 5px;
  font-family: "Rubik-Light";
  font-size: 18px;
}
.catalog-halls-quantity__separator {
  font-size: 12px;
}
.catalog-halls-quantity__value {
  font-size: 12px;
  color: rgba(36, 36, 36, 0.6);
}
@media only screen and (min-width: 960px) {
  .catalog-halls-quantity {
    gap: 0 8px;
    align-items: end;
  }
  .catalog-halls-quantity__current {
    font-family: "Cormorant-Light";
    font-size: 80px;
    line-height: 0.7;
  }
  .catalog-halls-quantity__separator {
    font-family: "Cormorant-Medium";
    font-size: 28px;
  }
  .catalog-halls-quantity__value {
    font-family: "Cormorant-Medium";
    font-size: 28px;
  }
}

.catalog-halls-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 2px 0;
}
.catalog-halls-data__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0 4px;
}
.catalog-halls-data__text {
  flex: 1;
  font-size: 12px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .catalog-halls-data {
    flex-direction: row;
    gap: 11px 10px;
  }
}
@media only screen and (min-width: 960px) {
  .catalog-halls-data__text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.load-halls {
  display: inline-flex;
  align-items: center;
  gap: 0 12px;
  padding: 16px 22px 16px 19px;
  border: 1px solid #C13939;
  border-radius: 40px;
  background-color: #C13939;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.load-halls__text {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
.load-halls__icon {
  line-height: 0;
}
.load-halls .icon {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.load-halls:hover {
  background-color: transparent;
}
.load-halls:hover .load-halls__text {
  color: #242424;
}
.load-halls:hover .icon {
  fill: #C13939;
}
@media only screen and (min-width: 960px) {
  .load-halls {
    padding: 19px 32px 20px 29px;
    gap: 0 16px;
  }
}

.main {
  padding: 47px 0 0;
}
.main .page-header {
  padding: 0 8%;
}
.main__catalog-halls {
  margin-top: 93px;
  max-width: 330px;
  margin-inline: auto;
}
.main__add-load-halls {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.main__add-load-halls:before, .main__add-load-halls:after {
  content: "";
  position: absolute;
  top: 47%;
  width: 11.2%;
  height: 1px;
}
.main__add-load-halls:before {
  left: 2%;
  background: linear-gradient(to right, rgba(193, 57, 57, 0) 0%, rgba(193, 57, 57, 0.4) 100%);
}
.main__add-load-halls:after {
  right: 2%;
  background: linear-gradient(to right, rgba(193, 57, 57, 0.4) 0%, rgba(193, 57, 57, 0) 100%);
}
@media only screen and (min-width: 361px) {
  .main__catalog-halls {
    margin-top: 107px;
    max-width: 915px;
  }
  .main__add-load-halls:before, .main__add-load-halls:after {
    width: 14%;
  }
}
@media only screen and (min-width: 576px) {
  .main__add-load-halls:before, .main__add-load-halls:after {
    width: 26%;
  }
}
@media only screen and (min-width: 960px) {
  .main {
    padding: 39px 0 0;
  }
  .main__add-load-halls {
    margin-top: 32px;
  }
  .main__add-load-halls:before, .main__add-load-halls:after {
    width: 32%;
    height: 2px;
  }
}
@media only screen and (min-width: 1280px) {
  .main {
    padding: 50px 0 0;
  }
  .main__catalog-halls {
    margin-top: 127px;
    max-width: 1200px;
  }
  .main__add-load-halls:before, .main__add-load-halls:after {
    width: 39%;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 26px 20px;
}
.nav__item {
  color: #242424;
}
.nav__item:hover {
  color: #C13939;
}
.nav__item:active {
  color: rgba(36, 36, 36, 0.5);
}

.footer {
  padding: 70px 0 32px;
}
.footer__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.footer__logo-name {
  margin-top: 28px;
}
.footer__nav {
  margin-top: 32px;
  padding: 0 2%;
}
.footer__content {
  margin-top: 34px;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px 0;
  font-size: 14px;
  color: rgba(36, 36, 36, 0.6);
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 101px 0 43px;
  }
  .footer__content {
    margin-top: 32px;
    gap: 15px 0;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 120px 0 176px;
  }
  .footer__nav {
    padding: 0 16%;
  }
}
@media only screen and (min-width: 1500px) {
  .footer__nav {
    padding: 0 19%;
  }
}

.button-top {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  filter: drop-shadow(0 4px 10px -4px rgba(0, 0, 0, 0.14));
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.button-top:hover {
  opacity: 1;
}