@charset "UTF-8";
.sprite-sprite, .burger_white, .footer-socials__item .fb, .footer-socials__item .hz, .footer-socials__item .gp, .footer-socials__item .ig, .main-socials__item .fb, .main-socials__item .gp, .main-socials__item .ig, .plus-button:after {
    background-image: url('/public/images/sprite-s5b324962d3.png');
    background-repeat: no-repeat;
}

.properties-icons-sprite, .property-type__title:after, .price-range__title:after, .bedroom-number__title:after, .bathrooms__title:after, .select-region__title:after, .search-by__title:after, .region-dropdown:after, .variants-list__like, .variants-list__like.active, .header-like, .header-like.active,.fixed-like {
    background-image: url('/public/images/properties-icons-s8eba3ca7db.png');
    background-repeat: no-repeat;
}

body {
  -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
body.no-pointer * {
  cursor: default;
}

/* INPUT STYLE IOS FIX */
input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* WEBKIT INPUT OUTLINE */
input, textarea {
  outline: none;
}

/* MARGIN & CLEAR FIX */
.mrgn:before,
.mrgn:after {
  content: "";
  display: table;
  clear: both;
}

.clr:after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.full-height {
  height: 100%;
}

/* HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
    height: 150px;
}
.header_properties {
  position: relative;
}
.header.no-background{
    background: none;
}

.logo {
    position: absolute;
    background: url('/public/images/properties-logo.png') no-repeat center;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 223px;
    height: 55px;
    top: 50%;
    margin-top: -27px;
    margin-left: 70px;
}
.logo.lng_fr{
    background: url('/public/images/properties-logo_fr.png') no-repeat center;
}
.header.no-background .logo{
    background: url('/public/images/choose-logo.png') no-repeat center;
}
.header.no-background .logo.lng_fr{
    background: url('/public/images/choose-logo_fr.png') no-repeat center;
}
.header.no-background.inner .logo{
    background: url('/public/images/main-block__logo.png') no-repeat center;
    background-size: 100% 100%;
}
.header.no-background.inner .logo.lng_fr{
    background: url('/public/images/main-block__logo_fr.png') no-repeat center;
    background-size: 100% 100%;
}

.logo_choose {
  background: url('/public/images/choose-logo.png') no-repeat center;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 225px;
  height: 55px;
}
.logo_properties {
    position: relative;
    display: block;
  background: url('/public/images/properties-logo.png?1449597168') no-repeat center;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 223px;
  height: 55px;
    top: auto;
    margin-top: 47px;
  margin-bottom: 55px;
  margin-left: 70px;
}
.logo_properties.animate {
    transition: all 400ms ease-in-out;
}

/* MOBILE NUMBER & LANGUAGE BUTTON */
.mobile-number {
  color: #fff;
  font-family: Geometria;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  right: 315px;
  top: 50%;
    margin-top: -10px;
    line-height: 20px;
  -moz-transition: opacity 0.2s 0.2s, visibility 0s;
  -o-transition: opacity 0.2s 0.2s, visibility 0s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition: opacity 0.2s 0.2s, visibility 0s;
}
.mobile-number_black {
  color: #000;
}
.fixed-like {
    background-position: 0 -23px;
    height: 28px;
    width: 34px;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    transition: all 500ms ease-in-out;
    z-index: 100;
}

.language {
  display: inline-block;
  background-color: #ff000a;
  color: #fff;
  font-family: Geometria;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 38px;
  height: 22px;
  line-height: 22px;
  position: absolute;
    top: 50%;
    margin-top: -11px;
    right:240px;
  -moz-transition: opacity 0.2s 0.2s, visibility 0s;
  -o-transition: opacity 0.2s 0.2s, visibility 0s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0.2s, 0s;
  transition: opacity 0.2s 0.2s, visibility 0s;
}
.language:hover {
  background-color: #d53a3f;
}

.language_hide {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*-moz-transition: all 0.2s;*/
  /*-o-transition: all 0.2s;*/
  /*-webkit-transition: all 0.2s;*/
  /*transition: all 0.2s;*/
}
.mobile-number_hide {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* BURGER */

/* BURGER NAVIGATION */
.burger-nav-wrapper {
  position: absolute;
  right: 325px;
  top: 50%;
  overflow: hidden;
    text-align: right;
    margin-top: -10px;
  width: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger-nav-wrapper_open {
  width: 600px;
}
.burger-button{
    position: absolute;
    width: 40px;
    height: 30px;
    right:70px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    outline: none;
}
.burger-line{
    position: relative;
    width: 40px;
    height: 5px;
    top:0px;
    margin-bottom: 5px;
    background: #444444;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.header.no-background .burger-line{
    background: #fff;
}

.burger-button:hover .burger-line{
    margin-bottom: 7px;
}
.burger-button:hover{
    margin-top: -17px;
}
.burger-button.active{
    margin-top: -15px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.burger-button.active:hover{
    margin-top: -15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.burger-button.active .burger-line{
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.burger-button.active .burger-line:nth-child(2){
    opacity: 0;
}
.burger-button.active .burger-line:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
}
.burger-button.active .burger-line:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -10px;
}
.burger-button.active:hover .burger-line{
    margin-bottom: 5px;
}




.burger-nav {
  width: 600px;
}
.burger-nav__item {
  display: inline-block;
  margin-left: 30px;
}
.burger-nav__item:last-child {
  margin-right: 0;
}
.burger-nav__item_white a {
  color: #fff;
}
.burger-nav__item_gray a {
  color: #6c5b60;
}

.header.no-background .burger-nav__item a{
    color: #fff;
}

.burger-nav__item a {
  font-family: Geometria;
  font-size: 15px;
    line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.burger-nav__item:hover a {
  font-weight: 700;
}
/* MOBILE BURGER */

.mobile-burger {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #d52128;
    z-index: 999;
    transition: top .5s, visibility .5s;
    -webkit-transition: top .5s, visibility .5s;
    visibility: hidden;
}

.mobile-burger.active {
    top: 0;
    visibility: visible;
    transition: top .5s, visibility 0s;
    -webkit-transition: top .5s, visibility 0s;
}

.mobile-burger-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.mobile-burger__close-btn {
    background: url(/public/images/svg/mobile-burger-close.svg) no-repeat center;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 25px;
    right: 25px;
}
.mobile-burger__close-btn:after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    top: -30px;
    left: -32px;
}
.mobile-burger__logo {
    background: url(/public/images/svg/header-logo2.svg) no-repeat center;
    position: absolute;
    left: 35px;
    top: 81px;
    width: 435px;
    height: 70px;
    margin-left: 52px;
}
.mobile-burger-menu {
    position: relative;
    top: 210px;
}
.mobile-burger-menu__item {
    text-align: center;
}
.mobile-burger-menu__item a {
    padding: 22px 40px;
    display: inline-block;
    color: #fff;
    font-family: Geometria;
    font-size: 35px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    border: 3px solid rgba(255,255,255, 0);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.mobile-burger-menu__item a:hover {
    border: 3px solid rgba(255,255,255, 1);
}
.mobile-burger-language {
    color: #e9eeec;
    font-family: Geometria;
    font-size: 37px;
    font-weight: 400;
    line-height: 4px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 690px;
}
.mobile-burger-language a{
    color: #e9eeec;
}

.mobile-socials {
    text-align: center;
    position: absolute;
    top: 770px;
    width: 100%;
}
.mobile-socials__item {
    display: inline-block;
    margin-right: 36px;
}
.mobile-socials__item:last-child {
    margin-right: 0;
}
.mobile-socials__item a {
    display: inline-block;
}
.mobile-socials__item a.gp {
    width: 51px;
    height: 40px;
    background: url(/public/images/svg/mobile-burger-gp.svg) no-repeat center;
}
.mobile-socials__item a.fb {
    width: 47px;
    height: 41px;
    background: url(/public/images/svg/mobile-burger-fb.svg) no-repeat center;
}
.mobile-socials__item a.ig {
    width: 42px;
    height: 42px;
    background: url(/public/images/svg/mobile-burger-ig.svg) no-repeat center;
}

.mobile-burger-copyright {
    color: #e9eeec;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 870px;
    padding-bottom: 80px;
}



.header-like{
    position: absolute;
    display: block;
    width: 26px;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    right: 162px;
    background-position: 0 -53px;
    opacity: 0;
    cursor: default;
}
.header-like.active{
    background-position: 0 0px;
    opacity: 1;
}
.header-like.active:hover{
    background-position: 0 0px;
    cursor: pointer;
}
.header_properties{
    position: fixed;
    top:0px;
    min-height: 70px;
    background: #fff;
}
.header_properties:after{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    left: 400px;
    background: #f3f3f3;
    opacity: 0;
    transform: opacity 200ms linear;
}
.header_properties.small:after{
    opacity: 1;
}
.header_properties.like:after{
    opacity: 0;
}

.header.no-background .header-like{
    background-position: -34px -53px;
}
.header.no-background .header-like.active{
    background-position: -34px 0px;
}
.header.no-background .header-like.active:hover{
    background-position: -34px 0px;
    cursor: pointer;
}



/* FOOTER */
.footer {
  text-align: center;
  height: 175px;
  background-color: #dddada;
}
.footer:before {
  content: "";
  display: table;
  clear: both;
}

/* FOOTER SOCIALS BUTTONS */
.footer-socials {
  margin-top: 38px;
}
.footer-socials__item {
  display: inline-block;
  vertical-align: top;
}
.footer-socials__item a {
  display: inline-block;
}
.footer-socials__item .fb {
  background-position: 0 -113px;
  height: 33px;
  width: 34px;
  margin-right: 1px;
}
.footer-socials__item .hz {
  background-position: 0 -183px;
  height: 33px;
  width: 33px;
    margin-right: 1px;
}
.footer-socials__item .gp {
  background-position: 0 -148px;
  height: 33px;
  width: 33px;
    margin-right: 1px;
}
.footer-socials__item .ig {
  background-position: 0 -218px;
  height: 33px;
  width: 33px;
}
.footer-socials__item .fb:hover {
  background-position: -34px -113px;
}
.footer-socials__item .hz:hover {
  background-position: -34px -183px;
}
.footer-socials__item .gp:hover {
  background-position: -34px -148px;
}
.footer-socials__item .ig:hover {
  background-position: -34px -218px;
}

/* FOOTER NAVIGATION */
.footer-nav {
  margin-top: 20px;
  margin-top: 65px;
}
.footer-nav__item {
  display: inline-block;
  margin-right: 11px;
    text-transform: uppercase;
}
.footer-nav__item:last-child {
  margin-right: 0;
}
.footer-nav__item a {
  color: #6c5b60;
  font-family: Geometria;
  font-size: 17px;
  font-weight: 700;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav__item:hover a {
  color: #504447;
}

.footer-copyright {
  display: inline-block;
  color: #f2686c;
  font-family: Geometria;
  font-size: 13px;
  font-weight: 700;
  margin-top: 19px;
}

/* MAIN */
.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
    overflow: hidden;
}

.main-block {
  width: 50%;
  height: 50%;
  float: left;
  text-align: center;
position: relative;
overflow: hidden;
    background-color: #b01a23;
}
.main-block.logo-block {
    background-color: #b01a23;
}
.main-block.top-block {
    /*margin-bottom: 40px;*/
}

.main-block-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    transition: all 300ms ease-in-out;
    transform: scale(1);
}
.main-block:hover .main-block-img {
    transform: scale(1.05);
}

.main-block__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-block__logo {
    position: absolute;
  display: block;
    left: 0px;
    top:-15px;
    width: 100%;
    height: 100%;
  background: url(/public/images/main-block__logo.png) no-repeat 50% 50%;
    background-size: 40% auto;
}
.main-block__copyright {
  color: #e9eeec;
  font-family: Geometria;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  top: 50%;
    margin-top: -20px;
  position: relative;
}
.main-block__copyright img{
    position: relative;
    width: 125px;
    margin-bottom: 20px;
}

/* MAIN SOCIALS */
.main-socials {
  position: relative;
    top: 50%;
    margin-top: 30px;
}
.main-socials__item {
  display: inline-block;
  vertical-align: top;
}
.main-socials__item a {
  display: inline-block;
}
.main-socials__item .fb {
  background-position: 0 -253px;
  height: 22px;
  width: 22px;
  margin-right: 16px;
}
.main-socials__item .gp {
  background-position: 0 -277px;
  height: 22px;
  width: 22px;
  margin-right: 16px;
}
.main-socials__item .ig {
  background-position: 0 -301px;
  height: 22px;
  width: 22px;
}

/* MAIN BUTTONS */
.main-buttons {
  font-size: 16px;
  position: absolute;
    top: 50%;
  height: 62px;
  width: 100%;
    margin-top: -31px;
}
.main-buttons__btn {
  width: 50%;
  height: 100%;
  float: left;
  color: black;
  font-family: Geometria;
  font-size: 29px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 64px;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s ease-in-out;
}
.main-buttons__btnrgba(237, 28, 36, 0.3) {
    padding-left: 69px;
}
.main-buttons__btn:first-child {
  text-align: right;
    padding-right: 64px;
}
.main-buttons__btn:first-child:hover {
    padding-right: 69px;
}
/*.main-buttons__btn:last-child {*/
  /*border-left: 1px solid rgba(237, 28, 36, 0.3);*/
    /*color: rgba(237, 28, 36, 0.3);*/
    /*cursor: default;*/
/*}*/
/*.main-buttons__btn:last-childrgba(237, 28, 36, 0.3) {*/
  /*border-left: 1px solid rgba(237, 28, 36, 0.3);*/
    /*color: rgba(237, 28, 36, 0.3);*/
    /*padding-left: 64px;*/
/*}*/
.main-buttons__btn span{
    font-weight: 300;
}
/* MOBILE VERSION */

.main-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    display: none;
}
.main-mobile.active {
    display: block;
}
.main.active {
    display: block;
}

.residental, .commercial {
    height: 50%;
    position: relative;
    text-align: center;
}
.main-mobile__center-logo {
    height: 129px;
    position: absolute;
    top: 50%;
    margin-top: -64.5px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.main-mobile__logo {
    background: url(/public/images/main-mobile-logo.png) no-repeat center;
    width: 354px;
    height: 87px;
    display: inline-block;
    margin-top: 24px;
}

.main-mobile__button {
    width: 361px;
    height: 104px;
    border: 3px solid rgba(255,255,255,0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -52px;
    margin-left: -180.5px;
    line-height: 104px;
    color: #fff;
    font-family: Geometria;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
}
.main-mobile__button:hover {
    border: 3px solid #fff;
}

.main-mobile__copyright {
    color: #e9eeec;
    font-family: Geometria;
    font-size: 9px;
    font-weight: 400;
    line-height: 4px;
    text-transform: uppercase;
    position: absolute;
    bottom: 69px;
    width: 100%;
    left: 0;
}


/* CHOOSE PROPERTY PAGE */
.choose {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(/public/images/choose-bg.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0%;
    background-attachment: fixed;
}
.choose:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(237, 28, 36, 0.91);
}
.choose:before {
  content: '';
  display: table;
  clear: both;
}

/* TITLES */
.choose-title {
  color: #fff;
  font-family: Geometria;
  font-size: 4.125em;
  font-weight: 300;
  line-height: 0.9697em;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 22.4929709%;
    width: 100%;
}

.choose-title span{
    position: relative;
    display: block;
  color: #fff;
  font-family: Geometria;
  font-size: 0.4em;
  font-weight: 300;
  line-height: 0.7em;
  text-transform: uppercase;
  z-index: 1;
    margin-top: 80px;
}

/* MENU */
.choose-property {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0;
    top: 55%;
    background: #ec222a;
    margin: 60px 70px;
    height: 62px;
    white-space: nowrap;
}
.choose-property__item {
  font-size: 16px;
  vertical-align: top;
  width: 25%;
  height: 62px;
  line-height: 64px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
    margin-right: 2px;
}
.choose-property.five .choose-property__item{
    width: 20%;
}
.choose-property__item:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #ec222a;
}

.choose-property__item a {
  color: #ec222a;
  font-family: Geometria;
  font-size: 1.7125em;
  text-transform: uppercase;
  font-weight: 300;
}
.choose-property__item:hover a {
  font-weight: 700;
}
.choose-property__item:hover .choose-property__img-wrapper {
  height: 15.8125em;
}
.choose-property__item:hover .choose-property__dropdown {
  height: 126px;
}
.choose-property__dropdown {
  position: absolute;
  width: 100%;
    bottom: 100%;
  overflow: hidden;
  height: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.choose-property__dropdown-item {
    position: relative;
    display: block;
    overflow: hidden;
    height: 62px;
    line-height: 64px;
  background-color: #fff;
}
.choose-property__dropdown-item:first-child {
  margin-bottom: 2px;
}
.choose-property__dropdown-item a {
  color: #dc1c23;
  font-family: Geometria;
  font-size: 1.8125em;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.choose-property__dropdown-item a:hover {
  font-weight: 700 !important;
}
.choose-property__img-wrapper {
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 100%;
  height: 0;
  position: absolute;
  width: 100%;
}
.choose-property__img {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 15.8125em;
}

/* ABOUT US */
.about, .from, .our-office {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(/public/images/about-bg.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0%;
    background-attachment: fixed;
}
.mobile-version {
    display: none;
}
.mobile-version.active {
    display: block;
    overflow: hidden;
}

.about-title, .from-title {
  font-family: Geometria;
  font-size: 5.0625em;
  line-height: 0.71605em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 56.5903709%;
  width: 100%;
}
.about-title span, .from-title span {
  color: #df555b;
  font-weight: 500;
  font-style: italic;
}
.about-sub, .from-sub {
  color: #fff;
  font-family: Geometria;
  font-size: 2.125em;
  font-weight: 500;
  line-height: 1.32353em;
  text-align: center;
  position: absolute;
  top: 64.6408839%;
  width: 100%;
}

.plus-button {
  width: 8.875em;
  height: 3em;
  background-color: #df555b;
  position: absolute;
    bottom: 15%;
  left: 50%;
  margin-left: -4.4375em;
    cursor: pointer;
    transition: all 100ms linear;
}
.plus-button:hover {
  background-color: #d53a3f;
}
.plus-button:after {
  content: '';
  position: absolute;
  background-position: 0 0;
  height: 27px;
  width: 27px;
  margin-left: -13.5px;
  margin-top: -13.5px;
  top: 50%;
  left: 50%;
}

/* ABOUT US INFORMATION */
.about-information, .from-information {
  height: auto;
    padding-bottom: 150px;
  background: url(/public/images/about-information-bg.png) no-repeat center, #df555b;
  background-size: contain;
}

.about-buttons {
  text-align: center;
  width: 100%;
  margin-top: 13.125em;
}
.about-buttons__item {
  display: inline-block;
  margin-right: 16.1458333%;
  position: relative;
  text-align: left;
}
.about-buttons__item:hover a {
  opacity: 1;
}
.about-buttons__item:hover .about-buttons__hover {
  width: 266px;
}
.about-buttons__item:last-child {
  margin-right: 0;
}
.about-buttons__item a {
  color: #fff;
  font-family: Geometria;
  font-size: 4.0625em;
  font-weight: 500;
  line-height: 0.89231em;
  text-transform: uppercase;
  opacity: .38;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.about-buttons__hover {
  background: url(/public/images/about-buttons_hover.png) no-repeat center;
  width: 0;
  height: 113px;
  position: absolute;
  bottom: -0.9375em;
  left: -2.5em;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-text, .from-text {
  text-align: center;
  width: 100%;
  margin-top: 8.125em;
}
.about-text__left, .from-text__left {
  margin-right: 7.8125%;
}
.about-text__left, .from-text__left, .about-text__right, .from-text__right {
  width:36%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
    color: #fff;
    font-family: Geometria;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.66667em;
    position: relative;
}
.about-text__item, .from-text__item {
  color: #fff;
  font-family: Geometria;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.66667em;
  position: relative;
}
/*.about-text__item:after, .from-text__item:after {*/
  /*content: '-';*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: -0.79167em;*/
/*}*/
.mobile-version {
    position: relative;
}
.mobile-version .next-btn {
    background: url(/public/images/next-slide-btn.png) no-repeat center;
    width: 120px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 98px;
    cursor: pointer;
    z-index: 3;
}
.mobile-slider-wrapper {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.mobile-slider-wrapper.no-transition {
    -webkit-transition: none;
    transition: none;
}
.mobile-item {
    display: inline-block;
}
.mobile-item__name {
    opacity: 1;
    margin: 110px 200px 85px;
}
.mobile-item__name span {
    z-index: 2;
    position: relative;
    color: #fff;
    font-family: Geometria;
    font-size: 65px;
    font-weight: 500;
    line-height: 58px;
    text-transform: uppercase;
}
.mobile-item__name .about-buttons__hover {
    opacity: 1;
    left: -39px;
    bottom: 0;
}
.mobile-item .about-text__left, .mobile-item .about-text__right {
    margin: 0 auto 15px;
    display: block;
    width: 592px;
}
.mobile-item .about-text__item {
    font-size: 12px;
}

.mobile-slider-wrapper {
    margin-bottom: 110px;
}

/* FROM US */
.from {
  background: url(/public/images/from-us-bg.png) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
    background-position: 50% 0px;
    background-attachment: fixed;
}

.from-information {
  height: 698px;
}

.from-text {
  margin-top: 13.125em;
}
.from-text__item:after {
  content: '·';
}

/* OUR OFFICE */
.our-office {
  background: url(/public/images/out-office-bg.png) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
    background-position: 50% 0px;
    background-attachment: fixed;
}

.our-office-data{
    position: absolute;
    display: block;
    left:50%;
    top:50%;
    margin-left: -30%;
    margin-top: -10%;
    width: 60%;
}
.our-office__title {
  color: #fff;
  font-family: Geometria;
  font-size: 8.0625em;
  font-weight: 500;
  line-height: 0.76744em;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 0px;
}
.our-office__contacts {
    top: 6.625em;
    left: 15.0625em;
  position: absolute;
  font-family: Geometria;
  font-size: 2em;
  line-height: 1.33125em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.our-office__contacts a{
  color: #ed1c24;
  font-weight: 700;
    transition: all 100ms linear;
}
.our-office__contacts a:hover{
  color: #fff;
}

/* PROPERTIES */
.header_properties .logo {
    display: none;
}
.header_properties.like .logo {
    display: block;
}
.header-search {
    display: none;
    background: url(/public/images/search.png) no-repeat center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -37px;
    right: 108px;
}
.find-more-mobile {
    display: none;
    width: 664px;
    height: 93px;
    background-color: #fff;
    border: 3px solid #a2a2a2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #6b6b6b;
    font-family: Geometria;
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin: 40px auto;
}

/* PROPERTIES SIDEBAR */
.filter-sidebar {
  width: 400px;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
    left: 0px;
    z-index: 2;
}
.filter-sidebar.animate {
    transition: all 400ms ease-in-out;
}
.mobile-search-btn {
    display: none;
}

.filter-sidebar.fixed {
  position: fixed;
}

.filter-sidebar-ghost {
  float: left;
  width: 25em;
  height: 1px;
}
.filter-sidebar-ghost.active {
  display: block;
}

.search-by-input{
    width: 226px;
    height: 30px;
    border: 1px solid #231f20;
    margin-top: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2a2627;
    font-family: Geometria;
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    overflow: hidden;
}
.search-by-input span{
    position: relative;
    display: block;
    margin-left: 35px;
    text-align: left;
}
.search-by-input span b{
    font-weight: 500;
}
.search-by-input input{
    position: absolute;
    display: block;
    width: 150px;
    left: 35px;
    text-align: left;
    color: #2a2627;
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    border: 0;
    top: 0px;
    outline: none;
    opacity: 0;
}
.search-by-desc{
    position: relative;
    margin-left: 33px;
    line-height: 20px;
    font-size: 11px;
    font-family: Geometria;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 50px;
}


/* TITLES */
.property-type__title, .price-range__title, .size-range__title, .bedroom-number__title, .bathrooms__title, .select-region__title, .search-by__title {
  color: #2a2627;
  font-family: Geometria;
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -.6px;
}

/* TITLE ICONS */
.property-type__title:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -36px;
  background-position: 0 -106px;
  height: 18px;
  width: 26px;
}

.price-range__title:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -37px;
  background-position: 0 -126px;
  height: 21px;
  width: 27px;
}
.size-range__title:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -37px;
  background-position: 0 -126px;
  height: 21px;
  width: 27px;
}

.bedroom-number__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  background-position: 0 -149px;
  height: 15px;
  width: 23px;
}

.bathrooms__title:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -36px;
  background-position: 0 -166px;
  height: 27px;
  width: 28px;
}

.select-region__title:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -29px;
  background-position: 0 -195px;
  height: 20px;
  width: 19px;
}
.search-by__title:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -30px;
    background-position: 0 -232px;
    height: 20px;
    width: 20px;
}

.property-type, .price-range, .size-range, .bedroom-number, .bathrooms, .select-region, .search-by {
  margin-left: 100px;
}
.search-by{
    margin-top: 30px;
}

/* PROPERTY TYPE */
.property-type {
  margin-top: 35px;
}

.type-list {
  margin-top: 25px;
  margin-bottom: 28px;
}
.type-list__item {
  width: 198px;
  height: 25px;
  background-color: #fff;
    border: 1px solid #fff;
  color: #2a2627;
  font-family: Geometria;
  font-size: 19px;
    line-height: 25px;
  font-weight: 300;
  padding-left: 26px;
  cursor: pointer;
}
.type-list__item:hover {
  color: #dd3131;
}
.type-list__item_active {
  border: 1px solid #000;
}
.type-list__item_active:hover {
    color: #2a2627;
}

/* PRICE RANGE */
.range-scroll, .size-scroll {
  margin-top: 38px;
  margin-bottom: 36px;
  width: 221px;
  height: 1px;
  background-color: #6a6a6a;
  position: relative;
}
.range-scroll__min, .range-scroll__max, .size-scroll__min, .size-scroll__max {
  width: 10px;
  height: 10px;
  background-color: #6a6a6a;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  cursor: pointer;
}
.range-scroll__min.active, .range-scroll__max.active, .size-scroll__min.active, .size-scroll__max.active {
  z-index: 1;
}
.range-scroll__max {
  left: 211px;
}
.size-scroll__max {
  left: 211px;
}
.range-scroll__min-value, .range-scroll__max-value, .size-scroll__min-value, .size-scroll__max-value {
  color: #2a2627;
  font-family: Geometria;
  font-size: 19px;
  font-weight: 300;
  line-height: 16px;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  text-align: center;
    white-space: nowrap;
}

/* BEDROOM NUMBER */
.bedroom-scroll, .bathrooms-scroll {
  width: 221px;
  height: 1px;
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
    text-align: justify;
}
.circle-empty{
    position: relative;
    display: inline-block;
    width: 90%;
    height: 1px;
}
.bedroom-item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    top: -17px;
    color: #2a2627;
    font-family: Geometria;
    font-size: 19px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.bedroom-item.active{
    color: #fff;
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
}
.bathroom-item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    top: -17px;
    color: #2a2627;
    font-family: Geometria;
    font-size: 19px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.bathroom-item.active{
    color: #fff;
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
}
.bedroom-scroll__min, .bathrooms-scroll__min, .bedroom-scroll__max {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  top: -17px;
  color: #2a2627;
  font-family: Geometria;
  font-size: 19px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.bedroom-scroll__min.active, .active.bathrooms-scroll__min, .bedroom-scroll__max.active {
  z-index: 1;
}
.bedroom-scroll__max {
  left: 187px;
}

/* BATHROOMS */
/* SELECT REGION */
.region-dropdown {
  width: 226px;
  height: 30px;
  border: 1px solid #231f20;
  margin-top: 22px;
  margin-bottom: 52px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a2627;
  font-family: Geometria;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.region-dropdown-but{
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}
.region-dropdown.active {
  height: auto;
}
.region-dropdown.active .region-dropdown__item:hover {
  background-color: #f6f6f6;
}
.region-select-title{
    position: relative;
}
.region-dropdown.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.region-dropdown:after {
  content: '';
  background-position: 0 -217px;
  height: 13px;
  width: 20px;
  position: absolute;
  top: 7px;
  right: 15px;
}
.region-dropdown__item {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* OTHER OPTIONS */
.other-options {
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  width: 230px;
  margin-left: 100px;
  cursor: pointer;
  position: relative;
}
.noyes {
  position: absolute;
    display: block;
  right: 1px;
  top: 24px;
  color: #2a2627;
  font-family: Geometria;
  font-size: 7px;
  font-weight: 700;
  line-height: 17px;
}
.other-options__item {
  margin-bottom: 13px;
}
.other-options__item:hover span{
    color: #dd3131;
}
.other-options__item:first-child {
  margin-top: 50px;
}
.other-options__item:last-child {
  margin-bottom: 39px;
}
.other-options__name {
  color: #2a2627;
  font-family: Geometria;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  vertical-align: middle;
  letter-spacing: -.6px;
}
.other-options__tumbler {
  width: 34px;
  height: 20px;
  background-color: #fff;
  border: 3px solid #373637;
  border-radius: 7px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.other-options__switch {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other-options__item.active .other-options__tumbler {
  border: 3px solid #dd3131;
}
.other-options__item.active .other-options__switch {
  left: 14px;
  background-color: #dd3131;
}
.show-more-options{
    display: block;
    font-size: 20px;
    opacity: 0.6;
    border: #000 solid 1px;
    color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;
}

/* VARIANTS LIST */
.variants-list {
    position: relative;
    display: block;
    margin-left: 8px;
    text-align: left;
  height: 100%;
  font-size: 0;
  margin-bottom: 20px;
    margin-top: 150px;
    min-height: 1300px;
}
.variants-list-items{
    position: relative;
    display: block;
}
.variants-list.like {
    min-height: 800px;
}
.variants-list.animate {
    transition: all 400ms ease-in-out;
}
.variants-list__item {
  border-right: 2px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
    overflow: hidden;
}
.variants-list__item.animate {
    transition: all 400ms ease-in-out;
}
.variants-list__item-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;
    tpo:0px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 300ms ease-out;
}
.variants-list__item-bg:after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left:0px;
    tpo:0px;
    opacity: 0;
    /*background: #fff;*/
    transition: all 300ms ease-out;
}
.variants-list__item:hover .variants-list__item-bg{
    transform: scale(1.1);
}
.variants-list__item:hover .variants-list__item-bg:after{
   opacity: 0.1;
}
/*.variants-list__item:nth-child(5n+5) {*/
  /*border-right: none;*/
/*}*/
.variants-list__like {
  background-position: 0 -76px;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 12px;
  right: 9px;
    opacity: 0;
    transition: opacity 200ms linear;
}
.variants-list__item:hover .variants-list__like{
    opacity: 1;
}

.variants-list__like:active, .variants-list__like:hover, .variants-list__like.like-icon-active {
  background-position: 0 -23px;
}
.variants-list__like.active {
  background-position: 0 -23px;
  height: 28px;
  width: 34px;
    opacity: 1;
}
.variants-list__info {
  position: absolute;
  bottom: 0;
  right: 0;
    height: 45px;
    width: 170px;
    background-color: #f2686d;
    color: #fff;
    font-family: Geometria;
    font-weight: 300;
}
.variants-list__cost{
    position: absolute;
    width: 115px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    background-color: white;
    color: black;
}
.variants-list-date{
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    background: #d75e63;
    top:25px;
}
.variants-list-date.available{
    background: black;
    color: white;
}

.variants-list__index {
  width: 55px;
  height: 25px;
  background-color: #ff000a;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-family: Geometria;
  font-size: 14px;
    line-height: 25px;
  font-weight: 500;
    text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.variants-list__info.index-only{
    width: 60px;
    height: 30px;
}
.variants-list__info.index-only .variants-list__index{
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #f2686d;
    font-size: 18px;
    font-weight: 400;
}




/* PLACE */

.place {
    position: relative;
    margin-top: 150px;
}
.place-info-sidebar {
    position: absolute;
    width: 357px;
    top: 0;
    right: 70px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.place-content {
    position: relative;
    margin-right: 497px;
    /*min-height: 717px;*/
}

#transport{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
#transport-header{
    position: relative;
    display: block;
    height: 60px;
    border-bottom: #545d56 dotted 1px;
    background: url(/public/images/stm.png) no-repeat;
}
#transport-bus{
    position: relative;
    display: block;
    line-height: 25px;
    min-height: 25px;
    padding: 5px 0;
    padding-left: 43px;
    margin-bottom: 10px;
    margin-top: 20px;
    background: url(/public/images/bus_icon.png) no-repeat;
    font-size: 22px;
    color: #545d56;
    font-family: Geometria;
    font-weight: 400;
}
#transport-busstation{
    position: relative;
    display: block;
    line-height: 25px;
    min-height: 25px;
    padding: 5px 0;
    padding-left: 43px;
    margin-bottom: 5px;
    background: url(/public/images/busstation_icon.png) no-repeat 2px 0px;
    font-size: 22px;
    color: #545d56;
    font-family: Geometria;
    font-weight: 400;
}

/* PLACE SIDEBAR */

.place-contact {
    margin-bottom: 85px;
}

.place-contact__title, .place-description__title {
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.place-contact-list {
    margin-left: 0px;
}
.place-contact-list__item {
    border-top: 1px dotted #5a5c5e;
    margin-right: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}
.place-contact-list__item .place-contact-email {
    content: '';
    background: url(/public/images/mail-icon.png) no-repeat center;
    width: 30px;
    height: 21px;
    position: absolute;
    top: 25px;
    left: 0px;
}
.place-contact-list__item:first-child .place-contact-email {
    top: 10px;
}
.place-contact-list__item:first-child {
    border-top: none;
    margin-top: 40px;
    padding-top: 0;
}
.place-contact-list__item:last-child {
    padding-bottom: 0;
}

.place-contact-list__info, .place-contact-list__post {
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding-left: 55px;
}
.place-contact-list__info {
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 45px;
}
.place-contact-list__post {
    font-weight: 400;
}

.place-description__title {
    padding-left: 35px;
    position: relative;
}
.place-description__title:after {
    content: '';
    position: absolute;
    background: url(/public/images/description-icon.png) no-repeat center;
    width: 20px;
    height: 25px;
    top: -5px;
    left: 0;
}

.place-description__text {
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    text-align: justify;
    /*margin-right: 50px;*/
}

.place-socials {
    width: 227px;
    height: 62px;
    background-color: rgba(242, 104, 109, .85);
    text-align: center;
    line-height: 56px;
    margin-top: 40px;
    margin-bottom: 70px;
}

.place-socials__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.place-socials__item:last-child {
    margin-right: 0;
}
.place-socials__item.sh a {
    display: block;
    background: url(/public/images/place-share-icon.png) no-repeat center;
    width: 28px;
    height: 23px;
}

.place-socials__item.gp a {
    display: block;
    background: url(/public/images/place-gp-icon.png) no-repeat center;
    width: 31px;
    height: 23px;
}
.place-socials__item.fb a {
    display: block;
    background: url(/public/images/place-fb-icon.png) no-repeat center;
    width: 28px;
    height: 25px;
}
.place-socials__item.stm a {
    display: block;
    background: url(/public/images/place-stm-icon.png) no-repeat center;
    width: 39px;
    height: 18px;
}

.visit-form{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.visit-form__cta {
   background: #ECA2A0;
   background-image: -webkit-linear-gradient(top, #ff000a, #b01a23);
   background-image: -moz-linear-gradient(top, #ff000a, #b01a23);
   background-image: -ms-linear-gradient(top, #ff000a, #b01a23);
   background-image: -o-linear-gradient(top, #ff000a, #b01a23);
   background-image: -webkit-gradient(to bottom, #ff000a, #b01a23);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Geometria;
   font-size: 24px;
   font-weight: 900;
   padding: 18px;
   border: solid #ECA2A0 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.visit-form__cta:hover {
   border: solid #ECA2A0 1px;
   background: #F18380;
   background-image: -webkit-linear-gradient(top, #b01a23, #ff000a);
   background-image: -moz-linear-gradient(top, #b01a23, #ff000a);
   background-image: -ms-linear-gradient(top, #b01a23, #ff000a);
   background-image: -o-linear-gradient(top, #b01a23, #ff000a);
   background-image: -webkit-gradient(to bottom, #b01a23, #ff000a);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}
.visit-form__title {
    color: #545d56;
    font-family: Geometria;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 25px;
    margin-bottom: 10px;
}
.visit-form__title.mrgn {
    margin-top: 30px;
}
.visit-form__input {
    display: block;
    width: 357px;
    height: 50px;
    background-color: #e1e1e1;
    color: #545d56;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 29px;
    margin-top: 15px;
}

.visit-form__input.day, .visit-form__input.time {
    display: inline-block;
}
.visit-form__input.day {
    width: 161px;
}
.visit-form__input.time {
    width: 180px;
    margin-left: 12px;
}

.visit-form__input::-webkit-input-placeholder {
    color: #545d56;
}

.visit-form__input::-moz-placeholder {  /* Firefox 19+ */
    color: #545d56;
}

.visit-form__input:-ms-input-placeholder {
    color: #545d56;
}

.visit-form__submit {
    width: 357px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #898989;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #545d56;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 19px;
    cursor: pointer;
}
.visit-form__submit:hover {
    background-color: #898989;
    color: #fff;
}

.place-slider {
    height: 717px;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.place-slider-line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    transition: all 400ms ease-in-out;
    font-size: 0;
    white-space: nowrap;
}
.place-slider-item{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.place-slider-price{
    position: absolute;
    left: 70px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #b01a23;
    font-size: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    bottom: 0px;
    font-family: Geometria;
}
.place-slider-type{
    position: absolute;
    right: 70px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: rgba(255,255,255,0.9);
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #5a5c5e;
    bottom: 0px;
    font-family: Geometria;
}
.place-slider-title{
    position: relative;
    top: 0px;
    /*margin-left: 70px;*/
    /*margin-right: 150px;*/
    background: rgba(255,255,255,0.9);
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #5a5c5e;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-family: Geometria;
}
.place-slider-tit{
    margin-right: 80px;
    margin-left: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.place-slider-back{
    position: absolute;
    width: 110px;
    left: 0px;
    height: 60px;
    background: black;
    cursor: pointer;
    color: white;
    text-align: center;
    font-family: Geometria;
    font-size: 20px;
    line-height: 60px;
}
.place-slider-back:hover{
    background: #ff000a;
}
.place-slider-like{
    position: absolute;
    right: 0px;
    top:-60px;
    width: 55px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
}
.place-slider-like:after{
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 21px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -12px;
    background-image: url('/public/images/properties-icons-s8eba3ca7db.png');
    background-repeat: no-repeat;
    background-position: 0 -53px;
}
.place-slider-like.active:after{
    background-position: 0 0px;
}
.place-slider-like:hover:after{
    background-position: 0 0px;
}

.available-spaces__title {
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 65px;
    margin-left: 80px;
    margin-bottom: 45px;
}
.place-slider-number{
    position: absolute;
    right: 0px;
    top:0px;
    background: #ff000a;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    color: white;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-family: Geometria;
    font-weight: 500;
}
.place-slider-next{
    position: absolute;
    width: 50px;
    height: 60px;
    right: 0px;
    top:50%;
    /*margin-top: -30px;*/
    background-color: rgba(255,255,255,0.9);
    background-image: url(/public/images/slider_arrows.png);
    background-position: right top;
    transition: background-color 100ms linear;
    cursor: pointer;
    z-index: 10;
}
.place-slider-next:hover{
    background-color: rgba(255,255,255,1);
}
.place-slider-prev{
    position: absolute;
    width: 50px;
    height: 60px;
    left: 0px;
    top:50%;
    /*margin-top: -30px;*/
    background-color: rgba(255,255,255,0.9);
    background-image: url(/public/images/slider_arrows.png);
    background-position: left top;
    transition: background-color 100ms linear;
    cursor: pointer;
    z-index: 10;
}
.place-slider-prev:hover{
    background-color: rgba(255,255,255,1);
}

.available-list {
    position: relative;
    margin-left: 70px;
    margin-right: 70px;
    font-size: 0;
    text-align: center;
}
.available-list__item {
    position: relative;
    /* min-height: 38px;*/
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.available-list__item:first-child {
    margin-top: 0;
    margin-bottom: 0;
}
.available-list__item:nth-child(2) {
    margin-top: 20px;
}
.available-list__item.select {
    background-color: rgba(244, 127, 131, .16);
}


.list-header {
    padding-bottom: 20px;
    border-bottom: 1px dotted #5a5c5e;
    height: auto;
    line-height: normal;
}
.list-header:after {
    content: '';
}
.available-list__wrapper {
    position: relative;
    padding-right: 90px;
    padding-left: 10px;
    text-align: left;
}
.available-column {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    /*line-height: 29px;*/
    text-transform: uppercase;
}
.available-column:first-child {
    text-align: left;
}
.available-column.a {
    width: 12.24637681%;
}
.available-column.b {
    width: 14.8623188%;
}
.available-column.c {
    width: 16.4855072%;
}
.available-column.d {
    width: 19.1123188%;
}
.available-column.e {
    width: 36.2%;
    text-transform: none;
    font-weight: 500;
}
.available-column.f a {
    position: absolute;
    width: 100%;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    line-height: 38px;
    left: 0;
    display: block;
    color: #f47f83;
    font-weight: 700;
    text-align: center;
}
.available-column.f a:hover {
    color: #d53a3f;
}
.available-column.f {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 100%;
    width: 120px;
    background: #faccce;
}
.list-header .f {
    line-height: normal !important;
    background: none;
}
.list-header .e {
    font-weight: 400;
    text-transform: uppercase;
}

#place-map {
    height: 292px;
    position: relative;
    display: block;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.place-also {
    margin-left: 70px;
    margin-right: 60px;
    position: relative;
    font-size: 0;
    margin-bottom: 54px;
}
.place-also__title {
    color: #5a5c5e;
    font-family: Geometria;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 48px;
    margin-bottom: 20px;
}
.place-also__item {
    position: relative;
    display: block;
    margin-right: 10px;
    height: 100%;
    overflow: hidden;
}
.place-also-wrapper {
    width: 33.3333333%;
    display: inline-block;
}
.place-also__item:hover .variants-list__item-bg{
    transform: scale(1.1);
}
.place-also__item:hover .variants-list__like{
    opacity: 1;
}

.detect-favourites{
    position: absolute;
    display: none;
    left: 327px;
    top: 50%;
    margin-top: 15px;
    font-size: 16px;
    font-family: Geometria;
}

.footer__studio-name{
    position: relative;
    /* display: block; */
    /* margin-top: 8px; */
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Geometria;
    color: rgba(90, 92, 94, 0.6);
}

.filter-sidebar-mobile {
    position: fixed;
    display: block;
    /*top: 150px;*/
    z-index: 2;
    /*left: auto;*/
    margin: 0;
    padding: 0;
    left: -100%;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 150px;
    transition: all .3s;
    -webkit-transition: all .3s;
}


h3.empty-h3{
    position: fixed;
    left: 50%;
    margin-left: -150px;
    width: 600px;
    font-size: 25px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-family: Geometria;
}

.top-label{
    position: absolute;
    width: auto;
    padding: 0px 10px;
    height: 24px;
    line-height: 26px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    background: #b01a23;
    top: 0px;
    left: 0px;
    color: #fff;
    font-family: Geometria;
}

#filter-button {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 0 60px 60px 0;
    background: #fff url(/public/images/tool.png) no-repeat 70% 55%;
    background-size: 40% 40%;
    left: -15px;
    top: 55%;
    margin-top: -20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: none;
    z-index:10;
}

#modal-image{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}
#modal-image.active{
    visibility: visible;
    opacity: 1;
}
#modal-image img{
    position: relative;
    width: auto;
    display: block;
    margin: 0 auto;
    height: 80%;
    top: 10%;
}
#modal-image a{
    position: absolute;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    bottom: 35px;
    width: 100%;
    font-family: Geometria;
}

#modal-image-close{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
#modal-image-close:hover{
    margin-top: 0px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.modal-image-close{
    position: relative;
    width: 40px;
    height: 5px;
    background: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    cursor: pointer;
}
.modal-image-close:last-child{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 12px;
}

.page-text{
    position: absolute;
    bottom: 25%;
    width: 80%;
    left: 10%;
}
.page-text h2{
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    line-height: 1em;
}
.page-text h3{
    position: relative;
    top: 0px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1200px) {
  .place-info-sidebar{
      position: relative;
      right: auto;
      padding-left: 70px;
      padding-right: 70px;
      margin-top: 50px;
      width: auto;
  }
    .place-content{
        margin-right: 0;
    }
    .place-slider-next{
        /*right: 0px;*/
        /*top: 0px;*/
    }
    .place-slider-prev{
        /*left: 0px;*/
        /*top: 0px;*/
    }
    .place-slider-title{
        margin-right: 50px;
    }
    .place-slider-like{
        top: 0px;
        background-color: rgba(255,255,255,0.9);
        right: 0px;
    }

    .place-contact-list{
        margin-left: 0;
        margin-right: 270px;
    }
    .place-contact-list__item .place-contact-email{
        left:0px;
    }
    .place-contact-list__info, .place-contact-list__post{
        padding-left: 45px;
    }
    .place-contact-list__item{
        display: inline-block;
        vertical-align: middle;
        padding-right: 30px;
        margin-right: 30px;
        border:0;
    }
    .place-contact-list__item{
        margin-top: 40px;
        vertical-align: top;
        padding-top: 0;
    }
    .place-contact-list__item .place-contact-email{
        top: 10px;
    }
    .place-contact-list__item:first-child .place-contact-email {
        top: 10px;
    }
    .place-socials{
        position: absolute;
        right: 70px;
        top: 15px;
    }
    .place-contact {
        margin-bottom: 55px;
    }
    .place-description{
        margin-bottom: 55px;
    }
    .visit-form__title{
        margin-left: 0px;
    }
    .visit-form-layer{
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }
    .visit-form__submit{
        display: block;
    }
    .visit-form__title.mrgn{
        margin-top: 0;
        margin-bottom: 0;
    }
    .visit-form__input.day, .visit-form__input.time{
        width: 100%;
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

}
@media screen and (max-width: 1280px) {
  /* CHOOSE PROPERTY */
  .choose-title {
    font-size: 3.875em;
    top: 20%;
  }

  .choose-sub {
    font-size: 1.75em;
    top: 28%;
  }

  .choose-property__item {
    font-size: 12px;
  }

  /* ABOUT US */
  .about, .from, .our-office {
    font-size: .8em;
  }

  .about-information, .from-information {
    font-size: .8em;
  }

  /* OUR OFFICE */
  .our-office {
    font-size: .7em;
  }
  .burger-nav__item  {
    margin-left: 15px;
  }


}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* CHOOSE PROPERTY */
  .choose-property__item {
    font-size: 10px;
  }

  /* ABOUT US */
  .about-information, .from-information {
    font-size: .7em;
  }

  /* OUR OFFICE */
  .our-office {
    font-size: .6em;
  }
  /* HEADER */
  /*.burger-nav-wrapper {*/
    /*font-size: .8em;*/
    /*top: 63px;*/
  /*}*/

    .logo_properties {
        display: block;
    }

    .header_properties .logo {
        display: block;
    }
    .filter-sidebar .logo{
        display: none;
    }
    .filter-sidebar{
        background: #fff;
        overflow-y: scroll;
    }


    .filter-sidebar-mobile {
        position: fixed;
        display: block;
        /* top: 150px; */
        z-index: 2;
        /* left: auto; */
        margin: 0;
        padding: 0;
        left: -400px;
        visibility: visible;
        width: 400px;
        height: 100%;
        top: 149px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    #filter-button {
        display: block;
    }

}
@media screen and (max-width: 1024px){
    .place-slider{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .place-slider-title{
        margin-left: 0px;
        margin-right: 50px;
        /* width: 340px; */
        /* top: -60px; */
    }
    .place-content {
        margin-right: 0;
        padding-bottom: 60px;
    }
    .place-slider-like{
        right: 0px;
    }
    .place-slider-tit{
        margin-right: 80px;
    }
}
.mobile-footer{
    display: none;
}
@media screen and (max-width: 500px) {
    html {
        overflow-x: hidden;
    }
  .footer {
    display: none;
  }
  .mobile-footer {
    display: block;
    width: 100%;
    height: 35px;
    background-color: #dddada;
    position: relative;
      /*margin-top: 60px;*/
  }
  .mobile-footer__copyright {
    color: #f2686c;
    font-family: Geometria;
    font-size: 11px;
    line-height: 35px;
    font-weight: 400;
    margin-left: 20px;
  }
  .mobile-footer__copyright b {
    font-weight: 700;
  }
  .mobile-footer__studio-name {
    width: 125px;
    height: 35px;
    /*background-color: #f2686c;*/
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-family: Geometria;
    font-size: 10px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
  }
  /* CHOOSE PROPERTY */
  .choose {
    /*height: 1253px;*/
    padding-bottom: 120px;
  }
  .choose-title {
    top: 199px;
  }
  .choose-title span {
    color: #fff;
    font-family: Geometria;
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 45px;
    margin: 50px 70px 0;
  }
  .choose-property {
    margin: 500px 0 0;
    height: auto;
    top: 0;
    /*margin-bottom: 120px;*/
  }
  .choose-property__item {
    display: block;
    width: 100% !important;
    height: 167px;
    line-height: 167px;
    margin-right: 0;
  }
  .choose-property__item a {
    color: #ec222a;
    font-family: Geometria;
    font-size: 47px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .choose-property__item:nth-child(1) {
    background-color: #fff;
  }
  .choose-property__item:nth-child(2) {
    background-color: #fbe9e9;
  }
  .choose-property__item:nth-child(3) {
    background-color: #f9d3d4;
  }
  .choose-property__item:nth-child(4) {
    background-color: #f5bdbf;
  }
  .choose-property__item:before {
    content: '';
    background: none;
  }
  .choose-property__img-wrapper, .choose-property__dropdown {
    display: none;
  }
  .language, .mobile-number {
    display: none;
  }
  .header.no-background .logo, .header .logo.white {
    background: url(/public/images/mobile-header-logo.png) no-repeat center !important;
    width: 226px;
    height: 55px;
    margin-left: 30px;
      margin-top: -40px;
  }
  /* ABOUT US */
  .about.parallax-bg {
    background: url(/public/images/mobile-about-us-bg.png) no-repeat;
    height: 690px;
    background-size: cover;
    background-attachment: fixed;
  }
  .about-title {
    width: auto;
    margin: 0 40px;
    top: 251px;
    font-size: 55px;
    line-height: 66px;
  }
  .about-sub {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    top: 432px;
      width: auto;
      padding: 0 20px;
  }
  .plus-button {
    top: 671px;
  }
  /* FROM US */
  .from {
    height: 740px;
  }
  .from-title {
    position: relative;
    width: auto;
    margin: 0 40px;
    font-family: Geometria;
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
    top: 305px;
  }
  .from-sub {
      color: #fff;
      font-family: Geometria;
      font-size: 25px;
      font-weight: 500;
      line-height: 45px;
      padding: 0 20px;
      width: auto;
      text-align: center;
      top: 370px;
      margin: 0 auto;
      position: relative;
  }
  .from-information {
    min-height: 800px;
      height: auto;
      padding-bottom: 40px;
  }
  .from-text__left, .from-text__right {
    margin-right: 0;
    /*width: auto;*/
  }
  .from-text__item {
    font-size: 24px;
  }
  .from-text__right {
    margin-top: 75px;
  }
  .from .plus-button {
    display: none;
  }
  /* ABOUT US */
  .about-information {
    height: auto;
  }
  /* MAIN */
    .filter-sidebar {
        width: 100%;
        background-color: #fff;
        left: 0;
        height: 84%;
        padding-bottom: 80px;
        position: absolute;
        overflow: scroll;
    }
    .property-type__title, .price-range__title, .bedroom-number__title, .bathrooms__title, .select-region__title, .search-by__title {
        font-size: 30px;
    }
    .type-list {
        margin-top: 50px;
    }
    .type-list__item {
        font-size: 33px;
        width: 325px;
        height: 40px;
        line-height: 40px;
    }
    .range-scroll, .bedroom-scroll, .bathrooms-scroll {
        width: 325px;
        height: 2px;
        margin-top: 83px;
    }
    .range-scroll__min, .range-scroll__max {
        width: 21px;
        height: 21px;
        top: -10.5px;
    }
    .range-scroll__min-value, .range-scroll__max-value {
        color: #2a2627;
        font-family: Geometria;
        font-size: 30px;
        font-weight: 300;
        line-height: 33px;
        top: -38px;
    }
    .bedroom-scroll__min, .bathrooms-scroll__min, .bedroom-scroll__max {
        width: 69px;
        height: 69px;
        top: -34.5px;
        line-height: 69px;
        font-size: 39px;
    }
    .price-range, .bedroom-number, .bathrooms, .select-region {
        margin-top: 70px;
    }
    .region-dropdown {
        width: 330px;
        height: 50px;
        line-height: 50px;
        font-size: 26px;
    }
    .region-dropdown:after {
        background: url(/public/images/mobile-select-region.png) no-repeat center;
        width: 40px;
        height: 26px;
        top: 12px;
        right: 10px;
        transform: scale(0.6);
    }
    .other-options {
        display: none;
    }
    .search-by {
        display: none;
    }
    .mobile-search-btn {
        width: 385px;
        height: 72px;
        background-color: #fff;
        border: 3px solid #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        line-height: 76px;
        color: #000;
        font-family: Geometria;
        font-size: 38px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 60px auto 90px;
        display: block;
    }
  /* PROPERTIES */
  .header-like {
    /*display: none;*/
      margin-top: -27px;
      right: 100px;
  }
    .detect-favourites{
        left: 28px;
        margin-top: 35px;
    }
  .header-search {
    display: block;
  }
  .header_properties .logo {
    display: block;
  }
  /*.header_properties .burger-button {*/
    /*right: 65px;*/
    /*width: 63px;*/
      /*margin-top: -15px;*/
  /*}*/
  /*.header_properties .burger-line {*/
    /*width: 63px;*/
    /*height: 8px;*/
    /*background-color: #6a6a6a;*/
    /*margin-bottom: 8px;*/
  /*}*/
  .logo_properties {
    display: none;
  }
  /*.filter-sidebar {*/
    /*transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
    /*top: 150px;*/
  /*}*/
  .filter-sidebar.active {
    left: 0;
  }
  .variants-list__index {
    /*display: none;*/
      width: 80px;
      height: 60px;
      line-height: 60px;
      font-size: 20px;
  }
  .variants-list__info {
    width: 214px;
    height: 85px;
  }
  .variants-list__cost {
    font-size: 28px;
  }
  .variants-list-date {
    height: 32px;
    line-height: 40px;
    font-size: 13px;
    top: 53px;
  }
  .place-also {
    display: none;
  }
  .place-contact__title, .place-description__title {
    font-size: 23px;
  }
  .place-description__title:after {
    top: 4px;
  }
  .place-contact, .place-description {
    padding-left: 40px;
    padding-right: 40px;
  }
  .place-info-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  .visit-form__title {
    font-size: 32px;
    margin-left: 30px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  .visit-form-layer {
    margin-right: 0;
    margin-top: 40px;
    width: 100%;
  }
  .visit-form__input {
    width: 100%;
    height: 61px;
    font-size: 25px;
    padding-left: 30px;
  }
  .visit-form__title.reffered {
    font-size: 22px;
    margin-left: 85px;
    margin-top: 34px;
  }
  .visit-form__input.day {
    width: 100%;
    display: inline-block;
    margin-right: 14px;
    box-sizing: border-box;
  }
  .visit-form__input.time {
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .visit-form__submit {
    width: 100%;
    height: 61px;
    background-color: #fff;
    border: 2px solid #898989;
    font-size: 25px;
    margin: 30px auto 90px; 
  }
  .visit-form {
    display: block;
  }
  .visit-form.mobile {
    display: block;
    margin-top: 100px;
  }
  .place-map {
    margin-left: 0;
    margin-right: 0;
    height: 470px;
  }
  .available-column.e, .available-column.f {
    display: none;
  }
  .available-list__wrapper {
    margin-right: 0;
      padding-right: 0;
      padding-left: 30px;
  }
  .available-list {
    margin-left: 0;
    margin-right: 0;
  }
  .available-column.b {
    width: 204px;
    text-align: center;
    font-size: 24px;
  }
  .available-column.c {
    width: 236px;
    text-align: center;
    font-size: 24px;
  }
  .available-column.d {
    width: 300px;
    text-align: center;
    font-size: 24px;
  }
  .available-list__item.list-header .available-column.b, .available-list__item.list-header .available-column.c, .available-list__item.list-header .available-column.d {
    color: #f58b8e;
    font-size: 24px;
  }
  .place-contact {
    display: none;
  }

  .place-contact.mobile {
    display: block;
  }
  .place-contact__title {
    font-size: 23px;
  }
  .place-socials {
    position: static;
    height: 105px;
    width: auto;
    display: inline-block;
    margin-left: 101px;
    margin-right: 101px;
    margin-top: 105px;
  }
  .place-socials__item {
    width: 132px;
    height: 105px;
    margin-right: 0;
  }
  .place-socials__item a {
    width: 132px;
    height: 105px;
  }
  .place-socials__item.sh a {
    background: url(/public/images/mobile-sh.png) no-repeat center;
    width: 132px;
    height: 105px;
  }
  .place-socials__item.gp a {
    background: url(/public/images/mobile-gp.png) no-repeat center;
    width: 132px;
    height: 105px;
  }
  .place-socials__item.fb a {
    background: url(/public/images/mobile-fb.png) no-repeat center;
    width: 132px;
    height: 105px;
  }
  .place-socials__item.stm a {
    background: url(/public/images/mobile-sm.png) no-repeat center;
    width: 132px;
    height: 105px;
  }
  .place-socials {
    display: none;
  }
  .place-socials.mobile {
    display: block;
  }
  .place-contact-list__info, .place-contact-list__post {
    font-size: 23px;
    line-height: 27px;
  }
  .place-contact-list {
    margin-right: 0;
  }
  .place-contact-list__item .place-contact-email {
    top: 30px;
  }
  .place-contact-list__item:first-child .place-contact-email {
    top: 15px;
  }
  .place-contact__title {
    font-size: 23px;
    margin-left: 38px;
  }
  .stm-service {
    margin-left: 120px;
    width: 522px;
  }
  .stm-logo:after {
    font-size: 20px;
    width: 522px;
  }
  .stm-bus, .stm-street {
    font-size: 30px;
  }
  .stm-logo {
    width: 109px;
    height: 48px;
    background-size: contain;
  }
  .stm-service {
    display: none;
  }
  .stm-service.mobile {
    display: block;
    margin-top: 100px;
  }

    .stm-service {
        display: none;
    }
    .stm-service.mobile {
        display: block;
        margin-top: 100px;
    }
    .property-type, .price-range, .bedroom-number, .bathrooms, .select-region, .search-by {
        margin-left: 100px;
    }
    .variants-list__cost {
        width: 140px;
        height: 60px;
        line-height: 60px;
    }
    .find-more-mobile {
        display: block;
    }
    .variants-list {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .mobile-burger__logo {
        margin-left: 0;
    }
    .variants-list__like {
        width: 194px;
        height: 172px;
        background-color: #f2686d;
        top: 0;
        left: 0;
        background-image: none;
    }
    .variants-list__like:after {
        content: '';
        background: url(/public/images/like-big.png) no-repeat center;
        width: 67px;
        height: 57px;
        position: absolute;
        top: 59px;
        left: 66px;
    }
    .variants-list__like.active {
        background-image: none;
        width: 194px;
        height: 172px;
    }
    .variants-list__like.active:after {
        content: '';
        background: url(/public/images/like-big-2.png) no-repeat center;
        width: 70px;
        height: 60px;
        top: 58px;
        left: 63px;
    }
    .variants-list__view-mobile:after {
        content: '';
        background: url(/public/images/eye-big.png) no-repeat center;
        width: 81px;
        height: 54px;
        position: absolute;
        top: 58px;
        left: 57px;
    }
    .variants-list__view-mobile {
        display: block;
    }

    .bedroom-item{
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 26px;
        margin-top: -4px;
    }
    .bathroom-item{
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 26px;
        margin-top: -4px;
    }
    .price-range__title:after{
        transform: scale(2);
        left: -55px;
        top: 2px;
    }
    .property-type__title:after{
        transform: scale(2);
        left: -55px;
        top: 2px;
    }
    .bedroom-number__title:after{
        transform: scale(2);
        left: -55px;
        top: 2px;
    }
    .bathrooms__title:after{
        transform: scale(2);
        left: -55px;
        top: 2px;
    }
    .select-region__title:after{
        transform: scale(2);
        left: -55px;
        top: 2px;
    }
    .filter-sidebar-mobile.active {
        left: 0%;
    }
    .variants-list__item {
        width: 100% !important;
        height: 290px !important;
    }
    .burger-button{
        right: 30px;
        margin-top: -30px;
    }
    .from-information.mrgn{
        width: 100%;
        overflow: hidden;
    }

    .our-office-data{
        margin-top: -20%;
    }
    .our-office{
        overflow: hidden;
    }
    .our-office__title{
        font-size: 55px;
        line-height: 55px;
    }
    .our-office__contacts{
        top: 130px;
        left: 90px;
    }
    .logo{
        width: 226px;
        height: 55px;
        margin-left: 30px;
        margin-top: -40px;
    }


    .place-content {
        margin-right: 0;
        padding-bottom: 0px;
    }

    .place-slider{
        top: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .place-slider-back{
        display: none;
    }
    .place-slider-title{
        margin-left: 0px;
        margin-right: 50px;
        width: 306px;
        top: -60px;
    }
    .place-slider-prev{
        /*left: 0px;*/
    }
    .place-slider-next{
        /*right: 0px;*/
    }
    .place-slider-tit{
        margin-left: 10px;
        /*margin-right: 145px;*/
    }

    .place-slider-type{
        right: 0px;
        font-size: 18px;
        bottom: 9px;
    }
    .place-slider-price{
        left: 30px;
        font-size: 20px;
        bottom: 9px;
    }
    #place-map{
        margin-left: 30px;
        margin-right: 30px;
    }

    .place{
        margin-top: 120px;
    }
    .variants-list__like{
        display: none;
    }
    /*.variants-list__info{*/
        /*display: none;*/
    /*}*/
    .available-spaces__title{
        margin-left: 30px;
    }
    .available-column.a{
        width: 100px;
        font-size: 19px;
    }
    .available-column.b{
        width: 100px;
        font-size: 19px;
    }
    .available-column.c{
        width: 100px;
        font-size: 19px;
    }
    .available-column.d{
        width: 135px;
        font-size: 19px;
    }
    .available-column.e{
        width: 25%;
        font-size: 19px;
    }
    .list-header{
        padding-bottom: 15px;
    }
    .available-list__item.list-header .available-column.b, .available-list__item.list-header .available-column.c, .available-list__item.list-header .available-column.d{
        font-size: 19px !important;
    }

    .place-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #transport {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-text__left, .from-text__left, .about-text__right, .from-text__right{
        width: 80%;
        margin-right: 0px;
    }
}
