/*
	Theme Name: The Commons Web
 	Description: Custom Theme For The Commons Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'RocGr Web';
	src: url('assets/fonts/RocGr-Regular.woff2') format('woff2'),
	url('assets/fonts/RocGr-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RocGr Web';
	src: url('assets/fonts/RocGr-Medium.woff2') format('woff2'),
	url('assets/fonts/RocGr-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'RocGr Web';
	src: url('assets/fonts/RocGr-Bold.woff2') format('woff2'),
	url('assets/fonts/RocGr-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'TT Tr Web';
	src: url('assets/fonts/TTTr-ExtraBold.woff2') format('woff2'),
	url('assets/fonts/TTTr-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	background: #401F18;
	font-family: 'RocGr Web', sans-serif;
	font-size: 3.2rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	margin: 0;
	min-width: 320px;
	padding: 10.4rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
table,
td,
th{
	border-collapse: collapse;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
:focus{
	outline: none;
}
a,
.button,
label,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
.button{
	border: 1px solid #381D51;
	border-radius: 0;
	color: #381D51;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;
	min-width:  17rem;
	letter-spacing: 0.15em;
	line-height: 1.8rem;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}
.button:hover{
	background: #381D51;
	color: #fff;
}
.button-white{
	border-color: #fff;
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
h1{
	font-family: 'TT Tr Web', sans-serif;
	font-weight: 800;
}
h1{
}
h2{
}
h3{
}
h4{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
.font-medium{
	font-weight: 500;
}
.text-39{
	font-size: 3.9rem;
}
.text-81{
	font-family: 'TT Tr Web', sans-serif;
	font-size: 8.1rem;
	font-weight: 800;
	line-height: 0.91358;
	text-transform: uppercase;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	background-color: #fff;
	border-radius: 0;
	box-shadow: none; 
	border: none;
	display: block;
	color: #381D51;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: inherit;
	line-height: 1.375;
	height: 5.2rem;
	padding: 1rem 2rem;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {color:#381D51; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#381D51; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#381D51; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#381D51; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 1em;
	background-size: 1em;
	cursor: pointer;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.selected{
	color: #666;
}
select::-ms-expand {
	display: none;
}
textarea{
	height: 21.4rem;
	padding: 1.8rem 2rem;
	resize: none;
}
input[type="submit"]{
	background: #381D51;
	border-radius: 4px;
	border: none;
	color: #E55129;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 2rem;
	font-weight: inherit;
	height: 5.2rem;
	line-height: 1.2;
	letter-spacing: 0.17em;
	min-width: 19.6rem;
	padding: 0.5em 1em;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #E55129;
	color: #381D51;
}
.container{
	margin: 0 auto;
	max-width: 166rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 98%;
}
.container-md{
	max-width: 103.4rem;
}
.container-sm{
	max-width: 96rem;
}
/*------------Social---------*/
.social-block{
}
.social-block ul{
	font-size: 1rem;
	display: flex;
	line-height: 1;
	list-style-type: none;
	padding: 0;
}
.social-block li{
	margin: 0 1rem;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block a{
	display: inline-block;
	vertical-align: middle;
}
.social-block svg{
	display: block;
	height: 2.4rem;
	width: auto;
}
/*--------------Header--------------*/
.header{
	background-color: #401F18;
	box-shadow: 0 0.7rem 2rem rgba(0,0,0,0.15);
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header-inner{
	padding: 2.2rem 0;
	width: 100%;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 166rem;
	padding: 0 3rem;
	position: relative;
	transition: all 0.2s linear;
}
.header-logo{
	min-width: 1px;
	margin-left: 30%;
	text-align: center;
	width: 40%;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 6rem;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s linear;
	width: auto;
}
.header-social{
	align-self: center;
	width: 30%;
}
.header-social ul{
	justify-content: flex-end;
}
/*-----------Footer---------*/
.footer{
	padding: 8.5rem 0 12.2rem;
}
.footer:after{
	background-image: url('assets/img/bottom-line.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	content: "";
	display: block;
	margin-top: 13rem;
	padding-top: 16%;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.footer-col{
	padding: 0 2rem;
	width: 25%;
}
.footer-logo-col{
	width: 50%;
}
.footer-links-col{
	order: 3;
}
.footer-logo img{
	display: block;
	height: auto;
	width: 55rem;
}
.footer-contacts{
	margin-bottom: 2em;
}
.footer-social p{
	position: relative;
}
.footer-social li{
	margin: 0 1.3rem;
}
.footer-social svg{
	height: 3.6rem;
}
.footer-links ul{
	margin-bottom: 2em;
	min-height: 4.8em;
	list-style-type: none;
	padding: 0;
}
.footer-links ul:last-child{
	margin-bottom: 0;
}
.cookie-bar{
	background: #FF9256;
	display: none;
	bottom: 0;
	color: #fff;
	font-size: 1.8rem;
	left: 0;
	padding: 1.2rem 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
.cookie-bar-container{
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 166rem;
	padding: 0 3rem;
}
.cookie-buttons{
	padding-left: 1.5rem;
}
.cookie-buttons a{
	background: #401F18;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.8em 1em;
	text-align: center;
	text-transform: uppercase;
}
.cookie-buttons a:hover{
	background: #fff;
	color: #401F18;
}
/*-------Default--------*/
.sect-pad{
	padding: 8rem 0;
}
.def-content h1{
	font-size: 2.5em;
	margin: 1em 0 0.5em;
}
.def-content h2{
	font-size: 1.6em;
	margin: 1em 0 0.5em;
}
.def-content h3{
	font-size: 1.4em;
	margin: 1em 0 0.5em;
}
.def-content h1:last-child,
.def-content h2:last-child,
.def-content h3:last-child{
	margin-bottom: 0;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child{
	margin-top: 0;
}
/*-----------Main---------*/
main{
	min-height: 60vh;
}
.top-section{
	position: relative;
}
.top-section .container{
	max-width: 171rem;
}
.top-section-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -1.5rem;
	min-height: 96rem;
}
.top-section-content-col,
.top-section-img-col{
	padding: 0 1.5rem;
	width: 50%;
}
.top-section-content{
	position: relative;
	z-index: 2;
}
.top-section-content h1{
	font-size: 20.2rem;
	line-height: 0.85;
	text-transform: uppercase;
}
.top-section-img{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	max-width: 96rem;
	width: 50%;
}
.flw-banner img{
	display: block;
	height: auto;
	width: 100%;
}
.what-is-section{
	background-image: url('assets/img/right-line.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 31.8rem auto;
}
.intro-block{
	padding: 13.6rem 0 14.5rem;
}
.intro-content h2{
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	margin: 0 0 1.25em;
}
.gallery-img img{
	display: block;
	height: 65rem;
	width: auto;
}
.gallery-slider .swiper-slide{
	padding: 0 4rem;
	width: auto;
}
.faq-block{
	padding: 14.2rem 0 18.8rem;
}
.faq-heading{
	margin-bottom: 5.2rem;
}
.faq-item{
	margin-bottom: 1.2em;
}
.faq-item:last-child{
	margin-bottom: 0;
}
.faq-item-title{
	cursor: pointer;
	font-family: 'TT Tr Web', sans-serif;
	font-weight: 800;
	font-size: 8.1rem;
	line-height: 0.91358;
	text-transform: uppercase;
}
.faq-item-title:after{
	font-family: 'RocGr Web', sans-serif;
	font-weight: normal;
	content: " +";
}
.faq-item-title.active:after{
	content: " -";
}
.faq-item-content{
	display: none;
	padding: 0.8em 0;
}
.news-section{
	background-color: #FF9256;
	background-image: url('assets/img/left-line.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 31.2rem auto;
	padding: 11.5rem 0 12rem;
}
.news-block{
	padding-left: 33.8rem;
}
.news-heading{
	margin-bottom: 6rem;
}
.news-heading h2{
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
	position: relative;
}
.news-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 117rem;
}
.post-item-wrap{
	max-width: 53.5rem;
	width: 48%;
}
.post-item h3{
	margin: 0 0 0.4em;
}
.post-item-link a{
	background-image: url('assets/img/icons/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.71875em auto;
	display: inline-block;
	padding-right: 2.2em;
}
.post-item-link a:hover{
	padding-right: 2.6em;
}
.news-footer{
	margin-top: 11.4rem;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1900px) {
	html{
		font-size: 0.52vw;
	}
}
@media only screen and (max-width : 991px) {
	html{
		font-size: 1vw;
	}
	.container{
		max-width: 100%;
		padding: 0 8rem;
		width: 100%;
	}
	.header-inner{
		padding: 2.7rem 0;
	}
	.header-row{
		justify-content: space-between;
		padding: 0 8rem;
		width: 100%;
	}
	.header-logo{
		margin: 0;
		text-align: left;
		width: auto;
	}
	.header-logo img{
		height: 5rem;
	}
	.header-social{
		width: auto;
	}
	.footer{
		padding: 8.5rem 0 0;
	}
	.footer:after{
		background-size: cover;
		background-position: bottom left;
		margin-top: 12rem;
		padding-top: 28%;
	}
	.footer .container{
		max-width: 71rem;
	}
	.footer-row{
		display: block;
	}
	.footer-col{
		padding-bottom: 6.4rem;
		width: 100%;
	}
	.footer-col:last-child{
		padding-bottom: 0;
	}
	.footer-logo-col{
		padding-bottom: 9rem;
	}
	.footer-links ul{
		margin: 0;
		min-height: 1px;
	}
	.footer-links p{
		display: none;
	}
	.top-section .container{
		padding: 0;
	}
	.top-section-row{
		margin: 0;
	}
	.top-section-content-col{
		background: #BE5C49;
		padding: 12.5rem 8rem;
		width: 100%;
	}
	.top-section-img-col{
		padding: 0;
		width: 100%;
	}
	.top-section-img{
		height: auto;
		left: auto;
		max-width: 100%;
		position: relative;
		padding-top: 100%;
		width: 100%;
	}
	.flw-banner{
		padding-top: 88%;
		position: relative;
	}
	.flw-banner img{
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		object-fit: cover;
		width: 100%;
	}
	.what-is-section{
		background-size: 29% auto;
	}
	.intro-block{
		padding: 12rem 0;
	}
	.gallery-slider .swiper-slide{
		padding: 0 3rem;
	}
	.gallery-img img{
		height: 62.8vw;
	}
	.faq-block{
		padding: 12rem 0;
	}
	.intro-block .container,
	.faq-block .container{
		padding-right: 34%;
	}
	.news-section{
		background-size: 22.5% auto;
		background-position: right top;
		padding: 11rem 0 10rem;
	}
	.news-section .container{
		padding-right: 34%;
	}
	.news-block{
		padding: 0;
		width: 100%;
	}
	.post-item-wrap{
		max-width: 100%;
		width: 100%;
	}
	.post-item-wrap:last-child{
		display: none;
	}
	.news-footer{
		margin-top: 8rem;
	}
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 5px;
	}
	body{
		font-size: 3rem;
	}
	.text-39{
		font-size: 3rem;
	}
	.text-81{
		font-size: 7rem;
	}
	.container{
		padding: 0 6rem;
	}
	.social-block svg{
		height: 4rem;
	}
	.header-row{
		padding: 0 6rem;
	}
	.top-section-content-col{
		padding: 12rem 6rem;
	}
	.top-section-content h1{
		font-size: 16rem;
	}
	.what-is-section{
		background-size: 20% auto;
	}
	.intro-block .container,
	.faq-block .container{
		padding-right: 25%;
	}
	.news-section{
		background-size: 20% auto;
	}
	.news-section .container{
		padding-right: 25%;
	}
}
@media only screen and (min-width : 991px) {
	
}