/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
} 

.project-closed-section:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(26 26 26 / 60%);
	overflow: hidden;
}

.project-closed-section .l-section-h {
	z-index: 1;
}

.mfp-title {
	display: none;
}

.wpcf7-acceptance span.wpcf7-list-item>label {
	align-items: flex-start;
}

.wpcf7-acceptance input {
	margin-top: 0.2rem;
	height: 1rem;
	width: 1rem;
}

.wpcf7-acceptance input:checked::before {
	line-height: 1rem;
	font-size: 0.8rem;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.l-subheader, .l-section {
	padding-left: 1rem;
	padding-right: 1rem;
}
}

nav.type_desktop .wpml-ls-item.level_1  {
	position: relative;
	margin-left: 14px;
}

nav.type_desktop .wpml-ls-item.level_1:before {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 1px;
	background-color: #000;
	opacity: 0.4;
}

nav .w-nav-arrow:before {
	font-size: 1rem !important;
	transition: all 0.3s ease;
	display: block;
}

nav.type_desktop .menu-item:hover .w-nav-arrow:before {
	color: #FF0400;
	transform: rotate(180deg);
}

nav.type_desktop .wpml-ls-item .w-nav-list.level_2 {
	min-width: unset;
}

nav.type_mobile .wpml-ls-item .w-nav-arrow:before {
	font-size: 1rem !important;
}

.heading.wpb_text_column {
	margin-bottom: 2.5rem;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56%;
	height: 0;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 799px) {
	.project-closed-section .vc_col-sm-8 {
		display: none;
	}
}

@media (min-width: 768px) {
	.heading.wpb_text_column {
		margin-bottom: 3rem;
	}
}

@media (min-width: 800px) {
	.project-closed-section:after {
		width: 45%;
	}
}

/*---------- FRONT PAGE ----------*/

.frontpage-hero {
	max-width: 1330px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.frontpage-hero .wpb_wrapper {
	position: relative;
	height: 100%
}

.frontpage-hero .hero-intro-text {
	background: rgba(0,0,0,.6);
	padding: 2rem 2rem 2rem 1rem;
}

.frontpage-hero h1 {
	font-size: 1.6rem;
	padding-bottom: 1.6rem !important;
	margin-bottom: 1.6rem !important;
	border-bottom: 1px solid #FF0400;
}

.frontpage-hero h1,
.frontpage-hero p {
	color: #fff;
}

.frontpage-hero .hero-text {
	padding: 0.75rem 1rem;
	background: linear-gradient(135deg,#ff6900,#cf2e2e);
}

.frontpage-hero .hero-text a {
	color: #fff;
}

.properties-grid {
	padding-top: 2rem !important;
}

.properties-grid .w-tabs-list {
	position: sticky;
	top: 60px;
	z-index: 10;
	padding: 1rem 0 1rem;
	background-color: #F6F7FA;
}

.admin-bar .properties-grid .w-tabs-list {
	top: 92px;
}

@media (min-width: 1024px) {
	.properties-grid .w-tabs-list {
		top: 80px;
	}
	.admin-bar .properties-grid .w-tabs-list {
		top: 112px;
	}
}

.properties-grid .w-tabs-list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	left: calc(50% - 50vw);
	height: 100%;
	background-color: #F6F7FA;
}

.properties-grid .w-tabs-item,
.project-buttons .w-btn {
	font-size: 2rem;
	color: #212529 !important;
	padding-left: 65px !important;
	opacity: 1!important;
}

html:lang(ru-RU) .properties-grid .w-tabs-item,
.project-buttons .w-btn {
	font-size: 1.6rem;
}

.properties-grid .w-tabs-item.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #FF0400;
}

.properties-grid .w-tabs-item:first-child:before,
.project-buttons .w-btn-wrapper:first-child .w-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-55%);
	width: 43px;
	height: 41px;
	background-image: url(/wp-content/uploads/2022/03/kodu.svg);
	background-size: 100% 100%;
	
}

.properties-grid .w-tabs-item:last-child:before,
.project-buttons .w-btn-wrapper:last-child .w-btn:before  {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-55%);
	width: 47px;
	height: 45px;
	background-image: url(/wp-content/uploads/2022/03/aripind.svg);
	background-size: 100% 100%;
}

.properties-grid .w-tabs-sections {
	padding-top: 2rem;
}

.project-buttons .w-btn-wrapper:first-child .w-btn:before,
.project-buttons .w-btn-wrapper:last-child .w-btn:before {
	border: none;
	border-radius: 0;
}

