@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .desktop {
    display: inherit !important;
  }
}

@media (min-width: 992px) {
  .fade-hover {
    transition: 0.5s ease-in-out;
  }

  .fade-hover:hover {
    opacity: 0.7;
  }

  .primary-color-hover {
    transition: 0.5s ease-in-out;
  }

  .primary-color-hover:hover {
    color: #787878;
  }
}

@media (min-width: 992px) {
  .modal__body {
    padding: 20px 60px 80px;
  }
}

@media (min-width: 992px) {
  .btn-primary {
    transition: 0.3s background-color ease-in-out;
  }

  .btn-primary:hover {
    background-color: #B27C7D;
  }
}

@media (min-width: 992px) {
  .btn-primary {
    transition: 0.3s all ease-in-out;
    min-width: 152px;
  }

  .btn-primary.wide {
    min-width: 214px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  main {
    padding-inline: 20px;
  }
}

@media (min-width: 992px) {
  section {
    position: relative;
    padding-block: 80px;
    margin-inline: auto;
    margin-block: 20px;
    max-width: 1840px;
  }
}

@media (min-width: 992px) {
  section.spacious {
    padding-block: 160px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-inline: 20px;
  }
}

@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .breadcrumbs a {
    transition: 0.3s ease-in-out;
  }

  .breadcrumbs a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 94px;
    font-weight: 275;
    line-height: 1.06;
    letter-spacing: -1.88px;
  }
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 52px;
    font-style: normal;
    font-weight: 275;
    line-height: 1.25;
    letter-spacing: -1.04px;
  }
}

@media (min-width: 992px) {
  .footer {
    max-width: 1840px;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .footer__bottom,
  .footer__top {
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 28px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .footer__link {
    transition: 0.3s ease-in-out;
  }

  .footer__link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .footer .main-menu {
    display: block;
  }
}

@media (min-width: 1002px) {
  .footer__credit {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .footer .menu-item a {
    transition: 0.3s color ease-in-out;
  }

  .footer .menu-item a:hover {
    color: #B27C7D;
  }
}

@media (min-width: 992px) {
  body .gform_heading {
    padding-inline: 0;
  }
}

@media (min-width: 992px) {
  body .gform_title {
    font-size: 94px;
    font-style: normal;
    font-weight: 275;
    line-height: 100px;
    /* 106.383% */
    letter-spacing: -1.88px;
  }
}

@media (min-width: 992px) {
  body .gform_description {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body .gform_wrapper.gravity-theme #field_submit,
  body .gform_wrapper.gravity-theme .gform_footer {
    min-width: 152px;
  }
}

@media (min-width: 992px) {
  .dropdown__menu {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .dropdown__menu .big:last-of-type {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item {
    position: relative;
    max-width: 560px;
    margin-inline: auto;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    /* 125% */
    letter-spacing: -0.64px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item a {
    padding: 4px 16px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item.big {
    font-size: 52px;
    font-style: normal;
    font-weight: 275;
    line-height: 64px;
    /* 123.077% */
    letter-spacing: -1.04px;
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item.big:last-of-type {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item.mb-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item:before,
  .dropdown .menu-item:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item:before {
    inset-inline-end: 0;
    inset-block: 0;
    background-image: url(../.././assets/images/long-arrow.svg);
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-20px);
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item:after {
    bottom: 0;
    inset-inline: 0;
    height: 1px;
    background-color: #DCE1E6;
    width: 0;
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item:hover:before,
  .dropdown .menu-item:focus:before {
    opacity: 1;
    transform: translateX(0);
  }

  .dropdown .menu-item:hover:after,
  .dropdown .menu-item:focus:after {
    opacity: 1;
    width: 100%;
  }

  .rtl .dropdown .menu-item:hover:before,
  .rtl .dropdown .menu-item:focus:before {
    transform: translateX(0) rotate(180deg);
  }
}

@media (min-width: 992px) {
  .dropdown .menu-item:not(.big):first-of-type {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .header .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header {
    padding-block: 16px;
    padding-inline: 80px;
  }
}

@media (min-width: 992px) {
  .header__wrapper {
    max-width: 1840px;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .header__link {
    transition: 0.3s ease-in-out;
  }

  .header__link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .header__link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
}

@media (min-width: 992px) {
  .header__lan > .menu-item {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .header__lan > .menu-item,
  .header__lan .wpml-ls {
    transition: 0.3s color ease-in-out;
  }

  .header__lan > .menu-item:hover,
  .header__lan .wpml-ls:hover {
    color: #B69C75;
  }
}

@media (min-width: 992px) {
  .header__navigator {
    transition: 0.3s ease-in-out;
  }

  .header__navigator:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
  .header__img {
    height: 30px;
  }
}

@media (min-width: 992px) {
  .header__lines {
    width: 28px;
  }
}

@media (min-width: 992px) {
  .accordion-item .accordion {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .background-box {
    padding: 120px;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .background-box__title {
    font-size: 52px;
    font-weight: 275;
    line-height: 64px;
    /* 123.077% */
    letter-spacing: -1.04px;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .background-box__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    /* 162.5% */
  }
}

@media (min-width: 992px) {
  .swiper-navigation {
    gap: 40px;
  }
}