.form-control {
  outline: none;
  display: block;
  height: auto;
  width: 100%;
  padding:
  0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border:
  1px solid #eaeaea;
  -webkit-appearance:
  none;
  -moz-appearance:
  none;
  appearance: none;
  border-radius:
  12px;
  transition:
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.formInput {
  display: block;
  background: rgba(217, 217, 217, 0.2);
  border: 2px solid rgba(193, 193, 193, 0.4);
  backdrop-filter: blur(52px);
  border-radius: 10px;
  padding: 12px 22px;
  color: #C1C1C1;
  font-size: 13px;
  line-height: normal;
}
.formInput input:not(.iti__tel-input) {
  background: none;
  border-radius: 0 !important;
  border: 0;
  padding: 0 !important;
  color: #23232B;
  font-size: 16px;
  box-shadow: none;
}
.formInput input:focus {
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  box-shadow: none;
}
.formInput .iti {
  width: 100%;
}
.formInput .iti input {
  width: 100%;
  background: none;
  border: 0;
  height: auto;
  box-shadow: none;
  outline: none;
}

.formInputBg label {
  display: block;
  color: #282938;
}
.formInputBg input,
.formInputBg select,
.formInputBg textarea {
  display: block;
  background: #FFFFFF;
  border: 2px solid #142C50;
  border-radius: 8px;
  padding: 10px 22px;
  color: #282938;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  height: 46px;
}
.formInputBg textarea {
  height: auto;
  min-height: 150px;
}
.formInputBg input:focus {
  border: 2px solid #142C50;
  box-shadow: none;
}
.formInputBg .iti {
  width: 100%;
  margin-top: 8px;
}

.formContacts {
  color: #C1C1C1;
  font-size: 14px;
}
.formContacts a {
  color: #C1C1C1;
  text-decoration: underline;
}
.formInput input:not(.iti__tel-input)::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.formInput input:not(.iti__tel-input)::placeholder {
  color: #000;
  opacity: 1;
}

.bTitle {
  font-family: "HNLT GEO 65 Med";
  color: #142C50;
  font-size: 22px;
  text-transform: uppercase;
}
.bsDesc {
  color: #78787C;
  font-size: 14px;
}
.modale {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF;
  border-radius: 24px;
  box-shadow: 1.72358px 1.72358px 7.7561px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-bottom: 10px;
}
.modale.show {
  display: block !important;
}
.modale .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  background: #FFF;
}
.modale .title {
  font-family: "HNLT GEO 65 Med";
  color: #142C50;
  font-size: 20px;
  text-transform: uppercase;
  padding: 26px 20px 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.modale .title img {
  padding-right: 30px;
}
.image-mapper-shape {
  fill: rgba(0, 0, 0, 0);
}

@keyframes dash {
  to { 
    stroke-dasharray: 1000;
  }
}
@keyframes fillcolor {
  to {
   fill:#FD180078;
 }
}

a g:hover .image-mapper-shape {
  stroke: #219d2994;
  stroke-width: 2px;
  fill: #2DD28D7D;
  cursor: pointer;
  stroke-dasharray: 180;
  animation: dash 6s linear forwards;
}

a.aptClass1 g:hover .image-mapper-shape {
  fill:#FD180078;
  animation: dash 6s linear forwards, fillcolor 0.01s 1s linear forwards;
}
/*sold*/
.aptClass1 .image-mapper-shape,
.aptClass2 .image-mapper-shape,
.aptClass3 .image-mapper-shape {
  fill: #FD18000D;
  stroke: #d2d2d2a1 !important;
  stroke-width: 2px;
  cursor: unset !important;
  stroke-dasharray: 180;
  fill-dasharray: 180;
  animation: dash 6s linear forwards;
  animation: dash 6s linear forwards, fillcolor 0.01s 1s linear forwards;
  transition: all 0.5s;
}
/*res*/
.aptClass4 .image-mapper-shape {
  opacity: 50%;
  fill: #FFA43C;
}
.coordsGroup .notFiltered .image-mapper-shape {
  opacity: 0.65;
  fill: #000;
}
#floorPlanContainer {
  position: relative;
  align-items: center;
  display: flex;
  margin: auto 0;
}
#floorPlanContainer .image {
  min-width: 1050px;
}

