@charset "UTF-8";
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProBol.eot");
  src: local("☺"), url("../fonts/GothaProBol.woff") format("woff"),
    url("../fonts/GothaProBol.ttf") format("truetype"),
    url("../fonts/GothaProBol.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProMed.eot");
  src: local("☺"), url("../fonts/GothaProMed.woff") format("woff"),
    url("../fonts/GothaProMed.ttf") format("truetype"),
    url("../fonts/GothaProMed.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProReg.eot");
  src: local("☺"), url("../fonts/GothaProReg.woff") format("woff"),
    url("../fonts/GothaProReg.ttf") format("truetype"),
    url("../fonts/GothaProReg.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("☺"), url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("☺"), url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: local("☺"), url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/Montserrat-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  overflow-x: hidden;
  font-family: "Montserrat", serif;
  opacity: 1;
  color: #333;
  background: #fff;
  margin: 0;
}


.grid {
  display: -ms-grid;
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ---------------------- Шапка ------------------------------ */

.header-wrapper {
  -ms-grid-rows: 50px 262px;
  grid-template-rows: 50px 262px;
  margin-bottom: 30px;
}

ul.products li.product .button {
    display: none !important;
}

/* ---------------------- Линия в шапке ------------------------------ */

.header-wrapper-line {
  background-color: #413755;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-line {
  width: 1170px;
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header-line__country {
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 15px;
}

.header-line__country > span {
  font-weight: 400;
  font-size: 18px;
  color: #9f9aa8;
  line-height: 1;
}

.header-line__country > span > select {
  font-size: 18px;
  background-color: transparent;
  border: 0;
  margin: 0 0 10px 5px;
  padding-left: 5px;
  color: #fec5a3;
  border-bottom: 1px dotted #fec5a3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ---------------------- Часть шапки с лооготипом ------------------------------ */

.header-wrapper-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-info {
  width: 1140px;
  height: 262px;
  -ms-grid-columns: 263px 615px 262px;
  grid-template-columns: 263px 615px 262px;
  -ms-grid-rows: 262px;
  grid-template-rows: 262px;
}

/* ---------------------- Часть шапки с лооготипом - Логотип ------------------------------ */

.header-info__logo-block .logo {
  width: 263px;
}

/* ---------------------- Часть шапки с лооготипом - Блок с поиском ------------------------------ */

.header-info__search-block {
  -ms-grid-rows: 143px 75px 44px;
  grid-template-rows: 143px 75px 44px;
}

.header-info__search-block > div {
  position: relative;
}

.header-info__search-block > div > label.tab-search {
  position: absolute;
  top: 8px !important;

}

/* ---------------------- Часть шапки с лооготипом - Блок с поиском - Меню ------------------------------ */

.menu {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.menu > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu > ul > li {
  display: inline-block;
  margin-right: 30px;
}

.menu > ul > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.menu ul .current-menu-item a {
  color: #da6f32;
}

/* ---------------------- Часть шапки с лооготипом - Блок с поиском - Поиск ------------------------------ */

.tab-search {
  position: absolute;
  margin: 20px;
  z-index: 1;
}

.tab-search:before {
  content: url(../img/loop.png);
  top: 167px;
}

.header-search-area {
  position: relative;
  font-size: 18px;
  padding-left: 60px;
  font-weight: 400;
  color: #898491;
  background-color: #dfdfdf;
  border: 0;
  width: 615px;
  height: 74px;
}

/* ---------------------- Часть шапки с лооготипом - Блок с поиском - расширенный поиск ------------------------------ */

.global-search {
  padding: 20px 15px 0 0;
}

.global-search a {
  text-decoration: none;
  display: inline-block;
  height: 22px;
}

.global-search a img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
}

.global-search a span {
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted #da6f32;
  color: #da6f32;
  line-height: 1;
}

/* ---------------------- Часть шапки с лооготипом - Блок с номерои телефона ------------------------------ */

.header-info__phone-block {
  -ms-grid-columns: 262px;
  grid-template-columns: 262px;
  -ms-grid-rows: 112px 75px;
  grid-template-rows: 112px 75px;
  padding: 30px 0 45px 0;
}

.header-info__phone-block .request {
  border-left: 3px solid #383838;
}

.header-info__phone-block .request-item1 {
  -ms-grid-columns: 20px 200px;
  grid-template-columns: 20px 200px;
  grid-column-gap: 15px;
  text-decoration: none;
  margin: 20px 0 0 15px;
  line-height: 1;
  color: #da6f32;
  font-size: 18px;
  font-weight: 400;
}

.header-info__phone-block .request-item1 span {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.header-info__phone-block .request-item2 {
  -ms-grid-columns: 20px 200px;
  grid-template-columns: 20px 200px;
  grid-column-gap: 15px;
  text-decoration: none;
  margin: 20px 0 0 15px;
  line-height: 1;
  color: #da6f32;
  font-size: 18px;
  font-weight: 400;
}

.header-info__phone-block .request-item2 span {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.request-item1,
.request-item2 {
  -ms-grid-columns: 20px 200px;
  grid-template-columns: 20px 200px;
  grid-column-gap: 10px;
  margin: 20px 0 0 15px;
  line-height: 1;
  color: #da6f32;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.request-item1 a,
.request-item2 a {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.request-item1 {
  margin-top: 30px;
}

.header-info__phone-block .phone-number {
  background-color: #383838;
  border-left: 3px solid #383838;
  -ms-grid-rows: 26px 18px;
  grid-template-rows: 26px 18px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header-info__phone-block .phone-number .number {
  color: #ffffff;
  font-weight: 500;
  font-size: 26px;
  font-family: "Gotham Pro";
  line-height: 1;
  margin-left: 15px;
}

.header-info__phone-block .phone-number .mail {
  color: #929292;
  font-weight: 500;
  font-size: 18px;
  font-family: "Gotham Pro";
  line-height: 1;
  width: 125px;
  margin-left: 15px;
}

/* ---------------------- Слайдер под шапкой ------------------------------ */

.slider-wrapper {
  height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-wrapper .slider {
  width: 1170px;
  height: 500px;
}

.slider-item-inner {
  height: 500px;
}

.slider-item-inner .slider-item {
  height: 500px;
  -ms-grid-columns: 863px 307px;
  grid-template-columns: 863px 307px;
}

.slider-item-inner .slider-item .slider-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-item-inner .slider-item .slider-photo-text {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #d997fd;
  font-weight: 600;
  font-size: 24px;
  height: 60px;
  width: 555px;
  color: #ffffff;
  padding-top: 17px;
  padding-left: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.slider-item-inner .slider-item .slider-text {
  background-color: #383838;
}

.slider-item-inner .slider-item .slider-text-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  width: 250px;
  margin: 25px auto 27px auto;
  line-height: 1.3;
}

.slider-item-inner .slider-item .slider-text-link a {
  color: #fec5a3;
  font-size: 16px;
  font-weight: 600;
  margin-left: 27px;
}

/* ---------------------- Карточки с типами недвижимости ------------------------------ */

.types-property-wrapper {
  margin: 56px 0 70px 0;
  height: 300px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.types-property-wrapper .types-property-container {
  width: 1170px;
  background-color: #fff;
  -ms-grid-columns: (360px);
  grid-template-columns: repeat(3, 360px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.types-property-wrapper .types-property-container-item.suburban-property,
.types-property-wrapper .types-property-container-item.urban-property,
.types-property-wrapper .types-property-container-item.office-property {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -ms-grid-rows: 77px 168px 55px;
  grid-template-rows: 77px 168px 55px;
}

.types-property-container-item.suburban-property
  > .suburban-property-types
  > .suburban-property-types-item,
.types-property-container-item.urban-property
  > .urban-property-types
  > .urban-property-types-item,
.types-property-container-item.office-property
  > .office-property-types
  > .office-property-types-item {
  display: none;
}

.types-property-container-item.urban-property:hover
  > .urban-property-types
  > .urban-property-types-item,
.types-property-container-item.office-property:hover
  > .office-property-types
  > .office-property-types-item,
.types-property-container-item.suburban-property:hover
  > .suburban-property-types
  > .suburban-property-types-item {
  display: block;
}

.urban-property-header,
.office-property-header,
.suburban-property-header {
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  padding: 30px 0 0 20px;
  width: 240px;
  line-height: 1.2;
}

.urban-property-button,
.office-property-button,
.suburban-property-button {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-grid-columns: 145px 145px;
  grid-template-columns: 145px 145px;
}

.urban-property-button__buy,
.urban-property-button__rent,
.office-property-button__buy,
.office-property-button__rent,
.suburban-property-button__buy,
.suburban-property-button__rent {
  width: 145px;
  height: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d997fd),
    to(#ff965a)
  );
  background: linear-gradient(to right, #d997fd, #ff965a);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 0;
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
  text-decoration: none;
  text-align: center;
}

.urban-property-button__buy:hover,
.urban-property-button__rent:hover,
.office-property-button__buy:hover,
.office-property-button__rent:hover,
.suburban-property-button__buy:hover,
.suburban-property-button__rent:hover {
  background: #fff;
  color: #000;
  border: 1px solid #d88864;
}

.suburban-property-types {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (40px);
  grid-template-rows: repeat(2, 40px);
  padding-top: 20px;
}

.suburban-property-types-item > a {
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  text-decoration: none;
}

.urban-property-types {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (40px);
  grid-template-rows: repeat(2, 40px);
  padding-top: 20px;
}

.urban-property-types-item > a {
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  text-decoration: none;
}

.office-property-types {
  -ms-grid-columns: (1fr);
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (40px);
  grid-template-rows: repeat(2, 40px);
  padding-top: 20px;
}

.office-property-types-item > a {
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  text-decoration: none;
}

/* ---------------------- Карточки спецпредложений ------------------------------ */

.special-offer-wrapper {
  height: 810px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.special-offer-wrapper .special-offer {
  width: 1140px;
}

.special-offer-wrapper .special-offer__header {
  height: 75px;
  text-align: center;
  background-color: #fff;
}

.special-offer-wrapper .special-offer__header h2 {
  font-size: 36px;
  font-weight: 400;
  color: #383838;
  font-family: "Gotham Pro", serif;
  margin: 0;
}

.special-offer-wrapper .special-offer__other {
  text-align: center;
  height: 108px;
  padding-top: 30px;
}

.special-offer-wrapper .special-offer__other a {
  color: #413755;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #413755;
  text-decoration: none;
  line-height: 1;
}

.special-offer__price {
  -ms-grid-columns: (263px);
  grid-template-columns: repeat(4, 263px);
  -ms-grid-rows: (300px);
  grid-template-rows: repeat(2, 300px);
  grid-gap: 29px;
}

.special-offer__price-item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.special-offer__price-item:nth-child(1) .price-item-location {
  width: 475px;
}

.special-offer__price-item:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
}

.special-offer__price-item:nth-child(5) .price-item-location {
  width: 475px;
}

.special-offer__price-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.special-offer__price-item .price-item-location {
  background-color: #ededed;
  position: absolute;
  top: 38px;
  right: 0;
  height: 70px;
  width: 263px;
  opacity: 0.7;
  -ms-grid-rows: (1fr);
  grid-template-rows: repeat(2, 1fr);
}

.special-offer__price-item .price-item-location-address {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding-left: 10px;
}

.special-offer__price-item .price-item-location-district {
  color: #383838;
  font-weight: 400;
  color: #383838;
  line-height: 1;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  padding: 5px 0 0 10px;
}

.price-item-price {
  background-color: #d997fd;
  height: 70px;
  width: 263px;
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-grid-rows: (1fr);
  grid-template-rows: repeat(2, 1fr);
}

.price-item-price .price-type {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
  padding-right: 15px;
}

.price-item-price .price-rang {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
  padding-right: 15px;
}

/* ---------------------- Бонусы при обращение к нам ------------------------------ */

.bonus-wrapper {
  height: 575px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e4e4;
}

.bonus-wrapper .bonus-inner {
  height: 350px;
  width: 1170px;
}

.bonus-wrapper .triangle {
  width: 0;
  height: 0;
  border-left: 585px solid transparent;
  border-right: 585px solid transparent;
  border-top: 120px solid #e5e4e4;
  margin: 100px auto 0 auto;
}

.bonus-item__header-logo > img {
  width: 40px;
}

.bonus-header {
  height: 120px;
  background-color: #e5e4e4;
  text-align: center;
  padding-top: 45px;
}

.bonus-header span {
  font-size: 36px;
  font-weight: 400;
  font-family: "Gotham Pro", serif;
  color: #383838;
  line-height: 1;
}

.bonus-inner {
  -ms-grid-columns: (263px);
  grid-template-columns: repeat(4, 263px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bonus-inner .bonus-item {
  padding: 20px 0 0 15px;
  width: 263px;
  height: 350px;
  border-left: 3px solid #383838;
  background-color: #fff;
  -ms-grid-columns: 64px 158px;
  grid-template-columns: 64px 158px;
  -ms-grid-rows: 64px 200px;
  grid-template-rows: 64px 200px;
  grid-row-gap: 15px;
}

.bonus-inner .bonus-item__header-logo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bonus-inner .bonus-item__header-text {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.4;
}

.bonus-inner .bonus-item__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

/* ---------------------- С нами просто и надежно ------------------------------ */

.service-wrapper {
  height: 570px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 130px;
}

.service-wrapper .service {
  width: 1170px;
  margin-top: 40px;
}

.service-wrapper .service-logo {
  text-align: center;
}

.service-wrapper .service-logo-text {
  text-align: center;
  padding-bottom: 40px;
}

.service-wrapper .service-logo-text span {
  font-size: 36px;
  font-weight: 400;
  font-family: "Gotham Pro", serif;
  color: #383838;
  line-height: 1;
}

.service-bonus {
  -ms-grid-columns: (360px);
  grid-template-columns: repeat(3, 360px);
  -ms-grid-rows: (90px);
  grid-template-rows: repeat(2, 90px);
  grid-row-gap: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-bonus-item {
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
  width: 360px;
  height: 90px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d997fd),
    to(#ff965a)
  );
  background: linear-gradient(to right, #d997fd, #ff965a);
  -ms-grid-columns: 90px 250px;
  grid-template-columns: 90px 250px;
  grid-column-gap: 20px;
}

.service-bonus-item img {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.service-bonus-item span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.2;
}

.service-bonus-all {
  text-align: center;
  padding-top: 30px;
}

.service-bonus-all a {
  color: #413755;
  font-size: 18px;
  font-weight: 400;
  font-family: "Gotham Pro", serif;
}

/* ---------------------- Обращение ------------------------------ */

.appeal-wrapper {
  height: 695px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.appeal-wrapper .appeal {
  width: 1170px;
  border-top: 3px solid #383838;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.appeal-wrapper .appeal-text {
  width: 567px;
  position: absolute;
  right: 0;
  top: 0;
}

.appeal-wrapper .appeal-text::before {
  content: "";
  width: 3px;
  height: 520px;
  background-color: #383838;
  position: absolute;
  top: 0;
  right: 567px;
}

.appeal-wrapper .appeal-text h4 {
  width: 455px;
  line-height: 1.2;
  padding: 15px 0 15px 20px;
  background-color: #383838;
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 65px 0 30px 0;
}

.appeal-wrapper .appeal-text .apeal-text-text {
  width: 455px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 0 0 25px 20px;
}

.appeal-wrapper .appeal-text .signature {
  padding: 0 0 25px 20px;
}

/* ---------------------- Слайдер с отзывами ------------------------------ */

.about-slider-wrapper {
  height: 485px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #413755;
}

.about-slider-wrapper .about-slider {
  width: 1170px;
}

.about-slider-wrapper .about-slider-header {
  text-align: center;
  padding-top: 66px;
  height: 50px;
}

.about-slider-wrapper .about-slider-header span {
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
  font-family: "Gotham Pro", serif;
  line-height: 1;
}

.about-slider-main {
  width: 945px;
  height: 240px;
  background-color: #fff;
  -ms-grid-column-align: center;
  justify-self: center;
}

.about-slider-main-text {
  width: 945px;
  -ms-grid-column-align: center;
  justify-self: center;
  padding-left: 25px;
  padding-top: 20px !important;
  position: relative;
  height: 240px;
}

.about-slider-main-text span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
  display: inline-block;
}

.about-slider-main-text > span > p {
  margin: 5px 0px !important;
}

.about-slider-main-text .about-signature {
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ---------------------- Ответы на вопросы ------------------------------ */

.question-wrapper {
  height: 840px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e4e4;
}

.question-wrapper .question-inner {
  width: 1170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: end;
}

.question-wrapper .question-inner .question {
  height: 763px;
  width: 945px;
}

.question-header {
  height: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.question-header h5 {
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
}

.question-header .question-button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d997fd),
    to(#ff965a)
  );
  background: linear-gradient(to right, #d997fd, #ff965a);
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
  width: 390px;
  -ms-grid-columns: 55px 320px;
  grid-template-columns: 55px 320px;
  -ms-flex-line-pack: center;
  align-content: center;
  text-decoration: none;
  -ms-grid-column-align: end;
  justify-self: end;
}

.question-header .question-button img {
  -ms-grid-column-align: center;
  justify-self: center;
}

.question-header .question-button span {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

.fisrt-question,
.second-question {
  height: 300px;
}

.question-text {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 0;
  line-height: 1.2;
}

.answer-wrapper {
  -ms-grid-columns: 195px 750px;
  grid-template-columns: 195px 750px;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
}

.answer-wrapper .logo {
  background-repeat: no-repeat;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 102px;
  height: 200px;
}

.answer-wrapper .answer {
  background-color: #fff;
  position: relative;
}

.answer-wrapper .answer span {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  display: block;
  padding-left: 20px;
}

.answer-wrapper .answer span:nth-child(1) {
  padding-top: 22px;
  padding-bottom: 15px;
}

.answer-wrapper .answer span:nth-child(2) {
  padding-bottom: 22px;
}

.answer-wrapper .answer::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 20px solid transparent;
  left: -19px;
  top: 30px;
}

.all-question {
  text-align: center;
  padding-top: 35px;
}

.all-question a {
  color: #413755;
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 18px;
}

/* ---------------------- Наши партнеры ------------------------------ */

.partners-wrapper {
  height: 345px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #413755;
}

.partners-wrapper .partners {
  width: 1170px;
}

.partners-wrapper .partners-header {
  padding-top: 40px;
  text-align: center;
}

.partners-wrapper .partners-header span {
  font-size: 30px;
  font-weight: 700;
  font-family: "Gotham Pro", serif;
  color: #ffffff;
  line-height: 1;
}

.partners-wrapper .partners-slider {
  width: 945px;
  height: 240px;
  padding: 49.5px 0;
  -ms-grid-column-align: center;
  justify-self: center;
}

.partners-wrapper .partners-slider-item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 189px;
  height: 141px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ---------------------- Форма ------------------------------ */

.form-wrapper {
  height: 465px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.form-wrapper .form {
  width: 945px;
  height: 350px;
  background-color: #383838;
}

.form-wrapper .form-header {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding-top: 20px;
  padding-left: 20px;
  width: 637px;
  border-right: 3px solid #f7935f;
}

form {
  -ms-grid-columns: (285px);
  grid-template-columns: repeat(3, 285px);
  -ms-grid-rows: (45px);
  grid-template-rows: repeat(3, 45px);
  grid-gap: 20px;
  padding: 30px 22px 0 22px;
}

form input {
  color: #f7935f;
  border: 1px solid #f7935f;
  padding-left: 10px;
  background-color: #fff;
}

form input::-webkit-input-placeholder {
  color: #f7935f;
}

form input:-ms-input-placeholder {
  color: #f7935f;
}

form input::-ms-input-placeholder {
  color: #f7935f;
}

form input::placeholder {
  color: #f7935f;
}

form textarea::-webkit-input-placeholder {
  color: #f7935f;
}

form textarea:-ms-input-placeholder {
  color: #f7935f;
}

form textarea::-ms-input-placeholder {
  color: #f7935f;
}

form textarea::placeholder {
  color: #f7935f;
}

.button-1 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d997fd),
    to(#ff965a)
  );
  background: linear-gradient(to right, #d997fd, #ff965a);
  height: 40px;
  width: 335px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.form-wrapper > .form form > p {
  width: 285px;
  height: 45px;
  display: inline-block;
  margin: 0 7px;
}

.form-wrapper > .form form p:nth-child(2) {
  margin-left: 0;
}

.form-wrapper > .form form p:nth-child(4) {
  margin-right: 0;
}

.form-wrapper > .form form p:nth-child(5) {
  margin: 0;
  margin-top: 20px;
  width: 890px;
  height: 110px;
}

.form-wrapper > .form form p:nth-child(6) {
  margin: 0;
  width: 335px;
}

.form-wrapper > .form form > p > span {
  width: 285px;
  height: 45px;
  display: block;
}

.form-wrapper > .form form > p > span > textarea.textarea-1 {
  padding: 15px 0 0 10px;
  height: 110px;
  width: 890px;
  resize: none;
  border: 1px solid #f7935f;
}

input.your-name-1, input.your-phone-1, input.your-mail-1 {
  width: 285px;
  height: 45px;
}

/* ---------------------- Список недвижимости перед футером ------------------------------ */

.about-footer-wrapper {
  height: 380px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e4e4;
}

.about-footer-wrapper .about-footer-inner {
  background-color: #e5e4e4;
  width: 1170px;
  padding: 50px 112px 0 15px;
}

.about-footer-wrapper .about-footer-inner .about-footer {
  width: 1043px;
  height: 220px;
  -ms-grid-columns: 165px 263px 262px 263px;
  grid-template-columns: 165px 263px 262px 263px;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
  grid-gap: 30px;
}

.about-footer-wrapper .about-footer-inner .about-footer-logo {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.urban-header,
.suburban-header,
.office-header {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  color: #383838;
  font-weight: 700;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.urban-types,
.suburban-types,
.office-types {
  color: #383838;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}

/* ---------------------- Футер ------------------------------ */

.footer-section {
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #413755;
}

.footer-section .footer {
  width: 1140px;
  -ms-grid-columns: 263px 263px 195px;
  grid-template-columns: 263px 263px 195px;
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-phone-inner {
  width: 263px;
  height: 77px;
  margin-top: 30px;
  background-color: #847e90;
}

.footer-phone-inner a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: "Gotham Pro", serif;
  padding-left: 10px;
  line-height: 1;
}

.footer-phone-inner .footer-number {
  font-size: 26px;
  color: #ffffff;
  padding-left: 10px;
  line-height: 1.75;
}

.footer__country span {
  font-weight: 400;
  font-size: 18px;
  color: #9f9aa8;
  padding-top: 25px;
  margin-bottom: 25px;
}

.footer__country span a {
  color: #fec5a3;
  text-decoration: none;
  border-bottom: 1px dotted #fec5a3;
}

.footer__address {
  -ms-grid-columns: 20px 350px;
  grid-template-columns: 20px 350px;
  margin-top: 50px;
}

.footer__address span {
  font-weight: 400;
  font-size: 18px;
  color: #9f9aa8;
}

.footer__address span a {
  text-decoration: none;
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  margin-right: 10px;
}

.footer__country > span {
  font-weight: 400;
  font-size: 18px;
  color: #9f9aa8;
  line-height: 1;
}

.footer__country > span > select {
  font-size: 18px;
  background-color: transparent;
  border: 0;
  margin: 0 0 10px 5px;
  padding-left: 5px;
  color: #fec5a3;
  border-bottom: 1px dotted #fec5a3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer__country__address {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 15px;
}

.footer__country__address > span {
  color: #9f9aa8;
  font-size: 16px;
  font-weight: 400;
}

.footer__country__address > span > img {
  margin-right: 5px;
}

.footer__country__address > span > a {
  text-decoration: none;
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.partners-slider-item > img {
  display: inline-block !important;
  margin: auto;
  width: 80%;
}

.partners-slider-item {
  display: flex !important;
  align-items: center;
}


































/* -=------------------------------- WooCommerce ---------------------- */


.site-main {
	width: 1170px;
	margin: 0 auto;
}

.woocommerce-breadcrumb > a {
	color: #da6f32;
}

.woocommerce-breadcrumb {
	color: #da6f32;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', serif;
	margin-bottom: 35px;
}

.products {
	display: inline-block;
}

.products.columns-2 {
	margin-bottom: 900px;
}

.products.tab-1 > li.product {
	height: 78.25px;
	width: 1140px;
	display: grid;
	grid-template-columns: 1140px;
	align-content: center;
	margin-left: 15px;
}

.products.tab-1 > li.product > a {
	text-decoration: none;
}

.product:nth-child(2n) {
	background-color: #e8e8e8;
}

.product:nth-child(2n+1) {
	background-color: #F0D9F7;
}

.woocommerce-LoopProduct-link {
	display: grid;
	align-content: center;
	grid-template-columns: 98px 98px 122px 230px 158px 130px 134px 170px;
}

.woocommerce-LoopProduct-link > img {
	grid-column: 7;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 90px;
	height: 65px;
	border: 3px solid #D997FD;
	text-decoration: none;
	justify-self: center;
}

.woocommerce-LoopProduct-link > div {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-align: center;
	align-self: center;
	line-height: 1;
}

.woocommerce-loop-product__title {
	display: none;
}

.ajax_add_to_cart {
	display: none !important;
}

.type_1 {
	grid-column: 1;
	grid-row: 1;
}

.area_1 {
	grid-row: 1;
	grid-column: 2;
}

.floor_1 {
	grid-row: 1;
	grid-column: 3;
	font-weight: 400 !important;
}

.geography_1 {
	grid-row: 1;
	grid-column: 4;
	font-weight: 400 !important;
}

.price {
	grid-row: 1;
	grid-column: 5;
	display: flex;
	align-self: center;
	justify-self: center;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.price_per_meter_1 {
	grid-row: 1;
	grid-column: 6;
	font-weight: 400 !important;
}

.book {
	grid-column: 8;
	grid-row: 1;
	color: #da6f32 !important;
	text-decoration: underline;
}

.product-category {
	width: 320px !important;
	height: 350px !important;
	background-color: transparent !important;
	margin: 0 35px !important;
}

.product-category > a {
	width: 300px;
	height: 350px;
	margin: 0 10px !important;
}

.product-category > a > img {
	width: 300px;
	height: 300px;
}

.product-category > a > h2 {
	margin: 0 !important;
	line-height: 1.4;
	color: #000000;
	font-weight: 700;
	font-family: 'Montserrat', serif;
	font-size: 25px;
}

.product-category > a > h2 > mark {
	display: none;
}

.specification {
	width: 360px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.first-column {
	color: #da6f32;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', serif;
	justify-self: start;
}

.second-column {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', serif;
	justify-self: start;
}

.woocommerce-product-gallery {
	width: 1170px;
	height: 550px;
	padding: 0 82.5px !important;
	position: relative;
}

.woocommerce-product-gallery::before {
	content: ' ';
	position: absolute;
	top: 13px;
	height: 3px;
	width: 1005px;
	background-color: #383838;
}

.woocommerce-product-gallery::after {
	content: ' ';
	position: absolute;
	top: 13px;
	left: 577px;
	height: 200px;
	width: 3px;
	z-index: 99;
	background-color: #383838;
}


.quantity,
.emoji {
	display: none;
}

.woocommerce-products-header__title {
	margin-top: 0 !important;
	display: none;
}

.woocommerce-result-count {
	display: none;
}

.summary.entry-summary >.spec {
	width: 360px;
	margin-left: 680px;
}

.woocommerce-loop-category__title {
	line-height: 1.4;
}

.summary {
	width: 1170px;
	background-color: #fff;
	padding-right: 82.5px;
}

.flex-viewport {
	width: 1005px;
	height: 550px !important;
}

.flex-control-nav {
	display: none;
}

.flex-nav-next, .flex-nav-prev {
	list-style: none;
	background-color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #000;
	font-size: 0;
	top: -320px;
	position: relative;
}

.flex-nav-prev {
	left: -102px;
}

.flex-nav-next {
	top: -362px;
	right: -974px;
}

.flex-next, .flex-nav-prev > a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.flex-nav-next::before, .flex-nav-prev::before {
	content: '→';
	position: absolute;
	top: -3.5px;
	left: 11.5px;
	line-height: 1;
	font-size: 50px;
	color: #000;
}

.flex-nav-prev {
	transform: rotate(180deg);
}

.woocommerce-product-gallery__image > a > img {
	width: 1005px !important;
	height: 550px !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.flex-viewport > .woocommerce-product-gallery__wrapper > .clone {
	width: 965px !important;
}

.summary.entry-summary > .first-block-cart {
	background-color: #383838;
	width: 457px;
	height: 140px;
	font-family: 'Gotham Pro', serif;
	font-size: 18px;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 75px;
	left: 123px;
	z-index: 99;
}

.summary.entry-summary > .first-block-cart > .col-vo, .distr {
	padding-right: 17px;
	display: inline-block;
}

.summary.entry-summary > .first-block-cart > .col-vo {
	padding-top: 20px;
	line-height: 1;	
	font-size: 30px;
}

.summary.entry-summary > .price-block {
	position: absolute;
	top: 127px;
	left: 580px;
	background-color: #d997fd;
	width: 294px;
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 15px;
}

.summary.entry-summary > .price {
	top: 75px;
	left: 580px;
	position: absolute;
	background-color: #d997fd;
	width: 294px;
	margin: 0;
	font-weight: 700;
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}

.summary.entry-summary > .price > span {
	text-align: right;
	display: inline-block;
	width: 294px;
}

.product_title {
	display: none;
}

.summary.entry-summary > .spec > .specification:nth-child(1) {
	padding-top: 100px;
}

.summary.entry-summary .tabs {
	display: none;
}

.summary.entry-summary .woocommerce-Tabs-panel, .summary.entry-summary .woocommerce-tabs {
	position: absolute;
	width: 550px;
	top: 285px;
	font-size: 16px;
	margin-left: 55px;
}

.summary.entry-summary .woocommerce-Tabs-panel > h2 {
	font-family: 'Gotham Pro', serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 5px !important;
}

.cart, .product_meta {
	display: none;
}

.summary.entry-summary > .related {
	text-align: center;
	margin-top: 50px;
	width: 1170px;
}

.summary.entry-summary > .related > h2 {
	font-family: 'Gotham Pro', serif;
	color: #383838;
	font-size: 24px;
	font-weight: 400;
}

.summary.entry-summary > .related > ul {
	display: grid;
	width: 1140px;
	grid-template-columns: repeat(3, 360px);
	grid-template-rows: 276px;
	justify-content: space-around;
	margin: 0 auto;
}

.summary.entry-summary > .related > ul > li {
	height: 276px;
	width: 360px;
	background-color: transparent !important;
	z-index: 0;


}

.summary.entry-summary > .related > ul > li > a {
	display: block;
	width: 360px;
	height: 276px;
	position: relative;
}

.summary.entry-summary > .related > ul > li > a > img {
	width: 360px;
	height: 276px;
	z-index: -10;
	border: 3px solid #383838;
	position: absolute;
}

.summary.entry-summary > .related > ul > li > a > .woocommerce-loop-product__title {
	display: none;
}

.summary.entry-summary > .related > ul > li > a > .book {
	display: none;
}

.summary.entry-summary > .related > ul > li > a > .price,
.summary.entry-summary > .related > ul > li > a > .area_1, 
.summary.entry-summary > .related > ul > li > a > .type_1,
.summary.entry-summary > .related > ul > li > a > .floor_1,
.summary.entry-summary > .related > ul > li > a > .geography_1,
.summary.entry-summary > .related > ul > li > a > span,
.summary.entry-summary > .related > ul > li > a > .price_per_meter_1 {
	z-index: 10 !important;
	position: absolute;
}

.summary.entry-summary > .related > ul > li > a > .price  {
	font-size: 24px;
	font-weight: 700;
	left: 3px !important;
	bottom: 37px;
	padding-bottom: 3px;
	height: 35px;
	width: 263px;
	background-color: #d997fd;
	color: #fff;
}

.summary.entry-summary > .related > ul > li > a > .price > .woocommerce-Price-amount {
	text-align: right;
	display: inline-block;
	width: 263px;
	padding-right: 15px;
}

.summary.entry-summary > .related > ul > li > a > .price_per_meter_1 {
	bottom: 3px;
	left: 3px;
	height: 34px;
	background-color: #d997fd;
	font-size: 16px;
	font-weight: 700 !important;
	padding-right: 15px;
	width: 263px;
	color: #fff;
	text-align: right;
}

.summary.entry-summary > .related > ul > li > a > .area_1, 
.summary.entry-summary > .related > ul > li > a > .type_1,
.summary.entry-summary > .related > ul > li > a > .geography_1 {
	background-color: #000;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700 !important;
	opacity: 0.5;
}

.summary.entry-summary > .related > ul > li > a > .type_1 {
	width: 70px;
	height: 40px;
	top: 3px;
	left: 3px;
	padding-top:10px;
}

.summary.entry-summary > .related > ul > li > a > .area_1 {
	height: 40px;
	width: 284px;
	text-align: left;
	top: 3px;
	left: 73px;
	padding-top:10px;
}


.summary.entry-summary > .related > ul > li > a > .floor_1 {
	display: none;
}

.summary.entry-summary > .related > ul > li > a > .geography_1 {
	top: 43px;
	left: 3px;
	width: 354px;
	padding: 5px 0 10px 7px;
	text-align: left;
}


.booking-wrapper {
	width: 500px;
	margin-top: 50px;
}
.booking-wrapper > button.booking {
	background: linear-gradient(to right, #D997FD, #FF965A);
	height: 40px;
	width: 330px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	border: 0;	
}

.woocommerce-pagination {
	padding-top: 50px;
}

.woocommerce-pagination > .page-numbers {
	padding: 0;
	margin: 0;
	list-style: none;
}

.realtor-wrapper {
	width: 360px;
	height: 180px;
	margin-top: 35px;
	grid-template-columns: 260px 100px;
	grid-template-rows: 120px 60px;
}

.realtor-header {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	padding-right: 20px;
}

.realtor-name {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	padding-right: 20px;
}

.realtor-image {
	background-repeat: no-repeat;
	background-position: top;
}

.realtor-number-wrapper {
	height: 20px;
	text-align: right;
}

.realtor-number-wrapper > .phone-number {
	color: #da6f32;
	font-weight: 700;
	font-size: 18px;
	height: 20px;
	padding-right: 20px;
}

.realtor-button {
	background: linear-gradient(to right, #D997FD, #FF965A);
	grid-column: 1 / 3;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}

.woocommerce-pagination {
	height: 30px;
	display: grid;
	grid-template-columns: 85px 575px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Gotham Pro', serif;
	color: #000000;
	padding-bottom: 50px;
}

.woocommerce-pagination > ul.page-numbers > li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}

.woocommerce-pagination > ul.page-numbers > li > .page-numbers.dots {
	display: none !important;
}

.woocommerce-pagination > ul.page-numbers > li {
	align-self: center;
	justify-self: center;
}

.woocommerce-pagination > ul.page-numbers > li > a {
	color: #da6f32;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Gotham Pro', serif;
	text-decoration: none;
}


.woocommerce-pagination > ul.page-numbers > li > span.page-numbers.current {
	background-color: #da6f32;
	font-weight: 700;
	padding: 4px 10.5px;
}




















/*--------------------------------- Всплывающие формы----------------------------------- */

.pum-title.popmake-title {
  font-weight: 700 !important;
  padding-left: 22px !important;
}

.pum-content.popmake-content > div > form {
  padding-top: 0 !important;
}

.pum-content.popmake-content > div > form > p > input {
  font-size: 18px !important;
  font-weight: 700 !important;
  border: 0 !important;
  width: 200px !important;
  height: 40px !important;
  background: linear-gradient(to right, #d997fd, #ff965a);
  color: #ffffff !important;
}

.pum-content.popmake-content > div > form > p > input:hover {
  background: #fff !important;
  color: #000000 !important;
}

.pum-content.popmake-content > div > form > p > label {
  font-size: 18px !important;
}

.pum-content.popmake-content > div > form > p > label > span > input {
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 5px;
}

.pum-content.popmake-content
  > div
  > form
  > p
  > label
  > span
  > input::placeholder {
  font-size: 16px !important;
}

.pum-content.popmake-content > div > form > p > label > span > textarea {
  height: 250px !important;
  width: 369px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 5px;
  padding-top: 5px !important;
  resize: none !important;
  border: 1px solid #da6f32;

}

.pum-content.popmake-content
  > div
  > form
  > p
  > label
  > span
  > textarea::placeholder {
  font-size: 16px !important;
  font-family: "Montserrat", serif;
}

input[placeholder] {
  text-overflow: ellipsis !important;
}
input::-moz-placeholder {
  text-overflow: ellipsis !important;
}
input:-moz-placeholder {
  text-overflow: ellipsis !important;
}
input:-ms-input-placeholder {
  text-overflow: ellipsis !important;
}

/* --------------------------------Капча-------------------------- */

.grecaptcha-badge {
  display: none !important;
}

.search-wrapper {
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-wrapper .search-inner {
  width: 1170px;
  padding-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 3px solid #7c616c;
  position: relative;
}

.aside-wrapper {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.aside-wrapper ul {
  margin: 0;
  padding-left: 15px;
}

.aside-wrapper ul li {
  display: inline;
  margin-right: 7px;
}

.aside-wrapper ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #da6f32;
  line-height: 1;
}

.aside-wrapper ul li:before {
  content: "→";
  color: #da6f32;
  margin-right: 7px;
}

.aside-wrapper ul li:nth-child(1) {
  list-style-type: none;
}

.aside-wrapper ul li:nth-child(1):before {
  content: "";
}

.main-search-wrapper {
  border-top: 3px solid #7c616c;
}

.main-search-wrapper .main-search-header {
  background-color: #383838;
  height: 81px;
  width: 457px;
  margin: 63px 0 0 113px;
  border-bottom: 3px solid #383838;
  position: relative;
  text-align: right;
  margin-bottom: 50px;
}

.main-search-wrapper .main-search-header:before {
  content: " ";
  position: absolute;
  background-color: #383838;
  width: 3px;
  height: 144px;
  right: 0;
  bottom: 0;
}

.main-search-wrapper .main-search-header > span {
  font-size: 30px;
}

.main-search-wrapper .main-search-header > span > select {
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 215px;
  margin-right: 7px;
  text-align: right;
}

.main-search-wrapper .main-search-header > span > select:nth-child(1) > optin {
  direction: rtl;
}

.main-search-wrapper .main-search-header > span > select > option {
}

.main-search-form {
  width: 945px;
  height: 326px;
  border: 3px solid #383838;
  -ms-grid-column-align: center;
  justify-self: center;
}

.main-search-form form.search {
  position: relative;
  padding: 20px 0 0 20px;
  -ms-grid-rows: (36px);
  grid-template-rows: repeat(6, 36px);
  -ms-grid-columns: 920px;
  grid-template-columns: 920px;
  grid-row-gap: 14px;
}

.main-search-form form.search span,
.main-search-form form.search label,
.main-search-form form.search input {
  color: #000;
  font-family: "Gotham Pro", serif;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}

.main-search-form form.search input {
  background-color: #e8e8e8;
}

.main-search-form form.search label {
  cursor: pointer;
}

.street-wrapper #street {
  margin-left: 18px;
  height: 36px;
  width: 488px;
  margin-right: 40px;
}

.street-wrapper #buy,
.street-wrapper #rent {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.street-wrapper #rent {
  margin-left: 18px;
}

.number-of-rooms-wrapper div {
  background-color: #e8e8e8;
  padding: 5px;
  padding-right: 15px;
  height: 36px;
  margin-left: 11px;
  margin-right: 4px;
}

.number-of-rooms-wrapper div label {
  margin-left: 1px;
}

.number-of-rooms-wrapper div input {
  height: 18px;
  width: 18px;
  margin: 0;
}

.area-budget-wrapper .area-wrapper .place {
  margin-right: 12px;
}

.area-budget-wrapper .area-wrapper label {
  margin-right: 15px;
}

.area-budget-wrapper .area-wrapper label:nth-child(5) {
  margin-left: 10px;
  margin-right: 10px;
}

.area-budget-wrapper .area-wrapper input {
  width: 107px;
  height: 35px;
  margin-right: 7px;
}

.area-budget-wrapper .budget-wrapper {
  margin-left: 40px;
}

.area-budget-wrapper .budget-wrapper input {
  width: 120px;
  height: 35px;
  margin-right: 5px;
  margin-left: 7px;
}

.area-budget-wrapper .budget-wrapper label {
  margin-left: 10px;
}

.use-button {
  border: 0;
  -ms-grid-column-align: center;
  justify-self: center;
  cursor: pointer;
  background: linear-gradient(to right, #d997fd, #ff965a);
  height: 40px;
  width: 335px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
}

.filter-wrapper {
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-wrapper .filter-inner {
  width: 1140px;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 100px 148px 45px 45px 75px 85px 91px 68px;
  grid-template-columns: 100px 148px 45px 45px 75px 85px 91px 68px;
  grid-column-gap: 15px;
}

.filter-wrapper .filter-inner > * {
  -ms-grid-column-align: start;
  justify-self: start;
}

.filter-wrapper .filter-inner .filter,
.filter-wrapper .filter-inner .show {
  font-family: "Gotham Pro", serif;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.filter-wrapper .filter-inner > button {
  background-color: transparent;
  border: 0;
  font-family: "Gotham Pro", serif;
  font-size: 14px;
  font-weight: 400;
  color: #da6f32;
  padding: 0;
}

.filter-wrapper .filter-inner > button span {
  border-bottom: 1px dotted #da6f32;
  cursor: pointer;
}

.filter-wrapper .filter-inner > select {
  background-color: #e8e8e8;
  width: 68px;
  height: 30px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.main-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-wrapper .main-inner {
  width: 1140px;
  display: block;
}

.main-wrapper .main-inner .main-inner-header {
  background-color: #383838;
  height: 60px;
  -ms-grid-columns: 98px 98px 122px 230px 158px 130px 134px 170px;
  grid-template-columns: 98px 98px 122px 230px 158px 130px 134px 170px;
  margin: 15px;
  width: 1140px;
}

.main-wrapper .main-inner .main-inner-header > span {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-wrapper .main-inner .main-inner-item {
  -ms-grid-columns: 98px 98px 132px 220px 148px 160px 154px 140px;
  grid-template-columns: 98px 98px 132px 220px 148px 160px 154px 140px;
}

.main-wrapper .main-inner .main-inner-item > * {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-wrapper .main-inner .main-inner-item div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 65px;
  border: 3px solid #d997fd;
}

.main-wrapper .main-inner .main-inner-item > span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.main-wrapper .main-inner .main-inner-item > span:nth-child(3),
.main-wrapper .main-inner .main-inner-item span:nth-child(4),
.main-wrapper .main-inner .main-inner-item span:nth-child(6) {
  font-weight: 400;
}

.main-wrapper .main-inner .main-inner-item:nth-child(2n) {
  background-color: #e8e8e8;
}

.main-wrapper .main-inner .main-inner-item:nth-child(2n + 1) {
  background-color: #f0d9f7;
}

.button-next-prev-wrapper {
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 60px 0;
}

.button-next-prev-wrapper .button-next-prev-inner {
  width: 685px;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 76px 75px 95px 15px 15px 15px 15px 15px 95px 65px;
  grid-template-columns: 76px 75px 95px 15px 15px 15px 15px 15px 95px 65px;
  grid-column-gap: 20px;
}

.button-next-prev-wrapper .button-next-prev-inner > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.button-next-prev-wrapper .button-next-prev-inner span {
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.button-next-prev-wrapper .button-next-prev-inner button {
  font-family: "Gotham Pro", serif;
  font-weight: 400;
  font-size: 14px;
  color: #da6f32;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.button-next-prev-wrapper .button-next-prev-inner button > span {
  border-bottom: 1px dotted #da6f32;
  color: #da6f32;
}

.urban-class-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1000px;
}

.urban-class-wrapper .urban-class-inner {
  width: 1170px;
  -ms-grid-columns: (360px);
  grid-template-columns: repeat(3, 360px);
  -ms-grid-rows: (300px);
  grid-template-rows: repeat(2, 300px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-gap: 30px;
}

.urban-class-wrapper .urban-class-inner .urban-class-item {
  text-decoration: none;
}

.urban-class-wrapper .urban-class-inner .urban-class-item .urban-class-header {
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  padding: 60px 20px 0 20px;
  line-height: 1.2;
}

.option-wrapper {
  height: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.option-wrapper .option-inner {
  width: 1170px;
}

.option-wrapper .option-inner a {
  text-decoration: none;
}

.main-wrapper-second {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-wrapper-second .main-inner-second {
  width: 1170px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-grid-columns: (360px);
  grid-template-columns: repeat(3, 360px);
  -ms-grid-rows: (300px);
  grid-template-rows: repeat(5, 300px);
}

.main-wrapper-second .main-inner-second .main-inner-item-second {
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-wrapper-second .main-inner-second .main-inner-item-second > * {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
}

.main-wrapper-second .main-inner-second .main-inner-item-second div {
  background-color: #000000;
  opacity: 0.7;
  height: 35px;
  padding-top: 10px;
}

.first-blog-wrapper,
.second-blog-wrapper,
.third-blog-wrapper,
.first-company-wrapper,
.second-company-wrapper,
.third-company-wrapper,
.first-vacancy-wrapper,
.second-vacancy-wrapper,
.third-vacancy-wrapper,
.first-contact-wrapper,
.second-contact-wrapper,
.third-contact-wrapper {
  width: 1170px;
  margin: 0 auto;
}

.first-blog-header,
.second-blog-header,
.third-blog-header,
.first-company-header,
.second-company-header,
.third-company-header,
.first-contact-header,
.second-contact-header,
.third-contact-header,
.first-vacancy-header,
.second-vacancy-header,
.third-vacancy-header {
  margin-top: 30px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 22px;
}

.first-blog-text,
.second-blog-text,
.third-blog-text,
.first-company-text,
.second-company-text,
.third-company-text,
.first-contact-text,
.second-contact-text,
.third-contact-text,
.first-vacancy-text,
.second-vacancy-text,
.third-vacancy-text {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 18px;
}

.tabs-wrapper {
  position: absolute;
  z-index: 99;
  width: 450px;
  height: 40px;
  top: 97px;
  left: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}

.inner-tabs {
  display: grid;
  grid-template-columns: 25px 125px;
  align-content: center;
  cursor: pointer;
}

.tabs-image-1,
.tabs-image-2,
.tabs-image-3 {
  width: 50px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
}

.tabs-image-1 > img,
.tabs-image-2 > img,
.tabs-image-3 > img {
  height: 25px;
  width: 25px;
  margin: 7.5px 0;
}

.tabs-text-1,
.tabs-text-2,
.tabs-text-3 {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding-left: 10px;
  align-self: center;
  margin-left: 10px;
}

.inner-tabs.active {
  background-color: #fff;
}

.woocommerce-ordering {
  display: none;
}

.woocommerce-ordering.active {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 20px;
}

.main-wrapper {
  display: none;
}

.main-wrapper.active {
  display: block;
}

.map {
  display: none;
}

.map.active {
  display: block;
  width: 1170px;
  margin: 25px auto;
}

.map-contact {
  display: block;
  width: 1170px;
  margin: 50px auto;
}

.woocommerce-pagination.active.tab-1.tab-2 {
  display: grid;
}

.woocommerce-pagination.tab-1.tab-2 {
  display: none;
}

.products.tab-1.active,
.products.tab-2.active {
  display: inline-block;
}

.products.tab-1 {
  display: none;
}

.site-main > .products.tab-1.tab-2.active {
  display: inline-block;
}

.site-main > .products.tab-1.tab-2.active {
  display: grid;
  width: 1140px;
  grid-template-columns: repeat(3, 360px);
  justify-content: space-around;
  margin: 0 auto;
}

.site-main > .products.tab-1.tab-2.active > li {
  height: 276px;
  width: 360px;
  background-color: transparent !important;
  z-index: 0;
  margin: 0;
  margin-bottom: 30px;
}

.site-main > .products.tab-1.active > li.disable {
  display: none !important;
}

.site-main > .products.tab-1.tab-2.active > li > a {
  display: block;
  width: 360px;
  height: 276px;
  position: relative;
}

.site-main > .products.tab-1.tab-2.active > li > a > img {
  width: 360px;
  height: 276px;
  z-index: -10;
  border: 3px solid #383838;
  position: absolute;
}

.site-main
  > .products.tab-1.tab-2.active
  > li
  > a
  > .woocommerce-loop-product__title {
  display: none;
}

.site-main > .products.tab-1.tab-2.active > li > a > .book {
  display: none;
}

.site-main > .products.tab-1.tab-2.active > li > a > .price,
.site-main > .products.tab-1.tab-2.active > li > a > .area_1,
.site-main > .products.tab-1.tab-2.active > li > a > .type_1,
.site-main > .products.tab-1.tab-2.active > li > a > .floor_1,
.site-main > .products.tab-1.tab-2.active > li > a > .geography_1,
.site-main > .products.tab-1.tab-2.active > li > a > span,
.site-main > .products.tab-1.tab-2.active > li > a > .price_per_meter_1 {
  z-index: 10 !important;
  position: absolute;
}

.site-main > .products.tab-1.tab-2.active > li > a > .price {
  font-size: 24px;
  font-weight: 700;
  left: 3px !important;
  bottom: 37px;
  padding-bottom: 3px;
  height: 35px;
  width: 263px;
  background-color: #d997fd;
  color: #fff;
}

.site-main
  > .products.tab-1.tab-2.active
  > li
  > a
  > .price
  > .woocommerce-Price-amount {
  text-align: right;
  display: inline-block;
  width: 263px;
  padding-right: 15px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .price_per_meter_1 {
  bottom: 3px;
  left: 3px;
  height: 34px;
  background-color: #d997fd;
  font-size: 16px;
  font-weight: 700 !important;
  padding-right: 15px;
  width: 263px;
  color: #fff;
  text-align: right;
}

.site-main > .products.tab-1.tab-2.active > li > a > .area_1,
.site-main > .products.tab-1.tab-2.active > li > a > .type_1,
.site-main > .products.tab-1.tab-2.active > li > a > .geography_1 {
  background-color: #000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700 !important;
  opacity: 0.5;
}

.site-main > .products.tab-1.tab-2.active > li > a > .type_1 {
  width: 70px;
  height: 40px;
  top: 3px;
  left: 3px;
  padding-top: 10px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .area_1 {
  height: 40px;
  width: 284px;
  text-align: left;
  top: 3px;
  left: 73px;
  padding-top: 10px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .floor_1 {
  display: none;
}

.site-main > .products.tab-1.tab-2.active > li > a > .geography_1 {
  top: 43px;
  left: 3px;
  width: 354px;
  padding: 5px 0 10px 7px;
  text-align: left;
}

.orderby-link {
  color: #da6f32;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", serif;
  text-decoration: none;
  border-bottom: 1px dotted #da6f32;
  margin: 0 15px;
}

.woof_checkbox_count,
.woof_radio_count {
  display: none !important;
}

.header-line__address > span > a,
.footer__address > span > a {
  display: none;
}

input.header-input {
  position: relative;
  font-size: 18px;
  padding-left: 60px;
  font-weight: 400;
  color: #898491;
  background-color: #dfdfdf;
  border: 0;
}

label.header-loop {
  position: absolute;
  margin: 20px;
  top: 200px;
  z-index: 1;
}

label.header-loop:before {
  content: url(../img/loop.png);
  top: 167px;
}

.header-line__address {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-right: 15px;
}

.header-line__address span {
  color: #9f9aa8;
  font-size: 16px;
  font-weight: 400;
}

.header-line__address span img {
  margin-right: 5px;
}

.header-line__address span a {
  text-decoration: none;
  color: #fec5a3;
  border-bottom: 1px solid #fec5a3;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.main-search-wrapper .main-search-header > span > select { 
    width: 370px;
}

.main-search-wrapper .main-search-header > span > select > option {
    color: #000;
    font-size: 20px;
}

.service-bonus-item > picture {
    display: grid;
}

.service-bonus-item > picture > img {
    align-self: start;
}


/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  /* ---------------------- Линия в шапке ------------------------------ */

  .header-line {
    width: 1070px;
  }

  .header-line__country > span {
    font-size: 17px;
  }

  .header-line__country > span > select {
    font-size: 17px;
  }

  /* ---------------------- Часть шапки с лооготипом ------------------------------ */

  .header-info {
    width: 1040px;
    -ms-grid-columns: 230px 582px 229px;
    grid-template-columns: 230px 582px 229px;
  }

  /* ---------------------- Часть шапки с лооготипом - Логотип ------------------------------ */

  .header-info__logo-block .logo {
    width: 230px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Меню ------------------------------ */

  .menu > ul > li > a {
    font-size: 17px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Поиск ------------------------------ */

  .header-search-area {
    font-size: 17px;
    width: 582px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - расширенный поиск ------------------------------ */

  .global-search a span {
    font-size: 17px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с номерои телефона ------------------------------ */

  .header-info__phone-block {
    -ms-grid-columns: 229px;
    grid-template-columns: 229px;
  }

  .header-info__phone-block .request-item1 {
    font-size: 17px;
  }

  .header-info__phone-block .request-item2 {
    font-size: 17px;
  }

  .request-item1,
  .request-item2 {
    font-size: 17px;
    grid-template-columns: 20px 150px;
  }

  .request-item1 > span,
  .request-item2 > span {
    width: 150px;
  }

  .header-info__phone-block .phone-number .number {
    font-size: 23px;
  }

  .header-info__phone-block .phone-number .mail {
    font-size: 17px;
  }

  /* ---------------------- Слайдер под шапкой ------------------------------ */

  .slider-wrapper .slider {
    width: 1070px;
  }
  .slider-item-inner .slider-item {
    -ms-grid-columns: 813px 257px;
    grid-template-columns: 813px 257px;
  }
  .slider-item-inner .slider-item .slider-photo-text {
    font-size: 22px;
    width: 505px;
  }

  .slider-item-inner .slider-item .slider-text-text {
    font-size: 22px;
    width: 200px;
  }

  .slider-item-inner .slider-item .slider-text-link a {
    font-size: 15px;
  }

  /* ---------------------- Карточки с типами недвижимости ------------------------------ */

  .types-property-wrapper .types-property-container {
    width: 1070px;
    -ms-grid-columns: (330px);
    grid-template-columns: repeat(3, 330px);
  }

  .urban-property-header,
  .office-property-header,
  .suburban-property-header {
    font-size: 22px;
  }

  .urban-property-button,
  .office-property-button,
  .suburban-property-button {
    -ms-grid-columns: 145px 145px;
    grid-template-columns: 130px 130px;
  }

  .urban-property-button__buy,
  .urban-property-button__rent,
  .office-property-button__buy,
  .office-property-button__rent,
  .suburban-property-button__buy,
  .suburban-property-button__rent {
    width: 130px;
    font-size: 17px;
  }

  .suburban-property-types-item > a {
    font-size: 18px;
  }

  .urban-property-types-item > a {
    font-size: 18px;
  }

  .office-property-types-item > a {
    font-size: 18px;
  }

  /* ---------------------- Карточки спецпредложений ------------------------------ */

  .special-offer-wrapper .special-offer {
    width: 1040px;
  }

  .special-offer-wrapper .special-offer__header {
    height: 75px;
  }

  .special-offer-wrapper .special-offer__header h2 {
    font-size: 32px;
  }

  .special-offer-wrapper .special-offer__other a {
    font-size: 17px;
  }

  .special-offer__price {
    -ms-grid-columns: (241px);
    grid-template-columns: repeat(4, 241px);
    grid-row-gap: 29px;
    grid-column-gap: 25px;
  }

  .special-offer__price-item:nth-child(1) .price-item-location,
  .special-offer__price-item:nth-child(5) .price-item-location {
    width: 450px;
  }

  .special-offer__price-item .price-item-location {
    width: 241px;
  }

  .special-offer__price-item .price-item-location-address {
    font-size: 17px;
  }

  .price-item-price {
    width: 241px;
  }

  .price-item-price .price-type {
    font-size: 15px;
  }

  .price-item-price .price-rang {
    font-size: 22px;
  }

  /* ---------------------- Бонусы при обращение к нам ------------------------------ */

  .bonus-wrapper .bonus-inner {
    width: 1070px;
  }

  .bonus-wrapper .triangle {
    border-left: 535px solid transparent;
    border-right: 535px solid transparent;
  }

  .bonus-header span {
    font-size: 34px;
  }

  .bonus-inner {
    -ms-grid-columns: (241px);
    grid-template-columns: repeat(4, 241px);
  }

  .bonus-inner .bonus-item {
    width: 241px;
  }

  .bonus-inner .bonus-item__header-text {
    font-size: 17px;
  }

  .bonus-inner .bonus-item__text {
    font-size: 13px;
  }

  /* ---------------------- С нами просто и надежно ------------------------------ */

  .service-wrapper .service {
    width: 1070px;
  }

  .service-wrapper .service-logo-text span {
    font-size: 34px;
  }

  .service-bonus {
    -ms-grid-columns: (330px);
    grid-template-columns: repeat(3, 330px);
  }

  .service-bonus-item {
    width: 330px;
    -ms-grid-columns: 75px 235px;
    grid-template-columns: 75px 235px;
  }

  .service-bonus-item span {
    font-size: 17px;
  }

  .service-bonus-all a {
    font-size: 17px;
  }

  /* ---------------------- Обращение ------------------------------ */

  .appeal-wrapper .appeal {
    width: 1070px;
  }

  .appeal-wrapper .appeal-text {
    width: 517px;
  }

  .appeal-wrapper .appeal-text::before {
    right: 517px;
  }

  .appeal-wrapper .appeal-text h4 {
    font-size: 22px;
  }

  .appeal-wrapper .appeal-text .apeal-text-text {
    font-size: 13px;
  }

  /* ---------------------- Слайдер с отзывами ------------------------------ */

  .about-slider-wrapper .about-slider {
    width: 1070px;
  }

  .about-slider-wrapper .about-slider-header span {
    font-size: 34px;
  }

  .about-slider-main {
    width: 895px;
  }

  .about-slider-main-text {
    width: 895px;
  }

  .about-slider-main-text span {
    font-size: 13px;
  }

  /* ---------------------- Ответы на вопросы ------------------------------ */

  .question-wrapper .question-inner {
    width: 1070px;
  }

  .question-wrapper .question-inner .question {
    width: 895px;
  }

  .question-header h5 {
    font-size: 34px;
  }

  .question-header .question-button {
    width: 325px;
    -ms-grid-columns: 35px 290px;
    grid-template-columns: 35px 290px;
  }

  .question-header .question-button span {
    font-size: 17px;
  }

  .question-text {
    font-size: 15px;
  }

  .answer-wrapper {
    -ms-grid-columns: 195px 700px;
    grid-template-columns: 195px 700px;
  }

  .answer-wrapper .answer span {
    font-size: 15px;
    line-height: 1.15;
  }

  .all-question a {
    font-size: 17px;
  }

  /* ---------------------- Наши партнеры ------------------------------ */

  .partners-wrapper .partners {
    width: 1070px;
  }

  .partners-wrapper .partners-header span {
    font-size: 28px;
  }

  .partners-wrapper .partners-slider {
    width: 895px;
  }

  .partners-wrapper .partners-slider-item {
    width: 179px;
  }

  /* ---------------------- Список недвижимости перед футером ------------------------------ */

  .about-footer-wrapper .about-footer-inner {
    width: 1070px;
  }

  /* ---------------------- Футер ------------------------------ */

  .footer-section .footer {
    width: 1040px;
    -ms-grid-columns: 233px 233px 185px;
    grid-template-columns: 233px 233px 185px;
  }

  .footer-phone-inner {
    width: 233px;
  }

  .footer-phone-inner a {
    font-size: 17px;
  }

  .footer-phone-inner .footer-number {
    font-size: 24px;
  }

  .footer__country span {
    font-size: 17px;
  }

  .footer__address {
    -ms-grid-columns: 20px 335px;
    grid-template-columns: 20px 335px;
  }

  .footer__address span {
    font-size: 17px;
  }

  .footer__country > span {
    font-size: 17px;
  }

  .footer__country > span > select {
    font-size: 17px;
  }

  .footer__country__address > span {
    font-size: 15px;
  }

  .footer__country__address > span > a {
    text-decoration: none;
    color: #fec5a3;
    border-bottom: 1px solid #fec5a3;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 400;
  }

  .first-company-wrapper,
  .second-company-wrapper,
  .third-company-wrapper,
  .first-contact-wrapper,
  .second-contact-wrapper,
  .third-contact-wrapper,
  .first-blog-wrapper,
  .second-blog-wrapper,
  .third-blog-wrapper,
  .first-vacancy-wrapper,
  .second-vacancy-wrapper,
  .third-vacancy-wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .woocommerce-breadcrumb {
    margin-left: 50px;
    font-size: 18px;
  }

  .map-contact {
    width: 1040px;
  }

  .map-contact > div {
    width: 1040px !important;
  }
}

@media only screen and (max-width: 1200px) {
    
.map.active {
  width: 970px;
  margin: 20px auto;
}

.map.active > div{
  width: 970px !important;
}
  /* ---------------------- Шапка ------------------------------ */

  .header-wrapper {
    -ms-grid-rows: 45px 240px;
    grid-template-rows: 45px 240px;
  }

  /* ---------------------- Линия в шапке ------------------------------ */

  .header-line {
    width: 970px;
  }

  .header-line__country > span {
    font-size: 16px;
  }

  .header-line__country > span > select {
    font-size: 16px;
  }

  /* ---------------------- Часть шапки с лооготипом ------------------------------ */

  .header-info {
    width: 940px;
    height: 262px;
    -ms-grid-columns: 197px 549px 196px;
    grid-template-columns: 197px 549px 196px;
    -ms-grid-rows: 253px;
    grid-template-rows: 253px;
  }

  /* ---------------------- Часть шапки с лооготипом - Логотип ------------------------------ */

  .header-info__logo-block .logo {
    width: 197px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском ------------------------------ */

  .header-info__search-block {
    -ms-grid-rows: 120px 72px 41px;
    grid-template-rows: 120px 72px 41px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Меню ------------------------------ */

  .menu > ul > li {
    margin-right: 20px;
  }

  .menu > ul > li > a {
    font-size: 16px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Поиск ------------------------------ */


  .header-search-area {
    font-size: 16px;
    width: 549px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - расширенный поиск ------------------------------ */

  .global-search a {
    height: 18px;
  }

  .global-search a img {
    margin-right: 7px;
  }

  .global-search a span {
    height: 20px;
    font-size: 16px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с номерои телефона ------------------------------ */

  .header-info__phone-block {
    -ms-grid-columns: 196px;
    grid-template-columns: 196px;
    -ms-grid-rows: 109px 72px;
    grid-template-rows: 109px 72px;
    padding: 12px 0 61px 0;
  }

  .header-info__phone-block .request-item1 {
    -ms-grid-columns: 18px 150px;
    grid-template-columns: 18px 150px;
    grid-column-gap: 10px;
    margin: 20px 0 0 15px;
    font-size: 16px;
  }

  .header-info__phone-block .request-item2 {
    -ms-grid-columns: 18px 150px;
    grid-template-columns: 18px 150px;
    grid-column-gap: 10px;
    margin: 20px 0 0 15px;
    font-size: 16px;
  }

  .request-item1,
  .request-item2 {
    -ms-grid-columns: 18px 150px;
    grid-template-columns: 18px 150px;
    grid-column-gap: 10px;
    margin: 20px 0 0 15px;
    font-size: 16px;
  }

  .header-info__phone-block .phone-number .number {
    font-size: 20px;
    margin-left: 10px;
  }

  .header-info__phone-block .phone-number .mail {
    font-size: 15px;
    margin-left: 10px;
  }

  /* ---------------------- Слайдер под шапкой ------------------------------ */

  .slider-wrapper {
    height: 450px;
  }

  .slider-wrapper .slider {
    width: 970px;
    height: 450px;
  }

  .slider-item-inner {
    height: 450px;
  }

  .slider-item-inner .slider-item {
    height: 450px;
    -ms-grid-columns: 763px 207px;
    grid-template-columns: 763px 207px;
  }

  .slider-item-inner .slider-item .slider-photo-text {
    top: 35px;
    font-size: 22px;
    width: 505px;
  }

  .slider-item-inner .slider-item .slider-text-text {
    font-size: 18px;
    width: 180px;
  }

  .slider-item-inner .slider-item .slider-text-link a {
    font-size: 15px;
    margin-left: 20px;
  }

  /* ---------------------- Карточки с типами недвижимости ------------------------------ */

  .types-property-wrapper .types-property-container-item.suburban-property,
  .types-property-wrapper .types-property-container-item.urban-property,
  .types-property-wrapper .types-property-container-item.office-property {
    -ms-grid-rows: 65px 180px 55px;
    grid-template-rows: 65px 180px 55px;
  }

  .types-property-wrapper {
    margin: 56px 0 70px 0;
    height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .types-property-wrapper .types-property-container {
    width: 970px;
    -ms-grid-columns: (300px);
    grid-template-columns: repeat(3, 300px);
  }

  .urban-property-header,
  .office-property-header,
  .suburban-property-header {
    font-size: 22px;
  }

  .urban-property-button,
  .office-property-button,
  .suburban-property-button {
    -ms-grid-columns: 125px 125px;
    grid-template-columns: 125px 125px;
    grid-template-rows: 35px;
  }

  .urban-property-button__buy,
  .urban-property-button__rent,
  .office-property-button__buy,
  .office-property-button__rent,
  .suburban-property-button__buy,
  .suburban-property-button__rent {
    width: 125px;
    height: 35px;
    font-size: 15px;
    padding: 11px 0;
  }

  .suburban-property-types-item > a {
    font-size: 18px;
    margin-left: 15px;
  }

  .urban-property-types-item > a {
    font-size: 18px;
    margin-left: 15px;
  }

  .office-property-types-item > a {
    font-size: 18px;
    margin-left: 15px;
  }

  /* ---------------------- Карточки спецпредложений ------------------------------ */

  .special-offer-wrapper {
    height: 1080px;
  }

  .special-offer-wrapper .special-offer {
    width: 940px;
  }

  .special-offer-wrapper .special-offer__header {
    height: 75px;
  }

  .special-offer-wrapper .special-offer__header h2 {
    font-size: 30px;
  }

  .special-offer-wrapper .special-offer__other {
    height: 108px;
    padding-top: 30px;
  }

  .special-offer-wrapper .special-offer__other a {
    font-size: 15px;
  }

  .special-offer__price {
    -ms-grid-columns: (300px);
    grid-template-columns: repeat(3, 300px);
    -ms-grid-rows: (300px);
    grid-template-rows: repeat(3, 300px);
    grid-gap: 15px;
  }

  .special-offer__price-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .special-offer__price-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .special-offer__price-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .special-offer__price-item:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .special-offer__price-item:nth-child(4) .price-item-location {
    width: 475px;
  }

  .special-offer__price-item:nth-child(1) .price-item-location {
    width: 475px;
  }

  .special-offer__price-item:nth-child(5) {
    grid-column: 1 / 4;
    grid-row: 3;
  }

  .special-offer__price-item:nth-child(5) .price-item-location {
    width: 475px;
  }

  .special-offer__price-item .price-item-location {
    top: 30px;
    height: 65px;
  }

  .special-offer__price-item .price-item-location-address {
    font-size: 16px;
  }

  .price-item-price {
    height: 65px;
    width: 300px;
  }

  .price-item-price .price-type {
    font-size: 16px;
  }

  .price-item-price .price-rang {
    font-size: 22px;
  }

  /* ---------------------- Бонусы при обращение к нам ------------------------------ */

  .bonus-wrapper {
    height: 585px;
  }

  .bonus-wrapper .bonus-inner {
    height: 350px;
    width: 970px;
  }

  .bonus-wrapper .triangle {
    border-left: 485px solid transparent;
    border-right: 485px solid transparent;
    border-top: 90px solid #e5e4e4;
    margin: 130px auto 0 auto;
  }

  .bonus-header {
    height: 100px;
    padding-top: 40px;
  }

  .bonus-header span {
    font-size: 32px;
  }

  .bonus-inner {
    -ms-grid-columns: (213px);
    grid-template-columns: repeat(4, 213px);
  }

  .bonus-inner .bonus-item {
    padding: 15px 0 0 10px;
    width: 213px;
    height: 320px;
    -ms-grid-columns: 50px 150px;
    grid-template-columns: 50px 150px;
    -ms-grid-rows: 40px 250px;
    grid-template-rows: 40px 250px;
    grid-row-gap: 10px;
  }

  .bonus-inner .bonus-item__header-text {
    font-size: 14px;
  }

  .bonus-inner .bonus-item__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .bonus-item:nth-child(2) .bonus-item__header-logo img {
    height: 35px;
    width: 35px;
  }

  /* ---------------------- С нами просто и надежно ------------------------------ */

  .service-wrapper {
    margin-top: 130px;
  }

  .service-wrapper .service {
    width: 970px;
    height: 400px;
  }

  .service-wrapper .service-logo-text span {
    font-size: 32px;
  }

  .service-bonus {
    -ms-grid-columns: (300px);
    grid-template-columns: repeat(3, 300px);
    -ms-grid-rows: (80px);
    grid-template-rows: repeat(2, 80px);
    grid-row-gap: 23px;
  }

  .service-bonus-item {
    width: 300px;
    height: 80px;
    -ms-grid-columns: 70px 210px;
    grid-template-columns: 70px 210px;
    grid-column-gap: 20px;
  }

  .service-bonus-item span {
    font-size: 16px;
  }

  .service-bonus-all a {
    font-size: 16px;
  }

  /* ---------------------- Обращение ------------------------------ */

  .appeal-wrapper {
    height: 600px;
  }

  .appeal-wrapper .appeal {
    width: 970px;
  }

  .appeal-wrapper .appeal-text {
    width: 467px;
  }

  .appeal-wrapper .appeal-text::before {
    height: 520px;
    right: 467px;
  }

  .appeal-wrapper .appeal-text h4 {
    width: 405px;
    font-size: 21px;
    margin: 40px 0 30px 0;
    padding-left: 15px;
  }

  .appeal-wrapper .appeal-text .apeal-text-text {
    width: 405px;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 25px 15px;
  }

  .appeal-wrapper .appeal-text .signature {
    padding: 0 0 25px 20px;
  }

  /* ---------------------- Слайдер с отзывами ------------------------------ */

  .about-slider-wrapper {
    height: 485px;
  }

  .about-slider-wrapper .about-slider {
    width: 970px;
  }

  .about-slider-wrapper .about-slider-header {
    padding-top: 56px;
    height: 50px;
  }

  .about-slider-wrapper .about-slider-header span {
    font-size: 32px;
  }

  .about-slider-main {
    width: 845px;
    height: 240px;
  }

  .about-slider-main-text {
    width: 845px;
    padding-left: 20px;
    padding-top: 15px !important;
    height: 240px;
  }

  .about-slider-main-text span {
    font-size: 14px;
  }

  .about-slider-main-text > span > p {
    margin: 4px 0px !important;
  }

  .about-slider-main-text .about-signature {
    padding-right: 15px;
  }

  /* ---------------------- Ответы на вопросы ------------------------------ */

  .question-wrapper {
    height: 840px;
  }

  .question-wrapper .question-inner {
    width: 970px;
  }

  .question-wrapper .question-inner .question {
    height: 763px;
    width: 900px;
  }

  .question-header {
    height: 55px;
  }

  .question-header h5 {
    font-size: 32px;
  }

  .question-header .question-button {
    width: 320px;
    -ms-grid-columns: 40px 280px;
    grid-template-columns: 40px 280px;
  }

  .question-header .question-button span {
    font-size: 15px;
  }

  .fisrt-question,
  .second-question {
    height: 300px;
  }

  .question-text {
    font-size: 15px;
    padding: 15px 0;
  }

  .answer-wrapper {
    -ms-grid-columns: 175px 715px;
    grid-template-columns: 175px 715px;
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .answer-wrapper .logo {
    width: 102px;
    height: 200px;
  }

  .answer-wrapper .answer {
    background-color: #fff;
    position: relative;
  }

  .answer-wrapper .answer span {
    font-size: 15px;
    line-height: 1.2;
  }

  .answer-wrapper .answer::before {
    top: 25px;
  }

  .all-question a {
    font-size: 15px;
  }

  /* ---------------------- Наши партнеры ------------------------------ */

  .partners-wrapper {
    height: 345px;
  }

  .partners-wrapper .partners {
    width: 970px;
  }

  .partners-wrapper .partners-header {
    padding-top: 40px;
  }

  .partners-wrapper .partners-header span {
    font-size: 30px;
  }

  .partners-wrapper .partners-slider {
    width: 945px;
    height: 240px;
    padding: 49.5px 0;
  }

  .partners-wrapper .partners-slider-item {
    width: 189px;
    height: 141px;
  }

  /* ---------------------- Список недвижимости перед футером ------------------------------ */

  .about-footer-wrapper {
    height: 380px;
  }

  .about-footer-wrapper .about-footer-inner {
    width: 970px;
    padding: 50px 112px 0 15px;
  }

  .about-footer-wrapper .about-footer-inner .about-footer {
    width: 843px;
    height: 220px;
    -ms-grid-columns: 145px 213px 212px 213px;
    grid-template-columns: 145px 213px 212px 213px;
    -ms-grid-rows: 250px;
    grid-template-rows: 250px;
  }

  .urban-header,
  .suburban-header,
  .office-header {
    font-size: 15px;
  }

  .urban-types,
  .suburban-types,
  .office-types {
    font-size: 15px;
  }

  /* ---------------------- Футер ------------------------------ */

  .footer-section {
    height: 180px;
  }

  .footer-section .footer {
    width: 940px;
    -ms-grid-columns: 213px 213px 195px;
    grid-template-columns: 213px 213px 195px;
    -ms-grid-rows: 180px;
    grid-template-rows: 180px;
  }

  .footer-phone-inner {
    width: 213px;
    height: 67px;
    margin-top: 20px;
  }

  .footer-phone-inner a {
    font-size: 15px;
  }

  .footer-phone-inner .footer-number {
    font-size: 21px;
    line-height: 1.75;
  }

  .footer__country span {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .footer__address {
    -ms-grid-columns: 20px 350px;
    grid-template-columns: 20px 350px;
  }

  .footer__address span {
    font-size: 15px;
    width: 200px;
  }

  .footer__country > span {
    font-size: 15px;
  }

  .footer__country > span > select {
    font-size: 15px;
  }

  .footer__country__address > span {
    font-size: 15px;
  }

  .footer__country__address > span > a {
    font-size: 15px;
  }

  .first-company-wrapper,
  .second-company-wrapper,
  .third-company-wrapper,
  .first-contact-wrapper,
  .second-contact-wrapper,
  .third-contact-wrapper,
  .first-blog-wrapper,
  .second-blog-wrapper,
  .third-blog-wrapper,
  .first-vacancy-wrapper,
  .second-vacancy-wrapper,
  .third-vacancy-wrapper {
    width: 940px;
    margin: 0 auto;
  }

  .map-contact {
    width: 940px;
    margin: 0 auto;
  }

  .search-wrapper {
    width: 980px;
    margin: 0 auto;
  }

  .search-wrapper > .search-inner {
    width: 990px;
  }

  .woocommerce-breadcrumb {
    margin: 0 auto 30px auto;
  }

  .map-contact {
    width: 940px;
  }

  .map-contact > div {
    width: 940px !important;
  }

  .woocommerce-breadcrumb {
    width: 940px !important;
  }

  .tabs-wrapper {
    width: 150px;
    grid-template-columns: 150px;
    top: 65px;
  }

  .woocommerce-ordering.active { 
    width: 990px;
    margin: 0 auto;
  }

  .main-wrapper > .main-inner {
    width: 990px;
    margin: 0 auto;
  }

  .main-wrapper > .main-inner > .main-inner-header {
    margin-left: 0;
    grid-template-columns: 68px 78px 112px 160px 128px 130px 134px 150px;
    -ms-grid-columns: 68px 78px 112px 160px 128px 130px 134px 150px;
    width: 990px;
  }

  .site-main {
    width: 990px !important;
  }

  .site-main > .products > li.product {
    margin-left: 0 !important;
    width: 990px !important;
    grid-template-columns: 990px !important;
  }

  .site-main > .products > li.product > a {
    grid-template-columns: 68px 78px 112px 160px 128px 130px 134px 150px;
    -ms-grid-columns: 68px 78px 112px 160px 128px 130px 134px 150px;
  } 

  .site-main  .summary.entry-summary {
    width: 990px;
  }

  .site-main  .summary.entry-summary > .woocommerce-tabs.wc-tabs-wrapper > .woocommerce-Tabs-panel {
    width: 450px;
  }

  .summary.entry-summary >.spec {
    margin-left: 630px;
  }

  .related.products {
    width: 990px !important;
  }

  .related.products > ul.products {
    width: 990px !important;
    grid-template-columns: repeat(3, 320px) !important;
    justify-content: space-between !important;
  }

  .related.products > ul.products > li,
  .related.products > ul.products > li > a,
  .related.products > ul.products > li > a > img {
    width: 320px !important;
    margin-left: 0 !important;
  }
  
  .related.products > ul.products > li > a > .area_1 {
    width: 245px !important;
  }

  .summary.entry-summary > .related > ul > li > a > .geography_1 { 
    width: 317px !important;
  }

  .woocommerce-product-gallery {
    width: 990px !important;
  }

  .flex-viewport {
    width: 825px !important;
  }

  .flex-viewport > .woocommerce-product-gallery__wrapper > .clone {
    width: 784px !important;
  } 

  .woocommerce-product-gallery::before {
    width: 825px;
  }

  .flex-nav-next {
    right: -815px;
}

.site-main > .products.tab-1.tab-2.active {
  width: 990px;
  grid-template-columns: repeat(3, 320px);
}

.site-main > .products.tab-1.tab-2.active > li  {
  width: 320px !important;
}

.site-main > .products.tab-1.tab-2.active > li > a {
  width: 320px !important;
}

.site-main > .products.tab-1.tab-2.active > li > a > img {
  width: 320px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .area_1 {
  width: 244px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .geography_1 {
  width: 314px;
}





}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    
.main-search-wrapper .main-search-header > span > select > option {
color: #000;
font-size: 15px;
}
    
.map.active {
  width: 740px;
  margin: 15px auto;
}

.map.active > div{
  width: 740px !important;
}
  /* ---------------------- Шапка ------------------------------ */

  .header-wrapper {
    -ms-grid-rows: 40px 242px;
    grid-template-rows: 40px 200px;
    margin-bottom: 25px;
  }

  /* ---------------------- Линия в шапке ------------------------------ */

  .header-line {
    width: 750px;
  }

  .header-line__country {
    padding-left: 10px;
  }

  .header-line__country > span {
    font-size: 14px;
  }

  .header-line__country > span > select {
    font-size: 14px;
    margin: 0 0 10px 5px;
    padding-left: 5px;
  }

  .header-line__address span {
    font-size: 14px;
  }

  /* ---------------------- Часть шапки с лооготипом ------------------------------ */

  .header-info {
    width: 740px;
    height: 242px;
    -ms-grid-columns: 180px 380px 180px;
    grid-template-columns: 180px 380px 180px;
    -ms-grid-rows: 242px;
    grid-template-rows: 242px;
  }

  /* ---------------------- Часть шапки с лооготипом - Логотип ------------------------------ */

  .header-info__logo-block .logo {
    width: 180px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском ------------------------------ */

  .header-info__search-block {
    -ms-grid-rows: 94px 65px 41px;
    grid-template-rows: 94px 65px 41px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Меню ------------------------------ */

  .menu {
    -ms-grid-column-align: left;
    justify-self: left;
  }

  .menu > ul > li {
    margin-right: 9px;
  }

  .menu > ul > li > a {
    font-size: 14px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Поиск ------------------------------ */

  .tab-search {
    margin: 15px;
  }

  .header-search-area {
    font-size: 16px;
    padding-left: 50px;
    width: 380px;
    height: 65px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - расширенный поиск ------------------------------ */

  .global-search {
    padding: 15px 15px 0 0;

  }

  .global-search a img {
    height: 18px;
  }

  .global-search a span {
    font-size: 14px;
    height: 18px;
    vertical-align: top;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с номерои телефона ------------------------------ */

  .header-info__phone-block {
    -ms-grid-columns: 180px;
    grid-template-columns: 180px;
    -ms-grid-rows: 113px 70px;
    grid-template-rows: 82px 75px;
    padding: 12px 0 0 0;
  }

  .header-info__phone-block .request-item1 {
    grid-column-gap: 10px;
    margin: 10px 0 0 10px;
    font-size: 14px;
  }

  .header-info__phone-block .request-item2 {
    grid-column-gap: 10px;
    margin: 10px 0 0 10px;
    font-size: 14px;
  }

  .request-item1,
  .request-item2 {
    grid-column-gap: 10px;
    margin: 10px 0 0 10px;
    font-size: 14px;
  }

  .header-info__phone-block .phone-number {
    -ms-grid-rows: 22px 16px;
    grid-template-rows: 22px 16px;
    height: 65px;
  }

  .header-info__phone-block .phone-number .number {
    font-size: 18px;
    margin-left: 10px;
  }

  .header-info__phone-block .phone-number .mail {
    font-size: 14px;
    margin-left: 10px;
  }

  /* ---------------------- Слайдер под шапкой ------------------------------ */

  .slider-wrapper {
    height: 400px;
  }

  .slider-wrapper .slider {
    width: 750px;
    height: 400px;
  }

  .slider-item-inner {
    height: 400px;
  }

  .slider-item-inner .slider-item {
    height: 400px;
    -ms-grid-columns: 543px 207px;
    grid-template-columns: 543px 207px;
  }

  .slider-item-inner .slider-item .slider-photo-text {
    top: 25px;
    font-size: 20px;
    height: 50px;
    width: 400px;
    padding-top: 17px;
    padding-left: 15px;
  }

  .slider-item-inner .slider-item .slider-text-text {
    font-size: 18px;
    width: 180px;
    margin: 20px auto 15px auto;
  }

  .slider-item-inner .slider-item .slider-text-link a {
    font-size: 14px;
    margin-left: 13px;
  }

  /* ---------------------- Карточки с типами недвижимости ------------------------------ */

  .types-property-wrapper {
    margin: 56px 0 70px 0;
    height: 225px;
  }

  .types-property-wrapper .types-property-container {
    width: 750px;
    -ms-grid-columns: (225px);
    grid-template-columns: repeat(3, 225px);
    -ms-grid-rows: (225px);
    grid-template-rows: 225px;
  }

  .types-property-wrapper .types-property-container-item.suburban-property,
  .types-property-wrapper .types-property-container-item.urban-property,
  .types-property-wrapper .types-property-container-item.office-property {
    -ms-grid-rows: 60px 130px 35px;
    grid-template-rows: 60px 130px 35px;
  }

  .types-property-wrapper .types-property-container-item.suburban-property a,
  .types-property-wrapper .types-property-container-item.urban-property a,
  .types-property-wrapper .types-property-container-item.office-property a {
    font-size: 14px;
  }

  .urban-property-header,
  .office-property-header,
  .suburban-property-header {
    font-size: 18px;
    padding: 15px 0 0 10px;
    width: 215px;
    line-height: 1.2;
  }

  .urban-property-button,
  .office-property-button,
  .suburban-property-button {
    -ms-grid-columns: 110px 110px;
    grid-template-columns: 110px 110px;
  }

  .urban-property-button__buy,
  .urban-property-button__rent,
  .office-property-button__buy,
  .office-property-button__rent,
  .suburban-property-button__buy,
  .suburban-property-button__rent {
    width: 100px;
    height: 24px;
    font-size: 14px;
    padding: 5px 0;
    margin-left: 5px;
  }

  .suburban-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (25px);
    grid-template-rows: repeat(2, 25px);
    padding-top: 10px;
  }

  .suburban-property-types-item > a {
    font-size: 16px;
    margin-left: 15px;
  }

  .urban-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (25px);
    grid-template-rows: repeat(2, 25px);
    padding-top: 20px;
  }

  .urban-property-types-item > a {
    font-size: 16px;
    margin-left: 15px;
  }

  .office-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (25px);
    grid-template-rows: repeat(2, 25px);
    padding-top: 20px;
  }

  .office-property-types-item > a {
    font-size: 16px;
    margin-left: 15px;
  }

  /* ---------------------- Карточки спецпредложений ------------------------------ */

  .special-offer-wrapper {
    height: 1000px;
  }

  .special-offer-wrapper .special-offer {
    width: 740px;
  }

  .special-offer-wrapper .special-offer__header {
    height: 50px;
  }

  .special-offer-wrapper .special-offer__header h2 {
    font-size: 28px;
  }

  .special-offer-wrapper .special-offer__other {
    height: 75px;
    padding-top: 30px;
  }

  .special-offer-wrapper .special-offer__other a {
    font-size: 14px;
  }

  .special-offer__price {
    -ms-grid-columns: (225px);
    grid-template-columns: repeat(3, 225px);
    -ms-grid-rows: (300px);
    grid-template-rows: repeat(3, 300px);
    justify-content: space-around;
    grid-gap: 15px;
  }

  .special-offer__price-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .special-offer__price-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .special-offer__price-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .special-offer__price-item:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .special-offer__price-item:nth-child(4) .price-item-location {
    width: 300px;
  }

  .special-offer__price-item:nth-child(1) .price-item-location {
    width: 300px;
  }

  .special-offer__price-item:nth-child(5) {
    grid-column: 1 / 4;
    grid-row: 3;
  }

  .special-offer__price-item:nth-child(5) .price-item-location {
    width: 300px;
  }

  .special-offer__price-item .price-item-location {
    background-color: #ededed;
    position: absolute;
    top: 20px;
    height: 50px;
    width: 225px;
    -ms-grid-rows: (1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .special-offer__price-item .price-item-location-address {
    font-size: 14px;
    padding-left: 5px;
  }

  .special-offer__price-item .price-item-location-district {
    padding: 5px 0 0 5px;
    font-size: 14px;
  }

  .price-item-price {
    height: 50px;
    width: 225px;
  }

  .price-item-price .price-type {
    font-size: 14px;
    padding-right: 10px;
  }

  .price-item-price .price-rang {
    font-size: 18px;
    padding-right: 10px;
  }

  /* ---------------------- Бонусы при обращение к нам ------------------------------ */

  .bonus-wrapper {
    height: 800px;
  }

  .bonus-wrapper .bonus-inner {
    height: 680px;
    width: 750px;
  }

  .bonus-wrapper .triangle {
    border-left: 375px solid transparent;
    border-right: 375px solid transparent;
    border-top: 90px solid #e5e4e4;
    margin: 0px auto 0 auto;
  }

  .bonus-item__header-logo > img {
    width: 40px;
  }

  .bonus-header {
    height: 120px;
    padding-top: 45px;
  }

  .bonus-header span {
    font-size: 28px;
  }

  .bonus-inner {
    -ms-grid-columns: (300px);
    grid-template-columns: repeat(2, 300px);
    -ms-grid-rows: (300px);
    grid-template-rows: repeat(2, 300px);
    grid-gap: 15px;
    height: 680px;
  }

  .bonus-inner .bonus-item {
    padding: 20px 0 0 15px;
    width: 300px;
    height: 300px;
    -ms-grid-columns: 64px 200px;
    grid-template-columns: 64px 200px;
    grid-row-gap: 25px;
  }

  .bonus-inner .bonus-item__header-text {
    font-size: 16px;
  }

  .bonus-inner .bonus-item__text {
    font-size: 14px;
  }

  .triangle {
    margin-top: 0;
  }

  /* ---------------------- С нами просто и надежно ------------------------------ */

  .service-wrapper {
    height: 550px;
    margin-top: 130px;
  }

  .service-wrapper .service {
    width: 750px;
    margin-top: 25px;
  }

  .service-wrapper .service-logo-text {
    padding-bottom: 40px;
  }

  .service-wrapper .service-logo-text span {
    font-size: 28px;
  }

  .service-bonus {
    -ms-grid-columns: (350px);
    grid-template-columns: repeat(2, 350px);
    -ms-grid-rows: (75px);
    grid-template-rows: repeat(3, 75px);
    justify-content: space-around;
  }

  .service-bonus-item {
    width: 350px;
    height: 75px;
    -ms-grid-columns: 90px 200px;
    grid-template-columns: 90px 200px;
  }

  .service-bonus-item span {
    font-size: 18px;
  }

  .service-bonus-all a {
    font-size: 18px;
  }

  /* ---------------------- Обращение ------------------------------ */

  .appeal-wrapper {
    height: 600px;
  }

  .appeal-wrapper .appeal {
    width: 750px;
  }

  .appeal-wrapper .appeal-text {
    width: 400px;
  }

  .appeal-wrapper .appeal-text::before {
    width: 3px;
    height: 520px;
    right: 400px;
  }

  .appeal-wrapper .appeal-text h4 {
    width: 350px;
    padding: 15px 0 15px 15px;
    font-size: 20px;
    margin: 35px 0 20px 0;
  }

  .appeal-wrapper .appeal-text .apeal-text-text {
    width: 350px;
    font-size: 13px;
    padding: 0 0 25px 15px;
  }

  .appeal-wrapper .appeal-text .signature {
    padding: 0 0 25px 15px;
  }

  /* ---------------------- Слайдер с отзывами ------------------------------ */

  .about-slider-wrapper {
    height: 385px;
  }

  .about-slider-wrapper .about-slider {
    width: 750px;
  }

  .about-slider-wrapper .about-slider-header {
    padding-top: 40px;
    height: 50px;
  }

  .about-slider-wrapper .about-slider-header span {
    font-size: 28px;
  }

  .about-slider-main {
    width: 640px;
  }

  .about-slider-main-text {
    width: 640px;
    padding-left: 15px;
    padding-top: 10px !important;
  }

  .about-slider-main-text span {
    font-size: 12px;
  }

  .about-slider-main-text > span > p {
    margin: 3px 0px !important;
  }

  .about-slider-main-text .about-signature {
    padding-right: 10px;
  }

  /* ---------------------- Ответы на вопросы ------------------------------ */

  .question-wrapper {
    height: 800px;
  }

  .question-wrapper .question-inner {
    width: 750px;
  }

  .question-wrapper .question-inner .question {
    height: 733px;
    width: 700px;
  }

  .question-header {
    height: 65px;
  }

  .question-header h5 {
    font-size: 24px;
  }

  .question-header .question-button {
    width: 350px;
    height: 50px;
    -ms-grid-columns: 45px 300px;
    grid-template-columns: 45px 300px;
  }

  .question-header .question-button span {
    font-size: 16px;
  }

  .fisrt-question,
  .second-question {
    height: 300px;
  }

  .question-text {
    font-size: 14px;
    padding: 15px 0;
  }

  .answer-wrapper {
    -ms-grid-columns: 175px 520px;
    grid-template-columns: 175px 520px;
  }

  .answer-wrapper .answer span {
    font-size: 14px;
    padding: 15px 5px 10px 10px;
  }

  .all-question {
    padding-top: 35px;
  }

  .all-question a {
    font-size: 16px;
  }

  /* ---------------------- Наши партнеры ------------------------------ */

  .partners-wrapper {
    height: 345px;
  }

  .partners-wrapper .partners {
    width: 750px;
  }

  .partners-wrapper .partners-header {
    padding-top: 20px;
  }

  .partners-wrapper .partners-header span {
    font-size: 26px;
  }

  .partners-wrapper .partners-slider {
    width: 645px;
    padding: 49.5px 0;
  }

  .partners-wrapper .partners-slider-item {
    width: 150px;
    height: 100px;
  }

  /* ---------------------- Форма ------------------------------ */
  
  .form-wrapper .form {
    width: 740px;
    height: 350px;
  }
  
  .form-wrapper > .form form > p {
    width: 225px;
    margin: 0 3px;
  }
  
  .form-wrapper > .form form p:nth-child(5) {
    width: 696px;
  }
  
  .form-wrapper > .form form > p > span {
    width: 225px;
    height: 45px;
    display: block;
  }
  
  .form-wrapper > .form form > p > span > textarea.textarea-1 {
    width: 696px;
  }
  
  input.your-name-1, input.your-phone-1, input.your-mail-1 {
    width: 225px;
  }
  

  /* ---------------------- Список недвижимости перед футером ------------------------------ */

  .about-footer-wrapper {
    height: 600px;
  }

  .about-footer-wrapper .about-footer-inner {
    width: 750px;
    padding: 20px 0 0 0;
  }

  .about-footer-wrapper .about-footer-inner .about-footer {
    width: 700px;
    -ms-grid-columns: 262px 263px;
    grid-template-columns: 262px 263px;
    grid-gap: 15px;
    justify-content: space-around;
  }

  .urban-header,
  .suburban-header,
  .office-header {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .urban-types,
  .suburban-types,
  .office-types {
    font-size: 16px;
  }

  /* ---------------------- Футер ------------------------------ */

  .footer-section {
    height: 170px;
  }

  .footer-section .footer {
    width: 740px;
    -ms-grid-columns: 250px 200px 175px;
    grid-template-columns: 250px 200px 175px;
    grid-template-rows: 170px;
  }

  .footer-phone-inner {
    width: 200px;
    height: 67px;
    margin-top: 20px;
  }

  .footer-phone-inner a {
    font-size: 15px;
    padding-left: 5px;
  }

  .footer-phone-inner .footer-number {
    font-size: 21px;
    padding-left: 5px;
  }

  .footer__country span {
    font-size: 15px;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .footer__address {
    -ms-grid-columns: 20px 200px;
    grid-template-columns: 20px 200px;
  }

  .footer__address span {
    font-size: 15px;
  }

  .footer__country > span > select {
    font-size: 16px;
    margin: 0 0 10px 5px;
    padding-left: 5px;
  }

  .footer__country__address {
    padding-right: 15px;
  }

  .footer__country__address > span {
    font-size: 16px;
  }

  .footer-request {
    margin-top: 30px;
  }

  .header-line__address span img {
    width: 10px;
  }

  .special-offer__price {
    grid-template-rows: repeat(3, 225px);
    -ms-grid-rows: (225px);
  }

  .special-offer-wrapper {
    height: 850px;
  }

  .about-slider-main-text > span > p {
    width: 620px;
  }

  .form-wrapper > .form form p:nth-child(5) {
    margin-top: 10px;
  }

  .first-company-wrapper,
  .second-company-wrapper,
  .third-company-wrapper,
  .first-contact-wrapper,
  .second-contact-wrapper,
  .third-contact-wrapper,
  .first-blog-wrapper,
  .second-blog-wrapper,
  .third-blog-wrapper,
  .first-vacancy-wrapper,
  .second-vacancy-wrapper,
  .third-vacancy-wrapper {
    width: 740px;
  }

  .first-company-wrapper > div:nth-child(1),
  .second-company-wrapper > div:nth-child(1),
  .third-company-wrapper > div:nth-child(1),
  .first-contact-wrapper > div:nth-child(1),
  .second-contact-wrapper > div:nth-child(1),
  .third-contact-wrapper > div:nth-child(1),
  .first-blog-wrapper > div:nth-child(1),
  .second-blog-wrapper > div:nth-child(1),
  .third-blog-wrapper > div:nth-child(1),
  .first-vacancy-wrapper > div:nth-child(1),
  .second-vacancy-wrapper > div:nth-child(1),
  .third-vacancy-wrapper > div:nth-child(1) {
    font-size: 20px;
  }

  .first-company-wrapper > div:nth-child(2),
  .second-company-wrapper > div:nth-child(2),
  .third-company-wrapper > div:nth-child(2),
  .first-contact-wrapper > div:nth-child(2),
  .second-contact-wrapper > div:nth-child(2),
  .third-contact-wrapper > div:nth-child(2),
  .first-blog-wrapper > div:nth-child(2),
  .second-blog-wrapper > div:nth-child(2),
  .third-blog-wrapper > div:nth-child(2),
  .first-vacancy-wrapper > div:nth-child(2),
  .second-vacancy-wrapper > div:nth-child(2),
  .third-vacancy-wrapper > div:nth-child(2) {
    font-size: 16px;
  }

  .map-contact {
    width: 740px;
  }

  .map-contact > div {
    width: 740px !important;
  }

  .woocommerce-breadcrumb {
    width: 740px !important;
    font-size: 15px;
    margin-bottom: 15px;
    }

    .flex-nav-next, .flex-nav-prev { 
      height: 40px;
      width: 40px;
    }

    .flex-nav-next::before, .flex-nav-prev::before  {
      top: -8.5px;
      left: 7.5px;
    }

    .woocommerce-product-gallery {
      width: 740px !important;
      padding: 0 60px !important;
      height: 320px;
    }

    .site-main {
      width: 740px !important;
    }

    .woocommerce-product-gallery::before {
      width: 620px;
    }

    .flex-viewport {
      height: 400px !important;
      width: 620px !important;
    }

    .summary {
      width: 740px !important;
    }

    .spec {
      margin-left: 60px !important;
    }

    .woocommerce-tabs,
    .woocommerce-Tabs-panel  {
      position: static !important;
      width: 740px !important;
      margin-left: 0 !important;
    }

    .booking-wrapper {
      margin-top: 25px;
    }

    .related.products {
      width: 740px !important;
      margin-top: 30px !important;
    }

    .related.products > ul.products {
      width: 740px !important; 
      grid-template-columns: repeat(2, 360px) !important;
      grid-row-gap: 15px;
      justify-content: space-around;
    }

    .related > .products > li.product:nth-child(3) {
      grid-column: 1 / 3;
      justify-self: center;
    }

    .related.products > ul.products > li, .related.products > ul.products > li > a, .related.products > ul.products > li > a > img {
      width: 360px !important;
    }

    .related.products > ul.products > li > a > .area_1 {
      width: 284px !important;
  }

    .summary.entry-summary > .related > ul > li > a > .geography_1 {
      width: 354px !important;
  }

    .specification {
      width: 500px;
      grid-template-columns: 1fr 2fr;
  }

    .woocommerce-product-gallery__image {
      width: 620px !important;
      height: 400px !important;
    }

    .woocommerce-product-gallery__image.clone {

    }

    .flex-viewport > .woocommerce-product-gallery__wrapper > .clone {
      width: 580px !important;
  }

    .flex-nav-next, .flex-nav-prev {
      top: -230px;
    }

    .flex-nav-next {
      right: -590px;
      top: -250px;
  }

  .summary.entry-summary > .first-block-cart {
    width: 279px;
    height: 80px;
    top: 45px;
    left: 80px;
    font-size: 15px;
  }

  .main-wrapper > .main-inner > .main-inner-header,
  .site-main > .products > li.product > a {
    margin-left: 0;
    grid-template-columns: 60px 60px 90px 120px 100px 100px 100px 110px;
    -ms-grid-columns: 60px 60px 90px 120px 100px 100px 100px 110px;
    width: 740px !important;
  }

  .main-innner,
  .main-inner-header,
  .site-main > .products > li.product {
    width: 740px !important;
  }

  .woocommerce-LoopProduct-link > div,
  .woocommerce-LoopProduct-link > span,
  .main-inner-header > span {
    font-size: 14px !important;
  }

  .woocommerce-pagination {
    padding-top: 10px;
  }

  .woocommerce-ordering {
    width: 740px !important; 
  }

  .woocommerce-ordering,
  .woocommerce-ordering > a {
    font-size: 14px !important;
  }

  .search-wrapper,
  .search-wrapper > .search-inner {
    width: 740px;

  }

  .main-search-wrapper .main-search-header {
    height: 60px;
    width: 400px;
    margin: 30px 0 0 60px;
    margin-bottom: 40px;
}

.main-search-wrapper .main-search-header:before {
  height: 90px;
}

.main-search-wrapper .main-search-header > span > select {
  font-size: 22px;
  width: 190px;
  margin-right: 5px;
  margin-top: 10px;
}

.main-search-wrapper {
  width: 740px;
}

.tabs-wrapper {
  width: 150px;
  grid-template-columns: 150px;
  top: 30px;
  left: 480px;
}

.main-search-form form.search span, .main-search-form form.search label, .main-search-form form.search input {
  font-size: 14px;
}

.main-search-form {
  width: 735px;
}

.main-search-form form.search {
  -ms-grid-columns: 700px;
  grid-template-columns: 700px;
  grid-row-gap: 10px;
}

.street-wrapper #street {
  margin-left: 13.5px;
  width: 350px;
  margin-right: 20px;
}

.number-of-rooms-wrapper div {
  padding: 7px 3px;
  margin: 0 0 0 7px;
}

.area-budget-wrapper .area-wrapper .place {
  margin-right: 7px;
}

.area-budget-wrapper .area-wrapper input {
  width: 80px;
  margin-right: 4px;
}

.area-budget-wrapper .area-wrapper label:nth-child(5) {
    margin-left: 7px;
    margin-right: 7px;
}

.area-budget-wrapper .budget-wrapper {
  margin-left: 20px;
}

.area-budget-wrapper .budget-wrapper input {
  width: 90px;
  margin-right: 3px;
  margin-left: 3px;
}

.area-budget-wrapper .budget-wrapper label {
  margin-left: 5px;
}

.tabs-text-1, .tabs-text-2, .tabs-text-3 {
  font-size: 16px;
}

.tabs-image-1, .tabs-image-2, .tabs-image-3 {
  width: 30px;
  height: 30px;
}

.tabs-image-1 > img, .tabs-image-2 > img, .tabs-image-3 > img {
  height: 20px;
  width: 20px;
  margin: 5.5px 0;
}

.summary.entry-summary > .first-block-cart > .col-vo {
  font-size: 20px;
}

.woocommerce-product-gallery::after {
  left: 359px;
  height: 112px;
}

.summary.entry-summary > .price {
  top: 72px;
  left: 362px;
  width: 294px;
  font-size: 32px;
  padding-right: 10px;
  padding-top: 7px;
}

.summary.entry-summary > .price-block {
  top: 117px;
  left: 362px;
  width: 294px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.summary.entry-summary > .related > ul > li > a > .price {
  font-size: 24px !important;
}

.main-wrapper > .main-inner {
  width: 740px;
}

.site-main > .products.tab-1.tab-2.active {
  width: 740px;
  grid-template-columns: repeat(2, 360px);
}

.site-main > .products.tab-1.tab-2.active > li {
  width: 360px !important;
}

.site-main > .products.tab-1.tab-2.active > li > a {
  width: 360px !important;
}

.site-main > .products.tab-1.tab-2.active > li > a > img {
  width: 360px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .area_1 {
  width: 284px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .geography_1 {
  width: 354px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .price {
  font-size: 24px !important;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    
.main-search-wrapper .main-search-header > span > select {
    font-size: 18px;
    width: 180px !important;
}
    
.map.active {
  width: 470px;
  margin: 15px auto;
}

.map.active > div{
  width: 470px !important;
}
  /* ---------------------- Шапка ------------------------------ */

  .header-wrapper {
    -ms-grid-rows: 35px 200px;
    grid-template-rows: 35px 200px;
    margin-bottom: 60px;
  }

  /* ---------------------- Линия в шапке ------------------------------ */

  .header-line {
    width: 470px;
    height: 35px;
    grid-template-columns: 1fr  !important;
  }

  .header-line__country {
    padding-left: 5px;
  }

  .header-line__country > span {
    font-size: 14px;
    margin-top: 5px;
  }

  .header-line__country > span > select {
    font-size: 14px;
    padding-left: 5px;
  }

  .header-line__address > span {
    font-size: 14px;
  }

  .header-line__address {
    padding-right: 0;
  }

  /* ---------------------- Часть шапки с лооготипом ------------------------------ */

  .header-info {
    width: 470px;
    height: 250px;
    -ms-grid-columns: 140px 190px 140px;
    grid-template-columns: 140px 180px 150px;
    -ms-grid-rows: 250px;
    grid-template-rows: 250px;
  }

  /* ---------------------- Часть шапки с лооготипом - Логотип ------------------------------ */

  .header-info__logo-block .logo {
    width: 140px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском ------------------------------ */

  .header-info__search-block {
    -ms-grid-rows: 141px 65px 44px;
    grid-template-rows: 141px 65px 44px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Меню ------------------------------ */

  .menu {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .menu > ul > li {
    display: inline-block;
    height: 20px;
    margin-right: 0;
  }

  .menu > ul > li:nth-child(5) {
    display: block;
  }

  .menu > ul > li > a {
    font-size: 14px;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - Поиск ------------------------------ */

  .tab-search {
    position: absolute;
    margin: 20px;
    left: 0px;
    z-index: 1;
  }

  .tab-search:before {
    content: url(../img/loop.png);
    top: 167px;
    left: -100px;
  }

  .header-search-area {
    font-size: 14px;
    padding-left: 60px;
    width: 326px;
    height: 65px;
    position: absolute;
    left: 0;
  }

  /* ---------------------- Часть шапки с лооготипом - Блок с поиском - расширенный поиск ------------------------------ */

  .global-search {
    padding: 20px 15px 0 0;
    position: absolute;
    top: 0px;
    left: -135px;
  }

  .global-search a span {
    height: 20px;
    font-size: 11px;
    vertical-align: middle;
  }

  .global-search a img {
    height: 14px;
  }


  /* ---------------------- Часть шапки с лооготипом - Блок с номерои телефона ------------------------------ */

  .header-info__phone-block {
    -ms-grid-columns: 150px;
    grid-template-columns: 150px;
    -ms-grid-rows: 112px 75px;
    grid-template-rows: 112px 75px;
    padding: 30px 0 45px 0;
  }

  .header-info__phone-block .request-item1 {
    -ms-grid-columns: 15px 125px;
    grid-template-columns: 15px 125px;
    grid-column-gap: 5px;
    margin: 20px 0 0 5px;
    font-size: 14px;
  }

  .header-info__phone-block .request-item2 {
    -ms-grid-columns: 15px 125px;
    grid-template-columns: 15px 125px;
    grid-column-gap: 5px;
    margin: 20px 0 0 5px;
    font-size: 14px;
  }

  .request-item1,
  .request-item2 {
    -ms-grid-columns: 15px 125px;
    grid-template-columns: 15px 125px;
    grid-column-gap: 5px;
    margin: 20px 0 0 5px;
    font-size: 14px;
  }

  .request-item1 {
    margin-top: 30px;
  }

  .header-info__phone-block .phone-number {
    -ms-grid-rows: 26px 18px;
    grid-template-rows: 26px 18px;
  }

  .header-info__phone-block .phone-number .number {
    font-size: 16px;
    margin-left: 5px;
  }

  .header-info__phone-block .phone-number .mail {
    font-size: 14px;
    width: 125px;
    margin-left: 5px;
  }

  .phone-number {
    width: 150px;
  }

  .request {
    width: 150px;
  }

  /* ---------------------- Слайдер под шапкой ------------------------------ */

  .slider-wrapper {
    height: 500px;
  }

  .slider-wrapper .slider {
    width: 450px;
    height: 500px;
  }

  .slider-item-inner {
    height: 500px;
  }

  .slider-item-inner .slider-item {
    height: 500px;
    -ms-grid-columns: 450px;
    grid-template-columns: 450px;
    -ms-grid-rows: 350px 150px;
    grid-template-rows: 350px 150px;
  }

  .slider-item-inner .slider-item .slider-photo-text {
    top: 15px;
    font-size: 18px;
    height: 35px;
    width: 250px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .slider-item-inner .slider-item .slider-text-text {
    font-size: 16px;
    width: 420px;
    margin: 10px auto 15px 10px;
  }

  .slider-item-inner .slider-item .slider-text-link a {
    font-size: 14px;
    margin-left: 10px;
  }

  /* ---------------------- Карточки с типами недвижимости ------------------------------ */

  .types-property-wrapper {
    margin: 30px 0 0 0;
    height: 1000px;
  }

  .types-property-wrapper .types-property-container {
    width: 480px;
    -ms-grid-columns: (360px);
    grid-template-columns: repeat(1, 360px);
    -ms-grid-rows: (360px);
    grid-template-rows: repeat(3, 300px);
    grid-row-gap: 20px;
  }

  .types-property-wrapper .types-property-container-item.suburban-property,
  .types-property-wrapper .types-property-container-item.urban-property,
  .types-property-wrapper .types-property-container-item.office-property {
    -ms-grid-rows: 77px 168px 55px;
    grid-template-rows: 77px 168px 55px;
  }

  .urban-property-header,
  .office-property-header,
  .suburban-property-header {
    font-weight: 600;
    font-size: 24px;
    padding: 30px 0 0 20px;
    width: 240px;
  }

  .urban-property-button,
  .office-property-button,
  .suburban-property-button {
    -ms-grid-columns: 145px 145px;
    grid-template-columns: 145px 145px;
  }

  .urban-property-button__buy,
  .urban-property-button__rent,
  .office-property-button__buy,
  .office-property-button__rent,
  .suburban-property-button__buy,
  .suburban-property-button__rent {
    width: 145px;
    height: 40px;
    font-size: 18px;
    padding: 11px 0;
  }

  .suburban-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (40px);
    grid-template-rows: repeat(2, 40px);
    padding-top: 20px;
  }

  .suburban-property-types-item > a {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
  }

  .urban-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (40px);
    grid-template-rows: repeat(2, 40px);
    padding-top: 20px;
  }

  .urban-property-types-item > a {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
  }

  .office-property-types {
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (40px);
    grid-template-rows: repeat(2, 40px);
    padding-top: 20px;
  }

  .office-property-types-item > a {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
  }

  /* ---------------------- Карточки спецпредложений ------------------------------ */

  .special-offer-wrapper {
    height: 1800px;
  }

  .special-offer-wrapper .special-offer {
    width: 480px;
  }

  .special-offer-wrapper .special-offer__header {
    height: 75px;
  }

  .special-offer-wrapper .special-offer__header h2 {
    font-size: 30px;
  }

  .special-offer-wrapper .special-offer__other {
    height: 108px;
    padding-top: 30px;
  }

  .special-offer-wrapper .special-offer__other a {
    font-weight: 400;
    font-size: 18px;
  }

  .special-offer__price {
    -ms-grid-columns: (230px);
    grid-template-columns: repeat(2, 230px);
    -ms-grid-rows: (300px);
    grid-template-rows: repeat(5, 300px);
    grid-gap: 20px;
  }

  .special-offer__price-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .special-offer__price-item:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .special-offer__price-item:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .special-offer__price-item:nth-child(4) {
    grid-row: 4;
    grid-column: 1 / 3;
  }

  .special-offer__price-item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 1 / 3;
    grid-row: 5;
  }

  .special-offer__price-item:nth-child(1) .price-item-location {
    width: 400px;
  }

  .special-offer__price-item:nth-child(5) .price-item-location {
    width: 400px;
  }

  .special-offer__price-item:nth-child(4) .price-item-location {
    width: 400px;
  }

  .special-offer__price-item .price-item-location {
    top: 10px;
    height: 60px;
    width: 400px;
    opacity: 0.7;
    -ms-grid-rows: (1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .special-offer__price-item .price-item-location-address {
    font-size: 18px;
    padding-left: 10px;
  }

  .special-offer__price-item .price-item-location-district {
    padding: 5px 0 0 10px;
  }

  .price-item-price {
    height: 60px;
    width: 300px;
  }

  .price-item-price .price-type {
    font-size: 16px;
    padding-right: 15px;
  }

  .price-item-price .price-rang {
    font-size: 24px;
    font-weight: 700;
    padding-right: 15px;
  }

  /* ---------------------- Бонусы при обращение к нам ------------------------------ */

  .bonus-wrapper {
    height: 1600px;
  }

  .bonus-wrapper .bonus-inner {
    height: 1400px;
    width: 480px;
  }

  .bonus-wrapper .triangle {
    border-left: 240px solid transparent;
    border-right: 240px solid transparent;
    border-top: 50px solid #e5e4e4;
    margin: 70px auto 0 auto;
  }

  .bonus-item__header-logo > img {
    width: 40px;
  }

  .bonus-header {
    height: 120px;
    padding-top: 45px;
  }

  .bonus-header span {
    font-size: 30px;
  }

  .bonus-inner {
    -ms-grid-columns: (263px);
    grid-template-columns: repeat(1, 263px);
    -ms-grid-rows: (350px);
    grid-template-rows: repeat(4, 350px);
    grid-gap: 15px;
  }

  .bonus-inner .bonus-item {
    padding: 20px 0 0 15px;
    width: 263px;
    height: 350px;
    -ms-grid-columns: 64px 158px;
    grid-template-columns: 64px 158px;
    -ms-grid-rows: 64px 200px;
    grid-template-rows: 64px 200px;
    grid-row-gap: 15px;
  }

  .bonus-inner .bonus-item__header-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .bonus-inner .bonus-item__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }

  /* ---------------------- С нами просто и надежно ------------------------------ */

  .service-wrapper {
    height: 850px;
    margin-top: 70px;
  }

  .service-wrapper .service {
    width: 480px;
  }

  .service-wrapper .service-logo-text {
    padding-bottom: 35px;
  }

  .service-wrapper .service-logo-text span {
    font-size: 30px;
  }

  .service-bonus {
    -ms-grid-columns: (360px);
    grid-template-columns: repeat(1, 360px);
    -ms-grid-rows: (80px);
    grid-template-rows: repeat(6, 75px);
    grid-row-gap: 20px;
  }

  .service-bonus-item {
    height: 75px;
  }

  .service-bonus-item span {
    font-size: 18px;
    line-height: 1.2;
  }

  .service-bonus-all {
    padding-top: 30px;
  }

  .service-bonus-all a {
    font-size: 18px;
  }

  /* ---------------------- Обращение ------------------------------ */

  .appeal-wrapper {
    height: 695px;
  }

  .appeal-wrapper .appeal {
    width: 480px;
  }

  .appeal-wrapper .appeal-text {
    width: 300px;
  }

  .appeal-wrapper .appeal-text::before {
    height: 500px;
    right: 300px;
  }

  .appeal-wrapper .appeal-text h4 {
    width: 300px;
    line-height: 1.2;
    padding: 10px 0 15px 10px;
    font-size: 20px;
    margin: 15px 0 15px 0;
  }

  .appeal-wrapper .appeal-text .apeal-text-text {
    width: 300px;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 0 25px 10px;
  }

  .appeal-wrapper .appeal-text .signature {
    padding: 0 0 25px 20px;
  }

  /* ---------------------- Слайдер с отзывами ------------------------------ */

  .about-slider-wrapper {
    height: 685px;
  }

  .about-slider-wrapper .about-slider {
    width: 480px;
  }

  .about-slider-wrapper .about-slider-header {
    padding-top: 66px;
    height: 50px;
  }

  .about-slider-wrapper .about-slider-header span {
    font-size: 30px;
  }

  .slick-arrow {
    display: none !important;
  }

  .about-slider-main {
    width: 480px;
    height: 500px;
    background-color: #fff;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .about-slider-main-text {
    width: 480px;
    -ms-grid-column-align: center;
    justify-self: center;
    padding-left: 25px;
    padding-top: 20px !important;
    position: relative;
    height: 240px;
  }

  .about-slider-main-text span {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2;
    display: inline-block;
  }

  .about-slider-main-text > span > p {
    margin: 5px 0px !important;
  }

  .about-slider-main-text .about-signature {
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* ---------------------- Ответы на вопросы ------------------------------ */

  .question-wrapper {
    height: 840px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5e4e4;
  }

  .question-wrapper .question-inner {
    width: 1170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: end;
    align-content: end;
  }

  .question-wrapper .question-inner .question {
    height: 763px;
    width: 945px;
  }

  .question-header {
    height: 65px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .question-header h5 {
    font-family: "Gotham Pro", serif;
    font-weight: 400;
    font-size: 36px;
    margin: 0;
  }

  .question-header .question-button {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#d997fd),
      to(#ff965a)
    );
    background: linear-gradient(to right, #d997fd, #ff965a);
    -webkit-box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 1px #000;
    width: 390px;
    -ms-grid-columns: 55px 320px;
    grid-template-columns: 55px 320px;
    -ms-flex-line-pack: center;
    align-content: center;
    text-decoration: none;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  .question-header .question-button img {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .question-header .question-button span {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
  }

  .fisrt-question,
  .second-question {
    height: 300px;
  }

  .question-text {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.2;
  }

  .answer-wrapper {
    -ms-grid-columns: 195px 750px;
    grid-template-columns: 195px 750px;
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .answer-wrapper .logo {
    background-repeat: no-repeat;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    width: 102px;
    height: 200px;
  }

  .answer-wrapper .answer {
    background-color: #fff;
    position: relative;
  }

  .answer-wrapper .answer span {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    display: block;
    padding-left: 20px;
  }

  .answer-wrapper .answer span:nth-child(1) {
    padding-top: 22px;
    padding-bottom: 15px;
  }

  .answer-wrapper .answer span:nth-child(2) {
    padding-bottom: 22px;
  }

  .answer-wrapper .answer::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    left: -19px;
    top: 30px;
  }

  .all-question {
    text-align: center;
    padding-top: 35px;
  }

  .all-question a {
    color: #413755;
    font-family: "Gotham Pro", serif;
    font-weight: 400;
    font-size: 18px;
  }

  /* ---------------------- Наши партнеры ------------------------------ */

  .partners-wrapper {
    height: 345px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #413755;
  }

  .partners-wrapper .partners {
    width: 1170px;
  }

  .partners-wrapper .partners-header {
    padding-top: 40px;
    text-align: center;
  }

  .partners-wrapper .partners-header span {
    font-size: 30px;
    font-weight: 700;
    font-family: "Gotham Pro", serif;
    color: #ffffff;
    line-height: 1;
  }

  .partners-wrapper .partners-slider {
    width: 945px;
    height: 240px;
    padding: 49.5px 0;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .partners-wrapper .partners-slider-item {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 189px;
    height: 141px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  /* ---------------------- Форма ------------------------------ */

  .form-wrapper {
    height: 650px;
  }
  
  
  .form-wrapper .form {
    width: 470px;
    height: 500px;
  }
  
  .form-wrapper .form-header {
    font-size: 18px;
    padding-top: 15px;
    width: 450px;
}
  
  .form-wrapper > .form form > p {
    width: 426px;
    height: 45px;
    display: inline-block;
    margin: 0;
    margin-top: 15px;
  }
  
  .form-wrapper > .form form p:nth-child(2) {
    margin: 0;
    margin-top: 15px;
  }
  
  .form-wrapper > .form form p:nth-child(4) {
    margin: 0;
    margin-top: 15px;
  }
  
  .form-wrapper > .form form p:nth-child(5) {
    margin: 0;
    margin-top: 15px;
    width: 426px;
    height: 110px;
  }
  
  .form-wrapper > .form form p:nth-child(6) {
    margin: 0;
    width: 335px;
  }
  
  .form-wrapper > .form form > p > span {
    width: 426px;
  }
  
  .form-wrapper > .form form > p > span > textarea.textarea-1 {
    width: 426px;
  }
  
  input.your-name-1, input.your-phone-1, input.your-mail-1 {
    width: 426px;
  }
  

  /* ---------------------- Список недвижимости перед футером ------------------------------ */

  .about-footer-wrapper {
    height: 380px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5e4e4;
  }

  .about-footer-wrapper .about-footer-inner {
    background-color: #e5e4e4;
    width: 1170px;
    padding: 50px 112px 0 15px;
  }

  .about-footer-wrapper .about-footer-inner .about-footer {
    width: 1043px;
    height: 220px;
    -ms-grid-columns: 165px 263px 262px 263px;
    grid-template-columns: 165px 263px 262px 263px;
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
    grid-gap: 30px;
  }

  .about-footer-wrapper .about-footer-inner .about-footer-logo {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .urban-header,
  .suburban-header,
  .office-header {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #383838;
    font-weight: 700;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .urban-types,
  .suburban-types,
  .office-types {
    color: #383838;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    display: block;
  }

  /* ---------------------- Футер ------------------------------ */

  .footer-section {
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #413755;
  }

  .footer-section .footer {
    width: 1140px;
    -ms-grid-columns: 263px 263px 195px;
    grid-template-columns: 263px 263px 195px;
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-phone-inner {
    width: 263px;
    height: 77px;
    margin-top: 30px;
    background-color: #847e90;
  }

  .footer-phone-inner a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Gotham Pro", serif;
    padding-left: 5px;
    line-height: 1;
  }

  .footer-phone-inner .footer-number {
    font-size: 26px;
    color: #ffffff;
    padding-left: 5px;
    line-height: 1.75;
  }

  .footer__country span {
    font-weight: 400;
    font-size: 18px;
    color: #9f9aa8;
    padding-top: 25px;
    margin-bottom: 25px;
  }

  .footer__country span a {
    color: #fec5a3;
    text-decoration: none;
    border-bottom: 1px dotted #fec5a3;
  }

  .footer__address {
    -ms-grid-columns: 20px 350px;
    grid-template-columns: 20px 350px;
  }

  .footer__address span {
    font-weight: 400;
    font-size: 18px;
    color: #9f9aa8;
  }

  .footer__address span a {
    text-decoration: none;
    color: #fec5a3;
    border-bottom: 1px solid #fec5a3;
    margin-right: 10px;
  }

  .footer__country > span {
    font-weight: 400;
    font-size: 18px;
    color: #9f9aa8;
    line-height: 1;
  }

  .footer__country > span > select {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    margin: 0 0 10px 5px;
    padding-left: 5px;
    color: #fec5a3;
    border-bottom: 1px dotted #fec5a3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .footer__country__address {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-right: 15px;
  }

  .footer__country__address > span {
    color: #9f9aa8;
    font-size: 16px;
    font-weight: 400;
  }

  .footer__country__address > span > img {
    margin-right: 5px;
  }

  .footer__country__address > span > a {
    text-decoration: none;
    color: #fec5a3;
    border-bottom: 1px solid #fec5a3;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .about-footer-wrapper {
    height: auto;
  }

  .about-footer-wrapper .about-footer-inner {
    width: 480px;
    padding: 0;
    padding-top: 10px;
    margin: 0 auto;
}

.about-footer-wrapper .about-footer-inner .about-footer {
  width: 350px;
  height: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (1fr);
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 0px;
}

.urban-header, .suburban-header, .office-header {
  padding-top: 15px;
}

.footer-section .footer {
  width: 480px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 150px;
  grid-template-rows: 150px;
}

.footer-phone-inner a {
  font-size: 14px;
}

.footer-phone-inner {
  width: 150px;
  height: 55px;
}

.footer__address span {
  font-size: 16px;
}

.footer__address {
  -ms-grid-columns: 20px 150px;
  grid-template-columns: 20px 150px;
  margin-top: 30px;
}

.footer-section {
  height: 150px;
}

.footer-request {
  margin-top: 10px;
  margin-left: 10px;
}

.request-item1 {
  margin-top: 20px;
}

.footer-phone-inner .footer-number {
  font-size: 16px;
}

.about-footer-wrapper .about-footer-inner .about-footer {
  margin-left: 20px;
}

.about-slider-main-text {
  width: 450px;
  padding-left: 25px;
  padding-top: 20px !important;
  height: 500px;
}

.about-slider-main {
  width: 450px;
  height: 500px;
}

.about-slider-main-text > span > p {
  width: 410px;
}

.related.products > ul.products {
  width: 480px !important;
  grid-template-columns: repeat(1, 360px) !important;
  grid-row-gap: 15px;
  justify-content: center !important;
}

.related > .products > li.product:nth-child(3) {
  grid-column: 1;
  justify-self: center;
  grid-row: 1;
}

.related > .products > li.product:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
}

.related > .products > li.product:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
  justify-self: center;
}

.woocommerce-tabs, .woocommerce-Tabs-panel {
  width: 470px !important;
}

.site-main {
  width: 470px !important;
}

.woocommerce-breadcrumb {
  width: 470px !important;
  font-size: 14px;
  margin-bottom: 10px;
} 

.summary {
  width: 470px !important;
}

.header-info__search-block > div > label.tab-search {
  position: absolute;
  top: 3px !important;
  left: -150px;
}

.header-search-area {
  left: -146px;
}

.question-wrapper .question-inner {
  width: 470px;
}

.question-header h5 {
  font-size: 20px;
}

.question-header .question-button {
  width: 250px;
  -ms-grid-columns: 30px 220px;
  align-self: center;
  grid-template-columns: 30px 220px;
}

.question-header .question-button img {
  align-self: center;
  width: 20px;
  height: 20px;
}

.question-header .question-button span {
  font-size: 13px;
  }

  .answer-wrapper .logo  {
    display: none;
  }


  .question-wrapper .question-inner .question {
    height: 863px;
    width: 470px;
  }

  .answer-wrapper {
    display: block;
    width: 470px;
  }

  .question-wrapper {
    height: 950px;
  }

  .partners-wrapper .partners {
    width: 470px;
}

.partners-wrapper .partners-header {
  padding-top: 20px;
}

.partners-wrapper .partners-header span {
  font-size: 22px;
}

.partners-wrapper .partners-slider {
  width: 470px;
}

.first-company-wrapper, .second-company-wrapper, .third-company-wrapper, .first-contact-wrapper, .second-contact-wrapper, .third-contact-wrapper, .first-blog-wrapper, .second-blog-wrapper, .third-blog-wrapper, .first-vacancy-wrapper, .second-vacancy-wrapper, .third-vacancy-wrapper {
  width: 470px;
}

.first-company-wrapper > div:nth-child(1), .second-company-wrapper > div:nth-child(1), .third-company-wrapper > div:nth-child(1), .first-contact-wrapper > div:nth-child(1), .second-contact-wrapper > div:nth-child(1), .third-contact-wrapper > div:nth-child(1), .first-blog-wrapper > div:nth-child(1), .second-blog-wrapper > div:nth-child(1), .third-blog-wrapper > div:nth-child(1), .first-vacancy-wrapper > div:nth-child(1), .second-vacancy-wrapper > div:nth-child(1), .third-vacancy-wrapper > div:nth-child(1) {
  font-size: 18px;
}

.first-company-wrapper > div:nth-child(2), .second-company-wrapper > div:nth-child(2), .third-company-wrapper > div:nth-child(2), .first-contact-wrapper > div:nth-child(2), .second-contact-wrapper > div:nth-child(2), .third-contact-wrapper > div:nth-child(2), .first-blog-wrapper > div:nth-child(2), .second-blog-wrapper > div:nth-child(2), .third-blog-wrapper > div:nth-child(2), .first-vacancy-wrapper > div:nth-child(2), .second-vacancy-wrapper > div:nth-child(2), .third-vacancy-wrapper > div:nth-child(2) {
  font-size: 15px;
}

.request-item1 > span, .request-item2 > span {
  width: 120px;
}

.map-contact > div {
  width: 470px !important;
}

.map-contact {
  width: 470px;
}

.related.products {
  width: 470px !important;
}

.booking-wrapper {
  width: 470px;
}

.realtor-number-wrapper > .phone-number {
  font-size: 16px;
}

.flex-direction-nav {
  display: none;
}

.woocommerce-product-gallery {
  width: 470px !important;
  padding: 0 !important;
  height: 320px;
}

.woocommerce-product-gallery::before {
  width: 470px;
}

.flex-viewport {
  height: 300px !important;
  width: 470px !important;
}

.woocommerce-product-gallery__image {
  width: 470px !important;
  height: 300px !important;
}

.flex-viewport > .woocommerce-product-gallery__wrapper > .clone {
  width: 430px !important;
}

.woocommerce-product-gallery__image > a > img {
  width: 470px !important;
  height: 300px !important;
}

.summary.entry-summary > .spec > .specification:nth-child(1) {
  padding-top: 0px;
}

.spec {
  margin-left: 10px !important;
}

.summary.entry-summary > .first-block-cart > .col-vo {
  font-size: 16px;
}

.summary.entry-summary > .first-block-cart {
  width: 220px;
  height: 70px;
  top: 25px;
  left: 10px;
  font-size: 13px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 25px;
  right: 10px;
}

.woocommerce-product-gallery::after {
  left: 230px;
  height: 82px;
}

.summary.entry-summary > .price {
  top: 50px;
  left: 233px;
  width: 200px;
  font-size: 22px;
}

.summary.entry-summary > .price-block {
  top: 83px;
  left: 233px;
  width: 200px;
}

.woocommerce-ordering {
  width: 470px !important;
}

.woocommerce-ordering, .woocommerce-ordering > a {
  font-size: 12px !important;
}

.orderby-link {
  margin: 0 5px;
}

.search-wrapper, .search-wrapper > .search-inner {
  width: 470px;
}

.main-search-wrapper .main-search-header {
  height: 50px;
  width: 300px;
  margin: 20px 0 0 20px;
  margin-bottom: 40px;
} 

.main-search-wrapper .main-search-header:before {
  height: 70px;
}

.main-search-wrapper .main-search-header > span > select {
  font-size: 18px;
  width: 120px;
  margin-right: 2px;
  margin-top: 10px;
}

.street-wrapper #street {
  margin-left: 5px;
  width: 150px;
  margin-right: 5px;
}

.main-search-form form.search {
  padding: 10px 0 0 10px;
}

.tabs-wrapper {
  top: 3px;
  left: 320px;
} 

.main-search-form form.search span, .main-search-form form.search label, .main-search-form form.search input {
  font-size: 12px;
}

.main-search-wrapper {
  width: 470px;
}

.main-search-form {
  width: 470px;
  height: auto;
}

.number-of-rooms-wrapper div {
  padding: 7px 0px 7px 3px;
  margin: 0 0 0 3px;
}

.main-search-wrapper {
  width: 470px;
}

.main-search-form {
  width: 470px;
  height: auto;
}

.main-search-form form.search {
    -ms-grid-columns: 454px;
    grid-template-columns: 454px;
}

.main-search-form form.search span, .main-search-form form.search label, .main-search-form form.search input {
  font-size: 12px;
}

.street-wrapper #street {
  margin-left: 13px;
}

.number-of-rooms-wrapper > span {
  width: 144px;
}

.number-of-rooms-wrapper  {
  height: 72px;
  align-items: start;
  position: relative;
}

.number-of-rooms-wrapper > div > label {
  align-self: start;
  vertical-align: top;
}

.number-of-rooms-wrapper div {
  height: 32px;
}

.number-of-rooms-wrapper > div:nth-child(6) {
  position: absolute;
  bottom: 0;
  right: 284px;
}

.number-of-rooms-wrapper div {
  width: 75px;
}

.main-search-form form.search {
  grid-template-rows: 36px 72px 72px 36px
}

.number-of-rooms-wrapper > span {
  width: 921x;
}

.number-of-rooms-wrapper > div:nth-child(7) {
  position: absolute;
  bottom: 0;
  right: 190px;
  width: 90px;
}

.number-of-rooms-wrapper > div:nth-child(8) {
  position: absolute;
  right: 112px;
  bottom: 0;
  width: 75px;
}

form input {
  padding-left: 5px;
}

.area-budget-wrapper .area-wrapper label {
  margin-right: 13px;
}

.number-of-rooms-wrapper > span {
  width: 91px;
}

.area-budget-wrapper  {
  align-items: start;
  position: relative;
}

.area-budget-wrapper .budget-wrapper {
  position: absolute;
  bottom: 0;
  left: -20px;
}

#start-price {
    margin-left: 22px;
}

.area-budget-wrapper .area-wrapper input {
  height: 32px;
  width: 100px;
}

.area-budget-wrapper .budget-wrapper input {
  height: 32px;
  width: 100px;
}

.main-search-form {
  height: auto;
}

.woocommerce-ordering {
  padding-left: 10px;
  padding-right: 10px;
}

.specification {
  width: 470px;
  grid-template-columns: 1fr 2fr;
}

.main-wrapper > .main-inner {
  width: 470px;
}

.main-wrapper > .main-inner > .main-inner-header, .site-main > .products > li.product > a {
  margin-left: 0;
  grid-template-columns: 117.5px 117.5px 117.5px 117.5px;
  -ms-grid-columns: 117.5px 117.5px 117.5px 117.5px;
  grid-template-rows: 30px 30px;
  width: 470px !important;
}

.woocommerce-LoopProduct-link > div, .woocommerce-LoopProduct-link > span, .main-inner-header > span {
  font-size: 12px !important;
}

.main-innner, .main-inner-header, .site-main > .products > li.product {
  width: 470px !important;
}

.book {
  display: none;
}

.main-inner-header > span:nth-child(7) {
  grid-column: 4;
  grid-row: 1;
}

.main-inner-header > span:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.floor_1 {
  grid-row: 2;
  grid-column: 1;
  font-weight: 400 !important;
}

.main-inner-header > span:nth-child(6) {
  grid-row: 2;
  grid-column: 2;
}

.price_per_meter_1 {
  grid-row: 2;
  grid-column: 2;
}

.geography_1 {
  grid-row: 1;
  grid-column: 3;
}

.price {
  grid-column: 3;
  grid-row: 2;
}

.woocommerce-LoopProduct-link > img {
  grid-column: 4;
}

.woocommerce-pagination {
  grid-template-columns: 85px 375px;
  width: 470px;
}

.site-main > .products.tab-1.tab-2.active {
  width: 470px;
  grid-template-columns: repeat(1, 360px);
}

.site-main > .products.tab-1.tab-2.active > li {
  margin-bottom: 10px;
}





}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
 
.map.active {
  width: 320px;
  margin: 15px auto;
}

.map.active > div{
  width: 320px !important;
}
  .header-wrapper {
    -ms-grid-rows: 35px 262px;
    grid-template-rows: 35px 262px;
    margin-bottom: 30px;
}

  .header-line {
    width: 320px;
}

.header-info {
  width: 320px;
  height: 262px;
  -ms-grid-columns: 180px 140px;
  grid-template-columns: 180px 140px;
  -ms-grid-rows: 180px 300px;
  grid-template-rows: 180px 300px;
}

.header-info__logo-block .logo {
  width: 180px;
}

.header-info__phone-block {
  -ms-grid-columns: 120px;
  grid-template-columns: 120px;
  -ms-grid-rows: 100px 75px;
  grid-template-rows: 100px 75px;
  padding: 10px 0 0 0;
  grid-column: 2;
  grid-row: 1;
}

.header-info__phone-block .request-item2 {
  -ms-grid-columns: 20px 200px;
  grid-template-columns: 20px 200px;
  grid-column-gap: 5px;
  margin: 10px 0 0 3px;
  font-size: 13px;
}

.header-info__phone-block .request-item1 {
    -ms-grid-columns: 20px 200px;
    grid-template-columns: 20px 200px;
    grid-column-gap: 5px;
    margin: 25px 0 0 3px;
    font-size: 13px;
}

.header-info__phone-block .phone-number .number {
  font-size: 15px;
  margin-left: 5px;
}

.header-info__phone-block .phone-number .mail {
  font-size: 13px;
  margin-left: 5px;
}

.header-info__phone-block .phone-number {
  -ms-grid-rows: 18px 15px;
  grid-template-rows: 18px 15px;
  height: 45px;
}

.header-info__search-block {
  -ms-grid-rows: 143px 75px 44px;
  grid-template-rows: 70px 60px 44px;
  grid-column: 1/3;
  grid-row: 2;
}

.menu > ul > li {
  margin-right: 5px;
}

.menu > ul > li > a {
  font-size: 14px;
}

.header-search-area {
  font-size: 14px;
  padding-left: 50px;
  width: 320px;
  height: 60px;
  left: 0;
}

.header-info__search-block > div > label.tab-search {
  position: absolute;
  top: -3px !important;
  left: 0px;
}

.global-search {
  padding: 10px 15px 0 0;
}

.global-search {
  left: 0px;
}

.header-wrapper {
  -ms-grid-rows: 35px 350px;
  grid-template-rows: 35px 350px;
}

.slider-wrapper .slider {
  width: 320px;
  height: 400px;
}

.slider-wrapper {
  height: 400px;
}

.slider-item-inner {
  height: 400px;
}

.slider-item-inner .slider-item {
  height: 400px;
  -ms-grid-columns: 320px;
  grid-template-columns: 320px;
  -ms-grid-rows: 250px 100px;
  grid-template-rows: 250px 100px;
}

.slider-item-inner .slider-item .slider-photo-text {
    font-size: 16px;
}

.slider-item-inner .slider-item .slider-text-text {
  font-size: 14px;
  width: 300px;
  margin: 10px auto 15px 10px;
}

.phone-number {
  width: 140px;
}

.urban-property-button__buy, .urban-property-button__rent, .office-property-button__buy, .office-property-button__rent, .suburban-property-button__buy, .suburban-property-button__rent {
  width: 125px;
  height: 30px;
  padding: 7px 0;
}

.types-property-wrapper .types-property-container-item.suburban-property, .types-property-wrapper .types-property-container-item.urban-property, .types-property-wrapper .types-property-container-item.office-property {
  -ms-grid-rows: 77px 178px 45px;
  grid-template-rows: 77px 178px 45px;
}

.types-property-wrapper {
  margin: 20px 0 40px 0;
  height: 950px;
}

.special-offer-wrapper .special-offer {
  width: 320px;
}

.special-offer__price {
  -ms-grid-columns: (150px);
  grid-template-columns: repeat(2, 150px);
  -ms-grid-rows: (200px);
  grid-template-rows: repeat(5, 200px);
  grid-gap: 20px;
}

.special-offer__price-item:nth-child(1) .price-item-location {
  width: 300px;
}

.special-offer__price-item .price-item-location {
  width: 300px;
}

.special-offer__price-item:nth-child(4) .price-item-location {
  width: 300px;
}

.special-offer__price-item:nth-child(5) .price-item-location {
  width: 300px;
}

.special-offer__price-item .price-item-location-address {
  font-size: 16px;
}

.price-item-price {
  width: 250px;
}

.special-offer-wrapper {
  height: 1250px;
}

.bonus-wrapper .triangle {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.bonus-wrapper .bonus-inner {
  height: 1400px;
  width: 320px;
}

.service-wrapper .service {
  width: 320px;
}

.service-bonus {
  -ms-grid-columns: (310px);
  grid-template-columns: repeat(1, 310px);
}

.service-bonus-item {
  width: 310px;
  -ms-grid-columns: 90px 200px;
  grid-template-columns: 90px 200px;
}

.appeal-wrapper .appeal {
  width: 320px;
  height: 450px;
}

.appeal-wrapper .appeal-text .apeal-text-text {
  font-size: 11px;
  padding: 0 0 10px 5px;
}

.appeal-wrapper .appeal-text h4 {
  padding: 10px 0 15px 10px;
  font-size: 17px;
  margin: 10px 0 5px 0;
}

.about-slider-wrapper .about-slider {
  width: 320px;
}

.about-slider-main {
  width: 310px;
  height: 500px;
}

.about-slider-wrapper .about-slider-header span {
  font-size: 24px;
}

.about-slider-main-text > span > p {
  width: 270px;
}

.about-slider-main-text > span > p {
  margin: 2px 0px !important;
}

.about-slider-main-text {
  width: 310px !important;
}

.appeal-wrapper {
  height: 450px;
}

.appeal-wrapper .appeal-text::before {
  height: 420px;
  right: 300px;
}

.menu {
  margin-left: 10px;
}

.partners-wrapper .partners {
  width: 320px;
}

.types-property-wrapper .types-property-container {
    width: 320px;
    -ms-grid-columns: (310px);
    grid-template-columns: repeat(1, 310px);
}

.types-property-wrapper {
  margin: 56px 0 70px 0;
  height: 1000px;
}

.partners-wrapper .partners-slider {
  width: 320px;
}

.partners-wrapper .partners-slider-item {
  width: 150px !important;
}

.partners-wrapper .partners-slider {
  height: 240px;
}

.partners-wrapper {
  height: 320px;
}

.form-wrapper .form {
    width: 300px;
    height: 500px;
}

.form-wrapper {
  height: 600px;
}

.form-wrapper .form-header {
    font-size: 16px;
    width: 280px;
}

.form-wrapper > .form form > p > span {
  width: 250px;
}

input.your-name-1, input.your-phone-1, input.your-mail-1 {
  width: 250px;
}

.form-wrapper > .form form > p {
  width: 250px;
}

.form-wrapper > .form form > p > span > textarea.textarea-1 {
  width: 250px;
}

.form-wrapper > .form form p:nth-child(5) {
  width: 250px;
}

.form-wrapper > .form form p:nth-child(6) {
  width: 250px;
}

.button-1 {
  width: 250px;
  font-size: 16px;
}

.about-footer-wrapper .about-footer-inner {
  width: 320px;
}

.urban-header, .suburban-header, .office-header {
  font-size: 16px;
}

.urban-types, .suburban-types, .office-types {
  font-size: 14px;
}

.footer-request {
  grid-column: 2;
  grid-row: 1;
}

.request-item1, .request-item2 {
  font-size: 12px;
}

.request-item1 > img, .request-item2 > img {
  width: 13px;
}

.footer__address span {
  font-size: 14px;
  width: 120px;
}

.footer__address {
    margin-top: 10px;
}

.footer-phone-inner {
  margin-top: 10px;
}

.footer-section .footer {
  width: 320px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 75px 75px;
  grid-template-rows: 75px 75px;
}

.request-item1 {
  margin-top: 5px;
}

.question-wrapper .question-inner {
  width: 320px;
}

.question-wrapper .question-inner .question {
  width: 320px;
}

.question-header {
  height: 130px;
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr ;
  grid-template-rows: 1fr 1fr;
}

.question-header h5 {
    text-align: center;
}

.question-header .question-button {
  justify-self: center;
}

.question-text {
  padding: 20px 5px;
  font-size: 14px;
}

.answer-wrapper {
  margin-left: 10px;
  width: 300px;
}

.answer-wrapper .answer span {
  font-size: 14px;
}

.question-wrapper {
  height: 1170px;
}

.question-wrapper .question-inner {
  height: 1070px;
}

.about-footer-wrapper .about-footer-inner .about-footer {
  width: 280px;
}

.request-item1, .request-item2 {
  -ms-grid-columns: 15px 115px;
  grid-template-columns: 15px 115px;
}

.request-item1 > span, .request-item2 > span {
  width: 110px;
}

.request {
  width: 130px;
}

.request-item1 > span, .request-item2 > span {
  width: 100px;
}

.header-info__phone-block .request-item1 {
  -ms-grid-columns: 20px 100px;
  grid-template-columns: 20px 100px;
  grid-column-gap: 2px;
  font-size: 12px;
    margin: 25px 0 0 15px;

}

.header-info__phone-block .request-item2 {
  -ms-grid-columns: 20px 100px;
  grid-template-columns: 20px 100px;
  grid-column-gap: 2px;
    font-size: 12px;
      margin: 10px 0 0 15px;

}

.types-property-wrapper {
  margin: 30px 0 0 0;
}

.question-wrapper .question-inner {
  align-content: start;
}

.question-wrapper {
  height: 1100px;
}

.footer-country {
  margin-left: 5px;
}

.footer-phone {
  margin-left: 15px;
}

.bonus-wrapper .bonus-inner {
  margin: 0 auto;
}

.header-line__address > span {
  font-size: 12px;
}

.first-company-wrapper, .second-company-wrapper, .third-company-wrapper, .first-contact-wrapper, .second-contact-wrapper, .third-contact-wrapper, .first-blog-wrapper, .second-blog-wrapper, .third-blog-wrapper, .first-vacancy-wrapper, .second-vacancy-wrapper, .third-vacancy-wrapper {
  width: 300px;
}

.first-company-wrapper > div:nth-child(1), .second-company-wrapper > div:nth-child(1), .third-company-wrapper > div:nth-child(1), .first-contact-wrapper > div:nth-child(1), .second-contact-wrapper > div:nth-child(1), .third-contact-wrapper > div:nth-child(1), .first-blog-wrapper > div:nth-child(1), .second-blog-wrapper > div:nth-child(1), .third-blog-wrapper > div:nth-child(1), .first-vacancy-wrapper > div:nth-child(1), .second-vacancy-wrapper > div:nth-child(1), .third-vacancy-wrapper > div:nth-child(1) {
  font-size: 16px;
}

.first-company-wrapper > div:nth-child(2), .second-company-wrapper > div:nth-child(2), .third-company-wrapper > div:nth-child(2), .first-contact-wrapper > div:nth-child(2), .second-contact-wrapper > div:nth-child(2), .third-contact-wrapper > div:nth-child(2), .first-blog-wrapper > div:nth-child(2), .second-blog-wrapper > div:nth-child(2), .third-blog-wrapper > div:nth-child(2), .first-vacancy-wrapper > div:nth-child(2), .second-vacancy-wrapper > div:nth-child(2), .third-vacancy-wrapper > div:nth-child(2) {
  font-size: 14px;
}

.map-contact {
  width: 310px;
}

.map-contact > div {
  width: 310px !important;
}

.pum-theme-782 .pum-title, .pum-theme-lightbox-3 .pum-title {
  font-size: 22px;
  line-height: 24px;
  padding-left: 0px !important;
}

.pum-content.popmake-content > div > form > p > label {
  font-size: 14px !important;
}

.pum-content.popmake-content > div > form > p > label > span > input {
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 5px;
  width: 240px;
}

.pum-content.popmake-content > div > form > p > label > span > textarea {
  width: 240px !important;
}

.pum-content.popmake-content > div > form {
  padding: 30px 22px 0 0;
}

.woocommerce-breadcrumb {
  width: 310px !important;
  font-size: 12px;
}

.search-wrapper, .search-wrapper > .search-inner {
  width: 320px;
}

.main-search-wrapper {
  width: 320px;
}

.main-search-wrapper .main-search-header {
  height: 55px;
  width: 310px;
  margin: 5px 0 0 5px;
  margin-bottom: 70px;
}

.main-search-wrapper .main-search-header:before {
  display: none;
}

.main-search-wrapper .main-search-header > span {
  font-size: 10px;
}

.main-search-wrapper .main-search-header > span > select {
  font-size: 16px;
  width: 200px;
  margin-right: 2px;
  margin-top: 0;
}

#country-property {
    text-align: left;
    margin-right: 105px;
    margin-left: 5px;
}

.tabs-wrapper {
  top: 70px;
  left: 5px;
  width: 150px;
  grid-template-columns: 150px 150px;
}

.tabs-wrapper > div:nth-child(3) {
  grid-column: 1/3;
  justify-self: center;
}

.woocommerce-ordering {
  width: 310px !important;
}

.main-search-form {
  width: 320px;
  height: auto;
}

.main-search-form form.search {
    grid-template-rows: 72px 72px 72px;
    align-items: start;
    grid-template-columns: 304px;
  }

.street-wrapper {
  position: relative;
  height: 72px;

  align-items: start;
}

.street-wrapper #buy, .street-wrapper #rent {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: absolute;
}

.street-wrapper > label:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 130px;
}

.street-wrapper > label:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 220px;
}

#buy {
  left: 90px;
  bottom: 0;
}

#rent {
  bottom: 0;
  left: 170px;
}

.site-main {
  width: 320px !important;
}

.woocommerce-product-gallery {
  width: 320px !important;
  height: 220px;
}

.woocommerce-product-gallery::before {
  width: 320px;
}

.flex-viewport {
  height: 220px !important;
  width: 320px !important;
}

.woocommerce-product-gallery__image {
  width: 320px !important;
  height: 220px !important;
}

.flex-viewport > .woocommerce-product-gallery__wrapper > .clone {
  width: 279px !important;
}

.summary.entry-summary >.spec {
  width: 310px;
  margin-left: 680px;
}

.summary {
  width: 320px !important;
}

.specification {
  width: 310px;
}

.first-column {
  font-size: 14px;
}

.second-column {
  font-size: 13px;
}

.realtor-wrapper {
  width: 310px;
  height: 170px;
  grid-template-columns: 210px 100px;
  grid-template-rows: 110px 60px;
}

.realtor-header {
  font-size: 12px;
}

.realtor-name {
  font-size: 12px;
}

.realtor-number-wrapper > .phone-number {
  font-size: 14px;
}

.woocommerce-tabs, .woocommerce-Tabs-panel {
  width: 310px !important;
}

.related.products {
  width: 320px !important;
}

.related.products > ul.products {
  width: 310px !important;
  grid-template-columns: repeat(1, 310px) !important;
  grid-template-rows: 220px;
  grid-row-gap: 5px;
  justify-content: center !important;
}

.related.products > ul.products > li > a > .area_1 {
  width: 234px !important;
}

.summary.entry-summary > .related > ul > li > a > .geography_1 {
  width: 304px !important;
}

.related.products > ul.products > li, .related.products > ul.products > li > a, .related.products > ul.products > li > a > img {
  width: 310px !important;
  height: 220px;
}

.summary.entry-summary > .first-block-cart {
  width: 180px;
  height: 50px;
  font-size: 12px;
}

.summary.entry-summary > .first-block-cart > .col-vo {
  padding-top: 0px;
  font-size: 12px;
}

.woocommerce-product-gallery::after {
  left: 189px;
  height: 62px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 10px;
  right: 10px;
}

.summary.entry-summary > .price {
  top: 75px;
  left: 120px;
  width: 150px;
  font-size: 18px;
}

.summary.entry-summary > .price-block {
  top: 103px;
  left: 120px;
  width: 150px;
  padding-bottom: 0;
}

.products.tab-1 > li.product {
  grid-template-columns: 310px;
}

.booking-wrapper > button.booking {
  width: 300px;
}

.site-main .summary.entry-summary > .woocommerce-tabs.wc-tabs-wrapper > .woocommerce-Tabs-panel {
  padding-left: 5px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 10px !important;
  right: 10px !important;
}

.woocommerce-product-gallery__image > a > img {
  width: 320px !important;
  height: 200px !important;
}

.booking-wrapper {
  width: 300px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  font-size: 12px;
}

.main-wrapper > .main-inner {
  width: 320px;
}

.main-wrapper > .main-inner > .main-inner-header, .site-main > .products > li.product > a {
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  height: 90px;
  grid-template-rows: 30px 30px 30px;
  width: 320px !important;
}

.woocommerce-LoopProduct-link > div, .woocommerce-LoopProduct-link > span, .main-inner-header > span {
  font-size: 10px !important;
}

.main-inner-header > span:nth-child(4) {
  grid-row: 3;
}

.main-inner-header > span:nth-child(5) {
  grid-row: 1;
  grid-column: 2;
}

.main-inner-header > span:nth-child(2) {
  grid-row: 2;
  grid-column: 2;
}

.main-inner-header > span:nth-child(6) {
  grid-row: 3;
  grid-column: 2;
}

.main-inner-header > span:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}

.price {
  grid-column: 2;
  grid-row: 1;
}

.area_1 {
  grid-row: 2;
  grid-column: 2;
}

.price_per_meter_1 {
  grid-row: 3;
  grid-column: 2;
}

.geography_1 {
  grid-row: 3;
  grid-column: 1;
}

.products.tab-1 > li.product {
  height: 90px;
  grid-template-columns: 320px !important;
}

.main-innner, .main-inner-header, .site-main > .products > li.product {
  width: 320px !important;
}

.woocommerce-LoopProduct-link > img {
  grid-column: 3;
  grid-row: 1/4;
  align-self: center;
}

.woocommerce-pagination {
  grid-template-columns: 70px 220px;
  width: 320px;
  font-size: 12px;
}

.woocommerce-pagination > ul.page-numbers > li > a {
  font-size: 10px;
}

.woocommerce-pagination > ul.page-numbers > li > span.page-numbers.current {
  padding: 3px 7px;
  font-size: 10px;
}

.street-wrapper {
  position: relative;
}

.number-of-rooms-wrapper > div:nth-child(8) {
  right: 0;
  width: 61px;
}

.number-of-rooms-wrapper > div:nth-child(7) {
  right: 64px;
  width: 84px;
}

.number-of-rooms-wrapper > div:nth-child(6) {
  right: 151px;
  width: 65px;
}

.main-search-form form.search span, .main-search-form form.search label, .main-search-form form.search input {
  font-size: 11px;
}

.street-wrapper #street {
  height: 32px;
}

.street-wrapper {
  height: 65px;
}

.number-of-rooms-wrapper > div:nth-child(5) {
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 65px;
}

.area-budget-wrapper {
  height: 72px;
}

#end-price , #start-price {
  width: 60px;
}

#end-area, #start-area {
  width: 70px;
}

.use-button {
  width: 200px;
  height: 30px;
}

.main-inner-header > span:nth-child(7) {
  grid-row: 2;
  grid-column: 3;
}

.site-main > .products.tab-1.tab-2.active {
  width: 320px;
  grid-template-columns: repeat(1, 310px);
}

.site-main > .products.tab-1.tab-2.active > li {
  width: 310px !important;
  height: 250px;
}

.site-main > .products.tab-1.tab-2.active > li > a {
  width: 310px !important;
  height: 250px;
}

.site-main > .products.tab-1.tab-2.active > li > a > img {
  width: 310px;
  height: 250px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .area_1 {
  width: 234px;
}

.site-main > .products.tab-1.tab-2.active > li > a > .geography_1 {
  width: 304px;
}

.footer-request {
    width: 135px;
}
}
.types-property-inner,
.place-property-inner{
    color: #000;
    font-family: "Gotham Pro", serif;
    font-weight: 700;
    font-size: 16px;
    align-content: center;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
}
.types-property-inner span,
.place-property-inner select {
    justify-self: end;
    margin-right: 25px;
}
.types-property-inner span select,
.place-property-inner select{
    font-size: 20px;
    border: 0;
    background: none;
    appearance: none;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
.types-property-inner,
.place-property-inner{
    font-size: 14px;

}
.types-property-inner span,
.place-property-inner select {
    justify-self: end;
    margin-right: 15px;
}
.types-property-inner span select,
.place-property-inner select{
    font-size: 18px;

}
}
@media only screen and (max-width: 992px) {
.types-property-inner,
.place-property-inner{
    font-size: 12px;

}
.types-property-inner span,
.place-property-inner select {
    justify-self: end;
    margin-right: 10px;
}
.types-property-inner span select,
.place-property-inner select{
    font-size: 15px;

}
.main-search-form {
    padding-bottom: 20px;
}
}
@media only screen and (max-width: 480px) {
.types-property-inner,
.place-property-inner{
    font-size: 11px;

}
.types-property-inner span select,
.place-property-inner select{
    font-size: 12px;

}

}
.container,
.special_item {
    width: 1140px;
    margin: 0 auto;
}

.container .main-wrapper .main-inner .main-inner-header {
    margin: 0;
    margin-bottom: 15px;
}
.special_item {
    height: 78.25px;
    margin-: 0;
    display: grid;
    text-decoration: none;
    grid-template-columns: 98px 98px 122px 230px 158px 130px 134px 170px;
}
.special_item:nth-child(2n) {
    background-color: #e8e8e8;
}
.special_item:nth-child(2n+1) {
    background-color: #F0D9F7;
}
.special_item div {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    align-self: center;
    line-height: 1;
}
.special_item img {
    width: 90px;
    height: 65px;
    border: 3px solid #D997FD;
    text-decoration: none;
    justify-self: center;
    align-self: center;
}
.woocommerce-product-details__short-description {
    display: none !important;
}
@media only screen and (max-width: 1200px) {
.special_item {
    width: 990px !important;
    grid-template-columns: 68px 78px 112px 160px 128px 130px 134px 150px;
}
.container {
    width: 100%;
}
}
@media only screen and (max-width: 992px) {
.special_item {
    grid-template-columns: 60px 60px 90px 120px 100px 100px 100px 110px;
    -ms-grid-columns: 60px 60px 90px 120px 100px 100px 100px 110px;
    width: 740px !important;
}
}
@media only screen and (max-width: 768px) {
.special_item {
    grid-template-columns: 117.5px 117.5px 117.5px 117.5px;
    -ms-grid-columns: 117.5px 117.5px 117.5px 117.5px;
    grid-template-rows: 30px 30px;
    width: 470px !important;
    align-content: center;
}
.special_item div {
    font-size: 12px !important; 
}
.special_item img {
    grid-row: 1/3;
}
}
@media only screen and (max-width: 480px) {
.special_item {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    height: 90px;
    grid-template-rows: 30px 30px 30px;
    width: 320px !important;
}
.special_item img {
    grid-row: 1/4;
}
}
.woocommerce-product-gallery__image img {
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
}


