/*=============================
=        Page Banner         =
=============================*/
.page_banner {
  margin-top: 72px;
  padding-bottom: 120px;
}
.page_banner .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 45px;
}
.page_banner .content {
  position: relative;
  padding-top: 80px;
}
.page_banner .main_title {
  padding-left: 40px;
  z-index: 1;
  position: relative;
  margin-bottom: -20px;
  min-height: 120px;
}
.page_banner .bg_behind {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  height: 705px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  margin-left: 230px;
  position: relative;
}
.page_banner .bg_behind::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.page_banner .desc_wrap {
  position: relative;
  z-index: 1;
  margin-top: -238px;
  padding: 48px 34px 54px 35px;
  width: 523px;
  margin-left: 125px;
}
.page_banner .desc_wrap p {
  margin-top: 0;
}
.page_banner .desc_wrap hr {
  color: #5B6D8F;
  margin: 32px 0;
}
.page_banner .desc_wrap::after {
  content: "";
  position: absolute;
  height: -webkit-calc(100% + 255px);
  height: -moz-calc(100% + 255px);
  height: calc(100% + 255px);
  width: 1px;
  background-color: #FFFFFF;
  left: 0;
  bottom: 55px;
}
.page_banner .btnWArrow {
  margin-top: 50px;
}
.page_banner .btnWArrow svg path {
  stroke: #FFFFFF;
}
.page_banner.small_image_ver {
  margin-top: 72px;
}
.page_banner.small_image_ver .container {
  padding: 0;
}
.page_banner.small_image_ver .bg_behind {
  width: -webkit-calc(100% - 740px);
  width: -moz-calc(100% - 740px);
  width: calc(100% - 740px);
  height: 580px;
  margin-left: 0;
  margin-top: 5px;
}
.page_banner.small_image_ver .bg_behind::after {
  display: none;
}
.page_banner.small_image_ver .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.page_banner.small_image_ver .left_side {
  width: 740px;
}
.page_banner.small_image_ver .opt_top_but_wrap {
  padding-left: 100px;
  margin-bottom: 32px;
  z-index: 1;
  position: relative;
}
.page_banner.small_image_ver .opt_top_but_wrap a {
  height: 36px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 12px;
  margin-right: 12px;
  border: 1px solid #FFFFFF;
}
.page_banner.small_image_ver .opt_top_but_wrap a.active {
  background: #FFFFFF;
  color: #09142B;
}
@media screen and (max-width: 1024px) {
  .page_banner.small_image_ver .opt_top_but_wrap {
    padding-left: 40px;
    margin-bottom: 129px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .page_banner.small_image_ver .opt_top_but_wrap {
    padding-left: 20px;
    margin-top: -8px;
    margin-bottom: 32px;
  }
}
.page_banner.small_image_ver .main_title {
  padding-left: 100px;
  margin-bottom: 0;
  min-height: auto;
  margin-right: -140px;
}
.page_banner.small_image_ver .desc_wrap {
  margin-top: 0;
  padding: 32px 20px 54px 35px;
  width: auto;
  margin-left: 230px;
  background-color: transparent;
}
.page_banner.small_image_ver .desc_wrap::after {
  height: -webkit-calc(100% - 117px);
  height: -moz-calc(100% - 117px);
  height: calc(100% - 117px);
  top: 28px;
}
.page_banner.small_image_ver .btnWArrow {
  margin-top: 0;
  padding-left: 264px;
}

@media screen and (max-width: 1024px) {
  .page_banner {
    margin-top: 72px;
    padding-bottom: 0;
  }
  .page_banner .container {
    padding: 0 40px;
  }
  .page_banner .main_title {
    padding-left: 0;
    margin-bottom: -100px;
    min-height: 160px;
  }
  .page_banner .bg_behind {
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
    height: 350px;
    margin-left: 128px;
  }
  .page_banner .desc_wrap {
    margin-top: -62px;
    padding: 80px 32px;
    width: 524px;
    margin-left: 82px;
  }
  .page_banner .desc_wrap::after {
    height: 290px;
    bottom: -webkit-calc(100% - 80px);
    bottom: -moz-calc(100% - 80px);
    bottom: calc(100% - 80px);
  }
  .page_banner.small_image_ver {
    margin-top: 0;
    padding-bottom: 120px;
  }
  .page_banner.small_image_ver .bg_behind {
    width: -webkit-calc(100% - 203px);
    width: -moz-calc(100% - 203px);
    width: calc(100% - 203px);
    height: 468px;
    margin-left: 203px;
    margin-top: 0;
  }
  .page_banner.small_image_ver .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page_banner.small_image_ver .left_side {
    width: 100%;
  }
  .page_banner.small_image_ver .main_title {
    padding-left: 40px;
    margin-right: 0;
    margin-top: -106px;
  }
  .page_banner.small_image_ver .desc_wrap {
    padding: 32px 40px 10px 55px;
    margin-left: 136px;
  }
  .page_banner.small_image_ver .desc_wrap::after {
    height: 120px;
    top: 32px;
    bottom: auto;
  }
  .page_banner.small_image_ver .btnWArrow {
    padding-left: 192px;
  }
}
@media screen and (max-width: 767px) {
  .page_banner {
    margin-top: 72px;
  }
  .page_banner .container {
    padding: 0 20px;
  }
  .page_banner .main_title {
    margin-bottom: -119px;
    min-height: 156px;
    font-size: 52px;
    line-height: 52px;
  }
  .page_banner .bg_behind {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 220px;
    margin-left: 20px;
  }
  .page_banner .desc_wrap {
    margin-top: -25px;
    padding: 80px 32px 80px 12px;
    width: 356px;
    margin-left: 0;
    max-width: 100%;
  }
  .page_banner .desc_wrap::after {
    display: none;
  }
  .page_banner.small_image_ver .bg_behind {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 294px;
    margin-left: 60px;
  }
  .page_banner.small_image_ver .main_title {
    margin-top: -11px;
    padding: 0 20px;
  }
  .page_banner.small_image_ver .desc_wrap {
    padding: 32px 20px 10px 55px;
    margin-left: 40px;
  }
  .page_banner.small_image_ver .desc_wrap::after {
    display: block;
  }
  .page_banner.small_image_ver .btnWArrow {
    padding-left: 97px;
  }
}
/*=====  End of Page Banner  ======*/
/*=========================================
=           Center Text & Title           =
=========================================*/
.centerTextAndTitle_secion {
  background: #fbfbfb;
  padding: 80px 0 100px;
}
.centerTextAndTitle_secion .container {
  max-width: 1440px;
  padding: 0 220px;
  margin: 0 auto;
}
.centerTextAndTitle_secion .title_wrap {
  margin-bottom: 46px;
}
.centerTextAndTitle_secion .desc_wrap {
  padding-left: 40px;
  position: relative;
}
.centerTextAndTitle_secion .desc_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dee2e9;
}