.aprtStatusInfo {
  display: flex;
}
.aprtStatusInfo span {
  font-family: "HNLT GEO 65 Med";
  text-transform: uppercase;
  color: #1C1C1C;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 20px;
}
.aprtStatusInfo span::before {
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 8px;
  border-radius: 4px;
}
.aprtStatusInfo .reserved::before {
  background: #FFA43C;
}
.aprtStatusInfo .sold::before {
  background: #F86252;
}

.ccSelectBlock {
  background: #eee;
  padding: 10px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ccSelectBlock .btitle {
  font-size: 14px;
  margin: 0 0 14px;
  color: #3E3E3E;
}

.floorProjectInfoBlock {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.floorProjectInfoBlock .pjTitle {
  color: #4D4D4D;
  font-family: "HNLT GEO 65 Med";
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.floorProjectInfoBlock .pjBlock {
  font-family: "HNLT GEO 65 Med";
  color: #142C50;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.floorProjectInfoBlock img {
  height: 120px;
  border-radius: 8px;
  box-shadow: 0 0 33px -8px #142c50;
}

.swNavRound {
  width: 62px;
  height: 62px;
  background: #FAFAFA;
  border-radius: 50%;
}
.swNavRound::before,
.swNavRound::after {
  display: none;
}
.swNavRound.swiper-button-next img {
  rotate: 180deg;
}

#flrFlatTypes .tabitem {
  color: #A7A7AA;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  display: block;
}
#flrFlatTypes .tabitem.active {
  color: #23232B;
  font-weight: bold;
  border-bottom: 2px solid;
}
#floorMod {
  position: relative;
  overflow: hidden;
  z-index: 11;
}
#floorMod.fs {
  position: fixed !important;
  left: 0;
  right: 0;
  background: #FFF;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  margin: 0 !important;
}
#floorMod .container {
  position: relative;
  z-index: 3;
}
#floorMod .fsButton {
  background: #FFFFFF;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 70px;
  position: relative;
  font-family: "HNLT GEO 65 Med";
  text-transform: uppercase;
}
.floorsChoise,
.buildChoise {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.floorsChoise > img,
.buildChoise > img {
  border-radius: 12px;
}
.floorsChoise::before {
  content: "";
  position: absolute;
  background: #14141A;
  opacity: 0.25;
  border-radius: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.floorNoShadow.floorsChoise::before {
  display: none;
}

.backComplex {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 4px 10px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.backComplex img {
  rotate: 90deg;
  margin-right: 8px;
}
.buildsMulti {
  position: relative;
}
.buildsMulti .buildChoise {
  transition: all 0.5s;
}
.buildsMulti.active .buildChoise {
  opacity: 0;
}
.buildsMulti .buildChoiseContainer {
  opacity: 0;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.5s;
}
.buildsMulti .buildChoiseContainer.oProcess::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: none;
}
.buildsMulti.active .buildChoiseContainer {
  opacity: 1;
  visibility: visible;
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dasharray: 2230px;
    stroke-dashoffset: 2230px;
  }

  1% {
    stroke-dashoffset: 2230px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2230px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dasharray: 2230px;
    stroke-dashoffset: 2230px;
  }

  1% {
    stroke-dashoffset: 2230px;
  }

  99% {
    fill: rgba(250, 250, 250, 0.35);
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2230px;
    opacity: 0;
  }
}
@keyframes animate-svg-fill {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.floors svg polygon {
  opacity: 0;
  fill: rgba(250, 250, 250, 0.35);
  transition: all 0.5s;
  cursor: pointer;
}
.buildChoise .floors .firstSvgAnima {
  -webkit-animation: animate-svg-stroke-2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  -moz-animation: animate-svg-stroke-2 3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  stroke: #FAFAFA;
  stroke-width: 1px !important;
  animation: animate-svg-stroke-2 3s ;
  stroke-miterlimit: 10;
  opacity: 1;
  fill: rgba(250, 250, 250, 0.1);
}
.buildChoise .floors svg polygon:hover {
  /*-webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;*/
  stroke: #FAFAFA;
  stroke-width: 3px !important;
  animation: animate-svg-stroke-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  stroke-miterlimit:10;
  opacity: 1;
}
.floorsChoise .floors svg polygon:hover {
  /*-webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;*/
  stroke: #FAFAFA;
  stroke-width: 3px !important;
  animation: cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  stroke-miterlimit:10;
  opacity: 1;
}
.projectBuildInfo {
  background: #F6F6F6;
  border: 2px solid #DFE1E2;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  padding: 30px;
  color: #2E2E35;
  font-size: 14px;
}
.projectBuildInfo h3 {
  font-family: "HNLT GEO 65 Med";
  color: #142C50;
  font-size: 20px;
  text-transform: uppercase;
}
.projectBuildInfo .desc {

}
.projectBuildInfo ul {
  border-top: 2px solid #DFE1E2;
}
.projectBuildInfo ul li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding-top: 16px;
  align-items: center;
}
.projectBuildInfo ul li::before {
  content: url('/images/capbot.svg');
  margin-right: 10px;
}
.projectBuildInfo ul li img {
  margin-right: 10px;
}

.jBuildChoise.oProcess .floors svg polygon:hover {
  opacity: 0;
  transition: unset;
}
.floorsChoise.oProcess svg {
  visibility: hidden;
}
.floorPlanSpacer {
  overflow: hidden;
}
.floorPlanSpacer div {
  height: 180px;
}
.flrPlanHelper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 0 5px;
  justify-content: center;
  overflow: auto;
}
.flrPlanHelper.firstEventStop {
  overflow: hidden;
}
.floorModaleModTitle {
  flex: 1;
  display: flex;
}
.floorModaleModTitleBlock {
  display: flex;
  padding: 0px 80px 0 20px;
  justify-content: space-between;
}
.floorModaleModFooter {
  padding: 0 90px 10px 30px;
  display: flex;
  justify-content: space-between;
}
.modaleFloor .mainFilters {
  display: flex;
  align-items: center;
  gap: 12px;
}
.openFilter {
  border: 1.4px solid #23232B;
  padding: 6px 18px;
  border-radius: 60px;
  display: inline-block;
  cursor: pointer;
}

