.apartmentSlideContainer {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 30px;
}

.apartmentSlideContainerInner {
  max-width: 1920px;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 165px;
  position: relative;
}

.apartmentSideContainer {
  float: left;
  width: calc(100% - 435px);
  background-color: #e4e4e4;
  height: 600px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.apartmentDescrContainer {
  position: absolute;
  background-color: #fff;
  height: calc(100% - 20px);
  width: 435px;
  bottom: 0px;
  right: 165px;
  z-index: 2;
  padding: 20px;
  text-align: left;
}

.apartmentDescrContainer .ttl {
  font-size: 34px;
  color: #667870;
  font-family: FiraGo;
}

.apartmentDescrContainer .mainDescr {
  font-size: 20px;
  margin-top: 10px;
  color: #141414;
}

.appPriceCont span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  transition: 0.6s cubic-bezier(0, -0.04, 0, 0.99);
  color: #141414;
}

.appPriceCont .prices {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 21px;
}

.prices .us {
  opacity: 0;
}

.currencyChange {
  width: 50px;
  height: 25px;
  margin-bottom: -5px;
  border-radius: 13px;
  background-color: #667870;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.curencyTxt {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.curencyTxt div {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  transition: 0.6s cubic-bezier(0, -0.04, 0, 0.99);
}

.curencyTxt div:nth-child(1) {
  float: left;
  margin-left: 8px;
  margin-top: 1px;
  opacity: 0;
}

.curencyTxt div:nth-child(2) {
  float: right;
  margin-right: 8px;
  margin-top: 1px;
}

.doll .curencyTxt div:nth-child(1) {
  opacity: 1 !important;
}

.doll .curencyTxt div:nth-child(2) {
  opacity: 0 !important;
}

.currencyChange .buble {
  height: 15px;
  width: 15px;
  position: absolute;
  display: inline-block;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  left: 6px;
  transition: 0.6s cubic-bezier(0, -0.04, 0, 0.99);
}

.currencyChange.doll .buble {
  transform: translateX(24px);
}

.currencyChange.doll ~ .prices > .us {
  opacity: 1 !important;
}

.apDetIn {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #141414;
  flex-wrap: wrap;
  padding-left: 32px;
  position: relative;
}

.apDetIn > .subTtl {
  color: #141414;
  margin-right: 5px;
}

.apDetIn > .num {
  height: 22px;
  width: 22px;
  background-color: #667870;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 0px;
  margin-right: 10px;
}

.apDetIn > .descr,
.apDetIn > .descr sup {
  color: #667870;
}

.apDetIn > .descr {
  /*    margin-top: -5px;*/
  /* margin-left: 5px;*/
}

.apartmentDetails h2 {
  font-family: FiraGo;
  text-transform: uppercase;
  font-size: 20px;
  color: #141414;
  margin-bottom: 10px;
}

.apartmentDetails {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid rgba(189, 195, 199, 0.4);
  padding-top: 35px;
}

.apPdf {
  color: #141414;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  float: left;
}

.apPdf i {
  margin-left: 13px;
}

.shareInner {
  display: flex;
  align-items: center;
  float: right;
  color: #141414;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 2px;
}

.shareInner a {
  margin-left: 10px;
  margin-top: 5px;
}

