/*
Theme Name: swedish_quarter
Author: support@goodwebstudio.com
Author URI: https://goodwebstudio.com/
Description: Wordpress Theme for Swedish Quarter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swedish_quarter
*/

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

body {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background: url("imgs/bg-pattern.png") 0 0 repeat;
	color: #fff;
	line-height: 140%;
}

body::-webkit-scrollbar {
	width: 0.5em;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #ffa21a;
	outline: 1px solid #ffa21a;
}

object {
	pointer-events: none;
}

h1,
.h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}

.entry-title {
	font-size: 30px;
}

h2,
.h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

h3,
.h3,
.has-bg h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 19px;
}

h6,
.h6 {
	font-size: 18px;
}

a,
a:link,
a:visited,
a:active {
	color: #ffa21a;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 90vw;
	}

	.container-fluid {
		padding-right: 1.4vw;
		padding-left: 1.4vw;
	}

	.col-lg-6 {
		padding-right: 0.85vw;
		padding-left: 0.85vw;
	}
}

@media screen and (min-width: 992px) {
	h1,
	.h1,
	.entry-title {
		font-size: 4vw;
	}

	h2,
	.h2 {
		font-size: 3vw;
	}

	h3,
	.h3,
	.has-bg h2 {
		font-size: 2vw;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header {
	width: 100%;
	padding: 24px 0 26px;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(53, 70, 59, 0.95);
}

header .phone a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	display: block;
}

/* header .phone a:first-child {
	display: inline;
} */

header .phone-mobile a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.order-consult {
	cursor: pointer;
	position: relative;
}

.order-consult .order-panel {
	display: none;
}

.order-panel a {
	display: block;
	color: #ffa21a;
	font-size: 14px;
	font-weight: 500;
	line-height: 110%;
	text-decoration: none;
	margin-bottom: 13px;
	position: relative;
	padding-left: 33px;
}

.order-panel a::before {
	content: " ";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-size: cover;
}

.order-panel a::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.order-panel a.telegram::before {
	background-image: url("imgs/icon-telegram.svg");
}

.order-panel a.viber::before {
	background-image: url("imgs/icon-viber.svg");
}

.order-panel a.callback::before {
	background-image: url("imgs/icon-phone.svg");
	top: 7px;
}

.order-panel a:hover {
	color: #ffa21a;
}

.social a {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
}

.social a:not(:last-child) {
	margin-right: 28px;
}

.social a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.social a.facebook::before {
	background-image: url(imgs/icon-facebook.svg);
}

.social a.instagram::before {
	background-image: url(imgs/icon-instagram.svg);
}

.social a.telegram::before {
	background-image: url(imgs/icon-telegram.svg);
}

.social a.viber::before {
	background-image: url(imgs/icon-viber.svg);
}

.social a.youtube::before {
	background-image: url(https://swedkvartal.in.ua/wp-content/uploads/2024/03/youtube-1.svg);
  	background-size: contain;
	background-repeat: no-repeat;
}

.social a.tiktok::before {
	background-image: url(https://swedkvartal.in.ua/wp-content/uploads/2024/03/tiktok.svg);
  	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
	header .logo {
		width: 141px;
	}

	/* header .phone {
		display: none;
	} */

	header .order-consult {
		position: fixed;
		left: 15px;
		top: 105px;
		width: 70px;
		height: 70px;
		background: #ffa21a;
		border-radius: 50%;
		display: none;
		text-align: center;
		padding-top: 24px;
	}

	body:not(.home) header .order-consult {
		display: none;
	}

	header .order-consult span {
		color: #000;
		font-size: 10px;
		font-weight: 500;
	}

	header .order-consult.bottom {
		top: inherit;
		bottom: 15px;
	}

	.order-consult .order-panel {
		margin-top: 45px;
		background: rgba(53, 70, 59, 0.95);
		width: calc(100vw - 30px);
		text-align: left;
		margin-left: -10px;
		margin-right: 20px;
		padding: 23px 12px 5px;
	}

	.order-consult.bottom .order-panel {
		position: absolute;
		top: -205px;
	}

	.order-consult .order-panel a {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 992px) {
	header {
		padding: 22px 0 23px;
	}

	.header-right {
		display: flex;
		justify-content: flex-end;
	}

	.horizontal-menu .navbar {
		height: 35px;
		align-items: center;
	}

	header .phone {
		padding: 8px 1vw 0;
		height: 35px;
		border-left: 1px solid #9a9f9b;
		border-right: 1px solid #9a9f9b;
		/* margin-left: 1.5vw;
		margin-right: 1.5vw; */
	}

	header .order-consult {
		color: #ffa21a;
		font-weight: 500;
		line-height: 110%;
		margin-top: 1px;
		padding-left: 30px;
		position: relative;
	}

	header .order-consult::before {
		content: " ";
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		width: 18px;
		height: 17px;
		background: url("imgs/icon-phone.svg") 0 0 no-repeat;
	}

	header .order-consult span span:first-child {
		font-size: 17px;
		letter-spacing: 1.2px;
	}

	.order-consult .order-panel {
		margin-top: 21px;
	}
}

/* ~~~ NAV ~~~ */

.navbar {
	padding: 0;
	position: relative;
	z-index: 2;
}

.navbar-nav .menu-item a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 0.7em 1.5em;
	position: relative;
}

.navbar-toggler {
	padding: 0;
	border: 0;
	border-radius: 0 !important;
	text-align: center;
	/* position: absolute; */
	/* top: -30px; */
	/* right: 0; */
	z-index: 9;
}

.navbar-toggler-icon {
	width: 35px;
	height: 35px;
	background: url("imgs/menu-nav.svg") center no-repeat;
	background-size: contain;
	display: block;
}

.navbar-toggler .text {
	display: block;
	color: #ede1d1;
	text-align: center;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 1px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-collapse {
	transition: all 0.3s;
}

.navbar-collapse.collapsing {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.close {
	width: 22px;
	height: 22px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
	background: url(imgs/close.svg) 50% 50% no-repeat;
	cursor: pointer;
	border: none;
}

@media screen and (max-width: 991.98px) {
	#navbarSupportedContent {
		position: fixed;
		top: 0;
		right: 0;
		width: 85vw;
		height: 100%;
		background: url("imgs/bg-pattern.png") 0 0 repeat;
		padding-top: 5rem;
		z-index: 10;
	}

	#navbarSupportedContent .order-panel {
		margin-top: 48px;
		margin-left: 1.5em;
	}

	#navbarSupportedContent .order-panel a {
		margin-bottom: 28px;
	}
}

/* ~~~ SUB MENU ~~~ */

.menu-item:hover ul.sub-menu {
	display: block;
}

.menu-item.menu-item-has-children::after {
	top: 50%;
	width: 10px;
	height: 7px;
	background-size: inherit;
	margin-top: -2px;
	right: 5px;
}

.menu-item ul.sub-menu {
	display: none;
	list-style: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 8px 0 12px;
	background: linear-gradient(#0b1427, #0b1427) padding-box,
		linear-gradient(to bottom, #eff3f478, #eff3f42b) border-box;
	border: 1px solid transparent;
	border-radius: 12px;
	width: 160px;
}

.menu-item:hover ul.sub-menu li.menu-item {
	padding: 8px 12px;
}

.menu-item ul.sub-menu li.menu-item:hover {
	background: rgba(255, 255, 255, 0.06);
}

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

#menu-mainmenu > .menu-item.menu-item-has-children {
	padding-right: 20px;
}

#menu-mainmenu > .menu-item.menu-item-has-children > a {
	position: relative;
	width: max-content;
}

#menu-mainmenu > .menu-item.menu-item-has-children > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 7px;
	top: 10px;
	right: -20px;
	background-size: inherit;
	background: url(imgs/caret.svg) no-repeat 0 0;
}

@media screen and (min-width: 992px) {
	#navbarSupportedContent {
		position: static;
		background: transparent;
		padding-top: 0;
	}

	.navbar-nav .menu-item a {
		font-size: 0.93vw;
		padding: 0 0.7vw;
	}

	.navbar-nav .menu-item:first-child a {
		padding-left: 0;
	}

	.navbar-nav .menu-item:last-child a {
		padding-right: 0;
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav,
	.navbar-expand-lg .navbar-collapse {
		justify-content: space-between;
	}

	#navbarSupportedContent .close {
		display: none;
	}

	.navbar-nav .menu-item a:hover::before,
	.navbar-nav .menu-item a:focus::before,
	.navbar-nav .menu-item a:active::before,
	.navbar-nav .menu-item.active a::before {
		content: " ";
		display: block;
		position: absolute;
		bottom: -5px;
		left: 1vw;
		width: 35px;
		height: 2px;
		background: #ffa21a;
	}

	.navbar-nav .menu-item:first-child a:hover::before,
	.navbar-nav .menu-item:first-child a:focus::before,
	.navbar-nav .menu-item:first-child a:active::before,
	.navbar-nav .menu-item.active:first-child a::before {
		left: 0;
	}
}

