@font-face {
	font-family: 'Gilroy-Light';
	src: url('../fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('../fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
	font-display: swap;	
}
@font-face {
	font-family: 'Gilroy-ExtraBold';
	src: url('../fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
	font-display: swap;	
}


/* @font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins/Poppins-Bold.eot');
	src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		
		url('../fonts/Poppins/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');

} */




* {
	--maincolor:#343540;
	font-family: Arial, sans-serif;
}


.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	height: 100%;
}

.bx-viewport {
	height: 100% !important;
}

a {
	text-decoration: none !important;
	color:var(--maincolor);
}
a:hover {
	color:black;
}
img {
  aspect-ratio: attr(width) / attr(height);
}

h1 {
	font-size: 75px;
	font-family: Gilroy-Light;
	color: #393939;
	letter-spacing: 10px;
	line-height: 1.2;
	margin-bottom:35px;
}
.h1 {
	font-size: 75px;
	font-family: Gilroy-Light;
	color: #393939;
	letter-spacing: 10px;
	line-height: 1.2;
	margin-bottom:35px;
}

.bg1home .h1,.bg1home h1 {
	color:white;
	font-size:100px;

}

h2 {
	font-family: Gilroy-Extrabold;
	font-size: 30px;
	margin-bottom:45px;
	color:#393939;
	line-height: 1.5;
}


.h2 {
	font-family: Gilroy-Extrabold;
	font-size: 30px;
	margin-bottom: 45px;
	color: #393939;
	line-height: 1.5;
}


p {
	font-family: Gilroy-Light;
	color: var(--maincolor);
	font-size:16px;
	letter-spacing: 1px;
	line-height: 1.6;
	margin-bottom:15px;

}
p b {
	font-family: Gilroy-ExtraBold;
	font-weight:normal;
}
p strong {
	font-family: Gilroy-ExtraBold;
	font-weight:normal;
}
p a {
	color: var(--maincolor);
	font-family: Gilroy-ExtraBold;
}

h3 {
	font-size:25px;
	font-family: Gilroy-Light;
	color: var(--maincolor);
	margin-bottom:40px;
	
}
.h3 {
	font-size:25px;
	font-family: Gilroy-Light;
	color: var(--maincolor);
	margin-bottom:40px;
	
}

h4 {
	font-family: Gilroy-Light;
	font-size: 24px;
	margin-bottom: 0;
	
}
.h4 {
	font-family: Gilroy-Light;
	font-size: 24px;
	margin-bottom: 0;
}



.top_menu {
	background-color: transparent;
	width: 100%;
	min-height: 125px;
	display: flex;
	/* align-items: flex-end; */
	position: fixed;
	z-index: 500;
	border-bottom: 1px solid transparent;
	transition: 0.3s all;
	justify-content: flex-start;
}
.scroll_menu {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 70px;

}

.scroll_menu .header_menu {
	background: #373842e3;
}

.scroll_menu .nadmenu {
	height: 100%;
}
.main_menu {

	width: 63%;
	position: relative;
	
}
.main_menu ul {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	padding-left: 20px;
}
.logo {
	margin-left: 8.5vw;
	width: 150px;
	transition: 0.2s all;
	margin-bottom: 23px;
}
.logo img {
	width: 100%;
}

.scroll_menu .logo {
	width: 100px;
	margin-bottom:0;
	
}
.scroll_menu .graybg.v1 {
	align-items: center;
	padding: 10px 15px;
	background: var(--maincolor);
}
.scroll_menu .graybg.v1 p {
	margin-bottom:0;
}
.scroll_menu .logo2 img {
	margin-bottom: 0px;

}
.scroll_menu .menushow {

	background: white;

}
.nadmenu {
	height: calc(100% - 70px);
	transition:0.2s all;
   }
   
.menushow {
	display: flex;
	background: #eeeceac2;
	margin-left:auto;
	padding-right:8.5vw;
	height: 100%;
}


.main_menu ul li {
	list-style: none;
	transition: 0.2s ease-in-out;
	position: relative;
	
}


.main_menu ul li a {
	color:#393a44;
	text-transform: uppercase;
	font-family: Gilroy-Medium;
	font-size: 13px;
	transition: 0.1s all;
	letter-spacing: 0.1px;
	padding: 10px;
	cursor: pointer;
	background:transparent;
	height: 100%;
	display: flex;
	align-items: center;
	
}

.scroll_menu .main_menu ul li a {
	color:black;
}

/* 
.main_menu ul li:hover a {
	color: white;
	background:#393a44;
} */

.main_menu ul li a::before {
	position: absolute;
	left: 50%;
	top: calc(100% - 11px);
	height: 0px;
	background: #b68929;
	content: "";
	width: 1px;
	transition: 0.4s all;
}
.main_menu ul li:hover a::before {
height: 22px;
}

.scroll_menu .header_contact {
	height:0px;
	opacity:0;
	visibility: hidden;
}


.animated-icon1 {
	
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	top: 8px;
	display: none;
	height: 20px;
	width: 35px;
	padding: 13px 20px;
}
.animated-icon1 span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: var(--maincolor);
}