.apShareContainer {
  display: inline-block;
  width: 100%;
  margin-top: 17px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(189, 195, 199, 0.4);
  border-bottom: 1px solid rgba(189, 195, 199, 0.4);
}
.apShareContainer:lang(ka) {
  display: flex;
  flex-direction: column;
}
.apFloorContainer {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.apDirectCall {
  display: flex;
  align-items: center;
}

.apDirectCall > div {
  color: #141414;
  text-transform: uppercase;
}

.apDirectCall a {
  display: flex;
  align-items: center;
}

.apDirectCall a i {
  margin-bottom: -5px;
  margin-left: 7px;
  margin-right: 10px;
}

.tester {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 0.5;
}

.curentFloorImg {
  width: 180px;
  display: inline-block;
  text-align: left;
  height: auto;
  margin-top: 10px;
}

.curentFloorImg img {
  display: inline-block;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.imgPlace {
    display: inline-block;
    position: relative;
    z-index: 9;
    height: 600px;
}

.imgPlace img {
  height: 100%;
  width: auto;
  opacity: 0;
  transition: 0.5s linear;
  position: relative;
  z-index: 1;
}

.photo_2d {
  display: none;
}

.imgPlace img.active {
  opacity: 1;
  z-index: 2;
}

.dotsContainer {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 0.5s linear;
  transition-delay: 0.6s;
}
.dotsContainer.notActive {
  opacity: 0;
  transition-delay: 0s;
}

.dotsContainer .dot {
  height: 52px;
  width: 52px;
  display: flex;
  border-radius: 50%;
  position: absolute;
  background-color: #667870;
  color: #fff;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}

.floorPaginationContainer {
  width: 40px;
  height: 100%;
  display: flex;
}

.floorPagination {
  height: 270px;
  position: relative;
}

.floorPaginationContainer {
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 50px;
  display: flex;
  align-items: center;
}

.floorPaginationNum {
  font-size: 30px;
  color: #141414;
  opacity: 0.3;
}
.floorPaginationNum.swiper-slide-active.active {
  color: #3f4d8e;
  opacity: 1;
}
.floorPaginationNum.swiper-slide-active {
  color: #667870;
  opacity: 1;
}
.floorPaginationNum.sold {
  pointer-events: none;
  opacity: 0.1;
}

.floorPagination-button-next {
  position: absolute;
  left: 0px;
  top: -55px;
  z-index: 10;
  width: 100%;
  cursor: pointer;
}

.floorPagination-button-prev {
  position: absolute;
  left: 0px;
  bottom: -55px;
  z-index: 10;
  width: 100%;
  cursor: pointer;
}

.floorPaginationContainerInner {
  position: relative;
}

.apartmentSideBorder {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 0px;
}

.visualChangeContainer {
  display: flex;
  position: absolute;
  bottom: -18px;
  z-index: 10;
  left: 150px;
  height: 40px;
  align-items: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
}

.visualChangeContainer a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #3f4d8e;
  background-color: #fff;
}

.visualChangeContainer i {
  margin-right: 20px;
  display: inherit;
}

.visualChangeContainer div {
  display: flex;
  align-items: center;
  padding: 0px 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  height: 100%;
  cursor: pointer;
  background: #7d948a;
  transition: 0.6s;
}

.visualChangeContainer div.active {
  background: #667870;
  color: #fff;
}

.apartmentDescrContainer.mobile {
  display: none;
}

.mainLogo {
  display: inline-block;
  width: 157.05px;
  margin-left: 1px;
}
.mainLogo:lang(ka) {
  width: 161.05px;
}

.mainLogo > .top > div {
  display: inline-block;
  float: left;
  overflow: hidden;
}

.mainLogo > .top > div > svg {
  float: left;
  transition: 1s cubic-bezier(0.15, -0.01, 0, 0.99);
}

.mainLogo > .top,
.mainLogo > .bottom {
  display: inline-block;
  float: left;
  text-align: center;
}
.mainLogo > .bottom:lang(ka){
  width: 100%;
}

.mainLogo > .bottom > .ttl {
  display: inline-block;
  float: left;
  margin-top: 4px;
  overflow: hidden;
}
.mainLogo > .bottom > .ttl:lang(ka){
  float: none;
}
.apartmentSideContainer .compass{
  display: none;
}
.mainLogo .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #141414;
  margin-top: 1px;
  float: left;
  margin-top: 7px;
  transition: 1s cubic-bezier(0.15, -0.01, 0, 0.99);
  transform: scaleX(0);
}

.mainLogo .a {
  margin-right: 7px;
}

.mainLogo .n {
  margin-right: 7px;
}

.mainLogo .a2 {
  margin-right: 4px;
}

.mainLogo .g {
  margin-right: 8px;
}

.loaderContainer {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.mainLogo .a svg {
  transform: translateY(105%);
}

.mainLogo .n svg {
  transform: translateY(105%);
  transition-delay: 0.1s !important;
}

.mainLogo .a2 svg {
  transform: translateY(105%);
  transition-delay: 0.2s !important;
}

.mainLogo .g svg {
  transform: translateX(105%);
  transition-delay: 0.3s !important;
}

.mainLogo .i svg {
  transform: translateY(-105%);
  transition-delay: 0.4s !important;
}

.mainLogo > .bottom > .ttl svg {
  transform: translateY(-120%);
  transition: 1s cubic-bezier(0.15, -0.01, 0, 0.99);
  transition-delay: 0.5s;
}

.animateElements .secondLogo svg {
  transform: translateY(0%) translateX(0%) !important;
}
.animateFirstLogo .firstLogo svg {
  transform: translateY(0%) translateX(0%) !important;
}

.animateElements .secondLogo .line {
  transform: scaleX(1);
}
.animateFirstLogo .firstLogo .line {
  transform: scaleX(1);
}


.headerBorder {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 15px);
  display: inline-block;
  border: 1px solid #ecf0f1;
}

.headInner {
  width: 100%;
  max-width: 1920px;
  display: inline-block;
  height: 100%;
  padding: 0px 166px;
  position: relative;
  z-index: 2;
}
.menu-white-bg .headInner {
  transition: 1s;
  opacity: 0;
}
.openMenu .menu-white-bg .headInner {
  opacity: 1;
}

.headInner .mainLogo {
  float: left;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}

.langCont {
  display: inline-block;
  float: right;
  margin-top: 55px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.burgerContainer {
  width: 100%;
  height: calc(100% - 15px);
  position: absolute;
  top: 15px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.burger {
  width: 40px;
  height: 28px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.burger span {
  transform: scaleX(0);
  transition: 0.8s;
}

.burger span:nth-child(1) {
  height: 4px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 5px;
  display: inline-block;
  background-color: #000623;
  transition-delay: 0.2s;
}

.burger span:nth-child(2) {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0px;
  display: inline-block;
  background-color: #000623;
}

.burger span:nth-child(3) {
  height: 4px;
  width: 30px;
  position: absolute;
  bottom: 0px;
  left: 5px;
  display: inline-block;
  background-color: #000623;
  transition-delay: 0.4s;
}

.animateElements .burger span {
  transform: scaleX(1);
}

.langCont a {
  color: #667870;
  transform: translateY(100%);
  display: inline-block;
  transition: 0.8s;
}

.langCont a:nth-child(3) {
  transition-delay: 0.1s;
}

.langCont a:nth-child(5) {
  transition-delay: 0.2s;
}

.animateElements .langCont a {
  transform: translateY(0%);
}

.langCont span {
  color: #667870;
  opacity: 0;
  transform: scaleY(0);
  display: inline-block;
  transition: 0.8s;
}

.langCont span:nth-child(2) {
  transition-delay: 0.3s;
}

.langCont span:nth-child(4) {
  transition-delay: 0.5s;
}

.animateElements .langCont span {
  transform: scaleY(1);
  opacity: 0.5;
}

.filter_module .results-header {
  display: none;
  margin-bottom: 30px;
}

.apartmentBody .filter_module .results-header {
  display: flex;
}

.apartmentBody .results-header a {
  display: flex;
}

.apartmentBody {
  padding-top: 90px;
}

.headerBorder img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none;
  z-index: 1;
}

.headerBorder div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000623;
  opacity: 0.5;
  display: none;
  z-index: 1;
}

/*header changes start*/

.page-projects .headerBorder img,
.page-projects .headerBorder div,
.page-contact .headerBorder img,
.page-contact .headerBorder div,
.page-news .headerBorder img,
.page-news .headerBorder div,
.page-article .headerBorder img,
.page-article .headerBorder div,
.page-results .headerBorder img,
.page-results .headerBorder div {
  display: inline-block;
}

.page-about header,
.page-project header,
.page-home .header_ header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: transparent;
}

.page-about header .headerBorder,
.page-project header .headerBorder,
.page-home .header_ header .headerBorder {
  display: none;
}

.page-about header path,
.page-about header rect,
.page-projects header path,
.page-projects header rect,
.page-contact header path,
.page-contact header rect,
.page-news header path,
.page-news header rect,
.page-article header path,
.page-article header rect,
.page-results header path,
.page-results header rect,
.page-project header path,
.page-project header rect,
.page-home .header_ header path,
.page-home .header_ header rect,
.page-home .menu-white-bg header path,
.page-home .menu-white-bg header rect {
  fill: #fff;
}

.page-about header .line,
.page-about header .burger span,
.page-projects header .line,
.page-projects header .burger span,
.page-contact header .line,
.page-contact header .burger span,
.page-news header .line,
.page-news header .burger span,
.page-article header .line,
.page-article header .burger span,
.page-results header .line,
.page-results header .burger span,
.page-project header .line,
.page-project header .burger span,
.page-home .header_ header .line,
.page-home .header_ header .burger span,
.page-home .menu-white-bg header .line,
.page-home .menu-white-bg header .burger span {
  background-color: #fff;
}

.page-about header .langCont a,
.page-about header .langCont span,
.page-projects header .langCont a,
.page-projects header .langCont span,
.page-contact header .langCont a,
.page-contact header .langCont span,
.page-news header .langCont a,
.page-news header .langCont span,
.page-article header .langCont a,
.page-article header .langCont span,
.page-results header .langCont a,
.page-results header .langCont span,
.page-project header .langCont a,
.page-project header .langCont span,
.page-home .header_ header .langCont a,
.page-home .header_ header .langCont span,
.page-home .menu-white-bg header .langCont a,
.page-home .menu-white-bg header .langCont span {
  color: #fff;
}

/*header changes end*/

.contact-page,
.main-news-container {
  padding-top: 100px;
}

.search-container .filter_module {
  margin: 60px 0px;
}

.projectImgContainer {
  display: inline-block;
  width: 100%;
  padding: 15px;
  height: 830px;
}

.projectImgInner {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.projectImgInner > i {
  height: 150px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 6, 35);
  background: linear-gradient(
    180deg,
    rgba(0, 6, 35, 0.5) 0%,
    rgba(0, 6, 35, 0) 100%
  );
  z-index: 10;
}

.projectImgInner > img {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  z-index: 1;
}

.projectStatusContainer {
  display: flex;
  position: absolute;
  bottom: -18px;
  z-index: 10;
  left: 150px;
  height: 40px;
  align-items: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  z-index: 20;
}

.projectStatusContainer a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #3f4d8e;
  background-color: #fff;
  transition: 0.6s;
}
.projectStatusContainer a path {
  transition: 0.6s;
}
.projectStatusContainer a:hover {
  background-color: #667870;
  color: #fff;
}
.projectStatusContainer a:hover path {
  fill: #fff;
}