@media screen and (min-width: 1440px) {
	.navbar-nav .menu-item a {
		/* padding: 0 1vw; */
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~ G-Plus Widget ~~~ */

#layout-iframe {
	z-index: 10001 !important;
}
.btn-close-iframe {
	z-index: 10002 !important;
}
body #layout-iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}
body .btn-close-iframe {
	top: 15px;
	right: 25px;
}

.modal.main-callback-modal {
	height: auto;
}

.modal.main-callback-modal .modal-title {
	margin: 35px 0 30px !important;
	font-size: 21px !important;
}

.modal.main-callback-modal .close-modal {
	top: 10px;
	right: 10px;
}

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

.page-body {
	margin-top: 120px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}

.btn-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

/* .btn-wrapper > .btn:not(:last-child) {
	margin-bottom: 25px;
} */

.btn,
a.btn,
.btn:visited,
a.btn:visited {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0;
	border-radius: 0;
	outline: none;
	position: relative;
	z-index: 1;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.btn-primary {
	font-size: 14px;
	position: relative;
	padding: 16px 18px;
	background: #ffa21a;
	border: 2px solid #ffb94f;
	color: #fff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ffb94f;
    border-color: #ffb94f;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: transparent;
	color: #ffa21a !important;
	border: 2px solid #ffa21a;
}

@media screen and (max-width: 360px) {
	.btn-primary {
		font-size: 13px;
		padding: 15px 20px;
		text-align: left;
	}
}

.brn-wrapper {
	position: relative;
	display: inline-block;
}

.section {
	position: relative;
}

@media screen and (min-width: 992px) {
	/* .btn-wrapper > .btn:not(:last-child) {
		margin-right: 30px;
		margin-bottom: 0;
	} */

	.page-body {
		margin-top: 145px;
	}
}

/* ~~~ UTP ~~~ */

#utp {
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 55% 50%;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 35px 0 50px;
	height: 100vh;
}
@media (max-width: 991.98px) {
	#utp {
		height: 80vh;
	}
}