.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 9px;

}

.animated-icon1 span:nth-child(3) {
	top: 18px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



.website_padding {
	padding-left: 8.5vw;
	padding-right: 8.5vw;
}


.photo {
	position: relative;
	overflow: hidden;
	
}

.photo img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition:0.2s all;
}
#cookies {
	max-width: 576px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: white;
	border: 1px solid #e4e4e4;
	padding: 25px 20px;
	display: flex;
}
#cookies p {
	font-size: 10px;
	font-family: Gilroy-Light;
	max-width: calc(100% - 59px);
	margin-bottom: 0;
}
#cookies a {
	width: 55px;
	height: 25px;
	display: flex;
	background: var(--maincolor);
	color: white;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Gilroy-Light;
	cursor: pointer;
}
.mainbtn {
	background: var(--maincolor);
	color: white;
	height: 40px;
	width: 275px;
	max-width: 100%;
	min-width: max-content;
	text-align: center;
	border:1px solid white;
}
.mainbtn:hover {
	background:white;
	color:var(--maincolor);
	border:1px solid var(--maincolor);
}
.mainbtn.color2 {
	background:var(--maincolor2);
	color:white;
}
.mainbtn.color2:hover {
	background:white;
	color:var(--maincolor);
}
.mainbtn.white {
	background:#ffffffbf;
	color:var(--maincolor);
}
.mainbtn.white:hover {
	background:white;
	
}
.mainbtn.white2 {
	background:white;
	color:var(--maincolor);
	border:1px solid var(--maincolor);
}
.mainbtn.white2:hover {
	background:#ffffffbf;
	
}
.mainbtn.gray {
	background:#f0f4f6;
	color:var(--maincolor);
	
}
.mainbtn.gray:hover {
	background:var(--maincolor);
	color:white;
}

.mybtn {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.2s all;
	cursor: pointer;
	font-size: 13px;
	font-family: Gilroy-Medium;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding:0 10px;
}

.mybtn img {
	width: 15px;
	margin-right: 15px;
}

.sendquestion {
	display: none;
	position: fixed;
	left:0;
	top:0;
	height: 100vh;
	width: 100%;
	background:rgba(0, 0, 0, 0.3);
	z-index: 999;
	align-items: center;
	justify-content: center;
}

.contact_form {
	width: 600px;
	height: auto;
	background: white;
	padding: 30px;
	border: 2px solid var(--maincolor);
}

.contact_form input[type='text'], .contact_form input[type='email'] {
	width: 100%;
	border: 1px solid black;
	margin-bottom: 10px;
	font-size:14px;
	padding:5px;
	font-family: Gilroy-Light;
}

.contact_form textarea {
	width: 100%;
	border: 1px solid black;
	margin-bottom: 10px;
	padding:5px;
	font-size:14px;
	min-height:100px;
	font-family: Gilroy-Light;
}
.sendquestion.open {
	display: flex;
}

.captcha {
	display: flex;
	align-items: center;
}

.captcha img {
	width: 70px;
	margin-right: 15px;
}

.contact_form .close {
	position: relative;
	margin-bottom: 19px;
	color: var(--maincolor);
	opacity: 1;
	font-family: Gilroy-Light;
}

.captcha input {
	width: calc(100% - 80px) !important;
}

.contact_form h4 {
	width:calc(100% - 40px);
}

.contact_form button {
	margin-left:auto;
}

#myAlert {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 999;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#myAlert .text {
	background: white;
	padding: 20px 55px;
	border: 2px solid var(--maincolor);
	position: relative;
}

#myAlert .text h2 {
	margin-bottom:0;
}

#myAlert .iks {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}