.properties-grid .vc_col-sm-12 .g-cols {
	padding: 2rem 0 0;
	background: #282828;
}

.properties-grid .vc_col-sm-12 .g-cols:not(:last-child) {
	margin-bottom: 2rem;
}

.properties-grid .vc_col-sm-6:first-child {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	padding-bottom: 2.5rem;
}

.properties-grid .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
	position: relative;
}

.properties-grid .vc_col-sm-6:first-child .w-hwrapper {
	margin: auto 0 1.5rem;
}

.properties-grid .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
	margin-top: auto;
} 

.properties-grid h2 {
	color: #fff;
	padding-bottom: 1.7rem !important;
	border-bottom: 1px solid #FF0400;
}

.properties-grid .wpb_text_column {
	color: #fff;
	margin-bottom: 1.5rem;
}

html:lang(ru-RU) .properties-grid h2 {
	font-size: 1.5rem;
}

html:lang(ru-RU) .properties-grid .wpb_text_column p {
	font-size: 14px;
	line-height: 1.6;
}

.properties-grid .w-iconbox {
	margin-bottom: 1.5rem;
}

.properties-grid .w-iconbox-text {
	color: #fff;
}

.properties-grid .w-iconbox-icon, .properties-grid .w-iconbox-icon svg {
	width: 2.5rem !important;
}

.properties-grid .w-hwrapper .w-btn  {
	padding-left: 2.2rem !important;
}

.w-popup,
.w-btn-wrapper  {
	position: relative;
	display: flex;
}

.galerii:before,
.video:before,
.pakkumine:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-60%);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(assets/gallery-icon.svg); 
}

.video:before {
	background-image: url(assets/video-icon.svg); 
}

.pakkumine:before {
	transform: translateY(-50%);
	background-image: url(assets/url-icon.svg); 
}

.properties-grid .vc_col-sm-6:last-child .w-text-value {
	background: #FF0400;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding: 0.7rem 1rem;
}

.properties-grid .vc_col-sm-6:last-child .w-hwrapper {
	justify-content: end;
	position: absolute;
	right: 0;
	top: -0.7rem;
	z-index: 1;
}

.properties-grid .vc_col-sm-6:last-child .project-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.27%, rgba(0, 0, 0, 0.6) 97.24%);
}

.properties-grid .vc_col-sm-6:last-child .project-image .w-image-h:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6%;
	height: 100%;
	background-color: #FF0400;
	opacity: 0.7;
}

.properties-grid .project-image {
	position: relative;
}

.properties-grid .vc_col-sm-6:last-child .project-image:after {
	content: "";
	position: absolute;
	left: 6%;
	top: 0;
	width: 9%;
	height: 100%;
	background-color: #FF0400;
	opacity: 0.4;
}

.logo-image {
	position: absolute;
	right: 6%;
	bottom: 6%;
}

.logo-image img {
	width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 2rem;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact-us-popup .vc_col-sm-8 .vc_column-inner > div {
	max-width: 505px;
}

.contact-us-popup .vc_col-sm-8 h3 {
	font-size: 2rem;
}

.contact-us-popup  .w-form  {
	margin-top: 2rem;
}

.contact-us-popup .w-form-row-label {
	font-weight: 700;
}

.contact-us-popup .w-form-row  {
	margin-bottom: 1.6rem !important;
}

.contact-us-popup .vc_col-sm-4 h4 {
	font-size: 1.5rem;
	margin-bottom: 2.8rem;
}

.contact-us-popup .w-person-image {
	max-width: 280px;
}

.contact-us-popup .vc_col-sm-4 p {
	margin-bottom: 3px;
}

.w-tabs-section-content-h  {
	display: flex;
	flex-direction: column;
}

#content-home #p1,
#content-business #p1 {
	order: 1;
}

#content-home #p2,
#content-business #p2 {
	order: 2;
}

#content-home #p3,
#content-business #p3 {
	order: 3;
}

#content-home #p4,
#content-business #p4 {
	order: 4;
}

#content-home #p5,
#content-business #p5 {
	order: 5;
}

#content-home #p6,
#content-business #p6 {
	order: 6;
}

#content-home #p7,
#content-business #p7 {
	order: 7;
}

#content-home #p8,
#content-business #p8 {
	order: 8;
}

#content-home #p9,
#content-business #p9 {
	order: 9;
}

#content-home #p10,
#content-business #p10 {
	order: 10;
}

#content-home #p11,
#content-business #p11 {
	order: 11;
}

#content-home #p12,
#content-business #p12 {
	order: 12;
}