.modaleFloor.show {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  border-radius: 0;
  z-index: 1111;
}
.modaleApart.show {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  border-radius: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1111;
}
.modaleApart .mBody {
  height: 100%;
  width: 70%;
  position: absolute;
  right: -1000px;
  border-radius: 12px 0 0 12px;
  transition: all 0.5s;
  display: flex;
  flex-direction: row-reverse;
}
.modaleApart .apartBody {
  flex: 1;
  position: relative;
  z-index: 3;
  background: #FFF;
  min-width: 630px;
}
.modaleApart .apartBody .cont {
  overflow: auto;
  height: 100%;
}
.swImgGal img {
  border-radius: 10px;
}
.modaleApart .formBody {
  background: #eee;
  align-items: center;
  display: flex;
  box-shadow: inset -17px 0px 10px -10px #D8D8D8;
  border-radius: 12px 0 0 12px;
  right: -1000px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.modaleApart .formBody .mTitle {
  color: #23232B;
  font-family: "HNLT GEO 65 Med";
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modaleApart .formBody .inner {
  position: relative;
  z-index: 2;
}
.modaleApart .mBody.show,
.modaleApart .formBody.show {
  right: 0;
}
.modaleApart .formBody::after {
  content: "";
  background-image: url('/images/patern.svg');
  position: absolute;
  z-index: 1;
  background-size: cover;
  width: 1314px;
  height: 914px;
  right: -550px;
  bottom: -250px;
}
.modaleFloor .floorsSliderContainer {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.modaleFloor .floorsSlider {
  position: relative;
  height: 100%;
  width: 80px;
  flex: 0 0 auto;
  overflow: hidden;
}

.floorsSlider .swiper .swiper-slide {
  height:50px;
  position:relative;
  width:100%
}
.floorsSlider .swiper .swiper-slide-active .floorsSlider__card div {
  left:180px!important;
  top:210px!important
}
.floorsSlider .swiper {
  display: flex;
  height: 60px;
  overflow: visible;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.floorText {
  display: none;
}
.floorsSlider .swiper-slide-active .floorText {
  display: flex;
}
.floorsSlider .swiper .swiper-slide-active {
  height: 100px;
}
.floorsSlider .fssFloor {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  opacity: 0.5;
}
.floorsSlider .swiper .swiper-slide-active .fssFloor {
  opacity: 1;
}
.floorsSlider .fssBox {
  transition: all .3s cubic-bezier(.165,.84,.44,1);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  right: 20px;
  justify-content: end;
}
.floorsSlider .swiper .swiper-slide-active .fssBox {
  right: 30px;
}
.floorsSlider .swiper .fssBox h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
}
.floorsSlider .swiper .swiper-slide-active .fssBox h3 {
  transform:scale(2.5);
  transition:all .3s cubic-bezier(.33,1,.68,1)
}
.floorsSlider .swiper .swiper-slide-active .fssBox p {
  opacity: .6 !important;
  transition: opacity 1s cubic-bezier(.33,1,.68,1);
  margin: 2px 0 0;
}
.floorsSlider .swiper .swiper-slide-next .fssBox h3,
.floorsSlider .swiper .swiper-slide-prev .fssBox h3 {
  transform:scale(1.5);
  transition:all .3s cubic-bezier(.33,1,.68,1)
}
.floorsSlider .swiper .swiper-slide-next,
.floorsSlider .swiper .swiper-slide-prev {
  height: 65px;
}
.floorsSlider .swiper .swiper-slide-next .fssFloor,
.floorsSlider .swiper .swiper-slide-prev .fssFloor {
  opacity: 0.8;
}
.floorsSlider .swiper .swiper-slide-next .fssBox,
.floorsSlider .swiper .swiper-slide-prev .fssBox {
  right: 32px;
}
.flatModal {
  color: #A7A7AA;
}
.flatModal .img {
  text-align: center;
  padding: 10px 0 20px;
  border-bottom: 2px solid #A7A7AA;
  margin-bottom: 20px;
}
.flatModal .title {
  font-weight: bold;
  font-family: "HNLT GEO 65 Med";
  color: #142C50;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.flatModal .params li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  align-items: start;
}
.flatModal .params .parVal {
  font-weight: bold;
  color: #2E2E35;
  text-align: right;
}

.modaleApart .blockTitle {
  color: #2d2d2d;
  font-size: 18px;
  margin-bottom: 6px;
}
.modaleApart .paramValue {
  color: #142C50;
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.modaleApart .priceBlock {
  background: #EEE;
  padding: 10px 20px;
  border-radius: 12px;
}
.modaleApart .curChange {
  display: flex;
  gap: 6px;
  margin-left: 20px;
}
.modaleApart .curChange span {
  border: 2px solid #142C50;
  border-radius: 20px;
  height: 24px;
  color: #142C50;
  font-size: 14px;
  font-weight: bold;
  width: 50px;
  text-align: center;
}
.modaleApart .curChange span.active {
  background: #142C50;
  color: #FFF;
}
/*
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}*/

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    opacity: 0.5;
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.chScale {
  scale: 1;
  transition: all 0.5s;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}

.list-style {
  padding-left: 16px;
}
.list-style li {
  list-style: unset !important;
}

.adaptTable {
  overflow: scroll;
}
/* Tabs */
.tabs {
  
}

[role="tablist"] {
  margin-bottom: 30px;
}

[role="tabpanel"] {
  /*background: #ffc600;*/
}

[role="tablist"] button {
  background: #e7e7e7;
  border: 0;
  color: black;
  border-radius: 5px 5px 0 0;
  --bs-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 -2px 5px var(--bs-color);
  cursor:pointer;
  font-size: 20px;
  padding: 15px;
}

[role="tablist"] button[aria-selected="true"] {
  background: #ffc600;
  box-shadow: none;
  color: rgba(0,0,0,0.7);
}

[role="tablist"] button:focus {
  outline: 0;
  --bs-color: rgba(0,0,0,0.6);
}


[role="tablist2"] {
  margin-bottom: 30px;
}

[role="tabpanel2"] {
  /*background: #ffc600;*/
}

[role="tablist2"] button {
  background: #e7e7e7;
  border: 0;
  color: black;
  border-radius: 5px 5px 0 0;
  --bs-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 -2px 5px var(--bs-color);
  cursor:pointer;
  font-size: 20px;
  padding: 15px;
}

[role="tablist2"] button[aria-selected="true"] {
  background: #ffc600;
  box-shadow: none;
  color: rgba(0,0,0,0.7);
}

[role="tablist2"] button:focus {
  outline: 0;
  --bs-color: rgba(0,0,0,0.6);
}



[role="tablist3"] {
  margin-bottom: 30px;
}

[role="tabpanel3"] {
  /*background: #ffc600;*/
}

[role="tablist3"] button {
  background: #e7e7e7;
  border: 0;
  color: black;
  border-radius: 5px 5px 0 0;
  --bs-color: rgba(0,0,0,0.1);
  box-shadow: inset 0 -2px 5px var(--bs-color);
  cursor:pointer;
  font-size: 20px;
  padding: 15px;
}

[role="tablist3"] button[aria-selected="true"] {
  background: #ffc600;
  box-shadow: none;
  color: rgba(0,0,0,0.7);
}

[role="tablist3"] button:focus {
  outline: 0;
  --bs-color: rgba(0,0,0,0.6);
}

.presentMainPanel {
  position: fixed;
  bottom: 35px;
  right: 10px;
  background: rgba(0, 30, 120, 0.5);
  z-index: 11;
}
.subNavs {
  .flag {
    height: 20px;
    vertical-align: middle;
  }
  li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    line-height: normal;
    /*// get rid of spacing between list items
    //transition: all 0.2s;*/

    /*&:hover {
      background-color: $menu-hover;
    }*/
    &:hover .sub-menu {
      max-height: 300px;
      visibility: visible;
      bottom: 100%;
      transition: all 0.4s linear;
      padding: 0 5px 5px;
      background: rgba(0, 30, 120, 0.5);
    }
  }
  .sub-menu {
    display: block;
    visibility: hidden;
    position: absolute;
    box-shadow: none;
    max-height: 0;
    right: 0;
    overflow: hidden;

    li {
      display: block;
      text-align: center;
      color: #FFF;
      padding: 10px 0;
    }
    li a {
      display: block;
      line-height: normal;
      font-size: 12px;
    }
  }
}

@media (max-width: 767.98px) {
  .careerTeam { margin-top: 0; }
  .floorModaleModFooter {
    flex-direction: column;
    padding: 0 16px 16px;
  }
  .floorModaleModFooter .tabFilter {
    max-width: 60%;
    margin: 10px 10px 0 0;
  }
  .floorProjectInfoBlock .pjTitle {
    font-size: 1.8rem;
  }
  .floorProjectInfoBlock .pjBlock {
    font-size: 16px;
  }
  .floorProjectInfoBlock img {
    height: 75px;
  }
  .hSlide .containerFlex {
    /*height: auto;*/
  }
  .hSlide.hAuto .containerFlex {
    height: auto;
  }
  .modalBox .mTitle {
    font-size: 1.6rem;
  }
  .nikiNotWidget {
    max-width: 260px;
  }
  .pjWidget .infoBlock {
    position: relative;
  }
  .pjWidget .infoBlock::after {
    content: url('/images/arrowSmallD.svg');
    height: 20px;
    width: 30px;
    display: block;
    position: absolute;
    bottom: -10px;
    background: #FFF;
    padding: 2px;
    box-shadow: 2px 12px 9px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 20px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-left: -15px;
  }
  .pjWidget .arrowDown {
    display: none;
  }
  .swProjectsMain .swiper-slide.swiper-slide-active a {
    transform: scale(0.9);
  }
  /*.swProjectsMain {
    margin: 0 -58%;
  }*/
  .swProjectsMain .swiper-slide .title {
    font-size: 1.2rem;
  }
  .swProjectsMain .swiper-slide-active .title {
    font-size: 1.3rem;
  }
  .swProjectsList .swiper-button-prev,
  .swProjectsList .swiper-button-next,
  .swProjectsMain .swiper-pagination {
    display: none;
  }
  .swProjectsMain .swiper-slide img {
    border-radius: 20px;
  }
  .bTitle {
    font-size: 20px;
  }
  #roiCalc .tSmallDesc {
    font-size: 14px;
  }
  #roiCalc .calcResult {
    min-height: 180px;
    max-width: 290px;
    margin: 0 auto;
  }
  footer {
    text-align: center;
    border-radius: 20px 20px 0 0;
  }
  footer .topbg {
    padding-top: 40px;
  }
  footer .bTitle {
    font-size: 18px;
  }
  footer .logo img {
    height: 39px;
  }
  .hSlide h1,
  .header h1 {
    font-size: 1.8rem;
    line-height: normal;
  }
  .formInput {
    padding: 6px 22px;
    font-size: 12px;
  }
  .hSlide .desc {
    font-size: 16px;
    opacity: 0.8;
  }
  .formContacts .privacy {
    font-size: 10px;
  }
  .cbtn {
    height: 44px;
  }
  #roiCalc .calcTabs {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #floorPlanContainer .image {
    min-width: 1350px;
  }
  .companyPlanes {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 .75rem;
  }
  .pjCard .soldStatus {
    left: 12px;
    top: 12px;
    border-radius: 20px;
    height: 26px;
  }
  .paymentsBlock {
    padding: 30px 0;
  }
  .paymentsBlock .pPayCol {
    font-size: 12px;
  }
  .paymentsBlock .pPayCol .title {
    font-size: 14px;
  }
  .paymentsBlock .circleLines {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .paymentsBlock .circleLines .centered {
    display: none;
  }
  .paymentsBlock .pPayCol2 {
    border-right: 0;
  }
  .investTabs li {
    font-size: 12px;
  }
  .investParamCard {
    min-height: 100px;
  }
  #floorMod {
    margin-left: -12px;
    margin-right: -12px;
  }
  .floorsChoise,
  .floorsChoise::before,
  #floorMod .modale,
  .buildChoise {
    border-radius: 0;
  }
  .modaleApart .mBody {
    width: 100%;
    display: block;
    overflow: auto;
    background: #FFF;
    border-radius: 0;
    right: 0;
  }
  .modaleApart .apartBody {
    width: 100%;
    min-width: unset;
  }
  .modaleApart .formBody {
    right: 0;
    border-radius: 0;
    background: #FFF;
    display: block;
  }
  /*.prjNewsContainer {
    margin: 0 -30px 0 0;
  }*/
}