#utp::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#utp .utp-content > * {
	position: relative;
	z-index: 2;
}

#utp h1 {
	position: relative;
	/* margin-bottom: 43px; */
	margin-bottom: 33px;
	font-family: "Blacker Display";
	font-weight: 600;
}

#utp .subtitle {
	display: inline-block;
	background: rgba(217, 178, 110, 1);
	padding: 12px 26px 11px 22px;
	color: #000;
	font-family: "Manrope", sans-serif;
}

#utp h1::after {
	/* content: " ";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 5px;
	width: 118px;
	height: 13px;
	background: url(imgs/title-decor-yellow.svg) 0 0 no-repeat; */
}

#utp .choose-btn {
	position: fixed;
	right: 15px;
	top: 105px;
	width: 70px;
	height: 70px;
	background: #ffa21a;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding-top: 23px;
	z-index: 2;
	transition: all 0.5s ease;
}

#utp .choose-btn a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	display: block;
	height: 100%;
	text-transform: uppercase;
}

@media screen and (max-width: 576px) {
	#utp .choose-btn.bottom {
		top: inherit;
		bottom: 15px;
	}
}

@media screen and (min-width: 992px) {
	#utp {
		height: 100vh;
		justify-content: center;
		margin-bottom: 25px;
		padding: 35px 0 65px;
		background-position: 0 0;
	}

	#utp h1 {
		margin-bottom: 0;
	}

	#utp h1::after {
		bottom: -2.3vw;
	}

	#utp .utp-content {
		margin-top: 51vh;
	}

	#utp .subtitle {
		color: #000;
		text-align: center;
		font-size: 26px;
		font-weight: 400;
		line-height: normal;
		margin-top: 4vw;
		margin-left: 5px;
	}

	#utp .choose-btn {
		width: 90px;
		height: 90px;
		padding-top: 31px;
		position: absolute;
		top: inherit;
		bottom: 9vh;
		right: 5vw;
		z-index: 2;
	}

	#utp .choose-btn a {
		font-size: 12px;
	}
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2560px) {
}

