::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(128, 128, 128, 0.06);
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.13);
}

::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 11px;
  border: 2px solid transparent;
  background-clip: content-box;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #221F2E;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(145, 145, 145, 0.13);
  backdrop-filter: grayscale(100%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-wrapper {
  width: 100%;
  padding: 24px;
  position: relative;
  max-width: 544px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 20px;
  cursor: auto;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper {
    margin: 21px 16px;
  }
}
.modal[data-is-open=true] {
  display: flex;
}
.modal__close-btn {
  margin-left: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.btn {
  width: fit-content;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #F9F5F0;
}
.btn__primary {
  color: #221F2E;
  background: #F9F5F0;
}
.btn__primary:hover {
  background-color: transparent;
  color: #F9F5F0;
}
.btn__disabled {
  border: 1px solid transparent;
  background-color: #919191;
  color: #F9F5F0;
}

.icon-btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: inherit;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.menu-icon {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M6.6665 10H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6665 20H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6665 30H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.close-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8188 0.848424L0.848284 17.819L-0.000244141 16.9705L16.9703 -0.000103474L17.8188 0.848424Z' fill='%23919191'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000244123 0.848426L16.9703 17.819L17.8188 16.9705L0.848284 -0.000102043L-0.000244123 0.848426Z' fill='%23919191'/%3E%3C/svg%3E");
}

.left-arrow-icon {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrows / left'%3E%3Cpath id='Vector' d='M10.6667 32H53.3334' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M28.777 49.5557L11 31.7779L28.7774 14.0001' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.left-arrow-icon[data-is-active=true] {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrows / left'%3E%3Cpath id='Vector' d='M10.6667 32H53.3334' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M28.777 49.5557L11 31.7779L28.7774 14.0001' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.right-arrow-icon {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M10.6667 32H53.3334' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5561 14.2222L53.3331 32L35.5557 49.7777' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.right-arrow-icon[data-is-active=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M10.6667 32H53.3334' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5561 14.2222L53.3331 32L35.5557 49.7777' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ok-icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3334 4L6.00008 11.3333L2.66675 8' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M4.5 12H20.5' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.3335L20.4999 12.0002L13.8334 18.6668' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small-dark {
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M4.5 12H20.5' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.33334L20.4999 12L13.8334 18.6667' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small-light {
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H20' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3335 5.33331L19.9999 12L13.3334 18.6666' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.input {
  position: relative;
}
.input__label {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 16px;
  color: #919191;
  transition: all ease-in-out 100ms;
}
.input__input {
  width: 100%;
  padding: 25px 20px 8px;
  outline: none;
  border: none;
  border-radius: 20px;
  background-color: #F7F7FD;
  font-size: 16px;
  color: #212121;
}
.input__input:focus ~ .input__label {
  top: 10px;
  left: 18px;
  font-size: 12px;
}
.input__input:valid ~ .input__label {
  top: 10px;
  left: 18px;
  font-size: 12px;
}

.radio-btn {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.radio-btn__button {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #F9F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-btn__button > i {
  display: none;
}
.radio-btn__button:hover {
  background-color: #F9F5F0;
}
.radio-btn[data-is-active=true] > .radio-btn__button {
  background-color: #F9F5F0;
}
.radio-btn[data-is-active=true] > .radio-btn__button > i {
  display: flex;
}

.footer {
  margin-top: 40px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #919191;
  width: 100%;
  max-width: 1696px;
}
@media only screen and (max-width: 1920px) {
  .footer {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .footer {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    max-width: 920px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 490px) {
  .footer {
    padding: 20px;
  }
}
.footer__links {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 490px) {
  .footer__links {
    padding-top: 60px;
  }
}
.footer__links a {
  padding-top: 3px;
}
.footer__links a:hover {
  opacity: 0.8;
}
.footer__date-created {
  width: 100px;
  text-align: end;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .header {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 690px) {
  .header {
    margin-top: 20px;
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.header__nav a {
  font-size: 18px;
  cursor: pointer;
  color: #F9F5F0;
}
.header__nav a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 620px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: none;
}
@media only screen and (max-width: 620px) {
  .header__menu {
    display: flex;
  }
}
.header__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  background-color: #221F2E;
  color: #F9F5F0;
}
.header__menu-wrapper[data-is-open=true] {
  display: flex;
}
.header__menu-wrapper a {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
  color: #F9F5F0;
}
.header__menu-wrapper button {
  position: absolute;
  top: 22px;
  right: 11px;
  padding: 12px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #221F2E;
  color: #F9F5F0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}

.page {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1696px;
}
@media only screen and (max-width: 1920px) {
  .wrapper {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 920px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}

.block-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.light-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F9F5F0;
  color: #221F2E;
}

.general-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 45vh;
  margin-top: 100px;
  background-image: url("~/../../src/assets/ring.png");
  background-repeat: no-repeat;
  background-size: 240px 240px;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .general-desktop {
    display: none;
  }
}
.general-desktop p {
  text-align: end;
  font-family: "Playfair Display";
  font-size: 72px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .general-desktop p {
    font-size: 60px;
  }
}
.general-desktop__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.general-desktop__left__btn {
  display: flex;
  gap: 8px;
}
.general-desktop__left__btn .right-arrow-icon-small-light {
  display: none;
}
.general-desktop__left__btn:hover .right-arrow-icon-small-dark {
  display: none;
}
.general-desktop__left__btn:hover .right-arrow-icon-small-light {
  display: flex;
}
.general-desktop__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  max-width: 48%;
}
.general-desktop__right span {
  max-width: 293px;
}

.general-tablet {
  margin-top: 40px;
  display: none;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .general-tablet {
    display: flex;
  }
}
@media only screen and (max-width: 690px) {
  .general-tablet {
    display: none;
  }
}
.general-tablet p {
  font-family: "Playfair Display";
  font-size: 72px;
  font-weight: 500;
}
.general-tablet__middle {
  display: inline-flex;
  margin-top: 20px;
}
.general-tablet__middle img {
  margin-left: 100px;
}
.general-tablet__middle span {
  margin-left: 60px;
  text-align: end;
}
.general-tablet__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 8px;
}
.general-tablet__btn .right-arrow-icon-small-light {
  display: none;
}
.general-tablet__btn:hover .right-arrow-icon-small-dark {
  display: none;
}
.general-tablet__btn:hover .right-arrow-icon-small-light {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .general-tablet__btn {
    right: 20px;
  }
}

.general-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 690px) {
  .general-mobile {
    display: flex;
  }
}
.general-mobile p {
  max-width: 90%;
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.general-mobile span {
  max-width: 90%;
  display: block;
  margin-top: 24px;
}
.general-mobile img {
  width: 156px;
  height: 156px;
}
.general-mobile__btn {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}
.general-mobile__btn .right-arrow-icon-small-light {
  display: none;
}
.general-mobile__btn:hover .right-arrow-icon-small-dark {
  display: none;
}
.general-mobile__btn:hover .right-arrow-icon-small-light {
  display: flex;
}

.details {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  margin-bottom: 220px;
}
@media only screen and (max-width: 1024px) {
  .details {
    margin-bottom: 0;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 690px) {
  .details {
    margin-top: 80px;
  }
}
.details__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 620px) {
  .details__header {
    flex-direction: column;
    gap: 16px;
  }
}
.details__header p {
  font-size: 48px;
  font-weight: 500;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 620px) {
  .details__header p {
    font-size: 32px;
  }
}
.details__header span {
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 620px) {
  .details__header span {
    width: 100%;
  }
}
.details__left {
  margin-top: 40px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .details__left {
    width: 100%;
  }
}
.details__left__subtitle {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .details__left__subtitle {
    display: none;
  }
}
.details__left__list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .details__left__list {
    margin-top: 0;
  }
}
.details__left__list span {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
}
.details__left__list > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
}
.details__bg {
  /*background-image: url("~/../../src/assets/pair.png");*/
  /*background-repeat: no-repeat;*/
  /*background-size: 710px 526px;*/
  /*background-position: right 0 bottom 160px;*/
}
@media only screen and (max-width: 1440px) {
  .details__bg {
    background-size: 610px 480px;
    background-position: right 0 bottom 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .details__bg {
    background-size: 500px 400px;
    background-position: right 0 bottom 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .details__bg {
    background-image: none;
  }
}

.details-background {
  padding-left: 20px;
  padding-bottom: 100px;
  padding-top: 20px;
  display: none;
  background-color: #221F2E;
  justify-content: end;
  max-height: 526px;
}
@media only screen and (max-width: 1024px) {
  .details-background {
    display: flex;
  }
}
@media only screen and (max-width: 690px) {
  .details-background {
    padding-bottom: 60px;
  }
}
.details-background img {
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.services {
  padding-top: 40px;
}
.services > p {
  font-size: 48px;
  font-family: "Playfair Display";
  font-weight: 500;
}
@media only screen and (max-width: 620px) {
  .services > p {
    font-size: 32px;
  }
}
.services__wrapper {
  margin-top: 20px;
  width: 100%;
  display: grid;
  gap: 80px 160px;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 1200px) {
  .services__wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 690px) {
  .services__wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 620px) {
  .services__wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services__item p {
  font-size: 24px;
  font-weight: 500;
  font-family: "Playfair Display";
}
.services__item div {
  display: flex;
  justify-content: center;
}
.services__item div img {
  max-width: 100%;
}

.catalog {
  padding-top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .catalog {
    flex-direction: column;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 690px) {
  .catalog {
    padding-top: 60px;
  }
}
.catalog__header__title {
  font-size: 48px;
  font-weight: 500;
  font-family: "Playfair Display";
}
.catalog__header__sub-title {
  margin-top: 24px;
  font-family: "Inter";
}
.catalog__header__mobile {
  display: none;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .catalog__header__mobile {
    display: flex;
  }
}
.catalog__header__desktop {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .catalog__header__desktop {
    display: none;
  }
}
.catalog__photos {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
}
.catalog__photos[data-is-active=false] {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .catalog__photos {
    display: none;
  }
}
.catalog__photos__box {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog__photos img {
  width: 280px;
  height: 100%;
  max-height: 100%;
  background-color: #F9F5F0;
  border-radius: 20px;
  object-fit: contain;
}
.catalog__photos-mobile {
  display: none;
  width: 100%;
  height: 80vh;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .catalog__photos-mobile {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 490px) {
  .catalog__photos-mobile {
    height: 40vh;
  }
}
.catalog__details {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
@media only screen and (max-width: 1200px) {
  .catalog__details {
    padding-left: 0;
  }
}
.catalog__details__info-wrapper {
  margin-top: 40px;
  margin-left: 40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  .catalog__details__info-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 490px) {
  .catalog__details__info-wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
.catalog__details__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog__details__item img {
  width: 32px;
  height: 32px;
}
.catalog__details__nav {
  margin-left: 40px;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.catalog__details__nav i {
  cursor: pointer;
}
.catalog__details__nav i[data-is-active=false] {
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  .catalog__details__nav {
    display: none;
  }
}

.catalog-swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.catalog-swiper__slide {
  background: #F9F5F0;
  border-radius: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.catalog-swiper__slide img {
  max-height: 100%;
  object-fit: contain;
}
.catalog-swiper__pagination {
  position: static !important;
}
.catalog-swiper__pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #919191 !important;
  opacity: 1 !important;
}
.catalog-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

.form {
  width: 100%;
  padding-top: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .form {
    flex-direction: column;
    gap: 0;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 690px) {
  .form {
    padding-top: 60px;
  }
}
.form__map-wrapper {
  width: 45vw;
  height: 45vw;
  min-width: 45vw;
  min-height: 45vw;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .form__map-wrapper {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
  }
}
@media only screen and (max-width: 490px) {
  .form__map-wrapper {
    height: 30vh;
    min-height: 30vh;
  }
}
.form__form-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form__form-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .form__form-contacts {
    margin-top: 40px;
  }
}
.form__form-contacts__title {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
}
.form__form-contacts__number {
  color: #F9F5F0;
}
.form__form-contacts__number:hover {
  opacity: 0.8;
}
.form__radio-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 490px) {
  .form__radio-wrapper .radio-btn__button {
    margin-bottom: -26px;
  }
}
.form__radio-wrapper > span {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 490px) {
  .form__radio-wrapper > span {
    flex-direction: column;
    align-items: start;
    margin-left: 34px;
  }
}
@media only screen and (max-width: 490px) {
  .form__radio-wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.form__form-btn {
  width: 100%;
  margin-top: auto;
  display: flex;
  gap: 8px;
}
.form__form-btn .right-arrow-icon-small-dark {
  display: none;
}
.form__form-btn-active .right-arrow-icon-small-dark {
  display: flex;
}
.form__form-btn-active .right-arrow-icon-small-light {
  display: none;
}
.form__form-btn-active:hover .right-arrow-icon-small-dark {
  display: none;
}
.form__form-btn-active:hover .right-arrow-icon-small-light {
  display: flex;
}

.modal-content {
  padding: 32px;
}
@media only screen and (max-width: 490px) {
  .modal-content {
    padding: 0;
  }
}
.modal-content p {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #221F2E;
}
.modal-content span {
  display: block;
  padding: 24px 40px;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 490px) {
  .modal-content span {
    padding: 24px 0;
  }
}

.privacy {
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
  background-color: #F9F5F0;
  color: #221F2E;
  font-family: "Playfair Display";
  cursor: auto;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}
.privacy__title {
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 490px) {
  .privacy__title {
    font-size: 32px;
  }
}
.privacy__content p {
  margin-top: 40px;
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: 500;
}
.privacy__content span {
  display: block;
  margin-top: 24px;
}

.cookies {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 40px 0;
  background-color: #221F2E;
}
@media only screen and (max-width: 768px) {
  .cookies {
    padding: 16px 16px 40px;
  }
}
.cookies__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 490px) {
  .cookies__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 490px) {
  .cookies__wrapper button {
    width: 100%;
  }
}
.cookies__info {
  text-align: center;
}

/*# sourceMappingURL=home.css.map */
