@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rossioffe";
  src: url("../fonts/Rossioffe-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
.h1,
h1 {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

*,
::after,
::before {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "NotoSans";
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "NotoSans";
  background: #FBFBFB;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

body {
  background-color: #EDEDED;
}
body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-track {
  background: #E8D5E8;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #A9A9A9;
}
@media (max-width: 1920px) and (min-width: 1081px) {
  body {
    zoom: 0.8;
  }
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

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

img {
  display: block;
  max-width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

img[data-src] {
  opacity: 0;
}

.noscroll {
  overflow: hidden !important;
}

.sprite-icons {
  display: none !important;
}

@media (max-width: 766px) {
  .am-about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .am-about-us .am-first-screen-about-us {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .am-about-us .am-feedback {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .am-about-us .am-gallery {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .am-about-us .am-offers {
    display: none;
  }
  .am-about-us .am-faq {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 767px) {
  .am-about-us .am-offers {
    padding-bottom: 120px;
  }
}

.button {
  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;
  text-align: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #B17EB1;
  color: #E8D5E8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.button:disabled {
  cursor: default;
}
@media (hover: hover) {
  .button:hover {
    background-color: #D0A9D0;
  }
}
.button:active {
  background-color: #D0A9D0;
}
.button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.button.disabled {
  background: #A9A9A9;
  pointer-events: none;
  cursor: auto;
}

.button-border {
  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;
  text-align: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 14px 28px;
  background-color: transparent;
  color: #FBFBFB;
  border: 2px solid #FBFBFB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.button-border:disabled {
  cursor: default;
}
@media (hover: hover) {
  .button-border:hover {
    background-color: #FBFBFB;
    color: #333333;
  }
}
.button-border:active {
  color: #333333;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.button-border svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.button-white {
  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;
  text-align: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #FBFBFB;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.button-white:disabled {
  cursor: default;
}
@media (hover: hover) {
  .button-white:hover {
    background-color: #D0A9D0;
    color: #FBFBFB;
  }
}
.button-white:active {
  background-color: #D0A9D0;
}
.button-white svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.play-video {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .play-video {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) {
  .play-video:hover svg {
    fill: #E8D5E8;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.play-video svg {
  width: 100%;
  height: 100%;
  fill: #FBFBFB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button-border-black {
  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;
  text-align: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 14px 28px;
  background-color: transparent;
  color: #333333;
  border: 2px solid #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.button-border-black:disabled {
  cursor: default;
}
@media (hover: hover) {
  .button-border-black:hover {
    background-color: #333333;
    color: #FBFBFB;
  }
}
.button-border-black:active {
  color: #333333;
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.button-border-black svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.container {
  width: 100%;
  max-width: 1424px;
  padding: 0 72px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 1080px) {
  .container {
    padding: 0 16px;
  }
}

.am-search {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 9;
}
.am-search.error .error-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-search .error-text {
  background: #DE1818;
  color: #ffffff;
  text-align: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 3px 6px;
  display: none;
}
@media (max-width: 1080px) {
  .am-search .error-text {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
  }
}
.am-search .search {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
}
.am-search .search__wrapper {
  position: relative;
  z-index: 3;
  border: 1px solid #B17EB1;
  padding: 24px;
}
@media (max-width: 1080px) {
  .am-search .search__wrapper {
    padding: 16px;
    border: none;
  }
}
.am-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .am-search .search-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.am-search .search-form-row {
  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: 8px;
  padding: 8px 32px;
  min-width: calc(25% - 151px - 15px);
  max-width: 270px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1080px) {
  .am-search .search-form-row {
    width: calc(50% - 16px);
    padding: 8px;
  }
}
.am-search .search-form-row__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .am-search .search-form-row__label {
    gap: 5px;
  }
}
.am-search .search-form-row__label span {
  color: #8B8B8B;
}
.am-search .search-form-row__input {
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  width: 100%;
  cursor: pointer;
}
.am-search .search-form-row__input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  font-family: "NotoSans";
}
.am-search .search-form-row__input::-moz-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  font-family: "NotoSans";
}
.am-search .search-form-row__input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  font-family: "NotoSans";
}
.am-search .search-form-row__input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  font-family: "NotoSans";
}
.am-search .search-form-row__input::placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  font-family: "NotoSans";
}
.am-search .search-form-row__input::-webkit-calendar-picker-indicator {
  position: absolute;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.am-search .search-form-row--submit {
  margin-left: 15px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1080px) {
  .am-search .search-form-row--submit {
    width: 100%;
    margin-left: 0;
  }
}
.am-search .search-form-row--submit .button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1080px) {
  .am-search .search-form-row--submit .button {
    width: 100%;
    min-height: 56px;
  }
}
@media (max-width: 1080px) {
  .am-search .search-form-row.row-xhl-2 {
    width: 100%;
    padding-inline: 32px;
  }
}
.am-search .search-form-row.error .search-form-icon svg {
  fill: #DE1818;
}
.am-search .search-form-row.error .search-form-row__label span {
  color: #DE1818;
}
.am-search .search-form-icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.am-search .search-form-icon svg {
  fill: #B17EB1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1080px) {
  .am-search .search-form-icon svg {
    fill: #E8D5E8;
  }
}

.action-quantity {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.action-quantity-icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
  color: #FBFBFB;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #FBFBFB;
  border-radius: 50%;
  background-color: transparent;
}
@media (hover: hover) {
  .action-quantity-icon:hover {
    border-color: #E8D5E8;
    background-color: #E8D5E8;
  }
  .action-quantity-icon:hover svg {
    fill: #B17EB1;
  }
}
.action-quantity-icon svg {
  width: 16px;
  height: 16px;
  fill: #FBFBFB;
}
.action-quantity-input {
  width: calc(100% - 64px);
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  background: transparent;
  height: 32px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}
.action-quantity-input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}
.action-quantity-input::-moz-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}
.action-quantity-input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}
.action-quantity-input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}
.action-quantity-input::placeholder {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
}

.offer-item {
  position: relative;
  width: 100%;
  padding-bottom: 64.8919%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .offer-item {
    padding-bottom: 50%;
  }
}
@media (max-width: 1200px) {
  .offer-item {
    padding-bottom: 60%;
  }
}
@media (max-width: 1080px) {
  .offer-item {
    padding-bottom: 80%;
  }
}
.offer-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offer-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.offer-item__img::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.11%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.11%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1440px) {
  .offer-item__img::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (max-width: 766px) {
  .offer-item__img::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.offer-item__content {
  position: absolute;
  z-index: 3;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 925px;
  max-width: calc(100% - 48px - 275px);
  bottom: 48px;
  left: 48px;
  color: #ffffff;
}
@media (max-width: 1080px) {
  .offer-item__content {
    max-width: calc(100% - 48px);
    left: 24px;
    bottom: 24px;
  }
}
@media (max-width: 766px) {
  .offer-item__content {
    left: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }
}
.offer-item__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.offer-item__text {
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 766px) {
  .offer-item__text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
  }
}
.offer-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 8px 16px;
}
.offer-item__price span {
  color: #8B8B8B;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}
.offer-item__price b {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.offer-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media (max-width: 766px) {
  .offer-item__btns {
    width: 100%;
  }
}
.offer-item__btns .button {
  min-height: 56px;
  font-family: "NotoSans";
}
.offer-item__btns .button .icon {
  display: none;
  width: 26px;
  height: 17.3px;
}
.offer-item__btns .button.active {
  padding-inline: 12px;
  min-width: 56px;
  pointer-events: none;
  cursor: auto;
}
.offer-item__btns .button.active .icon {
  display: block;
}
.offer-item__btns .button.active span {
  display: none;
}
@media (max-width: 766px) {
  .offer-item__btns .button.active {
    max-width: 56px;
  }
}
@media (max-width: 766px) {
  .offer-item__btns .button,
  .offer-item__btns .button-border {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: calc(50% - 8px);
  }
}
.offer-item__error {
  color: #DE1818;
  font-weight: 600;
  display: none;
}
@media (max-width: 766px) {
  .offer-item__error {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
  }
}
.offer-item__error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-item-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offer-item-slider .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.11%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.11%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1440px) {
  .offer-item-slider .swiper-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  }
}
@media (max-width: 766px) {
  .offer-item-slider .swiper-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.offer-item .offer-item-nav {
  position: absolute;
  bottom: 48px;
  right: 96px;
  z-index: 5;
}
@media (max-width: 766px) {
  .offer-item .offer-item-nav {
    display: none;
  }
}

.accordion {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.accordion .accordion-head {
  position: relative;
  z-index: 3;
  width: 100%;
}
.accordion .accordion-body {
  overflow: hidden;
}
.accordion:not(.active) .accordion-body {
  height: 0;
}

.form {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 766px) {
  .form {
    gap: 16px;
  }
}
.form .form-row {
  width: 100%;
  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: 10px;
  padding: 10px 0;
}
.form .form-row.error .form-row__error {
  display: block;
}
.form .form-row.error .form-row__input {
  border-color: #DE1818 !important;
}
.form .form-row.form-row--row2 {
  grid-row: 1/3;
  grid-column: 2/3;
}
@media (max-width: 1200px) {
  .form .form-row.form-row--row2 {
    grid-row: auto;
    grid-column: auto;
  }
}
.form .form-row.form-row--col2 {
  grid-column: 1/-1;
}
.form .form-row__input-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 22px;
  left: 11px;
}
.form .form-row__input {
  display: block;
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid #A9A9A9;
  padding: 11px 12px 11px 39px;
  color: #000000;
  border-radius: 0;
  font-family: "Montserrat";
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input::-webkit-input-placeholder {
  opacity: 0.4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input::-moz-placeholder {
  opacity: 0.4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input:-ms-input-placeholder {
  opacity: 0.4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input::-ms-input-placeholder {
  opacity: 0.4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form .form-row__input::placeholder {
  opacity: 0.4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (hover: hover) {
  .form .form-row__input:hover {
    border-color: #333333;
    font-family: "Montserrat";
  }
}
.form .form-row__input--textarea {
  width: 100%;
  resize: none;
  padding: 11px 12px 11px 39px;
  overflow: auto;
  min-height: 116px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form .form-row__input-label {
  position: absolute;
  top: 2px;
  padding: 0 4px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.form .form-row__input-label span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Montserrat";
}
.form .form-row__error {
  display: none;
  color: #DE1818;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.form .form-row--submit {
  padding: 0;
  margin-top: 16px;
}
@media (max-width: 766px) {
  .form .form-row--submit {
    margin-top: 0;
  }
}
.form .form-row--select {
  position: relative;
}
.form .form-row--select select {
  display: block;
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid #A9A9A9;
  padding: 11px 39px 11px 39px;
  color: #000000;
  border-radius: 0;
  font-family: "Montserrat";
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form .form-row--select select.placeholder {
  color: #A9A9A9;
}
.form .form-row--select::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66602 5.33334L7.99935 10.6667L13.3327 5.33334' stroke='%238B8B8B' stroke-width='1.33333'/%3E%3C/svg%3E%0A");
}
.form .form-row__info {
  padding: 23px 0 0 0;
  border-top: 1px dashed #CBCBCB;
  grid-column: 1/-1;
  color: #8B8B8B;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  display: block;
}
.form .form-row__info a {
  color: #B17EB1;
  text-decoration: underline;
}
@media (hover: hover) {
  .form .form-row__info a:hover {
    text-decoration-color: transparent;
  }
}
.form .form-row--col2 {
  grid-column: 1/-1;
}
.form .form-row.error .form-row__error {
  display: block;
}
.form .form-errors {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #DE1818;
}
.form .form-errors__item {
  display: block;
  margin-top: 5px;
}
.form .radio {
  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;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.form .radio input {
  display: none !important;
}
.form .radio-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  width: 100%;
  padding: 24px 24px 24px 48px;
  border: 1px solid #EDEDED;
}
.form .radio__check {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #8B8B8B;
  border-radius: 50%;
}
.form .radio .radio__target:checked ~ div {
  background-color: #E8D5E8;
  border: 2px solid #B17EB1;
}
.form .radio .radio__target:checked ~ div .radio__check {
  border-width: 5px;
  border-color: #B17EB1;
}
.form .radio__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form .radio__name svg,
.form .radio__name img {
  width: 36px;
  height: 24px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.am-text h1,
.am-text h2,
.am-text h3,
.am-text h4,
.am-text h5,
.am-text h6 {
  margin: 24px 0;
  line-height: 1.2;
}
.am-text h1 {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 100;
}
@media (max-width: 766px) {
  .am-text h1 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 100;
  }
}
.am-text h2 {
  line-height: 1.2;
}
.am-text a {
  text-decoration: underline;
  color: #B17EB1;
}
.am-text a:hover {
  text-decoration-color: transparent;
}
.am-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style-type: disc;
  list-style-position: inside;
  margin: 24px 0;
}
.am-text ul li::marker {
  color: #B17EB1;
}
.am-text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style-type: decimal;
  list-style-position: inside;
  margin: 24px 0;
}
.am-text ol li::marker {
  color: #B17EB1;
  font-weight: 600;
}

.am-content {
  padding-block: 160px 120px;
}
@media (max-width: 766px) {
  .am-content {
    padding-block: 120px 48px;
  }
}

:root {
  --swiper-theme-color: #B17EB1;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-nav {
  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;
  gap: 16px;
}
.swiper-nav .swiper-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #F6F3E7;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .swiper-nav .swiper-arrow {
    border-color: #B17EB1;
  }
}
.swiper-nav .swiper-arrow svg {
  width: 24px;
  height: 24px;
  fill: #EDEDED;
}
@media (max-width: 1080px) {
  .swiper-nav .swiper-arrow svg {
    fill: #B17EB1;
  }
}
@media (hover: hover) {
  .swiper-nav .swiper-arrow:hover {
    background-color: #B17EB1;
    border-color: #B17EB1;
  }
  .swiper-nav .swiper-arrow:hover svg {
    fill: #FBFBFB;
  }
}
.swiper-nav .swiper-arrow.swiper-arrow--prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.swiper-nav .swiper-arrow.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.swiper-nav .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Montserrat";
  color: #FBFBFB;
}
@media (max-width: 1080px) {
  .swiper-nav .swiper-pagination {
    color: #A9A9A9;
  }
}

.datepicker {
  display: none;
  pointer-events: none;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 357px;
  min-width: 357px;
}
@media (max-width: 1200px) {
  .datepicker {
    width: 300px;
    min-width: 300px;
  }
}
.datepicker.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
.datepicker::before {
  content: "";
  display: block;
  position: absolute;
  width: 208px;
  height: 50px;
  left: 0;
  bottom: 100%;
}
@media (max-width: 1780px) {
  .datepicker::before {
    width: 100%;
  }
}

.datepicker-dropdown {
  position: absolute;
  top: 94px !important;
  z-index: 20;
  margin-top: 0;
}

.datepicker-picker {
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}

.datepicker-footer {
  display: none;
}

.datepicker-title {
  display: none;
}

.datepicker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datepicker-controls .button {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
  color: #000000;
}
.datepicker-controls .button:hover svg {
  fill: #000000;
}
.datepicker-controls .button svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.datepicker-controls .view-switch {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  padding: 0;
}
.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  width: 40px;
  height: 40px;
}
.datepicker-controls .prev-btn svg,
.datepicker-controls .next-btn svg {
  width: 16px;
  height: 16px;
  fill: #8B8B8B;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.datepicker-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.datepicker-view .days {
  width: 100%;
}
.datepicker-view .days-of-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #8B8B8B;
}
.datepicker-view .days-of-week .days {
  width: 100%;
}
.datepicker-view .days-of-week .days-of-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
}
.datepicker-view .days-of-week .dow {
  display: block;
  overflow: hidden;
  width: 40px;
  text-transform: uppercase;
  color: transparent;
}
.datepicker-view .days-of-week .dow::first-letter {
  line-height: 40px;
  color: #8B8B8B;
  padding: 11px 15px;
}

.datepicker-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 17px;
}
.datepicker-grid.decades, .datepicker-grid.years, .datepicker-grid.months {
  grid-template-columns: repeat(5, 1fr);
}
.datepicker-grid.decades .datepicker-cell::before, .datepicker-grid.years .datepicker-cell::before, .datepicker-grid.months .datepicker-cell::before {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.months .datepicker-cell::before,
.years .datepicker-cell::before {
  width: 40px;
  height: 40px;
}

.datepicker-cell {
  position: relative;
  z-index: 1;
  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;
  height: 32px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
  letter-spacing: 0.02em;
}
.datepicker-cell::before {
  content: "";
  background: #B17EB1;
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.datepicker-cell.prev {
  color: #8B8B8B;
}
.datepicker-cell.next {
  color: #8B8B8B;
}
.datepicker-cell.range-start {
  position: relative;
  background: transparent;
  color: #000000;
}
.datepicker-cell.range-start::before {
  opacity: 1;
}
.datepicker-cell.range-start:after {
  z-index: -2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #B17EB1;
}
.datepicker-cell.range {
  background: #B17EB1;
}
.datepicker-cell.range.prev {
  color: #000000;
}
.datepicker-cell.range.next {
  color: #000000;
}
.datepicker-cell.range-end {
  position: relative;
  color: #000000;
  background: transparent;
}
.datepicker-cell.range-end::before {
  opacity: 1;
}
.datepicker-cell.range-end:after {
  z-index: -2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #B17EB1;
}
.datepicker-cell.range-end:before {
  opacity: 1;
  z-index: -1;
}
.datepicker-cell .range-start .range-end:after {
  display: none;
}
.datepicker-cell:hover {
  color: #ffffff;
}
.datepicker-cell:hover::before {
  opacity: 1;
}
.datepicker-cell.selected {
  color: #000000;
}
.datepicker-cell.selected::before {
  opacity: 1;
}
.datepicker-view .days .datepicker-cell {
  -ms-flex-preferred-size: 14.2857142857%;
      flex-basis: 14.2857142857%;
}
.datepicker-view.datepicker-grid .datepicker-cell {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 40px;
  text-transform: uppercase;
}
.datepicker-cell.disabled {
  color: #8B8B8B;
  cursor: auto;
}
.datepicker-cell.disabled:hover:before {
  display: none;
}
.datepicker-cell.disabled.selected:before {
  display: none;
}

.datepicker-cell.range-start.range-end:after {
  display: none;
}

@media (max-width: 1080px) {
  .am-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 88px;
    max-height: calc(100vh - 88px);
    overflow: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 10;
  }
}
@media (max-width: 1080px) {
  .am-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 374px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7215686275);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1607843137);
  }
}
.am-menu.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}
@media (max-width: 1080px) {
  .am-menu.open .menu-bg {
    display: block;
  }
}
.am-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 48px;
}
@media (max-width: 1200px) {
  .am-menu .menu {
    gap: 24px;
  }
}
@media (max-width: 1080px) {
  .am-menu .menu {
    position: relative;
    z-index: 3;
    -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;
    max-width: 374px;
    width: 100%;
    padding: 70px 16px 42px;
    gap: 48px;
  }
}
.am-menu .menu-item.active .menu-link {
  color: #B17EB1;
}
@media (min-width: 1081px) {
  .am-menu .menu-item.active .menu-link {
    border: 2px solid #B17EB1;
    padding: 14px;
  }
}
.am-menu .menu-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #A9A9A9;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1080px) {
  .am-menu .menu-link {
    font-size: 48px;
    line-height: 64px;
    font-weight: 100;
  }
}
@media (hover: hover) {
  .am-menu .menu-link:hover {
    color: #B17EB1;
  }
}
.am-menu .menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.am-menu .am-header-lang {
  display: none;
  z-index: 3;
  max-width: 374px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 16px;
}
@media (max-width: 766px) {
  .am-menu .am-header-lang {
    display: block;
  }
}

