/*Page vt*/
.main-vt {
  padding-top: 95px;
  background: #fff;
}

@media all and (max-width: 992px) {
  .main-vt {
    padding-top: 51px;
  }
}
.anchors {
  display: flex;
  margin: 0 100px;
  column-gap: 50px;
  padding: 50px 0;
}

@media all and (max-width: 1200px) {
  .anchors {
    margin: 0 50px;
  }
}
@media all and (max-width: 992px) {
  .anchors {
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .anchors {
    margin: 0 16px;
    padding: 20px 0;
    row-gap: 16px;
  }
}
.anchor {
  flex-grow: 1;
  border: 1px solid #d6d6d6;
  padding: 30px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition-duration: 0.3s;
  font-size: 16px;
}

@media all and (max-width: 1200px) {
  .anchor {
    padding: 20px 0;
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .anchor {
    padding: 20px;
    flex-grow: 0;
    width: 45%;
  }
}
@media all and (max-width: 640px) {
  .anchor {
    padding: 15px 5px;
    flex-grow: 1;
  }
}
.anchor:hover {
  background: #f6f6f6;
  text-decoration: none;
  color: #000;
}

.anchor_special {
  background: #4c4c4c;
  border-color: #4c4c4c;
  color: #fff;
}
.anchor_special:hover {
  color: #fff;
  border-color: #000;
  background: #38b6ff;
}

.two-col-text {
  margin: 0 100px;
  /* padding: 50px 0 100px; */
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 50px calc(100px + 6%) 100px calc(100px + 6%);
}

@media all and (max-width: 1200px) {
  .two-col-text {
    margin: 0 50px;
  }
}
@media all and (max-width: 768px) {
  .two-col-text {
    margin: 0 16px;
    padding: 20px 0 40px;
    flex-direction: column;
    row-gap: 20px;
  }
}
.two-col-text__left {
  min-width: 65%;
  max-width: 48%;
  font-size: 60px;
  line-height: 1.3;
  margin: 0;
  color: #1e1e1e;
  font-weight: 900;
  /* text-shadow: -1px 0, 0 1px, 1px 0, 0 -1px, -1px -1px, 1px 1px, -1px 1px, 1px -1px; */
  letter-spacing: 1px;
  font-family: sans-serif;
  font-weight: 800 !important;
  text-align: left !important;
  text-transform: uppercase;
}

@media all and (max-width: 1720px) {
  .two-col-text__left {
    font-size: 60px;
        line-height: 1.3;
  }
}
@media all and (max-width: 1200px) {
  .two-col-text__left {
    font-size: 32px;
  }
}
@media all and (max-width: 992px) {
  .two-col-text__left {
    min-width: 47.5%;
    max-width: 47.5%;
  }
}
@media all and (max-width: 768px) {
  .two-col-text__left {
    min-width: 100%;
    max-width: 100%;
    font-size: 24px;
  }
}
.two-col-text__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

@media all and (max-width: 1200px) {
  .two-col-text__right {
    row-gap: 20px;
  }
}
.two-col-text__right-top p {
  margin: 0;
  /* font-size: 20px;
  line-height: 22px; */
  font-size: 18px;
    line-height: 1.4;
}

@media all and (max-width: 1200px) {
  .two-col-text__right-top p {
    font-size: 18px;
    line-height: 20px;
    line-height: 1.4;
  }
}
@media all and (max-width: 992px) {
  .two-col-text__right-top p {
    font-size: 16px;
    line-height: 18px;
    line-height: 1.4;
  }
}
.two-col-text__right-slogan {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  font-family: "open_sansbold";
  text-align: right;
}

@media all and (max-width: 992px) {
  .two-col-text__right-slogan {
    font-size: 20px;
  }
}
.video-bg {
  padding: 150px 100px 100px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  min-height: calc(100vh - 50px);
  align-items: end;
}

@media all and (max-width: 992px) {
  .video-bg {
    padding-right: 50px;
  }
}
@media all and (max-width: 768px) {
  .video-bg {
    padding: 100px 16px 100px 0;
  }
}
@media all and (max-width: 480px) {
  .video-bg {
    padding: 80px 16px 80px 0;
  }
}
.video-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-bg__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-bg__title {
  position: relative;
  max-width: 50%;
  z-index: 2;
  font-size: 100px;
  font-weight: 900;
  color: #d7d6d7;
  font-family: "open_sansbold";
  text-align: right;
  line-height: 1.5;
}

@media all and (max-width: 1790px) {
  .video-bg__title {
    max-width: 40%;
  }
}
@media all and (max-width: 1560px) {
  .video-bg__title {
    max-width: 45%;
  }
}
@media all and (max-width: 1390px) {
  .video-bg__title {
    max-width: 50%;
    font-size: 80px;
  }
}
@media all and (max-width: 1140px) {
  .video-bg__title {
    max-width: 55%;
    font-size: 75px;
  }
}
@media all and (max-width: 992px) {
  .video-bg__title {
    max-width: 60%;
    font-size: 64px;
  }
}
@media all and (max-width: 768px) {
  .video-bg__title {
    max-width: 70%;
    font-size: 60px;
        line-height: 1.3;
  }
}
@media all and (max-width: 480px) {
  .video-bg__title {
    max-width: 80%;
    font-size: 36px;
  }
}
.bl-sub-title-line {
  display: block;
  margin-top: 5px;
  height: 5px;
  width: 100%;
  background-color: #3bacd4;
}

@keyframes blSubTitleDivider {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.blSubTitleDivider {
  -webkit-animation-name: blSubTitleDivider;
  animation-name: blSubTitleDivider;
}

.two-col-info {
  margin: 0 100px;
  display: flex;
  column-gap: 5%;
  padding: 100px calc(100px + 6%) 50px calc(100px + 6%);
}

@media all and (max-width: 1200px) {
  .two-col-info {
    margin: 0 50px;
  }
}
@media all and (max-width: 768px) {
  .two-col-info {
    margin: 0 16px;
    padding: 40px 0 20px 0;
    flex-direction: column;
    row-gap: 40px;
  }
}
.two-col-info > div {
  flex: 1 1 0;
}

.two-col-info__left {
  display: flex;
  flex-direction: column;
  /* row-gap: 20px; */
}

.two-col-info__left h3 {
  text-align: left !important;
  align-self: stretch;
  font-weight: 900;
  /* margin: 0 !important;
  flex-direction: column;
  row-gap: 5px;
  font-size: 19px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  display: inline-flex !important; */
}

.two-col-info__left p {
  text-align: justify;
  max-width: unset !important;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
  font-family: "Open-Sans", sans-serif;
  margin-left: auto;
}

@media all and (max-width: 768px) {
  .two-col-info__left p {
    line-height: 18px;
    line-height: 1.4;
  }
}
.two-col-info__right h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: "open_sansbold";
}

@media all and (max-width: 992px) {
  .two-col-info__right h5 {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .two-col-info__right h5 {
    font-size: 14px;
  }
}
.two-col-info__right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.two-col-info__right ul li {
  font-size: 18px;
  line-height: 20px;
    line-height: 1.4;
}

@media all and (max-width: 992px) {
  .two-col-info__right ul li {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .two-col-info__right ul li {
    font-size: 14px;
  }
}
.two-col-info_mirrored .two-col-info__left {
  order: 2;
}

@media all and (max-width: 768px) {
  .two-col-info_mirrored .two-col-info__left {
    order: 1;
  }
}
.two-col-info_mirrored .two-col-info__left h3 {
  text-align: left;
  align-self: stretch;
}

.two-col-info_mirrored .two-col-info__left p {
  text-align: justify;
  margin-left: unset;
}

.two-col-info_mirrored .two-col-info__right {
  order: 1;
}

@media all and (max-width: 768px) {
  .two-col-info_mirrored .two-col-info__right {
    order: 2;
  }
}
.two-col-info_mirrored .two-col-info__right h5 {
  text-align: left;
}

.two-col-info_mirrored .two-col-info__right ul li {
  text-align: left;
}

.our-projects {
  padding: 50px 6%;
  margin: 0 100px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

@media all and (max-width: 1200px) {
  .our-projects {
  padding: 50px 0;
    margin: 0 50px;
  }
}
@media all and (max-width: 768px) {
  .our-projects {
    margin: 0 16px;
  }
}
.our-projects__title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.our-projects__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.our-projects__img img {
  width: 100%;
}

.our-projects__info {
    position: absolute;
    left: 0;
    width: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: auto;
    top: unset;
    bottom: 0;
    padding: 30px 50px;
}
.main-vt ul.slick-dots li {
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.main-vt ul.slick-dots li button {
    display: none;
}
.main-vt ul.slick-dots li::marker {
    font-size: 50px;
    line-height: .5;
}
.main-vt ul.slick-dots li.slick-active {
    color: #c4c4c4;
}

@media all and (min-width: 768px) {
  .main-vt ul.slick-dots {
    position: absolute;
    bottom: 0;
    right: calc(0px + 6% - 20px);
    transform: translateY(150%);
}
}

.main-vt ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: end;
    text-align: right;
    padding: 0;
    margin-right: -60px;
}
@media all and (max-width: 520px) {
  .our-projects__info {
      background: rgba(0, 0, 0, 0.75);
      padding: 20px;
      width: 100%;
  }
}
.our-projects__info-category {
  font-size: 14px;
  /* font-size: 25px; */
  color: #fff;
}

@media all and (max-width: 768px) {
  .our-projects__info-category {
    /* font-size: 24px; */
    font-size: 14px;
  }
}
.our-projects__info-title {
  /* font-size: 54px; */
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 10px 0;
}

@media all and (max-width: 768px) {
  .our-projects__info-title {
    /* font-size: 32px; */
    font-size: 18px;
  }
}
.our-projects__info-chars {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.our-projects__info-char {
  display: flex;
  column-gap: 5px;
}

.our-projects__info-char-title {
  font-size: 18px;
  color: #ffffff;
}

@media all and (max-width: 768px) {
  .our-projects__info-char-title {
    font-size: 16px;
  }
}
.our-projects__info-char-value {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .our-projects__info-char-value {
    font-size: 16px;
  }
}
.our-projects__link {
  position: absolute;
  z-index: 3;
  right: -75px;
  bottom: -100px;
  padding: 200px 150px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-decoration: none;
  text-align: right;
  color: #000;
  transition-duration: 0.3s;
}

@media all and (max-width: 1200px) {
  .our-projects__link {
    padding: 150px 100px;
  }
}
@media all and (max-width: 768px) {
  .our-projects__link {
    padding: 50px;
    bottom: -40px;
    right: -30px;
    font-size: 18px;
  }
}
@media all and (max-width: 520px) {
  .our-projects__link {
    top: -40px;
    bottom: unset;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
.our-projects__link:hover {
  background: #3bacd4;
  text-decoration: none;
}

.our-projects__link:hover span {
  color: #fff;
}

.our-projects__link span {
  display: flex;
  flex-direction: column;
  max-width: 180px;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  font-weight: 500;
  transition-duration: 0.3s;
}

@media all and (max-width: 768px) {
  .our-projects__link span {
    font-size: 18px;
  }
}
.about-us {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .about-us {
    margin: 0 16px;
    padding: 20px 0;
  }
}
.about-us__title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.about-us__content {
  background: rgba(0, 0, 0, 0);
}

.about-us__img {
  min-width: 45%;
  max-width: 45%;
  position: relative;
  background-color: #e8e9e9;
  transition-duration: 0.3s;
}

.about-us__info {
  display: flex;
  background-color: #e8e9e9;
  position: relative;
  transition-duration: 0.3s;
}
.about-us__info_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
}
.about-us__info:hover {
  background: transparent;
}
.about-us__info:hover .about-us__info_hover {
  opacity: 1;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.about-us__info:hover .about-us__img {
  background: transparent;
}
.about-us__info:hover .about-us__img_hover {
  opacity: 1;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.about-us__info:hover .about-us__btn {
    transform: translateX(0px);
    transition: .3s;
}
.about-us__info:hover .about-us__text-title_hover {
  left: 0;
}
.about-us__info:hover .about-us__text-title {
  opacity: 0;
}
.about-us__info:hover .about-us__text p {
  color: #fff;
}
.about-us__info:hover .about-us__content {
  z-index: 3;
  background: transparent;
}

@media all and (max-width: 768px) {
  .about-us__info {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .about-us__img {
    min-width: 100%;
    max-width: 100%;
    min-height: 640px;
  }
}
.about-us__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-us__content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  min-width: 55%;
  transition-duration: 0.3s;
}
@media all and (max-width: 992px) {
  .about-us__content {
    row-gap: 50px;
  }
}

@media all and (max-width: 768px) {
  .about-us__content {
    padding: 20px;
    row-gap: 40px;
    min-width: 100%;
  }
}
.about-us__text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.about-us__text h3 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 700;
  position: relative;
  /* overflow: hidden; */
}
.about-us__text h3 .about-us__text-title_hover {
  color: #38b6ff;
  position: absolute;
  transform: translateX(1000px);
  transition-duration: 0s;
  left: 0;
}
.about-us__info:hover span.about-us__text-title_hover {
    transition: 0.3s;
    transform: translateX(0px);
}
@media all and (max-width: 480px) {
  .about-us__text h3 {
    font-size: 24px;
  }
}
.about-us__text p {
  margin: 0;
  color: #000;
  max-width: 80%;
  font-size: 20px;
  line-height: 24px;
}

@media all and (max-width: 992px) {
  .about-us__text p {
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .about-us__text p {
    font-size: 18px;
    line-height: 20px;
  }
}
.about-us__btn {
    transform: translateX(1000px);
}

.about-us__btn a {
  text-transform: uppercase;
  color: #38b6ff;
  text-decoration: none;
  font-size: 14px;
}
.about-us__btn a:hover {
  text-decoration: underline;
}

.blog-news {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

@media all and (max-width: 768px) {
  .blog-news {
    padding: 20px 0;
  }
}
.blog-news__title {
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media all and (max-width: 992px) {
  .blog-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 480px) {
  .blog-news__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog-news__item {
  overflow: hidden; 
    background: #f6f6f6;
  /* transition-duration: 0.3s; */
}

.blog-news__item-img {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
}

@media all and (max-width: 992px) {
  .blog-news__item-img {
    padding-bottom: 100%;
  }
}
.blog-news__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-news__item-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 25px 25px;
  color: #38b6ff;
  flex-direction: column;
  box-sizing: border-box;
}

.blog-news__item-date-day {
  font-size: 92px;
  font-weight: 700;
  transform: translateX(200%);
  transition-duration: 0.3s;
}

.blog-news__item-date-month, .blog-news__item-date-year {
  transform: translateX(200%);
  transition-duration: 0.3s;
}

.blog-news__item-info {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@media all and (max-width: 480px) {
  .blog-news__item-info {
    padding: 20px;
  }
}
.blog-news__item-title {
  margin: 0;
  font-weight: 700;
}

.blog-news__item-preview {
  margin: 0;
}

.blog-news__item-link {
  transform: translateX(200%);
  transition-duration: 0.3s;
  text-decoration: none;
  color: #38b6ff;
  text-transform: uppercase;
}
.blog-news__item-link:hover {
  color: #38b6ff;
}

.blog-news__item-link::before {
  content: "";
}

.blog-news__item:hover {
  background: rgba(0, 0, 0, 0.7);
}

.blog-news__item:hover .blog-news__item-date {
  background: rgba(0, 0, 0, 0.7);
}

.blog-news__item:hover .blog-news__item-date-day,
.blog-news__item:hover .blog-news__item-date-month,
.blog-news__item:hover .blog-news__item-date-year {
  transform: translateX(0);
}

.blog-news__item:hover .blog-news__item-title,
.blog-news__item:hover .blog-news__item-preview {
  color: #fff;
}

.blog-news__item:hover .blog-news__item-link {
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  #new-page .two-col-info .right-container__elem {
    margin: 0 auto 30px 0;
  }
  /* #new-page .two-col-info:not(.two-col-info_mirrored) .two-col-info__left h3 {
    margin: 0 0 30px auto;
} */
  .two-col-info_mirrored .two-col-info__left p {
    text-align: left;
    margin-right: 0;
  }
  .two-col-info > div {
    text-align: left;
  }
}
.footer-presentation {
  margin-top: 100px;
}
@media all and (max-width: 540px) {
  .footer-presentation {
    margin-top: 20px;
  }
}
.footer-presentation a {
  padding: 10px 30px;
  border: 1px solid #fff;
  transition-duration: 0.3s;
  font-size: 18px;
  text-transform: uppercase;
}
@media all and (max-width: 540px) {
  .footer-presentation a {
    padding: 10px;
    font-size: 14px;
  }
}
.footer-presentation a:hover {
  background: #38b6ff;
  text-decoration: none;
}

.inquiry-form {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
@media all and (max-width: 768px) {
  .inquiry-form {
    padding: 50px 0;
  }
}
.inquiry-form__title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.inquiry-form__form {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 900px;
}
@media all and (max-width: 992px) {
  .inquiry-form__form {
    margin: 0 10%;
  }
}
.inquiry-form__form form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.inquiry-form__form-row {
  display: flex;
  box-sizing: border-box;
  gap:10px;
}
@media all and (max-width: 768px) {
  .inquiry-form__form-row {
    flex-direction: column;
    row-gap: 20px;
  }
}
.inquiry-form__form-row_submit p {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.inquiry-form__form-row_submit p .wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: 0;
}
.inquiry-form__form-row p {
  width: 100%;
}
.inquiry-form__form-row p .wpcf7-form-control-wrap input, .inquiry-form__form-row p .wpcf7-form-control-wrap select, .inquiry-form__form-row p .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin: 0;
  padding: 15px 20px;
  outline: none;
}
.inquiry-form__form-row p .wpcf7-form-control-wrap input::placeholder, .inquiry-form__form-row p .wpcf7-form-control-wrap select::placeholder, .inquiry-form__form-row p .wpcf7-form-control-wrap textarea::placeholder {
  color: #000;
  text-transform: normal;
}
input.wpcf7-form-control::placeholder,
textarea::placeholder {
    text-transform: capitalize !important;
}
.inquiry-form__form-row p .wpcf7-form-control-wrap select {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  /* text-transform: uppercase; */
  padding-left: 17px;
}
.inquiry-form__form-row p .wpcf7-form-control-wrap textarea {
  resize: none;
}
.inquiry-form__form-row p .wpcf7-submit {
  padding: 10px 30px;
  outline: none;
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  transition-duration: 0.3s;
}
.inquiry-form__form-row p .wpcf7-submit:hover {
  border: 1px solid #38b6ff;
  color: #fff;
  background: #38b6ff;
}
.inquiry-form__form-col {
  min-width: calc(50% - 5px);
  max-width: 50%;
}
@media all and (max-width: 768px) {
  .inquiry-form__form-col {
    min-width: 100%;
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .our-projects {
    padding-bottom: 100px;
  }
}
.our-projects__slider {
  display: flex;
  column-gap: 20px;
}
@media all and (max-width: 768px) {
  .our-projects__slider {
    display: block;
    position: relative;
  }
}
.our-projects__slider .slick-arrow {
  min-width: 50px;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  background-image: url("../img/strelka.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
    border: 0;
}
@media all and (max-width: 768px) {
  .our-projects__slider .slick-arrow {
    position: absolute;
    top: calc(100% + 10px);
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 768px) {
  .our-projects__slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
@media all and (max-width: 768px) {
  .our-projects__slider .slick-arrow.slick-prev::after {
    font-size: 32px;
  }
}
.our-projects__slider .slick-arrow.slick-prev {
  transform: rotateZ(180deg);
}
@media all and (max-width: 768px) {
  .our-projects__slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .our-projects__slider .slick-arrow.slick-next::after {
    font-size: 32px;
  }
}
.our-projects__slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.our-projects__slider .slick-list .slick-track {
  display: flex !important;
}
.our-projects__slider .slick-list .slick-slide {
  height: 600px;
}
.our-projects__slider-wrapper {
  position: relative;
}
.our-projects__slider-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-projects__slider-all .svg {
  margin-top: 0 !important;
  width: auto !important;
}
.our-projects__slider-all .svg a {
  text-align: center;
  /* font-size: 36px !important;
  padding: 20px 40px !important; */
}
@media all and (max-width: 1200px) {
  .our-projects__slider-all .svg a {
    /* font-size: 24px !important; */
  }
}
@media all and (max-width: 520px) {
  .our-projects__slider-all .svg a {
    /* font-size: 20px !important;
    padding: 20px !important; */
  }
}
.our-projects__slider-all .svg a::after {
  /* height: 5px !important; */
}
.our-projects__slide .our-projects__img {
  height: 100%;
}
.our-projects__slide .our-projects__img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
input.wpcf7-not-valid {
  background: white;
}
span.wpcf7-not-valid-tip {
    display: block !important;
    font-size: 12px;
    transform: translateY(5px);
    padding-left: 20px;
}
.wpcf7-response-output {
    border: none !important;
    text-align: right;
    margin: 0 !important;
    padding: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}
/*# sourceMappingURL=style-services.css.map */
