body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 16px;
}
h1, h2, p, span, a {
	font-family: "museo-sans", helvetica, sans-serif;
	color: #2f2e2f;
	margin: 0;
	padding: 0;
}
/* fonts */
@font-face {
    font-family: Goodvibes;
    src: url(../fonts/Goodvibes.ttf);
    src: local(Goodvibes), url(../fonts/Goodvibes.ttf);
}
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/FontAwesome.otf);
    src: local(FontAwesome), url(../fonts/FontAwesome.otf);
}
@font-face {
	font-family: FiraSans-Light;
	src: url(../fonts/FiraSans-Light.ttf);
}
@font-face {
	font-family: FiraSans-Medium;
	src: url(../fonts/FiraSans-Medium.ttf);
}
@font-face {
	font-family: FiraSans-Regular;
	src: url(../fonts/FiraSans-Regular.ttf);
}
/* fonts end */

/*style-portfolio.css*/
/** filters list **/
#filter-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 0;
	margin-bottom: 36px;
	list-style: none;
}
#filter-list li {
	font-family: FiraSans-Medium;
	font-weight: 600;
	color: #3c322e !important;
	display: inline-block;
	padding: 8px 20px;
	font-size: 0.88em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 100px;
	border: 2px solid rgba(60,50,46,0.2);
	background: transparent;
	transition: all 0.2s;
}
#filter-list li:hover {
	color: #fff !important;
	background: #3c322e;
	border-color: #3c322e;
}
#filter-list li.active {
	color: #1a1614 !important;
	background: #ecd96f;
	border-color: #ecd96f;
	font-weight: 700;
}
/** extra items hidden by default **/
#portfolio .extra-item.hidden-extra {
	display: none !important;
}
#portfolio-extra .item {
	display: block;
	opacity: 1;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	margin: 0;
}
#portfolio-extra .item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}
#portfolio-extra p {
	color: #2f2e2f;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 10px 12px;
	margin: 0;
	background: #fff;
}
#portfolio-extra .item img {
	max-width: 100%;
	display: block;
	padding: 12px 12px 0;
	box-sizing: border-box;
}

/** portfolio list **/
#portfolio,
#portfolio-extra {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
#portfolio .item {
	display: none;
	opacity: 0;
	width: 100%;
	vertical-align: top;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	margin: 0;
}
#portfolio .item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(0,0,0,0.16);
}
#portfolio .item h2 {
	font-size: 32px;
	padding: 10px;
}
#portfolio .item1 {
	display: none;
	opacity: 0;
	vertical-align: top;
	margin-bottom: 25px;
	margin-right: 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
}
#portfolio .item a {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	background: #fff;
}
#portfolio .item img {
	max-width: 100%;
	display: block;
	padding: 12px 12px 0;
	box-sizing: border-box;
}
@media (max-width: 991px) {
	#portfolio, #portfolio-extra { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
	#portfolio, #portfolio-extra { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	#portfolio, #portfolio-extra { grid-template-columns: repeat(1, 1fr); }
}
/*style-portfolio.css end*/

.box {
	text-align: center;
	padding: 60px 0 60px 0;
}
#mainbox, #national, #indi, #quality, #partnership {
	height: 100%;
}
#connect {
	padding: 100px 0 100px 0;
}
.prod {
	background: url(../img/products.jpg) no-repeat center center;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}
