@font-face{
   	font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUI/SegoeUIRegular/SegoeUIRegular.woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
   	font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUI/SegoeUISemiBold/SegoeUISemiBold.woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
   	font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUI/SegoeUIBold/SegoeUIBold.woff");
    font-style: normal;
    font-weight: normal;
}
*{
	box-sizing: border-box;
}
h2{
	font-size: 30px;
	font-family: "SegoeUIBold";
	margin: 0;
	margin-bottom: 1rem;
}
html,
body{
	height: 100%;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	display: flex;
	flex-direction: column;
	font-family: "SegoeUIRegular";
	margin: 0;
	font-size: 16px;
	color: #000;
	line-height: normal;
	background-color: #fff;
	overflow-y: auto;
}
main {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
header{
	position: relative;
}

.load-more,.loading{
    text-align: center;
	height: 25px;
}
.load-more span{
    display: inline-block;
}
.loading span{
    color: transparent;
    width: 17px;
    height: 17px;
    animation: rotate 500ms linear infinite;
    animation-delay: 300ms;
    background-color: transparent;
    border: 2px solid grey;
    border-radius: 150px;
    border-top-color: white;
    padding: 0;
    pointer-events: none;
    transition: background-color 300ms ease, color 100ms ease, border-radius 300ms ease, width 300ms ease, border 300ms ease;
}
@keyframes rotate {
    100% { transform: rotate(360deg) }
}

.main_header_background{
	height: 100vh;
	max-height: 1024px;
	min-height: 700px;
	background-size: cover;
	background-position: center;
	background-color: #ebecee;
	z-index: 1;
	position: relative;
}
.main_header_background::after{
	content: " ";
	display: block;
	background-color: rgba(255, 255, 255, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header_logo_and_button_wrapper{
	max-width: 650px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 48%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.header_logo a{
	display: inline-block;
}
.btn_gray{
	transition: 0.3s;
    display: inline-block;
    background-color: #e8e8e840;
    box-shadow: 0 5px 12px 3px rgba(41, 41, 41, 0.55);
    font-size: 24px;
    font-family: "SegoeUISemiBold";
    padding: 9px 33px;
    text-decoration: none;
    text-align: center;
    color: #292929;
    cursor: pointer;
}
.btn_gray:hover{
	box-shadow: 0 5px 21px 3px rgba(41, 41, 41, 0.79);
	background-color: #d7d5d5;
}
.header_button_wrapper{
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.header_button_wrapper .btn_gray{
	min-width: 240px;
}
.header-menu-wrapper-container{
	max-width: 1060px;
}
.header-menu-wrapper{
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.45);
	width: 100%;
	left: 0;
	padding: 7px 0;
}
.header-menu-wrapper-container-image a{
	display: inline-block;
}
.header-menu-wrapper-container-image{
	display: none;
	max-width: 82px;
	margin-right: 93px;
}
.list-clear{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-menu-wrapper-column{
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation_list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 61px;
}
.navigation_list li:last-child{
	margin-right: 0;
}
.navigation_list li a{
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	position: relative;
	color: #292929;
	font-size: 16px;
	letter-spacing: 0.32px;
}
.navigation_list li a::before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.2s;
  transform: scaleX(0);
}
.navigation_list .menu_active a:before,
.navigation_list li:hover a:before {
  transform: scaleX(1);
}
.navigation_list .menu_active a,
.navigation_list li:hover a{
	font-weight: 700;
}
/*--main---*/
.title-column h1{
	text-align: center;
	margin-bottom: 0;
}
.title-column h2{
	text-align: center;
	margin-bottom: 0;
}
.title-column {
	padding: 30px 0;
}
.col-custom_hall{
	padding: 50px 15px;
	width: 100%;
}
.col-custom_hall-smaller{
	max-width: 45%;
	background: #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.col-custom_hall-large{
	max-width: 55%;
	background: #f9f8f8;
}
.row_custom{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.hall_wrapper-image-box{
	max-width: 370px;
	background: #f6f6f6;
	padding: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 370px;
}
.hall_wrapper-image-box img{
	max-height: 315px;
}
.col-custom_hall-smaller{
	padding-right: 57px;
	padding-left: 57px;
}

.col-custom_hall-large{
	display: flex;
	align-items: center;
}
.hall_wrapper-content-box{
	max-width: 715px;
}
.hall_name{
	text-align: center;
	color: #292929;
	font-size: 18px;
	font-family: "SegoeUIBold";
	margin-bottom: 35px;
}
.col-custom_hall-large{
	padding-left: 35px;
	padding-right: 35px;
}
.hall_text p{
	font-size: 16px;
	letter-spacing: 0.16px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 1rem;
}
.hall_text p:last-child{
	margin: 0;
}
.hall_text{
	margin-bottom: 40px;
}
.btn-transparent{
	transition: 0.3s;
	display: inline-block;
	color: #5b5b5b;
	border: 1px solid #5b5b5b;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 24.5px;
	background: transparent;
	cursor: pointer;
}
.btn-transparent:focus,
.btn-transparent:hover{
	background: #5b5b5b;
	border-color: #5b5b5b;
	color: #ffffff;
}
.btn-transparent:focus{
	outline: none;
}
.hall_button{
	text-align: center;
}
.hall-item-row:nth-child(even) .col-custom_hall-smaller{
	order: 1;
}
.hall-item-row:nth-child(even) .col-custom_hall-large{
	justify-content: flex-end;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #ffffff;
}
.hall-item-row:nth-child(even) .col-custom_hall-smaller{
	justify-content: flex-start;
	padding-right: 57px;
	padding-left: 57px;
}
.galery-column-wrapper{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1025px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
	margin-left: auto;
	margin-right: auto;
}
.galery-column-wrapper{
	padding: 40px;
}
.galery-item a{
	display: block;
	font-size: 0;
}
.s-galery{
	padding-top: 35px;
	padding-bottom: 15px;
}
.galery-item img{
	max-height: 315px;
}
.galery-item a:before{
	content: " ";
	visibility: hidden;
	opacity: 0;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 70%;
	transform: translate(  -50%, 0);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../img/zoom-in.png');
	background-size: 16px;
}
.galery-item a:after{
	visibility: hidden;
	opacity: 0;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
}
.galery-item a:hover:before,
.galery-item a:hover:after{
	visibility: visible;
	opacity: 1;
}
.galery-item a:hover:before{
	top: 50%;
}
.more-galery-button{
	text-align: center;
	margin-top: 40px;
}
.s-production .contaienr,
.s-price-list .container{
	max-width: 1200px;
}
.table_price_col-wrapper table{
	width: 100%;
	border-spacing: 0;
}
.table_price_col-wrapper table td{
	padding: 15px 10px;
	font-size: 16px;
	letter-spacing: 0.16px;
}
.table_price_col-wrapper table tr:nth-child(odd){
	background: #f1f1f1;
}
.table_price_col-wrapper table tr:nth-child(even){
	background: #fff;
}
.s-price-list .title-column{
	padding-top: 0;
}
.s-price-list{
	padding-top: 15px;
}
.s-production .title-column{
	padding-bottom: 15px;
}
.product-slider-item-wrapper{
	transition: 0.3s;
	max-width: 250px;
	padding: 15px 32px 8px 32px;
	margin-left: auto;
	margin-right: auto;
}
.product-slider-item-wrapper-image{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 232px;
}
.product-slider-item-wrapper-image img{
	max-height: 232px;
}
.slick-slide:focus{
	outline: none;
}
.product-slider-item-wrapper-content{
	margin-top: 15px;
}
.product-slider-pers-name{
	text-align: center;
	color: #292929;
	font-family: "SegoeUIBold";
	font-size: 18px;
}
.product-slider-pers-type{
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}
.btn-shadow{
	transition: 0.3s;
	display: flex;
	align-items: center;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
	border: 1px solid #5b5b5b;
	color: #5b5b5b;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	max-width: 120px;
	font-size: 14px;
}
.camera_icon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	background-image: url('../img/camera-first.png');
	margin-left: 7px;
}
.product-slider-link .btn-shadow{
	margin: auto;
}
.product-slider-link{
	margin-top: 10px;
}
.product-slider-link .btn-shadow:focus{
	outline: none;
}
.btn-shadow:hover{
	background-color: #5b5b5b;
	color: #fff;
}
.btn-shadow:hover .camera_icon{
	background-image: url('../img/camera_hover.png');
}
.product-slider-item-wrapper:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
.product-slider-item{
	padding: 5px;
}
.product-slider-box{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.product-slider-wrapper{
	margin-right: -10px;
	margin-left: -10px;
}
.slider-navigation{
	display: flex;
	justify-content: space-between;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.slider-navigation .slick-arrow{
	width: 37px;
	height: 37px;
	background-image: url('../img/arrow-l.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.slick-arrow:focus{
	outline: none;
}
.slider-navigation  .next-prod{
	background-image: url('../img/arrow-r.png');
}
.main-slider-column{
	position: relative;
}
.s-production{
	padding-bottom: 54px;
}
/*---footer---*/
.copyright-column{
	background: #282828;
	padding: 0 53px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright-column a,
.copyright-column p{
	margin: 0;
	color: #fff;
	font-size: 12px;
}
.developers_logo{
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.developers_text{
	margin-right: 12px;
}
.map-wrapper iframe{
	display: block;
	width: 100%;
	height: 540px;
	border: none;
}
.map-wrapper{
	position: relative;
}
.contacts-information{
	background-image: linear-gradient(-268deg, #919191 0%, rgba(146, 146, 146, 0) 100%);
	height: 100%;
	max-width: 680px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px  73px;
}
.white-title{
	color: #f6f6f6;
	font-size: 18px;
	font-family: "SegoeUIBold";
	letter-spacing: 0.36px;
	text-align: center;
	margin-bottom: 13px;
}
.contacts-content a{
	color: #f6f6f6;
	text-decoration: none;
	letter-spacing: 0.16px;
}
.contacts-content a:hover{
	color: #f6f6f6;
}
.cont_icon {
	display: inline-block;
	margin-right: 8px;
	width: 16px;
}
.cont_icon i{
	color: white;
}
.contacts-item{
	margin-bottom: 13px;
	display: flex;
}
.contacts-item address,
.contacts-item p{
	color: #fff;
	font-style: normal;
	margin: 0;
	display: contents;
}
.we-social{
	display: inline-block;
	background-image: url('../img/social-sprite.png');
	width: 16px;
	height: 16px;
}
.we-insta{
	background-position: -26px;
}
.we-telega{
	background-position: -52px;
}
.we-viber{
	background-position: -78px;
}
.we-in-social-list{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.we-in-social-list a{
	display: flex;
	align-items: center;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 100%;
	color: #b5b5b4;
	position: relative;
	font-size: 12px;
}
.we-in-social-list a i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.we-in-social-list a:hover{
	color: #b5b5b4;
	opacity: 0.7;
}
.we-in-social-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
.we-in-social-list li:last-child{
	margin-right: 0;
}
.contacts-information__wrapper{
	max-width: 456px;
}
.we-in-social-wrapper{
	margin-bottom: 13px;
}
.road p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.road ol li{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.road ol{
	margin: 0;
	padding-left: 15px;
}
/*--fixed header---*/
.other_page_header{
	max-width: 100%;
    position: relative;
    background: #fff;
}
.other_page_header .header-menu-wrapper-container-image{
	display: block;
}
.fixed-top {
	position: fixed;
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: initial;
    top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    z-index: 999;
    animation: navbar-animation .6s;
}
.fixed-top .header-menu-wrapper-container-image{
	display: block;
}
-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hidden_logo,
.burger_and_phone_header{
	display: none;
}

/*tabs*/
.tab-content>.active{
	padding: 10px 20px;
	font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 24px;
}
.nav-tabs .nav-link{
	color: #5b5b5b;
}
.nav-tabs .nav-link.active{
	color: #ffffff;
    background-color: #8e8e8e
}
/* end tabs */
@media only screen and (max-width: 1200px) {
	.header_logo_and_button_wrapper{
		max-width: 525px;
		top: 47%;
		left: 30%;
	}
	.product-slider-wrapper{
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}
	 .contacts-information{
	 	padding: 20px 40px;
		max-width: 515px;
	 }
	 .road ol li{
	 	line-height: normal;
	 }
	 .fixed-top .navigation_list li{
	 	margin-right: 40px;
	 }
	 .fixed-top .navigation_list li:last-child{
	 	margin-right: 0;
	 }
	 .header-menu-wrapper-container-image{
	 	margin-right: 7%;
	 }
	 .fixed-top .navigation_main_wrapper{
	 	width: 80%;
	 }
	 button:focus{
	 	outline: none;
	 }
}
@media only screen and (max-width: 991px){
	.product-slider-wrapper{
		max-width: 620px;
	}
	.hall-item-row:nth-child(even) .col-custom_hall-smaller{
		padding: 15px;
	}
	.row_custom{
		flex-direction: column;
	}
	.col-custom_hall-large,
	.col-custom_hall-smaller{
		max-width: 100%;
	}
	.hall-item-row:nth-child(even) .col-custom_hall-smaller,
	.col-custom_hall-smaller{
		justify-content: center;
	}
	.hall-item-row:nth-child(even) .col-custom_hall-smaller{
		order: -1;
	}
	.header_logo_and_button_wrapper{
		max-width: 400px;
		top: 43%;
		left: 30%;
	}
	.header_button_wrapper .btn_gray{
		font-size: 18px;
		min-width: 170px;
		padding: 6px 18px;
	}
	.table_price_col-wrapper table td{
		font-size: 14px;
	}
	.col-custom_hall-large,
	.col-custom_hall-smaller{
		background: #fff;
	}
	.hall_wrapper-image-box{
		background: #fff;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
	}
	.col-custom_hall-large, .col-custom_hall-smaller{
		padding: 15px;
	}
	.hall_name{
		margin-bottom: 16px;
	}
	.hall_wrapper-content-box{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.hall-item-row{
		margin-bottom: 25px;
	}
	.hall-item-row:last-child{
		margin-bottom: 0;
	}
	.contacts-information{
		position: initial;
		max-width: 100%;
		background-color: #919191;
	}
	.road ol li{
		line-height: 24px;
	}
	.contacts-information__wrapper {
   	 	margin-left: auto;
    	margin-right: auto;
	}
	.contacts-item{
		text-align: center;
	}
	.header-menu-wrapper-container{
		max-width: 768px;
	}
	.navigation_list li{
		margin-right: 21px;
	}
	.header-menu-wrapper-container-image {
    	margin-right: 20px;
	}
	.fixed-top .navigation_list li {
    	margin-right: 11px;
	}
}
@media only screen and (max-width: 767px){
	.header-menu-wrapper{
		bottom: initial;
		top: 0;
		order: -1;
	}
	header{
		display: flex;
		flex-direction: column;
	}
	.header-menu-wrapper-container-image{
		display: block;
	}
	.header-menu-wrapper-column{
		justify-content: space-between;
	}
	.hall_wrapper-content-box{
		max-width: 420px;
	}
	.hall_text p{
		font-size: 14px;
	}
	.burger_and_phone_header{
		display: block;
	}
	.phone_header-visible_sm a{
		color: #6c6c6d;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 0.14px;
	}
	.burger{
		width: 30px;
		padding: 0;
		background: none;
		border: none;
	}
	.burger span{
		display: block;
		position: relative;
		background-color: #6c6c6d;
		height: 4px;
		margin-bottom: 2px;
	}
	.burger span:last-child{
		margin-bottom: 0;
	}
	.navigation_main_wrapper{
		text-align: right;
	}
	.main-nav__wrapper__nav{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		padding-top: 25px;
		z-index: 999999;
	}
	.hidden_logo{
		max-width: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.navigation_list li{
		margin-right: 0;
	}
	.navigation_list li{
		display: list-item;
		margin-bottom: 15px;
	}
	.navigation_list li:last-child{
		margin-bottom: 0;
	}
	.navigation_list li a{
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navigation_list .menu_active a:before,
	.navigation_list li a:before{
		display: none;
	}
	.vd_overlow_hidden{
		overflow: hidden;
	}
	.open_burger{
		position: fixed;
		z-index: 999999999;
		right: 37px;
    	top: 30px;
    	height: 30px;
	}
	.open_burger span:nth-child(2){
		opacity: 0;
	}
	.open_burger span:nth-child(1){
		transform: rotate(45deg);
    	top: 5px;
	}
	.open_burger span:nth-child(3){
		transform: rotate(-45deg);
    	top: -7px;
	}
	.open_navbar{
		display: block;
	}
	.fixed-top .navigation_list li{
		margin-right: 0;
	}
	.hidden_logo{
		display: block;
	}
}
@media only screen and (max-width: 577px){
	header{
		min-height: 700px
	}
	.other_page{
		min-height: 56px;
	}
	.header_logo_and_button_wrapper{
		top: 50%;
		left: 50%;
	}
	.more-galery-button{
		margin: 0;
		margin-top: 15px;
	}
	.product-slider-box{
		max-width: 300px;
	}
	.slider-navigation{
		max-width: 300px;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.galery-column-wrapper{
		padding: 10px;
	}
	.hall_wrapper-image-box{
		padding: 25px;
	}
	.hall_wrapper-image-box{
		min-height: auto;
	}
	.hall_text p{
		line-height: 14px;
		letter-spacing: 0.14px;
	}
	.header_logo_and_button_wrapper{
		padding-left: 25px;
		padding-right: 25px;
	}
	.header_button_wrapper{
		flex-direction: column;
		align-items: center;
	}
	.header_button_wrapper .btn_gray{
		min-width: 170px;
	}
	.header_button_wrapper .btn_gray:first-child{
		margin-bottom: 25px;
	}
	.table_price_col-wrapper{
		overflow-x: auto;
	}
	.table_price_col-wrapper table{
		min-width: 500px;
	}
	.contacts-information__wrapper{
		max-width: 100%;
	}
	.contacts-item{
		text-align: left;
	}
	.contacts-information{
		padding: 22px 15px;
	}
	.copyright-column{
		padding: 4px 15px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.copyright{
		margin-bottom: 5px;
	}
	.copyright-column a, .copyright-column p{
		font-size: 10px;
	}
	.developer img{
		max-width: 16px;
	}
	.map-wrapper iframe{
		height: 151px;
	}
	.product-slider-item-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-slider-item-wrapper{
		max-width: 200px;
	}
	.product-slider-box{
		max-width: 220px;
	}
	.hall-item-row{
		margin-bottom: 15px;
	}
}

#order_comments_field{
	display: flex;
	flex-direction: column;
}

#order_review_heading,
#order_review{
	padding-right: 15px;
	padding-left: 15px;
}

.easyreservations form .form-row textarea{
	min-width: 300px;
}

#customer_details .form-row{
	gap: 10px;
}

.easyreservations form .form-row::before, .easyreservations form .form-row::after{
	content: unset;
}

@media only screen and (max-width: 577px) {
	.easyreservations form .form-row-first, .easyreservations form .form-row-last,.easyreservations form .form-row {
		width: 100%;
		justify-content: space-between;
	}
}