#content-home #p13,
#content-business #p13 {
	order: 13;
}

#content-home #p14,
#content-business #p14 {
	order: 14;
}

#content-home #p15,
#content-business #p15 {
	order: 15;
}

.project-buttons .w-btn-wrapper:not(:last-of-type) {
	margin-right: 1.5em;
}

.home .w-popup-wrap.layout_right_panel {
	align-items: flex-end;
}

.home .w-popup-wrap.layout_right_panel .w-popup-box-h {
	min-height: unset;
}

@media (min-width: 768px) {
	.frontpage-hero {
		margin-top: 3.7rem;
	}
	.frontpage-hero .hero-text {
		padding: 0.75rem 1.5rem;
	}
	.frontpage-hero .hero-intro-text {
		margin-bottom: 2rem;
		height: 100%;
		padding: 2rem;
		min-height: 450px;
		max-width: 390px;
	}
	.frontpage-hero .hero-text {
		position: absolute;
		right: 0;
		top: 0;
	}
	.properties-grid .w-tabs-list {
		padding: 2rem 0 2rem;
	}
	.properties-grid .w-tabs-item.active:after {
		bottom: -15px;
	}
	.properties-grid  .vc_col-sm-12 .g-cols {
		padding: 3rem 0 0 0rem;
	}
	.properties-grid .vc_col-sm-6:first-child {
		padding-left: 0.5rem;
		width: 40%;
	}
	.properties-grid .vc_col-sm-6:last-child {
		width: 60%;
		margin-bottom: -20px;
		margin-top: 60px;
	}
	.properties-grid .vc_col-sm-6:last-child .vc_column-inner {
		padding-right: 0 !important;
	}
	
}

@media (min-width: 900px) {
	.properties-grid .vc_col-sm-12 .g-cols {
		margin: 0 0 5rem !important;
	}
	.properties-grid .vc_col-sm-12 .g-cols:last-child {
		margin-bottom: 0 !important;
	}
	.properties-grid  .w-tabs-item:not(:last-of-type),
	.project-buttons .w-btn-wrapper:not(:last-of-type) {
		margin-right: 6.25rem !important;
	}
}

@media (min-width: 930px) {
	.contact-us-popup .vc_col-sm-4:before {
		content: "";
		position: absolute;
		left: -10%;
		top: -5%;
		width: 1px;
		height: 110%;
		background-color: #E9E9E9;
	}
}

@media (max-width: 450px) {
	.properties-grid .w-tabs-item:first-child:before,
	.project-buttons .w-btn-wrapper:first-child a:before {
		width: 35px !important;
		height: 36px !important;
	}
	.properties-grid .w-tabs-item:last-child:before,
	.project-buttons .w-btn-wrapper:last-child a:before {
		width: 37px !important;
		height: 35px !important;
	}
	.properties-grid .w-tabs-item,
	.project-buttons .w-btn {
		padding-left: 50px !important;
	}
}

@media (max-width: 767px) {
	.properties-grid .w-tabs-list.sticky .w-tabs-list-h {
		position: fixed;
		background-color: #F6F7FA;
		padding: 1rem;
		top: 60px;
		left: 0;
		width: 100vw;
	}
	.properties-grid .w-tabs-item {
		font-size: 1rem !important;
	}
	.properties-grid .w-tabs-list-h {
		justify-content: space-evenly !important;
	}
	.properties-grid .w-tabs-item:first-child:before, 
	.project-buttons .w-btn-wrapper:first-child .w-btn:before,
	.properties-grid .w-tabs-item:last-child:before, 
	.project-buttons .w-btn-wrapper:last-child .w-btn:before {
		background-size: 90% 90%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.project-buttons a {
		font-size: 1rem !important;
	}
	
}

/*---------- FRONTPAGE POPUP STYLES ----------*/

.home .layout_right_panel .w-popup-closer {
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 2.2rem;
	border-radius: 100%;
	font-size: 1.3rem;
	height: 2.2rem;
	width: 2.2rem;
	right: 0.7rem;
	top: 0.7rem;
}

.home .layout_right_panel .w-popup-closer:before {
	font-weight: 300;
}

.frontpage-popup .w-vwrapper {
	padding: 2rem 2rem 3rem;
}

/*---------- ABOUT US PAGE ----------*/

.recognitions .g-cols.wpb_row:not(:last-child) {
	margin-bottom: 1.5rem;
}

.recognitions h2 {
	margin-bottom: 2.2rem;
}

.recognitions .w-iconbox-icon,
.recognitions .w-iconbox-icon svg {
	width: 3.75rem !important;
}

.recognitions .w-iconbox.iconpos_left .w-iconbox-icon {
	margin-right: 1.6rem
}

.recognitions .w-iconbox-title {
	font-size: 1.3rem;
	font-weight: 700;
}

.recognitions .w-btn-wrapper.galerii {
	padding-left: 2.2rem;
	margin: 1rem 0 0 5.3rem;
}

.recognitions .w-btn-wrapper.galerii:before {
	transform: translateY(-50%);
}

.recognitions .w-btn-wrapper.galerii button {
	color: #000 !important;
	font-size: 1rem !important;
	line-height: 1.75rem !important;
}

.about-us-text h2 {
	padding-bottom: 1.25rem !important;
	border-bottom: 1px solid #FF0400;
}

.about-us-text .wpb_row:not(:last-child) {
	margin-bottom: 4.3rem;
}

.about-us-text .w-image {
	position: relative;
}

.about-us-text .g-cols:nth-child(odd) .vc_col-sm-6:last-child .w-image:after,
.about-us-text .g-cols:nth-child(even) .vc_col-sm-6:first-child .w-image:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 7.2%;
	height: 100%;
	background-color: #FF0400;
	opacity: 0.7;
}

