@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  box-sizing: border-box;
}

img {
  width: 100%;
}

span, img, a, li, label {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  border: none;
  outline: none;
}

input {
  border: none;
  background: none;
  outline: none;
}

.btn {
  padding: 13px 27px;
  border-radius: 10px;
  background: #0f6485;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn:hover {
  opacity: 0.8;
}

._flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.header-top {
  background: #0f6485;
  color: #fff;
  padding: 26px 0;
}
.header-top a {
  color: #fff;
}

.header-top-phones img {
  width: 26px;
  margin-right: 30px;
}
.header-top-phones li {
  margin-right: 36px;
  position: relative;
}
.header-top-phones li._first:before {
  content: "";
  width: 2px;
  height: 11px;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 5px;
}
.header-top-phones li span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.header-email {
  margin-left: 10px;
}
.header-email ul li img {
  width: 26px;
  margin-right: 15px;
}

.header-top-right ul {
  margin-right: 44px;
}
.header-top-right ul li {
  font-size: 18px;
  margin-right: 20px;
  font-weight: 700;
}

.white-btn {
  color: #000 !important;
  background: #fff;
}

.gray-btn {
  background: #F5F5F5;
  color: #000 !important;
}

.header-menu {
  padding: 10px 0;
}
.header-menu ._logo {
  width: 200px;
  margin-right: 80px;
}
.header-menu ul li {
  margin-right: 40px;
  position: relative;
  height: 50px;
  margin-top: 25px;
}
.header-menu ul li:hover ul {
  display: block;
}
.header-menu ul li:hover:before {
  transform: rotate(180deg);
}
.header-menu ul li a {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.header-menu ul li a:hover {
  color: #0f6485;
}
.header-menu ul li ul {
  position: absolute;
  width: auto;
  min-width: 210px;
  top: 37px;
  left: 10px;
  padding: 15px 0;
  padding-left: 30px;
  background: #fff;
  border-left: 3px solid #0f6485;
  box-shadow: 13px 17px 19px -15px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 1;
}
.header-menu ul li ul li {
  margin-bottom: 10px;
  height: auto;
  margin-top: 0;
}

.header-menu-search .search-field {
  width: 375px;
  height: 45px;
  border-radius: 10px;
  box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
}
.header-menu-search .search-field .field {
  width: 90%;
  height: 100%;
  outline: none;
  border: none;
}
.header-menu-search .search-field img {
  width: 16px;
}

._favorite {
  width: 26px;
  margin-left: 30px;
}

.submenu:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/arrow.png") center;
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 5px;
  transition: all 0.2s ease;
}

.header-search {
  padding: 25px 45px;
  box-shadow: 0px 0px 38px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
}

.header-search-top {
  margin-bottom: 30px;
}
.header-search-top li {
  margin-right: 20px;
}

._reset {
  color: #0f6485;
}

._search-field {
  background: #F5F5F5;
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
}
._search-field span {
  color: #797979;
}
._search-field img {
  width: 12px;
  opacity: 0.7;
}
._search-field input {
  background: #F5F5F5;
  border: none;
  width: 50px;
  outline: none;
}
._search-field input:last-child {
  margin-left: 10px;
}

.header-search-body-item p {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 13px;
}

._city {
  width: 197px;
}

._district, ._type {
  width: 158px;
}

._rooms {
  width: 112px;
}

._price {
  width: 196px;
}

.header-search-body._flex {
  align-items: flex-end;
}
.header-search-body .btn {
  padding: 17px 50px;
}

