.header_primary {
  background-color: rgba(241, 246, 249, 0.15) !important;
  /* background-color: #3C69B1 !important;*/
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.4);
  z-index: 510;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup__wrap {
  min-height: 100%;
  display: flex;
  justify-content: flex-end;
}

.popup__content {
  width: 100%;
  max-width: 570px;
  padding: 52px 25px 24px 48px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}

.popup__close svg {
  width: 16px;
  height: 16px;
}

.popup__heading {
  margin-bottom: 36px;
}

.popup__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup__form-group {
  display: flex;
  flex-direction: column;
}

.popup__form-input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.popup__form-input:focus {
  border-color: #4170C4;
  outline: none;
}

.popup__form-privacy {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.popup__form-privacy a {
  color: #4170C4;
  text-decoration: underline;
}

.popup__submit {
  padding: 14px 20px;
  font-size: 16px;
  background-color: #4170C4;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.popup__submit:hover {
  background-color: #2e58a8;
}

.popup__contact {
  margin-top: 20px;
  font-size: 14px;
}

.popup__contact a {
  color: #4170C4;
  text-decoration: underline;
}


.popup.new-block .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Arial', sans-serif;
}

.popup.new-block .wpcf7-form p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.popup.new-block .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

.popup.new-block .wpcf7-form input[type="text"],
.popup.new-block .wpcf7-form input[type="email"],
.popup.new-block .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: #f9f9f9;
  transition: border-color 0.3s, background-color 0.3s;
}

.popup.new-block .wpcf7-form input[type="text"]:focus,
.popup.new-block .wpcf7-form input[type="email"]:focus,
.popup.new-block .wpcf7-form textarea:focus {
  border-color: #4170C4;
  background-color: #fff;
  outline: none;
}

.popup.new-block .form__required input {
  border-left: 4px solid #f44336;
}

.popup.new-block .wpcf7-form a {
  color: #4170C4;
  text-decoration: underline;
}

.popup.new-block .wpcf7-form .next_wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.popup.new-block .wpcf7-submit {
  background-color: #4170C4;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.popup.new-block .wpcf7-submit:hover {
  background-color: #2e58a8;
}

.popup.new-block .ajax-loader {
  margin-left: 12px;
}

.popup.new-block .wpcf7-response-output {
  margin-top: 12px;
  font-size: 14px;
  color: #f44336;
}

.popup.new-block .small {
  font-size: 13px;
  color: #666;
  margin-top: 10px;
}

.popup.new-block .small a {
  color: #4170C4;
}

.popup.new-block input::placeholder {
  color: #999;
  opacity: 1;
}

.header .logo {
  margin-bottom: 15px;
}

.colons_descr strong,
.colons_descr b {
  font-weight: 700; 
  color: #000;   
}

.colons_descr em,
.colons_descr i {
  font-style: italic;
  font-weight: 400;
  color: #1D2D44;
}

.about_descr strong {
	font-weight: 700;
}

@media (max-width: 767px) {
  .popup__content {
    padding: 50px 15px 24px;
  }

  .popup__title {
    font-size: 24px;
  }

  .popup__submit {
    width: 100%;
  }
  
  .popup.new-block .wpcf7-form {
    gap: 16px;
  }

  .popup.new-block .wpcf7-submit {
    width: 100%;
  }  
}



.mapboxgl-popup.custom-popup .mapboxgl-popup-content {
    background: #fff;       
    border-radius: 8px;
    padding: 15px 10px;     
    font-family: Arial, sans-serif;
    font-size: 14px;
	max-width: 200px;
    color: #333;
    line-height: 1.5;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.mapboxgl-popup.custom-popup .mapboxgl-popup-close-button {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    top: 3px;
    right: 3px;
}

.mapboxgl-popup.custom-popup .popup-inner p {
    margin: 5px 0;
}
/* .mapboxgl-popup {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease;
} */

/* .custom-popup {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease;
}

.custom-popup.popup-visible {
    opacity: 1;
    transform: translateY(0);
} */

/* .mapboxgl-popup.mapboxgl-popup-open {
    opacity: 1;
    transform: translateY(0);
} */
.new-contacts.new-block .new-contacts__item-link::before {
    background: #FFFFFF;
    z-index: 1;
}
.new-contacts.new-block .new-contacts__item-link:hover::before {
    background: #487BD5;
    transform: rotate(45deg);
    z-index: 1;
}
.about_descr strong {
	font-weight: 700;
}
.main .new-industry.new-block  {
	padding-bottom: 40px !important;
}
.main .new-contacts.new-block  {
	margin-top: 40px !important;
}
.main .homeprojects_container  {
   margin-top: 40px !important;
   margin-bottom: 0px !important;
   padding-bottom: 40px !important;
}
.main .homenews_container  {
   margin-top: 40px !important;
   margin-bottom: 0px !important;
   padding-bottom: 40px !important;
}

.footer_bottom .footer_policy a {
	display: block;
}

.footer_bottom .footer_policy a + a {
	margin-top: 4px;
}