.has-bg {
	background: #35463b;
}
.grey-bg{
	background: #dbdbd0 !important;
	color: #080808 !important;
}
.grey-bg *,
.grey-bg input[type="tel"]::placeholder,
.grey-bg input[type="text"]::placeholder{
	color: #080808 !important;
}
.grey-bg input:not([type="submit"]),
.grey-bg label:before{
	border-color: #080808 !important;
	color: #080808 !important;
}
.title-row {
	gap: 15px 0;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.title-row > *:not(:first-child) {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}

/* ~~~ Picture Blocks ~~~ */

#about {
	margin-top: 25px;
}

.picture-block {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	margin-bottom: 15px;
	height: 90vh;
}
@media (max-width: 991.98px) {
	.picture-block {
		height: 70vh;
	}
}

.picture-block::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.picture-block h2,
.picture-block button {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.picture-block h2 {
	left: 9px;
	bottom: 64px;
}

.picture-block h2::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -45px;
	left: 0;
	width: 118px;
	/* height: 13px; */
	height: 20px;
	background: url("imgs/title-decor-new.svg") 0 0 no-repeat;
}

.picture-block button {
	top: 34px;
	right: 34px;
}

.btn-pulsing {
	position: relative;
	width: 40px;
	height: 40px;
	background: url("imgs/pulsing-point.svg") 0 0 no-repeat;
	background-size: cover;
	border: none;
}

.btn-pulsing::before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	background: rgba(255, 162, 26, 0.4);
	border: 2px solid #ffa21a;
	border-radius: 50%;
	animation: btnPulse 1.2s ease infinite;
	z-index: 1;
}

.picture-block .info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(53, 70, 59, 0.85);
	padding: 60px 25px 35px;
	z-index: 3;
	font-size: 16px;
	max-height: 100%;
	overflow-y: auto;
	line-height: 140%;
}

.picture-block .info::-webkit-scrollbar {
	width: 2px;
}

.picture-block .info::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.picture-block .info::-webkit-scrollbar-thumb {
	background-color: #fff;
	outline: 1px solid #ccc;
}

.picture-block .info ul {
	padding-left: 0;
}

.picture-block .info ul li {
	position: relative;
	text-transform: uppercase;
	padding-left: 44px;
	margin-bottom: 25px;
	list-style: none;
}

.picture-block .info ul li::before {
	content: " ";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 26px;
	height: 26px;
	background: url("imgs/list-marker.svg") 0 0 no-repeat;
}

.tos-caption {
	display: none;
}

@keyframes btnPulse {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

@media screen and (min-width: 992px) {
	.picture-block {
		margin-bottom: 25px;
	}

	#about .picture-block {
		height: 44vw;
	}

	#advants .picture-block.pb-vertical {
		height: 48vw;
	}

	#advants .picture-block.pb-horizontal {
		height: 23.2vw;
	}

	.picture-block .info {
		font-size: 1.2vw;
		padding: 3.2vw 3vw 3vw;
	}

	.picture-block .info ul li {
		font-size: 1vw;
	}

	.picture-block h2 {
		left: 3.5vw;
		bottom: 4vw;
	}

	.picture-block h2::after {
		bottom: -2.8vw;
	}

	.picture-block button {
		right: 3.5vw;
		top: inherit;
		bottom: 7.3vw;
		z-index: 9;
	}
}

.has-bg {
	padding: 45px 0 55px;
}

.has-bg h2 {
	margin-bottom: 0;
}

.has-bg .offset-x {
	margin-left: 15px;
	margin-right: 15px;
}
.has-bg .offset-right {
	margin-right: 15px;
}

@media screen and (max-width: 576px) {
	.picture-block h2 {
		font-size: 30px;
	}
}

@media screen and (min-width: 992px) {
	.has-bg {
		padding: 50px 0 65px;
	}

	.has-bg .offset-x {
		margin-left: calc(5vw - 12px);
		margin-right: calc(5vw - 12px);
	}
	.has-bg .offset-right {
		margin-right: calc(5vw - 12px);
	}
}

/* ~~~ Family ~~~ */

.identity {
	padding-top: 55px;
	padding-bottom: 0;
}

.identity .logo {
	margin-bottom: 50px;
	margin-left: 11px;
}