/*=====  End of Center Text & Title  ======*/
/*=========================================
=           Full Image_section           =
=========================================*/
.full_image_section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
}
.full_image_section .image_wrap {
  width: 100%;
  height: 640px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: thistle;
}

/*=====  End of Center Text & Title  ======*/
/*=========================================
=      Image & Centered Text Section     =
=========================================*/
/*=====  End of Image & Centered Text Section  ======*/
/*=========================================
=      Image & Centered Text Section     =
=========================================*/
.two_images_Left_text_section {
  background: #fbfbfb;
}
.two_images_Left_text_section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.two_images_Left_text_section .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 134px 0 72px;
}
.two_images_Left_text_section .one_dot_point {
  margin-bottom: 48px;
  padding-right: 80px;
}
.two_images_Left_text_section .title_wrap {
  margin: 12px 0;
}
.two_images_Left_text_section .images_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.two_images_Left_text_section .images_wrap div {
  width: 360px;
  height: 480px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: salmon;
}
.two_images_Left_text_section .first_image {
  margin-top: 80px;
  margin-right: 60px;
}

/*=====  End of Image & Centered Text Section  ======*/
/*=========================================
=            Accordions Sections          =
=========================================*/
.accordions_sections {
  background: #fbfbfb;
}
.accordions_sections .as_content {
  text-align: center;
  padding-top: 130px;
}

