@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');


@keyframes f-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomInUp {
  0% {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  to {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  to {
    transform: translateX(100%);
  }
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  to {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  to {
    transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: Tenor Sans;
  font-display: swap;
  src: url(../fonts/Tenor Sans-Bold.woff2) format("woff2"),
    url(../fonts/Tenor Sans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Tenor Sans;
  font-display: swap;
  src: url(../fonts/Tenor Sans-Medium.woff2) format("woff2"),
    url(../fonts/Tenor Sans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Tenor Sans;
  font-display: swap;
  src: url(../fonts/Tenor Sans-Light.woff2) format("woff2"),
    url(../fonts/Tenor Sans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Jost;
  font-display: swap;
  src: url(../fonts/Jost-Light.woff2) format("woff2"),
    url(../fonts/Jost-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Jost;
  font-display: swap;
  src: url(../fonts/Jost-Medium.woff2) format("woff2"),
    url(../fonts/Jost-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Tenor Sans;
  font-display: swap;
  src: url(../fonts/Tenor Sans-Regular.woff2) format("woff2"),
    url(../fonts/Tenor Sans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Jost;
  font-display: swap;
  src: url(../fonts/Jost-Regular.woff2) format("woff2"),
    url(../fonts/Jost-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:root {
  --mainColor: #fff;
  --blackColor: #1c1c1c;
  --goldColor: #bb955c;
  --blueColor: #0f2d4e;
  --grayColor: rgba(255, 255, 255, 0.54);
  --darkGrayColor: #595959;
  --index: calc(1vw + 1vh);
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
body,
html {
  height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-family: "Jost";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: var(--mainColor);
}
button,
input,
textarea {
  font-family: "Jost";
  font-size: inherit;
}
button {
  cursor: pointer;
  background-color: inherit;
}
a,
button {
  color: inherit;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
.wrapper--main {
  overflow: hidden;
}
[class*="__container"] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
section {
  margin-bottom: 90px;
}
.subtitle,
.title {
  transform: translate(0, 120%);
  opacity: 0;
}
.title {
  color: var(--blackColor);
  font-family: "Tenor Sans";
  font-size: 40px;
  font-weight: 700;
  line-height: 120.6%;
  letter-spacing: 2.5px;
  transition: all 0.6s ease 0s;
}
.subtitle.anim-active,
.title.anim-active {
  opacity: 1;
  transform: translate(0, 0);
}
.subtitle {
  padding-left: 41px;
  position: relative;
  transition: all 0.6s ease 0.4s;
}
.subtitle span {
  color: var(--grayColor);
  font-size: 18px;
  font-weight: 300;
  line-height: 118%;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}
.subtitle::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 16px;
  top: 0;
  left: 0;
  background: url(../img/icons/line-subtitle.svg) no-repeat;
}
.btn {
  display: flex;
  align-items: center;
  column-gap: 20px;
  border: 1.5px solid var(--goldColor);
  padding: 25px 60px;
}
.btn span {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .btn {
    transition: background-color 0.5s ease 0s;
  }
  .btn:hover {
    background-color: var(--goldColor);
  }
}
.btn-form {
  background-color: var(--goldColor);
}
.btn-form span {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.84px;
  transition: color 0.5s ease 0s;
}
.btn-form svg path {
  transition: fill 0.5s ease 0s;
}
@media (any-hover: hover) {
  .btn-form {
    transition: background-color 0.5s ease 0s;
  }
  .btn-form:hover {
    background-color: transparent;
  }
  .btn-form:hover span {
    color: var(--blackColor);
  }
  .btn-form:hover svg path {
    fill: var(--blackColor);
  }
}
.input,
.label {
  line-height: 120%;
}
.label {
  margin-bottom: 4px;
  display: block;
  color: var(--darkGrayColor);
  font-size: 12px;
  letter-spacing: 0.84px;
}
.label span {
  color: #ea4815;
}
.input {
  color: var(--blackColor);
  font-size: 17px;
  letter-spacing: 1.19px;
  width: 100%;
  padding: 10px 20px;
  background-color: #f5f5f5;
  height: 50px;
}
.input::placeholder {
  color: #d3d3d3;
}
.social {
  display: flex;
  column-gap: 15px;
}
.social__link {
  border: 1.5px solid var(--goldColor);
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .social__link {
    transition: all 0.5s ease 0s;
  }
  .social__link:hover {
    background-color: var(--goldColor);
  }
}
.controlls-slider {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.controlls-slider.disable {
  display: none;
}
.controlls-slider__arrow {
  border: 1.5px solid var(--goldColor);
  flex: 0 0 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.controlls-slider__arrow svg path {
  transition: all 0.5s ease 0s;
}
@media (any-hover: hover) {
  .controlls-slider__arrow {
    transition: all 0.5s ease 0s;
  }
  .controlls-slider__arrow:hover {
    background-color: var(--goldColor);
  }
  .controlls-slider__arrow:hover svg path {
    stroke: var(--mainColor);
  }
}
.dotts {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin: 0 30px;
}
.dotts .swiper-pagination-bullet {
  cursor: pointer;
  flex: 0 0 5px;
  height: 5px;
  background-color: #d3d3d3;
  transition: background-color 0.3s ease 0s;
}
.dotts .swiper-pagination-bullet-active {
  background-color: var(--goldColor);
}
.popup .f-button.is-close-btn,
[class*="copyrights-pane"] {
  display: none !important;
}
[class*="ground-pane"] {
  filter: grayscale(1);
}
.fancybox__content {
  width: 100%;
  background: 0 0 !important;
  padding: 0 !important;
}
.fancybox__container {
  max-width: 100%;
}
html.with-fancybox body.hide-scrollbar {
  width: 100% !important;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
@media (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
  .subtitle span {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  section {
    margin-bottom: 50px;
  }
  .btn {
    padding: 24px 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .btn span {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .title {
    font-size: 35px;
    letter-spacing: 1.75px;
  }
  .controlls-slider {
    justify-content: space-between;
  }
}
.swiper-wrapper.disabled {
  transform: translate3d(0, 0, 0) !important;
}
.burger-arrow-disable,
.burger-dotts-disable,
.controlls-slider.disabled {
  display: none;
}
.disable-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.balloon {
  max-width: 150px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.balloon__image {
  margin-bottom: 10px;
  display: block;
}
.balloon__image img {
  width: 130px;
  height: 82px;
  object-fit: cover;
}
.balloon__title {
  margin-bottom: 5px;
  display: block;
  color: var(--darkGrayColor);
  font-size: 9px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.balloon__price {
  color: var(--blackColor);
  font-size: 10.788px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.755px;
}
#mapObjectMob,
.ymaps-2-1-79-balloon__close,
.ymaps-2-1-79-balloon__tail:after {
  display: none;
}
.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
}
.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
}
.header.header--main {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 102;
}
.header.header--page {
  background-color: var(--blueColor);
  margin-bottom: 40px;
}
.header__body {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.logo {
  margin-right: 80px;
  z-index: 6;
}
.logo__img {
  width: 190px;
}
.logo__text {
  color: var(--grayColor);
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.715px;
  text-transform: uppercase;
}
.menu {
  flex: 1 1 auto;
}
.menu__list {
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.menu__link {
  font-size: 17px;
  line-height: normal;
  letter-spacing: 1.19px;
}
@media (any-hover: hover) {
  .menu__link {
    transition: color 0.3s ease 0s;
  }
  .menu__link:hover {
    color: var(--goldColor);
  }
}
.menu__link--active {
  color: var(--goldColor);
}
.actions-header,
.actions-header__phone {
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.actions-header__phone {
  column-gap: 10px;
}
.actions-header__phone img,
.burder-menu__phone img {
  width: 25px;
  height: 25px;
}
.actions-header__phone span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (any-hover: hover) {
  .actions-header__phone {
    transition: all 0.3s ease 0s;
  }
  .actions-header__phone:hover {
    color: var(--goldColor);
  }
}
.actions-header__burder {
  z-index: 5;
}
.actions-header__menu-icon {
  position: relative;
  width: 37px;
  height: 20px;
  cursor: pointer;
  z-index: 104;
}
.actions-header__menu-icon span,
.actions-header__menu-icon::after,
.actions-header__menu-icon::before {
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
}
.actions-header__menu-icon::before {
  top: 0;
}
.actions-header__menu-icon::after {
  bottom: 0;
}
.actions-header__menu-icon span {
  top: calc(50% - 0.0625rem);
}
.actions-header__menu-icon.burder-active span {
  width: 0;
}
.actions-header__menu-icon.burder-active::before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.actions-header__menu-icon.burder-active::after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
.burder-menu {
  background-color: var(--blueColor);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 103;
  overflow: auto;
  transition: all 0.3s ease 0s;
}
.burder-menu.menu-open {
  right: 0;
}
.burder-menu__body {
  padding-top: 204px;
  padding-bottom: 120px;
  display: flex;
}
.burder-menu__slider {
  flex: 0 1 430px;
  margin-left: 0 !important;
  margin-right: 300px !important;
}
.burder-menu__swiper-wrapper {
  height: auto !important;
}
.burder-menu__row:not(:last-child) {
  margin-bottom: 30px;
}
.burder-menu__schedule,
.burder-menu__text {
  margin-bottom: 5px;
  color: var(--grayColor);
  font-size: 12px;
  line-height: 140.5%;
  letter-spacing: 0.24px;
}
.burder-menu__text {
  font-size: 14px;
  letter-spacing: 0.28px;
}
.burder-menu__phone {
  display: flex;
  align-items: center;
  column-gap: 10px;
  display: block;
}
.burder-menu__phone span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (any-hover: hover) {
  .burder-menu__phone {
    transition: all 0.3s ease 0s;
  }
  .burder-menu__phone:hover {
    color: var(--goldColor);
  }
}
.burder-menu__phone:not(:last-child) {
  margin-bottom: 5px;
}
.burder-menu__button {
  margin-top: 10px;
  border-bottom: 1px dashed var(--goldColor);
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.54px;
}
@media (any-hover: hover) {
  .burder-menu__button {
    transition: color 0.3s ease 0s;
  }
  .burder-menu__button:hover {
    color: var(--goldColor);
  }
}
.burder-menu__location {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.66px;
}
.burder-menu__social {
  margin-top: 14px;
}
.slide-burger__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
}
.slide-burger__item:not(:last-child) {
  margin-bottom: 5px;
}
.slide-burger__link {
  color: var(--grayColor);
  font-size: 30px;
  line-height: 181.5%;
}
@media (any-hover: hover) {
  .slide-burger__link {
    transition: color 0.3s ease 0s;
  }
  .slide-burger__link:hover {
    color: var(--goldColor);
  }
}
@media (max-width: 1190px) {
  .logo {
    margin-right: 50px;
  }
  .actions-header__phone span {
    font-size: 18px;
  }
  .actions-header__phone--page span {
    display: none;
  }
  .burder-menu__body {
    justify-content: space-around;
  }
  .burder-menu__slider {
    flex: 0 1 430px;
    margin-right: 30px !important;
  }
}
@media (max-width: 991px) {
  .burder-menu__body {
    padding-top: 150px;
  }
  .actions-header__phone span,
  .menu__list--page {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__body {
    padding: 15px 0;
  }
  .menu__list--main {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 0;
  }
  .header__body {
    padding: 15px;
    background-color: var(--blueColor);
  }
  .burder-menu__body {
    padding-top: 85px;
    display: block;
  }
  .burder-menu {
    height: 100%;
  }
  .burder-menu__slider,
  .header.header--page {
    margin-bottom: 30px;
  }
  .slide-burger__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .slide-burger__link {
    font-size: 20px;
    line-height: 160%;
  }
}
@media (max-width: 520px) {
  .header.header--main {
    position: initial;
  }
  .header__body {
    padding: 10px;
  }
  .logo__img {
    width: 130px;
  }
  .logo__text {
    font-size: 8.244px;
    letter-spacing: 0.577px;
  }
  .burder-menu {
    top: 51px;
  }
  .burder-menu__body {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
.footer {
  background-color: var(--blueColor);
}
.footer__body {
  padding: 250px 0 50px;
  display: flex;
  column-gap: 30px;
}
.footer__body--page {
  padding-top: 90px;
}
.footer__left {
  flex: 0 0 216px;
}
.footer__logo {
  margin-bottom: 10px;
  display: block;
}
.footer__logo img {
  width: 215px;
}
.footer__text {
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.42px;
}
.footer__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding: 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 79.5%;
  color: var(--grayColor);
}
@media (any-hover: hover) {
  .footer__bottom a {
    transition: all 0.3s ease 0s;
  }
  .footer__bottom a:hover {
    color: var(--mainColor);
  }
}
.city-nav {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.city-nav__link {
  color: var(--grayColor);
  font-size: 15px;
  line-height: 181.5%;
}
@media (any-hover: hover) {
  .city-nav__link {
    transition: all 0.3s ease 0s;
  }
  .city-nav__link:hover {
    color: var(--goldColor);
  }
}
.agency-footer {
  flex: 0 1 216px;
}
.agency-footer__link {
  color: var(--grayColor);
  font-size: 15px;
  line-height: 181.5%;
}
@media (any-hover: hover) {
  .agency-footer__link {
    transition: all 0.3s ease 0s;
  }
  .agency-footer__link:hover {
    color: var(--goldColor);
  }
}
.contacts-footer {
  flex: 0 0 216px;
}
.contacts-footer__text {
  margin-bottom: 5px;
  color: var(--grayColor);
  font-size: 12px;
  line-height: 140.5%;
  letter-spacing: 0.24px;
}
.contacts-footer__phone {
  margin-bottom: 5px;
  display: block;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.contacts-footer__phone img {
  width: 20px;
  height: 20px;
}
.contacts-footer__phone span {
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 1.26px;
}
@media (any-hover: hover) {
  .contacts-footer__phone {
    transition: all 0.3s ease 0s;
  }
  .contacts-footer__phone:hover {
    color: var(--goldColor);
  }
}
.contacts-footer__button {
  margin: 5px 0 30px;
  border-bottom: 1.5px dashed var(--goldColor);
}
@media (any-hover: hover) {
  .contacts-footer__button {
    transition: all 0.3s ease 0s;
  }
  .contacts-footer__button:hover {
    color: var(--goldColor);
  }
}
.contacts-footer__social {
  margin: 14px 0 30px;
}
.contacts-footer__info {
  color: var(--grayColor);
  font-size: 14px;
  line-height: 140.5%;
  letter-spacing: 0.28px;
}
@media (max-width: 1190px) {
  .agency-footer {
    flex: 0 1 150px;
  }
}
@media (max-width: 991px) {
  .footer__body {
    column-gap: 20px;
  }
  .footer__left {
    flex: 0 0 150px;
  }
  .footer__logo img {
    width: 150px;
  }
  .agency-footer {
    display: none;
  }
  .city-nav__link,
  .footer__text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__body {
    display: block;
  }
  .footer__body--page {
    padding-top: 40px;
  }
  .footer__logo img {
    width: 215px;
  }
  .footer__left {
    margin-bottom: 30px;
  }
  .city-nav {
    display: none;
  }
  .footer__bottom {
    padding: 20px 0;
    font-size: 12px;
  }
  .footer__text {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .footer__body {
    padding: 220px 0 45px;
  }
  .footer__body--page {
    padding-top: 30px;
  }
  .footer__bottom {
    font-size: 14px;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }
}
.form {
  margin-bottom: -161px;
  z-index: 2;
  position: relative;
}
.form__body {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 4px 40px 8px rgba(0, 0, 0, 0.05);
}
.form__title {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-family: "Tenor Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.8px;
}
.form__text {
  margin-bottom: 40px;
  max-width: 645px;
  color: var(--darkGrayColor);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.26px;
}
.form__top {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  column-gap: 30px;
}
.form__item {
  flex: 0 1 33.333%;
}
.form__button {
  height: 50px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.form-popup__button span,
.form__policy,
.mainblock__item span {
  color: var(--darkGrayColor);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.84px;
}
@media (max-width: 991px) {
  .form__body {
    padding: 30px;
  }
  .form__top {
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .form__top {
    display: block;
  }
  .form__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .form__title {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .form__text {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}
@media (max-width: 370px) {
  .form__body {
    padding: 20px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  z-index: 150;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  z-index: 150;
}
.popup__content {
  max-width: 459px;
  padding: 48px;
  background-color: #fff;
  box-shadow: 0 4px 40px 8px rgba(0, 0, 0, 0.05);
}
.popup__close {
  display: block;
  margin: -20px -20px 0 auto;
  cursor: pointer;
}
.popup__top {
  text-align: center;
}
.popup__title {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-family: "Tenor Sans";
  font-size: 33px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.65px;
}
.popup__subtitle {
  margin-bottom: 40px;
  color: var(--darkGrayColor);
  line-height: 120%;
  letter-spacing: 1.12px;
}
.popup__subtitle--th {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1.4px;
}
.popup__icon {
  margin-bottom: 10px;
}
.form-popup__item {
  margin-bottom: 20px;
}
.form-popup__button {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-popup__button span,
.mainblock__item span {
  color: var(--mainColor);
  font-weight: 600;
  text-transform: uppercase;
}
.form-popup__button img {
  width: 33px;
}
.form-popup__policy {
  color: var(--darkGrayColor);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.84px;
}
@media (max-width: 380px) {
  .popup__content {
    padding: 30px;
  }
  .popup__title {
    font-size: 29px;
  }
  .form-popup__policy {
    font-size: 10px;
  }
}
.mainblock {
  background-color: var(--blueColor);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mainblock__body {
    width: 62%;
    z-index: 100;
    position: relative;
    background-color: var(--blueColor);
  }
  .mainblock__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  .mainblock__image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vw;
    width: 45%;
  }
  .mainblock__image {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    
  }
}
.mainblock__image img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height:100vh;
}
@media (min-width: 768px) {
  .mainblock__image img {
    min-height: 100vh;
  }
}
.mainblock__subtitle {
  margin-bottom: 8px;
}
.mainblock__title {
  margin-bottom: 26px;
  font-family: "Tenor Sans";
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 7px;
  transform: translate(0, 120%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.mainblock__title.anim-active {
  opacity: 1;
  transform: translate(0, 0);
}
.mainblock__text {
  margin-bottom: 70px;
  max-width: 600px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1.68px;
}
.mainblock__button {
  max-width: 386px;
}
.mainblock__items {
  margin-top: -94px;
  display: flex;
  position: relative;
  z-index: 100;
  width: 133.33%;
}
.mainblock__item {
  width: 33.33%;;
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.75px;
  color: var(--grayColor);
}
.mainblock__item span {
  font-family: "Tenor Sans";
  font-size: 46px;
  font-weight: 300;
  line-height: 120.6%;
  letter-spacing: 2.3px;
  display: block;
}
.mainblock__item--blur {
  background-color: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(7.5px);
}
@media (max-width: 1190px) {
  .mainblock {
    height: 100%;
  }
  .mainblock__title {
    font-size: 70px;
  }
  .mainblock__text {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .mainblock__title {
    font-size: 54px;
  }
  .mainblock__text {
    font-size: 18px;
    max-width: 442px;
  }
  .mainblock__button {
    padding: 25px 50px;
  }
  .mainblock__items {
    margin-top: -113px;
  }
  .mainblock__item {
    font-size: 10px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .mainblock__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .mainblock__container {
    margin: 0;
    padding-bottom: 40px;
  }
  .mainblock__content {
    margin-top: 30px;
  }
  .mainblock__items {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .mainblock__item {
    padding: 20px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .mainblock__item span {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 1.9px;
  }
  .mainblock__item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mainblock__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mainblock__item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mainblock__item--blur {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: none;
  }
  .mainblock__image {
    position: relative;
    padding-bottom: 78%;
  }
  .mainblock__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mainblock__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(15, 45, 78, 0) 66.67%,
      #0f2d4e 93.23%
    );
  }
}
@media (max-width: 520px) {
  .mainblock__content {
    margin-top: 30px;
  }
  .subtitle span {
    font-size: 15px;
    letter-spacing: 1.05px;
  }
  .mainblock__title {
    margin-bottom: 20px;
    font-size: 57px;
    line-height: 67px;
    letter-spacing: 3.99px;
  }
  .mainblock__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.19px;
  }
  .mainblock__button {
    padding: 24px 0;
  }
  .mainblock__image {
    padding-bottom: 66%;
  }
}
@media (max-width: 370px) {
  .mainblock__item {
    padding: 20px 10px 20px 20px;
    font-size: 11px;
  }
  .mainblock__title {
    font-size: 47px;
  }
}
.catalog__title {
  margin-bottom: 40px;
}
.catalog__buttons {
  padding-bottom: 20px;
  display: flex;
  column-gap: 40px;
}
.catalog__button-tab {
  color: var(--darkGrayColor);
  font-size: 22px;
  line-height: 120.6%;
  letter-spacing: 1.1px;
  border-bottom: 1px solid transparent;
}
.catalog__button-tab.active-tabBtn {
  border-bottom: 1px solid var(--goldColor);
  color: var(--goldColor);
}
@media (any-hover: hover) {
  .catalog__button-tab {
    transition: all 0.3s ease 0s;
  }
  .catalog__button-tab:hover {
    color: var(--goldColor);
  }
}
.catalog__tab,
.catalog__tabs {
  overflow: hidden;
}
.catalog__tab {
  opacity: 0;
  height: 0;
  transition: all 0.7s ease 0s;
}
.catalog__tab--active {
  display: block;
  overflow: visible;
  opacity: 1;
  height: 430px;
}
.tab-catalog__items {
  display: flex;
}
.tab-catalog__item {
  padding: 20px 20px 30px;
  flex: 0 1 240px;
  position: relative;
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
}
.tab-catalog__item::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(15, 45, 78, 0.3) 0,
    rgba(15, 45, 78, 0.3) 100%
  );
  z-index: 1;
  transition: opacity 0.5s ease 0s;
}
@media (any-hover: hover) {
  .tab-catalog__item:hover .tab-catalog__content {
    margin-bottom: 0;
  }
  .tab-catalog__item:hover::before {
    opacity: 0;
  }
  .tab-catalog__item:hover .tab-catalog__image img {
    filter: grayscale(0);
  }
}
.slide-brokers__image img,
.tab-catalog__image,
.tab-catalog__image img,
.tab-catalog__item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide-brokers__image img,
.tab-catalog__image img {
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.3s ease 0s;
}
.tab-catalog__object {
  display: inline-block;
  padding: 5px 7px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.tab-catalog__content {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-bottom: -73px;
  transition: margin-bottom 0.5s ease 0s;
}
.tab-catalog__quantity {
  color: var(--grayColor);
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.91px;
}
.tab-catalog__quantity span {
  color: var(--mainColor);
  font-weight: 500;
}
.tab-catalog__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 120.6%;
  letter-spacing: 1.1px;
}
.tab-catalog__button {
  margin-top: 33px;
  width: 100%;
  background-color: var(--goldColor);
  border: 1.5px solid var(--goldColor);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-catalog__button span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .tab-catalog__button {
    transition: all 0.5s ease 0s;
  }
  .tab-catalog__button:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 991px) {
  .tab-catalog__item {
    min-height: 350px;
  }
  .tab-catalog__title {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 860px) {
  .tab-catalog__content {
    margin-bottom: -106px;
  }
}
@media (max-width: 767px) {
  .catalog__title {
    margin-bottom: 10px;
  }
  .catalog__buttons {
    padding-top: 10px;
    column-gap: 20px;
    overflow-x: auto;
  }
  .catalog__buttons::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .catalog__button-tab {
    white-space: nowrap;
  }
  .catalog__tab--active {
    height: 728px;
  }
  .tab-catalog__items {
    display: block;
  }
  .tab-catalog__item {
    padding: 20px;
    min-height: 140px;
  }
  .tab-catalog__item:not(:last-child) {
    margin-bottom: 7px;
  }
  .tab-catalog__item::before {
    background: linear-gradient(
      0deg,
      rgba(15, 45, 78, 0.4) 0,
      rgba(15, 45, 78, 0.4) 100%
    );
  }
  .tab-catalog__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .tab-catalog__button {
    display: none;
  }
  .tab-catalog__content {
    margin-bottom: 0;
  }
}
.services {
  background-color: var(--blueColor);
  padding: 90px 0;
}
.services__subtitle {
  margin-bottom: 10px;
}
.services__title {
  margin-bottom: 40px;
  color: var(--mainColor);
}
.services__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.item-services {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
 
}
.item-services__icon {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}
.item-services__title {
  margin-bottom: 10px;
  font-family: "Tenor Sans";
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1.25px;
}
.item-services__title--first {
  font-family: "Tenor Sans";
  font-weight: 400;
}
.item-services__text {
  color: var(--grayColor);
  font-size: 17px;
  line-height: 120.6%;
  letter-spacing: 0.85px;
}
@media (max-width: 991px) {
  .services {
    padding: 50px 0;
  }
  .services__items {
    gap: 20px;
  }
  .item-services {
    padding: 20px;
  }
  .item-services__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .services__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .services__subtitle {
    margin-bottom: 5px;
  }
  .services__title {
    margin-bottom: 30px;
  }
  .services__items {
    gap: 10px;
  }
  .item-services {
    padding: 20px 10px;
  }
  .item-services__icon {
    margin-bottom: 15px;
    width: 30px;
    height: 30px;
  }
  .item-services__title {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .item-services__text {
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.7px;
  }
}
@media (max-width: 370px) {
  .item-services__title {
    font-size: 14px;
  }
  .item-services__text {
    font-size: 10px;
  }
}
.brokers {
  margin-bottom: 110px;
}
.brokers .controlls-slider {
  justify-content: space-between;
}
.brokers__body {
  display: flex;
  column-gap: 30px;
}
.brokers__info {
  max-width: 277px;
}
.brokers__title {
  margin-bottom: 10px;
  line-height: 1.2;
}
.brokers__text {
  margin-bottom: 62px;
  color: var(--darkGrayColor);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.26px;
}
.brokers__swiper-wrapper.disable {
  transform: translate3d(0, 0, 0) !important;
}
.slide-brokers {
  cursor: pointer;
}
@media (any-hover: hover) {
  .slide-brokers:hover .slide-brokers__image::before {
    opacity: 0;
  }
  .slide-brokers:hover .slide-brokers__image img {
    filter: grayscale(0);
  }
}
.slide-brokers__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slide-brokers__image {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 134%;
}
.slide-brokers__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(15, 45, 78, 0.3) 0,
    rgba(15, 45, 78, 0.3) 100%
  );
  z-index: 2;
  transition: all 0.5s ease 0s;
}
.slide-brokers__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.slide-brokers__info-top {
  flex: 1 1 auto;
}
.slide-brokers__name {
  margin-bottom: 6px;
  color: var(--blackColor);
  font-size: 22px;
  font-weight: 500;
  line-height: 120.6%;
  letter-spacing: 1.1px;
}
.slide-brokers__post {
  margin-bottom: 20px;
  color: var(--darkGrayColor);
  font-size: 18px;
  font-weight: 300;
  line-height: 120.6%;
  letter-spacing: 0.9px;
}
.slide-brokers__phone {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--blackColor);
}
.slide-brokers__phone img {
  width: 25px;
  height: 25px;
}
.slide-brokers__phone span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (any-hover: hover) {
  .slide-brokers__phone {
    transition: all 0.3s ease 0s;
  }
  .slide-brokers__phone:hover {
    color: var(--goldColor);
  }
}
@media (max-width: 991px) {
  .brokers {
    margin-bottom: 70px;
  }
  .brokers__body {
    column-gap: 20px;
  }
  .slide-brokers__phone span {
    font-size: 16px;
  }
  .slide-brokers__phone img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .brokers__body {
    display: block;
  }
  .brokers__info {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .brokers .controlls-slider {
    justify-content: flex-start;
  }
}
@media (max-width: 520px) {
  .brokers__text {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1.12px;
  }
  .slide-brokers__name {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .slide-brokers__post {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .slide-brokers__phone span {
    font-size: 12px;
    letter-spacing: 0.84px;
  }
  .slide-brokers__phone img {
    width: 12.377px;
    height: 13.591px;
  }
  .brokers .controlls-slider {
    justify-content: space-between;
  }
}
@media (max-width: 370px) {
  .slide-brokers__phone span {
    font-size: 11px;
  }
}
.about {
  background-color: var(--blueColor);
}
.about__body {
  padding: 90px 0;
  display: flex;
  column-gap: 30px;
}
.about__left {
  flex: 0 1 585px;
}
.about__images {
  display: flex;
}
.about__image {
  max-width: 350px;
  max-height: 459px;
}
.about__image img {
  width: 100%;
  object-fit: cover;
}
.about__image--one {
  margin-top: -140px;
}
.about__image--two {
  margin-left: -120px;
}
.about__office {
  margin-top: -88px;
  width: 317px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(7.5px);
  color: var(--grayColor);
  line-height: 120.6%;
  font-weight: 300;
  letter-spacing: 0.8px;
}
.about__office span {
  margin-bottom: 10px;
  display: block;
  color: var(--mainColor);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.about__content {
  flex: 0 1 585px;
}
.about__subtitle {
  margin-bottom: 10px;
}
.about__title {
  color: var(--mainColor);
  margin-bottom: 30px;
}
.about__text {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1.4px;
}
.about__text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .about__body {
    padding: 60px 0;
  }
  .about__title {
    font-size: 35px;
  }
  .about__text {
    font-size: 18px;
    letter-spacing: 1.26px;
  }
}
@media (max-width: 767px) {
  .about__body {
    display: block;
  }
  .about__left {
    margin-bottom: 30px;
  }
  .about__image--one {
    margin-top: -90px;
  }
  .about__image--two {
    margin-top: 110px;
  }
}
@media (max-width: 520px) {
  .about__body {
    padding: 50px 0;
  }
  .about__image {
    max-height: 327px;
  }
  .about__office {
    margin-top: -78px;
    width: 230px;
    padding: 15px 17px;
  }
}
@media (max-width: 370px) {
  .about__text {
    font-size: 16px;
  }
  .about__button {
    height: 60px;
  }
}
.contacts__body {
  display: flex;
  column-gap: 30px;
}
.contacts__content {
  flex: 0 1 420px;
}
.contacts__title {
  margin-bottom: 40px;
}
.contacts__map {
  flex: 0 1 750px;
  height: 516px;
}
.contacts--page {
  margin-top: 50px;
}
.item-contacts:not(:last-child) {
  margin-bottom: 30px;
}
.item-contacts__subtitle {
  margin-bottom: 5px;
  color: var(--darkGrayColor);
  font-size: 14px;
  line-height: 140.5%;
  letter-spacing: 0.28px;
}
.item-contacts__phone {
  display: block;
  color: var(--blackColor);
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.84px;
}
.item-contacts__phone:not(:last-child) {
  margin: 10px 0 15px;
}
@media (any-hover: hover) {
  .item-contacts__phone {
    transition: color 0.3s ease 0s;
  }
  .item-contacts__phone:hover {
    color: var(--goldColor);
  }
}
.item-contacts__info {
  color: var(--blackColor);
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.66px;
}
.item-contacts__info--email {
  border-bottom: 1px solid var(--goldColor);
}
@media (any-hover: hover) {
  .item-contacts__info--email {
    transition: color 0.3s ease 0s;
  }
  .item-contacts__info--email:hover {
    color: var(--goldColor);
  }
}
.item-contacts__social {
  margin-top: 14px;
}
.borkers-info__link svg path,
.item-contacts__social svg path {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .item-contacts__social .social__link:hover .social__link--tg path {
    stroke: #fff;
 
  }
    .item-contacts__social .social__link:hover .social__link--max path {
    fill: #ffffff00;
    stroke: #fff;
  }
  .item-contacts__social .social__link:hover .social__link--wh path {
    fill: #fff;
  }
}
@media (max-width: 991px) {
  .item-contacts__phone {
    font-size: 24px;
    line-height: 24px;
  }
  .item-contacts__info {
    font-size: 19px;
  }
  .contacts__map {
    height: 489px;
  }
  .contacts--page {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    display: block;
  }
  .contacts__content,
  .contacts__title {
    margin-bottom: 30px;
  }
  .item-contacts:not(:last-child) {
    margin-bottom: 20px;
  }
  .item-contacts__phone {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.66px;
  }
  .item-contacts__phone:not(:last-child) {
    margin: 5px 0 10px;
  }
  .item-contacts__info {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
  .item-contacts__subtitle {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
  .contacts__map {
    height: 300px;
  }
}
.about-page__top {
  margin-bottom: 40px;
}
.about-page__subtitle {
  margin-bottom: 10px;
  align-items: center;
}
.about-page__subtitle span {
  color: var(--darkGrayColor);
  text-transform: none;
}
.about-page__body {
  display: flex;
  column-gap: 30px;
}
.about-page__image {
  flex: 0 1 420px;
  max-height: 550px;
}
.about-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page__text {
  flex: 0 1 750px;
  color: var(--darkGrayColor);
  line-height: 120%;
  letter-spacing: 1.12px;
}
.about-page__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-page__text {
    flex: 0 1 541px;
  }
}
@media (max-width: 767px) {
  .about-page {
    margin-bottom: 50px;
  }
  .about-page__top {
    margin-bottom: 30px;
  }
  .about-page__body {
    flex-direction: column-reverse;
  }
  .about-page__image {
    margin-bottom: 30px;
    max-height: 100%;
    position: relative;
    padding-bottom: 104%;
  }
  .about-page__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 520px) {
  .about-page {
    margin-bottom: 30px;
  }
  .about-page__image {
    flex: 0 1 400px;
  }
}
.card__back {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.card__back span {
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .card__back:hover span {
    color: var(--goldColor);
  }
}
.card__content {
  margin-bottom: 20px;
  min-width: 0;
  display: flex;
  column-gap: 30px;
}
.card__content-left {
  min-width: 0;
  flex: 0 1 750px;
}
.card__images-wrapper {
  margin-bottom: 30px;
}
.card__info {
  flex: 0 1 420px;
}
.card__slider {
  margin-bottom: 20px;
  position: absolute;
  z-index: 3;
}
.card__slider-arrow {
  background-color: rgba(0, 0, 0, 0.2);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.card__slider-arrow--next {
  right: 0;
}
.card__slider-pagination {
  display: none !important;
}
.swiper-pagination-fraction {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.84px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 5px;
  position: absolute;
  width: 73px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-current {
  padding-right: 5px;
}
.swiper-pagination-total {
  padding-left: 5px;
}
.slide-card__image {
  position: relative;
  padding-bottom: 66.5%;
}
.slide-card__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.tumbs-slide {
  cursor: pointer;
}
.tumbs-slide__image {
  max-height: 116px;
  max-width: 172.5px;
}
.slide-card__image img,
.tumbs-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description-card__item {
  margin-bottom: 30px;
}
.description-card__title {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.68px;
}
.description-card__text {
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.description-card__text p {
  color: var(--darkGrayColor);
  line-height: 120%;
  letter-spacing: 1.12px;
}
.description-card__text p:not(:last-child) {
  margin-bottom: 10px;
}
.description-card__button {
  margin-top: 20px;
  color: var(--goldColor);
  line-height: 120%;
  letter-spacing: 1.12px;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.description-card__button img {
  pointer-events: none;
}
.description-card__map {
  width: 100%;
  height: 300px;
}
.specifications-card {
  margin: 0;
  flex: 1 1 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


@media (max-width: 768px) {
 .specifications-card {

    grid-template-columns: 1fr;
    gap: 0px;
}   
    
}
.specifications-card__row {
  display: flex;
  column-gap: 50px;
}
.specifications-card__row:not(:last-child) {
  margin-bottom: 20px;
}
.specifications-card__item {
  flex: 0 1 50%;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.12px;
  display: flex;
  justify-content: space-between;
}
.specifications-card__term {
  color: var(--darkGrayColor);
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.specifications-card__term::after {
    height: 100%;
    width: 100%;
    width: -moz-available;         
    width: -webkit-fill-available;  
    width: fill-available;;
  content: " ";
  border-bottom:1px dashed #d3d3d3;
  position: absolute;
  color: #d3d3d3;
  padding: 0 10px;
}
.specifications-card__val {
  color: var(--blackColor);
}
.info-card__row {
  margin-bottom: 30px;
}
.info-card__location {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.info-card__location img {
  width: 20px;
  height: 20px;
}
.info-card__location span {
  color: var(--darkGrayColor);
  font-size: 18px;
  line-height: 118%;
  letter-spacing: 1.26px;
}
.info-card__title {
  margin-bottom: 10px;
  color: var(--goldColor);
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.4px;
}
.info-card__description {
  display: flex;
  align-items: center;
  color: var(--darkGrayColor);
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 1.19px;
}
.info-card__description span {
  flex: 0 0 5px;
  height: 5px;
  background-color: var(--goldColor);
  margin: 0 10px;
}
.info-card__price-wrapper {
  padding: 20px;
  background-color: #f5f5f5;
}
.info-card__price {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 2.31px;
  font-weight: 600;
}
.info-card__price span {
  font-weight: 400;
  color: var(--darkGrayColor);
}
.info-card__metr {
  color: var(--darkGrayColor);
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1.26px;
}
.info-card__borkers {
  padding: 20px;
  background-color: #f5f5f5;
}
.borkers-info {
  display: flex;
  column-gap: 10px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .borkers-info:hover .borkers-info__image::before {
    opacity: 0;
  }
  .borkers-info:hover .borkers-info__image img {
    filter: grayscale(0);
  }
}
.borkers-info__image {
  max-width: 100px;
  max-height: 134px;
  position: relative;
}
.borkers-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.3s ease 0s;
}
.borkers-info__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(15, 45, 78, 0.3) 0,
    rgba(15, 45, 78, 0.3) 100%
  );
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.borkers-info__name {
  margin-bottom: 10px;
  color: var(--blackColor);
  font-weight: 500;
  line-height: 120.6%;
  letter-spacing: 0.8px;
}
.borkers-info__name span,
.borkers-info__social-text {
  margin-bottom: 4px;
  color: var(--darkGrayColor);
  font-size: 13px;
  font-weight: 400;
  line-height: 120.6%;
  letter-spacing: 0.65px;
  display: block;
}
.borkers-info__phone {
  margin-bottom: 10px;
  display: block;
  color: var(--goldColor);
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.19px;
  border-bottom: 1px dashed var(--goldColor);
}
@media (any-hover: hover) {
  .borkers-info__phone {
    transition: all 0.3s ease 0s;
  }
  .borkers-info__phone:hover {
    color: var(--blackColor);
    border-bottom: 1px dashed var(--blackColor);
  }
}
.borkers-info__links {
  display: flex;
  column-gap: 10px;
}
.borkers-info__link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--goldColor);
  transition: background-color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .borkers-info__link:hover {
    background-color: var(--goldColor);
  }
  .borkers-info__link:hover .social__link--tg path {
    stroke: #fff;
  }
      .borkers-info__link:hover .social__link--max path {
   
    fill: #fff;
  }
  .borkers-info__link:hover .social__link--wh path {
    fill: #fff;
  }
}
.form-info-card {
  padding: 20px;
  background-color: #f5f5f5;
}
.form-info-card__title {
  margin-bottom: 20px;
  color: var(--blackColor);
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.47px;
}
.form-info-card__input {
  background-color: #fff;
}
.form-info-card__button {
  margin: 10px 0;
  display: block;
  background-color: var(--goldColor);
  border: 1.5px solid transparent;
  padding: 17px 20px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
@media (any-hover: hover) {
  .form-info-card__button {
    transition: all 0.3s ease 0s;
  }
  .form-info-card__button:hover {
    color: var(--blackColor);
    background-color: transparent;
    border: 1.5px solid var(--goldColor);
  }
}
.form-info-card__policy {
  color:  var(--darkGrayColor);
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.7px;
}
.object-card__subtitle {
  margin-bottom: 10px;
  align-items: center;
}
.object-card__subtitle span {
  color: var(--darkGrayColor);
  text-transform: none;
}
.object-card__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .object-card__swiper-wrapper {
    display: grid !important;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.slide-card-object {
  padding: 20px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  cursor: pointer;
}
@media (any-hover: hover) {
  .slide-card-object {
    transition: border 0.5s ease 0s;
  }
  .slide-card-object:hover {
    border: 1px solid var(--goldColor);
  }
}
.slide-card-object__image {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 65%;
}
.slide-card-object__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slide-card-object__price,
.slide-card-object__title {
  margin-bottom: 10px;
  color: var(--darkGrayColor);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.05px;
}
@media (max-width: 425px) {

.slide-card-object__title {
 min-height:36px;
}   
}

.slide-card-object__price {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
.slide-card-object__info {
  display: flex;
  align-items: center;
  color: var(--darkGrayColor);
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.98px;
}
.slide-card-object__info span {
  flex: 0 0 5px;
  height: 5px;
  background-color: var(--goldColor);
  margin: 0 10px;
}
@media (max-width: 991px) {
  .card__content {
    column-gap: 20px;
  }
  .specifications-card__row {
    display: block;
  }
  .specifications-card__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .info-card__title {
    font-size: 24px;
  }
  .info-card__price {
    font-size: 30px;
  }
  .borkers-info {
    display: block;
  }
  .borkers-info__image {
    margin-bottom: 10px;
    width: 100px;
    height: 134px;
  }
  .borkers-info__phone {
    display: inline-block;
  }
  .form-info-card__button {
    padding: 20px 10px;
  }
  .form-info-card__title {
    font-size: 18px;
    letter-spacing: 1.2px;
  }
  .object-card__title {
    margin-bottom: 30px;
  }
  .object-card__swiper-wrapper {
    column-gap: 20px;
  }
  .slide-card-object {
    padding: 20px 15px;
  }
  .slide-card-object__price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .card__content {
    display: block;
  }
  .info-card__price {
    font-size: 28px;
    letter-spacing: 1.96px;
  }
  .info-card__row {
    margin-bottom: 20px;
  }
  .description-card__title {
    margin: 30px 0 20px;
  }
  .borkers-info {
    display: flex;
  }
  .form-info-card__title {
    font-size: 21px;
    letter-spacing: 1.47px;
  }
  .card__content,
  .card__object,
  .object-card__swiper-wrapper {
    margin-bottom: 30px;
  }
  .object-card__swiper-wrapper {
    column-gap: 0;
  }
  .slide-card-object {
    padding: 20px;
  }
  .slide-card-object__image {
    padding-bottom: 48%;
  }
  .card__slider-arrow {
    top: 43%;
  }
  .borkers-info__image {
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .card__container {
    padding: 0;
  }
  .card__back {
    display: none;
  }
  .card__content {
    margin-top: -30px;
  }
  .card__slider-tumbs {
    display: none !important;
  }
  .card__description,
  .card__info-mob,
  .card__object {
    padding: 0 15px;
  }
  .card__slider-pagination {
    display: flex !important;
  }
}
@media (max-width: 370px) {
  .borkers-info__name,
  .borkers-info__name span,
  .borkers-info__phone,
  .borkers-info__social-text {
    font-size: 12px;
  }
}
.objects {
  margin-bottom: 0;
  margin-top: -40px;
}
.objects__body {
  display: flex;
  column-gap: 30px;
}
.objects__inner {
  padding-top: 40px;
}


@media (min-width: 991px) {
.objects__inner {
  min-width:50%;
}    
}
.objects__subtitle {
  margin-bottom: 10px;
  align-items: center;
}
.objects__subtitle span {
  color: var(--darkGrayColor);
  text-transform: none;
}
.objects__title {
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1.5px;
}
.objects__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--darkGrayColor);
}
.objects__quantity {
  line-height: 120%;
  letter-spacing: 1.12px;
}
.objects__quantity span {
  color: var(--goldColor);
}
.objects__map-wrapper {
  flex: 0 1 585px;
}
.objects__map-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.objects__map {
 /*height: 850px;*/
  height: 100vh;
}
.dropdown-objects {
  position: relative;
}
.dropdown-objects__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.dropdown-objects__button--active:focus .dropdown-objects__button-text {
  color: var(--goldColor);
}
.dropdown-objects__button--active:focus
  .dropdown-objects__button-arrow
  svg
  path {
  stroke: var(--goldColor);
}
.dropdown-objects__button-text {
  pointer-events: none;
  color: var(--darkGrayColor);
  line-height: 120%;
  letter-spacing: 1.12px;
  transition: color 0.3s ease 0s;
}
.dropdown-objects__button-arrow {
  pointer-events: none;
}
.dropdown-objects__button-arrow svg path {
  transition: stroke 0.3s ease 0s;
}
.dropdown-objects__list {
  display: none;
  position: absolute;
  width: 226px;
  top: 30px;
  left: 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.dropdown-objects__list--visible {
  display: block;
}
.dropdown-objects__item {
  padding: 10px 9px;
  color: var(--darkGrayColor);
  line-height: 120%;
  letter-spacing: 1.12px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .dropdown-objects__item {
    transition: background-color 0.3s ease 0s;
  }
  .dropdown-objects__item:hover {
    background-color: #f5f5f5;
  }
}
.dropdown-objects__input {
  display: none;
}
.item-objects {
  display: flex;
  column-gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #d3d3d3;
}
.item-objects__images-wrapper {
  flex: 0 1 240px;
}
.item-objects__image-big {
  display: block;
  margin-bottom: 10px;
  max-width: 240px;
  height: 160px;
}
.item-objects__image img,
.item-objects__image-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-objects__tumbs {
  display: flex;
  column-gap: 10px;
}
.item-objects__image {
  flex: 0 1 33.333%;
  display: block;
}
.item-objects__image img {
  height: 49px;
}
.item-objects__image-all {
  position: relative;
}
.item-objects__image-all::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(28, 28, 28, 0.05);
  backdrop-filter: blur(2.5px);
  z-index: 1;
}
.item-objects__image-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-objects__image-text span {
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.7px;
}
.item-objects__inner {
  flex: 0 1 325px;
}
.item-objects__title {
  margin-bottom: 10px;
  display: block;
  color: var(--goldColor);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.05px;
}

@media (min-width: 1024px) {
  .item-objects__title {
      min-height:36px;
  }
    
}
.item-objects__row {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.item-objects__price {
  width: 100%;
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.4px;
}
.item-objects__info {
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--darkGrayColor);
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.98px;
}
.item-objects__info span {
  flex: 0 0 5px;
  height: 5px;
  background-color: var(--goldColor);
  margin: 0 10px;
}
@media (max-width: 1190px) {
  .item-objects__row {
    display: block;
  }
  .item-objects__price {
    margin-bottom: 10px;
  }
  .item-objects__borkers .borkers-info__phone {
    font-size: 15px;
  }
  .item-objects__borkers .borkers-info__name {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .objects__body {
    flex-direction: column-reverse;
  }
  .objects__map-wrapper {
    flex: 0 1 100%;
  }
  .objects__map {
    height: 375px;
  }
  .objects__inner {
    padding-top: 30px;
  }
  .objects__items .borkers-info {
    display: flex !important;
  }
  #mapObject {
    display: none;
  }
  #mapObjectMob {
    display: block;
  }
}
@media (max-width: 767px) {
  .objects__map-wrapper {
    margin-top: 10px;
  }
  .objects__container {
    padding: 0;
  }
  .objects__inner {
    padding: 30px 15px 0;
  }
}
@media (max-width: 520px) {
  .objects {
    margin-bottom: 10px;
  }
  .item-objects {
    display: block;
  }
  .item-objects__tumbs {
    display: none;
  }
  .item-objects__image-big {
    margin-bottom: 20px;
    height: 240px;
    max-width: 100%;
  }
  .item-objects__row {
    margin-bottom: 20px;
  }
  .item-objects__borkers .borkers-info__name {
    font-size: 16px;
  }
  .item-objects__borkers .borkers-info__phone {
    font-size: 17px;
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: 0;
}
.f-button:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
} 
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.75);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: 0;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: transparent;
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
  backdrop-filter: blur(2px);
}


.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.f-thumbs__slide.is-loading img,
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-zooming-in
  .fancybox__viewport:not(.is-dragging)
  .fancybox__slide:not(.is-selected)
  .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0);
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-ghost,
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-protected {
  right: 0;
  bottom: 0;
}
.fancybox-ghost {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="false"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden="true"]
  > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: 0.15s ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0;
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs,
.f-carousel__thumbs.is-classic {
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical,
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.f-thumbs__track {
  display: flex;
  will-change: transform;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  --clip-path: inset(
    0
      calc(
        (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 *
          (1 - var(--progress, 0))
      )
      round var(--f-thumb-border-radius, 0)
  );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}
.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color))
    drop-shadow(2px 0 0 var(--f-thumb-outline-color))
    drop-shadow(0-1px 0 var(--f-thumb-outline-color))
    drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}
.is-modern.is-resting .f-thumbs__slide,
.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}
.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: 0;
}
.f-thumbs__slide__button:focus-visible {
  outline: 0;
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner,
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
    "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.map-baloon{
   display: flex;
    width: 85px;
    height: 28px;
    padding: 2px 5px;
    background: var(--goldColor);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-family: "Jost";
  font-size: 14px;
  font-weight:600;
}

@media (max-width: 525px) {
   .map-baloon{
 
  font-size: 10px;
 
} 
}

.no-objects{
    width: 100%;
    color: #dddddd;
    font-size: 24px;
    /* text-align: center; */
    padding: 20px 0px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.84px;
  color: var(--darkGrayColor);
}

/* Стилизация системного чекбокса */
.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #bb955c;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

/* Галочка (кастомная) */
.custom-checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #1c1c1c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

/* Показ галочки при состоянии :checked */
.custom-checkbox input[type="checkbox"]:checked::after {
  display: block;
}

.custom-checkbox a {
  color: var(--darkGrayColor);
  text-decoration: underline;
}


/* --- Ссылки внутри текста --- */
.about-page__text a {
    color: #bb955c; /* Золотистый цвет как у чекбокса, либо используйте свой var(--accentColor) */
    text-decoration: underline;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.about-page__text a:hover {
    color: var(--darkGrayColor); /* При наведении меняем цвет на основной */
}

/* --- Общие стили для списков (маркированного и нумерованного) --- */
.about-page__text ul,
.about-page__text ol {
    padding-left: 20px; /* Возвращаем отступ слева, так как универсальный селектор * его обнулил */
    margin-bottom: 20px; /* Такой же отступ снизу, как и у p:not(:last-child) */
}

/* Если список идет сразу после параграфа, можно сделать аккуратный отступ */
.about-page__text p + ul,
.about-page__text p + ol {
    margin-top: -10px; /* Чуть прижимаем список к тексту над ним для плотности */
}

/* Не задаем отступ снизу для списка, если он оказался последним элементом в блоке */
.about-page__text ul:last-child,
.about-page__text ol:last-child {
    margin-bottom: 0;
}

/* --- Стили для элементов списка (строк) --- */
.about-page__text li {
    font-size: 16px; /* Наследуется от body */
    line-height: 120%; /* Наследуется от parent */
    letter-spacing: 1.12px; /* Наследуется от parent */
    color: var(--darkGrayColor); /* Наследуется от parent */
    margin-bottom: 8px; /* Небольшой отступ между пунктами внутри списка */
}

.about-page__text li:last-child {
    margin-bottom: 0; /* У последнего пункта отступа нет */
}

/* --- Специфика маркеров --- */
.about-page__text ul {
    list-style-type: disc; /* Стандартная круглая точка (так как * мог её сбросить) */
}

.about-page__text ol {
    list-style-type: decimal; /* Стандартные цифры 1, 2, 3... */
}
/* Убираем стандартные маркеры полностью */
.about-page__text ul {
    list-style: none;
    padding-left: 0; /* Обнуляем, так как мы сами подвинем текст через margin элемента li */
    margin-bottom: 20px;
}

.about-page__text ul li {
    position: relative;
    padding-left: 20px; /* Освобождаем место слева под черточку */
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1.12px;
    color: var(--darkGrayColor);
}

/* Создаем черточку перед текстом */
.about-page__text ul li::before {
    content: "—"; /* Длинное тире. Можно заменить на обычное "-" */
    position: absolute;
    left: 0;
    top: 0;
    color: #bb955c; /* Можно покрасить черточку в акцентный цвет */
}

.about-page__text ul li:last-child {
    margin-bottom: 0;
}


/* Контейнер списка */
.agreement-list {
    display: flex;
    flex-wrap: wrap;       /* Разрешаем перенос на новую строку, если не влезает */
    justify-content: center; /* Центрируем ссылки между копирайтом и создателями */
    align-items: center;
    gap: 8px 16px;         /* 8px отступ между строками, 16px между ссылками */
    flex: 1 1 auto;        /* Заставляет блок гибко занимать центральное пространство */
    padding: 0 20px;       /* Небольшие отступы по бокам, чтобы не прилипали к соседям */
    list-style: none;      /* Точно убираем маркеры */
}

/* Элемент списка */
.agreement-item {
    display: flex;
    align-items: center;
}

/* Разделитель между ссылками (вертикальная черта) */
.agreement-item:not(:last-child)::after {
    content: "|";
    margin-left: 16px;
    color: rgba(255, 255, 255, 0.21);
    font-size: 12px;
  
}

/* Сами служебные ссылки */
.agreement-link {
    font-size: 11px;       /* Уменьшаем размер, так как это служебный текст */
    line-height: 130%;
    color: var(--grayColor); /* Используем ваш цвет текста */
    text-decoration: none;
    white-space: nowrap;   /* Запрещаем перенос слов внутри одной ссылки, чтобы чище смотрелось */
    transition: color 0.3s ease;
}

/* Ховер-эффект */
.agreement-link:hover {
    color: #fff;        /* Или ваш var(--mainColor) / золотой акцент */
    text-decoration: underline;
}

/* Адаптив: если места совсем мало (на мобилках) */
@media (max-width: 768px) {
    .agreement-list {
        justify-content: flex-start; /* На мобильных выравниваем по левому краю или центру */
        padding: 0;
        margin: 15px 0;    /* Делаем отступы сверху и снизу от копирайта */
    }
    .agreement-link {
        white-space: normal; /* На смартфонах разрешаем длинным ссылкам разбиваться на 2 строки */
    }
}

.footer__copy,.footer__digital{
    flex-shrink: 0;
}


.mainblock__items{display:none;}
.about__office{display:none;}