.bg1home {
	width: 100%;
	height: 48vw;
	position: relative;
	min-height: 608px;
	max-height: 90vh;
}

.bg1home .container {
	height: 100%;
	position: relative;
	z-index: 2;
}

.bg1home .website_padding {
	height: 100%;
	position: relative;
}

.bg1slider {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.maincont {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.bg1home .maincont:nth-child(1) .mainbtn {
	transform:translateX(-100px);
	opacity:0;
	transition:1s all;
	transition-delay:0s;
}

.bg1home .maincont:nth-child(1) p:nth-child(1) {
	transform:translateX(-100px);
	opacity:0;
	transition:1s all;
	transition-delay:0.9s;
}
.bg1home .maincont:nth-child(1) h1:nth-child(2) {
	transform:translateX(-100px);
	opacity:0;
	transition:1s all;
	transition-delay:0.6s;
}
.bg1home .maincont:nth-child(1) p:nth-child(3) {
	transform:translateX(-100px);
	opacity:0;
	transition:1s all;
	transition-delay:0.3s;
}

   
.bg1home.animate .maincont:nth-child(1) p:nth-child(1), .bg1home.animate .maincont:nth-child(1) h1:nth-child(2), .bg1home.animate .maincont:nth-child(1) p:nth-child(3), .bg1home.animate .maincont:nth-child(1) .mainbtn {
	transform:translateX(0);
	opacity:1;
   }
   
.paddingtop {
	padding-top:135px;
}


.descriptionClass ul {
	font-family: Gilroy-Light;
	font-size: 16px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	list-style-position: inside;
	color:var(--maincolor);
}
.descriptionClass iframe {
	max-width: 100%;
}

  .descriptionClass p {

	margin-bottom: 40px;
}

.paddingtop.more {
	padding-top: 200px;
}
.slider_info {
	position: absolute;
	bottom: 13%;
}
.slider_info p {
	color:white;
	margin-bottom:3vw;
}

.graybg.v1 {
	width: 37%;
	background: #373842e3;
	display: flex;
	align-items: flex-end;
	padding: 15px;
	transition:0.2s all;
}
.graybg.v1 p {
	font-size: 10px;
	margin-left: 20px;
	color: white;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
	opacity: 0.7;
}
.logo2 img {
	margin-bottom: 20px;
	margin-left: 18px;
	padding-right: 15px;
	transition: 0.2s all;
}
.maincont .opacitybg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004d;
	z-index: 1;
}

.graybg.v2 {
	background: #373842e3;
	width: 29%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 2.7vw;
}
.graybg.v2 p {
	margin-bottom:0;
	color:white;
	text-transform: uppercase;
	font-size:13px;
}
.header_contact {
	display: flex;
	height: 70px;
	transition:0.2s all;
  }
  .header_menu {
	display: flex;
	align-items: center;
	padding-left: 2.7vw;
	width: 100%;
	padding-right: 8.5vw;
	justify-content: flex-end;
	transition:0.2s all;
}
.header_menu div {
	display: flex;
	align-items: center;
	padding-right: 1vw;
	margin-right: 1vw;
	border-right: 1px solid white;
	flex-wrap: wrap;
}
.header_menu div:last-child {
	border-right:none;
	margin-right:0;
	padding-right:15px;
}
.header_menu div:last-child img {
	margin-left:0px;
}
.header_menu img {
	width: 20px;
	margin-left:10px;
	margin-right:10px;
}
.header_menu p {
	margin-bottom:0;
	color:white;
	font-size:13px;
	white-space:nowrap;
}
.header_menu a {
	margin-bottom:0;
	color:white;
	font-size:13px;
	white-space:nowrap;
}

.bg2 {
	position: relative;
	padding-top:9vw;
	padding-bottom:50px;
	margin-bottom:50px;
	z-index: 1;
}
.darkbg {
	position: absolute;
	left:0;
	top:0;
	
	width: 100%;
	background:var(--maincolor);
	z-index: 0;
}

.bg2 .darkbg {
	height: 46%;
}
.darkbg2 {
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 38%;
	background:var(--maincolor);
	z-index: 1;
}
.white_container_box {
	position: relative;
	z-index: 2;
	background: #f0f4f6;
	width: calc(100% - 16vw);
	padding: 7vw 5vw 19vw 16vw;
}
.white_container_box .h1 {
	margin-bottom:6vw;
	font-size:100px;
	line-height: 1.4;
}
.white_container_box .desc {
	max-width: 21vw;
	text-align: justify;
}
.home_boxes {
	padding: 0 15px;
	max-width: 75VW;
	margin-left: auto;
	padding-right: 8vw;
	position: relative;
	margin-top: -37%;
	z-index: 2;
}
.home_boxes .row {

	justify-content: flex-end;
}
.home_boxes .photo {
	padding-top:100%;
}
.home_boxes .photo img {
	transition:0.5s all;
}
.home_boxes .col-lg-4 {
	padding:3px;
}
.home_boxes .dark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition:0.2s all;
}
.home_boxes .darkfull {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:var(--maincolor);
	z-index: 2;
}
.home_boxes .photo:hover .dark {
	background: rgba(0, 0, 0, 0.8);
}
.home_boxes .photo:hover img {
	transform:scale(1.4) rotate(25deg);
}
.box_name {
	position: absolute;
	z-index: 4;
	padding:3.5vw;
	bottom: 0;
	left: 0;
	width: 100%;
}
.box_name .h4 {
	margin-bottom: 0;
	color: white;
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: 3px;
}
.box_name p {
	margin-top:25px;
	color:white;
}
.box_name .mainbtn {
	margin-top:55px;
}
.box_name .border_up {
	background:#b68929;
	height:1px;
	width: 80px;
	display: block;
	margin-bottom:30px;
}
.manufactures_list .list {
	display: flex;
	flex-wrap: Wrap;
}
.manufactures_list .list .item {
	width: 12.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.manufactures_list .list .item img {
	width: 80%;
	height: 67px;
	object-fit: contain;
}
.manufactures_list {
	margin-top: 6.3vw;
	margin-bottom: 3.1vw;
	text-align: center;
}
.manufactures_list .h4 {
	margin-bottom: 4.7vw;
}
footer {
	background:var(--maincolor);
	
}
.foot1, .foot2 {
	padding-top: 4.2vw;
	padding-bottom: 4.2vw;
	border-bottom: 1px solid white;
}
.foot1 .part {
	display: flex;
	align-items: center;
	
}

.foot1 .part1 {
	justify-content: space-between;
}
.foot1 .part2 {
	justify-content: flex-end;
	height: 100%;
}
.foot1 .part p {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0 20px;
}
.foot1 .part2 p {
	margin-right:30px;
}
.foot2 p {
	font-size:14px;
	color:white;
	text-transform: uppercase;
	margin-bottom:40px;
}
.foot2 ul {
	margin-bottom:0;
	padding-left:0;
}
.foot2 ul li {
	list-style: none;
	font-size:14px;
	color:white;
	font-family: Gilroy-Light;
	margin-bottom:5px;
	min-height: 5px;
	
}
.foot2 ul li a{
	
	font-size:14px;
	color:white;
	font-family: Gilroy-Light;
	
}
.foot2 ul li a:hover {
	text-decoration: underline !important;
}
.foot3 {
	padding-top: 2.6vw;
	padding-bottom: 2.6vw;
}
.social_buttons a {
	width: 50px;
	height: 50px;
	border:1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
	transition:0.2s all;
}
.social_buttons {
	display: flex;
}
.social_buttons a:hover {
	background:white;
}
.social_buttons a:hover svg {
	fill:var(--maincolor);
}
.footmenu, .footcopy {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	padding-left:0;
	margin-bottom:0;
}
.footmenu li, .footcopy li {
	list-style: none;
	margin-right: 20px;
	margin-bottom:10px;
}
.footcopy li:last-child {
	margin-right:0;
}
.footmenu li:last-child a {
	border-right:none;
	padding-right:0;

}
.footmenu li:last-child {
	margin-right:0;
}

.footmenu li a {
	color:white !important;
	font-size:14px;
	padding-right: 20px;
	border-right: 1px solid white;
}
.footmenu li a:hover {
	text-decoration: underline !important;
}
.footcopy li {
	color:white !important;
	font-size:14px;
	padding-right: 20px;
	border-right: 1px solid white;
}
.footcopy li:last-child {
	border-right:none;
	padding-right:0;

} 
.footcopy li a {
	color:white;
}
.footcopy li a:hover {
	text-decoration: underline !important;
}
.bg_subpage {
	position: relative;
	height: 30vw;
	min-height: 450px;
}
.subpage_slider {
	height: 100%;
}
.cat_info_div {
	padding-top:80px;
	padding-bottom:80px;
}
.categories_list_div {
	position: relative;
}
.categories_list_div .darkbg {
	height: 30%;
	min-height: 600px;
}
.cat_info_div {
	position: relative;
}
.cat_info_div h1, .cat_info_div h2, .cat_info_div h3 {
	color:white;
}
.cat_info_div p {
	color:white;
	opacity:0.7;
}
.cat_info_div .square {
	position: absolute;
	left: -8vw;
	top: -6vw;
	height: 100%;
	width: 22vw;
	max-width: 72vw;
	/* border: 1px solid white; */
	z-index: 1;
}
.cat_info_div .text {
	background: var(--maincolor);
	z-index: 2;
	position: relative;
}
.cat_info_div .square .left {
	position: absolute;
	left:0%;
	top:0;
	height: 0%;
	width: 1px;
	background-color: white;
	transition:1s all;
	transition-delay:0;
}
.cat_info_div .square.anim .left {
	height:100%;
}
.cat_info_div .square .top {
	position: absolute;
	left:0%;
	top:0;
	height: 1px;
	width: 0%;
	background-color: white;
	transition:1s all;
	transition-delay:0;
}
.cat_info_div .square.anim .top {
	width:100%;
}
.cat_info_div .square .bottom {
	position: absolute;
	left:0%;
	bottom:0;
	height: 1px;
	width: 0vw;
	background-color: white;
	transition:1s all;
	transition-delay:1s;
}
.cat_info_div .square.anim .bottom {
	width:4vw;
}
.cat_info_div .square .right {
	position: absolute;
	right: 0%;
	top: 0;
	height: 0vw;
	width: 1px;
	background-color: white;
	transition:1s all;
	transition-delay:1s;
}
.cat_info_div .square.anim .right {
	height:6vw;
}

.categories_list_div .container {
	padding-left: 16vw;
	max-width: 100%;
}
.list_container_box {
	position: relative;
	width: calc(100% - 16vw);
	padding-right: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	background: #f0f4f6;
}
.list_container_box.uklad3 {
	padding-right:0;
	padding-bottom:0;
}
.list_container_box.uklad3 .list_div .text {
	padding-right:60px;
}
.list_div .text {
	background: #f0f4f6;
	padding-top: 3.1vw;
	padding-bottom: 3.1vw;
}
.dark_container {
	width: calc(100% - 16vw);
	padding-right: 60px;
}
.list_div .text h2 {
	position: relative;
}
.list_div .text h2::before {
	content: "";
	position: absolute;
	left: -8.2vw;
	width: 6.2vw;
	top: 22px;
	background: #b68929;
	height: 1px;
}
.list_div .photoitem img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	object-fit: contain;
	transition: 0.2s all;
	position: absolute;
	left:10px;
	top:10px;
}
.list_div .photos {
	background: white;
	padding-top: 2.6vw;
	padding-bottom: 2.6vw;
}
.list_div .photoitem {
	border: 1px solid #f2f4f5;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top:70%;
	
}
.list_div .photos .col-lg-3 {
	padding:10px;
}
.list_div .photos .col-lg-2 {
	padding:10px;
}
.loader {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	z-index: 1000;
	height: 100%;
	background: var(--maincolor);
  overflow: hidden;
  font: 5vw/100vh "Gilroy-Light";
  text-align: center;
  color: transparent;
  backface-visibility: hidden;
}
.loader span {
  display: inline-block;
  text-shadow: 0 0 0 whitesmoke;
  animation: smoky 3s 0.5s both;
}

