@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  line-height: 1.5;
}

.footer__text {
  line-height: 1.4;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}
.row.no-margin {
  margin-right: 0;
  margin-left: 0;
}
.row.mar8 {
  margin-right: -8px;
  margin-left: -8px;
}
.row.mar8 > div {
  padding: 0 8px;
}

.col-12 {
  flex: 0 0 100%;
}

.col-12,
.col-md-1,
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-md-3-2,
.col-sm-4,
.col-sm-5,
.col-sm-7,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-12.no-pad,
.col-md-1.no-pad,
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-md-3-2.no-pad,
.col-sm-4.no-pad,
.col-sm-5.no-pad,
.col-sm-7.no-pad,
.col-sm-8.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.dis_flex {
  display: flex;
}

.align_end {
  align-items: flex-end;
}

.dis_flex_column {
  display: flex;
  flex-direction: column;
}

.just_between {
  justify-content: space-between;
}

.container {
  width: 100%;
}

body.home:not(.ready) {
  overflow: hidden;
}
body.home:not(.ready)::-webkit-scrollbar {
  display: none;
}
body.home:not(.ready) .pin-spacer {
  max-width: 100% !important;
  overflow: hidden;
}
body.home:not(.ready) .pin-spacer::-webkit-scrollbar {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.preloader.on {
  pointer-events: none;
}
.preloader.on > div {
  height: 0 !important;
}
.preloader.on #lottie {
  top: -50px;
}
.preloader #lottie {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  transition: 0.5s ease;
}
.preloader #lottie svg {
  vertical-align: middle;
}
.preloader > div {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  transition: 0.8s ease;
}
.preloader > div.white {
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 3;
}
.preloader > div.yellow {
  height: 120%;
  z-index: 2;
  background-color: #E1992D;
  transition-delay: 0.2s;
}
.preloader > div.black {
  height: 120%;
  background-color: #000;
  transition-delay: 0.4s;
}

.main_header {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.main_header .top_panel {
  padding: 13px 0;
  color: #fff;
  background: #181D27;
}
.main_header .top_panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_header .nav_panel {
  padding-top: 16px;
}
.main_header .nav_panel.color_white a:not(.button_st) {
  color: #fff;
}
.main_header .nav_panel .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_header .nav_panel .main_nav {
  display: flex;
  align-items: center;
}
.main_header .nav_panel .main_nav > ul > li {
  display: inline-block;
  margin-right: 22px;
}
.main_header .nav_panel .main_nav > ul > li > a {
  padding: 8px 16px;
  display: block;
}

.hero_content {
  position: relative;
  height: 100vh;
  z-index: 2;
  font-family: "Inter";
  background-color: #fff;
  min-height: 500px;
}
.hero_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #25282F 0%, rgba(24, 29, 39, 0) 100%);
  z-index: 3;
}
.hero_content .hero_text {
  padding-top: 145px;
  padding-bottom: 40px;
  height: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.hero_content .hero_text > * {
  max-width: 457px;
}
.hero_content .hero_text p {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  /* 125% */
}
.hero_content .hero_text .button_st {
  margin-top: 45px;
}

.hero_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero_slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 29, 39, 0.2);
  z-index: 2;
}
.hero_slider .hero_progress-bar_wrap {
  height: 1px;
  width: calc(100% - 210px);
  position: relative;
  background: rgba(213, 215, 218, 0.23);
}
.hero_slider .hero_progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #D5D7DA;
  width: 0%;
}
.hero_slider > .container {
  position: relative;
  z-index: 3;
  padding-bottom: 64px;
}

.hero_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  overflow: hidden;
}
.hero_slide.active {
  z-index: 2;
}
.hero_slide.active img {
  transform: scale(1) translate(0, 0);
  transition: 0.6s 0s ease;
}
.hero_slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.2s 1s ease;
  transform: scale(1.3) translate(-100px, 50px);
}

.block_above {
  position: relative;
  z-index: 2;
}

