:root{
--white: #fff;
}
@media (min-width: 1401px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1470px; */
    max-width: 80%;
  }
}
@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 98%;
  }
	
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.header input:-webkit-autofill,
.header input:-webkit-autofill:hover,
.header input:-webkit-autofill:focus,
.header input:-webkit-autofill:active {
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

.broсhure input:-webkit-autofill,
.broсhure input:-webkit-autofill:hover,
.broсhure input:-webkit-autofill:focus,
.broсhure input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

.popup input:-webkit-autofill,
.popup input:-webkit-autofill:hover,
.popup input:-webkit-autofill:focus,
.popup input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

/*	----------------------------------------------------
	------ button-outline-dark
	---------------------------------------------------- */

.main-outline-dark__button {
  position: relative;
}

.main-outline-dark__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-outline-dark__button-text {
  color: #ebebeb;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-outline-dark__button-bg {
  background-color: #ebebeb;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-outline-dark__button button:hover {
  border: 1px solid #ebebeb;
}

.main-outline-dark__button button:hover .main-outline-dark__button-text {
  color: #000;
}
.main-outline-dark__button button:hover .main-outline-dark__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
    ------ button-outline-light
    ---------------------------------------------------- */

.main-outline-light__button {
  position: relative;
}

.main-outline-light__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-outline-light__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-outline-light__button-bg {
  background-color: #ebebeb;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-outline-light__button button:hover {
  border: 1px solid #ebebeb;
}
.main-outline-light__button button:hover .main-outline-light__button-text {
  color: #ebebeb;
}
.main-outline-light__button button:hover .main-outline-light__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
    ------ button-light
    ---------------------------------------------------- */

.main-light__button {
  position: relative;
}

.main-light__button button {
  background-color: #ebebeb;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-light__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-light__button-bg {
  background-color: #000;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-light__button button:hover {
  border: 1px solid #000;
}
.main-light__button button:hover .main-light__button-text {
  color: #ebebeb;
}
.main-light__button button:hover .main-light__button-bg {
  transform: translateY(0);
}
/*	----------------------------------------------------
    ------ button-dark
    ---------------------------------------------------- */

.main-dark__button {
  position: relative;
}

.main-dark__button button {
  background-color: #000;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-dark__button-text {
  color: #fff;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-dark__button-bg {
  background-color: #fff;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-dark__button button:hover {
  border: 1px solid #fff;
}
.main-dark__button button:hover .main-dark__button-text {
  color: #000;
}
.main-dark__button button:hover .main-dark__button-bg {
  transform: translateY(0);
}

/*	----------------------------------------------------
    ------ button-form
    ---------------------------------------------------- */

.main-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-form__button::before {
  background: none !important;
}
.main-form__button::after {
  background: none !important;
}
.main-form__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #000;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-form__button-text {
  color: #000;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-form__button-bg {
  background-color: #000;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-form__button button:hover {
  border: 1px solid #ebebeb;
}
.main-form__button button:hover .main-form__button-text {
  color: #ebebeb;
}
.main-form__button button:hover .main-form__button-bg {
  transform: translateY(0);
}

.main-form__button button .main-form__button-text svg {
  transition: transform 0.5s;
}
.main-form__button button:hover .main-form__button-text svg {
  transform: translateY(-400%);
}
.main-form__button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-form__button-bg {
  padding: 18px 35px;
  border-radius: 34px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* @media (max-width: 576px) {
  .main-form__button button {
    padding: 18px 0;
    min-width: 150px;
  }
  .main-form__button-text {
    justify-content: center;
  }
  .main-form__button-bg { 
    padding: 18px 0;
    min-width: 150px;
  }
} */
/*	----------------------------------------------------
    ------ button-form-light
    ---------------------------------------------------- */

.main-form-light__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-form-light__button::before {
  background: none !important;
}
.main-form-light__button::after {
  background: none !important;
}
.main-form-light__button button {
  background-color: transparent;
  border-radius: 34px;
  border: 1px solid #ebebeb;
  padding: 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.main-form-light__button-text {
  color: #ebebeb;
  text-align: right;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.main-form-light__button-bg {
  background-color: #ebebeb;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}
.main-form-light__button button:hover {
  border: 1px solid #000;
}
.main-form-light__button button:hover .main-form-light__button-text {
  color: #000;
}
.main-form-light__button button:hover .main-form-light__button-bg {
  transform: translateY(0);
}

.main-form-light__button button .main-form-light__button-text svg {
  transition: transform 0.5s;
}
.main-form-light__button button:hover .main-form-light__button-text svg {
  transform: translateY(-400%);
}
.main-form-light__button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-form-light__button-bg {
  border-radius: 34px;
  padding: 18px 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/*	----------------------------------------------------
	------ header
	---------------------------------------------------- */
.header {
  overflow: hidden;
  width: 100vw;
}
.header .main-brand img,
.dsnload__img img {
  width: 80px;
}
.header .logo-light {
  display: block;
}
.header .logo-dark {
  display: none;
}
.header.nav-bg .logo-light {
  display: none;
}
.header.nav-bg .logo-dark {
  display: block;
}
.header .toggle-text .word {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  transition-property: color;
  transition-delay: 0s;
}
.header.dsn-open .toggle-text .word {
  color: #000;
  transition-delay: 1s;
}
.header.nav-bg .toggle-text .word {
  color: #000;
  transition-delay: 1s;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  background-color: #fff;
  transition-property: background-color;
  transition-delay: 0s;
}
.site-header.dsn-hamburger.dsn-open #navbar_toggle .toggle-icon .toggle-line {
  background-color: #000;
  transition-delay: 1s;
}
.site-header.dsn-hamburger.nav-bg #navbar_toggle .toggle-icon .toggle-line {
  background-color: #000;
  transition-delay: 1s;
}

.header.site-header.dsn-open {
  z-index: 1060;
  overflow: hidden !important;
}
.header .primary-nav {
  opacity: 0;
  transition-delay: 1s;
  transition-property: opacity;
}
.header.dsn-open .primary-nav {
  opacity: 1;
}

.header.site-header.nav-bg {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header .main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1.5s;

}
.header.dsn-open .main-logo {
  opacity: 0;
}

.header .header-phone {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.header .header-phone a {
  color: #fff;
  text-decoration: none;
  transition-property: color;
  transition-delay: 0s;
}
.header .phone-replace-only {
  font-size: 19px;
}
.header.dsn-open .header-phone a {
  color: #000;
  transition-delay: 1s;
}
.header.nav-bg .header-phone a {
  color: #000;
  transition-delay: 1s;
}
.header .overflow {
  font-weight: 700;
}

.header .header-phone-mobile {
  display: none;
  cursor: pointer;
}
.header .header-phone-mobile svg rect {
  fill: #fff;
  transition: fill 0.5s;
  transition-delay: 0s;
}
.header .header-phone-mobile svg path {
  fill: #000;
  transition: fill 0.5s;
  transition-delay: 0s;
}
.header.dsn-open .header-phone-mobile svg rect {
  fill: #000;
  transition-delay: 1s;
}
.header.dsn-open .header-phone-mobile svg path {
  fill: #fff;
  transition-delay: 1s;
}

.header.nav-bg .header-phone-mobile svg rect {
  fill: #000;
}
.header.nav-bg .header-phone-mobile svg path {
  fill: #fff;
}

.header .header-phone span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header .header-phone span:nth-child(1) {
  padding-right: 5px;
}
.header .header-phone span:nth-child(2) {
  font-weight: 600;
}

.header__form {
  position: relative;
  z-index: 1;
}

.header__form-title {
  font-weight: 700;
  font-size: 34.042px;
  line-height: 44px;
  letter-spacing: 1.7021px;
  text-transform: uppercase;
  color: #131313;
  margin-bottom: 50px;
}
.header__form-input {
  margin-bottom: 30px;
}
.header__form-input input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #585858;
  padding: 20px 0;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 16px;
  font-weight: 400;
  color: #000;
}
.header__form-input .iti input {
  padding-left: 110px !important;
}
.header__form-input input:focus {
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.header__form-input input:focus::placeholder {
  opacity: 0;
}

.header__form-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.6);
}

.header .main-form__button {
  display: flex;
  margin-top: 45px;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}

.fancybox__button--zoom {
  display: none !important;
}

@media (max-width: 1600px) and (max-height: 850px) {
  .site-header.dsn-hamburger ul.primary-nav a {
    position: relative;
    overflow: visible;
  }
  .header .primary-nav {
    gap: 10px;
  }

  .header .nav-item {
    margin: 0 !important;
  }

  .header .nav-item a {
    text-decoration: none;
  }
  .header .overflow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
}
@media (max-width: 1600px) and (max-height: 600px) {
  .header .primary-nav {
    gap: 5px;
  }
  .header .overflow {
    font-size: 24px;
  }
  .header__form-title {
    margin-bottom: 20px;
  }
  .header .section-margin {
    margin-top: 150px;
  }
  .header__form-input {
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 50%;
  }
  .header .main-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .header.site-header.dsn-hamburger ul.primary-nav {
    width: 100%;
  }
  .header .header-phone {
    display: none;
  }
  .header .header-phone-mobile {
    display: block;
  }
  .header__form-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1),
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2),
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
    transform: initial;
    border-radius: initial;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
    transform: initial;
  }
  .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
    transform: initial;
  }
  .header .text-open {
    display: none;
  }
  .loading-count {
    font-size: 32px;
  }
  .header__form-input .iti .form-control {
    padding-left: 100px !important;
  }
  .header .main-form__button {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header .header-phone {
    display: none;
  }
  .header .main-brand img,
  .dsnload__img img {
    width: 60px;
  }
  .header .header-phone-mobile {
    display: block;
    position: relative;
    z-index: 1;
  }
  .title {
    line-height: 130% !important;
  }
  .header__form-input input {
    margin-bottom: 20px;
  }
  .header__form-button {
    justify-content: center;
  }
  .header__form-input {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .header__form-input input {
    padding: 20px 0;
  }
  .header__form-input input::placeholder {
    font-size: 15px;
  }
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
  }
  .header.site-header.nav-bg {
    padding-top: initial;
    padding-bottom: initial;
  }
	.location__img-bg{
	height: 80vh !important;
	}
}

