/*
Theme Name: nivakfloria.ru
Author: Roman Matishin
Version: 1.0
*/

@font-face {
  font-family: "Onest";
  src: url("../fonts/onest/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans VF";
  src: url("../fonts/IBM/IBMPlexSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* font-family: "Onest", sans-serif; */
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  background: white;
  color: #000000;
}
html, body {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}
html {
  scroll-behavior: smooth;
}
main.with-header {
  padding-top: 80px;
}
section {
  padding: 50px 0px;
}
.container-full {
  padding: 50px 0px;
}
@media (max-width: 1063px) {
  section,
  .container-full {
    padding: 30px 0px;
  }
}
h1,
h2,
h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
section h1,
h1 {
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 25px;
  letter-spacing: 1.5px;
}
section h2,
h2 {
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
section h3,
h3 {
  font-size: clamp(18px, 2.5vw, 24px);
  letter-spacing: 1.5px;
}
section h4,
h4 {
  font-size: clamp(18px, 2.5vw, 22px);
  letter-spacing: 1.5px;
}
.wp-block-heading {
  margin: 10px 0 5px 0;
}
.header {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  transition: background-color 0.7s ease, color 0.7s ease;
  z-index: 1000;
}
.header:hover,
.header.scrolled {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
.header:hover .icon-white,
.header.scrolled .icon-white {
  fill: black;
}
.header:hover .phone,
.header.scrolled .phone {
  color: black;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.logo img {
  height: 52px;
  transition: opacity 0.7s ease;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.main-nav a,
.socials a {
  position: relative;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.7s ease;
}
.main-nav a::after,
.footer-policy a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.main-nav a:hover::after,
.footer-policy a:hover::after {
  width: 100%;
}
.header:hover .main-nav a,
.header.scrolled .main-nav a {
  color: black;
}
.icon-white {
  width: 24px;
  height: 24px;
  fill: white;
  transition: fill 0.7s ease;
}
.header:hover .icon-white {
  fill: black;
}
.form-btn .btn {
  background: white;
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.7s ease, color 0.7s ease;
}
.header:hover .form-btn .btn,
.header.scrolled .form-btn .btn {
  background: black;
  color: white;
}
.socials {
  display: flex;
  gap: 15px;
  align-items: center;
}
.logo-mobile img,
.phone-mobile,
.socials-mobile-header,
.header-right-mobile,
.socials-mobile-nav {
  display: none;
}
.icons-svg {
  display: flex;
  gap: 10px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.burger {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: black;
  cursor: pointer;
}
.main-nav button,
.header-right button {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.slider-company {
  margin-bottom: 25px;
}
.slider-company .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-company .swiper-pagination,
.lifestyle-block__slider .swiper-pagination,
.infrastructure-block__slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
  z-index: 2;
  margin-bottom: 1rem;
  width: auto;
}
.slider-company .swiper-pagination-bullet,
.lifestyle-block__slider .swiper-pagination-bullet,
.infrastructure-block__slider .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: white;
  opacity: 0.5;
  cursor: pointer;
}
.slider-company .swiper-pagination-bullet-active,
.lifestyle-block__slider .swiper-pagination-bullet-active,
.infrastructure-block__slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
}
.swiper-button button {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 20px;
  margin: 0 40px;
}
.icon-slider {
  width: 24px;
  height: 24px;
  transition: fill 0.7s ease;
}
.swiper-button button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.slider-item {
  position: relative;
}
.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
}
.slider-title {
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.slider-text {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.about-block {
  position: relative;
  width: 100%;
}
.about-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.about-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  text-align: center;
}
.about-block__content {
  color: white;
  max-width: 800px;
}
.about-block__content p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.about-block__title {
  text-transform: uppercase;
}
.architecture-block,
.unique-location {
  background-color: #f7f7f7;
}
.unique-location__wrapper,
.architecture-block__wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1.3rem;
}
.unique-location__image,
.architecture-block__image {
  flex: 1 1 65%;
}
.unique-location__image img,
.architecture-block__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 500px;
  display: block;
  transition: transform 0.5s ease;
}
.unique-location__image img:hover,
.architecture-block__image img:hover {
  transform: scale(1.05);
}
.unique-location__text,
.architecture-block__text {
  flex: 1 1 35%;
  background-color: white;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.5s ease;
}
.unique-location__text:hover,
.architecture-block__text:hover {
  transform: scale(1.05);
}
.architecture-block__list {
  list-style: disc inside;
}
.features-block {
  text-align: center;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.feature-item {
  position: relative;
  overflow: hidden;
}
.feature-item img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.feature-item:hover img {
  transform: scale(1.05);
}
.feature-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(0 0 0 / 0.25);
  color: white;
  font-weight: 600;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.lifestyle-block__wrapper,
.infrastructure-block__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.3rem;
}
.lifestyle-block__slider,
.infrastructure-block__slider {
  flex: 1 1 65%;
  width: 100%;
}
.lifestyle-block__slider img,
.infrastructure-block__slider img {
  width: 100%;
  height: 500px;
  display: block;
  max-height: 100%;
  object-fit: cover;
}
.lifestyle-block__content,
.infrastructure-block__text {
  flex: 1 1 35%;
}
.infrastructure-block__list {
  list-style: disc inside;
}
.desktop-banner {
  display: block;
  position: relative;
  text-align: center;
}
.desktop-banner__wrapper {
  position: relative;
  width: 100%;
}
.desktop-banner__bg {
  width: 100%;
  height: auto;
  display: block;
}
.info-point {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.info-point__icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-point__icon img {
  width: 100%;
  height: auto;
}
.info-point__text {
  display: flex;
  flex-direction: column;
  margin-left: -1rem;
  min-width: 8rem;
  max-width: 22rem;
  position: relative;
}
.info-point__label {
  background: white;
  padding: 0.5rem;
  font-weight: bold;
  margin-left: 10px;
}
.info-point__desc {
  background: rgba(17, 17, 17, 0.7);
  color: white;
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  transition: opacity 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.info-point:hover .info-point__desc {
  opacity: 1;
  visibility: visible;
}
.info-point__leaf {
  margin-left: -0.5rem;
  margin-bottom: 1rem;
}
.desktop-banner__footer {
  position: absolute;
  bottom: 0;
  width: 92%;
  left: 4%;
  background-color: rgb(0 0 0 / 0.25);
  color: white;
  padding: 1rem;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.accordion-mobile {
  display: none;
}
.accordion-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0px;
  cursor: pointer;
}
.accordion-header img {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  border: 2px solid black;
}
.accordion-title {
  margin-left: 1rem;
  font-weight: bold;
}
.accordion-toggle {
  margin-left: auto;
  transition: transform 0.5s ease;
}
.accordion-content {
  display: none;
  padding: 1rem;
  background: rgba(17, 17, 17, 0.7);
  color: white;
}
.accordion-item.active .accordion-toggle {
  transform: rotate(180deg);
}
.map-block .container-full {
  padding: 0px;
  margin-top: 25px;
}
.map-block__image img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  object-fit: cover;
}
.map-block__desc {
  margin-bottom: 1.5rem;
}
.slider-company,
.about-block,
.desktop-banner,
.map-block__image {
  max-width: 1920px;
  margin: 0 auto;
}
.developer-block {
  background-color: #f7f7f7;
}
.developer-block__wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.3rem;
}
.developer-block__text {
  flex: 1 1 65%;
}
.developer-block__image {
  flex: 1 1 35%;
}
.developer-block__text p {
  margin-bottom: 1rem;
}
.developer-block__image img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.cta-inspire h2 {
  text-transform: uppercase;
}
.cta-inspire__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.3rem;
}
.cta-inspire__text {
  flex: 1 1 50%;
}
.cta-inspire__form {
  flex: 1 1 50%;
}
.cta-inspire__form {
  max-width: 800px;
  margin: 0 auto;
}
.cta-inspire__form .wpcf7-form-control,
.modal-overlay .wpcf7-form-control {
  width: 100%;
  padding: 0.4rem 0.8rem;
  font-size: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 1rem;
}
.cta-inspire__form input.wpcf7-submit,
.modal-overlay input.wpcf7-submit {
  background: black;
  color: white;
  border: 1px solid transparent;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  transition: background-color 0.7s ease, color 0.7s ease,
    border-color 0.7s ease;
  font-weight: bold;
}
.cta-inspire__form input.wpcf7-submit:hover,
.modal-overlay input.wpcf7-submit:hover {
  background: white;
  color: black;
  border-color: black;
}
.cta-inspire__form .wpcf7-acceptance,
.modal-overlay .wpcf7-acceptance {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  border: none;
  padding: 0;
}
.cta-inspire__form .wpcf7-acceptance input[type="checkbox"],
.modal-overlay .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  margin-right: 0.6rem;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.cta-inspire__form .wpcf7-acceptance input[type="checkbox"]:checked::after,
.modal-overlay .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 14px;
  color: black;
}
.cta-inspire__form .wpcf7-acceptance input[type="checkbox"]:hover,
.modal-overlay .wpcf7-acceptance input[type="checkbox"]:hover {
  border-color: black;
}
.cta-inspire__form .wpcf7-acceptance a,
.standard-content p a,
.wp-block-list a,
.modal-overlay .wpcf7-acceptance a {
  color: #333;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.cta-inspire__form .wpcf7-acceptance a:hover,
.standard-content p a:hover,
.wp-block-list a:hover,
.modal-overlay .wpcf7-acceptance a:hover {
  color: black;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal {
  background: #fff;
  padding: 2rem 2rem 0 2rem;
  max-width: 600px;
  width: 90%;
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modal-notice {
  text-align: center;
  background: #fff;
  padding: 2.5rem;
  max-width: 400px;
  width: 90%;
  position: relative;
}
.modal-notice.success {
  border-left: 5px solid green;
}
.modal-notice.error {
  border-left: 5px solid red;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  display: inline-block;
}
.footer {
  background: #000000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer_inner1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-inner2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.footer-policy {
  font-size: 14px;
}
.footer-policy a,
.footer-inner2 a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.logo-footer img {
  height: 52px;
}
.footer .social-links {
  display: flex;
  gap: 10px;
  padding-top: 1rem;
}
.icon-white-footer {
  height: 24px;
  width: 24px;
  fill: white;
}
.footer__note {
  color: #ffffff;
  font-size: 14px;
}
.footer-inner2 .icon-white-footer:hover,
.footer-inner2 .phone:hover {
  fill: #c5c5c5;
  color: #c5c5c5;
}
.error-404 {
  min-height: 100vh;
}
.error-404-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto 0 auto;
}
.error-text p {
  margin-bottom: 10px;
}
.standard-page {
  min-height: 100vh;
}
.standard-content .wp-block-list li {
  margin-left: 30px;
}
.btn-custom {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  background: black;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color 0.7s ease, color 0.7s ease,
    border-color 0.7s ease;
  border: 1px solid transparent;
}
.standard-back {
  margin-bottom: 20px;
}
.btn-custom:hover {
  background: white;
  color: black;
  border-color: black;
}
@media (max-width: 1275px) {
  .header-right .socials .phone {
    display: none;
  }
  .header-right .icons-svg .phone-mobile {
    display: block;
  }
}
@media (max-width: 1175px) {
  .header {
    background-color: white;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  }
  .logo,
  .socials .icons-svg,
  .header-right {
    display: none;
  }
  .header-right-mobile {
    margin-left: auto;
    display: block;
    margin-right: 20px;
  }
  .logo-mobile img {
    display: block;
    height: 52px;
  }
  .form-btn .btn {
    background: black;
    color: white;
  }
  .socials-mobile-header {
    display: flex;
    gap: 10px;
  }
  .socials-mobile-nav {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .socials-mobile-header .icon-white,
  .icon-white {
    fill: black;
  }
  .burger {
    display: block;
  }
  .main-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: absolute;
    top: 100%;
    right: -320px;
    width: 250px;
    height: auto;
    background-color: white;
    padding: 15px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    gap: 20px;
    transition: right 0.4s ease;
    z-index: 999;
  }
  .main-nav a {
    color: black;
  }
  .main-nav.active {
    right: 0;
    border: solid 1px #e7e7e7;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 10px;
  }
  .socials {
    justify-content: center;
  }
  .icon-white,
  .icon-slider {
    width: 20px;
    height: 20px;
  }
  .socials-mobile-header a {
    display: flex;
    align-items: center;
  }
  main.with-header {
    padding-top: 70px;
  }
}
@media (max-width: 1063px) {
  /* .header {
    background-color: white;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
  }
  .logo,
  .socials .icons-svg,
  .header-right {
    display: none;
  }
  .header-right-mobile {
    margin-left: auto;
    display: block;
    margin-right: 20px;
  }
  .logo-mobile img {
    display: block;
    height: 52px;
  }
  .form-btn .btn {
    background: black;
    color: white;
  }
  .socials-mobile-header {
    display: flex;
    gap: 10px;
  }
  .socials-mobile-nav {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .socials-mobile-header .icon-white,
  .icon-white {
    fill: black;
  }
  .burger {
    display: block;
  }
  .main-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: absolute;
    top: 100%;
    right: -320px;
    width: 250px;
    height: auto;
    background-color: white;
    padding: 15px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    gap: 20px;
    transition: right 0.4s ease;
    z-index: 999;
  }
  .main-nav a {
    color: black;
  }
  .main-nav.active {
    right: 0;
    border: solid 1px #e7e7e7;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 10px;
  }
  .socials {
    justify-content: center;
  }
  .icon-white,
  .icon-slider {
    width: 20px;
    height: 20px;
  }
  .socials-mobile-header a {
    display: flex;
    align-items: center;
  }
  main.with-header {
    padding-top: 60px;
  } */
  .slider-company {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .desktop-banner {
    display: none;
  }
  .logo-footer img {
    height: 40px;
  }
  .icon-white-footer {
    width: 20px;
    height: 20px;
  }
  .accordion-mobile {
    display: block;
  }
  .accordion-header img {
    width: 80px;
    height: 80px;
  }
  .features-block {
    text-align: left;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .architecture-block__wrapper,
  .infrastructure-block__wrapper {
    flex-direction: column;
  }
  .unique-location__wrapper,
  .lifestyle-block__wrapper {
    flex-direction: column-reverse;
  }
  .unique-location__text,
  .architecture-block__text {
    padding: 0;
    box-shadow: none;
  }
  .architecture-block,
  .unique-location {
    background-color: #ffffff;
  }
  .unique-location__image img,
  .architecture-block__image img,
  .lifestyle-block__slider img,
  .infrastructure-block__slider img,
  .map-block__image img {
    height: 430px;
    min-height: 100%;
  }
  .developer-block__wrapper {
    flex-direction: column;
  }
  .developer-block__image img {
    max-width: 300px;
  }
  .developer-block__wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .slider-company .swiper-slide img {
    height: 24rem;
    display: block;
  }
  .slider-company .swiper-button {
    display: none;
  }
  .logo-mobile img {
    height: 40px;
  }
  .accordion-header img {
    width: 70px;
    height: 70px;
  }
  .about-block__image img {
    min-height: 384px;
    object-fit: cover;
  }
  .slider-content {
    width: 100%;
  }
  .unique-location__image img,
  .architecture-block__image img,
  .lifestyle-block__slider img,
  .infrastructure-block__slider img,
  .map-block__image img {
    height: 330px;
  }
  .cta-inspire__wrapper {
    flex-direction: column;
  }
  .cta-inspire__form {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .footer .footer_inner1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .footer__note {
    font-size: 12px;
  }
  .feature-caption {
    font-size: 14px;
  }
  .lifestyle-block__wrapper .swiper-pagination,
  .infrastructure-block__slider .swiper-pagination {
    display: none;
  }
  .developer-block__image img {
    max-width: 250px;
  }
}
@media (max-width: 420px) {
  .modal {
    padding: 1rem 1rem 0 1rem;
    margin-top: 1rem;
  }
  .modal .modal__content .form__text {
    display: none;
  }
  .modal .modal__content h2 {
    margin-bottom: 0;
  }
  .modal-overlay {
    overflow-y: auto;
  }
  .modal {
    overflow-y: auto;
    max-height: 90vh;
  }
}
@media (max-width: 300px) {
  .logo-mobile img {
    height: 30px;
  }
}

.wow {
  animation-play-state: paused;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.grecaptcha-badge {
    z-index: 9;
}