.main_section {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
}
.main_section.pad_b0 {
  padding-bottom: 0;
}
.main_section.pad95 {
  padding: 95px 0;
}
.main_section p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.h-scroll {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  display: flex;
  column-gap: 16px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  /* плавність ми робимо через GSAP */
  transform: translate3d(0, 0, 0) !important;
  /* фіксує елемент */
  touch-action: none;
  user-select: none;
  -ms-overflow-style: none;
  /* hide scrollbar in IE/Edge */
  scrollbar-width: none;
}
.h-scroll a,
.h-scroll button {
  pointer-events: auto;
  touch-action: manipulation;
}
.h-scroll.active {
  cursor: grabbing;
}
.h-scroll::-webkit-scrollbar {
  display: none;
}
.h-scroll .item .img {
  display: flex;
  position: relative;
}
.h-scroll .item .img img {
  object-fit: cover;
  object-position: var(--img-x, 50%) 50%;
  transition: object-position 0.1s linear; /* для плавного руху */
}
.h-scroll .item[style*="z-index: -1"] + .item {
  z-index: -2 !important;
}

.visible .active .project_scroll .item .img {
  transform: translateX(0);
  transition: 0.5s ease;
}
.visible .active .project_scroll .item img {
  transform: scale(1) translateX(0);
}

.project_scroll .item {
  width: 480px;
  flex: 0 0 480px;
}
.project_scroll .item .img {
  overflow: hidden;
  transform: translateX(5%);
}
.project_scroll .item img {
  transform: scale(1.1) translateX(5%);
  aspect-ratio: 544/629;
  object-fit: cover;
}

.services_scroll .item {
  width: 460px;
  flex: 0 0 460px;
}
.services_scroll.gallery_st .item {
  width: 341px;
  flex: 0 0 341px;
}
.services_scroll.gallery_st .item .img {
  aspect-ratio: 341/280;
}
.services_scroll.gallery_st .item img {
  aspect-ratio: 500/280;
  object-fit: cover;
}
.services_scroll a.item:hover .img img {
  transform: scale(1.2) translateX(30px);
  transition: 0.4s ease;
}
.services_scroll a.item .img {
  overflow: hidden;
}
.services_scroll .text_item {
  padding: 30px 0 10px 0;
  white-space: normal;
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
  background-color: #fff;
}
.services_scroll .text_item h3 {
  color: #181D27;
  margin-bottom: 8px;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  /* 140% */
}
.services_scroll .text_item svg {
  flex: 0 0 56px;
}

.h-scroll-wrap {
  position: relative;
}
.h-scroll-wrap .scroll_btn {
  position: absolute;
  right: 100%;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-900);
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: var(--accent);
  border-color: var(--accent);
  top: 0;
  margin-right: -66px;
  z-index: 1000;
  margin-top: 5px;
}
.h-scroll-wrap .scroll_btn.next {
  top: 70px;
}
.h-scroll-wrap .scroll_btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.h-scroll-wrap .h-scrollbar {
  height: 1px;
  margin-top: 30px;
  background: #A4A7AE;
  position: relative;
  user-select: none;
}
.h-scroll-wrap .h-scrollbar-thumb {
  height: 100%;
  width: 40px;
  /* Авто-підлаштуємо в JS */
  background: #181D27;
  cursor: grab;
}
.h-scroll-wrap .h-scrollbar-thumb:active {
  cursor: grabbing;
}

.split {
  overflow: hidden;
}
.split > span {
  will-change: transform, opacity;
  display: block;
}

.tabs_wrap {
  position: relative;
}
.tabs_wrap .item_tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.tabs_wrap .item_tab.active {
  position: static;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: 0.3s ease;
}

.full_img img {
  width: 100%;
}

.button_st {
  display: inline-block;
  padding: 12px 24px;
  color: #252B37;
  border-radius: 4px;
  background: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.button_st.border_gray {
  border: 1px solid #A4A7AE;
  background: transparent;
}

.number_box {
  padding: 24px;
  border-radius: 0 0 4px 0;
  border-right: 1px solid #A4A7AE;
  border-bottom: 1px solid #A4A7AE;
  margin-top: 55px;
}
.number_box h3 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 10px;
  font-weight: 400;
}
.number_box h3 svg {
  flex: 0 0 20px;
}
.number_box .value_number {
  color: #252B37;
  font-family: "Inter";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.12;
  /* 112.5% */
}

