@font-face {
  font-family: 'Proxima Nova Thin';
  src: url('fonts/Proxima\ Nova\ Thin.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url('fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('fonts/Proxima\ Nova\ Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Extrabold';
  src: url('fonts/Proxima\ Nova\ Extrabold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Black';
  src: url('fonts/Proxima\ Nova\ Black.otf.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bender Black';
  src: url('fonts/Bender_Black.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/*.cursor {*/
/*  top: 10px;*/
/*  left: 8px;*/
/*  width: 1.3rem;*/
/*  height: 1.3rem;*/
/*  background-image: url('../img/cursor2.cur');*/
/*  background-position: center;*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  position: fixed;*/
/*  -webkit-transform: translate(-50%, -50%);*/
/*          transform: translate(-50%, -50%);*/
/*  pointer-events: none;*/
/*  -webkit-transform-origin: 100% 100%;*/
/*          transform-origin: 100% 100%;*/
/*  z-index: 9999999999;*/
/*}*/
.link-grow {
  border-color: #DCB85D;
}
/** {*/
/*  cursor: none !important;*/
/*}*/
:root {
  font-size: 20px;
}
::-webkit-scrollbar {
  width: .6rem;
  border-radius: .4rem;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: .4rem;
}
::-webkit-scrollbar-thumb {
  background: #C08C4E;
  -webkit-box-shadow: 0px 4px 20px rgba(192, 140, 78, 0.4);
          box-shadow: 0px 4px 20px rgba(192, 140, 78, 0.4);
  border-radius: .4rem;
  width: .6rem;
}
ul,
li {
  margin: 0;
  padding: 0;
  display: block;
}
a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
h1,
h2 {
  font-family: 'Proxima Nova Extrabold';
}
body {
  font-family: 'Proxima Nova Regular';
}
button {
  outline: none;
  border: none;
}
.awards__content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.awards__content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 50rem;
}
.awards__content-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.img__awards-img {
  display: none;
}
.mobile-menu {
  display: none;
}
.fullPage-dots {
  position: fixed;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.fullPage-dots li {
  margin-bottom: 1rem;
}
.fullPage-dots li:last-child {
  margin-bottom: 0;
}
.fullPage-dots li a {
  background: #C9C9C9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.fullPage-dots .active a {
  background: linear-gradient(320.24deg, #815a23 10.8%, #ac8035 24.75%, #d9af56 38.2%, #e1c96a 52.66%, #d9af56 66.61%, #ac8035 80.06%, #a17631 92.93%, #eadd81 106.48%, #815a23 106.48%);
}
.fullPage-tabs {
  position: fixed;
  bottom: 4rem;
  width: 100%;
  left: 0;
  z-index: 10;
}
.fullPage-tabs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fullPage-tabs li {
  width: 19%;
}
.fullPage-tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: .4rem;
  height: 4.5rem;
  color: #fff;
}
.fullPage-tabs a svg {
  width: 1.5rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fullPage-tabs a svg path,
.fullPage-tabs a svg g,
.fullPage-tabs a svg rect {
  fill-opacity: .5;
  opacity: 1;
  fill: #000;
}
.fullPage-tabs a h3 {
  font-size: 0.75rem;
  line-height: 100%;
  max-width: 12rem;
}
.fullPage-tabs a p {
  opacity: .5;
  font-size: 0.6rem;
  font-family: 'Proxima Nova Thin';
}
.fullPage-tabs .active {
  border-radius: .4rem;
}
.fullPage-tabs .active a {
  background: #702d09;
}
.fullPage-tabs .active svg path,
.fullPage-tabs .active svg g,
.fullPage-tabs .active svg rect {
  fill: #CAA04B;
  opacity: 1;
  fill-opacity: 1;
}
.btn {
  color: #fff;
  background: linear-gradient(320.24deg, #815a23 10.8%, #ac8035 24.75%, #d9af56 38.2%, #e1c96a 52.66%, #d9af56 66.61%, #ac8035 80.06%, #a17631 92.93%, #eadd81 106.48%, #815a23 106.48%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.8rem;
  width: 15rem;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-family: 'Proxima Nova Bold';
  -webkit-box-shadow: 4px 4px 50px rgba(208, 170, 59, 0.4);
          box-shadow: 4px 4px 50px rgba(208, 170, 59, 0.4);
  -webkit-transition: none;
  transition: none;
}
.btn:hover {
  background: #fff;
  color: #aa8876;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.form {
  background: rgba(40, 40, 40, 0.6);
  border-radius: 1.3rem;
  position: relative;
}
.form__title {
  font-family: 'Proxima Nova Thin';
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.form-input {
  position: relative;
}
.form-input::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  /*background: url(../img/uzbekistan.svg) center center no-repeat;*/
  background-size: contain;
}
.form input {
  background: rgba(255, 255, 255, 0.03);
  border: none;
  outline: none;
  font-family: 'Proxima Nova Regular';
  padding: 1rem 1.5rem;
  height: 4rem;
  width: 100%;
  display: inline-block;
}
.form__time {
  background: rgba(255, 255, 255, 0.03);
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}
.form__time select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
}
.form__time option {
  display: block;
  background: #191919;
  color: #fff;
}
.form__time .fa {
  font-size: 0.8rem;
}
.form__text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Proxima Nova Thin';
}
.feedback {
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #F8F4E8;
  display: none;
}
.feedback__form {
  width: 27rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2rem 3rem;
  color: #fff;
  background: #4E4E4E;
}
.feedback__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.feedback__close img {
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
}
.feedback__title {
  font-family: 'Proxima Nova Bold';
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.feedback .form__title {
  margin-top: 1.2rem;
}
.feedback .form__btn {
  margin: 1.5rem 0;
  width: 100%;
}
.preloader {
  background: #F8F4E8;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.preloader__logo {
  width: 10.8rem;
}
.preloader__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader__title {
  color: #815a23;
  font-size: 1.8rem;
  font-family: 'Proxima Nova Extrabold';
  opacity: 0;
}
.preloader__title .letter {
  opacity: 0;
}
.preloader__load {
  position: absolute;
  left: 0;
  bottom: 10vh;
  text-align: right;
}
.preloader__percent {
  color: #CEA34D;
  font-family: 'Proxima Nova Bold';
  font-size: 1.8rem;
}
.preloader__loading {
  -webkit-transition: .2s all;
  transition: .2s all;
  width: 0;
  height: .25rem;
  background: linear-gradient(320.24deg, #815a23 10.8%, #ac8035 24.75%, #d9af56 38.2%, #e1c96a 52.66%, #d9af56 66.61%, #ac8035 80.06%, #a17631 92.93%, #eadd81 106.48%, #815a23 106.48%);
  position: relative;
  z-index: 1;
}
.preloader__loading-grey {
  height: .25rem;
  background: #D7D7D7;
  position: absolute;
  width: 100vw;
  bottom: 0;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 1rem;
  position: absolute;
  background: linear-gradient(180deg, #F8F4E8 24.82%, rgba(248, 244, 232, 0.78) 60.73%, rgba(248, 244, 232, 0.53) 83.06%, rgba(248, 244, 232, 0.05) 99.87%);
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 6rem;
  margin-right: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  -webkit-animation: spin infinite 25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: spin infinite 25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap:first-child {
  border-bottom: 0.07rem solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-lang__item {
  margin-right: 1rem;
}
.header-lang__link {
  color: #201D1D;
  display: inline-block;
}
.header-lang__link:hover {
  color: #aa8876;
}
.header-lang__link-current {
  color: #fff;
  padding: 0.2rem 1rem;
  background: #aa8876;
  border-radius: 1rem;
}
.header-lang__link-current:hover {
  color: #fff;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__item {
  margin-left: 3rem;
}
.header-menu__link {
  color: #4E4E4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__link svg {
  width: 1rem;
  margin-right: 0.7rem;
}
.header-menu__link svg path {
  fill-opacity: 1;
  fill: #aa8876;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.header-menu__link:hover {
  color: #aa8876;
}
.header-menu__mobi {
  display: none;
}
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.95rem;
}
.header-links__item {
  margin-right: 2.5rem;
}
.header-links__link {
  color: #4E4E4E;
  position: relative;
}
.header-links__link::after {
  position: absolute;
  bottom: -0.3rem;
  border-bottom: .1rem solid #DCB95D;
  left: 0;
  width: 0;
  content: '';
  -webkit-transition: .5s all;
  transition: .5s all;
}
.header-links__link:hover::after {
  width: 100%;
}
.header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-tel__img img {
  width: 3rem;
  height: 3rem;
  margin-right: 1.3rem;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse-white 2s infinite;
          animation: pulse-white 2s infinite;
  border-radius: 50%;
}
.header-tel__text {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Proxima Nova Bold';
}
.header-tel__text span {
  display: block;
  font-family: 'Proxima Nova Regular';
  font-size: 0.8rem;
}
.header-tel__mobi {
  display: none;
}
.header-main {
  position: fixed;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  5% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  5% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(203, 52, 43, 0);
            box-shadow: 0 0 0 10px rgba(203, 52, 43, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(203, 52, 43, 0);
            box-shadow: 0 0 0 0 rgba(203, 52, 43, 0);
  }
}
@keyframes pulse-white {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(203, 52, 43, 0);
            box-shadow: 0 0 0 10px rgba(203, 52, 43, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(203, 52, 43, 0);
            box-shadow: 0 0 0 0 rgba(203, 52, 43, 0);
  }
}
.section {
  color: #4E4E4E;
}
.section__title {
  font-size: 1.5rem;
}
.section__title-big {
  font-size: 3.2rem;
}
.section__text {
  font-size: 0.85rem;
  line-height: 200%;
  font-family: 'Proxima Nova Semibold';
}
.section__links a {
  color: #828282;
  font-size: 0.65rem;
  font-family: 'Proxima Nova Thin';
}
.section__links .fa {
  color: #702d09;
  font-size: 0.45rem;
  font-weight: 300;
  margin: 0 .85rem;
}
.section__more {
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}
.section__more span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section__more img {
  width: 2.3rem;
  margin-right: 1rem;
}
.main {
  background: url(../img/mainBg1.webp) center center no-repeat;
  background-size: cover;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.main .container {
  padding-right: 50%;
  padding-top: 15vh;
}
.main__title {
  font-size: 3rem;
  font-family: 'Proxima Nova Extrabold';
  margin-bottom: 3rem;
}
.main__text {
  line-height: 212%;
  margin-bottom: 5rem;
}
.main__btns {
  margin-bottom: 7rem;
}
.main__btn {
  margin-right: 1.5rem;
}
.main__btn-blur {
  background: #aa8876;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-adv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
}
.main-adv__item img {
  width: 2.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.main-adv__item span {
  font-size: 0.75rem;
  display: inline-block;
  max-width: 6rem;
}
.about {
  background: url(../img/mainBg2.webp) center center no-repeat;
  background-size: cover;
  position: relative;
}
.about .container {
  position: relative;
  padding-top: 15vh;
}
.about-content {
  width: 29rem;
}
.about__title {
  margin-bottom: 2rem;
}
.about__text {
  margin-bottom: 2.5rem;
}
.about__btn {
  margin-bottom: 8rem;
}
.about-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-numbers__item {
  text-align: center;
  margin-right: 4rem;
  font-family: 'Proxima Nova Semibold';
}
.about-numbers__item div {
  width: 5.5rem;
  height: 5.2rem;
  color: #702d09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  background: url(../img/zgg.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 0.8rem;
}
.about-numbers__item span {
  display: inline-block;
  max-width: 5.5rem;
}
.about-video__open {
  position: absolute;
  left: 83vw;
  top: 83vh;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.about-video__open img {
  width: 2rem;
}
.about-video__close {
  position: absolute;
  top: 4rem;
  right: 4rem;
  cursor: pointer;
  z-index: 10;
}
.about-video__subtitle {
  position: absolute;
    font-family: 'Proxima Nova Semibold';
    bottom: 5.5rem;
    width: 100%;
    padding: 0px 2.5rem;
    opacity: 0.3;
    transition: .3s;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    z-index: 9;
  
}
.about-video__subtitle:hover {
    opacity: 1;
}

.about-video__close img {
  width: 2rem;
}
.about-video__wrap {
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-clip-path: circle(4rem at 83vw 83vh);
          clip-path: circle(4rem at 83vw 83vh);
}
.about-video__wrap video {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-video__animate {
  left: 83vw;
  top: 83vh;
  position: absolute;
  z-index: 8;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: 2s all;
  transition: 2s all;
  overflow: hidden;
}
.about-video__animate::after {
  position: absolute;
  content: '';
  border: 0.5rem dashed #999;
  height: 8.9rem;
  width: 8.9rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.about-video__info {
  margin-left: 5.5rem;
  -webkit-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
  position: absolute;
  left: 83vw;
  top: 83vh;
}
.about-video__info h4 {
  font-size: 1.1rem;
  font-family: 'Proxima Nova Bold';
  margin-bottom: 0.5rem;
  color: #fff;
}
.about-video__info span {
  color: #fff;
  font-size: 0.75rem;
  font-family: 'Proxima Nova Thin';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-video__info span img {
  width: 1.1rem;
  margin-right: 0.6rem;
}
.about-desc {
  font-size: 0.75rem;
  font-family: 'Proxima Nova Thin';
  line-height: 200%;
  width: 26rem;
  height: 14rem;
  padding: 2rem 3rem;
  background: url(../img/about.png) center center no-repeat;
  background-size: contain;
  color: #fff;
  position: absolute;
  right: 0;
  top: 20vh;
}
.about-desc span {
  color: #EBC951;
}
.projects {
  background: url(../img/mainBg3.webp) center center no-repeat;
  background-size: cover;
}
.projects .container {
  position: relative;
  padding-bottom: 12rem;
}
.projects-content {
  width: 28rem;
}
.projects__title {
  margin-bottom: 2rem;
}
.projects__text {
  margin-bottom: 2.5rem;
}
.projects__btn {
  margin-bottom: 1rem;
}
.projects-carousel {
  position: absolute;
  width: 95vw;
  bottom: -7rem;
}
.projects-carousel .owl-stage {
  padding-top: 1rem;
}
.projects-carousel .owl-nav {
  position: absolute;
  top: -5rem;
  right: 10rem;
}
.projects-carousel .owl-nav svg {
  width: 1.5rem;
}
.projects-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.projects-carousel .owl-prev {
  margin-right: 1rem;
}
.projects-item {
  width: 23rem;
  height: 17rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  margin-right: 1.4rem;
  -webkit-transition: .4s all;
  transition: .4s all;
  color: #fff;
}
.projects-item:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.projects-item:hover .projects-item__link svg .arrow {
  fill: #aa8876;
  -webkit-animation: arrowMove 2s linear infinite;
          animation: arrowMove 2s linear infinite;
}
.projects-item__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.7rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.projects-item__type {
  padding: 0.4rem 1rem;
  background: #fff;
  border-radius: 1rem;
  color: #000;
  font-size: 0.65rem;
}
.projects-item__type-city {
  background: linear-gradient(320.24deg, #815a23 10.8%, #ac8035 24.75%, #d9af56 38.2%, #e1c96a 52.66%, #d9af56 66.61%, #ac8035 80.06%, #a17631 92.93%, #eadd81 106.48%, #815a23 106.48%);
  -webkit-box-shadow: 0px 0.2rem 1.5rem rgba(255, 229, 0, 0.18);
          box-shadow: 0px 0.2rem 1.5rem rgba(255, 229, 0, 0.18);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 5rem;
  margin-left: 0.25rem;
}
.projects-item__link {
  position: absolute;
  bottom: 2.2rem;
  right: 2.2rem;
  width: 2.5rem;
}
.projects-item__link svg {
  width: 100%;
}
.projects-item__title {
  font-family: 'Proxima Nova Bold';
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.projects-item__text {
  font-size: 0.7rem;
  line-height: 150%;
  width: 10rem;
  font-family: 'Proxima Nova Thin';
  padding-bottom: 1rem;
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  33% {
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
  66% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  33% {
    -webkit-transform: translateX(0.2rem);
            transform: translateX(0.2rem);
  }
  66% {
    -webkit-transform: translateX(-0.2rem);
            transform: translateX(-0.2rem);
  }
}
.projects-main {
  background: url(../img/projectBg.webp) center center no-repeat;
  background-size: cover;
  height: 75vh;
  color: #4e4e4e;
  padding-top: 11rem;
}
.projects-main .fullPage-tabs {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects-main .fullPage-tabs li {
  width: 24%;
}
.projects-main .fullPage-tabs svg {
  width: 2rem;
}
.projects-main .fullPage-tabs rect {
  width: 2rem;
}
.projects-main__title {
  margin: 1.5rem 0 2rem;
}
.projects-main__text {
  width: 32rem;
  margin-bottom: 5rem;
}
.projects-all {
  padding: 4rem 0 5.5rem;
  background: #f8f6e8;
  color: #fff;
}
.projects-all .container {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.5rem;
}
.projects-all .container .projects-item {
  width: 31%;
  margin: 1%;
}
.projects-single {
  height: 80vh;
  padding-top: 11rem;
  color: #4e4e4e;
  position: relative;
  z-index: 4;
  background-size: 80%;
}
.projects-single .container {
  position: relative;
  z-index: 4;
}
.projects-single::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  pointer-events: none;
  background: url(../img/gradient-news.webp) bottom center no-repeat;
  background-size: cover;
}
.projects-single__background {
  display: none;
}
.projects-single__title {
  margin: 1.5rem 0 2rem;
}
.projects-single__text {
  width: 17rem;
}
.projects-single__content {
  background: #f8f5e8;
  margin-top: -40vh;
  padding-bottom: 5.5rem;
  overflow-x: hidden;
}
.projects-single__content .projects-carousel {
  position: relative;
  bottom: 0;
  color: #fff;
}
.projects-single__content .projects-carousel .owl-nav svg {
  width: 1.5rem;
}
.projects-single__content .projects-carousel .owl-nav svg path {
  fill: #000;
}
.projects-single__content .projects-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.projects-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 7rem;
}
.projects-single__subtitle {
  font-family: 'Proxima Nova Extrabold';
  margin-bottom: 3rem;
}
.projects-single__gallery {
  position: relative;
  z-index: 5;
}
.projects-single__img {
  width: 40vw;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.projects-single__img img {
  width: 100%;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
.projects-single__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-single__thumb div {
  margin-right: .7rem;
  cursor: pointer;
  position: relative;
  border-radius: .9rem;
  overflow: hidden;
  height: 5.5rem;
}
.projects-single__thumb div::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58));
}
.projects-single__thumb img {
  width: 8rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-single__thumb .active {
  border: .15rem solid #C08C4E;
}
.projects-single__thumb .active::after {
  content: none;
}
.projects-single__desc {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  width: 50vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -2rem;
  padding: 3rem 3.5rem 5rem;
  position: relative;
  z-index: 5;
}
.projects-single__desc h3 {
  font-size: 1.8rem;
  font-family: 'Proxima Nova Bold';
  margin-bottom: 1.5rem;
}
.projects-single__desc p,
.projects-single__desc div {
  line-height: 175%;
}
.leaders {
  background: url(../img/mainBg4.webp) center center no-repeat;
  background-size: cover;
}
.leaders-content {
  width: 29rem;
}
.leaders__title {
  margin-bottom: 2rem;
}
.leaders__text {
  margin-bottom: 2rem;
}
.leaders-carousel {
  position: absolute;
  right: 0;
  bottom: 2rem;
  width: 37rem;
}
.leaders-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 7rem;
}
.leaders-carousel .owl-nav {
  position: absolute;
  bottom: 10rem;
  right: 5rem;
}
.leaders-carousel .owl-nav svg {
  width: 1.5rem;
}
.leaders-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.leaders-carousel .owl-prev {
  margin-right: 1rem;
}
.leaders-item {
  position: relative;
}
.leaders-item__info {
  width: 17rem;
  height: 22rem;
  background: url(../img/leaders.png) center center no-repeat;
  background-size: contain;
  padding: 2.2rem 0 2.2rem 3rem;
  display: none;
  color: #fff;
}
.leaders-item__subtitle {
  color: #702d09;
  font-size: 0.7rem;
  font-family: 'Proxima Nova Bold';
  margin-bottom: 1rem;
}
.leaders-item__close {
  display: none;
}
.leaders-item__title {
  font-size: 1.3rem;
  font-family: 'Proxima Nova Bold';
  line-height: 143%;
  margin-bottom: 1.5rem;
}
.leaders-item__text {
  line-height: 143%;
  font-size: 0.85rem;
  margin-bottom: 2.5rem;
}
.leaders-item__contact {
  font-size: 0.85rem;
  line-height: 178%;
}
.leaders-item__contact span {
  display: block;
}
.leaders-item__img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 1rem 1rem;
  -webkit-transition: .4s all;
  transition: .4s all;
}
.leaders-item__img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(214, 214, 214, 0.78)), to(rgba(214, 214, 214, 0.78)));
  background: linear-gradient(0deg, rgba(214, 214, 214, 0.78), rgba(214, 214, 214, 0.78));
}
.leaders-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leaders-item__active {
  margin-right: -5rem;
}
.leaders-item__active .leaders-item__info {
  display: block;
}
.leaders-item__active .leaders-item__img {
  width: 8rem;
  height: 8rem;
  padding: 1.5rem;
  background: url(../img/zgg-gold.svg) center center no-repeat;
  background-size: contain;
  margin: 1rem 0 0 2rem;
}
.leaders-item__active .leaders-item__img img {
  border-radius: 50%;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
/*S===============*/
.lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 10rem;
  z-index: 9999999;
}
.lb-nav {
  width: 120%;
  left: -10%;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/arr-1.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1 !important;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/arr-2.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1 !important;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/*S=================*/
.leaders-item__active .leaders-item__img::after {
  content: none;
}
.news {
  background: url(../img/mainBg5.webp) center center no-repeat;
  background-size: cover;
}
.news .container {
  padding-top: 15vh;
}
.news__title {
  margin-bottom: 2rem;
}
.news__btn {
  margin-bottom: 2rem;
}
.news-carousel .owl-stage {
  padding-top: 1rem;
}
.news-carousel .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
}
.news-carousel .owl-nav svg {
  width: 1.5rem;
}
.news-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.news-carousel .owl-prev {
  margin-right: 1rem;
}
.news-item {
  width: 19rem;
  height: 23rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  margin-right: 2rem;
  display: block;
  color: #fff;
  -webkit-transform: .5s all;
          transform: .5s all;
}
.news-item:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.news-item:hover .news-item__slashs svg path {
  fill: #aa8876;
  fill-opacity: 1;
}
.news-item__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-item__img::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(58, 58, 58, 0.4)), to(rgba(58, 58, 58, 0.4)));
  background: linear-gradient(0deg, rgba(58, 58, 58, 0.4), rgba(58, 58, 58, 0.4));
}
.news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__date {
  font-size: 1.6rem;
  font-family: 'Bender Black';
  margin-bottom: 0.7rem;
}
.news-item__date span {
  color: #CAA04B;
}
.news-item__date span::after {
  content: '/';
  font-family: 'Proxima Nova Regular';
  color: #fff;
  margin-left: .6rem;
}
.news-item__title {
  font-size: 0.8rem;
  font-family: 'Proxima Nova Thin';
  margin-bottom: 1.5rem;
}
.news-item__slashs {
  margin-bottom: 1.5rem;
}
.news-item__slashs svg {
  width: 100%;
}
.news-item__text {
  font-size: 0.9rem;
  line-height: 150%;
}
.news-main {
  background: url(../img/newsBg.webp) center center no-repeat;
  background-size: cover;
  padding: 14rem 0 6rem;
  color: #4e4e4e;
}
.news-main__title {
  margin-top: 1.5rem;
}
.news-main__content {
  background: #f8f6e8;
  padding: 3.5rem 0 5rem;
}
.news-main__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
}
.news-main__content .news-item {
  width: 23%;
  margin: 1%;
}
.news-single {
  position: relative;
  height: 85vh;
  padding-top: 15rem;
  color: #4E4E4E;
  background: url(../img/news-single.webp) center center no-repeat;
  background-size: cover;
}
.news-single .container {
  position: relative;
  z-index: 4;
}
.news-single__content {
  background: #f8f5e8;
  margin-top: -40vh;
  padding-bottom: 5.5rem;
  overflow-x: hidden;
}
.news-single__content .news-carousel {
  position: relative;
  bottom: 0;
  color: #fff;
}
.news-single__content .news-carousel .owl-nav svg {
  width: 1.5rem;
}
.news-single__content .news-carousel .owl-nav svg path {
  fill: #000;
}
.news-single__content .news-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.news-single__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: flex-start;*/
  margin-bottom: 7rem;
}
.news-single__subtitle {
  font-family: 'Proxima Nova Extrabold';
  margin-bottom: 3rem;
}
.news-single__img {
  width: 40vw;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.news-single__img img {
  width: 100%;
  max-width: 90% !important;
  border-radius: 1.2rem;
  /*max-height: 80vh;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.news-single__desc {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  width: 50vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: -2rem;
  padding: 3rem 3.5rem 5rem;
  position: relative;
  z-index: 5;
}
.news-single__desc h3 {
  font-size: 1.8rem;
  font-family: 'Proxima Nova Extrabold';
  margin-bottom: 2rem;
  padding-right: 20%;
}
.news-single__desc p {
  line-height: 175%;
  margin-bottom: 3rem;
}
.news-single__autor {
  font-family: 'Proxima Nova Extrabold';
}
.news-single__autor span {
  display: block;
  font-family: 'Proxima Nova Thin';
  color: #8c8c8c;
  line-height: 155%;
  margin-top: 1rem;
  font-style: italic;
}
.contact {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact .fp-tableCell {
  vertical-align: bottom;
}
.contact::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  pointer-events: none;
  background: url(../img/gradient.webp) center center no-repeat;
  background-size: cover;
}
.contact__title {
  margin-bottom: 3rem;
}
.contact-content {
  position: relative;
  z-index: 4;
  width: auto;
  display: inline-block;
}
.contact-numbers,
.contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.contact-numbers__img,
.contact-mail__img {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.5rem;
}
.contact-numbers__img img,
.contact-mail__img img {
  width: 100%;
}
.contact-numbers span,
.contact-mail span {
  font-size: 1rem;
  line-height: 189%;
  display: block;
}
.contact-mail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-follow {
  margin-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
}
.contact-follow li {
  margin-right: 1.7rem;
}
.contact-follow svg {
  width: 1.6rem;
}
.contact-follow svg path,
.contact-follow svg rect {
  fill: #4E4E4E;
}
.contact-follow svg:hover path,
.contact-follow svg:hover rect {
  fill: #aa8876;
}
.contact__form {
  padding: 2rem 3.5rem;
}
.contact .form {
  position: relative;
  z-index: 4;
  background: #EFECDE;
}
.contact .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}
.contact .form-wrap {
  width: 24%;
}
.contact .form-wrap .btn {
  width: 100%;
}
.contact .form input {
  border-radius: 2rem;
  background: rgba(84, 80, 80, 0.12);
}
.contact .form__time {
  border-radius: 2rem;
  background: rgba(84, 80, 80, 0.12);
}
.contact .form__text {
  text-align: center;
  color: #4e4e4e;
}
.contact-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aaa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  padding: 2rem 0;
  position: relative;
  z-index: 4;
}
.contact-copy img {
  width: 5.5rem;
  margin-left: 1rem;
}
.contact-copy__nova {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.contact-main .contact__title {
  margin-bottom: 2rem;
}
.contact-main .contact-numbers,
.contact-main .contact-mail {
  margin-bottom: 2rem;
}
.contact-main .contact-follow {
  margin-bottom: 3rem;
}
.history {
  background: url(../img/aboutBg2.webp) center center no-repeat;
  background-size: cover;
}
.history-carousel {
  width: 33rem;
  position: relative;
  z-index: 100;
}
.history-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 12.5rem;
  padding-right: 5rem;
  height: 20rem;
}
.history-carousel .owl-nav {
  position: absolute;
  bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-carousel .owl-nav svg {
  width: 1.5rem;
}
.history-carousel .owl-nav svg:hover path {
  fill: #aa8876;
}
.history-item {
  margin: 0 1.4rem;
  position: relative;
  z-index: 2;
}
.history-item__text {
  display: none;
  font-size: 0.7rem;
  font-family: 'Proxima Nova Thin';
  line-height: 200%;
  width: 28rem;
  color: #fff;
  height: 14rem;
  padding: 2rem 3rem;
  background: url(../img/about-gold.png) center center no-repeat;
  background-size: contain;
}
.history-item__text span {
  color: #702d09;
}
.history-item__dot {
  height: 0.9rem;
  width: 0.9rem;
  background: rgba(78, 78, 78, 0.2);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  border-radius: 50%;
  margin: 0 auto;
}
.history-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5rem;
}
.history-item__year {
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Proxima Nova Thin';
  font-size: 0.7rem;
  text-align: center;
  -webkit-transition: .4s all;
  transition: .4s all;
  color: #4e4e4e;
  opacity: .3;
}
.history-item__year span {
  display: block;
  font-size: 1.25rem;
}
.history-item__active {
  margin: 0 -10rem;
}
.history-item__active .history-item__text {
  display: block;
}
.history-item__active .history-item__year {
  opacity: 1;
}
.history-item__active .history-item__year span {
  font-size: 1.8rem;
  font-family: 'Proxima Nova Regular';
}
.history-item__active .history-item__dot {
  background: #702d09;
  -webkit-box-shadow: 0px 4px 18px rgba(192, 140, 78, 0.3);
          box-shadow: 0px 4px 18px rgba(192, 140, 78, 0.3);
}
.rewards {
  background: url(../img/aboutBg4.webp) center center no-repeat;
  background-size: cover;
}
.rewards__title {
  margin-bottom: 2rem;
}
.rewards-content {
  max-height: 20rem;
  overflow: auto;
  direction: rtl;
  padding-left: 2rem;
  margin-left: -2.6rem;
  width: 35rem;
}
.rewards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.5rem;
  background: rgba(58, 58, 58, 0.22);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: .6rem;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  direction: ltr;
  color: #fff;
}
.rewards-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rewards-item__wrap img {
  width: 2rem;
  margin-right: 1.4rem;
}
.rewards-item__name {
  max-width: 14rem;
}
.rewards-item__year {
  color: #4E4E4E;
  margin-right: 1rem;
}
.rewards-item .fa {
  font-size: 0.6rem;
  font-weight: 400;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}
.charity {
  background: url(../img/aboutBg5.webp) center center no-repeat;
  background-size: cover;
}
.fullPage-about .about {
  background-image: url(../img/aboutBg1.webp);
}
.fullPage-about .about .container {
  padding-bottom: 15vh;
}
.fullPage-about .about-video__wrap {
  -webkit-clip-path: circle(4rem at 83vw 70vh);
          clip-path: circle(4rem at 83vw 70vh);
}
.fullPage-about .about-video__open {
  top: 70vh;
}
.fullPage-about .about-video__info {
  top: 70vh;
}
.fullPage-about .about-video__animate {
  top: 70vh;
}
.fullPage-about .leaders {
  background-image: url(../img/aboutBg3.webp);
}
.fullPage-about .leaders .container {
  padding-top: 7vh;
}
.fullPage-about .leaders__title {
  margin-bottom: 0;
}
.fullPage-about .leaders .fp-tableCell {
  vertical-align: middle;
}
.fullPage-about .leaders-carousel {
  position: relative;
  width: 53rem;
  margin-top: 3rem;
}
.fullPage-about .leaders-carousel .owl-stage {
  height: 24rem;
}
.fullPage-about .leaders-carousel .owl-nav {
  right: auto;
  top: 5rem;
  left: 0;
}
.fullPage-about .leaders-carousel .owl-nav svg path {
  fill: #4e4e4e;
}
.fullPage-about .leaders-item__info {
  background-image: url(../img/leaders-gold.png);
  height: 14rem;
  width: 33rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
}
.fullPage-about .leaders-item__active {
  margin-right: -22rem;
}
.fullPage-about .leaders-item__active .leaders-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fullPage-about .leaders-item__wrap:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  margin-right: 1rem;
}
.fullPage-about .leaders-item__text {
  font-size: 0.7rem;
}
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px;
  }
}
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px;
  }
}
@media (max-width: 1600.98px) {
  :root {
    font-size: 16px;
  }
}
@media (max-width: 1500.98px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 1400.98px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px;
  }
}
@media (max-width: 1000.98px) {
  .main .container {
    padding-right: 30%;
  }
  .header-links__item {
    margin-right: 2rem;
  }
}
@media (max-width: 900.98px) {
  :root {
    font-size: 11px;
  }
}
@media (max-width: 800.98px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .cursor {
    display: none;
  }
  .preloader__content {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F8F4E8;
    z-index: 99;
    text-align: center;
    padding-top: 5rem;
  }
  .mobile-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-bottom: 3rem;
  }
  .mobile-menu .header__logo {
    position: absolute;
    top: 1rem;
    left: 15px;
  }
  .mobile-menu__close {
    position: absolute;
    top: 1rem;
    right: 15px;
  }
  .mobile-menu__lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.5rem;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
  }
  .mobile-menu__lang a {
    color: #201D1D;
    padding: .8rem 2rem;
    display: inline-block;
  }
  .mobile-menu__lang .active {
    color: #fff;
    background: #aa8876;
    -webkit-box-shadow: 0px 4px 30px rgba(192, 140, 78, 0.51);
            box-shadow: 0px 4px 30px rgba(192, 140, 78, 0.51);
    border-radius: 1.5rem;
  }
  .mobile-menu__main li {
    margin-bottom: 1.5rem;
  }
  .mobile-menu__main li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__main a {
    font-size: 1.3rem;
    color: #4E4E4E;
    font-family: 'Proxima Nova Bold';
  }
  .mobile-menu__tel {
    padding: 1rem 0;
    position: relative;
  }
  .mobile-menu__tel::after,
  .mobile-menu__tel::before {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.14);
  }
  .mobile-menu__tel::before {
    top: 0;
  }
  .mobile-menu__tel::after {
    bottom: 0;
  }
  .mobile-menu__tel a {
    font-size: 1.8rem;
    color: #4e4e4e;
    font-family: 'Proxima Nova Bold';
  }
  :root {
    font-size: 15px;
  }
  .section__title {
    font-size: 2rem;
    text-align: center;
  }
  .section__title-big {
    font-size: 2rem;
  }
  .section__text {
    text-align: center;
    padding: 0 15px;
  }
  .section__links {
    text-align: center;
  }
  .section__links .fa {
    color: #d19e4d;
  }
  .section__links a {
    color: #fff;
  }
  .fullPage-dots {
    left: auto;
    right: 15px;
  }
  .fullPage-dots li {
    margin-bottom: 0.7rem;
  }
  .fullPage-dots li a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .fullPage-tabs li {
    width: 20%;
  }
  .fullPage-tabs a {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fullPage-tabs a div {
    display: none;
  }
  .fullPage-tabs a svg {
    margin-right: 0;
  }
  .feedback__form {
    width: 95%;
    padding: 2rem;
  }
  .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-row {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    width: 60px;
  }
  .header-wrap {
    display: none;
  }
  .header-tel__mobi {
    display: block;
    margin-right: 30px;
  }
  .header-menu__mobi {
    display: block;
  }
  .main .container {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .main .fp-tableCell {
    vertical-align: bottom;
  }
  .main__title {
    padding: 0 5rem;
    margin-bottom: 1.2rem;
  }
  .main__btns {
    padding: 0 10px;
    margin-bottom: 2.2rem;
  }
  .main__text {
    margin-bottom: 5vh;
  }
  .main__btn {
    width: 100%;
    margin-bottom: 12px;
  }
  .main-adv__item {
    display: block;
  }
  .main-adv__item img {
    margin-bottom: .5rem;
  }
  .about-content {
    width: auto;
    text-align: center;
  }
  .about .container {
    padding-top: 0;
  }
  .about-video__wrap {
    display: none;
  }
  .about-video__open {
    display: none;
  }
  .about-video__info {
    display: none;
  }
  .about__btn {
    margin-bottom: 5rem;
  }
  .about-numbers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-numbers__item {
    margin-right: 0;
  }
  .about-numbers div {
    width: 4rem;
    height: 3.8rem;
    font-size: 1.5rem;
  }
  .about-numbers span {
    font-size: .7rem;
    max-width: 4rem;
  }
  .about-desc {
    display: none;
  }
  .fullPage-about .about__title {
    margin-bottom: 1rem;
  }
  .fullPage-about .about__text {
    margin-bottom: 20vh;
  }
  .fullPage-about .about-video__wrap {
    display: block;
    -webkit-clip-path: circle(3.5rem at 53vw 53vh);
            clip-path: circle(3.5rem at 53vw 53vh);
  }
  .fullPage-about .about-video__open {
    display: block;
    top: 53vh;
    left: 53vw;
  }
  .fullPage-about .about-video__info {
    display: block;
    top: 53vh;
    left: 53vw;
  }
  .fullPage-about .about-video__animate {
    display: none;
  }
  .fullPage-about .about-video__close {
    top: 2rem;
    right: 2rem;
  }
  .projects-content {
    width: auto;
    text-align: center;
  }
  .projects-carousel {
    bottom: -3rem;
  }
  .projects-carousel .owl-nav {
    display: none;
  }
  .projects-item {
    width: 19rem;
    height: 14rem;
  }
  .projects-item__wrap {
    padding: 1.2rem 1.5rem;
  }
  .projects-main {
    padding: 6rem 0;
    height: auto;
    background-image: url(../img/projectBg-mobi.jpg);
  }
  .projects-main__text {
    width: auto;
  }
  .projects-main__title {
    color: #fff;
  }
  .projects-main__text {
    color: #fff;
  }
  .projects-main .fullPage-tabs {
    width: 100%;
    overflow: auto;
    padding-bottom: 1rem;
  }
  .projects-main .fullPage-tabs a {
    height: 4.5rem;
  }
  .projects-main .fullPage-tabs li {
    width: 17rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1rem;
  }
  .projects-main .fullPage-tabs li a {
    padding: 0.5rem;
    background: #fff;
  }
  .projects-main .fullPage-tabs li a div {
    display: block;
  }
  .projects-main .fullPage-tabs li a svg {
    margin-right: .5rem;
  }
  .projects-main .fullPage-tabs li a h3 {
    width: auto;
    height: auto;
    font-size: 0.85em;
    color: #000;
  }
  .projects-main .fullPage-tabs li a p {
    font-size: 0.7rem;
    color: #000;
  }
  .projects-main .fullPage-tabs .active a {
    background: #702d09;
  }
  .projects-main .fullPage-tabs .active h3,
  .projects-main .fullPage-tabs .active p {
    color: #fff;
  }
  .projects-all {
    padding: 2rem 0 2.5rem;
  }
  .projects-all .container {
    margin-bottom: 2rem;
  }
  .projects-all .container .projects-item {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .projects-single {
    padding-top: 6rem;
    height: 68vh;
  }
  .projects-single::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 57, 57, 0.6)), to(rgba(57, 57, 57, 0.6)));
    background: linear-gradient(0deg, rgba(57, 57, 57, 0.6), rgba(57, 57, 57, 0.6));
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .projects-single__title {
    color: #fff;
  }
  .projects-single__text {
    width: auto;
    color: #fff;
  }
  .projects-single__wrap {
    display: block;
    margin-bottom: 4rem;
  }
  .projects-single__img {
    width: 100%;
  }
  .projects-single__content {
    margin-top: -20vh;
  }
  .projects-single__thumb {
    margin-bottom: 2rem;
  }
  .projects-single__thumb div {
    height: 4rem;
  }
  .projects-single__desc {
    margin-left: 0;
    width: 100%;
    padding: 2rem 1.5rem 4rem;
  }
  .leaders .fp-tableCell {
    vertical-align: middle;
    padding-bottom: 0;
    padding-top: 4rem;
  }
  .leaders-content {
    text-align: center;
    width: auto;
  }
  .fullPage-main .leaders .owl-carousel {
    position: static;
  }
  .fullPage-main .leaders-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    width: auto;
    padding: 0 15px;
  }
  .fullPage-main .leaders__btn {
    margin-bottom: 5rem;
  }
  .fullPage-main .leaders-item {
    position: static;
  }
  .fullPage-main .leaders-item__close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .fullPage-main .leaders-item__close img {
    width: 15px;
  }
  .fullPage-main .leaders-item__active {
    margin-right: 0;
    position: absolute;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    left: 0;
    bottom: -4rem;
    background: rgba(0, 0, 0, 0.8);
  }
  .fullPage-main .leaders-item__active .leaders-item__info {
    position: absolute;
    background: rgba(192, 140, 78, 0.1);
    -webkit-backdrop-filter: blur(100px);
            backdrop-filter: blur(100px);
    border-radius: 20px;
    z-index: 10;
    bottom: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 8.5rem;
    height: auto;
  }
  .fullPage-main .leaders-item__active .leaders-item__img {
    width: 5.5rem;
    height: 5.5rem;
    background: none;
    padding: 0;
    margin: 0 .5rem 1rem;
    -webkit-transform: none;
            transform: none;
    position: absolute;
    bottom: 27rem;
    left: 40%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 11;
  }
  .fullPage-main .leaders-item__img {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 .5rem 1rem;
  }
  .fullPage-main .leaders-item__img::after {
    content: none;
  }
  .fullPage-about .leaders-carousel {
    width: auto;
  }
  .fullPage-about .leaders-carousel .owl-nav {
    display: none;
  }
  .fullPage-about .leaders-carousel .owl-stage {
    height: 27rem;
  }
  .fullPage-about .leaders .container {
    padding-top: 0;
    padding-bottom: 14vh;
  }
  .fullPage-about .leaders-item__text {
    margin-bottom: 1rem;
  }
  .fullPage-about .leaders-item__title {
    margin-bottom: 0.5rem;
  }
  .fullPage-about .leaders-item__subtitle {
    margin-bottom: 0.5rem;
  }
  .fullPage-about .leaders-item__active {
    margin-right: -5.5rem;
  }
  .fullPage-about .leaders-item__active .leaders-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 17rem;
    height: 18rem;
    background-image: url(../img/leaders.png);
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .news .container {
    padding-top: 0;
    text-align: center;
  }
  .news__btn {
    margin-bottom: 5rem;
  }
  .news-carousel .owl-nav {
    display: none;
  }
  .news-item {
    text-align: left;
    width: 17rem;
  }
  .news-main {
    padding-top: 6rem;
    background-image: url(../img/newsBg-mobi.jpg);
  }
  .news-main__title {
    color: #fff;
  }
  .news-main__content {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
  }
  .news-main__content .container {
    margin-bottom: 2rem;
  }
  .news-main__content .news-item {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .news-single {
    padding-top: 6rem;
    height: 50vh;
    background-image: url(../img/news-single-mobi.jpg);
  }
  .news-single__text {
    width: auto;
  }
  .news-single__wrap {
    display: block;
    margin-bottom: 4rem;
  }
  .news-single__img {
    width: 100%;
  }
  .news-single__content {
    margin-top: -20vh;
  }
  .news-single__thumb {
    margin-bottom: 2rem;
  }
  .news-single__thumb div {
    height: 4rem;
  }
  .news-single__desc {
    margin-left: 0;
    width: 100%;
    padding: 2rem 1.5rem 4rem;
  }
  .history-carousel {
    width: auto;
  }
  .history-carousel .owl-stage {
    padding-left: 8rem;
  }
  .history-item__text {
    width: 23rem;
    height: 13rem;
    padding: 1.5rem 2rem;
  }
  .history-item__active {
    margin: 0 -8rem;
  }
  .rewards .container {
    padding-bottom: 5rem;
  }
  .rewards-content {
    width: 95%;
    margin-left: 0;
    padding-left: 0;
    overflow: auto;
    height: 26rem;
    max-height: 26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    direction: ltr;
  }
  .rewards-item {
    margin-right: 1rem;
    width: 100%;
    height: 4.5rem;
  }
  .rewards-item__year {
    display: none;
  }
  .charity .container {
    padding-bottom: 5rem;
  }
  .contact {
    overflow: hidden;
  }
  .contact::after {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(18.96deg, #f8f4e8 42.09%, rgba(248, 244, 232, 0) 68.29%);
  }
  .contact-content {
    padding: 0 20px;
  }
  .contact-copy {
    display: none;
  }
  .contact .form {
    background: transparent;
  }
  .contact-numbers,
  .contact-mail {
    margin-bottom: 2rem;
  }
  .contact-follow {
    margin-bottom: 2.5rem;
  }
  .contact__form {
    padding: 0 20px;
    background: transparent;
  }
  .contact__form .form-wrap {
    display: none;
  }
  .contact__form .form-wrap:last-child {
    display: block;
    width: 100%;
  }
  .contact__form .form__text {
    display: none;
  }
}
@media (max-width: 337.98px) {
  :root {
    font-size: 12px;
  }
}