.productStatusTtl {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 10px;

  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #667870;
  padding-right: 40px;
}

.projectStatusContainer a i {
  margin-right: 20px;
  display: inherit;
}

.productStatusContainer {
  display: inline-block;
  width: 300px;
  height: 100%;
  background-color: #e2e6fb;
  position: relative;
}

.productStatus {
  float: left;
  display: inline-block;
  height: 100%;
  background-color: #667870;
  position: relative;
}

.productStatus .ttl {
  font-size: 14px;
  display: inline-block;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 10px;
  height: 100%;
}

.menu-white-bg header {
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

.menu-white-bg .headerBorder {
  display: inline-block;
  transition: 1s;
  border: 0px;
  background: rgba(0, 6, 35, 0);
}

.menu-white-bg header {
  background-color: transparent;
}

.menu-down {
  background: rgba(0, 6, 35, 0);
  transition: 1s;
}

.openMenu .menu-down {
  background: rgba(0, 6, 35, 1);
}

.openMenu .menu-white-bg .headerBorder {
  background: rgba(0, 6, 35, 1);
}

.menu-white-bg .mainLogo path,
.menu-white-bg .mainLogo rect {
  transition: 1s;
}

.openMenu .mainLogo path,
.openMenu .mainLogo rect {
  fill: #fff;
}

.openMenu .burger span:nth-child(1) {
  transform: rotate(45deg) translate3d(8px, 10px, 10px);
  background-color: #fff;
}

.openMenu .burger span:nth-child(3) {
  transform: rotate(-45deg) translate3d(7px, -9px, 10px);
  background-color: #fff;
}

.openMenu .burger span:nth-child(2) {
  transform: scaleX(0);
  background-color: #fff;
}

.openMenu .langCont a,
.openMenu .langCont span {
  color: #fff;
}

.menu-img-box {
  transition: 1s;
  transform: translateY(20%);
  opacity: 0;
}

.openMenu .menu-img-box {
  transform: translateY(0%);
  opacity: 1;
}

.menu-list .list-item {
  transform: translateX(120%);
  transition: 0.8s;
}

.openMenu .menu-list .list-item {
  transform: translateX(0%);
}

.openMenu .menu-list .list-item:nth-child(1) {
  transition-delay: 0.1s;
}

.openMenu .menu-list .list-item:nth-child(2) {
  transition-delay: 0.2s;
}

.openMenu .menu-list .list-item:nth-child(3) {
  transition-delay: 0.3s;
}

.openMenu .menu-list .list-item:nth-child(4) {
  transition-delay: 0.4s;
}

.openMenu .menu-list .list-item:nth-child(5) {
  transition-delay: 0.5s;
}

.openMenu .menu-list .list-item:nth-child(6) {
  transition-delay: 0.6s;
}
.openMenu .menu-list .list-item:nth-child(7) {
  transition-delay: 0.7s;
}

.menu-white-bg {
  background: rgba(255, 255, 255, 0);
  transition: 1s;
}

.openMenu .menu-white-bg {
  background: rgba(255, 255, 255, 1);
}

.apartmentTtlContainer {
  width: 100%;
  display: inline-block;
  padding: 0px 165px;
  text-align: left;
  margin-top: 30px;
}

.apartmentTtlContainer h1 {
  color: #141414;
  text-transform: uppercase;
  font-size: 40px;
  display: inline-block;
  max-width: 80%;
}

.apartmentTtlContainer .links {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.apartmentTtlContainer .links a,
.apartmentTtlContainer .links span {
  text-transform: uppercase;
  color: #667870;
  transition: 0.6s;
  font-size: 14px;
}

.apartmentTtlContainer .links a:hover {
  color: #141414;
}

.backBtn {
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(5, 39, 175, 0.15);
  font-size: 16px;
  display: flex;
  height: 40px;
  float: right;
  align-items: center;
  padding: 0px 30px;
  margin-top: 10px;
}

.backBtn i {
  margin-right: 20px;
}

.appDetailsContainer {
  font-family: 'FiraGo';
  max-height: 360px;
  overflow: auto;
}

/* width */
.appDetailsContainer::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.appDetailsContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.appDetailsContainer::-webkit-scrollbar-thumb {
  background: #667870;
}

.apDetIn > .descr sup {
  font-size: 13px;
}

.apartmentDescrContainer .mainDescr sup {
  color: #141414;
  font-size: 13px;
}

.mobileLangs {
  display: none;
}

.langCont > a {
  transition: 0.6s;
}
.langCont > .active,
.langCont > a:hover {
  color: #9daafd !important;
}
.onlineChatContainer {
  width: 50px;
  height: 330px;
  background-color: #fff;
  border: 1px solid #ecf0f1;
  position: fixed;
  right: 0px;
  bottom: 90px;
  z-index: 6000;
  padding: 15px 10px;
  padding-bottom: 0px;
  writing-mode: vertical-lr;
  transition: 1s;

  transform: translateX(100%);
}
.animateElements .onlineChatContainer {
  transform: translateX(0%);
}
.page-home.animateElements .onlineChatContainer {
  transform: translateX(100%);
}
.page-home.step-two.animateElements .onlineChatContainer {
  transform: translateX(0%);
}
.onlineChatBtn {
  width: 100%;
  height: 50%;
  display: inline-block;
  cursor: pointer;
  float: left;
}
.onlineChatBtn .ttl {
  height: calc(100% - 35px);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  float: left;
  transition: 0.6s;
  transition-delay: 0.2s;
  overflow: hidden;
}
.onlineChatBtn i {
  height: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  float: left;
  transition: 0.6s;
  transition-delay: 0s;
}
.onlineChatBtn .ttl div {
  font-size: 14px;
  color: #3f4d8e;
  transition: 0.6s;
}

.onlineChatBtn:first-child {
  border-bottom: 1px solid #ecf0f1;
}
.onlineChatBtn:hover .ttl {
  transform: translateY(-10px);
  transition-delay: 0s;
}
.onlineChatBtn:hover i {
  transform: translateY(-10px);
  transition-delay: 0.2s;
}
.news-calendar {
  transition: 0.6s;
}

.news-calendar:hover {
  background-color: #9daafd !important;
}

.main-header.fixed {
  background-color: #fff !important;
  /*-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
  /*-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
  /*box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
}
/*body.page-home header.main-header.active{*/
/*    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
/*    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
/*    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);*/
/*}*/
.main-header.fixed path,
.main-header.fixed rect {
  fill: #667870 !important;
}
.main-header.fixed .line,
.main-header.fixed .burger span {
  background-color: #000623 !important;
}
body header.fixed .langCont a,
body header.fixed .langCont span {
  color: #667870;
}
body header.fixed .headerBorder {
  display: inline-block;
}
.lg-outer {
  z-index: 9999;
}
.enSvg:lang(ka) {
  display: none !important;
}
.kaSvg:lang(en),
.kaSvg:lang(ru) {
  display: none !important;
}
.mobHeadLine {
  display: none;
}
.langCont span:nth-child(6) {
  display: none;
}
.fixed-footer {
  bottom: 0px;
  width: calc(100% - 30px);
  left: 0px;
  position: fixed;
  z-index: 0;
}
.page-wrap {
  background-color: #fff;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
/*.page-apartment .c-building__area{
    height: 180px;
    width: auto;
}*/
.page-apartment .c-building__square {
  display: none !important;
}
.main-header.fixed > .headerBorder img,
.main-header.fixed > .headerBorder div {
  display: none !important;
}
/*.page-home{*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
.compass {
  position: absolute;
  display: inline-block;
  z-index: 20;
  right: 40px;
  bottom: 20px;
}
.page-apartment .project-project-phone-blocks-item-info {
  display: none !important;
}
/*Responsive*/
@media (max-width: 1919px) {
  .apartmentTtlContainer {
    padding: 0px 123px;
  }

  .projectStatusContainer {
    left: 108px;
  }

  .apartmentSlideContainerInner {
    padding-right: 123px;
  }

  .headInner {
    padding: 0px 123px;
  }

  .apartmentDescrContainer {
    right: 123px;
  }
}

@media (max-width: 1679px) {
  .projectImgContainer {
    height: 630px;
  }

  .projectStatusContainer {
    left: 89px;
  }

  .apartmentSlideContainerInner {
    padding-right: 104px;
  }

  .apartmentTtlContainer {
    padding: 0px 104px;
  }

  .headInner {
    padding: 0px 104px;
  }

  .apartmentDescrContainer {
    right: 104px;
    width: 350px;
  }

  .apartmentSideContainer {
    width: calc(100% - 350px);
  }

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

  .imgPlace {
    height: 500px;
  }

  .floorPaginationContainer {
    left: 30px;
  }

  .apartmentSideContainer {
    height: 825px;
  }
}

@media (max-width: 1365px) {
  .compass {
    display: none;
  }
  .fixed-footer {
    position: relative;
  }
  .page-wrap {
    margin-bottom: 0px;
  }
  .list-item.active a::after {
    opacity: 0 !important;
  }
  .productStatusContainer {
    width: 265px;
  }
  .projectStatusContainer {
    left: 50px;
  }

  .search-container .filter_module {
    margin: 30px 0px;
  }

  .contact-page,
  .main-news-container {
    padding-top: 50px;
  }

  .apartmentBody {
    padding-top: 10px;
  }

  .headInner .mainLogo {
    margin-top: 40px;
    transform: scale(0.8);
  }

  .apartmentSlideContainerInner {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
  }

  .apartmentTtlContainer {
    padding: 0px 63px;
  }

  .headInner {
    padding: 0px 63px;
  }

  .apartmentSideContainer {
    width: 100%;
    height: 600px;
    z-index: 3;
  }

  .apartmentDescrContainer {
    position: relative;
    right: 0px;
    width: 100%;
  }

  .imgPlace {
    margin-left: 60px;
    height: 450px;
  }

  .visualChangeContainer {
    left: 48px;
  }

  .apartmentDescrContainer {
    padding: 48px;
  }

  .appDescFloor {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(189, 195, 199, 0.4);
  }

  .appDescFloor > .appDesc1 {
    display: inline-block;
    width: calc(100% - 230px);
    float: left;
  }
  .appDescFloor > .appDesc1:lang(ka) {
    width: calc(100% - 260px);
  }
  .appDescFloor > .appDesc2 {
    display: inline-block;
    width: 230px;
    float: right;
  }
  .appDescFloor > .appDesc2:lang(ka) {
    width: 260px;
  }

  .apartmentDescrContainer .subTtl {
    color: #141414;
    font-size: 20px;
  }
  .apartmentDetails h2 {
    margin-bottom: 20px;
  }
  .appDetailsContainer {
    font-family: 'FiraGo';
    overflow: visible;
    max-height: fit-content;
    padding-bottom: 30px;
  }
  .appDesc1 .subTtl {
    margin-top: 33px;
    margin-bottom: 20px;
  }
  .contactDiv .appDesc2 {
    margin-top: 47px;
  }
  .shareInner {
    float: left;
  }
  .apartmentDetails {
    margin-top: 0px;
    border-top: 0px;
    border-bottom: 1px solid rgba(189, 195, 199, 0.4);
  }

  .apDirectCall div,
  .apDirectCall a {
    font-size: 20px;
    color: #141414;
  }

  .dotsContainer .dot {
    height: 42px;
    width: 42px;
    font-size: 18px;
  }

  .apartmentDescrContainer.mobile {
    display: block;
  }

  .apartmentDescrContainer.desktop {
    display: none;
  }
  .appDetailsContainer .apDetIn .subTtl {
    font-size: 16px;
  }
  .apartmentDetails h2 {
    margin-bottom: 14px;
  }
  .apartmentDetails {
    padding-top: 32px;
  }
  .appDescFloor {
    padding-bottom: 40px;
  }
  .apDirectCall svg,
  .shareInner svg {
    transform: scale(0.9);
  }
  .list-item.active a {
    color: #9daafd !important;
  }
}
@media (max-width: 1200px) {
  .apartmentBody .results-container .search-box:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-wrap > .main-header {
    border-bottom: 1px solid #ecf0f1;
  }
  .page-wrap.page-project > .main-header,
  .page-wrap.page-about > .main-header {
    border-bottom: 0px !important;
  }
  .dotsContainer .dot {
    height: 30px;
    width: 30px;
    font-size: 13px;
  }

  .appDescFloor > .appDesc1:lang(ka) {
    width: 100%;
  }
  .appDescFloor > .appDesc2:lang(ka) {
    width: 100%;
  }
  .mobHeadLine {
    width: 100%;
    display: inline-block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    margin-top: 4px;
  }
  body header.fixed .headerBorder {
    display: none;
  }
  .onlineChatContainer {
    display: none;
  }
  .openMenu .mobileLangs {
    background: rgba(0, 6, 35, 1);
  }
  .menu-white-bg .headerBorder {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .apartmentTtlContainer .links {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .apartmentTtlContainer .links a,
  .apartmentTtlContainer .links span {
    font-size: 14px;
  }

  .apartmentTtlContainer h1 {
    font-size: 26px;
  }

  .apartmentTtlContainer {
    margin-top: 10px;
    padding: 0px 12px;
  }

  .backBtn {
    display: none;
  }

  .projectImgContainer {
    height: 400px;
  }

  .productStatusContainer {
    width: 108px;
  }

  .projectStatusContainer a i {
    margin-right: 5px;
  }

  .projectStatusContainer a {
    padding: 0px 10px;
  }

  .projectStatusContainer {
    left: 12px;
  }

  .projectImgContainer {
    padding: 0px;
  }

  .contact-page {
    padding-top: 30px;
  }

  .apartmentBody .results-container .search-box:nth-child(2) {
    display: none;
  }

  .results-header > .font40 {
    font-size: 20px;
  }

  


  .page-projects > header .headInner .mainLogo,
  .page-results > header .headInner .mainLogo,
  .page-contact > header .headInner .mainLogo,
  .page-news > header .headInner .mainLogo,
  .page-article > header .headInner .mainLogo {
    margin-top: 15px;
  }

  .headInner .mainLogo {
    transform: scale(0.77);
    margin-left: -17px;
    margin-top: 15px;
  }

  .burgerContainer {
    width: calc(100% - 15px);
    justify-content: flex-end;
    height: 100%;
    top: 0px;
  }

  .langCont {
    display: none;
  }
  .menu-white-bg .langCont {
    display: inline-block;
    margin-top: 35px;
    margin-right: 50px;
  }

  .headInner {
    padding: 0px 12px;
  }

  .headerBorder {
    display: none;
  }

  .page-contact .headerBorder,
  .page-projects .headerBorder,
  .page-news .headerBorder,
  .page-article .headerBorder,
  .page-results .headerBorder {
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
  }

  .contactDiv > .appDesc2 {
    padding-top: 30px;
  }

  .hide {
    display: none;
  }

  .appDescFloor {
    padding-bottom: 30px;
  }

  .curentFloorImg {
    text-align: center;
    margin-top: 25px;
  }

  .apartmentDescrContainer.mobile {
    padding-top: 40px;
  }

  .appDescFloor > .appDesc1 {
    width: 100%;
    border-bottom: 1px solid rgba(189, 195, 199, 0.4);
    padding-bottom: 30px;
  }

  .appDescFloor > .appDesc2 {
    width: 100%;
  }

  .apartmentDescrContainer {
    padding: 12px;
  }

  .floorPagination-button-next {
    top: 5px;
    left: -30px;
    z-index: 10;
    width: 15px;
    transform: rotate(-90deg);
  }

  .floorPagination-button-prev {
    left: auto;

    height: fit-content;
    top: 5px;
    right: -30px;
    z-index: 10;
    width: 15px;
    transform: rotate(-90deg);
  }

  .floorPaginationNum {
    font-size: 24px;
  }

  .floorPagination {
    height: 28px;
    width: 232px;
  }

  .floorPaginationContainer {
    width: 100%;
    height: 40px;
    left: 0px;
    top: auto;
    bottom: 60px;
    justify-content: center;
  }

  .apartmentSlideContainer {
    margin-top: 0px;
  }

  .imgPlace {
    height: 400px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .apartmentSideContainer {
    height: 470px;
    align-items: normal;
  }

  .apartmentSlideContainerInner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .apartmentSideBorder {
    display: none;
  }

  .visualChangeContainer {
    left: 18px;
  }
  /*ess shevcvale*/

  .shareInner,
  .apPdf {
    font-size: 16px;
  }

  .apDirectCall div,
  .apDirectCall a {
    font-size: 16px;
  }
  .mobileLangs {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: calc(100% - 20px);
    background: rgba(0, 6, 35, 0);
    transition: 1s;
    z-index: 10;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobileLangs > .langCont {
    display: block;
    margin: 0px;
  }
  .menu-white-bg .headInner {
    background: rgba(0, 6, 35, 0);
    transition: 1s;
  }
  .openMenu .menu-white-bg .headInner {
    background: rgba(0, 6, 35, 1);
    transition-delay: 0.5s;
  }
}

.projects_outer_slider
  .projects_item_container
  .projects_item
  .projects_item_img
  .projects_info
  .projects_name
  h2 {
  font-family: FiraGo-Bold;
}


html:lang(ru) .apPdf , html:lang(ru) .shareInner {
  font-size: 16px;
}
@media (max-width: 767px){
  html:lang(ru) #drive-pdf {
    width: 18px;
    height: 18px;
  }
  .shareInner {
    margin-bottom: 10px;
  }
}