.family-about {
	padding: 35px 0 55px;
	background: #35463b;
}

.family-about h3 {
	margin-bottom: 35px;
	padding: 0 15px;
	font-weight: 500;
	line-height: 130%;
	max-width: 96%;
}

.family-about .entry {
	padding: 0 15px;
}

.family-about .btn-wrapper {
	margin-top: 25px;
	padding: 0 15px;
}

@media screen and (min-width: 992px) {
	.identity {
		padding: 3vw calc(5vw - 12px);
		height: 100%;
	}

	.identity .logo {
		margin-bottom: 46px;
		margin-left: 0;
	}
	.identity .photo {
		height: 100%;
	}
	.identity .photo img {
		height: 100%;
		object-fit: cover;
	}
	.family-about {
		padding: 45px 0 0 50px;
		background: none;
	}

	.family-about h3 {
		max-width: 41.2vw;
		margin-bottom: 35px;
		padding: 0;
	}

	.family-about .entry {
		max-width: 40vw;
		padding: 0;
	}

	.family-about .btn-wrapper {
		padding: 0;
	}
}

/* ~~ Photogallery ~~~ */

#gallery {
	/* margin-top: 25px; */
}

#gallery .logo {
	text-align: right;
	/* margin-right: 35px; */
}

.slick-slide img {
	height: 350px !important;
	object-fit: cover;
	display: inline-block !important;
}

.photocarousel {
	margin-top: 35px;
}

.photocarousel .item {
	margin-right: 1.5vw;
}

.photocarousel .slick-prev,
.photocarousel .slick-next {
	top: inherit;
	bottom: -47px;
}

.photocarousel .slick-prev {
	left: calc(50% - 71px);
}

.photocarousel .slick-next {
	right: calc(50% - 71px);
}

@media screen and (min-width: 992px) {
	#gallery .logo {
		/* margin-right: calc(5vw - 12px); */
	}

	.photocarousel {
		margin-top: 40px;
	}

	.photocarousel .item img {
		/* height: 23vw; */
		height: 32vw;
	}

	.slick-slide img {
		height: auto;
	}

	#gallery .photocarousel .slick-prev,
	#gallery .photocarousel .slick-next {
		bottom: -50px;
	}
}

/* ~~~ Documents ~~~ */

#documents {
	margin-top: 25px;
}

.documents-carousel {
	margin-top: 35px;
}

.documents-carousel .item {
	text-align: center;
}

.documents-carousel .item .text {
	font-size: 13px;
	margin-top: 15px;
	text-align: left;
	line-height: 1.2em;
	text-align: center;
}

.documents-carousel .item .text p {
	margin-bottom: 1em;
}

@media screen and (max-width: 576px) {
	.documents-wrapper {
		padding-bottom: 80px;
	}

	.documents-wrapper .slick-prev,
	.documents-wrapper .slick-next {
		top: inherit;
		bottom: -47px;
	}

	.documents-wrapper .slick-prev {
		left: calc(50% - 71px);
	}

	.documents-wrapper .slick-next {
		right: calc(50% - 71px);
	}
}

@media screen and (min-width: 992px) {
	.documents-carousel {
		max-width: 90vw;
		margin: 50px auto 0;
	}

	.documents-carousel .item {
		margin: 0 1.4vw;
	}

	.documents-carousel .slick-list {
		width: 82%;
		margin: 0 auto;
	}

	.documents-carousel .slick-prev {
		left: 0;
		top: 35%;
	}

	.documents-carousel .slick-next {
		right: 0;
		top: 35%;
	}
}

/* ~~ Process ~~~ */

#process {
	margin-top: 25px;
}

.process-house-nav {
	margin-top: 15px;
	margin-bottom: 16px;
	gap: 12px;
	border-bottom: none;
}

.process-house-nav .nav-link {
	margin-bottom: 0;
	border-radius: 999px;
	border: 1px solid #d4b15a;
	background: rgba(217, 217, 217, 0);
	padding: 0px 28px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #fff;
	min-height: 35px;
	max-height: 40px;
}

.process-house-nav .nav-link.active {
	color: #314136;
	background: #d4b15a;
	border-color: #d4b15a;
}

#processNav,
.process-stage-nav {
	margin-top: 25px;
	margin-bottom: 0;
	gap: 12px;
	border-bottom: none;
}

