/*!
Theme Name: MyAparts
Theme URI: http://underscores.me/
Author: WEB TOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myapartslviv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MyAparts is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
	--main-color: #D2AE6D;
	--text-color: #505050;
	--heading-color: #373435;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: var(--text-color);
	line-height: 1.75;
	background: #fcfcfc;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p, ul, ol, blockquote {
	margin-bottom: 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}


.form-field {
	position: relative;
	margin-bottom: 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	width: 100%;
	outline: none;
	background-color: #fff;
	border: 1px solid var(--main-color);
	padding: 10px 20px;
}
textarea {
	height: 120px;
}


.btn {
  font-weight: 500;
  border: 2px solid transparent;
  padding: 11px 30px;
  border-radius: 15px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.btn-outline-primary {
  color: var(--heading-color);
  border-color: var(--main-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: var(--text-color);
}





.white {
	color: #fff;
}


.wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.header {
	position: relative;
	padding: 20px 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	z-index: 99;
}
.home .header {
	position: absolute;
	width: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.75);
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	padding-right: 30px;
}
.header-logo img {
	max-width: 240px;
	width: 100%;
}
.main-menu {
	margin: 0;
	padding: 0 70px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex: auto;
	max-width: inherit;
}
.main-menu li {
	position: relative;
}
.main-menu li a {
	text-transform: uppercase;
	color: var(--heading-color);
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: var(--main-color);
}
.qtranxs_widget {
	padding-left: 30px;
}
.qtranxs_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.qtranxs_widget ul li {
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
}
.qtranxs_widget ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.qtranxs_widget ul li:after {
	content: '';
	background: var(--heading-color);
	width: 1px;
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	right: 0;
	z-index: 1;
}
.qtranxs_widget ul li:last-child:after {
	display: none;
}
.qtranxs_widget ul li a {
	color: var(--heading-color);
}
.qtranxs_widget ul li a:hover {
	color: var(--main-color);
}
.qtranxs_widget ul li.active a {
	font-weight: 500;
	color: var(--heading-color);
}
.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 66px;
	max-width: 66px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}







.section {
	position: relative;
	padding: 80px 0;
	z-index: 1;
}

.soc-links {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 25px;
}
.soc-links li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.soc-links li a {
	display: block;
	width: 30px;
	height: 30px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}
.soc-links li a:hover {
	background-color: var(--heading-color);
}
.soc-links li.soc-links-telegram a {
	-webkit-mask-image: url(images/telegram.svg);
  mask-image: url(images/telegram.svg);
}
.soc-links li.soc-links-facebook a {
	-webkit-mask-image: url(images/facebook.svg);
  mask-image: url(images/facebook.svg);
}
.soc-links li.soc-links-instagram a {
	-webkit-mask-image: url(images/instagram.svg);
  mask-image: url(images/instagram.svg);
}
.soc-links li.soc-links-youtube a {
	-webkit-mask-image: url(images/youtube.svg);
  mask-image: url(images/youtube.svg);
}
.soc-links li.soc-links-whatsapp a {
	-webkit-mask-image: url(images/whatsapp.svg);
  mask-image: url(images/whatsapp.svg);
}


.owl-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #FFFFFF !important;
	margin-right: 15px;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--main-color) !important;
}


.main-block {
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-block-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-block-image {
	height: 750px;
}
.main-block-image:after {
	content: '';
	background: rgba(0, 0, 0, .45);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.main-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-block-inner {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.main-block-content {
	position: relative;
	line-height: 1.2;
	font-size: 18px;
}
.main-block-content h1 {
	font-size: 64px;
}
.main-block-btn {
	position: relative;
	margin-top: 30px;
	text-align: center;
}
.main-block-placeholder {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .75;
  line-height: 1;
  z-index: 3;
}
.main-block-placeholder-1 {
  bottom: 40px;
  left: calc((100% - 1296px) / 2);
}
.main-block-placeholder-2 {
  top: calc(50% - 220px - 50px);
  right: calc((100% - 1296px) / 2);
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

.main-block-soc {
	position: absolute;
	top: calc(50% - 120px);
	left: calc((100% - 1296px) / 2);
	z-index: 3;
}
.main-block-soc.soc-links {
	display: block;
}
.main-block-soc.soc-links li {
	margin-right: 0;
	margin-bottom: 40px;
}
.main-block-soc.soc-links li:last-child {
	margin-bottom: 0;
}
.main-block-soc.soc-links li a {
	background-color: #fff;
}
.main-block-soc.soc-links li a:hover {
	background-color: var(--main-color);
}



.advantages-items {
	position: relative;
	margin-bottom: -30px;
}
.advantages-item {
	position: relative;
	margin-bottom: 30px;
}
.advantages-item-inner {
	position: relative;
	display: flex;
	align-items: center;
}
.advantages-item-image {
	flex: 0 0 120px;
	max-width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: 2px solid var(--main-color);
}
.advantages-item-image img {
	flex: 0 0 68px;
	max-width: 68px;
	height: 68px;
}
.advantages-item-inner p {
	position: relative;
	flex: auto;
	max-width: inherit;
	margin-left: 15px;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
}
.advantages-item-inner p:after {
	content: '';
	background-color: var(--heading-color);
	width: 68px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}




.page-header {
	position: relative;
	padding: 30px 0;
	text-align: center;
}
.page-header:after {
	content: '';
	background-color: var(--heading-color);
	width: 150px;
	height: 1px;
	display: block;
	margin: 5px auto 0;
}
.page-title {
	color: var(--heading-color);
}



.heading {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
.heading h2 {
	font-size: 36px;
	color: var(--heading-color);
}
.heading h2:after {
	content: '';
	background-color: var(--heading-color);
	width: 150px;
	height: 1px;
	display: block;
	margin: 5px auto 0;
}


.apartments-section {
	position: relative;
}

.apartments-items {
	position: relative;
}
.apartments-item {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.apartments-item:before {
  content: '';
  background: rgb(210,174,109);
  background: -moz-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2ae6d",endColorstr="#d2ae6d",GradientType=1);
  filter: blur(100px);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
	opacity: .5;
  top: -120px;
  left: -100px;
  z-index: -1;
}
.apartments-item:nth-child(2n):before {
	left: inherit;
	right: -100px;
}
.apartments-item:after {
	content: '';
	background-color: var(--heading-color);
	width: 150px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 75px);
}
.apartments-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.apartments-item:last-child:after {
	display: none;
}
.apartments-item-image {
	flex: 0 0 480px;
	max-width: 480px;
	min-height: 480px;
	overflow: hidden;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}
.apartments-item:nth-child(2n) .apartments-item-image {
	order: 2;
}
.apartments-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.apartments-item:hover .apartments-item-image img {
	transform: scale(1.05);
}
.apartments-item-info {
  position: relative;
  flex: 0 0 calc(100% - 480px);
  max-width: calc(100% - 480px);
  padding-left: 60px;
  padding-bottom: 80px;
}
.apartments-item:nth-child(2n) .apartments-item-info {
	order: 1;
	padding-left: 0;
	padding-right: 60px;
}
.apartments-item-info:before {
  content: '';
  background: url(images/logo-point.svg) no-repeat center;
  background-size: contain;
  width: 221px;
  height: 264px;
  position: absolute;
  top: calc(50% - 132px);
  left: -77px;
  z-index: -1;
  opacity: .65;
}
.apartments-item:nth-child(2n) .apartments-item-info:before {
	left: inherit;
	right: -77px;
}
.apartments-item-title {
	font-size: 24px;
	color: var(--heading-color);
	margin-bottom: 30px;
}
.apartments-item-title a {
	color: var(--heading-color);
}
.apartments-item-title a:hover {
	color: var(--main-color);	
}
.apartments-item-comfort {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.apartments-item-comfort li {
	position: relative;
	display: flex;
	margin-right: 50px;
	margin-bottom: 15px;
}
.apartments-item-comfort li span {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
}
.apartments-item-comfort li p {
	flex: auto;
	max-width: inherit;
	padding-left: 15px;
	font-size: 14px;
}
.apartments-item-desc {
	margin-bottom: 30px;
}
.apartments-item-btn {
	position: absolute;
	bottom: 0;
	left: 60px;
	z-index: 2;
}
.apartments-item:nth-child(2n) .apartments-item-btn {
	left: 0;
}
.apartments-item-btn .btn {
	margin-right: 20px;
}
.apartments-item-btn .btn:last-child {
	margin-right: 0;
}




.reviews-section {
	background: rgba(210, 174, 109, 0.25);
}
.reviews-section .heading {
	margin-bottom: 30px;
}




.footer {
	position: relative;
	background-color: #F3F3F3;
	padding: 60px 0;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	width: 100%;
	max-width: 250px;
}
.footer-text {
	margin-bottom: 20px;
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	color: var(--heading-color);
	text-transform: uppercase;
	font-size: 18px;
}
.footer-menu,
.footer-contacts {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li,
.footer-contacts li {
	margin-bottom: 5px;
}
.footer-menu li:last-child,
.footer-contacts:last-child {
	margin-bottom: 0;
}
.footer-menu li a:hover,
.footer-contacts li a:hover {
	color: var(--main-color);
}

.copyright {
	position: relative;
	background-color: var(--heading-color);
	color: var(--main-color);
	font-size: 14px;
	padding: 8px 0;
}
.copyright a {
	color: var(--main-color);
}
.copyright a:hover {
	color: #fff;
}



.apartments-single-head {
	position: relative;
	padding: 30px 0;
	z-index: 4;
}
.apartments-single-head .page-title {
	margin-bottom: 10px;
}
.apartments-single-address {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	color: var(--heading-color);
	margin-bottom: 0;
}
.apartments-single-address:before {
	content: '';
	background: url(images/placeholder.svg) no-repeat center;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.apartments-single-btn {
	position: relative;
	margin-bottom: 15px;
}
.apartments-single-btn a {
	margin-right: 20px;
}
.apartments-single-btn a:last-child {
	margin-right: 0;
}
.btn-icon-call {
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
}
.btn-icon-call:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
  mask-image: url(images/phone.svg);
  background-color: var(--heading-color);
  width: 24px;
  height: 24px;
  position: absolute;
  left: 20px;
  transition: .25s;
}
.btn-icon-call:hover:before {
	background-color: #fff;
}


.apartments-single-gallery {
	position: relative;
	z-index: 3;
}
.apartments-single-gallery:before,
.apartments-single-gallery:after {
  content: '';
  background: rgb(210,174,109);
  background: -moz-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2ae6d",endColorstr="#d2ae6d",GradientType=1);
  filter: blur(100px);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
	opacity: .5;
  top: -120px;
  left: -100px;
  z-index: -1;
}
.apartments-single-images {
	position: relative;
	height: 480px;
}
.apartments-single-image {
	position: relative;
	float: left;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	overflow: hidden;
}
.apartments-single-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.apartments-single-image:hover img {
	transform: scale(1.05);
}
.apartments-single-image:nth-child(1) {
	width: calc(50% - 20px);
	height: 100%;
	margin-right: 20px;
}
.apartments-single-image:nth-child(2),
.apartments-single-image:nth-child(3),
.apartments-single-image:nth-child(4),
.apartments-single-image:nth-child(5) {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
	width: calc(25% - 10px);
	height: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
.apartments-single-image:nth-child(3),
.apartments-single-image:nth-child(5) {
	margin-right: 0;
}
.apartments-single-image:nth-child(4),
.apartments-single-image:nth-child(5) {
	margin-bottom: 0;
}
.apartments-single-galleryBtn {
	margin-top: 35px;
	text-align: right;
}

.apartments-single-info {
	position: relative;
}
.apartments-single-info:before {
	content: '';
  background: rgb(210,174,109);
  background: -moz-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: -webkit-radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  background: radial-gradient(circle, rgba(210,174,109,0.9447129193474265) 0%, rgba(210,174,109,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2ae6d",endColorstr="#d2ae6d",GradientType=1);
  filter: blur(100px);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -100px;
	right: -100px;
	opacity: .5;
  z-index: -1;
}
.apartments-single-content {
	padding-right: 60px;
}



.error-404-number {
	font-size: 220px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: var(--main-color);
}



.post-33 form {
	max-width: 680px;
	margin: 0 auto;
}




@media (max-width: 1399px) {
	.btn {
		padding: 11px 24px;
	}
	.main-block,
	.main-block-image {
		height: 680px;
	}
	.main-block-content h1 {
    font-size: 56px;
	}
	.main-block-placeholder-1 {
    left: calc((100% - 1116px) / 2);
	}
	.main-block-placeholder-2 {
    right: calc((100% - 1116px) / 2);
	}
	.main-block-soc {
    left: calc((100% - 1116px) / 2);
	}
	.advantages-item-image {
    flex: 0 0 90px;
    max-width: 90px;
    height: 90px;
  }
  .advantages-item-image img {
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
	}
	.apartments-item-title,
	.apartments-item-comfort,
	.apartments-item-desc {
		margin-bottom: 20px;
	}
	.btn-icon-call {
    position: relative;
    padding-left: 40px;
    padding-right: 15px;
	}
	.apartments-single-btn a {
    margin-right: 10px;
	}
	.btn-icon-call:before {
		left: 12px;
		width: 21px;
		height: 21px;
	}
}




@media (max-width: 1199px) {
	h1,
	.heading h2 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4,
	.apartments-item-title {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6,
	.footer-widget-title {
		font-size: 16px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.header-logo img,
	.footer-logo img {
		max-width: 180px;
	}
	.main-menu {
		padding: 0 30px;
	}
	.main-block-placeholder {
		font-size: 48px;
	}
	.main-block-placeholder-1 {
    left: calc((100% - 936px) / 2);
	}
	.main-block-placeholder-2 {
    right: calc((100% - 936px) / 2);
    top: calc(50% - 150px - 48px);
	}
	.main-block-soc {
		top: calc(50% - 90px);
    left: calc((100% - 936px) / 2);
	}
	.main-block-content h1 {
    font-size: 48px;
	}
	.main-block-soc.soc-links li {
		margin-bottom: 20px;
	}
	.advantages-item-inner p {
		font-size: 16px;
	}
	.advantages-item-image {
    flex: 0 0 76px;
    max-width: 76px;
    height: 76px;
	}
	.section {
		padding: 60px 0;
	}
	.apartments-item-info {
    padding-left: 30px;
    padding-bottom: 70px;
	}
	.apartments-item:nth-child(2n) .apartments-item-info {
    padding-left: 0;
    padding-right: 30px;
	}
	.apartments-item-btn {
		left: 30px;
	}
	.apartments-item:nth-child(2n) .apartments-item-btn {
    left: 0;
	}
	.apartments-item-comfort li {
    margin-right: 30px;
    margin-bottom: 10px;
	}
	.apartments-item-comfort li span {
    flex: 0 0 18px;
    max-width: 18px;
    height: 18px;
	}
	.apartments-item-comfort li p {
		padding-left: 8px;
	}
	.apartments-item-info:before {
    width: 165px;
    height: 200px;
    top: calc(50% - 100px);
    left: -65px;
	}
	.apartments-item:nth-child(2n) .apartments-item-info:before {
    left: inherit;
    right: -65px;
	}
	.apartments-single-address {
		font-size: 16px;
		padding-left: 28px;
	}
	.apartments-single-address:before {
		width: 21px;
		height: 21px;
	}
	.apartments-single-images {
		height: 448px;
	}
	.error-404-number {
		font-size: 188px;
	}
}


@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.btn {
		font-size: 14px;
	}
	.header-logo {
		flex: auto;
		max-width: inherit;
		padding-right: 0;
	}
	.main-block-placeholder-1 {
		display: none;
	}
	.main-block-placeholder-2 {
		right: 0;
	}
	.main-block-inner {
    max-width: calc(100% - 60px);
    margin: 80px auto;
	}
	.main-block-soc {
    top: inherit;
    left: 0;
    bottom: 50px;
    width: 100%;
	}
	.main-block-soc.soc-links {
    display: flex;
    justify-content: center;
	}
	.main-block-soc.soc-links li {
		margin-bottom: 0;
		margin-right: 25px;
	}
	.main-block-soc.soc-links li:last-child {
		margin-right: 0;
	}
	.main-block,
	.main-block-image {
    height: 580px;
	}
	.apartments-item-image {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
    height: 360px;
    margin-bottom: 20px;
    order: 1 !important
	}
	.apartments-item-info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		order: 2 !important;
	}
	.apartments-item-info:before {
    width: 140px;
    height: 170px;
    top: -50px;
    left: inherit;
    right: 0;
	}
	.apartments-item:nth-child(2n) .apartments-item-info:before {
		right: 0;
	}
	.apartments-item-comfort {
		margin-bottom: 5px;
	}
	.apartments-item-btn {
		position: relative;
		left: 0;
	}
	.footer {
		text-align: center;
	}
	.footer-soc {
		justify-content: center;
		margin-bottom: 30px !important;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	div:last-child > .footer-widget {
		margin-bottom: 0;
	}
	.apartments-single-address {
		margin-bottom: 15px !important;
	}
	.apartments-single-images {
    height: inherit;
    overflow: hidden;
	}
	.apartments-single-image:nth-child(1) {
    width: 100%;
    height: 360px;
    margin-right: 0;
    margin-bottom: 20px;
	}
	.apartments-single-image:nth-child(2), .apartments-single-image:nth-child(3), .apartments-single-image:nth-child(4), .apartments-single-image:nth-child(5) {
    width: calc(50% - 10px);
    height: 200px;
	}
	.apartments-single-galleryBtn {
    margin-top: 20px;
	}

	.main-menu {
		display: block;
		padding: 0;
	}
	.main-menu li {
		margin-bottom: 15px;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.copyright {
		font-size: 12px;
	}
	.apartments-single-content {
    padding-right: 0;
    margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.25;
	}
	.main-block-content {
		font-size: 16px;
	}
	.main-block-content h1 {
    font-size: 42px;
	}
	.main-block-btn {
		margin-top: 20px;
	}
	.main-block,
	.main-block-image {
    height: 520px;
	}
	.error-404-number {
    font-size: 148px;
	}
}



@media (max-width: 575px) {
	.advantages-item-inner {
		max-width: 240px;
		margin: 0 auto;
	}
	.apartments-item-image,
	.apartments-single-image:nth-child(1) {
		height: 280px;
	}
	.apartments-single-image:nth-child(2), .apartments-single-image:nth-child(3), .apartments-single-image:nth-child(4), .apartments-single-image:nth-child(5) {
		height: 130px;
	}
}




@media (max-width: 480px) {
	h1,
	.heading h2 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4,
	.apartments-item-title {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.main-block-content h1 {
    font-size: 36px;
	}
	.apartments-single-btn a,
	.apartments-item-btn a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		display: block;
	}
	.apartments-single-btn a:last-child,
	.apartments-item-btn a:last-child {
		margin-bottom: 0;
	}
	.apartments-item-image, .apartments-single-image:nth-child(1) {
    height: 220px;
	}
	.apartments-single-image:nth-child(2), .apartments-single-image:nth-child(3), .apartments-single-image:nth-child(4), .apartments-single-image:nth-child(5) {
    height: 100px;
	}
}