.section_with_img {
  display: flex;
  overflow: hidden;
}
.section_with_img .img_block {
  flex: 0 0 600px;
}
.section_with_img .text_block {
  flex: 1 1 auto;
  padding: 128px 0 50px 128px;
  overflow: hidden;
  position: relative;
}
.section_with_img .text_block > * {
  max-width: 450px;
}

.testimonials_slider_wrapper {
  width: 400px;
  position: relative;
}
.testimonials_slider_wrapper .testimonials_slider {
  display: flex;
}
.testimonials_slider_wrapper .item_sl {
  flex: 0 0 100%;
  transform: scale(0.9);
  opacity: 0.6;
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-align: center;
  padding: 50px 0;
  background: #eee;
  position: absolute;
  left: 0;
}
.testimonials_slider_wrapper .item_sl.active {
  transform: scale(1);
  opacity: 1;
}

.testimonials_slider {
  overflow: visible;
}
.testimonials_slider:before {
  content: "";
  position: absolute;
  right: 100%;
  height: 100%;
  display: block;
  top: 0;
  width: 140px;
  background-color: #fff;
  z-index: 2;
}
.testimonials_slider .slick-arrow {
  position: absolute;
  display: inline-block !important;
  outline: none;
  cursor: pointer;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  -webkit-appearance: none;
}
.testimonials_slider .slick-arrow.slick-disabled {
  display: none !important;
}
.testimonials_slider .slick-arrow svg {
  vertical-align: middle;
}
.testimonials_slider .slick-arrow.slick-next {
  left: 100%;
  margin-left: 35px;
}
.testimonials_slider .slick-arrow.slick-prev {
  z-index: 3;
  right: 100%;
  margin-right: 35px;
  transform: translateY(-50%) rotate(180deg);
}
.testimonials_slider .slick-track {
  display: flex;
}
.testimonials_slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.testimonials_slider .item_sl {
  padding: 32px 16px;
  border-radius: 4px;
  background: #E9EAEB;
  transition: 0.4s ease;
  margin: 0 10px;
  height: unset;
}
.testimonials_slider .item_sl.slick-current {
  transform: translateX(0);
}
.testimonials_slider .item_sl:not(.slick-current, .prev-sl) {
  transform: translateX(128px);
  opacity: 0.6;
}
.testimonials_slider .item_sl.slick-current, .testimonials_slider .item_sl.slick-cloned.slick-current {
  opacity: 1;
}
.testimonials_slider .item_sl p {
  color: #414651;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  /* 144.444% */
}
.testimonials_slider .item_sl .name_pos {
  margin-top: 30px;
}
.testimonials_slider .item_sl .name_pos strong {
  color: #252B37;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  /* 140% */
  margin-right: 10px;
}
.testimonials_slider .item_sl .name_pos span {
  color: #717680;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  /* 144.444% */
}

.contact_section {
  position: relative;
}

.custom-cursor {
  position: fixed;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #A4A7AE;
  pointer-events: none;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #252B37;
  backdrop-filter: blur(4px);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  font-family: inherit;
}
.custom-cursor.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.anim_fade {
  opacity: 0;
}

.read_more_link {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.read_more_link:hover svg {
  transform: translateX(3px);
}
.read_more_link svg {
  transition: 0.3s ease;
}

.list_arrow {
  width: 100%;
  max-width: 320px;
}
.list_arrow li {
  border-bottom: 1px solid #D5D7DA;
}
.list_arrow li + li {
  margin-top: 30px;
}
.list_arrow li.active {
  border-bottom-color: #181D27;
}
.list_arrow li.active a svg path {
  stroke: #181D27 !important;
}
.list_arrow a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  color: #181D27;
  padding: 16px 0;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
}
.list_arrow a:hover svg {
  transform: translateX(4px);
}
.list_arrow a:hover svg path {
  stroke: #181D27 !important;
}
.list_arrow a svg {
  flex: 0 0 12px;
  transition: 0.3s ease;
}