/*=====  End of Accordions Sections  ======*/
/*=========================================
=            Auctions Section          =
=========================================*/
.auctions_section {
  padding: 80px 0 152px;
}
.auctions_section .container {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}
.auctions_section .top_cats_auctions {
  margin: 32px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media screen and (min-width: 768px) {
  .auctions_section .top_cats_auctions.filters_btn_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  .auctions_section .top_cats_auctions.filters_btn_wrap app2-filters-button button {
    margin-right: 26px;
  }
  .auctions_section .top_cats_auctions.filters_btn_wrap .left_sort_wrap_angular {
    margin-left: auto;
  }
}
.auctions_section .top_cats_auctions > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.auctions_section .top_cats_auctions .sort_title {
  margin-right: 8px;
}
.auctions_section .top_cats_auctions .right_sort > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-left: 19px;
  cursor: pointer;
  color: #A2AAAD;
  -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;
}
@media screen and (min-width: 1025px) {
  .auctions_section .top_cats_auctions .right_sort > div:hover {
    color: #09142B;
  }
  .auctions_section .top_cats_auctions .right_sort > div:hover svg path {
    fill: #09142B;
  }
  .auctions_section .top_cats_auctions .right_sort > div:hover svg rect {
    stroke: #09142B;
  }
}
.auctions_section .top_cats_auctions .right_sort > div svg {
  margin-right: 8px;
}
.auctions_section .top_cats_auctions .right_sort > div svg path {
  fill: #A2AAAD;
  -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;
}
.auctions_section .top_cats_auctions .right_sort > div svg rect {
  -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;
  stroke: #A2AAAD;
}
.auctions_section .top_cats_auctions .right_sort > div.active {
  color: #09142B;
}
.auctions_section .top_cats_auctions .right_sort > div.active svg path {
  fill: #09142B;
}
.auctions_section .top_cats_auctions .right_sort > div.active svg rect {
  stroke: #09142B;
}
.auctions_section .top_cats_auctions .left_sort_wrap {
  position: relative;
}
.auctions_section .top_cats_auctions .left_sort_wrap .most_recent_button {
  cursor: pointer;
  -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;
}
@media screen and (min-width: 1025px) {
  .auctions_section .top_cats_auctions .left_sort_wrap .most_recent_button:hover {
    color: #09142B;
  }
}
.auctions_section .top_cats_auctions .left_sort_wrap .sort_list {
  position: absolute;
  left: 0;
  top: 100%;
  background: #D1D6E0;
  border-radius: 8px;
  padding: 20px 20px 12px;
  min-width: 200px;
  margin-top: 8px;
  opacity: 0;
  pointer-events: none;
  -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;
  z-index: 10;
}
.auctions_section .top_cats_auctions .left_sort_wrap .sort_list div {
  line-height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
}
.auctions_section .top_cats_auctions .left_sort_wrap .sort_list.active {
  opacity: 1;
  pointer-events: all;
}
.auctions_section .autions_wrap {
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auctions_section .one_aution {
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 20px 32px;
}
.auctions_section .image_wrap {
  width: 100%;
  height: 392px;
  position: relative;
  display: block;
}
.auctions_section .image_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.auctions_section .text_inside_image {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  height: 22px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 12px;
  margin: 12px;
}
.auctions_section .price_wrap {
  margin-top: 4px;
  line-height: 22px;
}
.auctions_section .autions_info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 16px;
}
.auctions_section .autions_info .left_side {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.auctions_section .autions_info .grey_addres {
  margin-right: 8px;
}
.auctions_section .autions_info .center_line {
  margin: 0 8px;
}
.auctions_section .autions_info .right_side {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.auctions_section .autions_info .right_side > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-right: 1px solid #c4c4c4;
  padding-right: 15px;
}
.auctions_section .autions_info .right_side > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.auctions_section .autions_info svg {
  margin: 0 13px;
}
.auctions_section .maps_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.auctions_section .maps_wrap .left_auctions_wrap {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
  height: 712px;
  overflow-y: scroll;
  width: 434px;
  margin-right: 22px;
  scrollbar-color: #A2AAAD #F5F5F5;
  scrollbar-width: thin;
}
.auctions_section .maps_wrap .left_auctions_wrap::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.auctions_section .maps_wrap .left_auctions_wrap::-webkit-scrollbar-thumb {
  background: #A2AAAD;
  border-radius: 16px;
}
.auctions_section .maps_wrap .left_auctions_wrap .single_place {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 24px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
  -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;
}
@media screen and (min-width: 1025px) {
  .auctions_section .maps_wrap .left_auctions_wrap .single_place:hover {
    background-color: #F5F5F5;
  }
}
.auctions_section .maps_wrap .left_auctions_wrap .single_place.active {
  background-color: #F5F5F5;
}
.auctions_section .maps_wrap .left_auctions_wrap .single_place .image_wrap {
  width: 164px;
  height: 116px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.auctions_section .maps_wrap .left_auctions_wrap .single_place .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auctions_section .maps_wrap .left_auctions_wrap .middle_adress {
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.auctions_section .maps_wrap .left_auctions_wrap .symb_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.auctions_section .maps_wrap .left_auctions_wrap .symb_wrap > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-right: 1px solid #c4c4c4;
  padding-right: 15px;
}
.auctions_section .maps_wrap .left_auctions_wrap .symb_wrap > div svg {
  margin: 0 12px;
}
.auctions_section .maps_wrap .left_auctions_wrap .symb_wrap > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.auctions_section .maps_wrap .left_auctions_wrap .symb_wrap > div:first-child svg {
  margin-left: 0;
}
.auctions_section .maps_wrap .right_map_wrap {
  width: -webkit-calc(100% - 456px);
  width: -moz-calc(100% - 456px);
  width: calc(100% - 456px);
  height: 712px;
  position: relative;
}
.auctions_section .maps_wrap .right_map_wrap .map_wrap {
  width: 100%;
  height: 100%;
}
.auctions_section .maps_wrap .right_map_wrap .gm-fullscreen-control,
.auctions_section .maps_wrap .right_map_wrap .gm-style-iw-tc,
.auctions_section .maps_wrap .right_map_wrap .gm-style-mtc,
.auctions_section .maps_wrap .right_map_wrap .gm-svpc,
.auctions_section .maps_wrap .right_map_wrap .gm-style-cc {
  display: none !important;
}
.auctions_section .maps_wrap .right_map_wrap .gm-style-iw {
  padding: 0 !important;
}
.auctions_section .maps_wrap .right_map_wrap .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.auctions_section .maps_wrap .right_map_wrap .gm-ui-hover-effect span {
  background-color: #fff !important;
}
.auctions_section .maps_wrap .right_map_wrap .gm-style .gm-style-iw-t::after {
  top: -122px;
  background: #22314E;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auctions_section .maps_wrap .right_map_wrap .gm-style .gm-style-iw-c {
  background-color: #22314E;
}
.auctions_section .maps_wrap .right_map_wrap .gm-style-iw-d {
  overflow: hidden !important;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap {
  position: relative;
  width: 408px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #22314E;
}
@media screen and (max-width: 767px) {
  .auctions_section .maps_wrap .right_map_wrap .marker_wrap {
    width: 224px;
  }
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #22314E;
  top: -8px;
  left: 50%;
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
  z-index: 1;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .left_image_wrap {
  width: 122px;
  height: 122px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(9, 20, 43, 0.5);
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .left_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .right_side_wrap {
  color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #22314E;
  padding: 11px 25px 20px 20px;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .right_side_wrap .text_18_eu500 {
  margin-bottom: 4px;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .right_side_wrap .goo_maps_link {
  font-family: "europa", sans-serif;
  background: #F5F5F5;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #09142B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 128px;
  height: 32px;
  margin-top: 12px;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .right_side_wrap .goo_maps_link svg {
  margin-right: 8px;
}
.auctions_section .maps_wrap .right_map_wrap .marker_wrap .marker_icon {
  position: absolute;
  right: 19px;
  bottom: 12px;
  z-index: 1;
}
.auctions_section .autions_info,
.auctions_section .maps_wrap {
  -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;
}
.auctions_section .autions_info.active_h,
.auctions_section .maps_wrap.active_h {
  opacity: 0;
  pointer-events: none;
}
.auctions_section .pagination-container,
.auctions_section .angular-pagination-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.auctions_section .pagination-container ul,
.auctions_section .angular-pagination-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.auctions_section .pagination-container ul li,
.auctions_section .angular-pagination-container ul li {
  font-family: "europa", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #5B6D8F;
}
.auctions_section .pagination-container ul li span,
.auctions_section .angular-pagination-container ul li span {
  opacity: 0.4;
}
.auctions_section .pagination-container ul li a,
.auctions_section .pagination-container ul li span,
.auctions_section .angular-pagination-container ul li a,
.auctions_section .angular-pagination-container ul li span {
  padding: 0 7px;
}
.auctions_section .pagination-container ul li:first-child, .auctions_section .pagination-container ul li:last-child,
.auctions_section .angular-pagination-container ul li:first-child,
.auctions_section .angular-pagination-container ul li:last-child {
  border: 1px solid #5B6D8F;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}
.auctions_section .pagination-container ul li:first-child.disabled, .auctions_section .pagination-container ul li:last-child.disabled,
.auctions_section .angular-pagination-container ul li:first-child.disabled,
.auctions_section .angular-pagination-container ul li:last-child.disabled {
  opacity: 0.4;
}
.auctions_section .pagination-container ul li:first-child span,
.auctions_section .pagination-container ul li:first-child a, .auctions_section .pagination-container ul li:last-child span,
.auctions_section .pagination-container ul li:last-child a,
.auctions_section .angular-pagination-container ul li:first-child span,
.auctions_section .angular-pagination-container ul li:first-child a,
.auctions_section .angular-pagination-container ul li:last-child span,
.auctions_section .angular-pagination-container ul li:last-child a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.auctions_section .pagination-container ul li:first-child,
.auctions_section .angular-pagination-container ul li:first-child {
  margin-right: 7px;
}
.auctions_section .pagination-container ul li:last-child,
.auctions_section .angular-pagination-container ul li:last-child {
  margin-left: 7px;
}

@media screen and (max-width: 1024px) {
  .auctions_section {
    padding: 80px 0;
  }
  .auctions_section .container {
    padding: 0 40px;
  }
  .auctions_section .text_44_Frei {
    font-size: 32px;
    line-height: 40px;
  }
  .auctions_section .autions_wrap {
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .auctions_section .one_aution {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 36px;
  }
  .auctions_section .image_wrap {
    height: 206px;
  }
  .auctions_section .text_inside_image {
    margin: 8px;
  }
  .auctions_section .autions_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .auctions_section .autions_info .left_side {
    margin-bottom: 12px;
  }
  .auctions_section .autions_info .right_side > div:first-child svg {
    margin-left: 0;
  }
  .auctions_section .autions_info svg {
    margin: 0 12px;
  }
  .auctions_section .maps_wrap .left_auctions_wrap {
    display: none;
  }
  .auctions_section .maps_wrap .right_map_wrap {
    width: 100%;
    height: 639px;
  }
}
@media screen and (max-width: 767px) {
  .auctions_section .container {
    padding: 0 20px;
  }
  .auctions_section .text_44_Frei {
    text-align: center;
  }
  .auctions_section .top_cats_auctions {
    margin: 20px 0;
  }
  .auctions_section .autions_wrap {
    width: 100%;
    margin-left: 0;
  }
  .auctions_section .one_aution {
    width: 100%;
    margin: 0 0 24px;
  }
  .auctions_section .image_wrap {
    height: 230px;
  }
  .auctions_section .text_inside_image {
    margin: 12px;
  }
  .auctions_section .maps_wrap .right_map_wrap .gm-style-iw-c {
    max-width: 80vw !important;
  }
  .auctions_section .maps_wrap .right_map_wrap .marker_wrap {
    max-width: 100%;
  }
  .auctions_section .maps_wrap .right_map_wrap .marker_wrap .left_image_wrap {
    display: none;
  }
  .auctions_section .maps_wrap .right_map_wrap .marker_wrap .right_side_wrap {
    width: 100%;
  }
  .auctions_section .maps_wrap .right_map_wrap .marker_wrap .marker_icon {
    right: 8px;
    bottom: 4px;
  }
}
/*=====  End of Auctions Section  ======*/
/*=========================================
=             Donation Section            =
=========================================*/
.donation_section {
  padding: 80px 0 94px;
}
.donation_section .top_title {
  text-align: center;
}
.donation_section .text_120_Frei {
  line-height: 104px;
}
.donation_section .bottom_titles {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 56px;
}
.donation_section .bottom_titles .text_16_eu {
  width: 340px;
  margin-left: 16px;
  padding-bottom: 14px;
}
.donation_section .donation_prices_wrap {
  max-width: 518px;
  margin: 0 auto;
}
.donation_section .prices_wrap {
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.donation_section .prices_wrap div {
  border: 1px solid #5B6D8F;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin: 0 16px 16px;
  height: 68px;
  cursor: pointer;
}
.donation_section .donate_form {
  position: relative;
}
.donation_section .donate_form label {
  position: absolute;
  top: 3px;
  left: 14px;
}
.donation_section .donate_form .form_gr {
  margin-bottom: 28px;
}
.donation_section .donate_form input[type=text] {
  width: 100%;
  height: 64px;
  border: 1px solid #5B6D8F;
  border-left: 4px solid #FFFFFF;
  background-color: transparent;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 11px 10px 0;
}
.donation_section .donate_form .btnWArrow {
  cursor: pointer;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
}
.donation_section .donate_form .btnWArrow svg path {
  stroke: #FFFFFF;
}
.donation_section .donate_form .error_msg {
  padding: 5px 0;
  color: red;
}

@media screen and (max-width: 1024px) {
  .donation_section .top_title {
    text-align: left;
  }
  .donation_section .text_120_Frei {
    font-size: 72px;
    line-height: 80px;
  }
  .donation_section .bottom_titles {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .donation_section .bottom_titles .text_120_Frei {
    margin-bottom: 16px;
    margin-top: -10px;
  }
  .donation_section .bottom_titles .text_16_eu {
    margin-left: 0px;
    padding-bottom: 14px;
  }
  .donation_section .prices_wrap {
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .donation_section .prices_wrap div {
    width: -webkit-calc(33.33% - 16px);
    width: -moz-calc(33.33% - 16px);
    width: calc(33.33% - 16px);
    margin: 0 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .donation_section .bottom_titles {
    margin-bottom: 32px;
  }
  .donation_section .bottom_titles .text_120_Frei {
    margin-bottom: 20px;
  }
  .donation_section .prices_wrap div {
    width: -webkit-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
/*=====  End of Big Title Image Section  ======*/
/*=========================================
=         Basic Accordion Section         =
=========================================*/
.basic_accordion_section {
  padding: 80px 0;
}
.basic_accordion_section .container {
  max-width: 1040px;
  margin: 0 auto;
}
.basic_accordion_section .top_title {
  margin-bottom: 24px;
}
.basic_accordion_section .one_accordion {
  padding-bottom: 11px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 40px;
  padding-left: 36px;
}
.basic_accordion_section .title {
  cursor: pointer;
  position: relative;
  -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;
}
.basic_accordion_section .title::after {
  -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;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #A2AAAD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
  left: -29px;
  top: 7px;
}
.basic_accordion_section .title.active {
  color: #5B6D8F;
}
.basic_accordion_section .title.active::after {
  border: 1px solid #5B6D8F;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
}
.basic_accordion_section .desc {
  padding-top: 23px;
  display: none;
  line-height: 22px;
}

/*=====  End of Basic Accordion Section  ======*/
/*=========================================
=             Officess Section            =
=========================================*/
.officess_section {
  padding: 120px 0 80px;
}
.officess_section .offices_title {
  margin-bottom: 40px;
}
.officess_section .container {
  padding: 0 64px;
  max-width: 1440px;
  margin: 0 auto;
}
.officess_section .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
}
.officess_section .one_office {
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  height: 486px;
  position: relative;
  padding: 32px 36px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  overflow: hidden;
  background-color: rgba(9, 20, 43, 0.7);
}
.officess_section .one_office .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.officess_section .one_office .texts_wrap {
  margin-top: auto;
  position: relative;
  z-index: 1;
  -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;
}
.officess_section .one_office::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.21%, rgba(13, 29, 52, 0)), to(rgba(13, 29, 52, 0.8)));
  background: -webkit-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: linear-gradient(180deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
}
@media screen and (min-width: 1025px) {
  .officess_section .one_office:hover .bg_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .officess_section .one_office:hover .texts_wrap {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.officess_section .office_title {
  margin-bottom: 8px;
}
.officess_section .office_adress {
  line-height: 20px;
}

@media screen and (max-width: 1024px) {
  .officess_section .container {
    padding: 0 40px;
  }
  .officess_section .content {
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .officess_section .one_office {
    width: -webkit-calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px 40px;
    height: 370px;
    padding: 24px;
  }
  .officess_section .office_title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .officess_section {
    padding: 120px 0 88px;
  }
  .officess_section .container {
    padding: 0 20px;
  }
  .officess_section .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .officess_section .one_office {
    width: 100%;
    margin: 0 0 32px;
    height: 422px;
  }
}
/*=====  End of Officess Section  ======*/
/*=========================================
=                   Wysiwyg               =
=========================================*/
.wysiwyg.grey2_c li::before {
  background-color: #4F4F4F;
}
.wysiwyg p {
  font-family: "europa", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.wysiwyg ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 23px;
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  content: "";
  top: 11px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.wysiwyg td {
  vertical-align: baseline;
}

/*=====  End of Officess Wysiwyg  ======*/
/*=========================================
=             Officess Section            =
=========================================*/
/*=====  End of Officess Section  ======*/
/*=====================================
=             Wysiwyg only           =
=====================================*/
.wysiwyg_only {
  margin: 80px 0 80px;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.wysiwyg_only a {
  text-decoration: underline;
}
.wysiwyg_only .content {
  max-width: 674px;
  margin: auto;
}
.wysiwyg_only iframe {
  width: 100%;
  height: 496px;
}
.wysiwyg_only img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wysiwyg_only .content {
    max-width: 100%;
  }
}

/*=====  End of Wysiwyg only  ======*/
.image_and_text {
  margin: 80px 0 80px;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.image_and_text .content {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.image_and_text iframe {
  width: 100%;
  height: 496px;
}
.image_and_text .image_wrap {
  height: 450px;
  width: 50%;
}
.image_and_text .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_and_text .wysiwyg_wrap {
  width: 50%;
  padding-left: 40px;
}
.image_and_text.left_side .content {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image_and_text.left_side .wysiwyg_wrap {
  padding-left: 0px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .image_and_text .content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .image_and_text .image_wrap,
  .image_and_text .wysiwyg_wrap {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .image_and_text.left_side .content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .image_and_text.left_side .wysiwyg_wrap {
    padding-right: 0;
  }
}

/*=============  Featured property module  ==============*/
/*====================================
=               My office            =
====================================*/
/*======= End of My office  ========*/
/*====================================
=                Charity             =
====================================*/
.links_section {
  background: #fbfbfb;
  padding: 120px 0 138px;
}
.links_section .content {
  max-width: 960px;
  margin: auto;
}
.links_section h4 {
  margin-top: 0;
}
.links_section .links {
  width: -webkit-calc(100% + 120px);
  width: -moz-calc(100% + 120px);
  width: calc(100% + 120px);
  margin: 0 -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.links_section .link {
  width: -webkit-calc(50% - 120px);
  width: -moz-calc(50% - 120px);
  width: calc(50% - 120px);
  margin: 0 60px 106px;
}
.links_section .link:nth-last-child(1), .links_section .link:nth-last-child(2) {
  margin-bottom: 0;
}
.links_section .btnWArrow {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .links_section {
    padding: 80px 0 80px;
  }
  .links_section .content {
    max-width: 100%;
  }
  .links_section .links {
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .links_section .link {
    width: -webkit-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: calc(50% - 80px);
    margin: 0 40px 66px;
  }
}
@media screen and (max-width: 767px) {
  .links_section .links {
    width: 100%;
    margin: 0;
  }
  .links_section .link {
    width: 100%;
    margin: 0 0 50px;
  }
  .links_section .link:nth-last-child(2) {
    margin-bottom: 50px;
  }
  .links_section h4 {
    margin-bottom: 13px;
  }
}

/*========= End of Charity  =========*/
/*============================================
=            Request an appraisal            =
============================================*/
.request_an_appraisal {
  margin: 80px 0 80px;
  padding: 0;
}
.request_an_appraisal .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  max-width: 952px;
  margin: auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.request_an_appraisal .text_content {
  max-width: 400px;
  width: 100%;
}
.request_an_appraisal h2 {
  margin: 0;
}
.request_an_appraisal .subtitle {
  color: #A2AAAD;
}
.request_an_appraisal .desc {
  margin-top: 24px;
  line-height: 24px;
  font-family: "europa", sans-serif;
}
.request_an_appraisal .contact_form {
  padding: 40px 48px 26px;
  max-width: 432px;
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 0;
  margin-left: 0;
}
.request_an_appraisal .contact_form svg {
  width: 27px;
}
@media screen and (max-width: 1024px) {
  .request_an_appraisal .text_content {
    width: 41%;
  }
  .request_an_appraisal .contact_form {
    width: -webkit-calc(59% - 24px);
    width: -moz-calc(59% - 24px);
    width: calc(59% - 24px);
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .request_an_appraisal .content {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .request_an_appraisal .text_content {
    width: 100%;
  }
  .request_an_appraisal div[role=form] {
    padding-left: 0;
  }
  .request_an_appraisal .contact_form {
    width: 100%;
    margin-top: 26px;
    margin-left: 0;
  }
}

/*=====  End of Request an appraisal  ======*/
/*============================================
=              Suburbs Section              =
============================================*/
.suburbs_section {
  padding: 80px 0 0;
}
.suburbs_section .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.suburbs_section .section_title {
  margin-bottom: 48px;
}
.suburbs_section .s_wrap {
  color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
}
.suburbs_section .one_trending_wrap {
  margin: 0 16px 48px;
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  height: 504px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 32px 36px;
  overflow: hidden;
  background-color: rgba(9, 20, 43, 0.5);
}
.suburbs_section .one_trending_wrap .image_bg_wrap {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}
.suburbs_section .one_trending_wrap .top_cat {
  position: absolute;
  top: 32px;
  left: 36px;
  padding: 4px 12px;
  z-index: 1;
}
.suburbs_section .one_trending_wrap::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.21%, rgba(13, 29, 52, 0)), to(rgba(13, 29, 52, 0.8)));
  background: -webkit-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
  background: linear-gradient(180deg, rgba(13, 29, 52, 0) 36.21%, rgba(13, 29, 52, 0.8) 100%);
}
.suburbs_section .one_trending_wrap .bottom_texts {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.suburbs_section .one_trending_wrap .bottom_texts .suburb_title {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 44px;
  line-height: 48px;
}
@media screen and (min-width: 1025px) {
  .suburbs_section .one_trending_wrap:hover .image_bg_wrap {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.suburbs_section .show_more_btn {
  margin-top: 24px;
  padding-bottom: 87px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  cursor: pointer;
}
.suburbs_section .show_more_btn span {
  cursor: pointer;
}
.suburbs_section .show_more_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 71px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -moz-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  -o-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  border: 1px solid #5B6D8F;
  border-top: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  .suburbs_section .one_trending_wrap {
    width: -webkit-calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    height: 370px;
    padding: 24px;
  }
  .suburbs_section .one_trending_wrap .top_cat {
    top: 24px;
    left: 24px;
  }
  .suburbs_section .one_trending_wrap .bottom_texts .suburb_title {
    font-size: 32px;
    line-height: 40px;
  }
  .suburbs_section .one_trending_wrap .bottom_texts .text_16_eu {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .suburbs_section .container {
    padding: 0 20px;
  }
  .suburbs_section .s_wrap {
    width: 100%;
    margin-left: 0;
  }
  .suburbs_section .one_trending_wrap {
    margin: 0 0 32px;
    width: 100%;
    height: 422px;
  }
  .suburbs_section .one_trending_wrap:nth-child(n+4) {
    display: none;
  }
}
/*=====  End of Suburbs Section  ======*/
/*============================================
=                  Agents                    =
============================================*/
.agents_with_button {
  padding: 80px 0 56px;
}
.agents_with_button .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.agents_with_button .section_title {
  margin-bottom: 40px;
}
.agents_with_button .agents_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
}
.agents_with_button .one_person {
  width: -webkit-calc(25% - 32px);
  width: -moz-calc(25% - 32px);
  width: calc(25% - 32px);
  margin: 0 16px 40px;
  height: 420px;
  border-radius: 4px;
  position: relative;
  padding: 32px 24px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(9, 20, 43, 0.7);
}
.agents_with_button .one_person .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .agents_with_button .one_person .link:hover .bcg {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.agents_with_button .one_person .bcg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -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;
}
.agents_with_button .one_person .fa-user {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 145px;
}
.agents_with_button .one_person .texts_wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.agents_with_button .one_person .texts_wrap a {
  pointer-events: auto;
}
.agents_with_button .one_person::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-450deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.26%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.26%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 4px;
  z-index: 1;
  pointer-events: none;
}
.agents_with_button .one_person div {
  z-index: 1;
  position: relative;
}
.agents_with_button .contact_wrap {
  width: 88px;
  height: 36px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  margin-top: 12px;
}
.agents_with_button .contact_wrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 43px;
  top: 8px;
  background-color: #e3e3e3;
  z-index: 1;
}
.agents_with_button .contact_wrap a {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -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;
  background-color: #fff;
}
.agents_with_button .contact_wrap a svg path {
  -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;
}
@media screen and (min-width: 1025px) {
  .agents_with_button .contact_wrap a:hover {
    z-index: 2;
    background-color: #09142B;
  }
  .agents_with_button .contact_wrap a:hover svg path {
    fill: #FFFFFF;
  }
}
.agents_with_button .contact_wrap a:first-child {
  border-radius: 4px 0 0 4px;
}
.agents_with_button .contact_wrap a:last-child {
  border-radius: 0 4px 4px 0;
}
.agents_with_button .show_more_btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.agents_with_button .show_more_btn span {
  cursor: pointer;
}
.agents_with_button .show_more_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -moz-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  -o-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  border: 1px solid #5B6D8F;
  border-top: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  .agents_with_button .one_person {
    width: -webkit-calc(50% - 32px);
    width: -moz-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
  .agents_with_button .one_person:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .agents_with_button .agents_wrap {
    width: 100%;
    margin-left: 0;
  }
  .agents_with_button .one_person {
    width: 100%;
    margin: 0;
    height: 496px;
  }
}
/*=====  End of Agents  ======*/
/*============================================
=                Single Map                  =
============================================*/
.single_map {
  padding: 80px 0;
  position: relative;
}
.single_map .top_border,
.single_map .bottom_border {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
}
.single_map .top_border {
  top: 0;
}
.single_map .bottom_border {
  bottom: 0;
}
.single_map::after, .single_map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #F5F5F5;
  left: 0;
  opacity: 0;
}
.single_map::after {
  top: 0;
}
.single_map::before {
  bottom: 0;
}
.single_map.dark_top_mood::after {
  opacity: 1;
}
.single_map.dark_bottom_mood::before {
  opacity: 1;
}
.single_map .gm-fullscreen-control,
.single_map .gm-style-mtc,
.single_map .gm-svpc,
.single_map .gm-style-iw-tc,
.single_map .gm-style-cc {
  display: none;
}
.single_map .container {
  max-width: 1132px;
  padding: 0 40px;
  margin: 0 auto;
}
.single_map .map_wrap {
  width: 100%;
  height: 552px;
  position: relative;
  z-index: 1;
  border: 1px solid #22314E;
}
.single_map .map_wrap .tap_to_show_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  cursor: pointer;
  -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;
}
.single_map .map_wrap .tap_to_show_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.single_map .map_wrap .tap_to_show_wrap div {
  text-shadow: 0 0 9px #09142B;
  color: white;
  z-index: 2;
  font-size: 35px;
  font-family: "europa", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .single_map .map_wrap .tap_to_show_wrap div {
    font-size: 30px;
  }
}
.single_map .map_wrap .tap_to_show_wrap.active {
  opacity: 0;
  pointer-events: none;
}
.single_map .map_wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_map .map_wrap .gm-style-iw-c {
  padding: 0;
  background-color: #22314E;
}
.single_map .map_wrap .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.single_map .map_wrap .gm-ui-hover-effect span {
  background-color: #fff !important;
}
.single_map .gm-style .gm-style-iw-t::after {
  top: -122px;
  background: #22314E;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single_map .gm-style-iw-d {
  overflow: hidden !important;
}
.single_map .marker_wrap {
  position: relative;
  width: 408px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #22314E;
}
@media screen and (max-width: 767px) {
  .single_map .marker_wrap {
    width: 224px;
  }
}
.single_map .marker_wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #22314E;
  top: -8px;
  left: 50%;
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
  z-index: 1;
}
.single_map .marker_wrap .left_image_wrap {
  width: 122px;
  height: 122px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(9, 20, 43, 0.5);
}
@media screen and (max-width: 767px) {
  .single_map .marker_wrap .left_image_wrap {
    display: none;
  }
}
.single_map .marker_wrap .left_image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_map .marker_wrap .right_side_wrap {
  color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #22314E;
  padding: 11px 25px 20px 20px;
}
.single_map .marker_wrap .right_side_wrap .text_18_eu500 {
  margin-bottom: 4px;
}
.single_map .marker_wrap .right_side_wrap .goo_maps_link {
  font-family: "europa", sans-serif;
  background: #F5F5F5;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #09142B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 128px;
  height: 32px;
  margin-top: 12px;
}
.single_map .marker_wrap .right_side_wrap .goo_maps_link svg {
  margin-right: 8px;
}
.single_map .marker_wrap .marker_icon {
  position: absolute;
  right: 19px;
  bottom: 12px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .single_map .map_wrap {
    height: 640px;
  }
}
@media screen and (max-width: 767px) {
  .single_map .container {
    padding: 0 20px;
  }
  .single_map .map_wrap {
    height: 560px;
  }
  .single_map .map_wrap .gm-style-iw-c {
    max-width: 80vw !important;
  }
  .single_map .map_wrap .marker_wrap {
    max-width: 100%;
  }
  .single_map .map_wrap .marker_wrap .left_image_wrap {
    width: 80px;
  }
  .single_map .map_wrap .marker_wrap .right_side_wrap {
    width: 100%;
  }
  .single_map .map_wrap .marker_wrap .marker_icon {
    right: 8px;
    bottom: 4px;
  }
}
/*=====  End of Single Map  ======*/
/*=====================================
=            Simple banner            =
=====================================*/
.simple_banner {
  background-color: #09142B;
  margin-top: 72px;
  padding: 120px 0;
}
.simple_banner .container {
  padding: 0 142px;
}
.simple_banner .title {
  text-indent: 60px;
}
.simple_banner .grey_word {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.simple_banner .desc {
  max-width: 331px;
  margin-left: 24px;
  margin-top: 39px;
}

@media screen and (max-width: 1024px) {
  .simple_banner {
    margin-top: 72px;
    padding: 120px 0;
  }
  .simple_banner .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .simple_banner {
    margin-top: 72px;
  }
  .simple_banner .title {
    text-indent: 0px;
    font-size: 52px;
    line-height: 52px;
  }
  .simple_banner .grey_word {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4px;
  }
  .simple_banner .grey_word .text_102_Frei {
    font-size: 52px;
    line-height: 52px;
  }
  .simple_banner .desc {
    margin-left: 0px;
    margin-top: 34px;
  }
}
/*=====  End of Simple banner  ======*/
/*===========================================================
=            Image, blue background & white text            =
===========================================================*/
.image_blue_background_white_text {
  background-color: #09142B;
}
.image_blue_background_white_text .container {
  padding: 0;
}
.image_blue_background_white_text .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.image_blue_background_white_text .text_wrap {
  padding: 88px 0 69px;
}
.image_blue_background_white_text .desc {
  padding-left: 72px;
}
.image_blue_background_white_text .btnWArrow {
  padding-left: 72px;
}
/*=====  End of Image, blue background & white text  ======*/
/*===================================================
=            Steps section with 2 images            =
===================================================*/
.steps_section_with_two_images .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

/*=====  End of Steps section with 2 images  ======*/
/*=======================================
=            Monthly reviews            =
=======================================*/
.monthly_reviews .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.monthly_reviews .review_box {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  max-width: 536px;
  width: 100%;
}
.monthly_reviews .text_wrap {
  padding: 40px 48px;
}

/*=====  End of Monthly reviews  ======*/
.pagination:not(.slider_pagination) {
  width: 100%;
  margin-bottom: 80px;
  font-family: "europa", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #5B6D8F;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pagination:not(.slider_pagination) > * {
  margin: 0 8px;
}
.pagination:not(.slider_pagination) .last,
.pagination:not(.slider_pagination) .first {
  display: none;
}
.pagination:not(.slider_pagination) .next,
.pagination:not(.slider_pagination) .prev {
  width: 32px;
  height: 32px;
  border: 1px solid #5B6D8F;
  display: block;
  border-radius: 4px;
  position: relative;
  color: transparent;
}
.pagination:not(.slider_pagination) .next::after,
.pagination:not(.slider_pagination) .prev::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #5B6D8F;
  border-top: 0;
  border-left: 0;
  top: 11px;
}
.pagination:not(.slider_pagination) .next::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 9px;
}
.pagination:not(.slider_pagination) .prev::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 12px;
}

.archive_offices .pagination {
  margin-top: 50px;
  margin-bottom: 0;
  width: 100%;
}

.load_more_btn_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.load_more_btn_wrap .sm_loader {
  width: 50px;
}
.load_more_btn_wrap .sm_loader svg {
  width: 100%;
}

.load_more_btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
.load_more_btn div {
  margin-bottom: 7px;
}

.off_the_plan_projects_Page .full_w_image {
  height: 440px;
  width: 100%;
}
.off_the_plan_projects_Page .full_w_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .off_the_plan_projects_Page .full_w_image {
    height: 492px;
  }
}
@media screen and (max-width: 767px) {
  .off_the_plan_projects_Page .full_w_image {
    height: 265px;
  }
}

.map_of_sales_init {
  position: relative;
  width: 100%;
  min-height: 1082px;
  padding: 80px 0 152px;
}
.map_of_sales_init.top_no_padding {
  padding: 0;
  min-height: auto;
}
.map_of_sales_init.top_no_padding .auctions_section {
  padding-top: 0;
}
.map_of_sales_init.top_no_padding .lg_loader_wrap.white_bg {
  bottom: 81px;
  height: -webkit-calc(100% - 150px);
  height: -moz-calc(100% - 150px);
  height: calc(100% - 150px);
}
.map_of_sales_init .lg_loader_wrap {
  position: absolute;
  bottom: 152px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1312px;
  height: -webkit-calc(100% - 314px);
  height: -moz-calc(100% - 314px);
  height: calc(100% - 314px);
  background-color: rgba(9, 20, 43, 0.5);
  margin: 0 auto;
  -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;
  z-index: 10;
  cursor: wait;
}
.map_of_sales_init .lg_loader_wrap.hide {
  opacity: 0;
  pointer-events: none;
}
.map_of_sales_init .lg_loader_wrap.white_bg {
  background-color: rgba(255, 255, 255, 0.9);
}
.map_of_sales_init .lg_loader_wrap.white_bg svg circle {
  fill: #09142B;
}
.map_of_sales_init .loader {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.map_of_sales_init:not(.no_init) .auctions_section, .map_of_sales_init.async_pagination .auctions_section {
  position: relative;
  z-index: 1;
  padding: 0;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution, .map_of_sales_init.async_pagination .auctions_section .one_aution {
  display: none;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(1), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(1) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(2), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(2) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(3), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(3) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(4), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(4) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(5), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(5) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .one_aution:nth-child(6), .map_of_sales_init.async_pagination .auctions_section .one_aution:nth-child(6) {
  display: block;
}
.map_of_sales_init:not(.no_init) .auctions_section .aautions_wrap, .map_of_sales_init.async_pagination .auctions_section .aautions_wrap {
  position: relative;
}
.map_of_sales_init:not(.no_init) .auctions_section .loader_wrap, .map_of_sales_init.async_pagination .auctions_section .loader_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  cursor: wait;
  -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;
}
.map_of_sales_init:not(.no_init) .auctions_section .loader_wrap.active, .map_of_sales_init.async_pagination .auctions_section .loader_wrap.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
.map_of_sales_init .error_text {
  width: 100%;
  text-align: center;
  margin: 100px 0;
}
.map_of_sales_init .container {
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .map_of_sales_init {
    padding: 80px 0;
    min-height: 937px;
  }
  .map_of_sales_init .lg_loader_wrap {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 639px;
    bottom: 80px;
  }
  .map_of_sales_init .lg_loader_wrap.white_bg {
    height: -webkit-calc(100% - 235px);
    height: -moz-calc(100% - 235px);
    height: calc(100% - 235px);
  }
  .map_of_sales_init .container {
    padding: 0 40px;
  }
  .map_of_sales_init .loader {
    left: 57%;
  }
  .map_of_sales_init.top_no_padding .lg_loader_wrap.white_bg {
    bottom: 81px;
    height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .map_of_sales_init {
    min-height: 903px;
  }
  .map_of_sales_init .container {
    padding: 0 20px;
  }
  .map_of_sales_init .lg_loader_wrap {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .map_of_sales_init .lg_loader_wrap.white_bg {
    height: -webkit-calc(100% - 225px);
    height: -moz-calc(100% - 225px);
    height: calc(100% - 225px);
  }
}
.lazy_load_more_btn_wrap {
  position: relative;
}
.lazy_load_more_btn_wrap .sm_loader {
  position: absolute;
  left: 51%;
  top: 17px;
  width: 70px;
  -webkit-transform: translateX(-54%);
  -moz-transform: translateX(-54%);
  -ms-transform: translateX(-54%);
  -o-transform: translateX(-54%);
  transform: translateX(-54%);
  -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;
  pointer-events: none;
  opacity: 0;
}
.lazy_load_more_btn_wrap .sm_loader svg {
  width: 100%;
}
.lazy_load_more_btn_wrap .show_more_button {
  -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;
}
.lazy_load_more_btn_wrap.loading {
  cursor: wait;
}
.lazy_load_more_btn_wrap.loading .sm_loader {
  opacity: 1;
}
.lazy_load_more_btn_wrap.loading .show_more_button {
  opacity: 0;
  pointer-events: none;
}

.results_nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 43px;
  border-top: 1px solid #F5F5F5;
  overflow: visible;
}
.results_nav .results_nav_wrap {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.results_nav span:not(.dot) {
  letter-spacing: 0.15em;
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.results_nav span:not(.dot):not(:last-of-type) {
  margin-right: 32px;
}
.results_nav span:not(.dot).active {
  position: relative;
  color: #09142B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.results_nav span:not(.dot).active:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -webkit-calc(50% - 3.5px);
  left: -moz-calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  background: #09142B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.results_nav span:not(.dot).active_item {
  position: relative;
  color: #09142B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.results_nav .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 0;
  background: #09142B;
}

.projects_archive_page .find_agent.hide {
  display: none;
}

.single_result_item_page .results_nav {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .results_nav .results_nav_wrap {
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .results_nav .results_nav_wrap span:not(.dot) {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
  }
  .results_nav .results_nav_wrap span:not(.dot):not(:last-of-type) {
    margin-right: 0;
  }
}
/*=======================================
=          No Matching Results          =
=======================================*/
.no_matching_results {
  padding: 80px 0;
  text-align: center;
}
.no_matching_results .desc_wrap {
  margin-top: 16px;
  margin-bottom: 32px;
}
.no_matching_results a {
  height: 44px;
}

/*=====  End of No Matching Results  ======*//*# sourceMappingURL=sections.css.map */