/*
Theme Name: IM4U
Theme URI: https://im4udma.com/
Description: IM4U theme for Origin Beach
Version: 1.2
Author: IM4U Dev
Author URI: https://im4udma.com/
Tags: clean, basic, starter

The CSS and HTML are released under the GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

@font-face {
  font-family: 'Actay';
  src: url('./fonts/Actay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Wide';
  src: url('./fonts/ActayWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pais';
  src: url('./fonts/Pais-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Pais Boldit';
  src: url('./fonts/Pais-SemiBoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html, body {
    scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Pais', serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}


h2 {
color: #020108;
font-family: Actay Wide;
font-size: 36px;
font-weight: 700;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
}


p {
color: #020108;
font-family: Pais;
font-size: 18px;
font-weight: 400;
line-height: 120%;
text-align: left;
}

hr {
    border-top: 1px solid #000 !important;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 0.5rem;
  width: 15px;
  height: 15px;
  background-color: #F2F0F0;
  border-radius: 3px;
  position: relative;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #F2F0F0;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 5px;
    width: 10px;
    height: 20px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}


.mt-130 {
	margin-top:100px;
}

.mt-20 {
	margin-top:75px;	
}

.mt-20 h1, .mt-20 h2, .mt-20 h3, .mt-20 h4, .mt-20 h5, .mt-20 h6, .mt-20 p, .mt-20 a  {
	  color:#000;
	  font-family: 'Pais';
}

/*=================================MENU==================================*/

.navbar {
	z-index:1;
	background-color: #fff !important;
}

 .navbar .logo img {
    max-width: 150px;
    padding: 5px 10px;

 }

.navbar ul{
gap:25px;
}


.dropdown-toggle {
font-family: 'Pais Boldit' !important;
}

.navbar .nav-link {
color: #000;
font-family: Pais;
font-size: 18px;
font-weight: 400;
line-height: 100%;
    cursor: pointer;
}

.navbar .active a {
	color:#BB5131;
}

.nav-link:focus, .nav-link:hover {
	color:#BB5131;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color:#BB5131;	
}


.navbar-toggler {
  border:none;
  position: relative;
  z-index: 9999;
}