.header-promo {
  height: 600px;
  background: url("../img/GettyImages-507551802.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
.header-promo h1 {
  padding: 50px 0 60px;
  color: #fff;
  font-size: 36px;
  padding-left: 60px;
}
.header-promo.page-promo {
  height: auto;
  padding: 100px 0;
}

.regions-item {
  width: 380px;
  height: 180px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  background-position: center !important;
  margin-bottom: 20px;
}
.regions-item:hover {
  background-size: 120% !important;
}
.regions-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.regions-item h3 {
  position: absolute;
  bottom: 20px;
  left: 54px;
  color: #fff;
  z-index: 2;
}

.regions {
  margin-top: -230px;
}
.regions h2 {
  padding: 68px 0 22px;
  color: #fff;
  font-size: 36px;
  padding-left: 60px;
}

.advantages {
  padding: 60px 0 80px;
}
.advantages h2 {
  padding-left: 60px;
  font-size: 36px;
  margin-bottom: 40px;
}

.advantages-content._flex {
  align-items: flex-start;
}

.advantages-items {
  width: 47%;
  padding-top: 60px;
}
.advantages-items .advantages-item {
  width: 49%;
  margin-bottom: 60px;
}
.advantages-items .advantages-item._flex {
  justify-content: normal;
}
.advantages-items .advantages-item .advantages-item-img {
  width: 65px;
  margin-right: 12px;
}
.advantages-items .advantages-item p {
  font-weight: 700;
  width: 68%;
}

.advantages-slider {
  padding: 50px 37px;
  background: #F5F5F5;
  border-radius: 20px;
  width: 49%;
}
.advantages-slider h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 7px;
}
.advantages-slider p {
  margin-bottom: 22px;
}

.advantages-slide .advantages-slide-img {
  width: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.advantages-slide .advantages-slide-img img {
  font-size: 0;
}

.advantages-slide-content {
  width: 50%;
}
.advantages-slide-content h4 {
  font-size: 26px;
  margin-bottom: 4px;
}
.advantages-slide-content p {
  font-size: 14px;
  margin-bottom: 26px;
}
.advantages-slide-content ul._phones {
  padding-left: 26px;
  margin-bottom: 15px;
  position: relative;
}
.advantages-slide-content ul._phones:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../img/phone-w.png") no-repeat;
  background-size: 100%;
}
.advantages-slide-content ul._phones li {
  margin-bottom: 4px;
  display: block;
}
.advantages-slide-content ul._links {
  margin-bottom: 34px;
}
.advantages-slide-content ul._links li {
  margin-right: 18px;
}
.advantages-slide-content ul._links li a {
  width: 26px;
}

.advantages-slide-content {
  margin-bottom: 40px;
}

._dots {
  margin-bottom: 48px;
  position: relative;
}
._dots li {
  background: #D9D9D9;
  border-radius: 20px;
  width: 10px !important;
  height: 10px !important;
}
._dots li.slick-active {
  background: #0f6485;
}
._dots li button:before {
  display: none;
}

._slide-arrow {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background: #0f6485;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  position: absolute;
  top: 24%;
  z-index: 9;
}
._slide-arrow img {
  width: 15px;
  height: 15px;
}

._slide-arrow-prev {
  left: -61px;
}

._slide-arrow-next {
  right: -61px;
}

.consulting {
  background: url("../img/consulting.jpg") center no-repeat;
  background-size: cover;
  padding-top: 90px;
  height: 450px;
  margin-bottom: 240px;
}
.consulting h2 {
  padding-left: 60px;
  margin-bottom: 49px;
  color: #fff;
  font-size: 36px;
}
.consulting .consulting-form {
  width: 460px;
  border-radius: 20px;
  box-shadow: 0px 4px 39px -4px rgba(0, 0, 0, 0.15);
  padding: 53px 37px;
  background: #fff;
}
.consulting .consulting-form .btn {
  width: 100%;
  text-align: center;
}
.consulting .consulting-form h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.consulting .consulting-form p {
  font-weight: 700;
  color: #5F5F5F;
  margin-bottom: 44px;
  font-size: 14px;
}
.consulting .consulting-form-field {
  background: #F5F5F5;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px 18px;
  height: 50px;
}
.consulting .consulting-form-field input {
  width: 90%;
  height: 100%;
  font-size: 16px;
}
.consulting .consulting-form-field img {
  width: 19px;
  margin-right: 10px;
}

.consulting-form-content {
  margin-bottom: 40px;
}

.consulting-content {
  width: 50%;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 50px;
}
.consulting-content p {
  margin-bottom: 20px;
}

.consulting-items._flex {
  justify-content: normal;
  align-items: flex-start;
}

.reviews {
  padding: 50px 0 80px 0;
}
.reviews h2 {
  font-size: 36px;
  padding-left: 60px;
  padding-bottom: 60px;
}

.reviews-item-content {
  background: #F5F5F5;
  padding: 0 40px 47px;
  border-radius: 20px;
}

.reviews-item {
  margin: 0 10px;
  text-align: center;
  margin-top: 50px;
}
.reviews-item p {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 300;
}
.reviews-item h3 {
  padding: 15px 0;
  font-size: 18px;
  margin-top: -40px;
}

.reviews-item-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  top: -50px;
  position: relative;
}