.pad_t145 {
  padding-top: 145px;
}

.pad_t245 {
  padding-top: 245px;
}

.back_top {
  cursor: pointer;
}

.title_hero {
  font-family: "Inter";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.main_title {
  color: #181D27;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  /* 114.286% */
}
.main_title.font_s96 {
  font-size: 96px;
}
.main_title.font_s40 {
  font-size: 40px;
}
.main_title.has_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_title.has_arrow a {
  width: 100%;
  color: inherit;
  font-size: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_title.has_arrow a:hover svg {
  transform: translateX(10px);
}
.main_title.has_arrow a svg {
  transition: 0.3s ease;
}

.max_w880 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.logo_content {
  max-width: 191px;
}

.wow:not(.visible, .animated) {
  opacity: 0;
}

.overflow_hidden {
  overflow: hidden;
}

.mar_t40 {
  margin-top: 40px;
}

.mar_t50 {
  margin-top: 50px;
}

.mar_b55 {
  margin-bottom: 55px;
}

.mar_b70 {
  margin-bottom: 70px;
}

.mar_t90 {
  margin-top: 90px;
}

.mar_b45 {
  margin-bottom: 45px;
}

.mar_b24 {
  margin-bottom: 24px;
}

.mar_b10 {
  margin-bottom: 10px;
}

.bg_gray {
  background: #DBD9CF !important;
}

.bg_l_gray {
  background: #F5F5F5 !important;
}

@media (min-width: 768px) {
  .visible_mob {
    display: none;
  }
  .container {
    max-width: 720px;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .project__item {
    max-width: none;
    width: calc(33.3333% - 11px);
    flex-basis: calc(33.3333% - 11px);
  }
}
@media (min-width: 992px) {
  .row-20w .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-md1 {
    margin-left: 8.33333%;
  }
  .offset-md2 {
    margin-left: 16.6666%;
  }
  .container {
    max-width: 960px;
  }
  .col-md-3-2 {
    flex: 0 0 29.16%;
    max-width: 29.16%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .col-md-11 {
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-8 {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.max_w946 {
    max-width: 976px;
  }
  .project__wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1250px) {
  .container.width_md {
    max-width: 1210px;
  }
}
@media (min-width: 1450px) {
  .container.width_lg {
    max-width: 1350px;
  }
  .footer .container.width_lg {
    max-width: 1350px;
  }
}
@media (max-width: 1350px) and (min-width: 992px) {
  .h-scroll-wrap.scroll_gallery {
    margin-left: 75px;
  }
}
@media (max-width: 1300px) {
  .section_with_img .text_block {
    padding: 60px;
  }
  .section_with_img .text_block > * {
    width: 100%;
  }
  .testimonials_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .testimonials_slider .slick-arrow svg {
    max-width: 100%;
    height: auto;
  }
  .testimonials_slider .slick-arrow.slick-prev {
    margin-right: 7px;
  }
  .testimonials_slider .slick-arrow.slick-next {
    margin-left: 7px;
  }
}
@media (max-width: 1199px) {
  .section_with_img .img_block {
    flex: 0 0 50%;
    display: flex;
  }
  .section_with_img .img_block img {
    object-fit: cover;
    object-position: center;
  }
  .project_scroll .item {
    width: 350px;
    flex: 0 0 350px;
  }
  .services_scroll .item {
    width: 350px;
    flex: 0 0 350px;
  }
  .milestones {
    padding: 0 15px;
  }
}
@media (max-width: 1030px) {
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .container .footer_col {
    flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .h-scroll-wrap {
    margin-bottom: 75px;
  }
  .h-scroll-wrap .scroll_btn {
    right: 15px;
    margin-top: 20px;
    margin-right: 0;
    top: 100%;
  }
  .h-scroll-wrap .scroll_btn.next {
    top: 100%;
  }
  .h-scroll-wrap .scroll_btn.prev {
    right: 75px;
  }
  .title_hero {
    font-size: 60px;
  }
  .main_title {
    font-size: 48px;
  }
  .main_title.font_s96 {
    font-size: 54px;
  }
  .hero_content .hero_text p {
    font-size: 24px;
  }
  .row.mar_t90 {
    margin-top: 40px;
  }
  .row.align_end.just_between.no-margin .main_title {
    flex: 0 0 100%;
    width: 100%;
  }
  .number_box .value_number {
    font-size: 54px;
  }
  .main_section.pad95 {
    padding: 60px 0;
  }
  .section_with_img {
    display: block;
    padding-top: 60px;
  }
  .section_with_img .img_block {
    text-align: center;
    display: block;
  }
  .section_with_img .text_block {
    padding: 50px 15px;
  }
  .section_with_img .text_block > * {
    max-width: 100%;
  }
  .testimonials_slider {
    padding-left: 50px;
    padding-right: 50px;
  }
  .testimonials_slider .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
  }
  .testimonials_slider .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .testimonials_slider:before {
    margin-right: -50px;
  }
  footer.footer {
    padding-right: 0;
    padding-left: 0;
  }
  .firm-page section.firm__header {
    padding-top: 60px;
  }
  .number_box {
    padding: 0 24px 24px 0;
  }
}
@media (max-width: 767px) {
  .project__item {
    max-width: none;
    width: calc(50% - 11px);
    flex-basis: calc(50% - 11px);
  }
  .page-banner + .main_section {
    padding-top: 0;
  }
  .testimonials_slider {
    padding-left: 0;
  }
  .testimonials_slider:before {
    margin-right: 0;
    width: 28px;
  }
  .firm-page .firm__header {
    padding-bottom: 60px;
  }
  .main_header .top_panel p {
    font-size: 14px;
  }
  .title_hero {
    font-size: 40px;
  }
  .main_title,
  .pillar-page .expert__title {
    font-size: 30px;
  }
  .post__title {
    font-size: 30px;
    line-height: 1.4;
  }
  .process__icon {
    font-size: 42px;
    line-height: 1.2;
  }
  .project_scroll .item {
    width: 250px;
    flex: 0 0 250px;
  }
  .services_scroll .item {
    width: 250px;
    flex: 0 0 250px;
  }
  .services_scroll .text_item {
    column-gap: 15px;
  }
  .services_scroll .text_item svg {
    flex: 0 0 34px;
    height: auto;
  }
  .main_title.font_s96 {
    font-size: 40px;
  }
  .hero_content .hero_text {
    padding-top: 180px;
  }
  .hero_content .hero_text p {
    font-size: 20px;
  }
  .list_arrow {
    max-width: 100%;
  }
  .number_box {
    margin-top: 35px;
  }
  .button_st.mar_t50 {
    margin-top: 20px;
  }
  .list_arrow li + li {
    margin-top: 10px;
  }
  .post.main_section + .post-archive {
    padding-top: 0;
  }
  .contact ul.social__list {
    margin-top: 0 !important;
  }
  form.contact__form {
    margin-top: 0;
  }
  .address-block__wrapper .contact__aside-title {
    margin-top: 0 !important;
  }
  div.additional-services__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  div.additional-services__list .cols {
    width: 100%;
  }
  .firm-page .firm__header-col {
    width: 100%;
  }
  .footer .footer_col {
    flex-wrap: wrap;
  }
  .footer .social__list {
    margin-top: 24px !important;
  }
}
@media (max-width: 550px) {
  .project__item {
    align-items: flex-start;
    width: 100%;
    flex-basis: 100%;
  }
  .footer .social__list {
    flex-wrap: wrap;
  }
  .footer .social__list .footer__text {
    flex: 0 0 100%;
  }
  .section_with_img {
    padding-top: 0;
  }
  .footer__bottom-links {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style-st.css.map */
