.home {
  position: relative;
  font-family: "Century Gothic";
  min-height: calc(100vh - 4px);
}
.home__show-more {
  display: none;
  position: relative;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11px;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.home__show-more__img {
  text-align: center;
}
.home__show-more__img img {
  transform: rotate(0);
  transition: all 0.4s ease;
}
.home__show-more p {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 3px 0;
  color: #ededed;
}
.home__show-more.show img {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.home__container {
  margin: 0px 90px;
}
.home__content {
  color: #fff;
  padding-top: 234px;
  padding-top: 13.5%;
}
.home__content h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.23;
  margin: 0;
  position: relative;
  z-index: 5;
}
.home__content h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.23;
  letter-spacing: 0.005em;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
}
.home__content__counter {
  display: flex;
  flex-wrap: wrap;
  max-width: 660px;
  padding: 45px 0px 60px 0px;
  position: relative;
  z-index: 5;
}
.home__content__counter__item {
  width: calc(25% - 22px);
  border-left: 2px solid #fff;
  padding: 0px 10px;
  margin: 15px 0px;
}
.home__content__counter__item h4 {
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  color: #edeef0;
  margin: 0 0 15px 0;
}
.home__content__counter__item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.23;
  color: #fff;
}

.home__content__logotypes__title {
  margin-bottom: 7px;
  position: relative;
  z-index: 3;
}
.home__content__logotypes__title h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.home__content__logotypes__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 916px;
  padding-bottom: 145px;
}
.home__content__logotypes__wrap__infostud {
  position: relative;
  width: calc(46% - 27px);
  padding-right: 23px;
}
.home__content__logotypes__wrap__infostud::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #373f48;
  display: block;
  z-index: 9;
}
.home__content__logotypes__wrap__infostud__top {
  text-align: center;
  padding: 24px 10px 10px 10px;
}
.home__content__logotypes__wrap__infostud__bottom {
  padding-top: 25px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 0px;
  flex-wrap: wrap;
}

.home__content__logotypes__wrap__infostud__bottom__item {
  width: 33.333%;
}

.home__content__logotypes__wrap__inspira {
  width: calc(54% + 4px);
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home__content__logotypes__wrap__inspira__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 8px 0px;
}
.home__content__logotypes__wrap__inspira__row__item {
  width: 25%;
  text-align: center;
}
.home__content__logotypes__wrap img {
  transition: all 0.4s ease;
  position: relative;
  z-index: 5;
}
.home__content__logotypes__wrap img:hover {
  transform: scale(0.95);
}
.home__content__logotypes__wrap a {
  text-decoration: none;
  display: inline-block;
}

.home__logotypes__mobile {
  opacity: 0;
  visibility: hidden;
  display: none;
}