.about-us-text .g-cols:nth-child(odd) .vc_col-sm-6:last-child .w-image:before,
.about-us-text .g-cols:nth-child(even) .vc_col-sm-6:first-child .w-image:before {
	content: "";
	position: absolute;
	right: 7.2%;
	top: 0;
	width: 11%;
	height: 100%;
	background-color: #FF0400;
	opacity: 0.4;
}

.about-us-text .g-cols:nth-child(even) .vc_col-sm-6:first-child .w-image:after {
	left: 0;
	right: unset;
}

.about-us-text .g-cols:nth-child(even) .vc_col-sm-6:first-child .w-image:before {
	left: 7.2%;
	right: unset;
}

.about-us-hero .wpb_text_column,
.about-us-hero .g-cols {
	position: relative;
	z-index: 1;
}

.about-us-hero .vc_col-sm-12 > div > div {
	position: relative;
	border-bottom: solid 10px #000000;
}

.about-us-hero .vc_col-sm-12 > div > div:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	background: #FF0400;
}

.about-us-hero .wpb_text_column {
	display: inline-block;
	margin: 2rem;
	background: #fff;
	padding: 1rem 1rem 1.5rem 1.5rem;
}

.about-us-hero h1 {
	font-size: 2rem;
}

.about-us-hero .vc_col-sm-4 .w-hwrapper .w-image {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w-counter {
	text-align: left;
	margin-top: 1rem;
}

.w-counter-value {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}

.w-counter-title,
.w-counter-value {
	color: #fff !important;
}

.about-us-hero .w-counter-title {
	padding: 6px 0 0;
	font-size: 1.15rem !important;
}

.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #282828;
}

.bg-image .w-image-h {
	opacity: 0.2;
}

.text-content .wpb_text_column {
	max-width: 550px;
}

.team .g-cols:not(:last-child) {
	margin-bottom: 6.2rem;
}

.team h2 {
	margin-bottom: 2.5rem;
}

.w-person {
	text-align: left;
}

.w-person-name {
	font-size: 1.3rem;
	font-weight: 700;
}

.w-person-role {
	opacity: 1;
	font-size: 1.1rem;
}

.team .wpb_wrapper p {
	margin-bottom: 0;
}

.w-person-image:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-color: #FF0400;
}

@media (max-width: 767px) {
	.properties-grid .w-tabs-list {
		height: 60px;
	}
	.about-us-hero .vc_col-sm-4 .w-hwrapper {
		justify-content: flex-start;
	}
	.about-us-hero .vc_col-sm-4 .w-hwrapper .w-image img {
		max-width: 50px;
	}
	.about-us-hero .vc_col-sm-4:last-child {
		margin-bottom: 1.5rem !important
	}
}

@media (min-width: 768px) {
	.team .vc_col-sm-4 > div {
		max-width: 290px
	}
	.about-us-hero .wpb_text_column {
		padding: 2rem 3.8rem 2.3rem 3rem;
	}
	.about-us-hero h1 {
		font-size: 2.4rem;
	}
	.about-us-hero .vc_column-inner .g-cols {
		margin: 3.5rem auto 8rem;
	}
	.about-us-hero .w-hwrapper {
		flex-wrap: nowrap;
	}
	.recognitions .g-cols.wpb_row:not(:last-child) {
		margin-bottom: 2.5rem;
	}
}

