#intro_section .intro__container {
  max-width: 1690px;
  width: 100%;
  padding-inline: 20px !important;
}

#intro_section .intro__row {
  display: flex;
  gap: 40px;
}

#intro_section .intro__text {
  text-align: left;
  color: #ffffff;
  flex: 0 1 840px;
}

#intro_section .intro__list {
  flex: 0 1 704px;
}

#intro_section .text-intro {}

#intro_section .text-intro__sup {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.32;
  margin: 0 0 39px 0;
}

#intro_section .text-intro__title {
  font-size: 89px;
  font-weight: 600;
  line-height: 1.04;
  margin: 0 0 45px 0;
}

#intro_section .text-intro__descr {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.32;
  margin: 0 0 45px 0;
  color: #fff;
}

#intro_section .text-intro__descr span {
  font-weight: 500;
}

#intro_section .text-intro__btns {}

#intro_section .text-intro__btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border: 2px solid #fff;
  text-decoration: none;
  border-radius: 68px;
  overflow: hidden;
  background-color: #fff;
  transition: background-color 0.3s;
}

#intro_section .text-intro__btn span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.32;
  color: #000000;

  transition: color 0.3s;
}

#intro_section .text-intro__btn svg path {
  fill: #101010;
  transition: fill 0.3s;
}

#intro_section .text-intro__btn:hover {
  background-color: #000000;
}

#intro_section .text-intro__btn:hover span {
  color: #fff;
}

#intro_section .text-intro__btn:hover svg path {
  fill: #fff;
}


#intro_section .list-intro {}

#intro_section .list-intro__media {
  display: block;
}

#intro_section .text-intro__sup {
  moz-transform: translate3d(0, -30px, 0);
  moz-transition: all 0.6s ease-out;
  ms-transform: translate3d(0, -30px, 0);
  ms-transition: all 0.6s ease-out;
  opacity: 0;
  o-transition: all 0.6s ease-out;
  transform: translate3d(0, -30px, 0);
  transition: all 0.6s ease-out;
  webkit-transform: translate3d(0, -30px, 0);
  webkit-transition: all 0.6s ease-out;
}

#intro_section .text-intro__sup.visible {
  moz-transform: translate3d(0, 0, 0);
  ms-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
}

#intro_section h1 {
  moz-transform: translate3d(0, 30px, 0);
  moz-transition: all 0.5s ease-out;
  ms-transform: translate3d(0, 30px, 0);
  ms-transition: all 0.5s ease-out;
  opacity: 0;
  o-transition: all 0.5s ease-out;
  transform: translate3d(0, 30px, 0);
  transition: all 0.5s ease-out;
  webkit-transform: translate3d(0, 30px, 0);
  webkit-transition: all 0.5s ease-out;
}

#intro_section h1.visible {
  moz-transform: translate3d(0, 0, 0);
  ms-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
}

#intro_section .text-intro__descr {
  moz-transform: translate3d(0, 30px, 0);
  moz-transition: all 0.8s ease-out;
  ms-transform: translate3d(0, 30px, 0);
  ms-transition: all 0.8s ease-out;
  opacity: 0;
  o-transition: all 0.8s ease-out;
  position: relative;
  transform: translate3d(0, 30px, 0);
  transition: all 0.8s ease-out;
  webkit-transform: translate3d(0, 30px, 0);
  webkit-transition: all 0.8s ease-out;
}

#intro_section .text-intro__descr.visible {
  moz-transform: translate3d(0, 0, 0);
  ms-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
}

#intro_section .text-intro__btn {
  moz-transform: translate3d(0, 30px, 0);
  moz-transition: all 1s ease-out;
  ms-transform: translate3d(0, 30px, 0);
  ms-transition: all 1s ease-out;
  opacity: 0;
  o-transition: all 1s ease-out;
  position: relative;
  transform: translate3d(0, 30px, 0);
  transition: all 1s ease-out;
  webkit-transform: translate3d(0, 30px, 0);
  webkit-transition: all 1s ease-out;
}

#intro_section .text-intro__btn.visible {
  moz-transform: translate3d(0, 0, 0);
  ms-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  webkit-transform: translate3d(0, 0, 0);
}

#intro_section .list-intro__media {
  moz-transform: translateX(130px);
  moz-transition: all 0.5s ease-out;
  ms-transform: translateX(130px);
  ms-transition: all 0.5s ease-out;
  opacity: 0;
  o-transition: all 0.5s ease-out;
  transform: translateX(130px);
  transition: all 0.5s ease-out;
  webkit-transform: translateX(130px);
  webkit-transition: all 0.5s ease-out;
}