.tatar_girl {
	background: url(../img/tatgirls.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	text-align: center;
	background-position: 70% 50%;
}
.individual {
	background: url(../img/decor.jpg) no-repeat center center;
	height: 100%;
	background-size: cover;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
}
.qual {
	background: url(../img/quality.jpg) no-repeat center center;
	height: 100%;
	background-size: cover;
	background-position: center;
	text-align: center;
	background-attachment: fixed;
}
.partner {
    background: url(../img/partner.jpg) no-repeat center center;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}
.picblock {
	height: 80%;
}
.block_heading {
	color: #ffffff;
	top: 45%;
	position: relative;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-shadow: 0 2px 16px rgba(0,0,0,0.5);
	text-transform: none;
}
.block_heading::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background: #ecd96f;
	margin: 14px auto 0;
	border-radius: 2px;
}
.seeother {
	padding-top: 20px;
	font-size: 18px;
	color: red;
}
.article_text {
	font-size: 26px;
	font-weight: 900;
	width: 300px;
	letter-spacing: 0.040em;
	border: 1px solid #2f2e2f;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 10px;
}
.about-text-block {
	text-align: left;
	padding: 20px 0 20px 32px;
	border-left: 4px solid #ecd96f;
	height: 100%;
}
.about-heading {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #b8971f;
	margin: 0 0 18px 0;
	padding: 0;
}
.about-heading::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #ecd96f;
	margin-top: 10px;
	opacity: 0.5;
}
.block-slider_text {
	text-align: left;
	line-height: 1.75;
	font-family: FiraSans-Regular;
	font-size: 17px;
	color: #2f2e2f;
	margin: 0;
}
#about .carousel .item img,
#traditions .carousel .item img,
#aboutindi .carousel .item img {
	border-radius: 12px;
}
#about .carousel,
#traditions .carousel,
#aboutindi .carousel {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.fieldtext {
	width: 100%;
	position: absolute;
	top: 40%;
	text-align: center;
}
.phr {
	font-family: GoodVibes;
	color: #fff;
	text-shadow: 25px 4px 40px #000000, 0px 6px 10px #000000, 4px 2px 10px #271c17, -1px -1px #271c17, 6px 4px 9px rgb(39, 28, 23), 0px 0px 31px rgb(39, 28, 23), 0px 0px 51px rgb(39, 28, 23);
	line-height: 1;
}
.phrase_large {
	font-size: 95px;
	font-weight: 500;
}
.phrase_small {
	font-size: 40px;
	font-weight: 200;
}
/* --- for #connect --- */
#connect {
	background: #f7f4f2;
	padding: 80px 0;
}
.contact_form {
	text-align: center;
}
.article_connect {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #b8971f;
	margin-bottom: 8px;
}
.article_connect::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #ecd96f;
	margin: 10px auto 40px;
	opacity: 0.7;
}
.form input, .form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1.5px solid rgba(60,50,46,0.18);
	border-radius: 10px;
	margin-bottom: 16px;
	color: #2f2e2f;
	font-size: 15px;
	font-family: FiraSans-Regular, sans-serif;
	background: #fff;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.form input::placeholder, .form textarea::placeholder {
	color: rgba(60,50,46,0.4);
	font-family: FiraSans-Regular, sans-serif;
}
.form input:focus, .form textarea:focus {
	border-color: #ecd96f;
	box-shadow: 0 0 0 3px rgba(236,217,111,0.18);
}
.textarea {
	height: 178px;
	max-height: 300px;
	max-width: 100%;
	resize: vertical;
}
.form_btn {
	display: block;
	width: 200px;
	padding: 14px 32px;
	color: #1a1614;
	background: #ecd96f;
	border: none;
	border-radius: 100px;
	outline: none;
	font-size: 0.9em;
	font-weight: 700;
	font-family: FiraSans-Medium, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
	margin: 0 auto !important;
	box-shadow: 0 4px 16px rgba(236,217,111,0.3);
	text-align: center;
	float: none;
}
.form_btn:hover {
	background: #d4c255;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(236,217,111,0.4);
	color: #1a1614;
	border: none;
}

/* --- end #connect --- */