/*---------- NEWS ARCHIVE ----------*/

.news-featured-grid .w-vwrapper,
.news-featured-grid .post_image {
	width: 100%;
}

.news-featured-grid {
	background-color: #282828;
	padding: 1.5rem 1rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-featured-grid:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #FF0400;
}

.news-featured-grid h2 {
	border-bottom: 1px solid #FF0400;
	padding-bottom: 1.8rem !important;
	margin-bottom: 1.8rem !important
}

.news-featured-grid h2,
.news-featured-grid .post_content  {
	color: #fff;
}

.news-featured-grid .post_content {
	margin-bottom: 2.5rem;
}

.news-featured-grid .w-btn {
	max-width: 160px;
	margin-bottom: 2.5rem;
}

.news-grid {
	height: 100%;
}

.news-grid .post_date {
	margin-bottom: 0.4rem;
	color: #828282;
}

.news-grid .post_title {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.3;
	text-indent: 16px;
	margin-bottom: 0.6rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #E9E9E9;
}

.news-grid .post_title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 26px;
	background-color: #FF0000;
}

.news-grid .post_content {
	margin-bottom: 2rem;
}

.news-grid .w-btn {
	width: fit-content;
	margin-top: auto;
}

@media (min-width: 601px) {
	.news-grid .post_image {
		margin-bottom: 2.5rem;
	}
	.news-grid .post_title {
		margin-bottom: 1.25rem;
		padding-bottom: 1.5rem;
	}
}

@media (max-width: 899px) {
	.news-featured-grid .post_image {
		order: -1;
		margin-bottom: 1rem;
	}
}

@media (min-width: 900px) {
	.news-featured-grid {
		justify-content: space-between;
		padding: 50px 0 0 40px;
	}
	.news-featured-grid .w-vwrapper {
		width: 44%;
	}
	.news-featured-grid .post_image {
		width: 52%;
		margin-top: auto;
	}
}

/*---------- SINGLE POST ----------*/

.single-post .article-share {
	margin-bottom: 1rem !important;
}

.article-share .w-text-value {
	color: #828282;
	font-size: 14px;
}

.article-share a.w-sharing-item {
	min-width: unset;
	width: 32px;
	height: 32px;
	margin-right: 6px !important;
	border-radius: 0 !important;
	font-size: 14px !important; 
}

.article-share .w-text {
	margin-bottom: 0;
}

.single-post .w-vwrapper {
	max-width: 780px;
	margin: 0 auto;
}

.single-post .featured-image {
	margin-bottom: 1.5rem;
}

.single-post .post_date {
	color: #828282;
	margin-bottom: 1.3rem;
}

.single-post h1 {
	font-size: 2.4rem;
	padding-bottom: 1.9rem !important;
	margin-bottom: 1.9rem !important;
	border-bottom: 1px solid #FF0400;
}

.post_content .l-section:first-child {
	padding-top: 0 !important;
}

.single-post .l-section:last-child {
	padding-bottom: 0 !important;
}

.post_content .wp-block-image {
	margin-bottom: 1.5rem;
}

.post-gallery,
.post_content .w-btn-wrapper {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.post-gallery .w-grid-item-h {
	border-radius: 0 !important;
}

.related-posts {
	padding-top: 2rem !important;
}

.related-posts .l-section-h {
	border-top: 1px solid #E9E9E9;
	padding-top: 3.75rem;
}

/*----------- CONTACT US PAGE ------------*/

.contact-us h1,
.contact-us h2,
.contact-us p {
	color: #fff;
}

.contact-us h1 {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.contact-us .wpb_text_column a {
	color: #fff;
	text-decoration: underline;
}

.contact-us .media-contact {
	margin-top: 2rem;
}

.contact-us .media-contact h2 {
	margin-bottom: 0;
}

.contact-us .vc_col-sm-6:last-child > .vc_column-inner {
	padding: 0 !important;
}

.contact-us .vc_col-sm-6:last-child .w-image:last-child {
	margin: 2rem auto 0rem;
}

@media (min-width: 768px) {
	.contact-us .vc_col-sm-6:last-child .w-image:last-child {
		max-width: 375px;
		margin: -1rem auto -2rem;
	}
	.contact-us h1 {
		font-size: 2.2rem;
	}
	.single-post .featured-image {
		margin-bottom: 3.3rem;
	}
	.article-share .w-text {
		margin-bottom: 1rem;
	}
	#page-footer h4 {
		margin-top: 1.2rem;
	}
		
}

@media (min-width: 1060px) {
	.article-share {
		position: absolute;
	}
	.article-share  .w-sharing-list {
		display: flex;
		flex-direction: column;
	}
	.article-share a.w-sharing-item {
		margin-bottom: 12px !important;
	}
}

/*----------- INVESTOR PAGE ------------*/

.investor-hero .wpb_wrapper .wpb_text_column {
	max-width: 460px;
}

.investor-hero .wpb_text_column h1 {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #FF0400;
}

.investor-hero .g-cols.wpb_row .vc_col-sm-6:first-child {
	margin-bottom: 0;
}

.investor-hero .wpb_text_column h3 {
	margin-bottom: 1.1rem;
}

.investor-hero .wpb_text_column a {
	text-decoration: underline;
	color: #282828;
}

.investor-description .g-cols.wpb_row {
	margin-bottom: 3.7rem;
}

.investor-description .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.investor-description .g-cols.wpb_row .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
	padding: 1.7rem 1.7rem 2.5rem 1.7rem;
	background-color: #fff;
}