.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler .close-icon {
    font-size: 36px !important;
    color: #000;
    line-height: 0;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*=================================CONTENT==================================*/
.vibo-stat {
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  justify-content: center;
  overflow: hidden;
}

.vibo-stat .content {
  background: white;
  display: flex;
  align-items: center; /* Выравнивание по вертикали */
  position: relative;
  float: right;
  width: 100%;
  max-width: 800px;
  padding: 20px 30px;
  right: 5%;
  top: 80%;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.vibo-stat .number-wrapper,
.vibo-stat .label-wrapper {
  position: relative;
  overflow: hidden;
  height: 60px;
  width:100%;
  white-space: nowrap;
}

.vibo-stat .number-wrapper {
  font-family: 'Actay Wide', sans-serif;
  font-size: 60px;
  width:300px;
      line-height: 115%;
  text-align: left;
}

.vibo-stat .label-wrapper {
  color: rgb(2, 1, 8);
  font-family: 'Actay', sans-serif;
  font-size: 42px;
  width:100%;
  text-align: left;
}

.vibo-stat .slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  will-change: transform, opacity;
  font-weight: 600;
  color: #000;
}

.vibo-stat .slide-item.leaving {
  transform: translateY(-100%);
  opacity: 0;
}

.vibo-stat .slide-item.entering {
  transform: translateY(0);
  opacity: 1;
}

.vibo-stat .slide-item.initial {
  transform: translateY(100%);
  opacity: 0;
}


.strategy-section {
      background-size: cover;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }

    .strategy-section .strategy-card {
    position: relative;
    background: white;
    max-width: 635px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    left: 330px;
    }

    .strategy-section .strategy-card h2 {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
line-height: 120%;
text-align: left;
    }

    .strategy-section .strategy-card hr {
      margin: 1rem 0 1.5rem;
      border-top: 2px solid #000;
      width: 100%;
    }

    .strategy-section .strategy-card p {
color: rgb(2, 1, 8);
font-family: Pais;
font-size: 18px;
line-height: 120%;
text-align: left;
 }
 
.services-section {
      background-color: #fff;
      padding: 100px 15px 60px;
    }

    .services-section h1 {
color: rgb(0, 0, 0);
font-family: Actay Wide;
font-size: 52px;
line-height: 120%;
text-align: left;
    margin-top: 50px;
    margin-bottom: 25px;
    }

    .services-section p {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 24px;
line-height: 120%;
text-align: left;
max-width: 900px;
    }

    .bg-textura {
      background-size: cover;
      height: 300px;
    }

.offer-section {
  margin: 75px 0;
}

.offer-section .mt50 {
  margin-top: 50px;
}

.offer-section .offer-title {
  color: rgb(2, 1, 8);
  font-family: Actay Wide;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}

.offer-section .offer-block h5 {
  color: rgb(2, 1, 8);
  font-family: Pais Boldit;
  font-size: 26px;
  line-height: 120%;
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: left;
}

.offer-section .offer-block .subtext {
  color: rgb(2, 1, 8);
  font-family: Pais;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.offer-section .offer-icon {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.offer-section .offer-icon img {
  width: 25px;
  height: auto;
  max-width: 25px;
}

.offer-section .offer-item {
    position: relative;
    z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.offer-section .offer-item strong {
  color: rgb(2, 1, 8);
  font-family: Pais Boldit;
  font-size: 20px;
  line-height: 120%;
  text-align: left;
}

.offer-section .offer-item p {
  color: rgb(2, 1, 8);
  font-family: Pais;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin-top: 5px;
}

.offer-section .offer-img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

/* Анимация пролета */
/* === Базова обгортка === */
.offer-section .stacked-image-container {
    position: relative;
    margin-top: 50px;
    width: 100%;
      max-height: 700px;
    aspect-ratio: 3 / 4;
}

/* Для зображень */
.offer-section .stacked-image-container img {
    max-height: 700px;
}

/* === Стилі для всіх зображень === */
.offer-section .stacked-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;

    /* Стартова позиція зліва (для анімації зліва направо) */
    transform: translateX(-100vw);
}

/* === Анімація активації === */
.offer-section .stacked-image.animate {
    animation-name: slideInFromScreenLeft; /* За замовчуванням */
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 1;
}

/* === Якщо контейнер має клас .right-direction === */
.offer-section .right-direction .stacked-image {
    transform: translateX(100vw); /* старт справа */
}

.offer-section .right-direction .stacked-image.animate {
    animation-name: slideInFromScreenRight;
}

/* === Індивідуальні затримки === */
.offer-section .stacked-image.image-1.animate {
    z-index: 1;
    animation-delay: 0s;
}

.offer-section .stacked-image.image-2.animate {
    z-index: 2;
    animation-delay: 0.75s;
}

.offer-section .stacked-image.image-3.animate {
    z-index: 3;
    animation-delay: 1.5s;
}

/* === Анімації === */
@keyframes slideInFromScreenLeft {
    from {
        transform: translateX(-100vw);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slideInFromScreenRight {
    from {
        transform: translateX(100vw);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}


.cta-section {
      padding: 5rem 0;
    }
    .cta-section .cta-heading {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
line-height: 120%;
text-align: left;
    }

    .cta-section .cta-description {
color: rgb(2, 1, 8);
font-family: Pais;
font-size: 18px;
line-height: 120%;
text-align: left;
    }
    .cta-section .cta-btn {
      background-color: #c7552c;
      border-radius: 10px;
      padding: 0.75rem 2rem;
color: rgb(255, 255, 255);
font-family: Pais;
font-size: 22px;
      border: none;
      transition: background 0.3s ease;
      
    }
    .cta-section .cta-btn:hover {
      background-color: #a84422;
    }
    .cta-section .cta-image {
      background-size: cover;
      width: 100%;
      height: 100%;
      min-height: 400px;
    }

.cta-section .cta-mxw {
max-width: 600px;
    margin: 0 auto;
}

.quienes-somos {
      min-height: 100vh;
    }
    .quienes-somos .text-column {
      color: #000;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4rem 2rem;
      text-align: left;
    }
    .quienes-somos .text-column h1 {
color: rgb(230, 225, 224);
font-family: Actay Wide;
font-size: 90px;
font-weight: 700;
line-height: 74%;
text-align: left;
    }

.quienes-somos .text-column h3 {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
font-weight: 700;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
} 

    .quienes-somos .text-column p {
color: rgb(2, 1, 8);
font-family: Pais;
font-size: 18px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
    }
    .quienes-somos .image-column {
      min-height: 400px;
    }


.nuestross {
      min-height: 100vh;
    }
    .nuestross .text-column {
      color: #000;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4rem 2rem;
      text-align: left;
    }

.nuestross .text-column h3 {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
} 

.nuestross .text-column strong {
font-family: Pais Boldit;
} 

.nuestross .text-column ul li {
margin: 25px 0;
} 

    .nuestross .text-column p {
color: rgb(2, 1, 8);
font-family: Pais;
font-size: 18px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
    }
    .nuestross .image-column {
      min-height: 400px;
    }
	
.alianzas {
      min-height: 100vh;
    }
    .alianzas .text-column {
      color: #000;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4rem 2rem;
      text-align: left;
    }

.alianzas .text-column h3 {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
} 

.alianzas .text-column strong {
font-family: Pais Boldit;
} 

.alianzas .text-column ul li {
margin: 25px 0;
} 

    .alianzas .text-column p {
color: rgb(2, 1, 8);
font-family: Pais;
font-size: 18px;
font-weight: 400;
line-height: 120%;
letter-spacing: 0%;
text-align: left;
    }
    .alianzas .image-column {
      min-height: 400px;
    }
	
.proyectos-destacados {
      padding: 5rem 0;
    }

    .proyectos-destacados span {
color: rgb(2, 1, 8);
font-family: Actay Wide;
font-size: 36px;
line-height: 120%;
text-align: left;
    }

.proyectos-destacados p {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 20px;
line-height: 120%;
text-align: left;
}

    .proyecto-images img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    display: block;
	border-radius:16px!important;
    }

    .projects-footer {
      display: flex;
       gap: 75px;
      justify-content: space-between;
      align-items: center;
      margin-top: 3rem;
    }

    .project-title {
color: rgb(2, 1, 8);
font-family: Pais Boldit;
font-size: 26px;
line-height: 120%;
text-align: left;
    }

    .btn-view {
      background-color: #b65a38;
      color: #fff;
      border-radius: 8px;
      padding: 0.75rem 1.5rem;
      font-weight: 500;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .btn-view:hover {
      background-color: #a04e31;
      color: #fff;
    }
/*=================================SWIPER SLIDER==================================*/	
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .Right_slider, .Left_slider {
      height: 80%;
      width: 100%;
    }

    .Right_slider_thumbs, .Left_slider_thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .Right_slider_thumbs .swiper-slide, .Left_slider_thumbs .swiper-slide {
      width: 25%;
	  margin-top: 10px;
      height: 100%;
      opacity: 0.4;
    }

    .Right_slider_thumbs .swiper-slide-thumb-active, .Left_slider_thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	

    .footer {
      background-color: #E6E1E0;
      color: white;
    }
	
	.footer img {
		    max-width: 300px;
	}
	
	.footer .row {
		padding: 3rem 0;
	}
	
	
    .footer .copyryte {
      background-color: #020108;
	  color:#fff;
    }
	
    .footer .menu {
	list-style-type: none;
    margin: 0;
    padding: 0;
	}	
	
    .footer .menu a, .footer .footer-menu a {
	cursor: pointer;
	color: #020108;
    font-family: Pais;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    }
	
	.footer .copyryte a {
    text-decoration: none;
    color: #fff;
}
	
	 .footer .menu a:hover, .footer .footer-menu a:hover {
		    color: #7c7c7c;
	 }
	
	.footer h6 {
color: #020108;
font-family: sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 120%;
	}
	
	.footer .df_brand {
    display: flex;
    gap: 50px;
    margin-top: 15px;

	}
	
/*=================================CF7==================================*/
.modal-dialog {
    max-width: 900px; 
    margin: auto;
}

.modal-content {
    border-radius: 0;
    border: none;
    background-color: #fff;
}

.modal-body {
    position: relative;
    padding: 38px 25px;
    flex: 1 1 auto;
}

.modal-body .left-column, .modal-body .right-column {
    padding: 0 15px;
}

.modal-body h2 {
color: rgb(0, 0, 0);
font-family: Actay Wide;
font-size: 33px;
line-height: 120%;
text-align: left;
}

.modal-body h3 {
color: rgb(0, 0, 0);
font-family: Pais Boldit;
font-size: 24px;
line-height: 120%;
text-align: center;
}

.modal-body p {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 18px;
line-height: 120%;
text-align: left;
}

.modal-body .subtext_right {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 14px;
line-height: 120%;
text-align: center;
}

.modal-body .contact-item {
display:flex;
gap: 15px;
}

.modal-body .contact-item p, .modal-body .contact-item a  {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 14px;
line-height: 120%;
text-align: left;
margin: 0;
text-decoration: none;
}

.modal-body .contact-item a:hover  {
color: rgb(0, 0, 0);
}

.modal-body .btn-outline-secondary {
    color: rgb(20, 78, 87);
    font-family: 'Pais', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    border-radius: 100px;
    background: rgb(217, 236, 234);
    padding: 15px;
    border: 0;
}

.modal-body .btn-outline-secondary:hover {
    background: #A4DDD7;
}

.btn-close {
position: relative;
    top: -35px;
    right: -25px;
    z-index: 10;
    font-size: 26px;
    float: right;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #f4f4f4;
  font-size: 16px;
}

.wpcf7 textarea {
  resize: none;
  height: 45px;
}

.wpcf7 label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 14px;
  color: #555;
}

.wpcf7-list-item {
    display: grid;
    grid-template-columns: 1fr 15fr;
    margin: 10px 0 0 10px;
    gap: 5px;
    align-items: center;
}

.wpcf7 .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 14px;
}

.wpcf7-submit {
  background: #BB5131;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.wpcf7-submit:hover {
  background: #953B20;
}

.btn-download {
  background-color: #d8edea;
  border: none;
  border-radius: 30px;
  padding: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #003a3a;
  display: block;
  text-decoration: none;
}

.wpcf7-submit {
    margin-top: 20px;
}

.wpcf7-list-item-label {
color: rgb(0, 0, 0);
font-family: Pais;
font-size: 11px;
font-weight: 400;
line-height: 120%;
text-align: left;
}

.btn-download:hover {
  background-color: #c8e0da;
}


/* Планшеты и меньше */
@media (max-width: 991.98px) {
.navbar-nav {
	margin:35px 0;
	text-align:center;
}
	

.vibo-stat {
	padding:12px;
}
  

.vibo-stat .content {
		display: grid;
        grid-template-columns: 1fr 2fr;
        right: 0;
        top: 70%;
}

.vibo-stat .label-wrapper {
	text-align:center;
}

.vibo-stat .number-wrapper {
	text-align:center;
}

.vibo-stat .vibo-stat .content {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }

.vibo-stat .number-wrapper, .vibo-stat .label-wrapper {
	height:30px;
}

.vibo-stat .number-wrapper {
    font-size: 24px;
    margin-right: 0;
	width:100%;
  }

.vibo-stat .label-wrapper {
    font-size: 18px;
  }
  

.slider_right .pdrow {
    padding: 0 12px;
}

  .slider_right h6,
  .slider_left h6 {
    font-size: 18px;
  }
  
.strategy-section .strategy-card {
        padding: 20px;
		left:0;
      }
      .strategy-card h2 {
        font-size: 1.4rem;
      }
	  
      .services-section h1 {
        font-size: 2rem;
      }

      .services-section p {
        font-size: 1rem;
      }

 .bg-textura {
        height: 200px;
      }
	  
  .offer-section .offer-title {
    font-size: 30px;
  }
	  
  .offer-section .offer-block h5 {
    font-size: 22px;
  }

  .offer-section .offer-block .subtext {
    font-size: 18px;
  }

  .offer-section .offer-item strong {
    font-size: 18px;
  }

  .offer-section .offer-item p {
    font-size: 15px;
  }  
  
  
  .cta-section .cta-heading {
    font-size: 30px;
  }

  .cta-section .cta-description {
    font-size: 16px;
  }

  .cta-section .cta-btn {
    font-size: 20px;
  }
  
      .cta-section .cta-image {
        min-height: 500px;
      }
	  
.cta-section {
    padding: 0;
}

.cta-section .cta-mxw {
    padding: 34px;	
}

.quienes-somos .text-column {
    padding: 60px 12px;
}

.quienes-somos .image-column {
    margin-bottom: 50px;
}

  .quienes-somos .text-column h1 {
    font-size: 64px;
  }

  .quienes-somos .text-column h3 {
    font-size: 30px;
  }

  .quienes-somos .text-column p {
    font-size: 16px;
  }
  
.nuestross .text-column {
    padding: 60px 12px;
}
  
  .nuestross .text-column h3 {
    font-size: 30px;
  }

  .nuestross .text-column p {
    font-size: 16px;
  }

  .nuestross .text-column ul li {
    margin: 20px 0;
  }
  
  
.alianzas .text-column {
    padding: 60px 12px;
}
  
  .alianzas .text-column h3 {
    font-size: 30px;
  }

  .alianzas .text-column p {
    font-size: 16px;
  }

  .alianzas .text-column ul li {
    margin: 20px 0;
  }
  
  .projects-footer {
    display: grid;
    gap: 25px;
  }
  
  .proyectos-destacados h3 {
    font-size: 30px;
  }

  .proyectos-destacados p {
    font-size: 18px;
  }

  .project-title {
    font-size: 22px;
  }

  .btn-view {
	width: 150px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
  .modal-body h2 {
    font-size: 28px;
  }

  .modal-body h3 {
    font-size: 20px;
	        margin-top: 45px;
  }

  .modal-body p {
    font-size: 16px;
  }

  .modal-body .subtext_right {
    font-size: 13px;
  }

  .modal-body .contact-item p,
  .modal-body .contact-item a {
    font-size: 13px;
  }

  .modal-body .btn-outline-secondary {
    font-size: 16px;
    padding: 12px;
  }
}

/* Смартфоны */
@media (max-width: 767.98px) {
  .proyecto-box {
	padding: 16px!important;
  }
  .slider_right h6,
  .slider_left h6 {
    font-size: 16px;
    text-align: center;
  }
  
  
  .offer-section .offer-title {
    font-size: 26px;
  }
  
  .offer-section .offer-block h5 {
    font-size: 20px;
  }

  .offer-section .offer-block .subtext {
    font-size: 16px;
  }

  .offer-section .offer-item strong {
    font-size: 16px;
  }

  .offer-section .offer-item p {
    font-size: 14px;
  }
  
  .cta-section .cta-heading {
    font-size: 26px;
  }

  .cta-section .cta-description {
    font-size: 15px;
  }

  .cta-section .cta-btn {
    font-size: 18px;
  }
  
  .quienes-somos .text-column h1 {
    font-size: 48px;
  }

  .quienes-somos .text-column h3 {
    font-size: 26px;
  }

  .quienes-somos .text-column p {
    font-size: 15px;
  }
  .nuestross .text-column h3 {
    font-size: 26px;
  }

  .nuestross .text-column p {
    font-size: 15px;
  }

  .nuestross .text-column ul li {
    margin: 18px 0;
  }
  .alianzas .text-column h3 {
    font-size: 26px;
  }

  .alianzas .text-column p {
    font-size: 15px;
  }

  .alianzas .text-column ul li {
    margin: 18px 0;
  }
  .proyectos-destacados h3 {
    font-size: 26px;
  }

  .proyectos-destacados p {
    font-size: 16px;
  }

  .project-title {
    font-size: 20px;
  }

  .btn-view {
    font-size: 15px;
  }
  .modal-dialog {
    max-width: 100%;
    margin: 1rem;
  }

  .modal-body h2 {
    font-size: 24px;
  }

  .modal-body h3 {
    font-size: 18px;
  }

  .modal-body p {
    font-size: 15px;
  }

  .modal-body .subtext_right {
    font-size: 12px;
  }

  .modal-body .contact-item p,
  .modal-body .contact-item a {
    font-size: 12px;
  }

  .modal-body .btn-outline-secondary {
    font-size: 15px;
    padding: 10px;
  }

  .btn-close {
    top: -25px;
    right: -15px;
    font-size: 22px;
  }
  
}

/* Очень маленькие экраны */
@media (max-width: 479.98px) {
  .offer-section .offer-title {
    font-size: 22px;
  }
  
  .offer-section .offer-block h5 {
    font-size: 18px;
  }

  .offer-section .offer-block .subtext {
    font-size: 14px;
  }

  .offer-section .offer-item strong {
    font-size: 14px;
  }

  .offer-section .offer-item p {
    font-size: 13px;
  }
  
  .cta-section .cta-heading {
    font-size: 22px;
  }

  .cta-section .cta-description {
    font-size: 14px;
  }

  .cta-section .cta-btn {
    font-size: 16px;
  }
  
  .quienes-somos .text-column h1 {
    font-size: 36px;
  }

  .quienes-somos .text-column h3 {
    font-size: 22px;
  }

  .quienes-somos .text-column p {
    font-size: 14px;
  }
  .nuestross .text-column h3 {
    font-size: 22px;
  }

  .nuestross .text-column p {
    font-size: 14px;
  }

  .nuestross .text-column ul li {
    margin: 15px 0;
  }
  .alianzas .text-column h3 {
    font-size: 22px;
  }

  .alianzas .text-column p {
    font-size: 14px;
  }

  .alianzas .text-column ul li {
    margin: 15px 0;
  }
  .proyectos-destacados h3 {
    font-size: 22px;
  }

  .proyectos-destacados p {
    font-size: 14px;
  }

  .project-title {
    font-size: 18px;
  }

  .btn-view {
    font-size: 14px;
  }
  .modal-body h2 {
    font-size: 20px;
  }

  .modal-body h3 {
    font-size: 16px;
  }

  .modal-body p {
    font-size: 14px;
  }

  .modal-body .subtext_right {
    font-size: 11px;
  }

  .modal-body .contact-item p,
  .modal-body .contact-item a {
    font-size: 11px;
  }

  .modal-body .btn-outline-secondary {
    font-size: 14px;
    padding: 8px;
  }

  .btn-close {
    font-size: 20px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	color:#000!important;
}