.am-header {
  position: relative;
}
.am-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  z-index: 10;
}
.am-header .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7215686275);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1607843137);
  pointer-events: none;
}
@media (max-width: 766px) {
  .am-header .header::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.am-header .header .container {
  position: relative;
  z-index: 4;
}
.am-header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.am-header .header-logo {
  width: 113.56px;
  height: 56px;
}
@media (max-width: 640px) {
  .am-header .header-logo {
    width: 89px;
    height: 44px;
  }
}
.am-header .header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-header .header .am-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.am-header .header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 48px;
}
@media (max-width: 1080px) {
  .am-header .header__right {
    gap: 24px;
  }
}
@media (max-width: 766px) {
  .am-header .header__right {
    gap: 0;
  }
}
.am-header .header__right .button {
  position: relative;
}
@media (max-width: 766px) {
  .am-header .header__right .button {
    padding: 16px;
  }
}
.am-header .header__right .button .counter {
  position: absolute;
  right: -6px;
  top: -6px;
  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;
  text-align: center;
  height: 32px;
  min-width: 32px;
  border-radius: 500%;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}
.am-header .header .button-search {
  display: none;
  padding: 16px;
}
.am-header .header .button-search svg {
  width: 24px;
  height: 24px;
  fill: #FBFBFB;
}
@media (max-width: 1080px) {
  .am-header .header .button-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.am-header .header .opener-burger-menu {
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  display: none;
  border: 1px solid transparent;
}
@media (max-width: 1080px) {
  .am-header .header .opener-burger-menu {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.am-header .header .opener-burger-menu span {
  display: block;
  background: #FBFBFB;
  height: 2px;
  width: 32px;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: margin 0.25s, background 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: margin 0.25s, background 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: margin 0.25s, transform 0.25s, background 0.25s, opacity 0.25s;
  transition: margin 0.25s, transform 0.25s, background 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.am-header .header .opener-burger-menu span:nth-child(1) {
  margin-top: 0;
}
.am-header .header .opener-burger-menu span:nth-child(2) {
  margin-top: 9px;
}
.am-header .header .opener-burger-menu span:nth-child(3) {
  margin-top: 9px;
}
@media (hover: hover) {
  .am-header .header .opener-burger-menu:hover span {
    background: #B17EB1;
  }
}
.am-header .header .opener-burger-menu.active {
  border-color: #B17EB1;
}
.am-header .header .opener-burger-menu.active span {
  background-color: #B17EB1;
}
.am-header .header .opener-burger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  position: absolute;
}
.am-header .header .opener-burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.am-header .header .opener-burger-menu.active span:nth-child(3) {
  margin: 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1081px) {
  .am-header.header--home .header-logo {
    opacity: 0;
  }
  .am-header.header--home .header-logo.active {
    opacity: 1;
  }
}

.am-header-lang {
  position: relative;
  cursor: pointer;
}
@media (max-width: 766px) {
  .am-header-lang {
    display: none;
  }
}
.am-header-lang:hover .header-lang__head svg {
  -webkit-transform: rotate(-180deg) translateY(2px);
      -ms-transform: rotate(-180deg) translateY(2px);
          transform: rotate(-180deg) translateY(2px);
}
@media (max-width: 766px) {
  .am-header-lang:hover .header-lang__head svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.am-header-lang:hover .header-lang__list {
  opacity: 1;
  pointer-events: all;
}
.am-header-lang .header-lang__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 766px) {
  .am-header-lang .header-lang__head {
    display: none;
  }
}
.am-header-lang .header-lang__head svg {
  width: 18px;
  height: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #B17EB1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.am-header-lang .header-lang__head .current {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #FBFBFB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.am-header-lang .header-lang__list {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.7215686275);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 766px) {
  .am-header-lang .header-lang__list {
    position: static;
    opacity: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    background-color: transparent;
  }
}
.am-header-lang .header-lang__list .item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #FBFBFB;
}
@media (hover: hover) {
  .am-header-lang .header-lang__list .item:hover {
    color: #B17EB1;
  }
}
.am-header-lang .header-lang__list .item.active {
  color: #B17EB1;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 24px;
  overflow-y: auto;
  display: none;
}
.popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.popup .popup-wrapper {
  position: relative;
  z-index: 9;
  background: #fff;
  width: 600px;
  max-width: 100%;
  margin: auto auto;
  padding: 24px;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(18, 7, 29, 0.1019607843), 0px 55px 55px 0px rgba(18, 7, 29, 0.0901960784), 0px 124px 74px 0px rgba(18, 7, 29, 0.0509803922), 0px 220px 88px 0px rgba(18, 7, 29, 0.0117647059), 0px 344px 96px 0px rgba(18, 7, 29, 0);
          box-shadow: 0px 14px 30px 0px rgba(18, 7, 29, 0.1019607843), 0px 55px 55px 0px rgba(18, 7, 29, 0.0901960784), 0px 124px 74px 0px rgba(18, 7, 29, 0.0509803922), 0px 220px 88px 0px rgba(18, 7, 29, 0.0117647059), 0px 344px 96px 0px rgba(18, 7, 29, 0);
}
.popup .popup-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -34px;
  right: -34px;
  cursor: pointer;
}
.popup .popup-close svg {
  width: 100%;
  height: 100%;
}
.popup .popup-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.popup .popup-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.popup.search-popup {
  padding: 16px;
}
.popup.search-popup .popup-wrapper {
  width: 358px;
  padding: 0;
  background: transparent;
}
.popup.search-popup .am-search {
  padding: 0;
}
.popup.search-popup .am-search .search {
  background: rgba(0, 0, 0, 0.8);
}
.popup.video-popup {
  padding: 44px;
}
.popup.video-popup .popup-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1424px;
  padding: 0;
}
.popup.video-popup .popup-bg {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.4);
}
.popup.video-popup .am-popup-video,
.popup.video-popup .iframe-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup.video-popup .am-popup-video video,
.popup.video-popup .am-popup-video iframe,
.popup.video-popup .iframe-container video,
.popup.video-popup .iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: none;
}