.investor-description .logos {
	margin-top: 2rem;
}

.investor-description .wpb_text_column h3 {
	margin-bottom: 1.4rem;
}

.investor-description .documents .w-hwrapper {
	justify-content: space-between;
	background-color: #282828;
	margin-bottom: 0.6rem;
	padding: 1.5rem 1rem;
}

.investor-description .documents .w-hwrapper:hover .w-text {
	opacity: 0.8;
}

.investor-description .documents .w-hwrapper .w-text {
	position: relative;
	color: #fff;
}

.investor-description .w-hwrapper .w-text:first-child {
	font-weight: 700;
}

.investor-description .documents .w-hwrapper .w-text:nth-of-type(2) {
	min-width: 20px;
}

.investor-description .documents .w-hwrapper .w-text:nth-of-type(2) a {
	color: #fff;
}

.investor-description .documents .w-hwrapper .w-text:nth-of-type(2):after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 20px;
	background-image: url(assets/download-icon.svg);
	background-size: 100% 100%; 
}

.investor-description .documents .w-hwrapper .w-text:nth-of-type(2) .w-text-value {
	display: none;
}

.investor-video .w-video.with_overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(40, 40, 40, 0.1) 0%, rgba(40, 40, 40, 0.6) 100%);
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.investor-video .w-video.with_overlay:hover:before {
	opacity: 0.2;
}

.investor-video .w-video.with_overlay:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	background-image: url(assets/play-btn.svg);
	background-size: 100% 100%;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.investor-video .w-video.with_overlay:hover:after {
	transform: translate(-50%, -50%) scale(1.1);
}

.investor-features .g-cols.vc_row {
	padding-bottom: 0.7rem;
}

/*
.investor-tabs .w-tabs-list-h .w-tabs-item {
	border-bottom: 1px solid #212529;
	padding: 0.5rem 0 !important;
	width: 100%;
}

.investor-tabs .w-tabs-list-h .w-tabs-item.active {
	border-color: #FF0400;
}

.investor-tabs .w-hwrapper {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.investor-tabs .w-popup {
	border: 1px solid #28282826;
	justify-content: center;
	width: calc(50% - 0.6rem);
}

.investor-tabs .w-popup .w-popup-trigger {
	display: flex;
	padding: 2rem;
	width: 100%;
	justify-content: center;
} */

.investor-faq .wpb_text_column {
	margin-bottom: 2.1rem;
}

.investor-faq .w-tabs-sections .w-tabs-section:first-child {
	border-top: none;
}

.investor-faq .w-tabs-sections .w-tabs-section .w-tabs-section-header {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.investor-contact .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
	max-width: 480px;
	margin: 0 auto;
}

.investor-contact .vc_col-sm-8 .wpb_text_column {
	margin-bottom: 2rem;
}

.investor-contact .w-html,
.investor-contact .wpb_raw_code  {
	max-width: 480px;
}

.investor-contact .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	margin: 0 auto;
	max-width: 400px;
}

.investor-contact .vc_col-sm-4 .wpb_text_column p {
	margin-bottom: 0;
}

.investor-contact-new .w-html {
	max-width: 480px;
	margin-top: 2rem;
}

.investor-contact-new .vc_col-sm-8 > .vc_column-inner > .wpb_wrapper {
	max-width: 600px;
}

.investor-contact-new .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
	max-width: 250px;
}

.investor-contact-new .vc_col-sm-4 .wpb_text_column p {
	margin-bottom: 0;
}

.investor-disclaimer .l-section-h {
	padding: 2.5rem 0 4rem;
	border-top: 1px solid #21252926;
}