._center {
  text-align: center;
}

.add-reviews-btn {
  margin-top: 50px;
}
.add-reviews-btn .btn {
  padding: 17px 133px;
}

._rev-slide-arrow-prev {
  left: -10px;
  top: 50%;
}

._rev-slide-arrow-next {
  right: -10px;
  top: 50%;
}

.news {
  padding: 87px 0 150px;
}
.news h2 {
  font-size: 36px;
  padding-left: 60px;
  font-size: 36px;
}
.news a {
  color: #0f6485;
  text-decoration: underline;
}

.news-items {
  padding: 67px 0;
}
.news-items .news-item {
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  background: #F5F5F5;
}

.news-item-content {
  padding: 20px 30px 25px;
  font-size: 14px;
}
.news-item-content span:first-child {
  color: #6A6A6A;
}
.news-item-content h3 a {
  text-decoration: none;
  color: #0f6485;
}
.news-item-content .news-item-info {
  padding: 12px 0;
}

.news-item-img {
  border-radius: 10px;
  height: 214px;
  overflow: hidden;
}
.news-item-img img {
  min-width: 100%;
  height: 100%;
}

footer {
  padding: 85px 0 120px;
  background: #262626;
  color: #fff;
}
footer a {
  color: #fff;
}
footer h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}
footer li {
  display: block;
  margin-bottom: 9px;
}
footer .container._flex {
  justify-content: normal;
  align-items: flex-start;
}

.footer-logo {
  width: 360px;
}
.footer-logo a {
  width: 240px;
  margin-bottom: 20px;
}
.footer-logo p {
  font-weight: 300;
  font-size: 14px;
}

.footer-contacts ul {
  margin-bottom: 38px;
}
.footer-contacts ul li {
  margin-bottom: 16px;
}
.footer-contacts ul li span {
  font-weight: 700;
  font-weight: 700;
  margin-right: 6px;
}
.footer-contacts ul li a {
  color: #fff;
}

.footer-contacts-email img {
  width: 26px;
}
.footer-contacts-email a {
  font-weight: 300;
  margin-left: 10px;
}

.footer-cities {
  padding: 0 120px;
}
.footer-cities ul {
  columns: 2;
}

.result-items {
  padding: 53px 0 103px;
}

._page-title {
  margin-bottom: 53px;
  padding-left: 100px;
}
._page-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
._page-title p {
  color: #0f6485;
}

.appartments-item {
  width: 49%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 27px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.appartments-item-top {
  padding: 26px;
}
.appartments-item-top._flex {
  align-items: flex-start;
}

.appartments-item-top-left {
  width: 219px;
  height: 219px;
  position: relative;
}

.appartments-item-top-right {
  width: 55%;
}
.appartments-item-top-right h3 {
  padding-top: 9px;
  font-size: 18px;
  margin-bottom: 12px;
  min-height: 72px;
}
.appartments-item-top-right p {
  font-size: 26px;
  font-weight: 700;
  margin-top: 19px;
}
.appartments-item-top-right ul li {
  padding-left: 17px;
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
}
.appartments-item-top-right ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/check.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}

.appartments-item-top-left-slide {
  height: 219px;
  border-radius: 20px;
  overflow: hidden;
}