.am-footer .footer {
  background-color: #333333;
}
.am-footer .footer__wrapper {
  padding: 48px 0 72px;
  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: 72px;
}
@media (max-width: 766px) {
  .am-footer .footer__wrapper {
    padding: 48px 0;
    gap: 32px;
  }
}
.am-footer .footer__wrapper .logo {
  width: 487px;
  height: 240px;
}
@media (max-width: 1080px) {
  .am-footer .footer__wrapper .logo {
    width: 298px;
    height: 147px;
  }
}
.am-footer .footer__wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-footer .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .am-footer .footer__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;
    gap: 32px;
  }
}
.am-footer .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-right: 64px;
}
@media (max-width: 1080px) {
  .am-footer .footer-contacts {
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.am-footer .footer-contacts__list {
  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;
  gap: 16px;
}
@media (max-width: 1080px) {
  .am-footer .footer-contacts__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.am-footer .footer-contacts__list .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FBFBFB;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .am-footer .footer-contacts__list .contact-item {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media (hover: hover) {
  .am-footer .footer-contacts__list .contact-item:hover {
    color: #B17EB1;
  }
}
.am-footer .footer-contacts__list .contact-item svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  fill: #B17EB1;
}
.am-footer .footer__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #8B8B8B;
}
.am-footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 64px;
  border-left: 1px solid #8B8B8B;
}
@media (max-width: 1080px) {
  .am-footer .footer-socials {
    border-left: none;
    padding-left: 0;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.am-footer .footer-socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-footer .footer-socials__list .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .am-footer .footer-socials__list .social-item {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .am-footer .footer-socials__list .social-item:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.am-footer .footer-socials__list .social-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-footer .footer-bottom {
  padding: 16px 0;
  background-color: #272727;
}
.am-footer .footer-bottom p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  color: #FBFBFB;
}

.am-first-screen {
  position: relative;
}
.am-first-screen .first-screen {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.am-first-screen .first-screen__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.am-first-screen .first-screen__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5411764706);
}
.am-first-screen .first-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.am-first-screen .first-screen__wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 10.417vw 24px 3.75vw 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 32px;
}
@media (max-width: 1080px) {
  .am-first-screen .first-screen__wrapper {
    padding: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
  }
}
.am-first-screen .first-screen__search {
  width: 100%;
}
@media (max-width: 1080px) {
  .am-first-screen .first-screen__search {
    display: none;
  }
}
.am-first-screen .first-screen__top {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.am-first-screen .first-screen__logo {
  width: 34.271vw;
  height: 16.927vw;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  position: relative;
  z-index: 12;
}
@media (max-width: 1780px) {
  .am-first-screen .first-screen__logo {
    width: 27.271vw;
    height: 13.927vw;
  }
}
@media (max-width: 1080px) {
  .am-first-screen .first-screen__logo {
    display: none;
  }
}
.am-first-screen .first-screen__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-first-screen .first-screen__logo.hidden {
  opacity: 0;
}
.am-first-screen .first-screen__title {
  display: none;
}
@media (max-width: 1080px) {
  .am-first-screen .first-screen__title {
    display: block;
    width: 77.415vw;
    height: 28.2vw;
    -webkit-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
}
.am-first-screen .first-screen__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-first-screen .first-screen__subtitle {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #FBFBFB;
  text-align: center;
}
@media (max-width: 1080px) {
  .am-first-screen .first-screen__subtitle {
    max-width: 360px;
  }
}

.am-offers {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
  margin-top: 70px;
}
@media (max-width: 766px) {
  .am-offers {
    padding-block: 32px 61px;
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  .am-offers .offers .container {
    max-width: 100%;
  }
}
.am-offers .offers__head {
  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;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .am-offers .offers__head {
    margin-bottom: 24px;
  }
}
.am-offers .offers__title {
  font-size: 166.38px;
  line-height: 1;
  font-weight: 400;
  font-family: "Rossioffe";
  color: #B17EB1;
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
  margin-bottom: -52px;
}
@media (max-width: 766px) {
  .am-offers .offers__title {
    font-size: 80px;
  }
}
@media (max-width: 766px) {
  .am-offers .offers__title {
    margin-bottom: -40px;
  }
}
.am-offers .offers__subtitle {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.am-offers .offers__text {
  max-width: 1100px;
  width: 100%;
  color: #8B8B8B;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.am-offers .offers-slider {
  overflow: visible;
}
.am-offers .offers-slider .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.am-offers .offers-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.am-offers .offers-slider .swiper-wrapper .swiper-slide .offer-item {
  padding-bottom: 64.8919%;
}
@media (max-width: 1440px) {
  .am-offers .offers-slider .swiper-wrapper .swiper-slide .offer-item {
    padding-bottom: 50%;
  }
}
@media (max-width: 1200px) {
  .am-offers .offers-slider .swiper-wrapper .swiper-slide .offer-item {
    padding-bottom: 60%;
  }
}
@media (max-width: 1080px) {
  .am-offers .offers-slider .swiper-wrapper .swiper-slide .offer-item {
    padding-bottom: 80%;
  }
}
@media (max-width: 766px) {
  .am-offers .offers-slider .swiper-wrapper .swiper-slide .offer-item {
    padding-bottom: 175.41%;
  }
}
.am-offers .offers .offers-slider-nav {
  position: absolute;
  z-index: 10;
  right: 96px;
  bottom: 48px;
}
.am-offers .offers .offers-slider-nav__container {
  position: relative;
}
@media (max-width: 1080px) {
  .am-offers .offers .offers-slider-nav {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 24px;
  }
}

.am-benefits .benefits {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1080px) {
  .am-benefits .benefits {
    padding: 0;
  }
}
.am-benefits .benefits__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-benefits .benefits__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79.72%, rgba(237, 237, 231, 0)), to(#EDEDE7));
  background: linear-gradient(0deg, rgba(237, 237, 231, 0) 79.72%, #EDEDE7 100%);
}
.am-benefits .benefits__bg img {
  width: 100%;
  height: 1100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}
@media (max-width: 766px) {
  .am-benefits .benefits__bg img {
    height: 860px;
  }
}
.am-benefits .benefits .container {
  position: relative;
  z-index: 3;
}
.am-benefits .benefits__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}
@media (max-width: 1080px) {
  .am-benefits .benefits__wrapper {
    gap: 0;
  }
}
.am-benefits .benefits__content {
  width: 540px;
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 43px;
  position: relative;
}
@media (max-width: 1080px) {
  .am-benefits .benefits__content {
    width: 100%;
    max-width: 100%;
    padding-block: 0;
  }
}
.am-benefits .benefits__title {
  font-size: 166.38px;
  line-height: 1;
  font-weight: 400;
  font-family: "Rossioffe";
  color: #B17EB1;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100vw;
  z-index: 3;
  bottom: calc(100% - 66px);
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
@media (max-width: 766px) {
  .am-benefits .benefits__title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .am-benefits .benefits__title {
    font-size: 122px;
  }
}
@media (max-width: 1080px) {
  .am-benefits .benefits__title {
    font-size: 12.821vw;
    left: 5px;
    bottom: calc(100% - 5vw);
  }
}
@media (max-width: 640px) {
  .am-benefits .benefits__title {
    font-size: 50px;
    top: -4px;
    bottom: auto;
  }
}
.am-benefits .benefits__subtitle {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.am-benefits .benefits__text {
  color: #8B8B8B;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 48px;
}
.am-benefits .benefits__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 668px;
  max-width: 59%;
  position: relative;
  padding-bottom: 64.063%;
}
@media (max-width: 1080px) {
  .am-benefits .benefits__img {
    display: none;
  }
}
.am-benefits .benefits__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.am-benefits .benefits-item-head {
  border-top: 1px solid #A9A9A9;
  padding: 15px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.am-benefits .benefits-item-head .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #B17EB1;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.am-benefits .benefits-item-head .icon svg {
  width: 24px;
  height: 24px;
  fill: #B17EB1;
}
@media (hover: hover) {
  .am-benefits .benefits-item-head .icon:hover {
    background-color: #B17EB1;
    border-color: #B17EB1;
  }
  .am-benefits .benefits-item-head .icon:hover svg {
    fill: #FBFBFB;
  }
}
.am-benefits .benefits-item:last-of-type {
  border-bottom: 1px solid #A9A9A9;
}
.am-benefits .benefits-item__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: #333333;
}
.am-benefits .benefits-item__content {
  padding-bottom: 16px;
}
.am-benefits .benefits-item.active .benefits-item__title {
  font-weight: 700;
}
.am-benefits .benefits-item.active .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.am-feedback .feedback {
  padding: 72px 0;
  background-color: #B17EB1;
  -webkit-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 766px) {
  .am-feedback .feedback {
    padding: 32px 0;
  }
}
.am-feedback .feedback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}
@media (max-width: 1200px) {
  .am-feedback .feedback__wrapper {
    gap: 48px;
  }
}
@media (max-width: 766px) {
  .am-feedback .feedback__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.am-feedback .feedback__content {
  width: 688px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #E8D5E8;
}
@media (max-width: 1200px) {
  .am-feedback .feedback__content {
    width: calc(50% - 24px);
  }
}
@media (max-width: 766px) {
  .am-feedback .feedback__content {
    width: 100%;
  }
}
.am-feedback .feedback__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}
.am-feedback .feedback__text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.am-feedback .feedback__form {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 536px;
}
@media (max-width: 1200px) {
  .am-feedback .feedback__form {
    width: calc(50% - 24px);
  }
}
@media (max-width: 766px) {
  .am-feedback .feedback__form {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .am-feedback .feedback__form .form {
    grid-template-columns: 1fr;
  }
}
.am-feedback .feedback__form .form .form-row:nth-child(1), .am-feedback .feedback__form .form .form-row:nth-child(2) {
  grid-column: 1/2;
}
.am-feedback .feedback__form .form .form-row__input {
  background-color: #B17EB1;
  color: #FBFBFB;
  border-color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input::-webkit-input-placeholder {
  color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input::-moz-placeholder {
  color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input:-ms-input-placeholder {
  color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input::-ms-input-placeholder {
  color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input::placeholder {
  color: #FBFBFB;
}
.am-feedback .feedback__form .form .form-row__input-label {
  color: #E8D5E8;
  background-color: #B17EB1;
}
.am-feedback .feedback__form .form .form-row svg {
  fill: #E8D5E8;
}
.am-gallery .gallery {
  padding: 70px 0 120px;
  overflow: hidden;
}
@media (max-width: 766px) {
  .am-gallery .gallery {
    padding: 23px 0 48px;
  }
}
.am-gallery .gallery__head {
  text-align: center;
  margin-bottom: 48px;
}
.am-gallery .gallery__title {
  font-size: 166.38px;
  line-height: 1;
  font-weight: 400;
  font-family: "Rossioffe";
  color: #B17EB1;
  color: #B17EB1;
  margin-bottom: -57px;
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
@media (max-width: 766px) {
  .am-gallery .gallery__title {
    font-size: 80px;
  }
}
@media (max-width: 766px) {
  .am-gallery .gallery__title {
    margin-bottom: -26px;
    font-size: 50px;
  }
}
.am-gallery .gallery__subtitle {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  margin-bottom: 16px;
}
.am-gallery .gallery__text {
  color: #8B8B8B;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.am-gallery .gallery-tabs__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 48px;
  gap: 48px;
  max-width: 100%;
  overflow: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.am-gallery .gallery-tabs__menu::-webkit-scrollbar {
  display: none;
}
.am-gallery .gallery-tabs__menu .btn-tab {
  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;
  padding: 16px 16px 12px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
  color: #8B8B8B;
  cursor: pointer;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
@media (hover: hover) {
  .am-gallery .gallery-tabs__menu .btn-tab:hover {
    color: #B17EB1;
  }
}
.am-gallery .gallery-tabs__menu .btn-tab.active {
  color: #B17EB1;
  font-weight: 700;
  border-color: #B17EB1;
}
.am-gallery .tab-item {
  display: none;
}
.am-gallery .tab-item.active {
  display: block;
}
.am-gallery .gallery-swiper {
  overflow: visible;
}
.am-gallery .gallery-swiper .swiper-slide {
  padding-bottom: 64.06%;
  position: relative;
  overflow: hidden;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 1440px) {
  .am-gallery .gallery-swiper .swiper-slide {
    padding-bottom: 50%;
  }
}
@media (max-width: 1080px) {
  .am-gallery .gallery-swiper .swiper-slide {
    padding-bottom: 64.24%;
  }
}
.am-gallery .gallery-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70.49%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.49%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
@media (max-width: 766px) {
  .am-gallery .gallery-swiper .swiper-slide::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.75%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.am-gallery .gallery-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.am-gallery .gallery-swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.am-gallery .galler-slider-nav {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 766px) {
  .am-gallery .galler-slider-nav {
    bottom: 24px;
  }
}
.am-gallery .galler-slider-nav .swiper-arrow {
  border-color: #FBFBFB;
}
.am-gallery .galler-slider-nav .swiper-arrow svg {
  fill: #FBFBFB;
}
.am-gallery .galler-slider-nav .swiper-pagination {
  color: #FBFBFB;
}

@media (max-width: 1080px) {
  .am-first-screen-room-description {
    display: none;
  }
}
.am-first-screen-room-description .first-screen-room-description {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-first-screen-room-description .first-screen-room-description .offer-item {
  position: static;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 72px;
}
@media (max-width: 1080px) {
  .am-first-screen-room-description .first-screen-room-description .offer-item {
    padding: 0 16px;
  }
}
.am-first-screen-room-description .first-screen-room-description .offer-item__img:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.am-first-screen-room-description .first-screen-room-description .offer-item__content {
  position: static;
  max-width: 1344px;
  width: 100%;
  margin: auto auto 72px;
}
.am-first-screen-room-description .first-screen-room-description .offer-item__title, .am-first-screen-room-description .first-screen-room-description .offer-item__text, .am-first-screen-room-description .first-screen-room-description .offer-item__price {
  max-width: 913px;
  width: 100%;
}
.am-first-screen-room-description .first-screen-room-description .offer-item__price {
  padding-inline: 0;
}

.am-room-card {
  position: relative;
}
.am-room-card .room-card {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 0 0;
  padding-right: 72px;
}
.am-room-card .room-card__container {
  position: relative;
  padding: 72px 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .am-room-card .room-card__container {
    padding: 0 0 48px;
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card {
    padding-right: 0;
  }
}
.am-room-card .room-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1080px) {
  .am-room-card .room-card__bg {
    display: none;
  }
}
.am-room-card .room-card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(237, 237, 231, 0)), to(#EDEDE7));
  background: linear-gradient(180deg, rgba(237, 237, 231, 0) 50%, #EDEDE7 100%);
}
.am-room-card .room-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.08;
  mix-blend-mode: luminosity;
  margin-top: auto;
}
.am-room-card .room-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .am-room-card .room-card__wrapper {
    gap: 48px;
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}
.am-room-card .room-card__imgs {
  width: 996px;
  max-width: calc(100% - 540px - 72px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .am-room-card .room-card__imgs {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card__imgs {
    width: 100%;
    max-width: 100%;
  }
}
.am-room-card .room-card-slider {
  width: 100%;
}
.am-room-card .room-card-slider .swiper-slide {
  position: relative;
  padding-bottom: 74.29%;
}
@media (max-width: 1080px) {
  .am-room-card .room-card-slider .swiper-slide {
    padding-bottom: 100vh;
  }
}
.am-room-card .room-card-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.am-room-card .room-card-slider .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.am-room-card .room-card-slider .swiper-slide .button-border {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 766px) {
  .am-room-card .room-card-slider .swiper-slide .button-border {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.am-room-card .room-card-slider-nav {
  position: absolute;
  z-index: 3;
  bottom: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1440px) {
  .am-room-card .room-card-slider-nav {
    bottom: 48px;
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card-slider-nav .swiper-arrow {
    border-color: #FBFBFB;
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card-slider-nav .swiper-arrow svg {
    fill: #FBFBFB;
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card-slider-nav .swiper-pagination {
    color: #ffffff;
  }
}
.am-room-card .room-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 540px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
}
@media (max-width: 1440px) {
  .am-room-card .room-card__content {
    max-width: calc(50% - 24px);
  }
}
@media (max-width: 1080px) {
  .am-room-card .room-card__content {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}
.am-room-card .room-card__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .am-room-card .room-card__title {
    font-size: 25px;
    line-height: 36px;
  }
}
.am-room-card .room-card__text {
  color: #333333;
}
.am-room-card .room-card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #A9A9A9;
  padding-top: 24px;
}
.am-room-card .room-card__options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.am-room-card .room-card__options .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.am-room-card .room-card__options .item__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #8B8B8B;
}
.am-room-card .room-card__options .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-room-card .room-card__options .item__icon {
  width: 24px;
  height: 24px;
}
.am-room-card .room-card__options .item__icon svg {
  fill: #B17EB1;
}
.am-room-card .room-card__options .item__icon img,
.am-room-card .room-card__options .item__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-room-card .room-card__options .item__value {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.am-room-card .room-card__options .item__value sup {
  vertical-align: super;
  line-height: 1;
}
.am-room-card .room-card__amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  border-top: 1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
}
.am-room-card .room-card__amenities .item {
  width: 24px;
  height: 24px;
}
.am-room-card .room-card__amenities .item svg {
  fill: #B17EB1;
}
.am-room-card .room-card__amenities .item img,
.am-room-card .room-card__amenities .item svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-room-card .room-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
}
.am-room-card .room-card__price span {
  color: #8B8B8B;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Montserrat";
}
.am-room-card .room-card__price b {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.am-room-card .room-card__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #FBFBFB;
  font-family: "NotoSans";
}
@media (max-width: 1080px) {
  .am-room-card .room-card__btn {
    max-width: 400px;
    width: 100%;
  }
}

.am-search-result {
  padding: 120px 0;
}
@media (max-width: 766px) {
  .am-search-result {
    padding: 110px 0 32px;
  }
}
.am-search-result .search-result .am-search {
  padding: 0;
  margin-bottom: 48px;
}
@media (max-width: 766px) {
  .am-search-result .search-result .am-search {
    margin-bottom: 32px;
  }
}
@media (min-width: 1081px) {
  .am-search-result .search-result .am-search .search {
    background-color: transparent;
  }
}
@media (max-width: 1080px) {
  .am-search-result .search-result .am-search .search {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 1081px) {
  .am-search-result .search-result .am-search .search-form-row__input {
    color: #333333;
  }
}
@media (min-width: 1081px) {
  .am-search-result .search-result .am-search .action-quantity-icon {
    color: #333333;
    border-color: #333333;
  }
  .am-search-result .search-result .am-search .action-quantity-icon svg {
    fill: #333333;
  }
}
@media (min-width: 1081px) and (hover: hover) {
  .am-search-result .search-result .am-search .action-quantity-icon:hover {
    border-color: #E8D5E8;
    background-color: #E8D5E8;
  }
  .am-search-result .search-result .am-search .action-quantity-icon:hover svg {
    fill: #B17EB1;
  }
}
@media (min-width: 1081px) {
  .am-search-result .search-result .am-search .action-quantity-input {
    color: #333333;
  }
}
@media (min-width: 1081px) {
  .am-search-result .search-result .am-search .search-form-row--submit .button {
    background-color: #333333;
    color: #FBFBFB;
  }
  .am-search-result .search-result .am-search .search-form-row--submit .button svg {
    fill: #FBFBFB;
  }
}
@media (min-width: 1081px) and (hover: hover) {
  .am-search-result .search-result .am-search .search-form-row--submit .button:hover {
    background-color: #D0A9D0;
  }
}
.am-search-result .search-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (max-width: 766px) {
  .am-search-result .search-result__list {
    gap: 32px;
  }
}
@media (max-width: 766px) {
  .am-search-result .search-result__list .offer-item {
    padding-bottom: 580px;
  }
}
.am-search-result .search-result__list .offer-item__img::after {
  display: none;
}

.am-room-description .am-search-result {
  padding: 70px 0;
}
@media (max-width: 766px) {
  .am-room-description .am-search-result {
    padding: 60px 0;
  }
}
.am-room-description .am-search-result .am-search {
  margin: 0;
}

.am-first-screen-about-us {
  position: relative;
}
.am-first-screen-about-us .first-screen-about-us {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.am-first-screen-about-us .first-screen-about-us__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.am-first-screen-about-us .first-screen-about-us__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.am-first-screen-about-us .first-screen-about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.am-first-screen-about-us .first-screen-about-us__wrapper {
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.am-first-screen-about-us .first-screen-about-us .container {
  margin-block: auto 72px;
  padding-top: 48px;
}
@media (max-width: 766px) {
  .am-first-screen-about-us .first-screen-about-us .container {
    margin-block: auto 48px;
    padding-top: 136px;
  }
}
.am-first-screen-about-us .first-screen-about-us__title {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  color: #FBFBFB;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.am-first-screen-about-us .first-screen-about-us__subtitle {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: #E8D5E8;
  margin-bottom: 32px;
}
.am-first-screen-about-us .first-screen-about-us__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
  color: #FBFBFB;
}
@media (max-width: 1080px) {
  .am-first-screen-about-us .first-screen-about-us__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.am-first-screen-about-us .first-screen-about-us__advantages {
  padding-left: 31px;
  border-left: 1px solid #8B8B8B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}
@media (max-width: 1080px) {
  .am-first-screen-about-us .first-screen-about-us__advantages {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    border-left: none;
    border-top: 1px solid #8B8B8B;
    padding-top: 31px;
  }
}
.am-first-screen-about-us .first-screen-about-us__advantages .title {
  color: #E8D5E8;
  margin-bottom: 16px;
}
.am-first-screen-about-us .first-screen-about-us__advantages-list {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}
.am-first-screen-about-us .first-screen-about-us__text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 13px;
}
@media (max-width: 1080px) {
  .am-first-screen-about-us .first-screen-about-us__text {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}

.am-faq .faq {
  padding: 70px 0 20px;
}
@media (max-width: 766px) {
  .am-faq .faq {
    padding: 17px 0 72px;
  }
}
.am-faq .faq__title {
  font-size: 166.38px;
  line-height: 1;
  font-weight: 400;
  font-family: "Rossioffe";
  color: #B17EB1;
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
  margin-bottom: -54px;
  text-align: center;
}
@media (max-width: 766px) {
  .am-faq .faq__title {
    font-size: 80px;
  }
}
@media (max-width: 766px) {
  .am-faq .faq__title {
    margin-bottom: -26px;
  }
}
.am-faq .faq__subtitle {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.am-faq .faq__text {
  color: #8B8B8B;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 48px;
}
.am-faq .faq__wrapper {
  margin-top: 48px;
}
.am-faq .faq-item {
  counter-increment: item;
}
.am-faq .faq-item-head {
  border-top: 1px solid #A9A9A9;
  padding: 15px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.am-faq .faq-item-head .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #B17EB1;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 766px) {
  .am-faq .faq-item-head .icon {
    border-color: #8B8B8B;
  }
}
.am-faq .faq-item-head .icon svg {
  width: 24px;
  height: 24px;
  fill: #B17EB1;
}
@media (max-width: 766px) {
  .am-faq .faq-item-head .icon svg {
    fill: #8B8B8B;
  }
}
@media (hover: hover) {
  .am-faq .faq-item-head .icon:hover {
    background-color: #B17EB1;
    border-color: #B17EB1;
  }
  .am-faq .faq-item-head .icon:hover svg {
    fill: #FBFBFB;
  }
}
.am-faq .faq-item:last-of-type {
  border-bottom: 1px solid #A9A9A9;
}
.am-faq .faq-item__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 37px;
}
.am-faq .faq-item__title::after {
  content: counter(item) ".";
  color: #333333;
  width: 37px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.am-faq .faq-item__content {
  padding-bottom: 16px;
}
.am-faq .faq-item__content p:last-of-type {
  margin-bottom: 0;
}
.am-faq .faq-item.active .faq-item__title {
  font-weight: 700;
}
.am-faq .faq-item.active .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.am-contacts .contacts {
  position: relative;
  padding: 160px 0 120px;
}
@media (max-width: 1080px) {
  .am-contacts .contacts {
    padding: 0 0 48px 0;
  }
}
.am-contacts .contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-contacts .contacts__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79.72%, rgba(237, 237, 231, 0)), to(#EDEDE7));
  background: linear-gradient(0deg, rgba(237, 237, 231, 0) 79.72%, #EDEDE7 100%);
}
.am-contacts .contacts__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}
.am-contacts .contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
}
@media (max-width: 1080px) {
  .am-contacts .contacts__wrapper {
    gap: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.am-contacts .contacts__info {
  width: 540px;
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-block: 102px;
  position: relative;
}
@media (max-width: 1080px) {
  .am-contacts .contacts__info {
    width: 100%;
    max-width: 100%;
    margin-block: 0;
    text-align: center;
  }
}
.am-contacts .contacts__title {
  font-size: 166.38px;
  line-height: 1;
  font-weight: 400;
  font-family: "Rossioffe";
  color: #B17EB1;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100vw;
  z-index: 3;
  bottom: calc(100% - 42px);
  left: -4px;
  -webkit-transform: rotate(-2.5deg);
      -ms-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 766px) {
  .am-contacts .contacts__title {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .am-contacts .contacts__title {
    font-size: 122px;
  }
}
@media (max-width: 1080px) {
  .am-contacts .contacts__title {
    font-size: 12.821vw;
    position: static;
    margin: 0 auto -21px auto;
  }
}
@media (max-width: 640px) {
  .am-contacts .contacts__title {
    font-size: 50px;
  }
}
.am-contacts .contacts__subtitle {
  font-size: 72px;
  line-height: 98px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media (max-width: 1080px) {
  .am-contacts .contacts__subtitle {
    margin-bottom: 16px;
  }
}
.am-contacts .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.am-contacts .contacts__item:not(:last-of-type) {
  margin-bottom: 33px;
}
.am-contacts .contacts__item .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #8B8B8B;
}
.am-contacts .contacts__list {
  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;
  gap: 8px;
}
@media (max-width: 1080px) {
  .am-contacts .contacts__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.am-contacts .contacts__list .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .am-contacts .contacts__list .contact-item:hover {
    color: #B17EB1;
  }
}
.am-contacts .contacts__list .contact-item svg {
  width: 32px;
  height: 32px;
  fill: #B17EB1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.am-contacts .contacts__list .contact-item span {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 766px) {
  .am-contacts .contacts__list .contact-item span {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
  }
}
.am-contacts .contacts .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .am-contacts .contacts .socials__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.am-contacts .contacts .socials__list .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .am-contacts .contacts .socials__list .social-item {
    width: 32px;
    height: 32px;
  }
}
@media (hover: hover) {
  .am-contacts .contacts .socials__list .social-item:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.am-contacts .contacts .socials__list .social-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-contacts .contacts__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 668px;
  max-width: 59%;
  position: relative;
  padding-bottom: 50%;
}
@media (max-width: 1080px) {
  .am-contacts .contacts__img {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
@media (max-width: 766px) {
  .am-contacts .contacts__img {
    padding-bottom: 128.35%;
  }
}
.am-contacts .contacts__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.am-contacts-map {
  position: relative;
}
.am-contacts-map .marker {
  position: absolute;
  z-index: 3;
  top: 80%;
  left: 29vw;
  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;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 766px) {
  .am-contacts-map .marker {
    top: 65%;
    left: 50vw;
  }
}
.am-contacts-map .marker-info {
  background: rgba(0, 0, 0, 0.8901960784);
  border: 1px solid #E8D5E8;
  padding: 24px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.am-contacts-map .marker__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FBFBFB;
}
.am-contacts-map .marker__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #E8D5E8;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .am-contacts-map .marker__link:hover {
    text-decoration-color: transparent;
  }
}
.am-contacts-map .marker-icon {
  margin-top: -8px;
  position: relative;
  z-index: 3;
  width: 50px;
  height: 64px;
}
.am-contacts-map .marker-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.am-contacts-map .contacts-map {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
@media (max-width: 766px) {
  .am-contacts-map .contacts-map {
    padding-bottom: 164.1%;
  }
}
.am-contacts-map .contacts-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 766px) {
  .am-contacts-map .contacts-map-desk {
    display: none;
  }
}
.am-contacts-map .contacts-map-mob {
  display: none;
}
@media (max-width: 766px) {
  .am-contacts-map .contacts-map-mob {
    display: block;
  }
}
.am-contacts-map + .am-feedback {
  display: none;
}
@media (max-width: 766px) {
  .am-contacts-map + .am-feedback {
    display: block;
  }
}

.order-card {
  width: 100%;
  position: relative;
}
.order-card__delete {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.order-card__delete svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.order-card:not(:first-child) {
  margin-top: 24px;
}
.order-card__img {
  width: 100%;
  padding-bottom: 64.64%;
  position: relative;
  overflow: hidden;
}
.order-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.order-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.order-card__content {
  padding: 24px 0 16px;
  border-bottom: 1px dashed #CBCBCB;
}
.order-card table {
  width: 100%;
  border-spacing: 0;
}
.order-card table tr td {
  padding-bottom: 8px;
  color: #8B8B8B;
}
.order-card table tr td:last-child {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
}
.order-card .total td {
  padding-top: 16px;
}

.am-checkout .checkout {
  position: relative;
  padding-block: 160px 120px;
}
@media (max-width: 766px) {
  .am-checkout .checkout {
    padding: 0;
  }
}
.am-checkout .checkout__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 766px) {
  .am-checkout .checkout__bg {
    display: none;
  }
}
.am-checkout .checkout__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79.72%, rgba(237, 237, 231, 0)), to(#EDEDE7));
  background: linear-gradient(0deg, rgba(237, 237, 231, 0) 79.72%, #EDEDE7 100%);
}
.am-checkout .checkout__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}
.am-checkout .checkout .container {
  position: relative;
  z-index: 4;
}
@media (max-width: 766px) {
  .am-checkout .checkout .container {
    padding: 0;
  }
}
.am-checkout .checkout .form {
  display: block;
}
.am-checkout .checkout__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBFBFB;
  width: 100%;
}
@media (max-width: 766px) {
  .am-checkout .checkout__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 138px 0 48px;
  }
}
.am-checkout .checkout__main {
  padding: 48px;
  width: calc(100% - 458px);
}
@media (max-width: 1080px) {
  .am-checkout .checkout__main {
    width: calc(100% - 380px);
    padding: 24px;
  }
}
@media (max-width: 766px) {
  .am-checkout .checkout__main {
    width: 100%;
    padding: 0 16px 47px;
    border-bottom: 1px solid #8B8B8B;
  }
}
.am-checkout .checkout__title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #B17EB1;
  margin-bottom: 24px;
}
.am-checkout .checkout__form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 24px;
  border-top: 1px dashed #CBCBCB;
}
@media (max-width: 1200px) {
  .am-checkout .checkout__form {
    grid-template-columns: 1fr;
  }
}
.am-checkout .checkout__form .checkout__title {
  margin-top: 8px;
}
@media (max-width: 766px) {
  .am-checkout .checkout__form .checkout__title {
    margin-bottom: 8px;
  }
}
.am-checkout .checkout__form .form-row--radio {
  grid-column: 1/-1;
}
@media (max-width: 766px) {
  .am-checkout .checkout__form .form-row--radio {
    margin-bottom: 8px;
  }
}
@media (min-width: 1201px) {
  .am-checkout .checkout__form .form-row--select {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1201px) {
  .am-checkout .checkout__form .form-row--textarea {
    grid-column: 2/3;
    grid-row: 2/5;
  }
}
.am-checkout .checkout__form .form-row__input {
  border-color: #A9A9A9;
}
.am-checkout .checkout__form .form-row__input-label {
  background-color: #FBFBFB;
  color: #8B8B8B;
}
.am-checkout .checkout__form .form-row__input-label span {
  color: #DE1818;
}
.am-checkout .checkout__form .form-row__input-icon {
  fill: #B17EB1;
}
.am-checkout .checkout__form .form-row__input::-webkit-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.am-checkout .checkout__form .form-row__input::-moz-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.am-checkout .checkout__form .form-row__input:-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.am-checkout .checkout__form .form-row__input::-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.am-checkout .checkout__form .form-row__input::placeholder {
  color: #A9A9A9;
  opacity: 1;
}
@media (max-width: 766px) {
  .am-checkout .checkout__form .form-row__input--textarea {
    min-height: 216px;
  }
}
.am-checkout .checkout__form .form-row--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding: 0;
}
@media (max-width: 766px) {
  .am-checkout .checkout__form .form-row--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .am-checkout .checkout__form .form-row--radio .radio {
    width: 100%;
  }
}
.am-checkout .checkout__details {
  padding: 22px 16px 48px 47px;
  border-left: 1px solid #8B8B8B;
  width: 458px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  min-height: 0;
}
@media (max-width: 1080px) {
  .am-checkout .checkout__details {
    width: 380px;
    padding: 22px 12px 24px 24px;
  }
}
@media (max-width: 766px) {
  .am-checkout .checkout__details {
    padding: 48px 16px 0;
    width: 100%;
    border: none;
    overflow: hidden;
  }
}
.am-checkout .checkout__details.active .checkout__details-title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.am-checkout .checkout__details-title {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #B17EB1;
}
@media (max-width: 766px) {
  .am-checkout .checkout__details-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.am-checkout .checkout__details-title svg {
  width: 18px;
  height: 11px;
  stroke: #B17EB1;
}
.am-checkout .checkout__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-y: auto;
  padding-right: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 22px;
  left: 47px;
  right: 16px;
  bottom: 46px;
}
@media (max-width: 1080px) {
  .am-checkout .checkout__details-wrapper {
    top: 22px;
    right: 12px;
    bottom: 24px;
    left: 24px;
  }
}
@media (max-width: 766px) {
  .am-checkout .checkout__details-wrapper {
    position: static;
    padding-right: 0;
  }
}
.am-checkout .checkout__details-wrapper::-webkit-scrollbar {
  width: 16px;
  height: 3px;
}
@media (max-width: 766px) {
  .am-checkout .checkout__details-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.am-checkout .checkout__details-wrapper::-webkit-scrollbar-track {
  background: #E9E9E9;
  border-radius: 111px;
}
.am-checkout .checkout__details-wrapper::-webkit-scrollbar-thumb {
  border-radius: 111px;
  background: #B17EB1;
  border: 4px solid #E9E9E9;
}
.am-checkout .checkout__details-wrapper::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.33%, #FBFBFB), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FBFBFB 27.33%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 766px) {
  .am-checkout .checkout__details-wrapper::after {
    display: none;
  }
}
.am-checkout .checkout__details-total {
  position: sticky;
  bottom: -1px;
  width: calc(100% + 1px);
  background-color: #FBFBFB;
  padding: 23px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  z-index: 2;
}
.am-checkout .checkout__details-error {
  color: #DE1818;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  display: none;
}
.am-checkout .checkout__details-error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.am-checkout .checkout__details-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 0;
}
.am-checkout .checkout__details-price span {
  color: #8B8B8B;
}
.am-checkout .checkout__details-price b {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.am-checkout .checkout__details .button {
  color: #FBFBFB;
}

.am-ty-section .ty-section {
  position: relative;
  padding-block: 160px 120px;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section {
    padding: 0;
  }
}
.am-ty-section .ty-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__bg {
    display: none;
  }
}
.am-ty-section .ty-section__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79.72%, rgba(237, 237, 231, 0)), to(#EDEDE7));
  background: linear-gradient(0deg, rgba(237, 237, 231, 0) 79.72%, #EDEDE7 100%);
}
.am-ty-section .ty-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}
.am-ty-section .ty-section .container {
  position: relative;
  z-index: 4;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section .container {
    padding: 0;
  }
}
.am-ty-section .ty-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBFBFB;
  width: 100%;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 128px 0 24px;
  }
}
.am-ty-section .ty-section__content {
  padding: 48px 48px 18px;
  width: calc(100% - 458px);
  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;
}
@media (max-width: 1080px) {
  .am-ty-section .ty-section__content {
    width: calc(100% - 380px);
    padding: 24px;
  }
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__content {
    width: 100%;
    padding: 0 16px 47px;
    border-bottom: 1px solid #8B8B8B;
  }
}
.am-ty-section .ty-section__title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 24px;
}
.am-ty-section .ty-section__icon {
  margin-bottom: 24px;
  width: 72px;
  height: 72px;
}
.am-ty-section .ty-section__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.am-ty-section .ty-section__info {
  width: 100%;
  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: 24px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
  padding: 23px 0;
}
.am-ty-section .ty-section__info .item {
  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;
}
.am-ty-section .ty-section__info .item span {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.am-ty-section .ty-section__info .item b {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Montserrat";
  color: #333333;
}
.am-ty-section .ty-section__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 48px 0 24px;
  width: 100%;
}
@media (max-width: 1080px) {
  .am-ty-section .ty-section__btns {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.am-ty-section .ty-section__btns a,
.am-ty-section .ty-section__btns button {
  width: 100%;
}
@media (max-width: 1080px) {
  .am-ty-section .ty-section__btns a,
  .am-ty-section .ty-section__btns button {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__btns a,
  .am-ty-section .ty-section__btns button {
    max-width: 100%;
  }
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__btns a:first-of-type,
  .am-ty-section .ty-section__btns button:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.am-ty-section .ty-section__total {
  display: none;
  padding: 24px 0;
  border-bottom: 1px dashed #CBCBCB;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__total {
    display: block;
    width: 100%;
  }
}
.am-ty-section .ty-section__total .ty-section__details-price {
  width: 100%;
}
.am-ty-section .ty-section__text {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}
.am-ty-section .ty-section__text a {
  color: #B17EB1;
  text-decoration: underline;
}
@media (hover: hover) {
  .am-ty-section .ty-section__text a:hover {
    text-decoration-color: transparent;
  }
}
.am-ty-section .ty-section__details {
  padding: 48px 16px 48px 47px;
  border-left: 1px solid #8B8B8B;
  width: 458px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  min-height: 0;
}
@media (max-width: 1080px) {
  .am-ty-section .ty-section__details {
    width: 380px;
    padding: 48px 12px 24px 24px;
  }
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details {
    padding: 24px 16px 0;
    width: 100%;
    border: none;
    overflow: hidden;
  }
}
.am-ty-section .ty-section__details.active .ty-section__details-title {
  padding-bottom: 24px;
}
.am-ty-section .ty-section__details.active .ty-section__details-title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.am-ty-section .ty-section__details-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #B17EB1;
  pointer-events: none;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details-title {
    pointer-events: all;
    padding-bottom: 0;
  }
}
.am-ty-section .ty-section__details-title svg {
  width: 18px;
  height: 11px;
  stroke: #B17EB1;
  display: none;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details-title svg {
    display: block;
  }
}
.am-ty-section .ty-section__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-y: auto;
  padding-right: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 99px;
  left: 47px;
  right: 16px;
  bottom: 36px;
}
@media (max-width: 1080px) {
  .am-ty-section .ty-section__details-wrapper {
    right: 12px;
    bottom: 24px;
    left: 24px;
  }
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details-wrapper {
    position: static;
    padding-right: 0;
  }
}
@media (min-width: 767px) {
  .am-ty-section .ty-section__details-wrapper {
    height: auto !important;
  }
}
.am-ty-section .ty-section__details-wrapper::-webkit-scrollbar {
  width: 16px;
  height: 3px;
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.am-ty-section .ty-section__details-wrapper::-webkit-scrollbar-track {
  background: #E9E9E9;
  border-radius: 111px;
}
.am-ty-section .ty-section__details-wrapper::-webkit-scrollbar-thumb {
  border-radius: 111px;
  background: #B17EB1;
  border: 4px solid #E9E9E9;
}
.am-ty-section .ty-section__details-wrapper::after {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.33%, #FBFBFB), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FBFBFB 27.33%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 766px) {
  .am-ty-section .ty-section__details-wrapper::after {
    display: none;
  }
}
.am-ty-section .ty-section__details-total {
  position: sticky;
  bottom: 0;
  width: calc(100% + 1px);
  background-color: #FBFBFB;
  padding: 23px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: auto;
}
.am-ty-section .ty-section__details-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 8px 0;
}
.am-ty-section .ty-section__details-price span {
  color: #8B8B8B;
}
.am-ty-section .ty-section__details-price b {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.am-ty-section .ty-section__details .button {
  color: #FBFBFB;
}
.am-ty-section .ty-section__details .order-card .total {
  position: relative;
}
.am-ty-section .ty-section__details .order-card .total::after {
  top: 16px;
  left: 0;
  width: 100%;
  position: absolute;
  border-top: 1px dashed #CBCBCB;
}

.am-not-found .not-found__content {
  padding: 160px 0 120px;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.am-not-found .not-found__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #B17EB1;
}
.am-not-found .button {
  width: 100%;
  max-width: 400px;
}
/*# sourceMappingURL=style.min.css.map */
