@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
* {
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
body {
  font-family: Montserrat, sans-serif;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.title,
h1 {
  font-family: Russo One, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.subtitle,
h2 {
  font-size: 26px;
}
.subtitle,
.third_heading,
h2,
h3 {
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.01em;
}
.third_heading,
h3 {
  font-size: 22px;
}
.fourth_heading,
h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.008em;
}
.text,
p {
  font-weight: 400;
  font-size: 16px;
}
.num_text,
.text,
p {
  line-height: 23px;
  letter-spacing: 0.01em;
}
.num_text {
  font-size: 38px;
}
.btn,
.num_text {
  font-weight: 500;
}
.btn {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
a {
  color: inherit;
  text-decoration: none;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--light {
  transition: all 0.2s;
  background: linear-gradient(180deg, #d10000, rgba(250, 255, 0, 0.89));
  border-radius: 10px;
  border: none;
  color: #fff;
  padding: 15px 28px;
  max-width: 187px;
  position: relative;
}
.btn--light:before {
  content: '';
  background: #eb4a05;
  opacity: 0.6;
  filter: blur(6px);
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn--light:hover {
  background: linear-gradient(
    174.29deg,
    rgba(250, 255, 0, 0.89) 49.63%,
    #d10000 86.98%
  );
  cursor: pointer;
}
.btn__content {
  position: relative;
  z-index: 99;
}
.mt {
  margin-top: 130px;
}
.link {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eb4a05;
}
.link:after {
  content: url(../images/svg/Subtract.svg);
  height: 8px;
  width: 6px;
  display: inline-block;
  margin-left: 9px;
}
.form input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
}
.form input:-ms-input-placeholder,
.form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
}
.form input,
.form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #fff;
}
.form input,
.form select {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 10px;
  padding: 12px 0 13px 16px;
}
.form input:focus {
  border-color: rgb(206, 105, 33);
}
.form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.header {
  color: #fff;
  position: relative;
}
.header__top {
  background-color: hsla(0, 0%, 100%, 0.1);
  padding: 26px 0 20px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top .phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.header__top .phone:before {
  content: url(../images/svg/carbon_phone-filled.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 6px;
}
.header__top .phone:first-child {
  margin-right: 28px;
}
.header__col {
  display: flex;
}
.header__col:last-child {
  flex-wrap: wrap;
}
.header__col:first-child {
  align-items: center;
}
.header__menu {
  display: inline-block;
  margin-left: 16px;
}
.header__menu:hover {
  cursor: pointer;
}
.header__nav li {
  display: inline-block;
}
.header__nav li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.header__nav li + li {
  margin-left: 24px;
}
.header__banner {
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 100vh;
  padding-top: 137px;
  padding-bottom: 100px;
  background-size: 110% auto;
}
.header__banner.slick-active {
  animation: a 3s linear;
}
.header__banner--other {
  background-size: cover;
  animation: a 5s linear forwards;
}
.header__content {
  max-width: 605px;
  margin-top: 116px;
  position: relative;
  z-index: 999;
}
.header__subtitle {
  margin-top: 20px;
}
.header__btn {
  margin-top: 27px;
}
@keyframes a {
  0% {
    background-size: 100% auto;
  }
  to {
    background-size: 110% auto;
  }
}
.main-slider .slick-dots button {
  font-size: 0;
  padding: 0;
}
.main-slider ul.slick-dots {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 346px;
  right: 25%;
}
.main-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  background-color: #776a7a;
  border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.main-slider .slick-dots li + li button {
  margin-top: 16px;
}
.main-slider .slick-arrow {
  position: absolute;
  font-weight: 500;
  font-size: 38px;
  line-height: 23px;
  color: #fff;
  right: 24.5%;
  z-index: 999;
}
.main-slider .count {
  top: 298px;
}
.main-slider .summ {
  top: 482px;
}
.about {
  display: flex;
  position: relative;
}
.about__img {
  width: 43%;
  height: 100%;
  position: absolute;
  background-image: url(../images/contractors.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.about__block {
  width: 57%;
  margin-left: 43%;
  padding-left: 62px;
}
.about__btn,
.about__desc {
  margin-top: 20px;
}
.pluses__block {
  display: flex;
}
.pluses-card {
  margin-top: 72px;
  flex-basis: calc(100% - 288px / 7);
}
.pluses-card:hover {
  cursor: pointer;
}
.pluses-card:hover .icon:before {
  color: #000;
}
.pluses-card:hover .pluses-card__title {
  color: #eb4a05;
}
.pluses-card__icon .icon {
  font-size: 45px;
}
.pluses-card__title {
  margin-top: 24px;
  font-weight: 600;
}
.pluses-card + .pluses-card {
  margin-left: 48px;
}
.pluses-card:nth-child(6) {
  min-width: 194px;
}
.services-card {
  transition: all 0.2s linear;
  background: #fff;
  border-radius: 10px;
  padding: 48px 9px 66px 16px;
  box-shadow: 10px 10px 20px 0 hsla(200, 3%, 62%, 0.3);
  max-width: 274px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-top: 72px;
  display: block;
}
.services-card__icon .icon {
  font-size: 75px;
}
.services-card__icon .icon:before {
  color: #000;
}
.services-card__title {
  font-size: 20px;
  margin-top: 46px;
  max-width: 237px;
  min-height: 108px;
}
.services-card__link {
  margin-top: 8px;
  visibility: hidden;
}
.services-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(235, 74, 5, 0.3);
  transform: translateY(-30px);
}
.services-card:hover .services-card__link {
  visibility: inherit;
}
.services-card:hover .services-card__icon .icon:before {
  color: #eb4a05;
}
.services__slider {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 72px;
}
.services__slider .slick-arrow {
  position: absolute;
  top: 45%;
}
.services__slider .slick-arrow.prev {
  left: 0;
  transform: rotate(180deg);
}
.services__slider .slick-arrow.next {
  right: 0;
}
.consultation {
  background-color: #18191a;
  color: #fff;
  padding: 66px 0 58px;
}
.consultation__desc {
  margin-top: 20px;
  max-width: 445px;
}
.consultation__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultation__form input,
.consultation__form select {
  width: 40%;
  margin-top: 29px;
}
.consultation__form .btn {
  margin-top: 29px;
}
.consultation-other {
  background: url(../images/consultation-bg.jpg) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.clients__slider {
  margin-top: 72px;
}
.clients__slider img {
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.clients__slider img:hover {
  filter: grayscale(0);
  cursor: pointer;
}
.clients__slide {
  margin-right: 28px;
}
.promotions__block {
  display: flex;
  justify-content: space-between;
}
.promotions-card {
  background: #fff;
  border-radius: 10px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  max-width: 521px;
  margin-bottom: 20px;
}
.promotions-card__img img {
  max-width: 254px;
  max-height: 194px;
}
.promotions-card__desc {
  margin-top: 20px;
}
.promotions-card__link {
  margin-top: 10px;
  display: inline-block;
}
.promotions-card__text {
  margin-left: 40px;
}
.promotions-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(235, 74, 5, 0.3);
}
.promotions-card:hover .promotions-card__title {
  color: #eb4a05;
}
.projects {
  background-color: #2b2b2b;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 112px;
}
.projects__slider {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}
.projects__slider .slick-track {
  padding: 82px 0;
}
.projects__slider .slick-arrow {
  position: absolute;
  top: 45%;
}
.projects__slider .slick-arrow img {
  width: 14px;
  height: 22px;
}
.projects__slider .slick-arrow.next {
  right: 0;
}
.projects__slider .slick-arrow.prev {
  left: 0;
  transform: rotate(180deg);
}
.projects__slide {
  margin-right: 41px;
  margin-left: 41px;
}
.projects__slide.slick-center {
  transform: scale(1.5);
}
.projects-card {
  max-width: 274px;
  position: relative;
  display: block;
}
.projects-card__img img {
  width: 100%;
  height: auto;
}
.projects-card__label {
  display: none;
  background-color: rgba(235, 74, 5, 0.5);
  border-radius: 10px;
  padding: 15px 15px 15px 17px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.projects-card__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.projects-card__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.projects-card__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.projects-card__link:after {
  content: url(../images/svg/slider-arrow-white.svg);
  height: 8px;
  width: 6px;
  display: inline-block;
  margin-left: 9px;
  margin-top: 4px;
}
.projects-card:hover .projects-card__label {
  display: block;
}
.advantages {
  background: #f7f7f7;
  padding-top: 109px;
  padding-bottom: 100px;
}
.advantages__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-card {
  max-width: 337px;
  background: #fff;
  border-radius: 10px;
  margin-top: 72px;
  padding: 39px 22px 27px 21px;
  box-shadow: 10px 10px 20px 0 hsla(200, 3%, 62%, 0.3);
  margin-bottom: 20px;
}
.advantages-card__num {
  font-size: 36px;
  color: #eb4a05;
}
.advantages-card__num,
.advantages-card__title {
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.advantages-card__title {
  font-size: 16px;
  max-width: 199px;
  margin-top: 10px;
}
.advantages-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-top: 14px;
}
.footer {
  background-color: #2b2b2b;
  color: #fff;
  padding-bottom: 34px;
  margin-top: 75px;
}
.footer > .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__logo,
.footer__tel {
  padding-top: 34px;
}
.footer__tel {
  margin-right: 104px;
  padding-left: 24px;
}
.footer__tel a {
  display: block;
}
.footer__title {
  position: relative;
}
.footer__title:before {
  content: url(../images/svg/carbon_phone-filled.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 3px;
}
.footer__contact {
  display: flex;
  flex-wrap: wrap;
}
.footer__address {
  padding-top: 34px;
}
.footer__address,
.footer__email {
  display: flex;
  align-items: center;
}
.footer__address:before,
.footer__email:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.footer__address:before {
  content: url(../images/svg/ic_baseline-location-on.svg);
}
.footer__email:before {
  content: url(../images/svg/ic_round-local-post-office.svg);
}
.footer__email {
  margin-top: 11px;
}
body.bodyact {
  overflow: hidden;
}
.main-menu__holder {
  position: absolute;
  width: 400px;
  height: auto;
  padding-bottom: 200px;
  background: #fff url(../images/menu-bg.png) no-repeat 100% 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate(-125%);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  box-shadow: 0 15px 45px rgba(255, 53, 0, 0.15);
}
.main-menu li:hover {
  cursor: pointer;
}
.main-menu__holder.active,
.main-menu__holder.active .main-menu__overlay {
  transform: translate(0);
}
.main-menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(-100%);
  cursor: pointer;
}
.main-menu__wrapper {
  margin: 25px auto 0;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
}
.main-menu__item {
  padding: 12px 0;
  text-align: left;
}
.main-menu__item a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: #333;
}
.main-menu__item:hover > a {
  color: #eb4a05;
}
.main-menu {
  text-transform: capitalize;
  margin-top: 32px;
  list-style-type: none;
  padding-right: 40px;
}
.menu-social {
  margin-left: 38px;
}
.menu-social a {
  text-decoration: none;
  padding: 2px;
}
.menu-social a svg {
  transition: all 0.2s linear;
}
.menu-social a:hover svg {
  transform: translateY(-5px);
}
.menu-social a svg path {
  fill: #000;
}
.menu-social a:hover svg path {
  fill: #eb4a05;
}
.closebtn {
  color: #dfdfdf;
  font-weight: 300;
  font-size: 42px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 9999;
  transition: all 0.2s linear;
}
.closebtn:hover {
  color: #eb4a05;
  transform: rotate(180deg);
}
#burger-container {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 999;
}
#burger {
  cursor: pointer;
  display: block;
}
#burger span {
  margin-bottom: 4px;
  position: relative;
  top: 0;
  transition: all 0.4s ease-in-out;
  outline: none;
  background-color: #fff;
  height: 3px;
  width: 49px;
  display: block;
  border-radius: 4px;
}
#burger span:nth-child(2) {
  width: 60px;
}
#burger-container.open span:first-child {
  width: 0;
  opacity: 0;
}
#burger-container.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 5px;
  width: 40px;
}
#burger-container.open span:nth-child(3) {
  transform: rotate(45deg);
  top: -4px;
  width: 40px;
}
.show {
  display: flex !important;
}
.main-menu ul {
  padding-left: 0;
  display: none;
  margin-top: 12px;
}
.menu-item-has-children > ul.ulact {
  display: block;
}
.menu-item-has-children > ul li {
  list-style-type: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.main-menu > li:hover > a {
  color: #eb4a05;
}
.menu-item-has-children ul li:hover > a {
  color: #eb4a05;
}
.menu-item-has-children a {
  position: relative;
}
.menu-item-has-children > a:before {
  content: '▼';
  position: absolute;
  right: -13px;
  bottom: 6px;
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.menu-item-has-children > a:hover:before {
  color: #eb4a05;
}
@media (max-width: 600px) {
  .main-menu__holder {
    width: 100%;
  }
}
.info > .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.info__img {
  width: 50%;
  text-align: center;
}
.info__img img {
  max-width: 339px;
  height: auto;
  width: 100%;
}
.info__text {
  max-width: 585px;
  width: 50%;
}
.benefits {
  background: #2b2b2b;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.benefits__text {
  padding-top: 21px;
  padding-bottom: 103px;
  width: 43%;
  margin-right: 57%;
  position: relative;
}
.benefits-card {
  max-width: 439px;
  padding-top: 36px;
}
.benefits-card__desc {
  margin-top: 20px;
}
.benefits__img {
  animation: a 5s linear forwards;
  width: 53%;
  height: 100%;
  position: absolute;
  background-image: url(../images/dreamstime_xxl_587622841.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.benefits > .container {
  width: 100%;
}
.stages {
  background: #f7f7f7;
  padding-top: 96px;
  padding-bottom: 95px;
}
.stages__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 942px;
  margin: 0 auto;
  margin-top: 72px;
}
.stages-card:hover {
  cursor: pointer;
}
.stages-card:hover .stages-card__icon img {
  filter: brightness(0);
}
.stages-card:hover .stages-card__title {
  color: #eb4a05;
}
.stages-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.01em;
  display: table-caption;
  margin-top: 14px;
}
.offers__img {
  padding-top: 44px;
  margin: 0 auto 130px;
  max-width: 1036px;
}
.offers .scene {
  width: 473px;
  height: 440px;
  position: relative;
  overflow: hidden;
  margin: 49px auto 0;
}
.offers .scene-el {
  transform: translateY(-450px);
  opacity: 0;
}
.offers .scene-label,
.offers .scene-line {
  opacity: 0;
}
.offers .scene-wrap.animate {
  position: relative;
}
.offers .scene-wrap.animate .scene__1 {
  position: absolute;
  bottom: 0;
  animation: b 0.8s ease 0.01s forwards;
}
.offers .scene-wrap.animate .scene__2 {
  position: absolute;
  bottom: 98px;
  right: 179px;
  z-index: 10;
  animation: c 0.8s ease 1s forwards;
}
.offers .scene-wrap.animate .scene__3 {
  position: absolute;
  bottom: 157px;
  right: 71px;
  animation: b 0.8s ease 0.4s forwards;
}
.offers .scene-wrap.animate .scene__4 {
  position: absolute;
  top: 0;
  right: 48px;
  animation: b 0.6s ease 1.8s forwards;
}
.offers .scene-wrap.animate .scene__5 {
  position: absolute;
  bottom: 220px;
  right: 226px;
  z-index: 10;
  animation: c 0.8s ease 1.1s forwards;
}
.offers .scene-wrap.animate .scene__6 {
  position: absolute;
  bottom: 203px;
  right: 186px;
  z-index: 10;
  animation: c 0.8s ease 1.2s forwards;
}
.offers .scene-wrap.animate .scene__7 {
  position: absolute;
  bottom: 129px;
  left: 91px;
  z-index: 10;
  animation: c 0.8s ease 1.3s forwards;
}
.offers .scene-wrap.animate .scene__8 {
  position: absolute;
  bottom: 146px;
  right: 113px;
  z-index: 10;
  animation: c 0.8s ease 1.4s forwards;
}
.offers .scene-wrap.animate .scene-label {
  display: flex;
  align-items: flex-start;
  position: absolute;
}
.offers .scene-wrap.animate .scene-label span {
  color: #fff;
  background: #ee6b32;
  border: 6px solid #f7b79b;
  border-radius: 50%;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.offers .scene-wrap.animate .scene-label--1 span,
.offers .scene-wrap.animate .scene-label--2 span,
.offers .scene-wrap.animate .scene-label--3 span {
  margin-left: 10px;
}
.offers .scene-wrap.animate .scene-label--4 span,
.offers .scene-wrap.animate .scene-label--5 span,
.offers .scene-wrap.animate .scene-label--6 span {
  margin-right: 10px;
}
.offers .scene-wrap.animate .scene-label--1 {
  top: 25px;
  left: 28px;
  animation: d 1s ease 2.4s forwards;
}
.offers .scene-wrap.animate .scene-label--2 {
  max-width: 197px;
  top: 140px;
  left: 14px;
  animation: d 1s ease 2.6s forwards;
}
.offers .scene-wrap.animate .scene-label--3 {
  max-width: 253px;
  bottom: 60px;
  left: 6px;
  animation: d 1s ease 2.8s forwards;
}
.offers .scene-wrap.animate .scene-label--4 {
  top: -49px;
  right: 273px;
  animation: d 1s ease 3s forwards;
}
.offers .scene-wrap.animate .scene-label--5 {
  max-width: 253px;
  top: 78px;
  right: 68px;
  animation: d 1s ease 3.2s forwards;
}
.offers .scene-wrap.animate .scene-label--6 {
  max-width: 253px;
  bottom: 88px;
  right: 0;
  animation: d 1s ease 3.4s forwards;
}
.offers .scene-wrap.animate .scene-line {
  position: absolute;
  z-index: -10;
  animation: e 1s ease 3.8s forwards;
}
.offers .scene-wrap.animate .scene-line-1 {
  stroke-dasharray: 117px;
  stroke-dashoffset: 117px;
  top: 74px;
  left: 255px;
}
.offers .scene-wrap.animate .scene-line-2 {
  stroke-dasharray: 198px;
  stroke-dashoffset: 198px;
  top: 190px;
  left: 186px;
}
.offers .scene-wrap.animate .scene-line-3 {
  stroke-dasharray: 227px;
  stroke-dashoffset: 227px;
  bottom: 54px;
  left: 234px;
}
.offers .scene-wrap.animate .scene-line-4 {
  stroke-dasharray: 141px;
  stroke-dashoffset: 141px;
  top: -4px;
  right: 398px;
}
.offers .scene-wrap.animate .scene-line-5 {
  stroke-dasharray: 141px;
  stroke-dashoffset: 141px;
  top: 113px;
  right: 294px;
}
.offers .scene-wrap.animate .scene-line-6 {
  stroke-dasharray: 257px;
  stroke-dashoffset: 257px;
  bottom: 60px;
  right: 226px;
}
@keyframes b {
  0% {
    transform: translateY(-450px);
  }
  45% {
    opacity: 1;
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translateY(-10px);
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes c {
  0% {
    transform: translateY(-450px);
  }
  45% {
    opacity: 1;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes d {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes e {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.consultation--other {
  background: #2b2b2b;
}
.tabs {
  display: flex;
  margin-top: 115px;
}
.tabs > ul {
  list-style-type: none;
  padding: 69px 0 63px;
  min-width: 379px;
  background: #f6f6f6;
  margin: 0;
  position: relative;
}
.tabs > ul:before {
  content: '';
  background-color: #eb4a05;
  width: 80%;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 10%;
}
.tabs > ul li {
  display: block;
  min-height: 45px;
}
.tabs > ul li a {
  display: block;
  text-decoration: none;
  padding: 4px 10px 5px 59px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.008em;
}
.tabs > ul li a.active {
  background: #eb4a05;
  color: #fff;
}
.tabs > ul li a:hover:not(.active) {
  color: #eb4a05;
}
.tabs section {
  background: #fff;
  padding: 18px 21px 0 20px;
  display: none;
  max-width: 719px;
}
.tabs section.active {
  display: block;
}
.process {
  color: #fff;
  background: linear-gradient(90deg, #eb4a05 0 40%, transparent 40% 100%);
  position: relative;
  overflow: hidden;
}
.process__text {
  padding-top: 72px;
  max-width: 419px;
  padding-bottom: 31px;
  background-color: #eb4a05;
  position: relative;
}
.process__text:after {
  content: '';
  background: url(../images/Union.png) no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 99%;
  top: 0;
}
.process__video {
  background: url(../images/video_poster.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 68%;
  height: 100%;
  margin-left: 32%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}
.process__video video {
  width: auto;
  height: 100%;
}
.process__title {
  font-weight: 600;
  margin-top: 20px;
}
.process__desc {
  margin-top: 20px;
}
.process__link {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 49px;
  position: relative;
  left: 100%;
  z-index: 10;
  display: block;
}
.process__link:after {
  content: url(../images/svg/arrow-small.svg);
  width: 6px;
  height: 8px;
  display: inline-block;
  margin-left: 9px;
}
.process__link:hover {
  cursor: pointer;
}
.process__link:before {
  content: url(../images/svg/PLAY.svg);
  width: 75px;
  height: 75px;
  position: absolute;
  left: 138px;
  top: -100px;
}
.choice {
  background: linear-gradient(180deg, #2b2b2b 0 74%, #f6f6f6 74% 100%);
  padding-top: 130px;
  overflow: hidden;
  padding-bottom: 92px;
}
.choice__block {
  position: relative;
  background-color: #fff;
  display: flex;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}
.choice__block:after {
  content: '';
  width: 100%;
  height: 146px;
  background-color: #eb4a05;
  position: absolute;
  top: 93px;
  right: -100%;
}
.choice__img {
  position: relative;
  display: flex;
}
.choice__img img {
  max-width: 426px;
  height: auto;
}
.choice__img:before {
  content: '';
  width: 199px;
  height: 207px;
  border-width: 8px 8px 0 0;
  border-color: #eb4a05;
  border-style: solid;
  position: absolute;
  top: -4px;
  right: -4px;
}
.choice__text {
  max-width: 592px;
  margin: 54px 0 0 54px;
}
.choice__desc {
  margin-top: 37px;
}
.choice__list {
  margin-top: 32px;
  list-style-type: none;
  padding-left: 0;
}
.choice__list li + li {
  margin-top: 12px;
}
.choice__list li {
  display: flex;
  align-items: center;
}
.choice__list li:before {
  min-width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 12px;
}
.choice__list li:first-child:before {
  content: url(../images/choice-icon/Group.png);
}
.choice__list li:nth-child(2):before {
  content: url(../images/choice-icon/worker1.png);
}
.choice__list li:nth-child(3):before {
  content: url(../images/choice-icon/Group-1.png);
}
.choice__list li:nth-child(4):before {
  content: url(../images/choice-icon/010-production.png);
}
.choice__list li:nth-child(5):before {
  content: url(../images/choice-icon/Group-2.png);
}
.consultation--light {
  background: #f6f6f6;
  color: #000;
  padding-top: 100px;
  padding-bottom: 106px;
}
.consultation--light .form input,
.consultation--light .form select {
  border-color: #000;
}
.consultation--light .form input::-moz-placeholder,
.consultation--light .form select::-moz-placeholder {
  color: #000;
}
.consultation--light .form input:-ms-input-placeholder,
.consultation--light .form input::-ms-input-placeholder,
.consultation--light .form select:-ms-input-placeholder,
.consultation--light .form select::-ms-input-placeholder {
  color: #000;
}
.consultation--light .form input,
.consultation--light .form input::placeholder {
  color: #000;
}
.header--other {
  background-color: #2b2b2b;
}
.header--other .header__top {
  position: static;
}
.blog > .container {
  display: flex;
  justify-content: space-between;
}
.section-card {
  margin-top: 100px;
  max-width: 667px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dfdfdf;
}
.section-card__img {
  position: relative;
}
.section-card__img img {
  max-width: 667px;
  height: auto;
}
.section-card__date {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
  background-color: #eb4a05;
  color: #fff;
  padding-top: 21px;
  padding-left: 11px;
  width: 148px;
  height: 62px;
  border-radius: 0 30px 30px 0;
}
.section-card__title {
  margin-top: 40px;
}
.section-card__desc {
  margin-top: 20px;
}
.section-card__btn {
  margin-top: 24px;
}
.sidebar {
  margin-top: 100px;
  width: 419px;
}
.search-box {
  border: 1px solid #dfdfdf;
  padding: 40px 40px 60px;
}
.search-box__title {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.search-box__form {
  margin-top: 35px;
}
.search-box__form form {
  display: flex;
  align-items: center;
}
.search-box__form form input {
  border: 1px solid #dfdfdf;
  width: calc(100% - 60px);
  padding: 20px 0 20px 29px;
  min-height: 60px;
}
.search-box__form form input::-moz-placeholder {
  color: #747272;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.search-box__form form input:-ms-input-placeholder,
.search-box__form form input::-ms-input-placeholder {
  color: #747272;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.search-box__form form input,
.search-box__form form input::placeholder {
  color: #747272;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.search-box__form form button {
  background: #eb4a05;
  width: 56px;
  height: 60px;
  border: none;
}
.news {
  border: 1px solid #dfdfdf;
  margin-top: 12px;
  padding-bottom: 17px;
}
.news__title {
  margin: 36px 40px 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.news-card {
  max-width: 378px;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.news-card img {
  height: 62px;
  width: auto;
  max-width: 72px;
}
.news-card span > p {
  max-width: 300px;
  margin-left: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  height: 47px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card + .news-card {
  margin-top: 24px;
}
.navigation {
  margin-top: 40px;
}
.navigation .nav-links,
.navigation a,
.navigation span {
  display: flex;
  align-items: center;
}
.navigation a,
.navigation span {
  width: 34px;
  height: 31px;
  justify-content: center;
}
.navigation span {
  color: #fff;
  background-color: #eb4a05;
}
.article__img {
  position: relative;
  max-height: 467px;
  overflow: hidden;
}
.article__img img {
  max-width: 1138px;
  width: 100%;
  height: auto;
}
.article__img span {
  top: auto;
  bottom: 0;
}
.article__title {
  max-width: 587px;
  margin-top: 72px;
}
.article__content {
  margin-top: 20px;
}
.article p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.0075em;
}
.contacts__phone-box {
  display: flex;
  flex-direction: column;
}
.contacts {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.contacts__map {
  width: 70%;
}
.contacts__phone-box a:not(:last-child),
.contacts__phone-title {
  margin-bottom: 12px;
}
.contacts__phone-box a {
  display: flex;
  align-items: center;
}
.contacts__phone-box a:before {
  content: url(../images/phone.png);
  margin-right: 8px;
}
.contacts__phone {
  margin-bottom: 22px;
}
.cont-adress,
.contacts__adress-title {
  margin-bottom: 12px;
}
.cont-adress {
  display: flex;
  align-items: center;
}
.cont-adress:before {
  content: url(../images/geo.png);
  margin-right: 8px;
}
.contacts__title {
  margin-bottom: 20px;
}
.cont-mail {
  display: flex;
  align-items: center;
}
.cont-mail:before {
  content: url(../images/mail.png);
  margin-right: 8px;
}
.consultation--big {
  background: linear-gradient(90deg, rgba(43, 43, 43, 0.6) 0 100%),
    url(../images/construction_myths_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
.consultation--big .consultation__form {
  flex-direction: column;
  margin-top: 20px;
}
.consultation--big .consultation__title {
  max-width: 414px;
}
.consultation--big .consultation__form input {
  margin-top: 12px;
}
.mfp-content {
  max-width: 655px;
}
.mfp-content .consultation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 58px;
  border-radius: 24px;
}
.mfp-content .consultation .consultation__form {
  max-width: 452px;
}
select {
  -webkit-appearance: menulist-textfield;
}
.mfp-content .consultation .consultation__form input,
.mfp-content .consultation .consultation__form select {
  width: 100%;
  max-width: 452px;
}

.footer__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__block .menu-social {
  margin-top: 34px;
}
.footer__block .menu-social a svg path {
  fill: #fff;
}
@media (min-width: 1440px) and (max-width: 2400px) {
  .main-slider .slick-arrow {
    right: 20%;
  }
  .main-slider ul.slick-dots {
    right: 20.6%;
  }
}
@media (min-width: 1240px) and (max-width: 1440px) {
  .main-slider .slick-arrow {
    right: 10%;
  }
  .main-slider ul.slick-dots {
    right: 10.6%;
  }
}
@media (max-width: 1240px) {
  .header__banner--other {
    animation: none;
  }
  .main-slider .slick-arrow {
    right: 40px;
  }
  .main-slider ul.slick-dots {
    right: 52px;
  }
}
@media (max-width: 1140px) {
  .pluses__block {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .pluses-card {
    margin-top: 72px;
    flex-basis: 24%;
    text-align: center;
  }
  .pluses-card + .pluses-card {
    margin-left: 0;
  }
  .section {
    width: 60%;
  }
  .sidebar {
    width: 38%;
  }
  .section-card__img img {
    width: 100%;
  }
}
@media (max-width: 1092px) {
  .promotions-card__text {
    margin-left: 20px;
  }
  .advantages__block {
    justify-content: space-around;
  }
}
@media (max-width: 1042px) {
  .services-card__title {
    min-height: 108px;
  }
}
@media (max-width: 1010px) {
  .promotions__block {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .services-card {
    margin-left: auto;
    margin-right: auto;
  }
  .services__slider {
    padding: 0 17px;
  }
  .consultation__form input {
    width: 100%;
    max-width: 350px;
  }
  .consultation__form {
    flex-direction: column;
  }
  .consultation__form .btn,
  .projects-card {
    margin-right: auto;
  }
  .header__banner {
    background-size: cover;
  }
  .main-slider .header__banner {
    display: none;
  }
  .main-slider .header__banner:first-child {
    display: block;
  }
  .offers .scene,
  .offers .scene-wrap.animate .scene-line {
    display: none;
  }
  .offers .scene-wrap.animate .scene-label {
    position: static;
    animation: none;
    opacity: 1;
    max-width: none;
    margin-bottom: 20px;
  }
  .offers .scene-wrap.animate .scene-label--1,
  .offers .scene-wrap.animate .scene-label--2,
  .offers .scene-wrap.animate .scene-label--3 {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .offers .scene-wrap.animate .scene-label--1 span,
  .offers .scene-wrap.animate .scene-label--2 span,
  .offers .scene-wrap.animate .scene-label--3 span {
    margin-left: 0;
    margin-right: 10px;
  }
  .blog > .container {
    flex-direction: column-reverse;
  }
  .section,
  .sidebar {
    width: 100%;
  }
  .news {
    display: none;
  }
  .section-card {
    max-width: none;
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 908px) {
  .projects__slider {
    margin-top: 0;
  }
  .projects {
    padding-bottom: 0;
  }
  .info__img img {
    max-width: 280px;
  }
  .choice__img,
  .choice__text {
    width: 50%;
  }
  .choice__img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .projects__slide {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header__col:last-child {
    flex-direction: column;
  }
  .info__img img {
    display: none;
  }
  .info__text {
    width: 100%;
    max-width: none;
  }
  .stages-card {
    flex-basis: 28%;
    text-align: center;
  }
  .stages-card__title {
    display: block;
  }
  .benefits__text {
    width: 60%;
    margin-right: 43%;
  }
  .benefits__img {
    width: 30%;
  }
  .tabs {
    flex-direction: column;
  }
  .tabs > ul {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 20px;
  }
  .tabs > ul li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contacts {
    flex-direction: column;
  }
  .contacts__map {
    width: 90%;
  }
  .contacts-box {
    display: flex;
  }
  .contacts__phone {
    margin-right: 100px;
  }
  .choice__text {
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .about__img {
    display: none;
  }
  .about__block {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .article__img {
    margin-top: 30px;
  }
  .section-card__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    padding: 0;
  }
  .process__link:before,
  .process__text:after,
  .process__video {
    display: none;
  }
  .process__link {
    left: 0;
  }
  .process {
    background-color: #eb4a05;
  }
  .consultation--light {
    padding-top: 0;
  }
  .choice__block {
    flex-wrap: wrap;
  }
  .choice__img,
  .choice__text {
    width: 100%;
  }
  .choice__text {
    margin-left: 15px;
  }
}
@media (max-width: 540px) {
  .projects-card {
    margin-left: auto;
  }
  .promotions-card__img {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .pluses-card:nth-child(6) {
    min-width: auto;
  }
  .pluses-card {
    max-width: none;
    flex-basis: 100%;
  }
  .consultation__form input {
    width: 100%;
  }
  .promotions-card {
    flex-direction: column;
  }
  .promotions-card__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .header__top .container {
    flex-direction: column;
  }
  .header__col:first-child {
    width: 100%;
    justify-content: space-between;
  }
  .header__col:last-child {
    flex-direction: row;
    margin-top: 40px;
  }
  .contacts-box {
    flex-direction: column;
  }
  .contacts__inner {
    margin-bottom: 20px;
  }
  .tabs img {
    max-width: 540px;
    width: 100%;
    height: auto;
  }
  .pluses-card {
    flex-basis: 45%;
  }
  .promotions-card__link {
    padding-bottom: 10px;
  }
  .promotions-card__desc > p {
    margin: 0;
  }
  .promotions-card__text {
    padding-left: 10px;
  }
  .promotions-card {
    margin-top: 30px;
  }
  .promotions-card__title {
    font-size: 18px;
  }
  .promotions-card__desc {
    margin-top: 0;
  }
  .advantages {
    padding-top: 80px;
  }
  .advantages-card {
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .footer__block {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__block .menu-social {
    margin-left: 0;
  }
  .tabs > ul {
    min-width: auto;
    width: 100%;
  }
  .mt {
    margin-top: 60px;
  }
  .services-card {
    max-width: 280px;
  }
  .stages-card {
    flex-basis: 42%;
  }
  .benefits__img {
    display: none;
  }
  .benefits__text {
    width: 100%;
    margin-right: 0;
  }
  .tabs > ul li {
    width: 100%;
  }
  .article__title {
    margin-top: 30px;
  }
  .section-card,
  .sidebar {
    margin-top: 60px;
  }
  .search-box {
    padding: 20px 20px 30px;
  }
  .search-box__form form input {
    padding-left: 10px;
  }
  .choice__block:after {
    display: none;
  }
  .title,
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .subtitle,
  h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
  .mfp-content .consultation {
    padding: 40px 20px;
  }
}
@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
}
.lang {
  margin-left: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 12px;
  width: 280px;
  margin-top: 40px;
}
.lang a:hover {
  color: #eb4a05;
  text-decoration: underline;
}
.header__col a,
.footer__tel a,
.footer__email a {
  transition: all 0.2s linear;
}
.header__col a:hover {
  color: #eb4a05;
}
#burger:hover span {
  width: 60px;
}
#burger:hover span:nth-child(2) {
  width: 40px;
}
.footer__tel a:hover,
.footer__email a:hover {
  color: #eb4a05;
}
.custom-logo-link:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.seo__content a {
  color: #eb4a05;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

@media (max-width: 320px) {
  .services-card {
    max-width: 227px;
  }
  .services-card__title {
    font-size: 17px;
  }
}

/* preloader */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

/* .preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #eb4a05;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
  }

  .preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
  }

  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes preloader-bounce {

    0%,
    100% {
      transform: scale(0);
    }

    50% {
      transform: scale(1);
    }
  } */

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.preloader svg {
  width: 30vw;
  height: 30vh;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*main-logo*/
.ha-logo path,
.ha-logo circle {
  fill: none;
  stroke: #000;
  stroke-width: 0.125px;
  stroke-linejoin: round;
}
.ha-logo path.house,
.ha-logo circle.house {
  stroke-linecap: round;
  stroke-width: 0.3px;
}
.loading.ha-logo circle {
  animation: nodes 6s linear infinite;
}
.loading.ha-logo .house {
  animation: house 6s ease infinite;
}
.loading.ha-logo .circut {
  animation: circut 6s cubic-bezier(0.7, 0.1, 0.1, 0.9) infinite;
}
@keyframes house {
  0% {
    stroke-dashoffset: -50;
    stroke-dasharray: 50 50;
  }
  45% {
    stroke-dashoffset: -100;
  }
  50% {
    stroke: #eb4a05;
  }
  60% {
    stroke: #fff;
  }
  75% {
    stroke: #eb4a05;
  }
  80% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: -130;
    stroke-dasharray: 50 50;
  }
}
@keyframes circut {
  0% {
    stroke-dasharray: 20 20;
    stroke-dashoffset: -20;
  }
  13% {
    stroke-dashoffset: -20;
  }
  50% {
    stroke-dashoffset: -40;
    stroke: #eb4a05;
  }
  60% {
    stroke: #fff;
  }
  70% {
    stroke: #eb4a05;
  }
  85% {
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dashoffset: -60;
    stroke-dasharray: 20 20;
  }
}
@keyframes nodes {
  0% {
    stroke-dasharray: 0 4;
  }
  25% {
    stroke-dasharray: 0 4;
  }
  35% {
    stroke-dasharray: 4 0;
    stroke: #eb4a05;
  }
  41% {
    fill: none;
  }
  42% {
    fill: #eb4a05;
  }
  55% {
    fill: none;
    stroke: #eb4a05;
  }
  65% {
    fill: #fff;
    stroke: #fff;
  }
  75% {
    stroke: #eb4a05;
    fill: none;
    stroke-dasharray: 4 0;
  }
  85% {
    fill: #eb4a05;
    stroke: #eb4a05;
  }
  93% {
    fill: none;
    stroke-dasharray: 4 0;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -4;
    stroke-dasharray: 0 4;
  }
}
.ha-logo circle:nth-child(1n) {
  animation-delay: -0.054s;
}
.ha-logo circle:nth-child(2n) {
  animation-delay: -0.108s;
}
.ha-logo circle:nth-child(3n) {
  animation-delay: -0.162s;
}
.ha-logo circle:nth-child(4n) {
  animation-delay: -0.216s;
}
.ha-logo circle:nth-child(5n) {
  animation-delay: -0.27s;
}
.ha-logo circle:nth-child(6n) {
  animation-delay: -0.324s;
}
.ha-logo circle:nth-child(7n) {
  animation-delay: -0.378s;
}
.ha-logo circle:nth-child(8n) {
  animation-delay: -0.432s;
}
.ha-logo circle:nth-child(9n) {
  animation-delay: -0.486s;
}
.ha-logo circle:nth-child(10n) {
  animation-delay: -0.54s;
}
.ha-logo circle:nth-child(11n) {
  animation-delay: -0.594s;
}
.ha-logo circle:nth-child(12n) {
  animation-delay: -0.648s;
}
.ha-logo circle:nth-child(13n) {
  animation-delay: -0.702s;
}
.ha-logo circle:nth-child(14n) {
  animation-delay: -0.756s;
}
.choice__img img {
  max-height: 660px;
}

.choice__block {
  align-items: flex-start;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  /* margin-top: 20px; */
  padding: 0;
  border: none !important;
  /* display: none; */
}

a.header__btn {
}

.about.mt a {
  margin-bottom: 10px;
}
form.invalid {
  /* border: 1px solid #000; */
}

.test-flex {
  /* background-color: grey !important; */
  /* color: blue; */
  display: flex;
}

@media (max-width: 768px) {
  .test-flex {
    flex-direction: column;
  }
}
.test-flex .section-card {
  border: none;
}
.test-flex article {
  flex: 0 0 33.333%;
  width: 300px;
  margin-right: 10px;
}
.test-flex article img {
  width: 100%;
}
.last-news {
  /* background-color: tomato; */
}