.investor-disclaimer p {
	line-height: 1.7;
	font-size: 12px;
}

@media (max-width: 599px) {
	.investor-text-logo .w-hwrapper .w-image {
		margin: 0 auto 2.2rem;
	}
	.investor-text-logo .w-hwrapper .w-image:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.investor-timeline .wpb_text_column.timeline p {
		mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 3.5%, rgba(255, 255, 255, 1) 96.5%, rgba(0, 0, 0, 0.00) 100%);
		margin-bottom: 1rem;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 40px;	
	}
	.investor-timeline .wpb_text_column.timeline img {
		width: 1200px;
		height: auto;
		max-width: unset !important;
	}
	.investor-timeline .nav {
		margin: -2rem 0 2rem;
		display: flex;
		justify-content: space-between;
		width: 100%;
		top: 100%;
		transform: translateY(50%);
	}
	.investor-timeline .nav button {
		position: relative;
		background: none;
		width: 3.5rem;
		height: 3.5rem;
	}
	.investor-timeline .nav button:after {
		content: "" !important;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 20px;
		background-size: 100% 100%;
		transform: translate(-50%, -50%);
	}
	.investor-timeline .nav .prev:after {
		background-image: url(assets/left-arrow.svg);
	}
	.investor-timeline .nav .next:after {
		background-image: url(assets/right-arrow.svg);
	}
}

@media (max-width: 1299px) {
	.investor-description .documents .w-hwrapper .w-text:nth-of-type(2) a {
		display: block;
		width: 17px;
		height: 20px;
	}
}

@media (min-width: 500px) {
	.investor-description .documents .w-hwrapper {
		padding: 1.8rem;
	}
	.investor-video .w-video.with_overlay:after {
		width: 80px;
		height: 80px;
	}
	/* .investor-tabs .w-popup {
		width: calc(33.33% - 0.6rem);
	} */
}

@media (min-width: 620px) {
	.investor-video .w-video.with_overlay:after {
		width: 90px;
		height: 90px;
	}
	/* .investor-tabs .w-popup {
		width: calc(25% - 0.6rem);
	} */
}

@media (min-width: 768px) {
	.investor-description .logos {
		justify-content: space-evenly;
		margin-top: 4rem;
	}
	.investor-description .g-cols.wpb_row .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
		padding: 2.25rem 2.25rem 3.7rem 2.25rem;
	}
	.investor-features .w-iconbox {
		max-width: 330px;
	}
	.investor-features .w-iconbox-icon {
		min-height: 80px;
	}
	.investor-timeline .wpb_text_column.timeline img {
		width: 100%;
	}
	.investor-timeline .nav {
		display: none;
	}
	/* .investor-tabs .w-tabs-list-h .w-tabs-item {
		padding: 1.4rem 0 !important;
	} */
	.investor-contact .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
		position: relative;
		max-width: 250px;
		height: 100%;
	}
	.investor-contact-new .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
		margin: 0 auto;
	}
	.investor-disclaimer .l-section-h {
		padding: 3.7rem 0 8rem;
		border-top: 1px solid #21252926;
	}
}

@media (min-width: 880px) {
	.investor-description .documents .w-hwrapper .w-text {
		font-size: 1.2rem;
	}
	.investor-contact .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:after {
		content: "";
		position: absolute;
		left: -60px;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #E9E9E9;
	}
}

@media (min-width: 1300px) {
	.investor-description .documents .w-hwrapper .w-text:nth-of-type(2) .w-text-value {
		padding-left: 1.7rem;
		display: block;
	}
}

/*----------- REPORTS AND MARKET UPDATES ------------*/

.reports-hero .wpb_text_column h1 {
	border-bottom: 1px solid #FF0400;
	display: inline-block;
	padding-bottom: 2rem;
}

.reports-content {
	padding-top: 0 !important;
}

.reports-content .wpb_text_column a {
	text-decoration: underline;
	color: #282828;
}

.market-updates .w-grid-item-h .post_title {
	font-size: 1.3rem;
	font-weight: 500;
}

.market-updates.news-grid .post_title:before {
	top: 2px;
	height: 22px;
}

/*----------- INVESTOR COMMUNITY PAGE ------------*/

.investor-community .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	padding: 2.5rem 2rem 0.5rem 2rem;
	background-color: #282828; 
}

.investor-community .wpb_wrapper .wpb_text_column h1 {
	border-bottom: 1px solid #FF0400;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.investor-community h3 {
	padding-top: 0;
}

.investor-community .w-image {
	margin-top: 1.5rem;
}

