.header .right_side_menu {
  text-transform: none;
}
.header .right_side_menu div, .header .right_side_menu a {
  cursor: pointer;
  margin-left: 41px;
}
.header .right_side_menu .open_menu_click {
  text-transform: capitalize;
}
.header.white_c .serach_nav_wrap .serach_icon {
  stroke: #fff;
}
.header.white_c .serach_nav_wrap .input_wrap::after {
  background-color: #fff;
}
.header.white_c .serach_nav_wrap input {
  color: #fff;
}
.header.white_c .serach_nav_wrap input::-webkit-input-placeholder {
  color: #fff;
}
.header.white_c .serach_nav_wrap input::-moz-placeholder {
  color: #fff;
}
.header.white_c .serach_nav_wrap input:-moz-placeholder {
  color: #fff;
}
.header.white_c .serach_nav_wrap input:-ms-input-placeholder {
  color: #fff;
}
.header.white_c .serach_nav_wrap button svg {
  stroke: #fff;
}
.header.modal_active .search_nav_form_wrap {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .right_side_menu div, .header .right_side_menu a {
    font-size: 16px;
    line-height: 21px;
    padding: 0 25px;
    margin-left: 30px;
  }
}
.search_nav_form_wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serach_nav_wrap {
  position: relative;
  margin-right: 13px;
}
.serach_nav_wrap .serach_icon {
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  stroke: #18291B;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.serach_nav_wrap .input_wrap {
  width: 351px;
  max-width: 100%;
  position: relative;
}
.serach_nav_wrap .input_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #18291B;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach_nav_wrap input {
  color: #18291B;
  width: 100%;
  height: 45px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  border: none;
  padding: 0 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach_nav_wrap input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #18291B;
  opacity: 1;
}
.serach_nav_wrap input::-moz-placeholder {
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #18291B;
  opacity: 1;
}
.serach_nav_wrap input:-moz-placeholder {
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #18291B;
  opacity: 1;
}
.serach_nav_wrap input:-ms-input-placeholder {
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #18291B;
  opacity: 1;
}
.serach_nav_wrap button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 8px;
  background-color: transparent;
  padding: 0;
  border: none;
  z-index: 1;
}
.serach_nav_wrap button svg {
  width: 32px;
  stroke: #18291B;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach_nav_wrap button .close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.serach_nav_wrap button.clear_btn .arrow {
  opacity: 0;
}
.serach_nav_wrap button.clear_btn .close {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .serach_nav_wrap .input_wrap {
    width: 167px;
  }
  .serach_nav_wrap .serach_icon {
    width: 18px;
  }
  .serach_nav_wrap input {
    font-size: 16px;
    height: 39px;
    padding-left: 0;
  }
  .serach_nav_wrap button svg {
    width: 24px;
  }
}
body.disable_body_scroll {
  height: 100vh !important;
}

.archive_banner {
  color: #fff;
  position: relative;
  min-height: 328px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #788A77;
}
.archive_banner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #788A77;
}
.archive_banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.archive_banner .container {
  position: relative;
  padding: 0 64px;
  z-index: 2;
}
.archive_banner .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 52px 0 22px;
}
.archive_banner .row::after {
  display: none;
}
.archive_banner .arrow_btn {
  position: relative;
  top: 5px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
.archive_banner .arrow_btn svg {
  width: 101px;
  stroke: #fff;
}
.archive_banner h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .archive_banner .arrow_btn {
    width: 40px;
  }
  .archive_banner .arrow_btn svg {
    width: 55px;
    margin-right: -14px;
  }
}

@media screen and (max-width: 1024px) {
  .archive_banner {
    min-height: 266px;
  }
  .archive_banner .container {
    padding: 0 56px;
  }
  .archive_banner .row {
    padding-bottom: 11px;
  }
  .archive_banner .text_77 {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .archive_banner .container {
    padding: 0 25px;
  }
  .archive_banner .row {
    padding-bottom: 11px;
  }
  .archive_banner .text_77 {
    font-size: 40px;
  }
}
.filter_btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 24px 5px;
  color: #18291B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 40px;
  white-space: nowrap;
}
.filter_btn svg {
  position: relative;
  top: 1px;
  width: 16px;
  margin-right: 2px;
  stroke: #18291B;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter_btn.sort_btn {
  background-color: #D6D9D6;
}
@media screen and (min-width: 1025px) {
  .filter_btn:hover {
    color: #fff;
    background-color: #18291B;
  }
  .filter_btn:hover svg {
    stroke: #fff;
  }
  .filter_btn:hover.sort_btn {
    background-color: #18291B;
  }
}
.filter_btn.active {
  color: #fff;
  background-color: #18291B;
}
.filter_btn.active svg {
  stroke: #fff;
}
.filter_btn.white {
  color: #18291B;
  background-color: #fff;
}
.filter_btn.white svg {
  stroke: #18291B;
}
.filter_btn.border {
  border: 1px solid #18291B;
}
.filter_btn.xs_filters {
  color: #fff;
  background-color: #18291B;
}
.filter_btn.xs_filters svg {
  stroke: #fff;
}
.filter_btn.xs_filters.active {
  color: #18291B;
  background-color: #fff;
}
.filter_btn.xs_filters.active svg {
  stroke: #18291B;
}

.switch_btn {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #18291B;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.switch_btn .switch_btn_single {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #18291B;
  padding: 4px 24px 5px;
  min-height: 40px;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.switch_btn .switch_btn_single svg {
  position: relative;
  top: 1px;
  width: 16px;
  margin-right: 2px;
  stroke: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.switch_btn .checkmark {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #18291B;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
}
.switch_btn:not(.active) .switch_btn_single:nth-child(2) {
  color: #fff;
}
.switch_btn:not(.active) .switch_btn_single:nth-child(2) svg {
  stroke: #fff;
}
.switch_btn.active .switch_btn_single:nth-child(1) {
  color: #fff;
}
.switch_btn.active .switch_btn_single:nth-child(1) svg {
  stroke: #fff;
}
.switch_btn.green {
  color: #18291B;
  border-color: #18291B;
}
.switch_btn.green .checkmark {
  background-color: #18291B;
}
.switch_btn.green .switch_btn_single {
  color: #18291B;
}
.switch_btn.green:not(.active) .switch_btn_single:nth-child(2) {
  color: #fff;
}
.switch_btn.green:not(.active) .switch_btn_single:nth-child(2) svg {
  stroke: #fff;
}
.switch_btn.green.active .switch_btn_single:nth-child(1) {
  color: #fff;
}
.switch_btn.green.active .switch_btn_single:nth-child(1) svg {
  stroke: #fff;
}
.switch_btn.sm {
  font-size: 12px;
}
.switch_btn.sm .switch_btn_single {
  min-width: 83px;
  padding: 4px 15px;
}

@media screen and (max-width: 767px) {
  .switch_btn .switch_btn_single svg {
    stroke: #18291B;
  }
}
.filters_cont {
  padding: 20px 0;
}
.filters_cont .filters_top_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1px;
}
.filters_cont .filters_top_wrap.start_anim .lhs, .filters_cont .filters_top_wrap.start_anim .rhs {
  opacity: 1;
}
.filters_cont .search_form_wrap {
  margin-right: 47px;
}
.filters_cont .top_level_filters_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filters_cont .lhs, .filters_cont .rhs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.filters_cont .lhs .filter_btn {
  margin-right: 14px;
}
.filters_cont .rhs .filter_btn, .filters_cont .rhs .switch_btn {
  margin-left: 14px;
}
.filters_cont .filters_bottom_wrap {
  display: none;
  position: relative;
  min-height: 61px;
}

.filters_bottom_list {
  position: absolute;
  top: 19px;
  left: 0;
  display: none;
}
.filters_bottom_list.sort_items {
  left: auto;
  right: 0;
}
.filters_bottom_list.sort_items .single_checkbox_childs_wrap {
  left: auto;
  right: 0;
}
.filters_bottom_list.sort_items .single_checkbox_childs .single_checkbox_item:last-child {
  margin-left: 24px;
}

.filters_bottom_list_items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  border: 1px solid #18291B;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.single_checkbox_wrap {
  position: relative;
}
.single_checkbox_wrap:last-child .single_checkbox_item {
  padding-right: 24px;
}