/* --- for #callus --- */
.callus {
	background-color: #1a1614;
}
.call {
	text-align: center;
	padding: 80px 15px;
}
.contacts-grid {
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.contact-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 36px 48px;
	width: 280px;
	flex: 0 0 280px;
	transition: border-color 0.2s, background 0.2s;
}
.contact-card:hover {
	background: rgba(255,255,255,0.07);
	border-color: rgba(236, 217, 111, 0.4);
}
.contact-icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(236, 217, 111, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: #ecd96f;
}
.contact-icon-wrap svg {
	width: 26px;
	height: 26px;
}
.contact-label {
	font-size: 0.78em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.45);
	margin-bottom: 6px;
}
.contact-value {
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.contact-value:hover {
	color: #ecd96f;
}
.contact-address {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	color: #d0cbc8 !important;
	font-size: 0.95em;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
	padding: 0 20px;
	box-sizing: border-box;
}
.contact-address span {
	color: #d0cbc8 !important;
}
.contact-address svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 6px;
	color: #ecd96f;
	flex-shrink: 0;
}
.paddingtop {
	padding-top: 40px;
}
/* --- for footer --- */
p.sub-footer-text {
	color: #6B6B6B;
}
p.sub-footer-text a {
	color: #BDBDBD;
	text-decoration: none;
}
footer.sub_footer {
	background-color: #1C1C1C;
	padding: 20px;
}
footer.sub_footer {
	background-color: #1C1C1C;
	padding: 20px;
}
/* --- end footer --- */

/* --- for header --- */
header {
	overflow: visible;
}
/* nav layout: left/right lists with centered logo */
.nav-center-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative; /* positioning context for centered logo */
}
.nav-left,
.nav-right {
	display: flex;
	align-items: center;
	gap: 28px;
	flex: 1 1 0;
	padding: 0;
	margin: 0;
}
.nav-right {
	justify-content: flex-start !important;
}
.nav-left { justify-content: flex-end !important; }
.nav-center-wrapper .nav-left li,
.nav-center-wrapper .nav-right li {
	list-style: none;
	margin: 0;
}

/* logo centered horizontally, protrudes below navbar */
#site-logo {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%, 50%);
	z-index: 1000;
	text-align: center;
}
.nav-logo-spacer {
	width: 220px;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	.nav-logo-spacer { width: 170px; }
	.nav-left, .nav-right { gap: 16px; }
	.nav-center-wrapper .nav-left a,
	.nav-center-wrapper .nav-right a,
	.navbar .tex > li > a { padding: 10px 6px; font-size: 0.82em; letter-spacing: 0.02em; }
}

@media (max-width: 1100px) {
	.nav-logo-spacer { width: 155px; }
	.nav-left, .nav-right { gap: 12px; }
	.nav-center-wrapper .nav-left a,
	.nav-center-wrapper .nav-right a,
	.navbar .tex > li > a { padding: 10px 5px; font-size: 0.78em; letter-spacing: 0; }
}

@media (max-width: 991px) {
	.nav-logo-spacer { width: 140px; }
	.nav-left, .nav-right { gap: 8px; }
	.nav-center-wrapper .nav-left a,
	.nav-center-wrapper .nav-right a,
	.navbar .tex > li > a { padding: 10px 3px; font-size: 0.72em; letter-spacing: 0; }
}

/* mobile: reset flex layout, show as normal vertical Bootstrap list */
@media (max-width: 767px) {
	.nav-center-wrapper {
		display: block;
	}
	.nav-left,
	.nav-right {
		display: block !important;
		flex-direction: column;
		justify-content: initial !important;
		gap: 0;
		width: 100%;
	}
	.nav-logo-spacer {
		display: none !important;
	}
}
#site-logo a img.logo {
	width: 140px;
	display: block;
	margin: 0 auto;
}
.logo {
	width: 140px;
}
.tex > li > a {
	font-size: 0.85000em;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background-color: transparent !important;
}
.tex > li > a:hover {
	text-decoration: underline;
}
.navbg {
	background-color: #3c322e;
}
.navbar-default {
	border: none;
}
.navbar {
	border-radius: 0;
}

/* Navbar with original thickness, overflow visible for logo protrusion */
.navbar {
	padding-top: 18px;
	padding-bottom: 18px;
	min-height: 64px;
	overflow: visible;
}