#processNav .nav-link,
.process-stage-nav .nav-link {
	margin-bottom: 0;
	border-radius: 7px;
	border: 1px solid #9a9f9b;
	background: rgba(217, 217, 217, 0);
	padding: 12px 14px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	color: #fff;
}

#processNav .nav-link.active,
.process-stage-nav .nav-link.active {
	color: #ffa21a;
	border: 1px solid #ffa21a;
	background-color: transparent !important;
}
.process-wrapper .offset-x{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.process-wrapper .offset-x h2{
	margin-right: 20px;
}
.stage-info {
	margin: 74px auto 0;
	padding: 21px 33px 18px;
	border-radius: 7px;
	border: 1px solid #9a9f9b;
	background: rgba(217, 217, 217, 0);
}

.stage-info p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 360px) {
	#processNav .nav-link,
	.process-stage-nav .nav-link {
		padding: 9px 8px;
		font-size: 10px;
	}
}

@media screen and (max-width: 576px) {
	#processNav, 
	.process-stage-nav{
		width: 100%;
	}
	.process-house-nav .nav-link {
		padding: 6px 18px 10px;
		font-size: 13px;
	}

	.process-house-nav .nav-item {
		width: calc(50% - 6px);
	}

	.process-house-nav .nav-item button {
		width: 100%;
	}

	#processNav .nav-item,
	.process-stage-nav .nav-item {
		width: calc(50% - 6px);
	}

	#processNav .nav-item button,
	.process-stage-nav .nav-item button {
		width: 100%;
	}
	.process-wrapper .offset-x{
		flex-direction: column;
	}
}

@media screen and (min-width: 992px) {
	.stage-info {
		max-width: 47.5vw;
	}

	#processNav .nav-link,
	.process-stage-nav .nav-link {
		padding: 16px 20px;
	}
}

/* ~~~ Contacts ~~~ */

#contacts {
	margin-top: 25px;
}
#contacts .row {
	gap: 1.5rem 0;
}

.contacts-wrapper {
	padding: 20px;
}
.contacts-wrapper h3 {
	margin-bottom: 35px;
}

.contacts-wrapper .item {
	font-size: 15px;
	/* margin-left: 32px; */
}

.contacts-wrapper .item .title {
	color: #ffa21a;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contacts-wrapper .item p {
	margin-bottom: 20px;
}

.contacts-wrapper .item a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#contacts .social {
	/* margin-left: 32px; */
	margin-bottom: 25px;
}

#contacts .btn-wrapper {
	/* margin-left: 32px; */
}

.contacts-form-wrapper {
	padding: 20px;
	height: 100%;
}

@media screen and (min-width: 992px) {
	#contacts .col-lg-4 {
		width: 28%;
	}

	#contacts .col-lg-8 {
		width: 72%;
	}

	#contacts .has-bg {
		padding-top: 79px;
		padding-bottom: 83px;
	}

	.contacts-wrapper h2 {
		margin-bottom: 58px;
		margin-left: calc(5vw - 12px);
	}

	.contacts-wrapper .item {
		/* margin-left: calc(5vw - 12px); */
		/* margin-right: 3vw; */
	}

	#contacts .social {
		/* margin-left: calc(5vw - 12px); */
		margin-top: 35px;
	}

	.contacts-wrapper .item .title {
		font-size: 18px;
	}

	#contacts .btn-wrapper {
		/* margin-left: calc(5vw - 12px); */
	}

	#contacts .map,
	#contacts .map p {
		height: 100%;
	}
}

/* ~~~ FOOTER
~~~ */

footer {
	position: relative;
	background: transparent;
	color: #fff;
	padding: 20px 0 100px;
	font-size: 14px;
}

body:not(.home) footer {
	padding: 20px 0;
}

