@font-face {
  font-family: 'OpenSans';
  src: url('/js/landing2/fonts/OpenSansLight.woff') format('woff'),
       url('/js/landing2/fonts/OpenSansLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/js/landing2/fonts/OpenSansRegular.woff') format('woff'),
       url('/js/landing2/fonts/OpenSansRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/js/landing2/fonts/OpenSansSemibold.woff') format('woff'),
       url('/js/landing2/fonts/OpenSansSemibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/js/landing2/fonts/OpenSansBold.woff') format('woff'),
       url('/js/landing2/fonts/OpenSansBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/js/landing2/fonts/OpenSansExtraBold.woff') format('woff'),
       url('/js/landing2/fonts/OpenSansExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('/js/landing2/fonts/MuseoSansCyrl100.woff') format('woff'),
       url('/js/landing2/fonts/MuseoSansCyrl100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('/js/landing2/fonts/MuseoSansCyrl300.woff') format('woff'),
       url('/js/landing2/fonts/MuseoSansCyrl300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('/js/landing2/fonts/MuseoSansCyrl500.woff') format('woff'),
       url('/js/landing2/fonts/MuseoSansCyrl500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('/js/landing2/fonts/MuseoSansCyrl700.woff') format('woff'),
       url('/js/landing2/fonts/MuseoSansCyrl700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('/js/landing2/fonts/MuseoSansCyrl900.woff') format('woff'),
       url('/js/landing2/fonts/MuseoSansCyrl900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
.mainWrapper {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: none;
}

html {
  /* root size font for postcss-pxtorem */
  font-size: 16PX;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .mainWrapper {
    width: 100%;
  }

  #app {
    overflow: hidden;
  }
}

.header {
  font-family: 'OpenSans', sans-serif;
  height: 115px;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
.header .logo, .header .contacts {
  box-sizing: border-box;
}
.header .mobileMenu {
  display: none;
}
.header .logo {
  float: left;
  width: 20%;
  padding-left: 70px;
}
.header .logo img {
  margin-top: 15px;
}
.header .contacts {
  float: right;
  width: 80%;
  padding-right: 70px;
}
.header .contacts .phone {
  display: inline-block;
  float: right;
  margin-top: 15px;
}
.header .contacts .phone a {
  position: relative;
  top: 3px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 21px;
  color: #000;
}
.header .contacts .phone .phoneIcon {
  width: 27px;
  height: 27px;
  position: relative;
  top: 5px;
  margin-right: 15px;
  fill: #bd854f;
}
.header .contacts .phone button {
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  background: #bd854f;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.header .contacts .links {
  display: inline-block;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
.header .contacts .links a.active {
  color: #bd854f;
}
.header .contacts .links a {
  margin-right: 26px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.header .contacts .links a:last-of-type {
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .header {
    width: 100%;
    height: 61px;
  }
  .header .logo {
    width: 92px;
    padding-left: 15px;
  }
  .header .logo img {
    margin-top: 10px;
    width: 100%;
  }
  .header .mobileMenu {
    display: block;
  }
  .header .mobileMenu .phone {
    position: absolute;
    right: 80px;
    top: 20px;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header .mobileMenu .phone .phoneIcon {
    width: 15px;
    fill: #bd854f;
    vertical-align: middle;
  }
  .header .mobileMenu .phone a {
    color: black;
  }
  .header .mobileMenu .mobileButton {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .header .mobileMenu .mobileButton svg {
    width: 35px;
    height: 35px;
  }
  .header .mobileMenu .mobileButton .close {
    width: 25px;
    height: 25px;
    margin-top: 5px;
  }
  .header .mobileMenu .mobileLinks {
    position: relative;
    display: flex;
    top: 13px;
    flex-direction: column;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    text-align: center;
  }
  .header .mobileMenu .mobileLinks a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
  }
  .header .mobileMenu .mobileLinks a:first-of-type {
    margin-top: 25px;
  }
  .header .mobileMenu .mobileLinks a:last-of-type {
    margin-bottom: 25px;
  }
  .header .mobileMenu .mobileLinks div {
    padding: 15px;
  }
  .header .mobileMenu .mobileLinks div.callButton {
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header .mobileMenu .mobileLinks div.callButton .phoneIcon {
    width: 15px;
    fill: #bd854f;
    vertical-align: middle;
  }
  .header .mobileMenu .mobileLinks div.popupButton {
    background-color: #bd854f;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
  }

  .contacts {
    display: none;
  }
  section.contacts {
    display: block;
  }
}







.about {
  margin: 30px 0 30px 0;
}
.about .imageBlock {
  width: 645px;
  height: 550px;
  position: relative;
  border: 1px solid #bd854f;
}
.about .imageBlock .imageSkew {
  position: absolute;
  top: 55px;
  left: -20px;
  width: 500px;
  height: 440px;
  overflow: hidden;
  transform: skew(-20deg);
}
.about .imageBlock .imageSkew img {
  position: relative;
  top: 0;
  left: -16%;
  height: auto;
  transform: skew(20deg);
}
.about .textBlock {
  position: absolute;
  width: 475px;
  top: 20px;
  right: 60px;
  background: #fff;
  /*&::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 645px;
    left: -575px;
    height: 100%;
    border: 1px solid #bd854f;
    z-index: -1;
    padding: 30px 0 12px;
  }*/
}
.about .textBlock h3 {
  margin: 10px 0;
  font-family: 'Museo', sans-serif;
  font-size: 58px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  color: #bd854f;
}
.about .textBlock p {
  padding-right: 20px;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  font-size: 17px;
  line-height: 20px;
}
.about .textBlock .mobileDesc {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .about {
    margin: 22px 0 23px 0;
    height: 170px;
    overflow: hidden;
  }
  .about .imageBlock {
    position: absolute;
    width: 100%;
    border: none;
    height: 170px;
  }
  .about .imageBlock .imageSkew {
    position: absolute;
    top: 0px;
    left: inherit;
    right: 71%;
    width: 290px;
    height: 170px;
    overflow: hidden;
    transform: skew(-20deg);
  }
  .about .imageBlock .imageSkew img {
    position: relative;
    top: -40%;
    left: 0%;
    width: 600px;
    height: auto;
    transform: skew(20deg);
  }
  .about .textBlock {
    float: right;
    position: static;
    width: 60%;
    height: 169px;
    overflow: hidden;
  }
  .about .textBlock h3 {
    margin: -3px 0 4px -1px;
    font-size: 18px;
  }
  .about .textBlock p {
    font-size: 11px;
    line-height: 0.85rem;
    margin-top: 0;
  }
  .about .textBlock .desktopDesc {
    display: none;
  }
  .about .textBlock .mobileDesc {
    display: inline;
  }
}

.footer {
  padding: 32px 0;
  background-color: #121212;
  color: #fff;
      text-transform: uppercase;
    font-family: "OpenSans";
    font-weight: 400;
}
.footer  .mainWrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .footer {
    padding: 9px 0;
    font-size: 7px;
  }
  .footer div:first-of-type {
    padding-left: 8px;
  }
  .footer div:last-of-type {
    padding-right: 29px;
  }
}



.contacts h2 {
  margin: 0 0 80px;
  color: #bd854f;
  font-size: 68px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Museo";
    font-weight: 900;
}

.map {
  position: relative;
  height: 480px;
}

.info {
  position: relative;
  height: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.info .infoText {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.info ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
.info li {
  position: relative;
  padding: 20px 10px;
  color: #bd854f;
  font-size: 24px;
  line-height: 1;
  font-family: "OpenSans";
    font-weight: 400;
}
.info li svg {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  fill: #bd854f;
}
.info li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  border-left: 30px solid transparent;
  border-bottom: 64px solid;
  box-sizing: border-box;
}
.info li:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.71);
}
.info li:nth-child(1)::before {
  border-bottom-color: rgba(0, 0, 0, 0.71);
}
.info li:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.79);
}
.info li:nth-child(2)::before {
  border-bottom-color:rgba(0, 0, 0, 0.79);
}
.info li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.86);
}
.info li:nth-child(3)::before {
  border-bottom-color: rgba(0, 0, 0,0.86);
}
.info li:nth-child(3) a {
  text-decoration: underline;
}
.info li:nth-child(4) {
  display: none;
}
.info a {
  position: relative;
  top: -2px;
  color: #bd854f;
  line-height: 1;
  text-decoration: none;
}
.info a:hover {
  text-decoration: none !important;
}

.infoButtons {
  margin: 0 0 0 -15px;
}
.infoButtons .button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #bd854f;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  outline: none;
  cursor: pointer;
  font-family: "OpenSans";
    font-weight: 400;
}
.infoButtons .button:first-child {
  margin: 0 20px 0 0;
}
.infoButtons .button:hover {
  background-color: #bd854f;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .contacts h2 {
    margin: 0 0 22px;
    font-size: 18px;
  }

  .map {
    height: 140px;
  }

  .info {
    width: 50%;
    float: right;
  }
  .info .infoText {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0);
    z-index: 1;
  }
  .info li {
    font-size: 9px;
    padding: 7px 10px;
    min-height: 21px;
  }
  .info li::before {
    display: none;
  }
  .info li svg {
    width: 12px;
    height: 17px;
    vertical-align: bottom;
  }
  .info li:nth-child(4) {
    display: block;
    background-color: #bd854f;
    text-align: center;
  }
  .info li:nth-child(4) a {
    top: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 11px;
  }

  .infoButtons {
    display: none;
  }
}


.apartments {
  margin-bottom: 130px;
  font-family: 'Museo', sans-serif;
  position: relative;
}
.apartments:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000;
  min-width: 1136px;
  max-width: 1350px;
  height: 895px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.apartments .background {
  position: absolute;
  top: 160px;
  left: 50%;
  min-width: 1220px;
  width: 80%;
  height: 760px;
  transform: translate(-50%);
  background: url(../../images/apartments/apartments-bg.png) no-repeat;
}
.apartments .contentBlock {
  position: relative;
  min-height: 880px;
}
.apartments .contentBlock h3 {
  margin: 10px 0;
  padding: 50px;
  position: absolute;
  top: -135px;
  left: 75px;
  background: #fff;
  color: #000;
  font-size: 58px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.apartments .contentBlock .cellsWrapper {
  position: absolute;
  top: 38%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.apartments .contentBlock .cellsWrapper .cell {
  display: inline-block;
  position: relative;
  margin: 0 40px 20px 0;
  width: 124px;
  height: 124px;
  z-index: 1;
  background: #a9a095;
  outline: 3px solid #fff;
  cursor: pointer;
}
.apartments .contentBlock .cellsWrapper .cell:nth-child(7n+7) {
  margin-right: 0;
}
.apartments .contentBlock .cellsWrapper .cell .apartmentType {
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: lowercase;
}
.apartments .contentBlock .cellsWrapper .cell span {
  display: inline-block;
  position: absolute;
}
.apartments .contentBlock .cellsWrapper .cell span:nth-child(1) {
  top: 10px;
  left: 15px;
}
.apartments .contentBlock .cellsWrapper .cell span:nth-child(2) {
  top: 10px;
  right: 15px;
}
.apartments .contentBlock .cellsWrapper .cell span:nth-child(3) {
  font-size: 28px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  white-space: nowrap;
}
.apartments .contentBlock .cellsWrapper .cell span:nth-child(4) {
  font-size: 14px;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  font-weight: 500;
  white-space: nowrap;
}
.apartments .contentBlock .cellsWrapper .cellSold {
  background: #bd854f;
}
.apartments .contentBlock .cellsWrapper .cellSold span {
  /*display: none;*/
}
.apartments .contentBlock .cellsWrapper .cellLand {
  background: #9bac83;
}
.apartments .contentBlock .apartmentsDescription {
  position: absolute;
  bottom: -70px;
  left: -90px;
  width: 430px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(-20deg);
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers {
  transform: skew(20deg);
  display: inline-block;
  position: absolute;
  left: 25%;
  top: 35%;
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers span {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsFree:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px;
  background: #a79f94;
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsSold:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px;
  background: #bd854f;
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsCot:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px;
  background: #a79f94;
}
.apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsLand:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: -20px;
  background: #9bac83;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .apartments {
    margin-bottom: 61px;
  }
  .apartments:after {
    border: none;
  }
  .apartments .background {
    top: 39px;
    min-width: auto;
    width: 100%;
    max-height: 384px;
    -webkit-transform: translate(0);
    transform: translate(0);
    left: 0;
    background-position: center center;
  }
  .apartments .contentBlock {
    min-height: 384px;
    width: 100%;
  }
  .apartments .contentBlock h3 {
    font-size: 18px;
    background: none;
    top: -14px;
    padding: 0;
    left: 16%;
  }
  .apartments .contentBlock h3 br {
    display: none;
  }
  .apartments .contentBlock .cellsWrapper {
    width: 94%;
    top: 62px;
    left: 5.5%;
  }
  .apartments .contentBlock .cellsWrapper .cell {
    margin: 0 17px 20px 0;
    width: 58px;
    height: 58px;
  }
  .apartments .contentBlock .cellsWrapper .cell:nth-child(7n+7) {
    margin-right: 17px;
  }
  .apartments .contentBlock .cellsWrapper .cell span {
    font-size: 9px;
  }
  .apartments .contentBlock .cellsWrapper .cell span:nth-child(1) {
    top: 4px;
    left: 3px;
  }
  .apartments .contentBlock .cellsWrapper .cell span:nth-child(2) {
    top: 4px;
    right: 1px;
  }
  .apartments .contentBlock .cellsWrapper .cell span:nth-child(3) {
    font-size: 16px;
    color: #fff;
    left: 51%;
    top: 56%;
  }
  .apartments .contentBlock .cellsWrapper .cell span:nth-child(4) {
    font-size: 9px;
    bottom: 0;
  }
  .apartments .contentBlock .apartmentsDescription {
    bottom: -39px;
    left: 0px;
    width: 100%;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers {
    -webkit-transform: skew(0);
    transform: skew(0);
    left: 11%;
    top: 20px;
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers span {
    font-size: 8px;
    float: left;
    margin-right: 37px;
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsFree:before {
    width: 13px;
    height: 13px;
    top: 0px;
    left: -19px;
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsSold:before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0px;
    left: -19px;
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsCot:before {
    width: 13px;
    height: 13px;
    top: 0px;
    left: -19px;
  }
  .apartments .contentBlock .apartmentsDescription .apartmentsMarkers span.apartmentsLand:before {
    width: 13px;
    height: 13px;
    top: 0px;
    left: -19px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 360px) and (max-width: 390px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 360px) and (max-width: 390px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 360px) and (max-width: 390px), only screen and (min-device-pixel-ratio: 2) and (min-width: 360px) and (max-width: 390px), only screen and (min-resolution: 192dpi) and (min-width: 360px) and (max-width: 390px), only screen and (min-resolution: 2dppx) and (min-width: 360px) and (max-width: 390px) {
  .apartments:after {
    height: auto;
    width: 100%;
  }
  .apartments .contentBlock {
    min-height: 384px;
    width: 100%;
  }
  .apartments .contentBlock h3 {
    font-size: 18px;
    background: none;
    top: -14px;
    padding: 0;
    left: 16%;
  }
  .apartments .contentBlock h3 br {
    display: none;
  }
  .apartments .contentBlock .cellsWrapper {
    width: 95%;
    left: 7.5%;
  }
  .apartments .contentBlock .cellsWrapper .cell {
    margin: 0 27px 20px 0;
  }
  .apartments .contentBlock .cellsWrapper .cell:nth-child(7n+7) {
    margin-right: 27px;
  }
}


 .slider {
  height: 550px;
  background: silver;
  overflow: hidden;
  margin-top: 115px;
}
.gallery .slider {
  margin: 0 0 130px;
  background: none;
}

.gallery h2 {
    margin: 0 0 80px;
    color: #bd854f;
    font-size: 4.25rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-family: Museo;
    font-weight: 900;
}

    
.slider  .slick-slider {
  width: 200%;
  transform: translateX(-25%);
  height: 550px;
  position: relative;
  overflow: hidden;
}
.slider  .slick-slider .sliderWrap {
  height: 550px;
  position: relative;
  transform: skew(-10deg);
  float: left;
  overflow: hidden;
}
.slider .slick-slider .sliderWrap h3 {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: -65px;
    left: -20%;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    font-family: 'Museo', sans-serif;
    font-size: 4.0rem;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
}
.slider  .slick-slider .sliderWrap img {
  display: block;
  position: relative;
  left: -10%;
  width: 120%;
  height: auto;
  transform: skew(10deg);
  filter: brightness(40%);
  transition: filter 0.4s ease-out;
}
.slider  .slick-slider .slick-center h3 {
  opacity: 1;
}
.slider  .slick-slider .slick-center img {
  filter: inherit;
}
.slider .slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 48.5%;
  transform: translate(-50%);
  z-index: 10;
}
.slider  .slick-slider .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
  list-style: none;
  transition: all 0.3s ease-out;
}
.slider  .slick-slider .slick-dots li button {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: 0;
  cursor: pointer;
}
.slider  .slick-slider .slick-dots .slick-active {
  opacity: 0.5;
}
.slider  .slick-slider .slick-dots .slick-active:after {
  content: '';
  display: block;
  position: relative;
  left: -3px;
  top: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.slider .sliderTextBlock {
    position: absolute;
    width: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    max-height: 300px;
    height: 170px;
}
.slider .sliderTextBlock .sliderTextBlockInner {
  position: relative;
  min-height: 220px;
  height: 100%;
  transform: skew(10deg);
  text-align: center;
}
.slider .sliderTextBlock .sliderTextBlockInner p {
  padding: 20px;
  font-family: 'OpenSans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.slider .sliderTextBlock .sliderTextBlockInner a {
    padding: 10px 25px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    font-family: 'OpenSans', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 25px;
    background: #bd854f;
    cursor: pointer;
}

.sliderArrowLeft, .sliderArrowRight {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  z-index: 10;
  border: none;
  border-radius: 50%;
  background: #bcb1a8;
  cursor: pointer;
  outline: none;
}

.sliderArrowLeft {
  top: 50%;
  left: 33%;
}
.sliderArrowLeft svg {
  width: 23px;
  height: 18px;
  fill: #fff;
}

.sliderArrowRight {
  top: 50%;
  right: 33%;
}
.sliderArrowRight svg {
  width: 23px;
  height: 18px;
  fill: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .slider {
    height: 267px;
    margin-top: 61px;
  }
  .slider  .slick-slider {
    width: 335%;
    height: 267px;
    transform: translateX(-35%);
  }
  .slider  .slick-slider .sliderWrap {
    height: 267px;
    /*min-width: 280px;*/
    -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
  }
  .slider  .slick-slider .sliderWrap h3 {
    font-size: 1.55rem;
    top: -25px;
    left: -8%;
    font-weight: 800;
  }
  .slider  .slick-slider .sliderWrap img {
    -webkit-transform: skew(21deg);
    transform: skew(21deg);
    left: -28%;
    width: 165%;
  }
  .slider  .slick-slider .slick-dots {
    display: none !important;
  }
  .slider .sliderTextBlock {
    width: 60%;
    height: 37%;
    top: 52%;
    min-height: 95px;
    /* display: none; */
  }
  .slider .sliderTextBlock .sliderTextBlockInner {
    min-height: auto;
  }
  .slider .sliderTextBlock .sliderTextBlockInner p {
    padding: 8px 14px;
    font-size: 11px;
  }
  .slider .sliderTextBlock .sliderTextBlockInner a {
    position: relative;
    left: 0;
    top: -6px;
    font-size: 10px;
    padding: 5px 10px;
  }

  .sliderArrowLeft, .sliderArrowRight {
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    z-index: 10;
    border: none;
    border-radius: 50%;
    background: #bcb1a8;
    cursor: pointer;
    outline: none;
  }

  .sliderArrowLeft {
    top: 125px;
    left: 36.4%;
  }
  .sliderArrowLeft svg {
    width: 12px;
    height: 32px;
    fill: #fff;
    padding-left: 2px;
  }

  .sliderArrowRight {
    top: 125px;
    right: 37.2%;
  }
  .sliderArrowRight svg {
    width: 12px;
    height: 32px;
    fill: #fff;
    padding-right: 0px;
  }
}


.infrastructure {
  margin: 100px 0;
  padding-bottom: 20px;
}
.infrastructure .infrastructureBorderBlockInner {
  position: relative;
  height: 800px;
}
.infrastructure .infrastructureBorderBlockInner::before, .infrastructure .infrastructureBorderBlockInner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.infrastructure .infrastructureBorderBlockInner::before {
  top: 30px;
}
.infrastructure .infrastructureBorderBlockInner::after {
  bottom: 0;
}
.infrastructure .infrastructureBorderBlock {
  position: relative;
  height: 800px;
  /*border: 1px solid #000;*/
}
.infrastructure .infrastructureBorderBlock::before, .infrastructure .infrastructureBorderBlock::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #000;
}
.infrastructure .infrastructureBorderBlock::before {
  left: 0;
  z-index: 1;
}
.infrastructure .infrastructureBorderBlock::after {
  right: 0;
}
.infrastructure .infrastructureBorderBlock .infrastructureHeader {
  position: relative;
  left: 30px;
  padding: 0;
  margin: 0;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  background: #fff;
  font-family: 'Museo', sans-serif;
  font-size: 58px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  z-index: 1;
}
.infrastructure .infrastructureBorderBlock .mapMenu {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 110px;
  font-family: 'OpenSans', sans-serif;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem {
  width: 460px;
  line-height: 70px;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  border: none;
  cursor: pointer;
  outline: 0;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton svg {
  float: right;
  width: 20px;
  height: 20px;
  fill: #bd854f;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton {
  background-color: rgba(0, 0, 0, 0.71);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 30px;
  border-color: transparent transparent rgba(0, 0, 0, 0.71) transparent;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown {
  background-color: rgba(0, 0, 0, 0.71);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-2) .menuButton {
  background-color: rgba(0, 0, 0, 0.8);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-2) .menuButton:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 30px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-2) .dropDown {
  background-color: rgba(0, 0, 0, 0.8);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-1) .menuButton {
  background-color: rgba(0, 0, 0, 0.86);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-1) .menuButton:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 30px;
  border-color: transparent transparent rgba(0, 0, 0, 0.86) transparent;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n-1) .dropDown {
  background-color: rgba(0, 0, 0, 0.86);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n) .menuButton {
  background-color: rgba(0, 0, 0, 0.9);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n) .menuButton:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 30px;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem:nth-child(4n) .dropDown {
  background-color: rgba(0, 0, 0, 0.9);
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton {
  display: block;
  position: relative;
  height: 70px;
  font-size: 25px;
  color: #bd854f;
  text-transform: uppercase;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown {
  width: 490px;
  max-height: 0px;
  position: relative;
  left: -30px;
  /*background: rgba(18,18,18,.87);*/
  line-height: 20px;
  transition: max-height .5s ease-out;
  overflow: hidden;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown_active {
  max-height: 500px;
  transition: max-height .5s ease-out;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown span {
  display: inline-block;
  width: 100%;
  padding: 15px 0 0 50px;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown span:last-child {
  padding: 15px 0 15px 50px;
}
.infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDownActive {
  max-height: 300px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .infrastructure {
    margin: 29px 0 26px 0;
    padding-bottom: 0px;
  }
  .infrastructure .infrastructureBorderBlockInner {
    position: relative;
    height: 201px;
  }
  .infrastructure .infrastructureBorderBlockInner::before, .infrastructure .infrastructureBorderBlockInner::after {
    display: none;
  }
  .infrastructure .infrastructureBorderBlockInner > div {
    height: calc(100% - 41px) !important;
    bottom: 0px !important;
  }
  .infrastructure .infrastructureBorderBlock {
    position: relative;
    height: 201px;
  }
  .infrastructure .infrastructureBorderBlock::before, .infrastructure .infrastructureBorderBlock::after {
    display: none;
  }
  .infrastructure .infrastructureBorderBlock .infrastructureHeader {
    font-size: 18px;
    left: 0;
    display: block;
    padding-right: 3%;
    text-align: center;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu {
    margin-top: 41px;
    bottom: inherit;
    top: 0;
    height: calc(100% - 41px) !important;
    overflow-y: scroll;
    width: 50%;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem {
    width: 100%;
    line-height: 30px;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton {
    padding: 0 20px;
    width: 100%;
    font-size: 9px;
    height: 40px;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem .menuButton:before {
    display: none !important;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown {
    display: none;
    width: 100%;
    left: 0;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown span {
    font-size: 9px;
    padding: 0px 0 0 25px;
  }
  .infrastructure .infrastructureBorderBlock .mapMenu .menuItem .dropDown span:last-child {
    padding: 0px 0 0 25px;
  }
}


.popups .container {
  display: none;
  opacity: 0;
}
.popups .containerActive {
  z-index: 10000;
  display: block !important;
  animation-name: popupOpacity;
  /*animation-duration: .4s;*/
}
.popups .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
}
.popups .content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  transform: translate(-50%, -50%);
  z-index: 111;
}
.popups .headerq {
  margin: 0;
  padding: 19px;
  background-color: #bcb1a8;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Museo';
  font-weight: 900;
}
.popups .body {
  padding: 25px;
  background-color: #f7f7f7;
  position: relative;
}
.popups .apartmentContainer {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  padding: 25px;
  box-sizing: border-box;
}
.popups .apartmentImageWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  overflow: hidden;
}
.popups .apartmentImage {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popups .apartmentContentWrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: calc(35% - 8px);
  border: 1px solid #bd854f;
  z-index: 1;
}
.popups .apartmentContent {
  padding-left: 15%;
  padding-right: 5%;
  font-size: 13px;
  font-family: 'OpenSans';
  font-weight: 400;
}
.popups .apartmentContent ul {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.popups .apartmentContent strong {
  font-family: 'OpenSans';
  font-weight: 700;
}
.popups .apartmentContent a {
  padding: 4px 15px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #bd854f;
  font-family: 'OpenSans';
  font-weight: 300;
}
.popups .inputs {
  display: flex;
  margin-bottom: 15px;
}
.popups .inputs input {
  width: 100%;
  height: 35px;
  margin-right: 15px;
  padding: 0 30px;
  border: 1px solid #bd854f;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 13px;
  outline: none;
}
.popups .inputs input:last-child {
  margin-right: 0;
}
.popups .inputs .error {
  border-color: red;
}
.popups .message {
  width: 100%;
  height: 120px;
  padding: 20px 30px;
  border: 1px solid #bd854f;
  box-sizing: border-box;
  resize: none;
  color: #4c4c4c;
  font-size: 13px;
  outline: none;
}
.popups .agreementAccept {
  margin-bottom: 50px;
}
.popups .agreementAccept .agreementCheckboxWrap {
  display: inline-block;
  position: relative;
  margin: 7px 0 5px 0;
  /* .acceptButtonActive {
    &:after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      background: #bd854f;
    }
  } */
}
.popups .agreementAccept .agreementCheckboxWrap input {
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
}
.popups .agreementAccept .agreementCheckboxWrap input:checked ~ .acceptButton:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #bd854f;
}
.popups .agreementAccept .agreementCheckboxWrap .acceptButton {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  background: #fff;
  border: 1px solid #bd854f;
}
.popups .agreementAccept .agreementAcceptText {
  font-family: 'OpenSans';
  font-weight: 400;
  display: inline-block;
  margin-left: 24px;
  font-size: 13px;
}
.popups .agreementAccept .agreementAcceptText span {
  color: #bd854f;
}
.popups .submit {
  display: block;
  width: 47%;
  margin: 0 auto;
  padding: 13px 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 40px;
  background: #bd854f;
  border: none;
  outline: none;
  font-family: 'OpenSans';
  font-weight: 700;
}
.popups .submit:hover {
  background: #000;
}
.popups .rub {
  width: 15px;
  height: 15px;
  padding-left: 2px;
}
.popups .thanks {

  width: 100%;
  height: 200px;
  text-align: center;
  display: none;
}
.popups .thanks p {
  padding: 40px 10px 60px;
  font-size: 20px;
  color: #393939;
  font-family: Open Sans,sans-serif;
}
.popups .thanks button {
  margin: 0 auto;
}
@keyframes popupOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 980px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 980px), only screen and (min-device-pixel-ratio: 2) and (max-width: 980px), only screen and (min-resolution: 192dpi) and (max-width: 980px), only screen and (min-resolution: 2dppx) and (max-width: 980px) {
  .popups .content {
    top: 50%;
    left: 50%;
    width: 100%;
  }
  .popups .headerq {
    font-size: 13px;
    padding: 10px;
  }
  .popups .body {
    padding: 19px;
  }
  .popups .apartmentContainer {
    margin-bottom: 15px;
    padding: 0px;
    height: auto;
    display: none;
  }
  .popups .apartmentImageWrap {
    display: none;
  }
  .popups .apartmentContentWrap {
    padding-left: 0px;
    border: none;
  }
  .popups .apartmentContent {
    padding-left: 0px;
  }
  .popups .apartmentContent ul {
    margin-bottom: 0;
  }
  .popups .apartmentContent a {
    display: none;
  }
  .popups .inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .popups .inputs input {
    width: 100%;
    height: 35px;
    margin-right: 15px;
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .popups .message {
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    border: 1px solid #bd854f;
    box-sizing: border-box;
    resize: none;
    color: #4c4c4c;
    font-size: 12px;
    outline: none;
  }
  .popups .agreementAccept {
    margin-bottom: 5px;
  }
  .popups .agreementAccept .agreementCheckboxWrap {
    margin: 5px 0 5px 0;
  }
  .popups .agreementAccept .agreementCheckboxWrap input {
    width: 17px;
    height: 17px;
  }
  .popups .agreementAccept .agreementCheckboxWrap input:checked ~ .acceptButton:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #bd854f;
  }
  .popups .agreementAccept .agreementCheckboxWrap .acceptButton {
    width: 17px;
    height: 17px;
  }
  .popups .agreementAccept .agreementAcceptText {
    margin-left: 10px;
    font-size: 10px;
  }
  .popups .submit {
    width: 100%;
    font-size: 12px;
    border-radius: 0;
  }
  .popups .thanks p {
    font-size: 14px;
    padding: 25px 10px 35px;
  }
  .popups .thanks {
    height: 160px;
  }
}


#map_infrastructure{
  position: absolute; bottom: -20px; width: 100vw; margin-left: calc(-50vw + 50%); height: calc(100% - 100px); overflow: hidden;
}
#map_contact{
      z-index: 1;
  position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden;
}


.hrefa{
      position: absolute;
    margin-top: -100px;
}
.hrefa.ad{
    margin-top: -121px;
}

.menuItem.active .dropDown{
  max-height: 200px !important;
}


.mobileMenu.active .mobileLinks{
  max-height: 450px;
}


.mobileMenu  .mobileButton .close{
  display: none;
}

.mobileMenu.active  .mobileButton .close{
  display: inline;
}

.mobileMenu.active  .mobileButton .svgIcon{
  display: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 61.25em), not all, not all, only screen and (max-width: 61.25em) and (min-resolution: 2dppx), only screen and (max-width: 61.25em) and (min-resolution: 192dpi){
  .gallery h2 {
    margin: 0 0 22px;
    font-size: 1.125rem;
  }
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 61.25em), not all, not all, only screen and (max-width: 61.25em) and (min-resolution: 2dppx), only screen and (max-width: 61.25em) and (min-resolution: 192dpi){
  .gallery .slider {
    margin: 0 0 34px;
    height: 267px;
  }
}

span.whatsapp {
    background: url(/img/whatsapp.png);
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

span.viber {
    background: url(/img/viber.png);
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

span.telegramm {
    background: url(/img/telegramm.png);
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}


.sv a {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    font-weight: 900;
}

.sv a:first-child {
    width: 66%;
    float: left;
    text-align: left;
    padding: 5px 12px;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
}

.sv a:last-child {
    display: block;
    float: left;
    width: 5%;
    padding: 4px 8%;
    border-radius: 0 20px 20px 0;
    margin-left: 1%;
}

.sv.sv__watsapp a {
    background: #8DC63F;
}

.sv.sv__viber a {
    background: #7F41BD;
}

.sv.sv__telegramm a {
    background: #61A8DE;
}

.sv.sv__watsapp .call-ms {
    background: url(/img/whatsapp.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.sv.sv__viber .call-ms {
    background: url(/img/viber.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.sv.sv__telegramm .call-ms {
    background: url(/img/telegramm.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: cover;
}

.sv .call-ms {
    margin-right: 5px;
    margin-top: 2px;
}

.sv .type-ms {
    background: url(/img/typing-message.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: cover;
    margin-top: 3px;
    margin-bottom: -2px;
    margin-left: -5px;
}

.dd_text {
    text-align: left;
    margin-bottom: 10px;
    font-size: 11px;
}

form#popupForm {
    font-family: "Open Sans", "Arial", sans-serif;
}

.show__phone {
    display: none;
}

@media (max-width: 460px) {
  .show__phone {
      display: block !important;
  }
}

@media (max-width: 460px) {
  .show__phone {
      display: block !important;
  }

  .hide__phone {
    display: none !important;
  }
}