/* ensure the navbar container is the positioning context for the absolute logo */
.navbar .container {
	position: relative;
	overflow: visible;
}
.navbar-collapse {
	overflow: visible !important;
}
/* more specific selectors to override Bootstrap defaults */
.nav-center-wrapper .nav-left a,
.nav-center-wrapper .nav-right a,
.navbar .tex > li > a {
	padding: 10px 12px;
	line-height: 1;
	font-weight: 700;
	font-size: 0.95em;
	letter-spacing: 0.04em;
	white-space: nowrap; /* prevent wrapping which caused stacking */
	color: #fff !important;
}

#portfolio p {
	color: #2f2e2f;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 10px 12px;
	margin: 0;
	background: #fff;
}
li.item {
	position: relative;
	background: #fff;
}
.description_content {
	width: 100%;
	background: #f7f4f2;
	margin: 0 auto;
	z-index: 99;
	position: relative;
	text-align: center;
}
.seeother a {
	display: inline-block;
	padding: 10px 28px;
	border-radius: 100px;
	border: 2px solid #3c322e;
	color: #3c322e !important;
	font-weight: 600;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.2s;
}
.seeother a:hover {
	background: #3c322e;
	color: #fff !important;
}

/* --- end header --- */

.barmob {
	float: left;
	color: white;
	padding: 15px 0 0 10px;
	font-size: 5vw;
}

/* --- adaptive --- */