/*	----------------------------------------------------
	------ banner
	---------------------------------------------------- */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner__bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__img-desctop {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__img-mobile {
  display: none;
  width: 100%;
  height: 100%;
}
.banner__container {
  width: 100vw;
}
.banner__headline {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner__title {
  padding-bottom: 40px;
}
.banner__title h3 {
  color: #fff;
  text-align: center;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 5px;
}
.banner .main-light__button {
  display: flex;
  justify-content: center;
}
.banner__scroll {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.banner__scroll span {
  color: #ebebeb;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
}
.banner__marque {
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 100px;
}
.banner__marque-title > div > div > div > div {
  white-space: nowrap;
}
[data-marquee] {
  --loop-duration: 30s;
  display: block;
}
[data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}

[data-marquee-container] {
  display: flex;
  gap: 110px;
  animation: marquee var(--loop-duration) linear infinite;
}
[data-marquee-style] {
  color: #fff;
  text-align: right;
  font-size: 145px;
  font-weight: 400;
  line-height: 145px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 110px;
}

[data-marquee-style]::after {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
}
@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 1600px) and (max-height: 600px) {
  .banner__marque {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  [data-marquee-style] {
    font-size: 80px;
    gap: 30px;
  }
  [data-marquee-container] {
    gap: 30px;
  }
  [data-marquee-style]::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .banner__title h3 {
    font-size: 46px;
    margin-bottom: 0;
  }
  .banner__title {
    padding-bottom: 30px;
  }
  .banner__marque {
    display: none;
  }
  .banner__scroll {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translate(-50%, -50%);
  }
}
/*	----------------------------------------------------
	------ about
	---------------------------------------------------- */

.about {
  overflow: hidden;
  position: relative;
  padding-top: 200px;
}
/*.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/about-bg.png);
  background-position: top;
  background-size: cover;
  z-index: -1;
}*/
.about__row {
  display: flex;
  justify-content: space-between;
}
.about__even {
  flex-basis: 25%;
  max-width: 25%;
}
.about__odd {
  flex-basis: 60%;
  max-width: 60%;
}
.about__title {
  padding-bottom: 90px;
}
.about__title h2 {
  color: #000;
  font-size: 102px;
  font-weight: 400;
  line-height: 102px;
}
.about__subtitle span {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
.about__text p {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  padding-bottom: 30px;
}

.about__img {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.about__swiper-slide {
  /* height: 930px !important; */
  margin-bottom: 50px;
  overflow: hidden;
}
.about__swiper-parination.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.about__swiper-parination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  transition: all 0.1s;
}
.about__swiper-parination .swiper-pagination-bullet::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0;
}
.about__swiper-parination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.about__swiper-parination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__btn-desctop {
  display: block;
}
.about__btn-mobile {
  display: none;
}
@media (max-width: 1440px) {
  .about__swiper-slide {
    /* height: 530px !important; */
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .about {
    padding-top: 100px;
  }
  .about__subtitle {
    display: none;
  }
  .about__row {
    flex-direction: column;
  }
  .about .lineParent {
    margin: 0 auto;
  }
  .about__even {
    flex-basis: 100%;
    max-width: 100%;
  }
  .about__odd {
    flex-basis: 100%;
    max-width: 100%;
  }

  .about__title {
    padding-bottom: 30px;
  }
  .about__img {
    padding-top: 50px;
  }
  .about__btn-desctop {
    display: none;
  }
  .about__btn-mobile {
    display: flex;
    margin-top: 50px;
  }
  .about__swiper-slide {
    height: 430px !important;
  }
  .about__swiper-slide .img-box-parallax {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 50px;
  }
  .about__title {
    padding-bottom: 20px;
  }
  .about__row {
    align-items: center;
  }
  .about__title h2 {
    font-size: 80px;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
  }
  .about__text p {
    padding-bottom: 10px;
    font-size: 19px;
    margin-bottom: 0;
    text-align: center;
  }
  .about__img {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .about__title h2 {
    font-size: 32px;
  }
  .about__text p {
    font-size: 16px;
  }
  .about__swiper-slide {
    height: 300px !important;
    margin-bottom: 40px;
  }
  .about__btn-mobile {
    margin-top: 30px;
  }
  .about__img {
    padding-top: 15px;
  }
}
/*	----------------------------------------------------
	------ amenities
	---------------------------------------------------- */
.amenities {
  padding-top: 142px;
  padding-bottom: 200px;
  overflow: hidden;
}
.amenities__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amenities__title {
  flex-basis: 50%;
  max-width: 50%;
}
.amenities__title h2 {
  color: #191919;
  font-size: 102px;
  font-weight: 400;
  line-height: 112.745%;
}
.amenities__text {
  flex-basis: 50%;
  max-width: 50%;
}
.amenities__text p {
  color: #191919;
  font-size: 21px;
  font-weight: 400;
  line-height: 147.619%;
}
.amenities__list {
  display: flex;
  gap: 30px;
  padding-top: 200px;
}
.amenities__card {
  flex-basis: 40%;
  max-width: 40%;
  min-height: 500px;
  background-color: #191919;
  position: relative;
  padding: 80px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  will-change: transform;
  overflow: hidden;
}

.amenities__card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.amenities__card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.amenities__card-title {
  padding-top: 60px;
}
.amenities__card-title p {
  color: #ebebeb;
  font-size: 24px;
  font-weight: 400;
  line-height: 154.167%;
}
.amenities__card-text {
  padding-top: 25px;
}
.amenities__card-text p {
  color: #c7c7c7;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1280px) {
  .amenities__headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .amenities__title {
    flex-basis: 100%;
    max-width: 100%;
  }
  .amenities__text {
    flex-basis: 100%;
    max-width: 100%;
  }
  .amenities__card {
    padding: 30px 25px;
  }
  .amenities__list {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .amenities {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .amenities .amenities__text .lineParent {
    margin: 0 auto;
  }
  .amenities__list {
    flex-direction: column;
    padding-top: 50px;
  }
  .amenities__card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .amenities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .amenities__headline {
    align-items: center;
  }
  .amenities__title h2 {
    font-size: 80px;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
  }
  .amenities__text p {
    font-size: 19px;
    margin-bottom: 0;
    text-align: center;
  }
  .amenities__list {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .amenities__title h2 {
    font-size: 32px;
  }
  .amenities__text p {
    font-size: 16px;
  }
  .amenities__list {
    gap: 20px;
  }
  .amenities__card {
    min-height: 300px;
  }
  .amenities__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 60px;
  }
  .amenities__card-title {
    padding-top: 30px;
  }
  .amenities__card-text {
    padding-top: 15px;
  }
  .amenities__card-text p {
    font-size: 14px;
  }
  .amenities__list {
    padding-top: 25px;
  }
}
/*	----------------------------------------------------
	------ broсhure
	---------------------------------------------------- */

.broсhure {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.broсhure__wrapper {
  height: 300vh;
  position: relative;
}
.broсhure__container {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: visible;
}
.broсhure__img-first {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.broсhure__img-first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 800px;
  box-shadow: 9px -2px 9px 6px rgba(34, 60, 80, 0.35);
}

.broсhure__row {
  clip-path: circle(0% at 50% 50%);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.broсhure__circle {
  clip-path: circle(0% at 50% 50%);
  min-width: 1169px;
  min-height: 1169px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: clip-path;
}
.broсhure__even {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.broсhure__img-second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 800px;
  box-shadow: 9px -2px 9px 6px rgba(34, 60, 80, 0.35);
}
.broсhure__odd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  flex-basis: 50%;
  max-width: 50%;
}
.broсhure__form {
  width: 445px;
}
.broсhure__form-input {
  margin-bottom: 30px;
}
.broсhure__form-input input {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #585858;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.broсhure__form-input .iti input {
  padding-left: 110px !important;
}
.broсhure__form-input input:focus {
  border-bottom: 1px solid #000;
  background-color: transparent;
}
.broсhure__form-input input:focus::placeholder {
  opacity: 0;
}
.broсhure__form-input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16.288px;
  font-weight: 400;
  line-height: normal;
}
.broсhure__form .main-form__button {
  justify-content: flex-end;
}
.broсhure__form .main-form__button button .main-form__button-text svg {
  transition: transform 0.5s;
}
.broсhure__form .main-form__button button:hover .main-form__button-text svg {
  transform: translateY(-400%);
}
.broсhure__form .main-form__button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .broсhure__form-title {
  display: none;
} */
.broсhure__form-title h3 {
  color: #212529;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 109.2%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.broсhure__form .main-form__button-bg {
  padding: 18px 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1600px) and (max-height: 600px) {
  .broсhure__img-first img {
    max-width: 500px;
  }
  .broсhure__img-second img {
    max-width: 500px;
  }
}

@media (max-width: 1440px) {
  .broсhure__circle {
    clip-path: circle(0% at 50% 50%);
    min-width: 969px;
    min-height: 969px;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .broсhure__img-first img {
    max-width: 500px;
  }
  .broсhure__img-second img {
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  .broсhure__form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .broсhure {
    overflow: hidden;
    padding-bottom: 0;
  }
  .broсhure__wrapper {
    height: 100%;
  }
  .broсhure__container {
    position: relative;
    top: initial;
    overflow: hidden;
    height: 100%;
  }
  .broсhure__img-first {
    display: none;
  }
  .broсhure__row {
    height: 100%;
    clip-path: none;
    flex-direction: column;
    padding-top: 100px;
  }
  .broсhure__circle {
    clip-path: circle(50% at 50% 50%);
    min-width: 100%;
    min-height: 100%;
    top: 0;
  }
  .broсhure__even {
    position: relative;
    transform: initial;
    left: initial;
    top: initial;
  }
  .broсhure__odd {
    position: relative;
    transform: initial;
    left: initial;
    top: initial;
    flex-basis: 80%;
    max-width: 80%;
    width: 100%;
  }
  .broсhure__img-second {
    margin: 0 auto;
    max-width: 80%;
  }
  .broсhure__img-second img {
    max-width: 100%;
  }
  .broсhure__form-title .lineParent {
    margin: 0 auto;
  }
  .broсhure__form-title {
    display: block;
    padding: 30px 0 40px;
  }
  .broсhure__form .main-form__button {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .broсhure__row {
    padding-top: 50px;
  }
  .broсhure__form-title h3 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
  }
  .broсhure__form-title {
    padding: 50px 0 20px;
  }
  .broсhure__form-input {
    margin-bottom: 0;
  }
  .broсhure__form .main-form__button {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .broсhure__circle {
    clip-path: circle(40% at 50% 50%);
  }
  .broсhure__odd {
    flex-basis: 90%;
    max-width: 90%;
  }
  .broсhure__form-title {
    padding: 20px 0 40px;
  }
  .broсhure__form-input input {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
/*	----------------------------------------------------
	------ location
	---------------------------------------------------- */

.location {
  width: 100%;
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}
.location__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 75px;
}
.location__title {
  flex-basis: 50%;
  max-width: 50%;
}
.location__text {
  flex-basis: 50%;
  max-width: 50%;
}
.location__title h2 {
  color: #191919;
  font-size: 102px;
  font-weight: 400;
  line-height: 112.745%;
}
.location__text p {
  color: #191919;
  font-size: 21px;
  font-weight: 400;
  line-height: 147.619%;
}
.location__img {
  overflow: hidden;
}
.location__img-desctop {
  display: block;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location__img-mobile {
  display: none;
  width: 100%;
  height: 100vh;
}
.location__img-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .location {
    padding-top: 100px;
  }
  .location__headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 50px;
  }
  .location__title {
    flex-basis: 100%;
    max-width: 100%;
  }
  .location__text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .location {
    padding-top: 50px;
  }
  .location__title h2 {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 80px;
    text-align: center;
  }
  .location__text {
    display: none;
  }
  .location__text p {
    margin-bottom: 0;
    font-size: 19px;
  }
  .location__headline {
    padding-bottom: 40px;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .location__title h2 {
    font-size: 32px;
  }
  .location__img-desctop {
    display: none;
  }
  .location__img-mobile {
    display: block;
  }
  .location__img-mobile img {
    object-position: right center;
  }
  .location__headline {
    padding-bottom: 25px;
  }
}
/*	----------------------------------------------------
	------ developer
	---------------------------------------------------- */

.developer {
  padding: 200px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.developer__title {
  padding-bottom: 110px;
}
.developer__title h2 {
  color: #191919;
  font-size: 102px;
  font-weight: 400;
  line-height: 112.745%;
}
.developer .section-title {
  margin-bottom: 43px;
}
.developer .section-title .description {
  margin-bottom: 0;
}
.developer__subtitle {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.developer__logo {
  border-bottom: 2px solid #959595;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}
.developer__logo img {
  width: 100%;
  height: 100%;
  max-width: 260px;
  object-fit: cover;
  padding-bottom: 30px;
}
.developer .right-box-image {
  margin-top: 0;
  background: #efefef;
}

.developer .right-box-image .box-img {
  width: 55%;
}
.developer .right-box-image .box-img img {
  width: 100%;
  height: 100%;
}
.developer .right-box-image .box-info {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 45px;
  width: 45%;
  min-height: 590px;
  margin-left: 40%;
  background-color: #131313;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.developer .right-box-image .box-info .title-h2 {
  padding-bottom: 25px;
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: none;
}

.developer .right-box-image .box-info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 194.118%;
  text-align: center;
}
.developer__btn.dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #fff;
}

.developer__btn .dsn-icon i {
  color: #000;
}
.developer__btn .heading-color {
  color: #fff;
  transition: color 0.5s;
}
.developer__btn .dsn-btn:hover .title-btn {
  color: #000;
}

@media (max-width: 1280px) {
  .developer .right-box-image .box-info {
    padding: 40px;
    width: 60%;
  }
}
@media (max-width: 992px) {
  .developer {
    padding: 100px 0 0;
  }
  .developer__title {
    padding-bottom: 50px;
  }
  .developer .section-title {
    margin-bottom: 30px;
  }
  .developer__subtitle {
    gap: 5px;
    margin-bottom: 10px;
  }
  .developer .right-box-image .box-img {
    width: 100%;
  }
  .developer .right-box-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .developer .right-box-image .img-box-parallax {
    height: 50vh;
  }
  .developer .right-box-image .box-info {
    width: 100%;
    margin: 0;
    min-height: auto;
  }
  .developer .right-box-image .box-info p {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .developer {
    padding: 50px 0 0;
  }
  .developer__title {
    padding-bottom: 40px;
  }
  .developer__title .lineParent {
    margin: 0 auto;
  }
  .developer__title h2 {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 80px;
    text-align: center;
  }
  .developer .right-box-image .box-info p {
    width: 100%;
    font-size: 19px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .developer .right-box-image .box-info {
    padding: 40px 20px;
  }
  .developer .right-box-image .box-info .title-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .developer__title {
    padding-bottom: 25px;
  }
  .developer__title h2 {
    font-size: 32px;
  }
  .developer .right-box-image .box-info p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/*	----------------------------------------------------
	------ footer
	---------------------------------------------------- */

.footer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 60px 0;
  padding-top: 100px;
  background-color: #000;
}

.footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.2;
  z-index: 0;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__bg-desctop {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__bg-mobile {
  display: none;
  width: 100%;
  height: 100%;
}
/* .footer__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 9, 0.8);
  z-index: 1;
} */

.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.footer__button button {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.footer__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 45px;
}
.footer__button-icon svg {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.footer__button-decor {
  width: 45px;
  height: 45px;
  background-color: #000;
  position: absolute;
  border-radius: 50%;
  transform: translateY(100%);
  transition: all 0.5s;
}
.footer__button-icon:hover {
  border: 1px solid #000;
}
.footer__button-icon:hover .footer__button-decor {
  transform: translateY(0%);
}
.footer__button-icon:hover svg path {
  stroke: #fff;
}
.footer__button-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.phone-replace-only {
  display: flex;
  align-items: center;
}
.footer__phone {
  height: 56px;
}
.footer__phone_number {
  color: #ebebeb;
  text-align: right;
  font-size: 19.614px;
  font-weight: 400;
  line-height: 19.614px;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: auto;
}

.footer__phone_text {
  margin-bottom: 0 !important;
  padding-left: 15px;
}

.footer__phone .phone-replace-only {
  color: #fff !important;
  font-size: 19px;
}

.footer__phone_text a {
  border-color: #fff !important;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.5s;
}
.footer__phone_text a:hover {
  color: #000 !important;
}
.footer__phone_text a::after {
  background: #fff !important;
}

.footer__social {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}
.footer__social a svg {
  transition: scale 0.5s;
}
.footer__social a:hover svg {
  scale: 1.1;
}
.footer__bottom {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer__bottom::before {
  content: "";
  width: 95%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.footer__menu {
  width: 100%;
  position: relative;
}

.footer__list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 30px;
  padding-top: 40px;
  list-style: none;
}
.footer__item a {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.5s;
  text-decoration: none;
}
.footer__item a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer__form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.footer__form form {
  width: 40%;
}
.footer__form__input {
  margin-bottom: 30px;
}
.footer__form__input .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.footer__form__input .iti .form-control {
  padding-left: 110px !important;
}
.footer__form__input .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.footer__form__input .form-control:focus::placeholder {
  opacity: 0;
}
.footer__form__input .form-control::placeholder {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

.footer__form__input .iti .iti__selected-dial-code {
  color: #fff !important;
}

.footer__form .main-form-light__button {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .footer {
    padding: 50px 0;
    margin-top: 100px;
  }
  .footer__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__form form {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .footer__button button {
    margin: 0 auto;
  }
  .footer__bg-desctop {
    display: none;
  }
  .footer__bg-mobile {
    display: block;
  }
  .footer__top {
    flex-direction: column;
    justify-content: center;
  }
  .footer__button {
    justify-content: center;
    padding-bottom: 45px;
  }
  .footer__contact {
    justify-content: center;
  }
  .footer__phone {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
  }
  .footer__social {
    justify-content: center;
  }

  .footer__social a svg {
    width: 30px;
  }
  .footer__bottom::before {
    display: none;
  }
  .footer__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 0;
  }
  .footer__item a {
    color: #f2f2f2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .footer__form {
    position: relative;
    padding-top: 65px;
  }
  .footer__form::before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .footer__form form {
    width: 90%;
  }
  .footer__form__input .form-control {
    padding: 20px 0;
  }
  .footer__form__input {
    margin-bottom: 20px;
  }
}

/*	----------------------------------------------------
	------ popup
	---------------------------------------------------- */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background: #00000099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 40px 20px;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup.floorplan-popup .popup__body {
  padding: 0;
}
.popup__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 43px 58px 58px 58px;
  gap: 100px;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  border: none;
}
.popup__close:hover svg {
  rotate: -90deg;
}
.popup__close svg {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.popup__content {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__form {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
  height: 100%;
}
.popup__form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__form form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 70px;
}
.popup__form-title-desctop {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 153.622%;
  padding-bottom: 50px;
  width: auto;
  display: block;
  text-transform: uppercase;
}
.popup__form-title-mobile {
  display: none;
}
.popup__input {
  width: 100%;
  position: relative;
}
.popup__input .iti__selected-dial-code {
  color: #000;
}
.popup__input:not(:last-of-type) {
  margin-bottom: 30px;
}
.popup__input input {
  height: 100%;
  width: 100%;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #585858;
  padding: 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.popup__input .iti input {
  padding-left: 110px !important;
}
.popup__input input:focus {
  border-bottom: 1px solid #000;
}
.popup__input input:focus-visible {
  outline: none;
}
.popup__input input:focus::placeholder {
  opacity: 0;
}
.popup__input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.popup__input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.popup__input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.popup__input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.popup__input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.popup__button {
  width: 100%;
  margin-top: 40px;
  justify-content: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.popup__button .dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #131313;
}
.popup__button-socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup__button-socials a {
  transition: all 0.5s;
}
.popup__button-socials a:hover {
  scale: 1.2;
}

.popup__btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.popup__btn button {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.popup__btn .fas {
  position: absolute;
  left: 20px;
  color: #000;
}

.popup__btn-black {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.popup__btn-black button {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
  letter-spacing: 2px;
  padding: 17px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.popup__btn-black .fas {
  position: absolute;
  left: 20px;
  color: #fff;
}

.popup__input label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  display: none;
  margin-bottom: 12px;
}
.popup__input label span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
}
.popup__bg-md {
  display: none;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.popup__bg-md::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.popup__bg-md::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  right: 0;
  bottom: -180px;
  left: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(68.48%, #2b3845), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #2b3845 68.48%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #2b3845 68.48%, rgba(0, 0, 0, 0) 100%);
}
.popup__bg-md img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-popup .popup__body {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
}
.popup.active .popup__body {
  transform: translateY(0);
  opacity: 1;
}
.main-popup .popup__close {
  z-index: 100;
  background-color: transparent;
}
.main-popup .popup__row {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  height: 100%;
}
.time-popup-button button {
  border: 1px solid #fff;
}
.time-popup-button-text {
  color: white;
}
.popup__img {
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
  height: 100%;
}
.popup__img-desctop {
  display: block;
  height: 100%;
}
.popup__img-mobile {
  display: none;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.floor-popup .popup__img {
  background-color: #ffffff;
  position: relative;
}

.floor-popup .popup__img img {
  object-fit: contain;
  max-width: 365px;
  object-position: center;
}
.popup__img-floor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.time-popup .popup__img {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.time-popup .popup__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: opacity 3s;
  opacity: 0.5;
}
.time-popup .popup__img img {
  transition: scale 4s;
  will-change: transform;
}
.time-popup.active .popup__img img {
  scale: 1.2;
}

.time-popup.active .popup__img::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40%, #000 100%);
}
.time-popup .popup__form-title-desctop {
  text-align: center;
  color: #fff;
  padding-bottom: 150px;
}
.time-popup .popup__form {
  flex-basis: 90%;
  max-width: 90%;
}
.time-popup .popup__form img {
  display: none;
  height: 100%;
}
.time-popup .popup__input {
  width: 50%;
}

.time-popup .popup__input input {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.time-popup .popup__input input:focus {
  opacity: 1;
}

.time-popup .popup__button {
  width: 50%;
}

.time-popup .popup__input .iti__selected-dial-code {
  color: #fff;
}

.time-popup .popup__input input::placeholder {
  color: #fff;
  opacity: 1;
}
.time-popup .popup__input input:focus::placeholder {
  opacity: 0;
}

.time-popup .dsn-btn .title-btn {
  color: #fff;
}

.time-popup .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
  border: 1px solid #fff;
}

.time-popup .popup__button .dsn-def-btn .background-main .dsn-bg-before:before {
  background-color: #fff;
}

.time-popup .popup__button-socials svg path {
  fill: #fff;
}

.time-popup .dsn-icon i {
  color: #000;
}
@media (max-width: 1440px) and (max-height: 800px) {
  .popup__form-title-desctop {
    font-size: 34px;
    line-height: 120%;
    padding-bottom: 10px;
  }
  .popup__input:not(:last-of-type) {
    margin-bottom: 0px;
  }
  .popup__tag-ul {
    padding: 20px 0;
  }
  .gallery-popup .popup__button {
    margin-top: 30px;
  }
  .time-popup .popup__form-title-desctop {
    padding-bottom: 50px;
  }
}
@media (max-width: 4000px) {
  .main-popup .popup__body {
    max-width: 1745px;
  }
}
@media (max-width: 1920px) {
  .main-popup .popup__body {
    max-width: 1345px;
  }
}
@media (max-width: 1440px) {
  .main-popup .popup__body {
    max-width: 1145px;
  }
  .popup__form form {
    padding: 0 40px;
  }
}
@media (max-width: 1110px) {
  .popup__body {
    width: 100%;
  }
  .popup__title-md {
    font-size: 36px;
  }
  .popup__form {
    flex-basis: 50%;
    max-width: 50%;
  }
  .gallery-popup__content {
    padding-right: 40px;
  }

  .popup__tag-li {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .time-popup input:-webkit-autofill,
  .time-popup input:-webkit-autofill:hover,
  .time-popup input:-webkit-autofill:focus,
  .time-popup input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
  }
  .main-popup .popup__row {
    flex-direction: column;
  }
  .popup__img {
    flex-basis: 100%;
    max-width: 100%;
    height: 50%;
  }

  .popup__form {
    flex-basis: 100%;
    max-width: 100%;
    height: 50%;
  }
  .popup__content,
  .popup__form {
    width: 100%;
  }
  .popup__img-desctop {
    display: none;
  }
  .popup__img-mobile {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .time-popup .popup__form {
    flex-basis: 100%;
    max-width: 100%;
  }
  .time-popup .popup__input input::placeholder {
    color: #000;
  }
  .time-popup .popup__input {
    width: 100%;
  }
  .time-popup .popup__button {
    width: 100%;
  }
  .popup__img-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .popup__form-title-desctop {
    display: none;
  }
  .popup__form-title-mobile {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    width: 90%;
    text-align: center;
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
  }
  .popup__form img {
    height: 100%;
  }
  .popup__img-floor {
    flex-direction: initial;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .time-popup .popup__img {
    position: relative;
    width: 100%;
    height: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .time-popup .popup__img::after {
    content: "";
    display: none;
  }

  .time-popup.active .popup__img img {
    scale: initial;
  }

  .time-popup .popup__form-title-desctop {
    color: #fff;
    padding-bottom: 216px;
  }

  .time-popup .popup__form img {
    display: block;
  }

  .time-popup .popup__input input {
    color: #000;
    border-bottom: 1px solid #000;
    opacity: 0.8;
  }

  .time-popup .popup__input input:focus {
    opacity: 1;
  }

  .time-popup .popup__input .iti__selected-dial-code {
    color: #000;
  }

  .time-popup .popupв__input input::placeholder {
    color: #000;
  }

  .time-popup .dsn-btn .title-btn {
    color: #000;
  }

  .time-popup .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
    border: 1px solid #000;
  }

  .time-popup .popup__button .dsn-def-btn .background-main .dsn-bg-before:before {
    background-color: #000;
  }

  .time-popup .popup__button-socials svg path {
    fill: #191919;
  }

  .time-popup .dsn-icon i {
    color: #fff;
  }
  .popup__button-socials a svg {
    width: 25px;
    height: 25px;
  }

  .popup__btn button {
    background-color: #000;
    color: #fff;
  }
  .popup__btn .fas {
    color: #fff;
  }

  .popup__btn-black button {
    background-color: #000;
    color: #fff;
  }
  .popup__btn-black .fas {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .popup__body {
    gap: 30px;
  }
  .popup__tag-wrap {
    gap: 15px 28px;
  }
  .popup__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2b3845;
  }
  .popup#register input::-webkit-input-placeholder {
    color: transparent;
  }
  .popup#register input::-moz-placeholder {
    color: transparent;
  }
  .popup#register input:-ms-input-placeholder {
    color: transparent;
  }
  .popup#register input::-ms-input-placeholder {
    color: transparent;
  }
  .popup#register input::placeholder {
    color: transparent;
  }
  .popup__title-md {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    text-align: center;
    padding: 20px 0 130px;
    position: relative;
    z-index: 4;
  }
  .popup__title-md span {
    color: #fff;
  }
  .popup__bg {
    display: none;
  }
  .popup__content,
  .popup__form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .popup__form {
    position: relative;
    z-index: 9;
  }
  .popup__p {
    display: none;
  }
  .popup__tag {
    margin-top: 24px;
    display: none;
  }
  .popup__form img {
    height: 100%;
  }
  .popup.popup__main .popup__input input::-webkit-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::-moz-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input:-ms-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::-ms-input-placeholder {
    color: transparent;
  }
  .popup.popup__main .popup__input input::placeholder {
    color: transparent;
  }
  .popup__input:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .popup__input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup__button {
    font-weight: 600;
    font-size: 15.1777px;
    line-height: 19px;
  }
  .popup__close-md {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .main-popup .popup__close {
    z-index: 100;
    /* background-color: #ffffff; */
    padding: 5px;
  }
  .popup__close-md svg {
    width: 40px;
    height: 40px;
  }
  .popup__close-md path {
    stroke: #2f3b46;
  }
  .popup__bg-md {
    display: block;
  }
  .main-popup .popup__title {
    text-align: center;
  }
  .main-popup .popup__body {
    padding: 50px;
  }
  .main-popup .popup__body-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main-popup .popup__title {
    width: 100%;
    max-width: 100%;
  }
  .main-popup .popup__tag-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-popup .popup__image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .main-popup .popup__image img {
    width: 100%;
  }
  .main-popup .popup__tag-li {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 96.5%;
    color: #5e7390;
  }
  .main-popup .popup__tag-li::before {
    background-color: #5e7390;
  }
  .main-popup .sm-none {
    display: none;
  }
  .main-popup .popup__form-2 {
    margin: 0;
  }
  .main-popup .popup__form-2 .popup__input-hr {
    display: none;
  }
  .main-popup .popup__form-2 .popup__input {
    padding: 5px 15px;
    border: 0.5px solid #fff;
    display: block;
    margin-bottom: 16px;
  }
  .main-popup .popup__title {
    font-size: 20px;
  }
  .main-popup .popup__form-2 input {
    font-weight: 400;
    font-size: 16px;
    line-height: 129%;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .main-popup .popup__form-2 input::-webkit-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::-moz-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input:-ms-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::-ms-input-placeholder {
    color: #fff;
  }
  .main-popup .popup__form-2 input::placeholder {
    color: #fff;
  }
  .main-popup .popup__body-head {
    gap: 0;
  }
  .main-popup .popup__title {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__tag-ul {
    gap: 7px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__body {
    padding: 0;
  }
  .main-popup .popup__tag-ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .popup__body {
    padding: 50px 24px 24px;
  }
  .popup__title-md {
    font-size: 26px;
  }
  .popup__tag-wrap {
    gap: 12px 24px;
  }
  .popup__tag-item {
    font-size: 18px;
  }
  .popup__bg-md {
    height: 250px;
  }
  .popup__title-md {
    padding: 70px 0;
  }
  .popup__button {
    margin-top: 0;
  }
  .popup__button-socials {
    gap: 15px;
  }
  .main-popup .popup__title {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__tag-ul {
    gap: 7px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-popup .popup__body {
    padding: 0;
  }
  .main-popup .popup__tag-ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .popup__form form {
    /* top: 0;
    transform: translate(-50%, 0); */
    padding: 0 25px 0;
  }
  .popup__input:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .popup__input input {
    padding: 0 0 5px;
  }
  .popup__btn button {
    min-width: 150px;
    padding: 17px 5px;
    justify-content: space-evenly;
  }

  .popup__btn .fas {
    position: relative;
    left: initial;
  }
  .popup__btn-black button {
    min-width: 150px;
    padding: 17px 5px;
    justify-content: space-evenly;
  }
  .popup__btn-black .fas {
    position: relative;
    left: initial;
  }

  .footer-popup .main-form__button button {
    padding: 18px 10px;
  }
  .footer-popup .main-form__button-bg {
    padding: 18px 10px;
  }
  .about-popup .main-form__button button {
    padding: 18px 10px;
  }
  .about-popup .main-form__button-bg {
    padding: 18px 10px;
  }
}
@media (max-width: 420px) {
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup__tag-item {
    width: 100%;
  }
  .popup__body {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
.header .main-brand img,
.dsnload__img img {
  width: 100px;
}
}

.footer__qr{
    max-width: 100px;
}

@media(max-width:992px){
.footer__top{
	flex-direction: column;
	justify-content: center;
}
.footer__qr{
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 50px;
}

}
@media(max-width:576px){
.footer__qr{
    margin-top: 0;
}

}

.broсhure__form {
	width: 415px;
}

.developer {
    padding: 110px 0 0;
}




//=============== popup =================



.wp-popup {
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.wp-popup__wrapper {
  height: 502px;
  width: fit-content;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px 65px;
}
.wp-popup__top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.wp-popup__avatars-list {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wp-popup__avatars-item {
  width: 154px;
  height: 154px;
  z-index: 3;
  margin-left: -10px;
  position: relative;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.wp-popup__avatars-item img {
  border: 10px solid var(--white);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}
.wp-popup__avatars-item:nth-child(2) {
  width: 109px;
  height: 109px;
  margin-left: -28px;
  z-index: 2;
  transform: translateX(-100%);
}
.wp-popup__avatars-item:nth-child(2) img {
  border: 7px solid var(--white);
}
.wp-popup__avatars-item:nth-child(3) {
  width: 78px;
  height: 78px;
  opacity: 0.6;
  margin-left: -8px;
  z-index: 1;
  transform: translateX(-200%);
}
.wp-popup__avatars-item:nth-child(3) img {
  border: 0px solid var(--white);
}
.wp-popup__online {
  position: absolute;
  right: 20px;
  top: 0px;
}
.wp-popup__info-job {
  color: rgba(154, 154, 154, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.602px;
  text-transform: capitalize;
  transform: translateY(30px);
  opacity: 0;
  transition: all 400ms ease-in-out;
  margin-bottom: 0;
}
.wp-popup__info-name {
  color: var(--wpPopupnamecolor);
  font-size: 22px;
  font-weight: 700;
  line-height: 136.833%;
  opacity: 0;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.wp-popup__connect {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--black);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.76px;
  text-transform: uppercase;
  transform: translateY(30px);
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.wp-popup__text {
  max-width: 372px;
  color: var(--textColor);
  font-size: 18px;
  line-height: 140%;
  transform: translateY(30px);
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.wp-popup__btn {
  display: flex;
  gap: 11px;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.wp-popup__btn-text {
  display: flex;
  width: 191px;
  height: 63px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--black);
  border-radius: 100px;
  color: var(--white);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.75px;
  font-size: 16px;
}
.wp-popup__btn-arrow svg {
  height: 63px;
  width: 63px;
  transition: all 400ms ease-in-out;
}

@media (min-width: 769px) and (max-width: 1600px) {
  .wp-popup__btn-text {
    width: 152px;
    height: 50px;
    font-size: 13px;
  }
  .wp-popup__btn-arrow svg {
    width: 50px;
    height: 50px;
  }
}
.wp-popup__btn .wp-popup__btn-arrow svg {
  fill: var(--black);
}
.wp-popup__btn .wp-popup__btn-arrow svg rect,
.wp-popup__btn .wp-popup__btn-arrow svg path {
  stroke: var(--white);
}
.wp-popup__exit {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  transition: all 400ms ease-in-out;
  width: 25px;
  height: 25px;
}
.wp-popup__exit svg{
    width: 100% !important;
    height: auto !important;
}
.wp-popup__bot {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.wp-popup__bot-linev {
  min-width: 1px;
  min-height: 100%;
  background-color: var(--black);
}
.wp-popup__bot-text {
  color: var(--black);
  text-align: right;
  font-family: Raleway;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.75px;
}
.wp-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.wp-popup.active .wp-popup__avatars-item {
  transform: translateX(0);
  opacity: 1;
}
.wp-popup.active .wp-popup__avatars-item:nth-child(1) {
  transition-delay: 300ms;
}
.wp-popup.active .wp-popup__avatars-item:nth-child(2) {
  transition-delay: 350ms;
}
.wp-popup.active .wp-popup__avatars-item:nth-child(3) {
  transition-delay: 400ms;
}
.wp-popup.active .wp-popup__info-job {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
.wp-popup.active .wp-popup__info-name {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 400ms;
}
.wp-popup.active .wp-popup__connect,
.wp-popup.active .wp-popup__text,
.wp-popup.active .wp-popup__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 400ms;
}
.wp-popup.active .wp-popup__exit {
  transition-delay: 450ms;
  opacity: 1;
}

@media (min-width: 2560px) {
  .wp-popup__wrapper {
    height: 652px;
    padding: 65px 84px;
  }
  .wp-popup__top {
    gap: 24px;
  }
  .wp-popup__avatars-item {
    width: 200px;
    height: 200px;
    margin-left: -13px;
  }
  .wp-popup__avatars-item img {
    border: 13px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(2) {
    width: 141.7px;
    height: 141.7px;
    margin-left: -36.4px;
  }
  .wp-popup__avatars-item:nth-child(2) img {
    border: 9.1px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(3) {
    width: 101.4px;
    height: 101.4px;
    margin-left: -10.4px;
  }
  .wp-popup__online {
    position: absolute;
  }
  .wp-popup__online svg {
    width: 46px;
    height: 46px;
  }
  .wp-popup__info-job {
    font-size: 24px;
  }
  .wp-popup__info-name {
    font-size: 28px;
  }
  .wp-popup__connect {
    font-size: 48px;
  }
  .wp-popup__text {
    max-width: 484px;
    font-size: 24px;
  }
  .wp-popup__exit svg {
    width: 28px;
    height: 28px;
  }
  .wp-popup__bot {
    gap: 40px;
  }
  .wp-popup__bot-text {
    font-size: 20px;
  }
}
@media (min-width: 3840px) {
  .wp-popup__wrapper {
    height: 1000px;
    padding: 100px 130px;
  }
  .wp-popup__top {
    gap: 36px;
  }
  .wp-popup__avatars-item {
    width: 308px;
    height: 308px;
    margin-left: -20px;
  }
  .wp-popup__avatars-item img {
    border: 20px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(2) {
    width: 218px;
    height: 218px;
    margin-left: -56px;
  }
  .wp-popup__avatars-item:nth-child(2) img {
    border: 14px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(3) {
    width: 156px;
    height: 156px;
    margin-left: -16px;
  }
  .wp-popup__online svg {
    width: 72px;
    height: 72px;
  }
  .wp-popup__info-job {
    font-size: 32px;
  }
  .wp-popup__info-name {
    font-size: 44px;
  }
  .wp-popup__connect {
    margin-top: 60px;
    font-size: 76px;
  }
  .wp-popup__text {
    max-width: 744px;
    font-size: 36px;
  }
  .wp-popup__exit svg {
    width: 44px;
    height: 44px;
  }
  .wp-popup__bot {
    margin-top: 88px;
    gap: 75px;
  }
  .wp-popup__bot-text {
    font-size: 32px;
  }
  .wp-popup__bot-linev {
    width: 2px;
  }
  .wp-popup__btn-text {
    width: 254.667px;
    height: 84px;
    font-size: 20px;
  }
  .wp-popup__btn-text svg {
    width: 41px;
    height: 40px;
  }
}
@media (min-width: 3840px) and (min-width: 3840px) {
  .wp-popup__btn-arrow svg {
    height: 84px;
    width: 84px;
  }
}
@media (max-width: 1600px) {
  .wp-popup__wrapper {
    height: 385px;
    padding: 38px 45px;
  }
  .wp-popup__top {
    gap: 14px;
  }
  .wp-popup__avatars-item {
    width: 118px;
    height: 118px;
    margin-left: -8px;
  }
  .wp-popup__avatars-item img {
    border: 8px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(2) {
    width: 84px;
    height: 84px;
    margin-left: -22px;
  }
  .wp-popup__avatars-item:nth-child(2) img {
    border: 5px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(3) {
    width: 60px;
    height: 60px;
    margin-left: -6px;
  }
  .wp-popup__online svg {
    width: 28px;
    height: 28px;
  }
  .wp-popup__info-job {
    font-size: 12px;
  }
  .wp-popup__info-name {
    font-size: 14px;
  }
  .wp-popup__connect {
    margin-top: 23px;
    font-size: 29px;
  }
  .wp-popup__text {
    max-width: 286px;
    font-size: 14px;
  }
  .wp-popup__exit svg {
    width: 17px;
    height: 17px;
  }
  .wp-popup__bot {
    margin-top: 34px;
  }
  .wp-popup__btn-text svg {
    width: 24px;
    height: 23px;
  }
}
@media (max-width: 768px) {
  .wp-popup__wrapper {
    width: 336px;
    height: 460px;
    padding: 68px 35px;
  }
  .wp-popup__top {
    gap: 10px;
  }
  .wp-popup__bot {
    margin-top: 0;
    justify-content: flex-start;
  }
  .wp-popup__bot-linev, .wp-popup__bot-text {
    display: none;
  }
  .wp-popup__avatars-item {
    width: 82px;
    height: 82px;
    margin-left: -5px;
  }
  .wp-popup__avatars-item img {
    border: 5px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(2) {
    width: 60px;
    height: 60px;
    margin-left: -19px;
  }
  .wp-popup__avatars-item:nth-child(2) img {
    border: 4px solid var(--white);
  }
  .wp-popup__avatars-item:nth-child(3) {
    width: 42px;
    height: 42px;
    margin-left: -2px;
  }
  .wp-popup__online {
    right: 10px;
  }
  .wp-popup__online svg {
    width: 16px;
    height: 16px;
  }
  .wp-popup__connect {
    font-size: 26px;
  }
  .wp-popup__text {
    font-size: 16px;
  }
  .wp-popup__btn {
    margin-top: 68px;
  }
  .wp-popup__btn-text svg {
    width: 30.929px;
    height: 30.929px;
  }
  .wp-popup__info {
    display: flex;
    flex-direction: column;
    gap: 1.5px;
  }
  .wp-popup__exit svg {
    width: 23px;
    height: 22px;
  }
}

.wp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	z-index: 999;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
	    transition: all .4s ease;
}
.wp-popup.active{
	opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.wp-popup__wrapper{
  height: auto;
  background-color: #fff;
}

//========= popup end ============


.wp-popup .popup__button button {
    border: 1px solid #000 !important;
}

.wp-popup .time-popup-button-text {
    color: #000;
	font-size: 13px;
}
.popup__button-text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.popup__button-text p {
	max-width: 130px;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
	font-weight: 600;
}
.popup__button-line{
	width: 1px;
    background: #000;
}

.wp-popup__info-name{
 color: #000;
}
.wp-popup__connect{
 color: #000;
}

@media(max-width:1350px){
	.wp-popup .popup__button{
	flex-direction: column;
	}
	.popup__button-text{
		justify-content: center;
		margin-bottom: 20px;
	}
	.popup__button-text p{
		text-align: center;
	}
}

body.no-scroll{
  overflow: hidden;
}

//========= popup end ============

/* Gallery Section Styles */
.gallery {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.gallery__headline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 50px;
}

.gallery__title {
    flex-shrink: 0;
}

.gallery__title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.gallery__text {
    flex: 1;
    max-width: 500px;
}

.gallery__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.gallery .fj-gallery {
    margin-top: 40px;
}

.gallery .fj-gallery-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery .fj-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery .fj-gallery-item img {
    transition: transform 0.3s ease;
}

.gallery .fj-gallery-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .gallery {
        padding: 60px 0;
    }
    
    .gallery__headline {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .gallery__title h2 {
        font-size: 36px;
    }
    
    .gallery__text {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .gallery__title h2 {
        font-size: 28px;
    }
    
    .gallery {
        padding: 40px 0;
    }
}

/* Gallery Lightbox Styles */
.fj-gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.fj-gallery-item a:hover {
    transform: scale(1.05);
}

.fj-gallery-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.fj-gallery-item a:hover::before {
    opacity: 1;
}

.fj-gallery-item a::after {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.fj-gallery-item a:hover::after {
    opacity: 1;
}

.fj-gallery-item a img,
.fj-gallery-item > a > img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    display: block;
}