.loader span:nth-child(even){
  animation-name: smoky-mirror;
}

@keyframes smoky {
  60% {
    text-shadow: 0 0 40px whitesmoke;
  }
  to {
    transform:
      translate3d(15rem,-8rem,0)
      rotate(-40deg)
      skewX(70deg)
      scale(1.5);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}

@keyframes smoky-mirror {
  60% {
    text-shadow: 0 0 40px whitesmoke; }
  to {
    transform:
      translate3d(18rem,-8rem,0)
      rotate(-40deg) 
      skewX(-70deg)
      scale(2);
     text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}

@for $item from 1 through 21 {
 .loader span:nth-of-type(#{$item}){ 
    animation-delay: #{(3 + ($item/10))}s; 
  }
} 
.loader img {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 210px;
}
.uklad2 .list_container_box {
	background:white;
}

.uklad2 .list_div .text {
	background:white;
	padding-bottom:1vw;
}
.attach_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.uklad2 .list_div .photos {
	
	padding-top: 1vw;
	padding-bottom: 1vw;
}
.uklad2 .list_div {
	border-bottom:1px solid #f0f4f6;
}
.attach_box div {
	width: 100%;
}
.attach_box div a {
	min-width: 80%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
}

.headerdiv {
	margin-top: 100px;
	margin-bottom: 2vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.headerdiv .h1 {
	margin-bottom:0;
}
.headerdiv .h2 {
	margin-bottom: 0;
	position: relative;
	margin-left: 14vw;
	margin-top: 15px;
}
.headerdiv .h2::before { 
	content: "";
	position: absolute;
	left: -8.2vw;
	width: 6.2vw;
	top: 22px;
	background: #b68929;
	height: 1px;
}
.current_12 .header_menu, .current_14 .header_menu,
.subpage .header_menu  {
	background: #373842e3;
}
.gallerySite {
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:4vw;
}
.gallery-preview {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	height: calc(83vw*0.28);
	margin-top: 1.6vw;
	opacity:0;
	transition:0.2s all;
	visibility: hidden;
	
}
.gallery-preview.aos-animate {
	opacity:1;
	visibility: visible;
}
.gallery-preview img {
	height: 100%;
	position: absolute;
	bottom: auto;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: opacity .5s,transform 1s;
	transition-delay: 0s;
	transition-timing-function: ease;
	transform: scale(1.01);
}

.gallery-preview:hover img {
	transform:scale(1.4);
}

.gallerySite .gallery-preview:nth-child(6n+1), .gallerySite .gallery-preview:nth-child(6n+3) {
	width: calc(83vw*0.28);
	transition-delay:0.2s;
}
.gallerySite .gallery-preview:nth-child(6n+2) {
	width: calc(83vw*0.394);
	transition-delay:0.1s;
}
.gallerySite .gallery-preview:nth-child(6n+4), .gallerySite .gallery-preview:nth-child(6n+6) {
	width: calc(83vw*0.234);
	transition-delay:0.2s;
}
.gallerySite .gallery-preview:nth-child(6n+5) {
	width: calc(83vw*0.486);
	transition-delay:0.1s;
}


.list_container_box.uklad3 .container {
	padding-left: 26vw;
}
.contact_div .text {
	border: 1px solid #b68929;
	padding: 35px;
	height: 100%;
}
.contact_div .box {
	border: 1px solid #b68929;
	padding: 35px;
	text-align: center;
	margin-bottom:30px;
	height: 100%;
}
.contact_div {
	margin-bottom:60px;
}
.peoples_div {
	margin-top: 30px;
}
#google_map {
	height: 600px;
	margin-top:30px;
}

#google_map iframe{
    opacity: 0;
    visibility:hidden;
    transition:all .3s linear;
}


.onePicText {
	width: calc(100% - 15vw);
	padding-right: 30px;
}
.onePicImg {
	width: 15vw;
}
.onePicImg .photoitem {
	padding-top:0;
	height: 15vw;
}
.onePicText div {
	display: flex;
	flex-wrap:wrap;

}
.onePicText div a:first-child {
	margin-right:10px;
}
.bg1home .square {
	position: absolute;
	right: 5.5vw;
	bottom: -15px;
	height: 27vw;
	width: 27vw;
	/* border: 1px solid white; */
	z-index: 1;
}

.bg1home .square .left {
	position: absolute;
	left:0%;
	top:0;
	height: 0%;
	width: 1px;
	background-color: #ffffffab;
	transition:1s all;
	transition-delay:0;
}
.bg1home.animate .square .left {
	height: 100%;
}
.bg1home .square .top {
	position: absolute;
	left:0%;
	top:0;
	height: 1px;
	width: 0%;
	background-color: #ffffffab;
	transition:1s all;
	transition-delay:0;
}
.bg1home.animate .square .top {
	width: 100%;
}
.bg1home .square .bottom {
	position: absolute;
	left:0%;
	bottom:0;
	height: 1px;
	width: 0%;
	background-color: #ffffffab;
	transition:1s all;
	transition-delay:1s;
}
.bg1home.animate .square .bottom {
	width: 100%;
}
.bg1home .square .right {
	position: absolute;
	right: 0%;
	top: 0;
	height: 0%;
	width: 1px;
	background-color: #ffffffab;
	transition:1s all;
	transition-delay:1s;
}
.bg1home.animate .square .right {
	height: 100%;
}
.bg1home .container.special {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0px;
}
.bg1home.animate .pagerbox {
	transform:translateY(0);
	opacity:1;
}
.pagerbox {
	position: absolute;
	right: -9vw;
	background: white;
	padding: 3.7vw 5vw;
	width: 32.5vw;
	top: -65px;
	z-index: 2;
	padding-right: 30px;
	transition:1s all;
	transition-delay:0.5s;
	opacity:0;
	transform:translateY(100px);
}
.pagerbox .item_list {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 15px;
}
.pagerbox .item_list p {
	margin-bottom:0;
}
.pagerbox .item_list.active p {
	font-family: Gilroy-Extrabold;
}
.pagerbox .item_list.active .numb p {
	color:#b68929;
}

.pagerbox .name {
padding-left:7.3vw;
position: relative;

}

.pagerbox .item_list .name::before {
	background: #b68929;
	height: 1px;
	content: "";
	position: absolute;
	top: 50%;
	left: 1vw;
	width: 0vw;
	transition:0.5s all;
}
.pagerbox .item_list.active .name::before {

	width: 5.3vw;
}
.bg1home .bx-controls-direction {
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translate(-50%, 100px);
	transition:0.5s all;
	transition-delay:1s;
	opacity:0;
	height: 0px;
	width: calc(100% - 300px);
	
}
.bg1home.animate .bx-controls-direction {
opacity:1;
transform: translate(-50%, 0px);
}


.bx-wrapper .bx-next:hover {
	background-color:black !important;
	
}
.bx-wrapper .bx-prev:hover {
	background-color:black !important;
	
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url('../images/template/arrow_right.png') no-repeat center !important;
	background-color: transparent !important;
	width: 110px !important;
	height: 125px !important;
	top: -270px !important;
	margin-top: 0 !important;
	transition: 0.5s all;
}
.bx-wrapper .bx-prev {
	left: 0px;
	background: url('../images/template/arrow_left.png') no-repeat center !important;
	background-color: transparent !important;
	width: 110px !important;
	height: 125px !important;
	top: -270px !important;
	margin-top: 0 !important;
	transition: 0.5s all;
	
}

.list_container_box.pt60 {
	padding-top:60px;
}
.uklad2.pt60 .list_div .photos {
	padding-top:0;
	
}
.foot3 .col-lg-9 {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}
.darkbg.low {
	height: 5.5% !important;
	min-height: 700px;
}
.peoples_div .col-lg-4 {
	margin-bottom:30px;
}
.mobile_header {
	display: none;
}
.gallerySite.fullcontainer {
	padding-left: calc(8.5vw + 15px);
	padding-right: calc(8.5vw + 10px);
}


.gallerySite.fullcontainer .gallery-preview {
	height: 16vw;
}


.gallerySite.fullcontainer .gallery-preview:hover img {
	transform:scale(1.4);
}

.gallerySite.fullcontainer .gallery-preview:nth-child(6n+1), .gallerySite.fullcontainer .gallery-preview:nth-child(6n+3) {
	width: 32%;
	
}
.gallerySite.fullcontainer .gallery-preview:nth-child(6n+2) {
	width: 32%;
}
.gallerySite.fullcontainer .gallery-preview:nth-child(6n+4), .gallerySite.fullcontainer .gallery-preview:nth-child(6n+6) {
	width: 32%;
	
}
.gallerySite.fullcontainer .gallery-preview:nth-child(6n+5) {
  width: 32%;
}
.cat_info_div .row {
	position: relative;
	z-index: 2;
}
.sendquestion .select2-container {
 width: 100% !important;
 margin-bottom:10px;
}
.sendquestion .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	height: 33px;
	text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 28px;
	font-family: Gilroy-Light;
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--maincolor);
	color: white;
}

.select2-results__option {
	font-size:14px;
	font-family: Gilroy-Light;
	text-transform: uppercase;
}
.select2-container--default .select2-search--dropdown .select2-search__field {

	display: none;
}


.freeprivacypolicy-com---palette-light .cc-nb-okagree {
	color: #fff !important;
	background-color: #42434d !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
	color: #fff;
	background-color: #999797 !important;
}