#intro_section .list-intro__media.visible {
  moz-transform: translateX(30px);
  ms-transform: translateX(30px);
  opacity: 1;
  transform: translateX(30px);
  webkit-transform: translateX(30px);
}

@media only screen and (max-device-width: 1440px) {
  #intro_section .text-intro__title {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 45px 0;
  }
}

@media only screen and (max-device-width: 1200px) {
  #intro_section .text-intro__title {
    font-size: 60px;
    margin: 0 0 45px 0;
  }
}

@media only screen and (max-device-width: 991.98px) {
  #intro_section .list-intro {
    display: none;
  }

  #intro_section .text-intro__sup {
    font-size: 16px;
    margin: 0 0 20px 0 !important;
  }

  #intro_section .text-intro__title {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 32px 0 !important;
  }

  #intro_section .text-intro__descr {
    font-size: 16px;
    margin: 0 0 32px 0 !important;
  }
}

@media only screen and (max-device-width: 767.98px) {
  #intro_section .container.clearfix {
    /* margin-top: 150px; */
    margin-top: 20vh !important;
  }

  #intro_section .text-intro__title {
    font-size: 32px;
    line-height: 32px;
  }
}


#footer_section {
  background: #0a2f35 !important;
  padding: 30px 0;
  text-align: left;
}

#footer_section .overflow-helper {
  padding: 0 30px;
}

#footer_section .footer__row {
  display: flex;
  justify-content: space-between;
  gap: 29px;
}

#footer_section .footer__col {
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer_section .logo-footer {
  flex: 0 0 142px;
}

#footer_section .logo-footer img {
  width: 142px;
  height: 87px;
  /* object-fit: contain; */
}

#footer_section .nav-footer {}

#footer_section .nav-footer li {
  height: 14px;
  font-size: 14px;
}

#footer_section .nav-footer li:not(:last-child) {
  margin-bottom: 12px;
}

#footer_section .nav-footer a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #DADADA;
  text-decoration: none;
}

#footer_section .nav-footer a:hover {
  text-decoration: underline;
}

#footer_section .soc-footer {
  display: grid;
  gap: 8px;
  text-align: left;

  display: none;
}

#footer_section .soc-footer__caption {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #DADADA;
  margin-bottom: 5px;
  opacity: 0.5;
}

#footer_section .soc-footer__link {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

#footer_section .soc-footer__link svg {
  width: 20px;
}

#footer_section .soc-footer__link svg path {
  fill: #DADADA;
  transition: fill 0.3s;
}

#footer_section .soc-footer__link span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #DADADA;
  transition: color 0.3s;
}

#footer_section .soc-footer__link:hover {
  text-decoration: none;
}

#footer_section .soc-footer__link:hover svg path {
  fill: #DADADA;
}

#footer_section .soc-footer__link:hover span {
  color: #DADADA;
}

#footer_section .footer__copy {
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  color: #B2B2B2;
  margin-top: 21px;
}

@media only screen and (max-device-width: 991.98px) {
  #footer_section .footer__row {
    flex-wrap: wrap;
  }

  #footer_section .logo-footer {
    flex: 1 1 100%;
  }
}

@media only screen and (max-device-width: 575.98px) {}

#contact_section {
  padding-top: 30px;
}

#contact_section .contact_section__heading {
  text-align: left;
  font-size: 27px;
  margin-bottom: 27px !important;
}

#contact_section .contact_section__heading.visible {}



#contact_section .contact_section__descr {
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
  max-width: 390px;
  /* text-align: center; */
}
#contact_section form .wpcf7-form-control {
  text-align: left;
    font-size: 21px;
  font-weight: 300;
}
#contact_section #send_button {
  display: flex;
  margin-left: 40px;
  text-align: center;
}
#contact_section .wpcf7-form-control::placeholder {
  opacity: 0.7;
}
@media (min-width: 960px) {

  #contact_section .contact_section__heading,
  #contact_section .contact_section__descr {
    margin-left: 40px;
  }
}

@media (max-width: 960px) {

  #contact_section .contact_section__heading,
  #contact_section .contact_section__descr {
  padding-left: 15px !important;
}
}



#trust_section .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#trust_section .item a img {
  width: 100%;
  height: 75px;
  object-fit: scale-down;
}


.post-navigation {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.post-navigation__nav {}



.tel {
  color: #fff !important;
  text-decoration: none;
}