@media (min-width:320px)  {
	.topbutton {
		display: none;
	}
	.fieldbox {
		margin-top: -60px;
		padding: 0;
		height: 100%;
		background: url('../img/mainpicmob.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		background-position: center;  
	}
	.phrase_large {
		font-size: 60px;
		font-weight: 500;
	}
	.phrase_small {
		font-size: 25px;
		font-weight: 200;
	}
	.mobinav {
		position: absolute;
		width: 100%;
		background-color: #211c1a;
		z-index: 1;
	}
	.text {
		font-size: 15pt;
		text-align: left;
	}
	.block_heading {
		font-size: 40px;
	}
	.form_btn {
		width: 100%;
	}
	.box {
		text-align: center;
		padding: 60px 0 0 0;
	}
	.padbotmob {
		padding-bottom: 20px;
	}
	.call {
		padding: 50px 0 50px 0;
	}
}
@media (min-width:480px)  {
	.topbutton {
		display: none;
	}
	.fieldbox {
		margin-top: -60px;
		padding: 0;
		height: 100%;
		background: url('../img/mainpicmob.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		background-position: center;  
	}
	.phrase_large {
		font-size: 80px;
		font-weight: 500;
	}
	.phrase_small {
		font-size: 25px;
		font-weight: 200;
	}
	.mobinav {
		position: absolute;
		width: 100%;
		background-color: #211c1a;
		z-index: 1;
	}
	.box {
		text-align: center;
		padding: 60px 0 0 0;
	}
	.text {
		font-size: 16pt;
		text-align: left;
	}
	.block_heading {
		font-size: 40px;
	}
	.form_btn {
		width: 100%;
	}
	.padbotmob {
		padding-bottom: 20px;
	}
	.call {
		padding: 50px 0 50px 0;
	}
}
@media (min-width:600px)  {
	.topbutton {
		display: none;
	}
	.fieldbox {
		margin-top: -60px;
		padding: 0;
		height: 100%;
		background: url('../img/mainpicmob.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		background-position: center;  
	}
	.phrase_large {
		font-size: 85px;
		font-weight: 500;
	}
	.phrase_small {
		font-size: 25px;
		font-weight: 200;
	}
	.mobinav {
		position: absolute;
		width: 100%;
		background-color: #211c1a;
		z-index: 1;
	}
	.text {
		font-size: 17pt;
		text-align: left;
	}
	.block_heading {
		font-size: 45px;
	}
	.form_btn {
		width: 100%;
	}
	.box {
		text-align: center;
		padding: 60px 0 0px 0;
	}
	.padbotmob {
		padding-bottom: 20px;
	}
	.call {
		padding: 50px 0 50px 0;
	}
}
@media (min-width:768px)  {
	.hiddenlg {
		display: none;
	}
	.topbutton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		border: none;
		background: rgba(60, 50, 46, 0.85);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		box-shadow: 0 4px 16px rgba(0,0,0,0.28);
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		color: #ecd96f;
		text-decoration: none;
		z-index: 10000;
		transition: background 0.2s, transform 0.2s, box-shadow 0.2s, opacity 0.3s;
	}
	.topbutton svg {
		width: 22px;
		height: 22px;
		display: block;
	}
	.topbutton:hover {
		background: #3c322e;
		transform: translateY(-3px);
		box-shadow: 0 8px 24px rgba(0,0,0,0.38);
		color: #fff;
	}
	.fieldbox {
		margin-top: -60px;
		padding: 0;
		height: 100%;
		background: url('../img/basepic.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		background-position: center;  
	}
	.phrase_large {
		font-size: 60px;
		font-weight: 500;
	}
	.phrase_small {
		font-size: 30px;
		font-weight: 200;
	}
	.mobinav {
		position: absolute;
		width: 100%;
		background-color: #211c1a;
		z-index: 1;
	}
	.text {
		font-size: 18pt;
		text-align: left;
	}
	.block_heading {
		font-size: 50px;
	}
	.box {
		text-align: center;
		padding: 60px 0 60px 0;
	}
	.padbotmob {
		padding-bottom: 20px;
	}
	.call {
		padding: 50px 0 50px 0;
	}
}
@media (min-width: 1025px) {
	.hiddenlg {
		display: none;
	}
	.topbutton {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		border: none;
		background: rgba(60, 50, 46, 0.85);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		box-shadow: 0 4px 16px rgba(0,0,0,0.28);
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		color: #ecd96f;
		text-decoration: none;
		z-index: 10000;
		transition: background 0.2s, transform 0.2s, box-shadow 0.2s, opacity 0.3s;
	}
	.topbutton svg {
		width: 22px;
		height: 22px;
		display: block;
	}
	.topbutton:hover {
		background: #3c322e;
		transform: translateY(-3px);
		box-shadow: 0 8px 24px rgba(0,0,0,0.38);
		color: #fff;
	}
	.fieldbox {
		margin-top: -60px;
		padding: 0;
		height: 100%;
		background: url('../img/basepic.jpg') no-repeat center center;
		background-size: cover;
		text-align: center;
		background-position: center;  
	}
	.phrase_large {
		font-size: 95px;
		font-weight: 500;
	}
	.phrase_small {
		font-size: 40px;
		font-weight: 200;
	}
	.text {
		font-size: 1.8vw;
	}
	.block_heading {
		font-size: 60px;
	}
	.call {
		padding: 120px;
	}
	.form_btn {
		width: 180px;
	}
	.description_content {
		padding: 40px 0 40px 0;
	}
}
/* --- end adaptive --- */

/*overlay begin*/

#overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	z-index: 20000;
}
#success{
	width: 40%;
	height: auto;
	padding: 50px;
	background-color: #ffffff;
	color: #000;
	margin-left: auto;;
	margin-right: auto;
	margin-top:10%;
}
#error{
	width: 40%;
	height: auto;
	padding: 50px;
	background-color: #ffffff;
	color: #000;
	margin-left: auto;;
	margin-right: auto;
	margin-top:10%;
}

/*overlay end*/

/*map*/
.adress_onmap {
	position: absolute;
	background-color: #FFF;
	padding: 40px;
	margin: 50px 0 0 20px;
}

#map_yandex, #map {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#map_yandex, #map input {
	color: black;
}
#map_yandex {
	height: 70%;
}
/*map*/