footer a {
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (min-width: 992px) {
	footer {
		padding: 20px 0;
	}

	footer .gws {
		text-align: right;
	}
}

/* ~~~ FORM STYLES ~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
	font-size: 15px;
	padding: 13px 15px 11px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #ede1d1;
	background: transparent;
	color: #fff;
	border-radius: 3px;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus-visible,
textarea:focus-visible {
	background: transparent;
	border: 1px solid #ffa21a;
	outline: none;
	box-shadow: none;
}

textarea {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 164px;
	height: 164px;
	max-height: 164px;
}

::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}

@media screen and (min-width: 992px) {
	.inputs-row {
		display: flex;
		justify-content: space-between;
	}

	.inputs-row .item {
		padding: 0 10px;
		width: 100%;
	}

	.inputs-row .item:first-child {
		padding-left: 0;
	}

	.inputs-row .item:last-child {
		padding-right: 0;
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.wpcf7-acceptance {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.wpcf7-acceptance label {
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.wpcf7-acceptance label::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #fff;
	margin-top: 2px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.wpcf7-acceptance label a {
	text-decoration: underline !important;
}

label.has-cheked-input::before {
	background-image: url("imgs/accept-check.svg");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	clear: both;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	/* color: #f00; */
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -5px;
	right: 0;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: 0.2em 0.8em;
}

.grecaptcha-badge {
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner {
	display: none !important;
}

.wpcf7 p {
	margin-bottom: 0;
}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 51px;
	height: 8px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 0.6;
	filter: grayscale(1);
}

.slick-prev::before,
.slick-next::before {
	content: "";
	display: block;
	position: absolute;
	width: 51px;
	height: 8px;
	top: 0;
	left: 0;
	background-image: url(imgs/arrow.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
	transform: scale(-1, 1);
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

@media screen and (min-width: 992px) {
	.slick-prev,
	.slick-next {
		top: 50%;
	}

	.slick-prev {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}
}

/* ~~~ MODAL STYLES ~~~ */

.modal-dialog {
	width: 90%;
	max-width: 982px;
	border-radius: 0;
	box-shadow: none;
	margin: 5% auto;
	background: #35463b;
	color: #fff;
}

.modal-dialog a {
	color: #fff;
}

.modal-content {
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn {
	margin-top: 10px;
}

.modal-header {
	border: none;
}

.modal-body {
	margin: 0;
	padding: 0;
}

.modal-body .close {
	top: 14px;
	right: 14px;
}

.modal-content .form-title {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 23px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.modal-content .form-subtitle {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-bottom: 25px;
}

.modal input,
.modal textarea {
	margin-bottom: 15px !important;
}

.modal div.wpcf7-response-output {
	text-align: center;
}

.modal-body .modal-img {
	background-size: cover;
	background-position: 0 0;
}

@media screen and (max-width: 991.98px) {
	.modal-body .modal-img {
		height: 30vh;
		background-position: 50% 5%;
	}

	.modal-body .modal-form {
		padding: 35px 20px 30px;
	}
}

@media screen and (min-width: 992px) {
	.modal-body {
		display: flex;
		min-height: 40vw;
	}

	.modal-body > * {
		width: 50%;
	}

	.modal-body .modal-form {
		padding: 55px 38px 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.modal-content .form-title {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.modal-content .form-subtitle {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full,
img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	margin: auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagination h2.screen-reader-text {
	display: none;
}

.nav-links .page-numbers {
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover {
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover {
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* my custom */
.choose-apartment {
    display: block;
	margin: 35px auto 0;
    width: calc(100% - 180px);
    max-width: 100%;
    height: auto;
}
.choose-apartment img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.choose-apartment polygon {
	transition: 0.4s;
	cursor: pointer;
	fill: transparent;
	fill-opacity: 0.4;
}
.choose-apartment polygon:hover {
	stroke: #3388ff;
	stroke-opacity: 0.25;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: #3388ff;
}
@media screen and (max-width:800px) {
	.choose-apartment {
		width: 100%;
	}
}
/* contacts-form */
.contacts-form {
	margin-top: 25px;
}
.contacts-form .row {
	gap: 1.5rem 0;
}
.contacts-form .contacts-form__heading {
	font-size: 25px !important;
    line-height: 1.1;
    font-weight: bold !important;
	margin-bottom: 10px;
}
.contacts-form__text {
	font-size: 15px;
    line-height: 1.5;
}
.contacts-form__form .text-center {
	text-align: left !important;
}

#cookie-law-info-bar,
.g__building-button{
	display: none !important;
  	height: 0 !important;
  	width: 0 !important;
  	visibility: hidden !important;
}

@media screen and (min-width: 992px) {
	.contacts-form__heading {
		font-size: 3vw;
		margin-bottom: 20px;
	}
	.contacts-form__text {
		font-size: 1.3vw;
	}

	#r-emb .callback-button, .g__building-button {
		bottom: 60px !important;
	}
}