.single_checkbox_item {
  position: relative;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0px 8px 24px;
  z-index: 1;
}
.single_checkbox_item input {
  display: none;
}
.single_checkbox_item input:checked + .checkbox_mark {
  background-color: #18291B;
}
.single_checkbox_item input:checked + .checkbox_mark svg {
  opacity: 1;
}
.single_checkbox_item .checkbox_mark {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #18291B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_checkbox_item .checkbox_mark svg {
  width: 12px;
  stroke: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.single_checkbox_item .checkbox_placeholder {
  white-space: nowrap;
}
.single_checkbox_item.grey {
  background-color: #D1D3D4;
}
.single_checkbox_item.grey .checkbox_mark svg {
  stroke: #18291B;
}
.single_checkbox_item.grey input:checked + .checkbox_mark {
  background-color: transparent;
}
.single_checkbox_item.grey:last-child {
  padding-right: 24px;
}

.single_checkbox_childs_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.single_checkbox_childs {
  background-color: #D1D3D4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  border: 1px solid #18291B;
}
.single_checkbox_childs .single_checkbox_item.parent {
  padding-right: 24px;
}

@media screen and (max-width: 1024px) {
  .filters_cont .container {
    padding: 0;
  }
  .filters_cont .filters_top_wrap {
    padding-left: 24px;
    padding-right: 24px;
    border: none;
  }
  .filters_cont .filters_top_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filters_cont .filters_top_wrap button {
    margin-right: 8px;
  }
  .filters_cont .search_form_wrap {
    display: none;
    position: absolute;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    top: 49px;
    z-index: 10;
  }
  .filters_cont .serach_wrap .input_wrap {
    width: 100%;
  }
  .filters_cont .top_level_filters_wrap {
    position: absolute;
    top: 49px;
    left: 24px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }
  .filters_cont .top_level_filters_wrap.active {
    opacity: 1;
    pointer-events: auto;
  }
  .filters_cont .filters_bottom_wrap {
    padding: 0 24px;
    overflow: auto;
    scrollbar-width: none;
  }
  .filters_cont .filters_bottom_wrap::-webkit-scrollbar {
    display: none;
  }
  .filters_cont .filters_bottom_wrap.active {
    min-height: 96px;
  }
  .filters_cont .filters_bottom_wrap.active .sort_items {
    top: 54px;
  }
  .filters_cont .rhs .filter_btn, .filters_cont .rhs .switch_btn {
    margin: 0 0 0 8px;
  }

  .filters_bottom_list {
    top: 54px;
    left: 24px;
  }

  .filters_bottom_list.sort_items {
    right: 24px;
    left: auto;
  }

  .active_filters {
    top: 56px;
  }

  .single_checkbox_childs {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filters_cont .filters_bottom_wrap {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1023px) {
  .filters_cont {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .filters_cont .filters_top_wrap {
    margin-bottom: 0;
  }
  .filters_cont .filters_bottom_wrap {
    display: none;
    min-height: inherit;
    height: 35px;
    margin-top: 10px;
  }
  .filters_cont .top_level_filters_wrap {
    width: 100%;
    left: 0;
    padding: 0 24px;
    overflow: auto;
    scrollbar-width: none;
  }
  .filters_cont .top_level_filters_wrap::-webkit-scrollbar {
    display: none;
  }
  .filters_cont .openFilters {
    background-color: #D1D3D4;
    border-color: #D1D3D4;
  }
  .filters_cont .openFilters.active {
    background-color: #18291B;
    border-color: #18291B;
  }

  .archive_posts .filters_cont .lhs {
    width: 100%;
  }
  .archive_posts .filters_cont .tablet_btns {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .archive_posts .filters_cont .openSearch {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .mobile_filters_content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    padding: 64px 0 0;
    z-index: 99999;
  }
  .mobile_filters_content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D1D3D4;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .mobile_filters_content.active {
    display: block !important;
  }
  .mobile_filters_content.anim_start .overlay {
    opacity: 0.88;
  }
  .mobile_filters_content.anim_start .mobile_filters_wrap {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }

  .mobile_filters_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #18291B;
    z-index: 1;
    -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  .mobile_filters_wrap .mobile_filters_scroll {
    position: relative;
    padding: 70px 24px 0;
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: auto;
  }
  .mobile_filters_wrap .mobile_top_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile_filters_wrap .close_filters {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 4px;
    background-color: transparent;
    border: none;
    z-index: 1;
  }
  .mobile_filters_wrap .close_filters svg {
    width: 24px;
  }
  .mobile_filters_wrap .filter_btn {
    width: 48%;
  }
  .mobile_filters_wrap .close_btn {
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
  }
  .mobile_filters_wrap .close_btn svg {
    margin-right: 4px;
    width: 20px;
  }
  .mobile_filters_wrap .clear_all_btn {
    color: #fff;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 16px;
  }
  .mobile_filters_wrap .show_filters_results_btn {
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    text-decoration: underline;
    background-color: #18291B;
    border: none;
  }
  .mobile_filters_wrap .show_filters_results_btn svg {
    width: 20px;
    stroke: #fff;
    margin-right: 4px;
  }

  .single_checkbox_childs_wrap {
    position: relative;
    display: block;
    padding-bottom: 20px;
  }

  .single_checkbox_childs {
    margin: 0;
    background-color: transparent;
    display: block;
  }

  .single_checkbox_item_childs {
    display: none;
  }

  .single_checkbox_item {
    color: #fff;
    background-color: transparent;
    padding: 10px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single_checkbox_item.parent {
    text-decoration: underline;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single_checkbox_item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single_checkbox_item.grey {
    background-color: transparent;
  }
  .single_checkbox_item .checkbox_mark {
    border-color: #fff;
  }
  .single_checkbox_item .checkbox_mark svg {
    stroke: #18291B;
  }
  .single_checkbox_item input:checked + .checkbox_mark {
    background-color: #fff;
  }
  .single_checkbox_item.grey input:checked + .checkbox_mark {
    background-color: #fff;
  }

  .mobile_filter_childs_items {
    display: none;
    padding-bottom: 20px;
  }

  .mobile_filter_parent_btn {
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .mobile_filter_parent_btn svg {
    stroke: #fff;
  }

  .mobile_filters_list_wrap {
    display: none;
  }
  .mobile_filters_list_wrap.active {
    display: block;
  }

  .mobile_sort_list_wrap {
    display: none;
  }
  .mobile_sort_list_wrap.active {
    display: block;
  }
  .mobile_sort_list_wrap .single_checkbox_childs_wrap {
    padding-bottom: 15px;
  }
  .mobile_sort_list_wrap .mobile_filter_parent_btn {
    margin-bottom: 10px;
  }
}
.project_list_wrapper {
  position: relative;
}

.no_posts {
  padding: 0 24px;
}

.project_list_cont {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 0;
}
.project_list_cont.active {
  position: relative;
  display: block;
}
.project_list_cont.active.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.project_list_cont.anim_in {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.project_list_cont.map {
  min-height: 400px;
}
.project_list_cont.map .loader {
  width: 70px;
  stroke: #18291B;
}
.project_list_cont .projects_map_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 940px;
  pointer-events: none;
  background-color: rgba(24, 41, 27, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.project_list_cont .projects_map_loader svg {
  width: 70px;
  stroke: #18291B;
}
.project_list_cont .projects_map_loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.project_list_section {
  position: relative;
}

.posts_list_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc(100% + 48px);
  width: -moz-calc(100% + 48px);
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts_list_wrap.loading {
  opacity: 0.2;
}

.posts_list_loader {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px;
  background-color: rgba(24, 41, 27, 0.1);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.posts_list_loader svg {
  position: absolute;
  width: 100px;
  stroke: #18291B;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.active_filters {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.active_filters .active_filters_wrap, .active_filters .active_filters_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active_filters .tsh {
  color: #18291B;
  font-size: 12px;
  line-height: 16px;
  margin-right: 16px;
  padding: 10px 0;
}
.active_filters .active_filter_btn {
  background-color: #18291B;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  margin-right: 8px;
}
.active_filters .active_filter_btn svg {
  width: 12px;
  margin-left: 6px;
  stroke: #fff;
}

@media screen and (max-width: 1024px) {
  .active_filters {
    left: 24px;
  }
  .active_filters .tsh {
    white-space: nowrap;
  }
  .active_filters .active_filter_btn {
    white-space: nowrap;
  }
}
.single_project_tile {
  position: relative;
  color: #18291B;
  width: 50%;
  padding: 35px 24px 34px;
  border: none;
}
.single_project_tile .anim_line {
  position: absolute;
  background-color: #C4C4C4;
}
.single_project_tile .anim_line.top_line {
  display: none !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

.single_project_tile .anim_line.bottom_line {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
     -moz-transform-origin: right;
      -ms-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}
.single_project_tile .anim_line.right_line {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}
.single_project_tile:nth-child(2n) .anim_line.top_line {
  right: auto;
  left: 0;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.single_project_tile:nth-child(2n) .anim_line.bottom_line {
  right: auto;
  left: 0;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.single_project_tile:nth-child(2n) .anim_line.right_line {
  display: none;
}
.single_project_tile:nth-child(1) .anim_line.top_line, .single_project_tile:nth-child(2) .anim_line.top_line {
  display: block;
}
.single_project_tile .single_project_tile_link {
  display: block;
}
.single_project_tile .single_project_tile_link.fade_in_anim {
  opacity: 0;
}
.single_project_tile h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 8px;
}
.single_project_tile h3 sup {
  position: relative;
  top: -12px;
  font-size: 16px;
  line-height: 1.5;
}
.single_project_tile .single_project_info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 40px;
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #C4C4C4;
  min-height: 49px;
}
@media screen and (max-width: 767px) {
  .single_project_tile .single_project_info {
    min-height: 16px;
  }
}
.single_project_tile .single_project_info .single_project_info_item {
  position: relative;
  padding-right: 22px;
  margin-right: 15px;
}
.single_project_tile .single_project_info .single_project_info_item::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #18291B;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.single_project_tile .single_project_info .single_project_info_item:last-of-type::after {
  display: none;
}
.single_project_tile .single_project_info svg {
  position: absolute;
  top: -5px;
  right: 0;
  width: 40px;
  stroke: #C4C4C4;
}
.single_project_tile .single_project_cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 24px;
}
.single_project_tile .single_project_cats .swiper-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.single_project_tile .single_project_cats .single_project_cat_item {
  width: auto;
  color: #18291B;
  padding: 2px 12px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 1.2;
  margin-right: 0;
}
.single_project_tile .single_project_cats .single_project_cat_item span::after {
  content: ", ";
  padding-right: 4px;
  margin-left: -2px;
}
.single_project_tile .single_project_cats .single_project_cat_item span:last-child::after {
  display: none;
}
.single_project_tile .single_project_img {
  position: relative;
  width: 100%;
  height: 408px;
  background-color: #18291B;
}
.single_project_tile .single_project_img .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_project_tile .single_project_img .logo_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 110px;
  background-color: #576659;
  padding: 7px;
}
.single_project_tile .single_project_img .logo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .single_project_tile.sm {
    cursor: pointer;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    padding: 32px 24px;
  }
  .single_project_tile.sm h3 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 4px;
  }
  .single_project_tile.sm h3 sup {
    font-size: 12px;
    line-height: 16px;
  }
  .single_project_tile.sm .single_project_info {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom-color: #18291B;
  }
  .single_project_tile.sm .single_project_info svg {
    stroke: #18291B;
    width: 24px;
  }
  .single_project_tile.sm .single_project_info .single_project_info_item {
    font-size: 12px;
    line-height: 16px;
    padding-right: 18px;
    margin-right: 9px;
  }
  .single_project_tile.sm .single_project_info .single_project_info_item::after {
    background-color: #18291B;
  }
  .single_project_tile.sm .single_project_cats {
    padding-bottom: 16px;
    border-bottom-color: #18291B;
  }
  .single_project_tile.sm .single_project_img {
    height: 232px;
  }
  .single_project_tile.sm .single_project_img .logo_img {
    width: 123px;
    height: 67px;
    padding: 5px 10px;
  }
  .single_project_tile.sm:last-child {
    border-bottom: none;
  }
}
.single_project_tile.marker {
  cursor: pointer;
  width: 100%;
  min-width: 247px;
  border: none;
  padding: 17px 13px;
}
.single_project_tile.marker h3 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 2px;
}
.single_project_tile.marker h3 sup {
  font-size: 12px;
  line-height: 16px;
}
.single_project_tile.marker .single_project_info {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: none;
  min-height: 16px;
}
.single_project_tile.marker .single_project_info svg {
  width: 18px;
  stroke: #18291B;
  top: -1px;
}
.single_project_tile.marker .single_project_info .single_project_info_item {
  font-size: 12px;
  line-height: 16px;
  padding-right: 15px;
  margin-right: 6px;
}
.single_project_tile.marker .single_project_info .single_project_info_item::after {
  background-color: #18291B;
}
.single_project_tile.marker .single_project_img {
  height: 128px;
}
.single_project_tile.marker .single_project_img .logo_img {
  width: 68px;
  height: 37px;
  padding: 2px 3px;
}

@media screen and (max-width: 1024px) {
  .single_project_tile {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid #C4C4C4;
  }
  .single_project_tile .anim_line {
    display: none;
  }
  .single_project_tile h3 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single_project_tile h3 sup {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    top: 0;
    padding-left: 8px;
  }
  .single_project_tile .single_project_info {
    font-size: 12px;
    line-height: 16px;
    padding-right: 24px;
    padding-bottom: 20px;
  }
  .single_project_tile .single_project_info .single_project_info_item {
    padding-right: 17px;
    margin-right: 6px;
  }
  .single_project_tile .single_project_info svg {
    width: 24px;
    top: -3px;
  }
  .single_project_tile .single_project_cats {
    padding-bottom: 6px;
  }
  .single_project_tile .single_project_cats .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single_project_tile .single_project_cats .single_project_cat_item {
    margin-bottom: 12px;
  }
  .single_project_tile .single_project_img {
    height: 196px;
  }
  .single_project_tile .single_project_img .logo_img {
    width: 106px;
    height: 68px;
    padding: 5px 9px;
  }
  .single_project_tile.sm .single_project_info {
    border-bottom-color: #18291B;
  }
  .single_project_tile.sm .single_project_info .single_project_info_item::after {
    background-color: #18291B;
  }
  .single_project_tile.sm .single_project_info svg {
    stroke: #18291B;
  }
  .single_project_tile.sm .single_project_cats {
    border-bottom-color: #18291B;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single_project_tile.lg h3 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single_project_tile.lg h3 sup {
    font-size: 16px;
    line-height: 1.5;
    top: -12px;
    padding-left: 0;
  }
  .single_project_tile.lg .single_project_info {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 22px;
    margin-right: 15px;
  }
  .single_project_tile.lg .single_project_info .single_project_info_item {
    padding-right: 17px;
    margin-right: 6px;
  }
  .single_project_tile.lg .single_project_info svg {
    width: 40px;
    top: -5px;
  }
  .single_project_tile.lg .single_project_cats {
    padding-bottom: 18px;
  }
  .single_project_tile.lg .single_project_cats .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .single_project_tile.lg .single_project_cats .single_project_cat_item {
    margin-bottom: 0;
  }
  .single_project_tile.lg .single_project_img {
    height: 408px;
  }
  .single_project_tile.lg .single_project_img .logo_img {
    width: 205px;
    height: 110px;
    padding: 7px;
  }
}
@media screen and (max-width: 767px) {
  .single_project_tile {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
  }
  .single_project_tile:nth-child(1) {
    border-top: 1px solid #C4C4C4;
  }
  .single_project_tile .anim_line {
    display: none;
  }
  .single_project_tile h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .single_project_tile h3 sup {
    font-size: 10px;
  }
  .single_project_tile .single_project_info {
    font-size: 12px;
    line-height: 16px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 22px;
  }
  .single_project_tile .single_project_cats {
    border-bottom: none;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 42px;
  }
  .single_project_tile .single_project_cats .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .single_project_tile .single_project_cats .single_project_cat_item {
    margin-bottom: 0;
    margin-right: 0;
  }
  .single_project_tile.lg .single_project_cats {
    margin-bottom: 18px;
    min-height: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
  }
}
.load_more_btn_wrap {
  position: relative;
  padding: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.load_more_btn_wrap .loader {
  position: absolute;
  left: 50%;
  top: 34%;
  width: 60px;
  stroke: #18291B;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.load_more_btn_wrap.loading .loader {
  opacity: 1;
}
.load_more_btn_wrap.loading .load_more_btn {
  opacity: 0;
  pointer-events: none;
}

.load_more_btn {
  cursor: pointer;
  color: #18291B;
  padding: 20px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.load_more_btn svg {
  width: 24px;
  stroke: #18291B;
  margin-right: 4px;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.map_zoom_btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  border: 1px solid #18291B;
  -webkit-border-radius: 64px;
     -moz-border-radius: 64px;
          border-radius: 64px;
  overflow: hidden;
}
.map_zoom_btn .map_zoom_plus, .map_zoom_btn .map_zoom_minus {
  position: relative;
  width: 54px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.map_zoom_btn .map_zoom_plus svg, .map_zoom_btn .map_zoom_minus svg {
  width: 20px;
  stroke: #18291B;
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  -moz-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .map_zoom_btn .map_zoom_plus:hover, .map_zoom_btn .map_zoom_minus:hover {
    background-color: #18291B;
  }
  .map_zoom_btn .map_zoom_plus:hover svg, .map_zoom_btn .map_zoom_minus:hover svg {
    stroke: #fff;
  }
}
.map_zoom_btn .map_zoom_plus:active svg, .map_zoom_btn .map_zoom_minus:active svg {
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}
.map_zoom_btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 24px;
  background-color: #D6D9D6;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popular_projects {
  width: 100%;
  padding: 52px 0 60px;
  background-color: #D1D3D4;
}
.popular_projects .popular_projects_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 49px;
}
.popular_projects .popular_projects_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popular_projects .icon_cta {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
}
.popular_projects .icon_cta.swiper-button-disabled {
  opacity: 0;
}
.popular_projects .icon_cta svg {
  width: 30px;
  stroke: #18291B;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popular_projects .icon_cta.prev svg {
  -webkit-transform: rotate(-225deg);
     -moz-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.popular_projects h2 {
  margin: 0;
}
.popular_projects .swiper {
  width: 100%;
  overflow: visible;
}
.popular_projects .popular_projects_swiper > .swiper-wrapper {
  margin-bottom: 95px;
}
.popular_projects .swiper-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.popular_projects .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}
.popular_projects .swiper-slide {
  width: auto;
}
.popular_projects .swiper-slide:last-child .single_project_tile {
  border-right: 1px solid #C4C4C4;
}
.popular_projects .single_project_tile {
  width: 447px;
  border: 1px solid #C4C4C4;
  border-right: none;
}
.popular_projects .single_project_tile .single_project_info {
  border-bottom-color: #18291B;
}
.popular_projects .single_project_tile .single_project_info svg {
  stroke: #18291B;
}
.popular_projects .single_project_tile .single_project_cats {
  border-bottom-color: #18291B;
}
.popular_projects .single_project_tile.sm {
  border-bottom: 1px solid #C4C4C4;
}
.popular_projects .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(24, 41, 27, 0.6);
  width: 100%;
  height: 2px;
}
.popular_projects .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #18291B;
  margin: 0;
  padding: 0;
  background: inherit;
  opacity: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.popular_projects .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 21px;
}
.popular_projects .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .popular_projects {
    padding: 52px 0 66px;
  }
  .popular_projects .container {
    padding: 0;
  }
  .popular_projects h2 {
    padding: 0 0 0 24px;
  }
  .popular_projects .popular_projects_title_wrap {
    padding-right: 24px;
    margin-bottom: 38px;
  }
  .popular_projects .popular_projects_title_wrap .text_40 {
    font-size: 32px;
    line-height: 42px;
  }
  .popular_projects .single_project_tile {
    width: 384px;
    border: none;
  }
  .popular_projects .single_project_tile.sm {
    border: none;
  }
  .popular_projects .popular_projects_swiper {
    border-top: 1px solid #18291B;
    border-bottom: 1px solid #18291B;
  }
  .popular_projects .popular_projects_swiper > .swiper-wrapper {
    margin-bottom: 0;
  }
  .popular_projects .popular_projects_swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
  }
  .popular_projects .swiper-slide:last-child .single_project_tile {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .popular_projects {
    padding: 42px 0 55px;
  }
  .popular_projects .popular_projects_title_wrap {
    padding-right: 24px;
    margin-bottom: 36px;
  }
  .popular_projects .popular_projects_title_wrap .text_40 {
    font-size: 28px;
    line-height: 36px;
  }
  .popular_projects .icon_cta {
    margin-left: 8px;
  }
  .popular_projects .single_project_tile {
    width: 100vw;
  }
  .popular_projects .single_project_tile .single_project_cats {
    overflow: hidden;
  }
}
.single_post_tile {
  color: #18291B;
  position: relative;
  width: 25%;
}
.single_post_tile a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 24px 35px;
  min-height: 565px;
  height: 100%;
  opacity: 0;
}
.single_post_tile .img_wrap {
  height: 245px;
  margin-bottom: 24px;
}
.single_post_tile .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_post_tile .text_24 {
  margin: 0;
}
.single_post_tile .arrow {
  position: absolute;
  right: 14px;
  bottom: 25px;
  width: 40px;
  stroke: #C4C4C4;
}
.single_post_tile .cats_wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 40px;
}
.single_post_tile .single_cat {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 23px;
}
.single_post_tile .single_cat:last-child {
  margin-right: 0;
}
.single_post_tile .single_cat:last-child::after {
  display: none;
}
.single_post_tile .single_cat::after {
  content: "";
  position: absolute;
  left: -webkit-calc(100% + 8px);
  left: -moz-calc(100% + 8px);
  left: calc(100% + 8px);
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #18291B;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single_post_tile .anim_line {
  position: absolute;
  background-color: #C4C4C4;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.single_post_tile .anim_line.top_line {
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.single_post_tile .anim_line.bottom_line {
  display: none !important;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.single_post_tile .anim_line.right_line {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
     -moz-transform-origin: top;
      -ms-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
}
@media screen and (min-width: 1025px) {
  .single_post_tile:nth-child(1), .single_post_tile:nth-child(9n-3), .single_post_tile:nth-child(9n), .single_post_tile:nth-child(9n+1) {
    width: 50%;
  }
  .single_post_tile:nth-child(3n) .anim_line.right_line {
    display: none;
  }
  .single_post_tile:nth-child(1) .anim_line.top_line {
    display: none !important;
  }
  .single_post_tile:nth-child(3n-2) .anim_line.bottom_line {
    display: none !important;
  }
  .single_post_tile:nth-child(3) {
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  .single_post_tile {
    width: 50%;
    border-bottom: 1px solid #18291B;
  }
  .single_post_tile .anim_line {
    display: none;
  }
  .single_post_tile .arrow {
    bottom: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single_post_tile {
    border-right: 1px solid #18291B;
  }
  .single_post_tile:nth-child(1) {
    width: 100%;
    border-right: none;
  }
  .single_post_tile:nth-child(9n), .single_post_tile:nth-child(9n-3), .single_post_tile:nth-child(9n+1) {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .single_post_tile {
    width: 100%;
    border: none;
    border-bottom: 1px solid #18291B;
  }
  .single_post_tile:nth-child(1) {
    border-top: 1px solid #18291B;
  }
  .single_post_tile a {
    padding-bottom: 45px;
  }
  .single_post_tile .img_wrap {
    height: 236px;
  }
}
.archive_posts .project_list_section {
  padding-top: 40px;
}
.archive_posts .project_list_section .container {
  overflow: hidden;
}
.archive_posts .link_to_contact {
  padding-top: 136px;
}

.archive_top_desc {
  padding: 52px 0 16px;
}
.archive_top_desc h4 {
  margin: 0 0 16px;
}
.archive_top_desc .wysiwyg {
  margin: 0 0 97px;
}
.archive_top_desc .wysiwyg p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .archive_posts .project_list_section {
    padding-top: 48px;
  }

  .archive_top_desc {
    padding-bottom: 56px;
  }
  .archive_top_desc h4 {
    text-transform: uppercase;
  }
  .archive_top_desc .wysiwyg {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive_posts .project_list_section {
    padding-top: 10px;
  }
  .archive_posts .active_filters {
    top: 49px;
  }

  .archive_top_desc {
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .archive_top_desc .text_16 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .archive_top_desc .text_24 {
    font-size: 16px;
    line-height: 24px;
  }
  .archive_top_desc .text_24.lh_31 {
    line-height: 24px;
  }
}
.randi_image_section {
  padding-bottom: 48px;
}
.randi_image_section .randi_image_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.randi_image_section .lhs {
  width: 51%;
  margin-top: 14px;
}
.randi_image_section .lhs img {
  display: block;
  width: 100%;
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
}
.randi_image_section .rhs {
  width: 49%;
  padding-left: 24px;
}
.randi_image_section h3 {
  margin: 0 0 18px;
}
.randi_image_section p {
  line-height: 24px;
  margin: 0 0 32px;
}
.randi_image_section .large_icon_btn {
  font-size: 24px;
  list-height: 1;
  text-transform: none;
}

@media screen and (max-width: 1024px) {
  .randi_image_section .randi_image_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .randi_image_section .lhs {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .randi_image_section .rhs {
    width: 100%;
    padding-left: 0;
  }
  .randi_image_section .text_40 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .randi_image_section p {
    margin-bottom: 38px;
  }
  .randi_image_section .large_icon_btn {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .randi_image_section {
    padding-bottom: 34px;
  }
  .randi_image_section .lhs {
    margin-bottom: 16px;
  }
  .randi_image_section .lhs img {
    height: 152px;
  }
  .randi_image_section .text_40 {
    font-size: 24px;
    line-height: 31px;
  }
  .randi_image_section p {
    margin-bottom: 24px;
  }
  .randi_image_section .large_icon_btn {
    font-size: 16px;
    line-height: 21px;
  }
}
.randi_list_items_cont {
  padding-top: 44px;
  padding-bottom: 48px;
}
.randi_list_items_cont .randi_list_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.randi_list_items_cont .randi_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 33.3333333333%;
}
.randi_list_items_cont .icon_wrap {
  width: 70px;
  padding-top: 13px;
}
.randi_list_items_cont .icon_wrap img {
  width: 100%;
}
.randi_list_items_cont .desc_wrap {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  max-width: 320px;
  padding-left: 30px;
}
.randi_list_items_cont .desc_wrap h4 {
  margin: 0 0 10px;
}
.randi_list_items_cont .desc_wrap p {
  margin: 0;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .randi_list_items_cont {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .randi_list_items_cont .randi_list_items {
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 184px 184px 184px;
  }
  .randi_list_items_cont .randi_list_item {
    width: 100%;
    display: block;
  }
  .randi_list_items_cont .icon_wrap {
    width: 100%;
    height: 57px;
    margin-bottom: 17px;
  }
  .randi_list_items_cont .icon_wrap img {
    width: auto;
    height: 100%;
  }
  .randi_list_items_cont .desc_wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .randi_list_items_cont .desc_wrap h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    max-width: 170px;
  }
  .randi_list_items_cont .desc_wrap p {
    font-size: 14px;
    line-height: 18px;
  }
  .randi_list_items_cont .desc_wrap p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .randi_list_items_cont .randi_list_items {
    display: block;
  }
  .randi_list_items_cont .randi_list_item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px;
  }
  .randi_list_items_cont .icon_wrap {
    width: 60px;
    height: auto;
  }
  .randi_list_items_cont .icon_wrap img {
    width: 100%;
    height: auto;
  }
  .randi_list_items_cont .desc_wrap {
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 13px;
    margin-top: 10px;
  }
  .randi_list_items_cont .desc_wrap h4 {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.pb_iwd_section {
  padding: 98px 0 50px;
}
.pb_iwd_section .container {
  padding: 0 60px;
}
.pb_iwd_section .pb_iwd_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pb_iwd_section .lhs {
  width: 49%;
  max-width: 624px;
}
.pb_iwd_section .rhs {
  width: 51%;
  max-width: 645px;
  padding-top: 9px;
}
.pb_iwd_section .text_30 {
  margin: 0;
}
.pb_iwd_section img {
  display: block;
  width: 100%;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 68px;
}
.pb_iwd_section .disclaimer {
  font-family: "Helvetica", sans-serif;
  position: relative;
  width: 100%;
  line-height: 24px;
  padding-left: 11px;
  max-width: 576px;
}
.pb_iwd_section .disclaimer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 88%;
  background-color: #18291B;
}

@media screen and (max-width: 1024px) {
  .pb_iwd_section {
    padding: 48px 0 30px;
  }
  .pb_iwd_section .container {
    padding: 0 24px;
  }
  .pb_iwd_section .lhs, .pb_iwd_section .rhs {
    width: 100%;
    max-width: 100%;
  }
  .pb_iwd_section .lhs {
    margin-bottom: 48px;
  }
  .pb_iwd_section .rhs {
    padding-top: 0;
  }
  .pb_iwd_section img {
    height: 470px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pb_iwd_section {
    padding: 32px 0 25px;
  }
  .pb_iwd_section .lhs {
    margin-bottom: 32px;
  }
  .pb_iwd_section img {
    height: 213px;
    margin-bottom: 24px;
  }
  .pb_iwd_section .disclaimer {
    padding-left: 6px;
  }
  .pb_iwd_section .disclaimer::before {
    top: 5px;
    height: 94%;
  }
}
.pb_tiles_section {
  padding: 76px 0 60px;
  border-bottom: 1px solid #D1D3D4;
}
.pb_tiles_section .pb_tiles_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pb_tiles_section .container {
  padding: 0 60px;
}
.pb_tiles_section .pb_tile_wrap {
  padding: 0 14px;
  width: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.pb_tiles_section .pb_tile {
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #18291B;
}
.pb_tiles_section .pb_tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.pb_tiles_section .pb_tile .bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.pb_tiles_section .pb_tile .pb_tile_content {
  position: relative;
  min-height: 616px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  z-index: 2;
}
.pb_tiles_section .pb_tile .icon {
  width: auto;
  max-height: 89px;
  margin-bottom: 20px;
}
.pb_tiles_section .pb_tile .text_38 {
  width: 100%;
  margin: auto 0 20px;
}
.pb_tiles_section .pb_tile p {
  width: 100%;
  font-family: "Helvetica", sans-serif;
  line-height: 24px;
  margin: 0 0 46px;
  min-height: 168px;
}
.pb_tiles_section .pb_tile .tiles_cta, .btn-primary--link {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	border-radius: 44px;
	border: 1.4px solid #2D3E2F !important;
	display: flex;
	padding: 7px 22px 8px 22px;
	justify-content: center;
	align-items: center;
	gap: 24px;
    position: relative;
    display: inline-flex;
  	transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
	background-color: white !important;
	color: #2D3E2F !important;
	font-size: 16px !important;
}
.pb_tiles_section .pb_tile .tiles_cta:hover, .btn-primary--link:hover {
	background-color: #2D3E2F !important;
	color: white !important;
}
.pb_tiles_section .pb_tile .tiles_cta span {
  position: relative;
  padding-bottom: 3px;
}
.pb_tiles_section .pb_tile .tiles_cta span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
	display: none;
}
.pb_tiles_section .pb_tile .tiles_cta svg {
  position: relative;
  right: -10px;
  width: 32px;
  stroke: #fff;
	display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .pb_tiles_section .pb_tile .text_38 {
    font-size: 30px;
    line-height: 39px;
  }
  .pb_tiles_section .pb_tile p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1025px) {
  .pb_tiles_section .pb_tiles_row {
    width: -webkit-calc(100% + 28px);
    width: -moz-calc(100% + 28px);
    width: calc(100% + 28px);
    margin-left: -14px;
  }
}
@media screen and (max-width: 1024px) {
  .pb_tiles_section {
    padding: 34px 0 68px;
  }
  .pb_tiles_section .container {
    padding: 0;
  }
  .pb_tiles_section .pb_tiles_row {
    overflow: auto;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .pb_tiles_section .pb_tiles_row::-webkit-scrollbar {
    display: none;
  }
  .pb_tiles_section .pb_tile_wrap {
    scroll-snap-align: start;
    width: 308px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .pb_tiles_section .pb_tile_wrap:nth-child(1) {
    padding-left: 24px;
  }
  .pb_tiles_section .pb_tile_wrap:last-child {
    padding-right: 24px;
  }
  .pb_tiles_section .pb_tile {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .pb_tiles_section {
    padding: 33px 0 56px;
  }
  .pb_tiles_section .pb_tile_wrap {
    padding: 0 15px;
  }
  .pb_tiles_section .pb_tile .pb_tile_content {
    min-height: 448px;
  }
  .pb_tiles_section .pb_tile .icon {
    max-height: 69px;
  }
  .pb_tiles_section .pb_tile .text_38 {
    margin-bottom: 14px;
  }
  .pb_tiles_section .pb_tile p {
    font-size: 14px;
    line-height: 16px;
    min-height: 96px;
    margin-bottom: 38px;
  }
  .pb_tiles_section .pb_tile .tiles_cta {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 370px) {
  .pb_tiles_section .pb_tile_wrap {
    padding: 0 5px;
    max-width: 80vw;
  }
}/*# sourceMappingURL=styles_d.css.map */


header {
	background-color: #18291B !important;
}
section.archive_banner.green_bg {
	background-color: #18291B !important;
    min-height: 360px;
}
.archive_banner .bannerContainer {
    width: 100%;
    background: #D1D3D4;
    margin-top: 120px;
}
.archive_banner .container {
    padding: 80px 80px 40px 80px;
    min-height: 240px;
}
.archive_banner picture {
    max-width: 700px;
    right: 0;
    bottom: 0;
    left: unset;
    min-height: 240px;
	background-color: transparent !important;
}
.archive_banner img {
    filter: unset !important;
}
.archive_banner h1 {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 44px */
	letter-spacing: -1.2px;
	margin-bottom: 16px;
	color: #18291B !important;
}
.archive_banner .bannerBlock {
	width: 55%;
}
.archive_banner p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	letter-spacing: -0.54px;
	margin: 0;
	color: #18291B !important;
}

@media screen and (max-width: 1023px) {
	.archive_banner picture {
		max-width: 50%;
	}
	.archive_banner img {
		filter: unset !important;
		object-position: left;
	}
}
@media screen and (max-width: 767px) {
	.archive_banner .container {
    	padding: 54px 24px;
	}
	.archive_banner .bannerBlock {
		width: 100%;
	}
	.archive_banner picture {
		max-width: unset;
		position: relative;
		width: calc(100% + 48px);
		min-height: unset;
		margin: 0 -24px -54px -24px;
	}
	.archive_banner h1 {
		font-size: 32px;
	}
	.archive_banner p {
		padding-bottom: 55px;
		font-size: 18px;
	}
}

.footer .footer_bottom_wrap {
    padding: 32px 0;
}

.footer .container {
    padding: 0 80px;
}

.footer .footer_bottom_wrap .right_side {
    display: flex;
    gap: 26px;
    align-items: center;
}
.footer .footer_center_wrap {
    border-bottom: 1px solid #2D3E2F;
    padding: 40px 0;
}

.footer .footerContent {
    display: flex;
    justify-content: space-between;
	gap: 20px;
}

.footer .footerLinksGroup {
    display: grid;
    gap: 40px;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer .footerLinksGroup .LinkGroup a:first-child {
    font-weight: 700;
}
.footer .footerLinksGroup .LinkGroup a {
    font-size: 14px;
    padding: 4px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer .footerLinksGroup .LinkGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer .footerLinksGroup .LinkGroup:nth-child(2) {
    min-width: 160px;
}
.footer .footerLinksGroup .LinkGroup:last-child {
    padding-left: 40px;
    border-left: 1px solid #576659;
    height: 100%;
}

.footer .footerLinksGroup .LinkGroup:last-child a:last-child {
	background: transparent url(../img/icon-builders.svg) no-repeat;
	background-position: right center;
    background-size: 15px 15px;
    padding-right: 32px;
    min-width: 132px;
}
.footer .footer_center_wrap .rightSide {
    border-left: 1px solid #576659;
    padding-left: 40px;
    max-width: 256px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer .footer_center_wrap .rightSide .social_media_wrap {
    gap: 0px 33px;
    justify-content: start;
    margin-bottom: 50px;
}
.footer .footer_center_wrap .rightSide .social_media_wrap a {
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer .footer_bottom_wrap .right_side a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.text_12.partners_title {
    max-width: 200px;
}
.container {
	padding: 0 80px;
}
.desktopHeader {
    display: flex;
    width: 100%;
    min-height: 120px;
    padding: 31px 0 25px 0;
    justify-content: space-between;
    align-items: center;
}
.desktopHeader .logo {
	max-width: 150px;
}
.desktopHeader .desktopMenu {
    display: flex;
    gap: 48px;
    align-items: center;
}
.desktopHeader .desktopMenu a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120px;
    padding: 0;
    height: 120px;
    margin-top: -31px;
    margin-bottom: -31px;
}
.desktopHeader .desktopMenu .search {
	height: 24px;
}
@media screen and (max-width: 1300px) {
	.footer .footerLinksGroup {
		display: grid;
		gap: 40px;
		align-items: start;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.footer .container {
		padding: 0 24px;
	}
	.footer .footerLinksGroup .LinkGroup:nth-child(2) {
    	min-width: unset;
	}
	.footer .footer_center_wrap .rightSide {
		padding-left: 20px;
	}
	.footer .footerLinksGroup .LinkGroup:last-child {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.container {
		padding: 0 24px;
	}
	.footer .footerContent {
    	flex-direction: column;
	}
	
	.footer .footer_center_wrap .rightSide {
		padding-left: 0;
		border: none;
	}
}
.showInMobile {
	display: none;
}
@media screen and (max-width: 767px) {
	.showInMobile {
		display: block;
	}

	.hideInMobile {
		display: none;
	}
	.footer .footer_bottom_wrap .right_side {
		display: flex;
		gap: 14px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .footer_bottom_wrap .left_side {
		margin-bottom: 26px;
		font-size: 12px !important;
		font-weight: 400 !important;
	}
	.footer .footerLinksGroup {
		display: grid;
		gap: 4px;
		align-items: start;
		grid-template-columns: 1fr;
	}
	.footer .footerLinksGroup .LinkGroup a {
		display: none;
	}

	.footer .footerLinksGroup .LinkGroup a:first-child {
		display: block !important;
	}
	.footer .footerLinksGroup .LinkGroup:last-child a:last-child {
		display: block !important;		
        width: 145px;
	}
	.footer .footerLinksGroup .LinkGroup:last-child {
		border-left: 0;
		padding-left: 0;
		border-top: 1px solid #576659;
		padding-top: 40px;
		margin-top: 40px;
		width: 100%;
	}
	.footer .footer_center_wrap {
		padding-top: 48px !important;
		padding-bottom: 32px !important;
	}
	.footer .footer_center_wrap .rightSide {
		width: calc(100% + 48px);
		margin-left: -24px;
		border-top: 1px solid #2D3E2F;
		max-width: unset;
		padding-top: 32px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.footer .footer_center_wrap .rightSide .social_media_wrap {
		margin-bottom: 0;
		justify-content: space-between;
		display: flex;
		width: 100%;
	}
	.footer .footerContent {
		gap: 40px;
	}
	.partners_wrap.showInMobile {
		display: flex;
		align-items: end;
		gap: 16px;
	}
	.text_12.partners_title {
		max-width: 121px;
	}
}


.content_wrap.contentAnim .wpcf7 form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    border-radius: 44px;
    border: 1.4px solid #2D3E2F !important;
    display: flex;
    color: #2D3E2F;
    background-color: #ffffff !important;
    padding: 7px 22px 8px 22px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;
    display: inline-flex;
    transition: 0.5s ease-in-out 0s;
    text-decoration: unset !important;
    font-size: 16px !important;
    max-width: 130px;
    cursor: pointer;
    max-width: 130px;
    cursor: pointer;
    height: 40px;
    width: 99px;
    text-transform: capitalize;
}

.content_wrap.contentAnim .wpcf7 form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #ffffff !important;
    background-color: #2D3E2F !important;
    transition: 0.5s ease-in-out 0s;
}

.content_wrap.contentAnim .wpcf7 form input {
    height: 60px;
    border-bottom: 1px solid #18291B !important;
    padding: 0;
    width: auto;
    border: 0;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.48px;
  color: #000000;
    text-transform: capitalize !important;
}
.content_wrap.contentAnim .wpcf7 form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #000000;
}

.content_wrap.contentAnim .wpcf7 form input::placeholder {
  color: #000000;
}
.content_wrap.contentAnim .wpcf7 form textarea {
    margin-top: -1px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #18291B !important;
}

.container {
	padding: 0 80px;
}
.sample_text.contentAnim .text_16 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
}
.project_builder_wrap .sample_text .text_40 p {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin-top: 16px;
}
.project_builder_wrap .project_content_section .rows_table_title {
    margin-bottom: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.52px;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
}
.project_builder_wrap .project_content_section .table_row {
    border: 0 !important;
    max-width: 404px;
    margin: auto;
    padding: 0;
    width: 100%;
    display: block;
}
.project_builder_wrap .project_content_section .rows_wrap {
    border-bottom: 0 !important;
}
.project_builder_wrap .project_content_section .rows_wrap div[style="width:80%;"] {
    width: 100% !important;
}
.project_builder_wrap .project_content_section .row_desc p {
    margin: 0;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: -0.3px;
}
.contactPersonBlock {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 40px;
   flex-wrap: wrap;
	font-family: twk everett,sans-serif;
}
.contactPersonBlock .contactPerson {
    display: flex;
    align-items: center;
    gap: 32px;
    min-width: 42%;
}
.contactPersonBlock .contactPerson .image img {
    width: 100%;
}

.contactPersonBlock .contactPerson .image {
    max-width: 200px;
    min-width: 200px;
}
.contactPersonBlock .contactPerson .content p.name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 10px;
}
.contactPersonBlock .contactPerson .content .info p {
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.2px;
}
@media screen and (max-width: 1023px) {
	.container {
		padding: 0 24px;
	}
	.sample_text.contentAnim .text_16 {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.contactPersonBlock .contactPerson .image {
			max-width: 110px;
			min-width: 110px;
	}
.contactPersonBlock .contactPerson {
    gap: 14px;
}
}
/* submenu */
.menuItemLink {
    height: 120px;
    margin-top: -31px;
    margin-bottom: -31px;
}
.withSubmenu:hover .submenuHolder {
    min-height: 400px;
    max-height: 500px;
  	transition: all 0.3s ease-in-out;
}
.submenuHolder {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    background: #18291B;
    max-height: 0;
    min-height: 0;
  	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.subMenuBlock {
	pointer-events: none;
}
.subMenuBlock a.hidden-xs.withSubmenu {
    display: none;
}
.subMenuBlock .subMenuItem a.mainLink {
    display: flex;
    gap: 80px;    
	height: 48px;
    margin: 0;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem a span.text {
    min-width: 240px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    height: 40px !important;
    padding: 10px 0;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem a span.text {
    min-width: 240px;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    height: 40px !important;
    padding: 10px 0;
	max-width: 258px;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .content {
    min-width: 240px;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    width: 240px;
    background: #18291B;
    position: absolute;
    top: 33px;
    left: 25%;
    gap: 8px !important;
    justify-content: flex-start;
    min-height: 335px;
	pointer-events: none;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .content {
	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:hover .content {
	opacity: 1;
  	transition: all 0.3s ease-in-out;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:nth-child(1) a span.text {
	font-weight: 700;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem a span.text:hover {
	color: #FDC035;
	text-decoration: underline;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:nth-child(1) .content {
	opacity: 1;
  	transition: all 0.3s ease-in-out;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:nth-child(1) .image {
	opacity: 1;
  	transition: all 0.3s ease-in-out;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:hover .content {
	opacity: 1;
  	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .image {
	opacity: 0;
  	transition: all 0.3s ease-in-out;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem:hover .image {
	opacity: 1;
  	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.submenuHolder .container {
    position: relative;
    padding-top: 33px;
    padding-bottom: 24px;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .content p.title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0;
    margin-bottom: 8px;
    margin-top: 0;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .content p.description {
    margin: 0;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .image {
    max-width: 655px;
	max-height: 341px;
    position: absolute;
    right: 80px;
    top: 33px;
	pointer-events: none;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem {
    display: flex;
    gap: 80px;
    height: 48px;
    margin: 0;
    max-width: 258px;
	pointer-events: all;
}
.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .image img {
    width: 100%;
	height: auto;
	object-fit: cover;
}
.servicesMenu, .divisionsMenu {
    max-width: 258px;
}
.divisionsMenu {
    margin-top: -192px;
    margin-left: 320px;
}

@media screen and (max-width: 1380px) {
	.submenuHolder .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.desktopHeader .desktopMenu .subMenuBlock .subMenuItem .image {
		right: 24px;
    	max-width: 460px;
	}
	.divisionsMenu {
		margin-top: -192px;
		margin-left: 276px;
	}
	.withSubmenu:hover .submenuHolder {
		min-height: 340px;
	}
}

button.my-location-parent.active {
    background: #D4E0D5;
    border-color: #2D3E2F;
}