@media only screen and (max-width: 1600px) and (max-height: 768px) {
  .home__content {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 1536px) {
  .home__container {
    margin: 0px 70px;
  }
  .home__content h1 {
    font-size: 58px;
  }
  .home__content h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 768px) {
  .home__content {
    padding-top: 12%;
  }
}
@media only screen and (max-width: 1399px) {
  .home__content h1 {
    font-size: 52px;
  }
  .home__content h2 {
    font-size: 40px;
  }
  .home__content__counter {
    padding: 40px 0px 55px 0px;
  }
  .home__content__logotypes__wrap {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__container {
    margin: 0px 50px;
  }
  .home__content h1 {
    font-size: 42px;
    margin-bottom: 6px;
  }
  .home__content h2 {
    font-size: 30px;
  }
  .home__content__counter {
    max-width: 580px;
  }
  .home__content__counter__item p {
    font-size: 16px;
  }
  .home__content__counter__item h4 {
    font-size: 21px;
  }
  .home__content__logotypes__wrap {
    padding-bottom: 90px;
  }
  .home__content__logotypes__title h5 {
    font-size: 16px;
  }
  .home__content__counter {
    padding: 35px 0px 50px 0px;
  }
}
@media (max-width: 1280px) and (max-height: 740px) {
  .home__content {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 720px) {
  .home__content {
    padding-top: 125px;
  }
  .home__content__counter__item p {
    font-size: 15px;
  }
  .home__content__counter {
    padding: 25px 0px 25px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .home__container {
    margin: 0px 24px;
    text-align: center;
  }
  .home__content__logotypes__wrap {
    flex-direction: column;
    max-width: 630px;
    margin: 0 auto;
  }
  .home__content__logotypes__wrap__infostud {
    width: 100%;
    padding-right: 0;
  }
  .home__content__logotypes__wrap__infostud::after {
    content: none;
  }
  .home__content__logotypes__wrap__infostud__bottom {
    padding-bottom: 16px;
    position: relative;
  }
  .home__content__logotypes__wrap__infostud__bottom::before {
    content: "";
    border-bottom: 1px solid white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    z-index: 5;
    opacity: 0.19;
  }
  .home__content__logotypes__wrap__infostud__bottom__item {
    width: 33.333%;
  }
  .home__content__logotypes__wrap__inspira {
    width: 100%;
  }
  .home__content__counter {
    margin: 0 auto;
  }
  .home__content {
    padding-top: 150px;
  }
  .home__content h1 {
    font-size: 38px;
  }
  .home__content h2 {
    font-size: 28px;
  }
}
@media (min-width: 991px) and (min-height: 1080px) {
  .home {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home__content {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .home__content h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 660px) {
  .home {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .mobile-logotypes-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
  }
  .home__content h1,
  .home__content h2 {
    color: #ededed;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .home__content__counter {
    max-width: 100%;
    padding-bottom: 60px;
  }
  .home__content__counter__item {
    text-align: left;
    width: calc(25% - 12px);
    padding: 0 3px 0 7px;
  }
  .home__content__counter__item h4 {
    color: #ededed;
    font-size: 17px;
    margin: 0 0 12px 0;
  }
  .home__content__counter__item p {
    font-size: 14px;
    max-width: 95%;
  }
  .home__show-more {
    display: block;
    bottom: 51px;
  }
  .home__content__logotypes {
    display: none;
  }
  .home__logotypes__mobile {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .home__logotypes__mobile a {
    text-decoration: none;
  }
  .home__logotypes__mobile .logo-popup__box__btn {
    position: relative;
    padding: 16px 0px;
  }
  .home__logotypes__mobile .logo-popup__box__btn::before {
    content: "";
    width: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.19);
  }
  .home__logotypes__mobile .logo-popup__box__btn a {
    text-decoration: none;
  }
  .home__logotypes__mobile .logo-popup__box__btn a {
    color: #1d7f35;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    text-decoration: none;
    z-index: 5;
  }
  .home__logotypes__mobile .logo-popup__box__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-100%, 100%);
    right: -20px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow-dgreen.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    opacity: 0;
    left: auto;
  }
  .home__logotypes__mobile .logo-popup__box__btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -20px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow-dgreen.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s linear;
    left: auto;
    border: none;
  }
  .home__logotypes__mobile .logo-popup__box__btn a:hover::before {
    transform: translate(100%, -130%);
    opacity: 0;
  }
  .home__logotypes__mobile .logo-popup__box__btn a:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
    right: -20px;
  }
  .home__logotypes__mobile .logo-popup__box__text {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 40px;
    max-height: 30vh;
    overflow-y: auto;
  }
  .home__logotypes__mobile .logo-popup__box__logo {
    margin-bottom: 28px;
  }
  .home__logotypes__mobile .logo-popup__box__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo__popup__box__btn__close {
    color: #1d7f35;
    font-size: 16px;
    line-height: 27px;
    cursor: pointer;
  }
  .home__logotypes__mobile__wrap__infostud__top img {
    max-width: 109px;
  }
}
@media only screen and (max-width: 575px) {
  .home__content h1 {
    font-size: 26px;
  }
  .home__content h2 {
    font-size: 26px;
  }
  .home__content__counter__item p {
    font-size: 10px;
    max-width: 90px;
  }
  .home__logotypes__mobile .logo-popup__img img {
    width: 90%;
  }
  .home__logotypes__mobile__wrap__infostud__top .logo-popup__img img {
    width: 109px;
  }
  .home__logotypes__mobile__wrap__infostud__bottom .logo-popup__img img {
    width: 95%;
  }
}
/*Mobile Logotypes*/
.home__logotypes__mobile {
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 11;
  padding: 0px 24px;
  transition: 0.6s ease-out;
  position: absolute;
}
.home__logotypes__mobile__wrap__infostud__top {
  padding: 35px 15px 0px 15px;
}
.home__logotypes__mobile__wrap__infostud__bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-bottom: 27px;
}
.home__logotypes__mobile__wrap__infostud__bottom__item {
  text-align: center;
  width: calc(33.333% - 10px);
  padding: 27px 5px 0px 5px;
}
.home__logotypes__mobile__wrap__inspira {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home__logotypes__mobile__wrap__inspira__item {
  width: calc(33.33% - 10px);
  padding: 27px 5px 0px 5px;
}
.home__logotypes__mobile .logo-popup {
  position: static;
}
.home__logotypes__mobile .logo-popup__box {
  position: fixed;
  left: 0 !important;
  right: 0;
  bottom: 0;
  min-width: calc(100% - 50px);
  z-index: 9999999;
}
.home__logotypes__mobile .logo-popup__box__logo {
  justify-content: center;
}
.home__logotypes__mobile .logo-popup__box__logo__close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.home__logotypes__mobile .logo-popup__box__logo__close img {
  filter: brightness(0) invert(1);
}
.home__logotypes__mobile .logo-popup__img {
  position: relative;
  z-index: 6;
}

.home__logotypes__mobile.active-ml {
  z-index: auto;
}
.home__logotypes__mobile.active-ml .logo-popup__img.active-logo {
  z-index: 6;
}

.home__content > * {
  transition: 0.4s ease-in 0.2s;
  opacity: 1;
  visibility: visible;
}

.home__content.hide-content > * {
  transition: all 0.4s ease-out !important;
  opacity: 0 !important;
  visibility: hidden;
}

.home__logotypes__mobile.active-logotypes {
  bottom: 112px;
  transition: 0.8s ease-out;
}

.home__logotypes__mobile .logo-popup__img img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.home__logotypes__mobile .logo-popup__box__indicator {
  display: none;
}

@media (max-width: 575px) and (max-height: 460px) {
  .home {
    min-height: 460px;
    height: 100vh;
  }
}
.logo-popup {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box {
  position: absolute;
  left: -15px;
  bottom: 60px;
  background-color: rgba(58, 170, 53, 0.6);
  border-radius: 5px;
  text-align: left;
  z-index: 16;
  width: 100%;
  min-width: 450px;
  max-width: 450px;
  padding: 32px 33px 43px 33px;
  opacity: 0;
  visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box__logo {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo-popup__box__logo__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.logo-popup__box__logo__close img {
  transition: all 0.4s ease;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(169deg)
    brightness(993%) contrast(101%);
}
.logo-popup__box__logo__close img:hover {
  transform: rotate(180deg);
  cursor: pointer;
}
.logo-popup__box__text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 26px;
  color: #fff;
}
.logo-popup__box__text p {
  margin: 0;
  color: #fff;
}
.logo-popup__box__text a {
  color: #fff;
  display: inline-block;
}
.logo-popup__box__btn a {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  text-decoration: none;
  z-index: 5;
}
.logo-popup__box__btn a::before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.logo-popup__box__btn a::after {
  content: "";
  background-image: url("../img/home/arrow-popup.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -46px;
  width: 27px;
  height: 15px;
  transition: all 0.4s ease;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(169deg)
    brightness(993%) contrast(101%);
}
.logo-popup__box__btn a:hover::after {
  right: -54px;
}
.logo-popup__box.active-popup {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}
.logo-popup__img {
  position: relative;
  z-index: 6;
}

/* Box Indicator - Start */
.logo-popup__box__indicator {
  position: absolute;
  left: 23px;
  bottom: -6px;
  z-index: 4;
  display: none !important;
}
.logo-popup__box__indicator__inner {
  transform: rotate(45deg);
  background-color: #fcfcfc;
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

/* Popup Mobile */
.home__logotypes__mobile .logo-popup__box {
  transform: translateY(100%);
  border-top: 3px solid #1d7f35;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.11);
  border-radius: 10px 10px 0px 0px;
  transition: 0.4s ease;
  width: auto;
}

.home__logotypes__mobile .logo-popup__box.active-popup {
  transform: translateY(0%);
}

/* Box Indicator - End */
.logo-popup__img.active-logo {
  position: relative;
  z-index: 11;
}

.site-home.active-popup-item {
  position: relative;
}
.site-home.active-popup-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1366px) {
  .logo-popup__box {
    padding: 30px 25px 40px 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .logo-popup__box {
    min-width: 400px;
    max-width: 400px;
  }
  .logo-popup__box__logo {
    margin-bottom: 22px;
  }
  .logo-popup__box__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-popup__box {
    min-width: 380px;
    max-width: 380px;
  }
  .home__content__logotypes__wrap__infostud__top .logo-popup__box {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .home__content__logotypes__wrap__infostud__top .logo-popup__box__indicator {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 660px) {
  .logo-popup__box {
    padding: 22px 25px 0px 25px;
    color: #1f1f1f;
    background-color: #fcfcfc;
  }
  .logo-popup__box a,
  .logo-popup__box ul,
  .logo-popup__box ol,
  .logo-popup__box p {
    color: #1f1f1f;
  }
}
.home__layer-br {
  position: absolute;
  bottom: 0px;
  top: 0;
  right: 0;
  max-width: 66.042%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 4;
  overflow: hidden;
}
.home__layer-br img {
  display: block;
  width: 100%;
  height: auto;
}

.home__layer-rc {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  max-width: 57.188%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.home__layer-rc img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.home__layer-bottom {
  position: absolute;
  right: 0;
  bottom: 0px;
  max-width: 100%;
  z-index: 3;
  overflow: hidden;
}
.home__layer-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-overlay-1,
.mobile-overlay-2 {
  display: none;
}
.mobile-overlay-1 img,
.mobile-overlay-2 img {
  display: block;
}

@keyframes overlayBottomAnimMobile {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@media only screen and (max-width: 1024px) {
  .home__layer-br {
    max-width: 80%;
  }
  .home__layer-rc {
    max-width: 89%;
  }
}
@media only screen and (max-width: 660px) {
  .home__layer-br,
  .home__layer-rc,
  .home__layer-bottom {
    display: none;
  }
  .mobile-overlay-1 {
    z-index: 3;
  }
  .mobile-overlay-2 {
    z-index: 4;
  }
  .mobile-overlay-1,
  .mobile-overlay-2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .mobile-overlay-1 img,
  .mobile-overlay-2 img {
    width: 100%;
    height: auto;
    bottom: -35vh;
    position: relative;
    transform: translateY(100%);
  }
  .mobile-overlay-1 img {
    animation: overlayBottomAnimMobile 1.5s ease 0s forwards;
  }
  .mobile-overlay-2 img {
    animation: overlayBottomAnimMobile 1.5s ease 0.5s forwards;
  }
}
@media only screen and (max-width: 525px) {
  .mobile-overlay-1 img,
  .mobile-overlay-2 img {
    bottom: -25vh;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-overlay-1 img,
  .mobile-overlay-2 img {
    bottom: 0;
  }
}
.home__video {
  position: absolute;
  right: 0;
  bottom: 0px;
  top: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  width: 52.3%;
}
.home__video img,
.home__video iframe,
.home__video video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: inline-block;
}
.home__video .player {
  max-width: 100%;
  height: 100% !important;
}
.home__video .player video {
  object-fit: cover !important;
}
.home__video .video-wrap {
  position: relative;
  height: 100%;
}
.home__video .video-wrap__holder {
  width: 100%;
  height: 100%;
}
.home__video .video-wrap__holder iframe {
  display: block;
}
.home__video::before {
  content: "";
  background-color: #0b0f14;
  position: absolute;
  left: -170px;
  top: -10%;
  width: 60%;
  height: 120%;
  z-index: 1;
  transform: rotate(-13.2deg);
}
.home__video::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -12%;
  width: 120%;
  height: 120%;
  transform: rotate(-13.2deg);
  background-image: url("../img/home/img-overlay.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__video-mobile {
  display: none;
}

@keyframes videoOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .home__video {
    width: 68%;
  }
  .home__video::after {
    background-color: rgba(11, 15, 20, 0.4392156863);
  }
}
@media only screen and (max-width: 767px) {
  .home__video {
    width: 80%;
  }
}
@media only screen and (max-width: 660px) {
  .home__video {
    display: none;
  }
  .home__video-mobile {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .home__video-mobile__wrap {
    position: relative;
    height: 100%;
  }
  .home__video-mobile__wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 15, 20, 0.6);
    z-index: 2;
  }
  .home__video-mobile__wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
  }
}

/*# sourceMappingURL=front-page.css.map */