@media (max-width: 480px) {
  .nikiNotWidget {
    max-width: 230px;
  }
  .swServiceCards.swiper-initialized .swiper-slide {
    width: 75%;
  }
  .swProjectsList.swiper-initialized .swiper-slide {
    width: 65%;
  }
  .pjWidget .infoBlock {
    border-radius: 25px;
  }
  .pjWidget .infoBlock .title {
    font-size: 12px;
  }
  #roiCalc .calcTabs {
    font-size: 12px;
  }
  .aboutCounters {
    font-size: 20px;
  }
  .aboutCounters .desc {
    font-size: 16px;
  }
  .swHNews .swiper-slide {
    max-width: 80% !important;
  }
  .swHNews .swiper-pagination {
    display: none;
  }
  .swHNews {
    padding-bottom: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 450px) {
  .floorProjectInfoBlock .pjTitle {
    font-size: 1rem;
  }
  .floorProjectInfoBlock .pjBlock {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  /*.navbar-brand img {
    width: 100px;
  }*/
  .mainHeader .pjCityBlock {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
  .header .navbar-collapse {
    border-bottom: 2px solid rgba(193, 193, 193, 0.8);
  }
  .prjNewsContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    bottom: 0;
  }
  .modaleApart .mBody {
    width: 100%;
  }
  .modaleApart .apartBody {
    min-width: 50%;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse .navHelper {
    display: flex !important;
    flex-basis: auto;
    width: 100%;
  }
  .modaleApart .apartBody {
    min-width: 570px;
  }
}
@media (min-width: 1260px) {
  #floorPlanContainer,
  #floorPlanContainer svg {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .modaleApart .mBody {
    width: 70%;
  }
}
@media (max-height: 700px) {
  .swHNews .swiper-slide {
    max-width: 290px !important;
  }
}
@media (max-width: 500px), (max-height: 500px) {
  #floorPlanContainer, #floorPlanContainer svg {
    width: 980px !important;
  }
}