@media (min-width: 560px) {
	.investor-community .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper  {
		padding: 3.1rem 2.5rem 3.1rem 2.5rem;
	}
}

/*----------- SUSTAINABLE PAGE ------------*/

.sustainable-hero .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	background-color: #282828; 
}

.sustainable-hero .wpb_wrapper .wpb_text_column {
	padding: 2.5rem 2rem 0.5rem 2rem;
}

.sustainable-hero .wpb_wrapper .wpb_text_column .wpb_wrapper {
	max-width: 460px;
}

.sustainable-hero .wpb_wrapper .wpb_text_column h1 {
	border-bottom: 1px solid #FF0400;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.sustainable-features .w-image {
	display: flex;
	align-items: center;
	max-height: 80px;
	margin-bottom: 0.8rem;
}

.sustainable-features .wpb_wrapper .wpb_text_column h2 {
	max-width: 300px;
	margin-bottom: 1.25rem;
}

html:lang(en-US) .sustainable-features .wpb_wrapper .wpb_text_column h2 {
	max-width: 310px;
}

html:lang(ru-RU) .sustainable-features .wpb_wrapper .wpb_text_column h2 {
	max-width: 345px;
}

.sustainable-features .wpb_text_column p:nth-child(2) {
	border-top: 1px solid #FF0400;
	padding-top: 1.25rem;
}

.sustainable-partners .wpb_wrapper .wpb_text_column {
	margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
	.sustainable-features .g-cols.wpb_row .vc_col-sm-6 {
		margin-bottom: 2rem !important;
	}
	.sustainable-features .g-cols.wpb_row:last-child .vc_col-sm-6:last-child {
		margin-bottom: 0 !important;
	}
	.sustainable-hero .wpb_wrapper .w-image {
		padding: 0rem 2rem 2rem 2rem;
	}
}

@media (min-width: 560px) {
	.sustainable-hero .wpb_wrapper .wpb_text_column {
		padding: 3.1rem 2.5rem 3.1rem 2.5rem;
	}
	.sustainable-features .w-image {
		margin-bottom: 1.25rem;
		min-height: 120px;
		max-height: unset;
	}
	.sustainable-partners .w-hwrapper {
		--hwrapper-gap: 2rem !important;
	}
}

@media (min-width: 768px) {
	.sustainable-features .g-cols.wpb_row:first-child {
		margin-bottom: 4.5rem;
	}
	.sustainable-features .wpb_wrapper .wpb_text_column {
		max-width: 500px;
	}
}

@media (min-width: 980px) {
	.sustainable-hero .w-image  {
		padding: 0 1.5rem 1.5rem 0;
	}
}

@media (min-width: 1100px) {
	.sustainable-hero .w-image  {
		padding: 0 2.5rem 2.5rem 0;
	}
}


/*---------- FOOTER ----------*/

#page-footer .vc_col-sm-3:first-child .w-image-h {
	margin-bottom: 1.5rem;
}

#page-footer .vc_col-sm-3:nth-child(2) p {
	margin-bottom: 1.2rem;
}

#page-footer h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1.75rem
}

#page-footer .vc_col-sm-3:nth-child(3) h4 {
	margin-bottom: 1rem;
}

#page-footer .vc_col-sm-3:nth-child(3) .w-hwrapper {
	align-items: center;
}

#page-footer .vc_col-sm-3:nth-child(3) .w-hwrapper .w-image {
	margin-top: 0.5rem;
}

#page-footer .vc_col-sm-3:nth-child(4) .w-popup.w-btn-wrapper {
	margin-top: 0.5rem;
}

.copyright p {
	color: #828282;
	font-size: 12px
}

.copyright {
	padding-bottom: 2.5rem !important;
}

.footer-social {
	display: flex;
	flex-direction: column;
	margin-bottom: 0.8rem;
}

.footer-social div {
	min-width: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.75rem;
}

.footer-social a {
	display: flex;
}

.footer-social a:not(:last-child) {
	margin-bottom: 0.5rem;
}

/*---------- RUSSIAN STYLES ----------*/

html:lang(ru-RU) .about-us-hero .w-counter-title {
	font-size: 1rem !important;
}

html:lang(ru-RU) .news-featured-grid .w-btn {
	max-width: 180px;
}

@media (max-width: 500px) {
	html:lang(ru-RU) .properties-grid .vc_col-sm-6:last-child .w-hwrapper {
			flex-direction: column;
			align-items: end;
	}
	html:lang(ru-RU) .properties-grid .vc_col-sm-6:last-child .w-hwrapper .w-text:first-child {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}