.appartments-item-top-left-slide-img {
  width: 100%;
  height: 100%;
}

.appartments-item-top-left-slide {
  position: relative;
}
.appartments-item-details {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.appartments-item-details li a {
  width: 30px;
  height: 30px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.appartments-item-details li:last-child {
  padding: 7px 13px;
  background: #fff;
  font-size: 14px;
  border-radius: 20px;
}

.appartments-item-top-left-slide-img {
  position: absolute;
  z-index: 0;
  top: 0;
  overflow: hidden;
}

.appartments-item-bottom {
  padding: 26px;
  background: #F6F6F6;
}

._products-items li {
  margin-right: 22px;
  display: inline-block;
  margin-bottom: 36px;
}

._products-items li .appartments-item-bottom-img {
  width: 35px;
  height: 35px;
  padding: 8px;
  background: #0f6485;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
._products-items li .appartments-item-bottom-data {
  display: inline-block;
  vertical-align: middle;
}
._products-items li .appartments-item-bottom-data p {
  font-size: 14px;
  color: #0f6485;
}

.appartments-item-bottom-btns {
  padding-left: 10px;
  display: block !important;
}
.appartments._flex {
    align-items: self-start;
}
.appartments-item-bottom-btns .btn {
  margin-right: 28px;
}
.appartments-item-bottom-btns a:last-child {
  color: #0f6485;
  text-decoration: underline;
}

.appartments-item-dottes .slick-dots {
  bottom: 45px;
}

._appartments-item_arrows {
  line-height: 35px;
  top: 44%;
  width: 35px;
  height: 35px;
}

.question {
  padding-bottom: 214px;
}

.question-form-field {
  padding: 25px;
  background: #F5F5F5;
  border-radius: 10px;
  width: 33%;
}
.question-form-field img {
  width: 20px;
}
.question-form-field input {
  width: 90%;
}

.question-form-text {
  padding: 25px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 20px;
}
.question-form-text._flex {
  align-items: flex-start;
}
.question-form-text img {
  width: 20px;
}
.question-form-text textarea {
  width: 97%;
  resize: none;
  background: none;
  outline: none;
  border: none;
}

.question-form-btns {
  padding: 30px 0 0 30px;
}
.question-form-btns input {
  display: inline-block;
  vertical-align: middle;
}
.question-form-btns label {
  margin-left: 15px;
}
.question-form-btns label a {
  color: #0f6485;
}

.inner-page header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.crumbs {
  padding: 40px 0;
}
.crumbs ul li {
  vertical-align: middle;
}
.crumbs ul li a {
  color: #0f6485;
  text-decoration: underline;
}

.product-content-left {
  width: 540px;
}

.product-content-left-bottom-slide {
  width: 117px;
  height: 117px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}

.product-content-left-top {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-content {
  background: #F6F6F6;
  padding: 200px 0 80px;
  margin-top: -120px;
}

.product-content-right {
  width: 600px;
  padding-top: 10px;
}
.product-content-right h2 {
  padding: 17px 0 25px;
  font-size: 26px;
  font-weight: 700;
}
.product-content-right p {
  margin-bottom: 33px;
}
.product-content-right ul li {
  padding-left: 18px;
  padding-bottom: 18px;
  margin-right: 15px;
  position: relative;
}
.product-content-right ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/check.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}

.product-content .container._flex {
  align-items: flex-start;
}

.product-content-right-bottom {
  margin-top: 30px;
}
.product-content-right-bottom._flex {
  align-items: center;
}
.product-content-right-bottom p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.product-content-right-bottom-btns .btn {
  margin-right: 28px;
}
.product-content-right-bottom-btns a:last-child {
  color: #0f6485;
  text-decoration: underline;
}

.product-description {
  padding: 80px 0 120px;
}
.product-description h2 {
  font-size: 26px;
  margin-bottom: 46px;
}
.product-description ul li {
  margin-right: 90px;
  margin-bottom: 53px;
}
.product-description ul li:nth-child(4n) {
  margin-right: 90px;
}

.product-description-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-description-content p {
  font-weight: 300;
  margin-bottom: 15px;
}

.mobile-menu-show {
  display: none;
}

.mobile-menu {
  display: none;
}
.recomend{
    padding-bottom: 120px;
}
.recomend h2{
    font-size: 36px;
    padding-left: 60px;
    padding-bottom: 60px;
}
.recomend .appartments-item.long {
    width: 100%;
}

.recomend .appartments-item.long .appartments-item-top-left {
    width: 350px;
    height: 350px;
}
.recomend .long .appartments-item-bottom-btns {
    display: block;
}

.recomend .long ._products-items li {
    margin-right: 50px;
}

.recomend .long .appartments-item-bottom {padding-top: 49px;padding-bottom: 14px;}

.recomend .long .appartments-item-top._flex {
    justify-content: normal;
}

.recomend .long .appartments-item-top-right {
    margin-left: 40px;
}
.recomend .long .appartments-item-top-left-slide {
    height: 350px;
}

.slick-dots li button {
    background: #ccc !important;
    border-radius: 30px !important;
    width: 10px !important;
    height: 10px !important;
}

.slick-dots li button:before {
    display: none;
}

li.slick-active button {
    background: #0f6485 !important;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

.appartments-item-top-left .slick-dots {
    bottom: 12px;
}

.product-content-left-bottom-slide img {
    min-height: 100%;
    width: auto;
}
.appartments-item-top-left-slide-img img {
    height: 100%;
    min-width: 100%;
}
ul._items li a {
    padding: 10px 30px;
    background: #0f6485;
    color: #fff;
    border-radius: 10px;
}


ul._items li {
    margin-right: 10px;
}
.popup {
    padding: 60px 60px 90px;
    width: 640px;
    background: #0f6485;
    color: #fff;
    border-radius: 20px;
}

.popup h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.popup p {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
}

.popup span {
    font-weight: 700;
}

.popup form {
    margin-top: 40px;
}

.popup-field {
    margin-bottom: 20px;
}

.popup-field label {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
}

.popup-field .field {
    background: #fff;
    width: 100%;
    padding: 17px;
    border-radius: 10px;
}

.popup form button {
    padding: 18px;
    width: 100%;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}
._form-policy {
    display: inline-block !important;
    padding-left: 8px !important;
    margin-top: 9px;
}

label._form-policy a {
    color: #fff;
    text-decoration: underline;
    vertical-align: baseline;
}

.fancybox__content {
    padding: 0 !important;
    background: none !important;
}

.fancybox__content .carousel__button {
    margin-top: 100px;
    margin-right: 30px;
}
textarea.field {
    height: 117px;
    resize: none;
}
ul._soc-links {
    margin-left: 30px;
}

ul._soc-links li img {
    margin-right: 0;
}

ul._soc-links li {
    margin-right: 14px;
    width: 30px;
}
section.article-content h1 {font-size: 36px;margin-bottom: 40px;}

.article-content-header img {
}

.article-content-header {
    max-height: 320px;
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    margin-bottom: 40px;
}

.article-content-text {
    font-weight: 300;
}

.article-content-text p {
    margin-bottom: 19px;
    line-height: 21px;
}

.article-content-text h2 {
    margin-bottom: 12px;
}

.article-content-text {
    padding-bottom: 100px;
}
.articles-items.news-items._flex{
    padding-top: 0;
}
a.btn.gray-btn._active {
    background: #0f6485;
    color: #fff !important;
}

.header-search-body-item{
    position: relative;
}
._form-popup {
    position: absolute;
    top: 34px;
    left: 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 2px 5px 11px -1px rgb(0 0 0 / 25%);
    width: 200px;
    z-index: 99;
    max-height: 200px;
    overflow-y: scroll;
}

._form-popup li {
    display: block;
    
}
._form-popup a{
    padding: 8px;
    width: 100%;
}
._hide{
    display: none;
}
section.header-promo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000061;
}
