@font-face {
	font-family: 'BudidayaRegular';
	src: url('../fonts/BudidayaRegular/Blits-One.eot');
	src: url('../fonts/BudidayaRegular/Blits-One.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BudidayaRegular/Blits-One.woff2') format('woff2'),
	url('../fonts/BudidayaRegular/Blits-One.woff') format('woff'),
	url('../fonts/BudidayaRegular/Blits-One.ttf') format('truetype'),
	url('../fonts/BudidayaRegular/Blits-One.svg#budidayaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadRegular';
	src: url('../fonts/MyriadRegular/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadRegular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadRegular/MyriadPro-Regular.woff2') format('woff2'),
	url('../fonts/MyriadRegular/MyriadPro-Regular.woff') format('woff'),
	url('../fonts/MyriadRegular/MyriadPro-Regular.ttf') format('truetype'),
	url('../fonts/MyriadRegular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNovaRegular/ProximaNova-Regular.woff2') format('woff2'),
	url('../fonts/ProximaNovaRegular/ProximaNova-Regular.woff') format('woff'),
	url('../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf') format('truetype'),
	url('../fonts/ProximaNovaRegular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
	url('../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNovaBold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNovaBold/ProximaNova-Bold.woff2') format('woff2'),
	url('../fonts/ProximaNovaBold/ProximaNova-Bold.woff') format('woff'),
	url('../fonts/ProximaNovaBold/ProximaNova-Bold.ttf') format('truetype'),
	url('../fonts/ProximaNovaBold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}



@font-face {
	font-family: 'RobotoRegular';
	src: url('../fonts/RobotoRegular/Roboto-Regular.eot');
	src: url('../fonts/RobotoRegular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoRegular/Roboto-Regular.woff2') format('woff2'),
	url('../fonts/RobotoRegular/Roboto-Regular.woff') format('woff'),
	url('../fonts/RobotoRegular/Roboto-Regular.ttf') format('truetype'),
	url('../fonts/RobotoRegular/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('../fonts/RobotoMedium/Roboto-Medium.eot');
	src: url('../fonts/RobotoMedium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoMedium/Roboto-Medium.woff2') format('woff2'),
	url('../fonts/RobotoMedium/Roboto-Medium.woff') format('woff'),
	url('../fonts/RobotoMedium/Roboto-Medium.ttf') format('truetype'),
	url('../fonts/RobotoMedium/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
.order-section .order-slider .owl-item.completed::before{
	background-image: url('../images/checked.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 130px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius:0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius:0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius:0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius:0 !important;
}
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon{
	background-image: none;

}
.ui-datepicker .ui-datepicker-prev{
	background: url(../images/arrow-right.png) no-repeat center center !important;
	transform:rotate(180deg) !important;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-next{
	cursor:pointer;
	background: url(../images/arrow-right.png) no-repeat center center !important;
}

.custom-select {
	position: relative;
	height:48px;
	padding-left: 50px;
	width: 100%;
	min-width: 100%;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: 'MyriadRegular' ,'ProximaNovaRegular',sans-serif;
	font-weight: 400;
	line-height:100%;
}
.custom-select.active-select{
	-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
	box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
	border-color: #FFD810;
	border-right:1px solid #FFD810 !important;
}
.ui-timepicker-standard a:hover{
	border:none;
	border-bottom:1px solid rgba(0,0,0,.1) !important;
}
.select-span{
	text-align: center;
	position: absolute;
	top: 1px;
	left: 1px;
	height: 100%;
	width: 43px;
	height:100%;
	border-right: 1px solid #ccc;
	line-height: 100%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 20px;
}
.select-span.select-span-active{
	color: #FFD810;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background-color:#fff;
	height:100%;
	border:none;
	display:flex;
	align-items:center;
	height: 100%;
	cursor: pointer;
	user-select: none;
	padding: 0;
	text-align:left;
	color:#ccc;
}
/*style the items (options), including the selected item:*/
.select-items div {
	color: #000;
	padding:0 10px;
	height:29px;
	text-align:left;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
	cursor:pointer;
	z-index: 99;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.owl-nav.active-nav{
	z-index:-1;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #fff;
	top:100%;
	left: 0;
	height: 116px;
	overflow:auto;
	right: 0;
	border-top:1px solid #FFD810 !important;
	border:1px solid rgba(0,0,0,.1);
	z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

html, body{
	padding: 0px;
	height: 0px;
}

body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	width: 100%;
}

* {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

img{
	display: block;
	width: 100%;
}

.wrapper{
	width: 80%;
	margin: 0 auto;
	height: 100%;
	max-width: 1500px;
}

header {
	position: fixed;
	height: 110px;
	width: 100vw;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0, 0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
header nav {
	height: 100%;
}
header nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

header nav ul li{
	margin: 0px 3%;
}

header nav ul li a{
	display: block;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-family: 'MyriadRegular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
header nav ul li a p{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	font-size: 20px;
	color: #FFD810;
	font-family: 'MyriadRegular', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	overflow: hidden;
	width: 0px;
	white-space: nowrap;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
header nav ul li.active p{
	width: 100%;
}
header nav ul li:hover a p{
	width: 100%;
}



.main-page .main-banner{
	position: relative;
	/*background: url('../images/main-bg.jpg') no-repeat center center;*/
	background: transparent;
	background-size: cover;
	height: calc(100vh + 60px);
	padding-top: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.main-page .main-banner.thankyou{
	/*height: 100vh;*/
	background: url('../images/thank-bg.jpg') no-repeat center center;
	background-size: cover;
}


.main-page .main-banner .right-side{
	position: absolute;
	width: 90px;
	height: 98px;
	right: 22px;
	top: 40px;
	z-index: 2;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.main-page .main-banner .right-side .currency {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 42px;
	height: 43px;
	background: #B29400 url('../images/quote-bg.jpg') no-repeat center 0px;
	background-size: auto;
	border-radius: 25px;
	border: 2px solid #D8B400;
	padding: 2px;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	margin-bottom: 5px;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.main-page .main-banner .right-side .currency span{
	position: absolute;
	display: inline-block;
	background: #ffd810;
	left: 2px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold', sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .currency span.active{
	left: calc(100% - 37px);
	z-index: 1;
}

.main-page .main-banner .right-side .language{
	position: absolute;
	/*display: block;*/
	bottom: 0px;
	right: 0px;
	/*width: 42px;*/
	height: 43px;
	background: #B29400 url('../images/quote-bg.jpg') no-repeat center 0px;
	background-size: auto;
	border-radius: 25px;
	border: 2px solid #D8B400;
	padding: 2px;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.8);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.language222 {
	display: flex;
	gap: 10px; /* Расстояние между элементами */
	flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */
}
.language222 span {
	flex-shrink: 0; /* Предотвращаем сжатие элементов */
}

.main-page .main-banner .right-side .language:hover,
.main-page .main-banner .right-side .languageTEST,
.main-page .main-banner .right-side .currency:hover{
	/*width: 86px;*/
	flex-wrap: nowrap; /* Запрещаем перенос элементов на новую строку */

	/*padding-right: 5px;*/
	display: flex;
	gap: 10px; /* Расстояние между элементами */
}
.main-page .main-banner .right-side .language:hover  span{
	/*position: absolute;*/
	/*display: inline-block;*/
	display: block !important;
	/*display: none !important;*/
	background: #ffd810;
	/*left: 2px;*/
	flex-shrink: 0; /* Предотвращаем сжатие элементов */

	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 0px rgba(0,0,0, 1);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .language span{
	/*position: absolute;*/
	/*display: inline-block;*/
	/*display: block !important;*/
	display: none !important;
	background: #ffd810;
	/*left: 2px;*/
	flex-shrink: 0; /* Предотвращаем сжатие элементов */

	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold','MyriadRegular',sans-serif;
	cursor: default;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.4);
	text-shadow: 0px 0px 0px rgba(0,0,0, 1);
	cursor: pointer;
	transition: all 0.2s linear;
}
.main-page .main-banner .right-side .language span.active{
	display: block !important;
	left: calc(100% - 37px);
	z-index: 1;
}
.main-page .main-banner .right-side .language span a{
	display: block;
	color: #000;
	width: 100%;
	height: 100%;
}

.main-page .main-banner .social-media {
	position: absolute;
	right: 40px;
	top: 20%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.main-page .main-banner .social-media a{
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'MyriadRegular', sans-serif;
	letter-spacing: 2px;
	margin: 0px 10px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.main-page .main-banner .social-media a:hover{
	color: #ffd810;
}

.main-page .main-banner .centered {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.main-page .main-banner .centered .brand-logo{
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.main-page .main-banner .centered h3, .main-page .main-banner .centered h1{
	text-transform: uppercase;
	font-size: 60px;
	color: #ffd810;
	margin: 10px 0px;
	font-family: 'Pangolin', sans-serif;
	font-weight: 600;
}
.main-page .main-banner .centered p{
	font-family: 'MyriadRegular', 'ProximaNovaRegular', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	margin: 8px 0px;
}
.main-page .main-banner .centered p a{
	color: #ffd810;
}

.main-page .main-banner .centered .lifecycle {
	display: block;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0px;
	font-family: 'Pangolin', sans-serif;
}

.main-page .main-banner .centered .book-online{
	display: block;
	position: relative;
	background: #ffd810;
	width: 280px;
	height: 60px;
	margin: 0 auto;
	line-height: 65px;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Pangolin', sans-serif;
	color: #000000;
	letter-spacing: 2px;
}

.main-page .main-banner .centered .book-online:hover{
	background: #FFB210;
}

.main-page .main-banner .centered .book-online::before{
	position: absolute;
	content: '';
	left: -6px;
	top: 5px;
	width: calc(100% + 10px);
	height: 100%;
	border: 1px solid #ffd810;
}
.main-page .main-banner .centered .book-online:hover::before{
	border-color: #FFB210;
}
.main-page .main-banner .centered .scroll-down {
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	cursor: pointer;
	color: #ccc;
}

.main-page .main-banner .centered .scroll-down span{
	display: block;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
.main-page .main-banner .centered .scroll-down small{
	display: inline-block;
	position: relative;
	top: 0px;
	font-size: 18px;
	-webkit-animation: scroll 1.3s linear infinite;
	animation: scroll 1.3s linear infinite;
}
@-webkit-keyframes scroll {
	0%{
		top: 0px;
	}
	15%{
		top: 3px;
	}
	30%{
		top: 0px;
	}
	45%{
		top: 3px;
	}
	60%{
		top: 0px;
	}
}
@keyframes scroll {
	0%{
		top: 0px;
	}
	15%{
		top: 3px;
	}
	30%{
		top: 0px;
	}
	45%{
		top: 3px;
	}
	60%{
		top: 0px;
	}
}


.twin-sections {
	position: relative;
}



.beer-description {
	background: url('../images/brown-bg.png') no-repeat center 20px;
	background-size: cover;
	width: 100%;
	left: 0px;
	margin-top: -50px;
}

.beer-description .description-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	min-width: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0, 0.2);
	box-shadow: 3px 3px 5px rgba(0,0,0, 0.2);
	padding-bottom: 70px;
	padding-top: 40px;
	z-index: 2;
}

.beer-description .description-group .description-item{
	position: relative;
	text-align: center;
	width: 31%;
	padding: 1%;
	padding-top: 180px;
}
.beer-description .description-group .description-item .img-wrapper{
	position: absolute;
	max-width: 131px;
	bottom: 150px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.beer-description .description-group .description-item:nth-child(1) .img-wrapper{
	max-width: 106px;
}
.beer-description .description-group .description-item h3{
	font-family: 'MyriadRegular', 'ProximaNovaBold', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.beer-description .description-group .description-item p{
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	font-size: 16px;
}

.beer-bike-section{
	position: relative;
	background: url('../images/beerBike-bg.png') no-repeat 0% 0px;
	background-size: cover;
	padding: 60px 0px;
	padding-top: 280px;
	margin-top: -90px;
	z-index: 1;
}

.beer-bike-section .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
}
.beer-bike-section .wrapper > div{
	width: 50%;
}
.beer-bike-section .wrapper > div:nth-child(1){
	padding-right: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.beer-bike-section .beer-title span{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin' ,sans-serif;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: 600;
}
.beer-bike-section .beer-title p{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin', sans-serif;
	font-size: 70px;
	line-height: 100px;
	font-weight: 600;
}
.beer-bike-section .beer-price {
	color: #c92600;
	font-family: 'Pangolin', sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.beer-bike-section .wrapper > div:nth-child(1) ul{
	margin-top: 10px;
}
.beer-bike-section .wrapper > div:nth-child(1) ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	cursor: default;
}
.beer-bike-section .wrapper > div:nth-child(1) ul li::before{
	position: absolute;
	content: '';
	top: 3px;
	left: 0px;
	background: url('../images/arrow-right.png') no-repeat center center;
	background-size: contain;
	width: 21px;
	height: 21px;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.beer-bike-section .wrapper > div:nth-child(1) ul li:hover::before{
	left: 3px;
}

.beer-bike-section .wrapper > div:nth-child(2){
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.order-section .wrapper{
	width: 100%;
}
.order-section .for-border{
	display: none;
	position: absolute;
	top: -12px;
	left: 0px;
	border: 12px solid #000;
	width: 20%;
	height: calc(100% + 24px);
	z-index: 1
}
.order-section .order-slider .order-item{
	position: relative;
	padding: 20px;
	padding-bottom: 50px;
	z-index: 1;
}
.order-section .order-slider .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
}

.order-section .order-slider .owl-item::before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.3);
	z-index: 2;
}
.order-section .order-slider .owl-item:nth-child(2n + 1)::before{
	background: rgba(0,0,0, 0.33);
}
.order-section .order-slider .owl-item:nth-child(5) {
	position: relative;
}

.order-section .order-slider .owl-item.activated::before{
	display: none;
}
.order-section .order-slider .owl-stage-outer {
	z-index: 0
}
.order-section .order-slider .owl-stage-outer::before{
	display: block;
	position: absolute;
	content: '';
	left: 0px;
	top: -12px;
	border: 12px solid #000000;
	height: 100%;
	width: 24%;
	z-index: 3;
}

@media(min-width: 1400px){
	.order-section .order-slider .owl-stage-outer::before{
		width: 19%;
	}
}

.order-section .order-slider .owl-stage-outer{
	overflow: visible;
}


.order-section .order-slider .order-item small{
	position: relative;
	left: -3px;
	color: #f80707;
}

.order-section .order-slider .order-item > span{
	display: block;
	color: #cc110c;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: 'Pangolin', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.order-section .order-slider .order-item > h3{
	color: #000000;
	font-size: 16px;
	font-family: 'Pangolin', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.order-section .order-slider .order-item .order-title{
	display: block;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-size: 15px;
	color: #000000;
}

.order-section .order-slider .order-item.step-one > div{
	margin-bottom: 25px;
}
.order-section .order-slider .order-item.step-one > div > span{
	margin-bottom: 3px;
	font-weight: 600;
}
.order-section .order-slider .order-item.step-one > div > p {
	position: relative;
}
.order-section .order-slider .order-item.step-one > div > p input{
	height: 50px;
	padding-left: 50px;
	width: 100%;
	min-width: 100%;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order-section .order-slider .order-item.step-one > div > p input[type=number]::-webkit-inner-spin-button,
.order-section .order-slider .order-item.step-one > div > p input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 3px;
}

.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-inner-spin-button,
.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-outer-spin-button {
	margin: 3px;
	font-size: 28px;
}

@media(max-width: 768px){
	.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-inner-spin-button,
	.order-section .order-slider .order-item.step-one > div > p input[type=time]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 3px;
	}
}




.order-section .order-slider .order-item.step-one > div > p input::-webkit-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input:-ms-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input::-ms-input-placeholder{
	color: #ccc;
}

.order-section .order-slider .order-item.step-one > div > p input::placeholder{
	color: #ccc;
}
.order-section .order-slider .order-item.step-one > div > p span{
	text-align: center;
	position: absolute;
	top: 1px;
	left: 1px;
	height: 100%;
	width: 43px;
	height: 48px;
	border-right: 1px solid #ccc;
	line-height: 48px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 1em;
}
.order-section .order-slider .order-item.step-one > div > p input:focus {
	-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
	box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
	border-color: #FFD810;
}
.order-section .order-slider .order-item.step-one > div > p input:focus ~ span{
	color: #FFD810;
}



.order-section .order-slider .order-item.step-two .order-title{
	font-weight: 600;
	margin-bottom: 3px;
}
.order-section .order-slider .order-item.step-two .radio-button-group > div{
	position: relative;
}

.order-section .order-slider .order-item.step-two .radio-button-group > div .tooltip-wrapper {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.tippy-popper{
	width: 150px;
	font-size: 10px;
}
.tippy-popper > *{
	font-family: 'MyriadRegular', 'ProximaNovaRegular', sans-serif;
}

.order-section .order-slider .order-item.step-two .radio-button-group input{
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item{
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0, 0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0, 0.2);

}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item label{
	display: block;
	padding: 25px 15px;
	padding-left: 85px;
	cursor: pointer;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	font-weight: 600;

}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) label{
	background: url('../images/radio2.png') no-repeat 10px center,
	url('../images/icon5.png') no-repeat 35px center,
	url('../images/hyfen2.png') no-repeat 95% center;
	background-color: #F3F3F3;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(2) label{
	background: url('../images/radio2.png') no-repeat 10px center,
	url('../images/icon4.png') no-repeat 35px center,
	url('../images/hyfen2.png') no-repeat 95% center;
	background-color: #F3F3F3;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(3) label{
	background: url('../images/radio2.png') no-repeat 10px center,
	url('../images/icon6.png') no-repeat 35px center,
	url('../images/hyfen2.png') no-repeat 95% center;
	background-color: #F3F3F3;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) input:checked ~ label{
	background: url('../images/radio1.png') no-repeat 10px center,
	url('../images/icon5.png') no-repeat 35px center,
	url('../images/hyfen1.png') no-repeat 95% center;
	background-color: #fff;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(2) input:checked ~ label{
	background: url('../images/radio1.png') no-repeat 10px center,
	url('../images/icon4.png') no-repeat 35px center,
	url('../images/hyfen1.png') no-repeat 95% center;
	background-color: #fff;
}
.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(3) input:checked ~ label{
	background: url('../images/radio1.png') no-repeat 10px center,
	url('../images/icon6.png') no-repeat 35px center,
	url('../images/hyfen1.png') no-repeat 95% center;
	background-color: #fff;
}

.order-section .order-slider .order-item.step-two .radio-button-group .radio-item:nth-child(1) label.checked-first{
	background: url('../images/radio1.png') no-repeat 10px center,
	url('../images/icon5.png') no-repeat 35px center,
	url('../images/hyfen1.png') no-repeat 95% center;
	background-color: #fff;
}

.order-section .order-slider .order-item.step-three ul li{
	position: relative;
	margin-bottom: 20px;

}

.order-section .order-slider .order-item.step-three ul li .tooltip-wrapper {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: transparent;
}
.order-section .order-slider .order-item.step-three ul li input{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.order-section .order-slider .order-item.step-three ul li label{
	display: block;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
	background: url('../images/unchecked.jpg') no-repeat 100% 3px,
	url('../images/hyfen1.png') no-repeat 0px 3px;
}
.order-section .order-slider .order-item.step-three ul li input:checked ~ label{
	background: url('../images/checked.jpg') no-repeat 100% 3px,
	url('../images/hyfen1.png') no-repeat 0px 3px;
}
.order-section .order-slider .order-item.step-three ul li label p{
	display: inline;
}


.order-section .order-slider .order-item.step-four{
	position: relative;
}
.order-section .order-slider .order-item.step-four .confirm-area > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 22px;
}
.order-section .wrapper{
	position: relative;
}
.order-section .for-absolute {
	position: absolute;
	left: calc(25% - 175px);
	top: 15px;
	background: #CC110C;
	padding: 8px;
	width: 178px;
	padding-right: 5px;
}
.order-section  .for-absolute p{
	color: #fff;
	font-family: 'MyriadRegular', 'ProximaNovaRegular', sans-serif;
}
.order-section  .for-absolute span{
	display: inline-block;
	margin-left: 2px;
	font-weight: 600;
	letter-spacing: 1px;
}

.order-section .order-slider .order-item.step-four .confirm-area p{
	width: 49%;
	font-family: 'MyriadRegular', "ProximaNovaRegular",sans-serif;
	font-weight: 600;
}

.order-section .order-slider .order-item.step-four .confirm-area p:nth-child(2){
	color: #2e7ad0;
}
.order-section .order-slider .order-item.step-four .confirm-area > div:nth-child(6) {
	margin-top: 20px;
}
.order-section .order-slider .order-item.step-four .confirm-area > div:nth-child(6) p{
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	font-size: 18px;
	color: #000000;
}


.order-section .order-slider .order-item.step-five div {
	margin-bottom: 10px;
}
.order-section .order-slider .order-item.step-five div > span{
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}
.order-section .order-slider .order-item.step-five .step5-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.order-section .order-slider .order-item.step-five .step5-inputs > div{
	width: 49%;
}
.order-section .order-slider .order-item.step-five input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-size: 16px;
}
.order-section .order-slider .order-item.step-five input:focus{
	border-color: #FFD810;
	-webkit-box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
	box-shadow: 0px 0px 3px rgba(255,216,16, 0.3);
}
.order-section .order-slider .order-item.step-five select{
	width: 100%;
	padding: 8px 0px;
	padding-left: 5px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-size: 16px;
	border: 1px solid #ccc;
}
.order-section .order-slider .order-item.step-five .pament-type{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.order-section .order-slider .order-item.step-five .step5-inputs .selector-area{
	width: 65%;
	position:relative;
}
.select-toltip{
	position: absolute;
	right:-25px;
	bottom:0;
	cursor:pointer;
	width:20px;
	height:20px;
	background: url(../images/hyfen1.png) no-repeat center center;
}
.order-section .order-slider .order-item.step-five .step5-inputs .total-amount{
	width: 35%;
	text-align: right;
}
.order-section .order-slider .order-item.step-five .step5-inputs .total-amount p{
	font-size: 20px;
	font-family: 'MyriadRegular', 'ProximaNovaBold', sans-serif;
	font-weight: 700;
	font-size: 22px;
}
.order-section .order-slider .order-item.step-five .pament-type{
	margin-bottom: 15px;
}
.order-section .order-slider .order-item.step-five .pament-type span{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	font-weight: 600;
}

.order-section .order-slider .order-item.step-five .pament-type img{
	width: 35px;
	margin-right: 4px;
}

.order-section .order-slider .order-item.step-five .terms-conds{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.order-section .order-slider .order-item.step-five .terms-conds input{
	width: auto;
	margin-right: 5px;
}
.order-section .order-slider .order-item.step-five .terms-conds label{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular', sans-serif;
	font-weight: 600;
}
.order-section .order-slider .order-item.step-five .terms-conds .acception{
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
	color: #FFBE10
}


.order-section .order-slider .owl-nav {
	position: absolute;
	bottom: 0px;
	left: 12px;
	width: 24.2%;
}
@media(min-width: 1400px){
	.order-section .order-slider .owl-nav{
		width: 19.1%;
	}
}
.order-section .order-slider .owl-nav .owl-prev,
.order-section .order-slider .owl-nav .owl-next,
.order-section .order-slider .owl-nav .verifyButton,
.order-section .order-slider .owl-nav .sending-button{
	display: inline-block;
	text-align: center;
	width: 49%;
	font-size: 22px;
	font-family: 'Pangolin',sans-serif;
	background: #FFD810;
	margin: 1px;
	height: 45px;
	line-height: 43px;
	font-weight: 600;
	border: none;
}
.order-section .order-slider .owl-nav .verifyButton,
.order-section .order-slider .owl-nav .sending-button{
	cursor: pointer;
}
.order-section .order-slider .owl-nav .owl-prev:hover,
.order-section .order-slider .owl-nav .owl-next:hover,
.order-section .order-slider .owl-nav .verifyButton{
	background-color: #FFC110;
}
.order-section .order-slider .owl-nav .owl-prev{
	background-image: url('../images/left-angle.png');
	background-repeat: no-repeat;
	background-position:30% center;
	background-size: 10px;
}
.order-section .order-slider .owl-nav .owl-next,
.order-section .order-slider .owl-nav .verifyButton{
	background-image: url('../images/right-angle.png');
	background-repeat: no-repeat;
	background-position:70% center;
	background-size: 10px;
}


.review-section {
	/*background: url('../images/review-bg.jpg') no-repeat center 0%;*/
	background: transparent;
	background-size: cover;
	padding: 70px 0px;
}

.review-section .review-title span{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin',sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
}
.review-section .review-title p{
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin',sans-serif;
	font-size: 62px;
	font-weight: 600;
}

.review-section .review-slider .owl-stage-outer{
	padding-bottom: 20px;
}

.review-section .review-slider .review-item{
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	padding-bottom: 40px;
}
.review-section .review-slider .review-item span{
	display: block;
	font-size: 18px;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
.review-section .review-slider .review-item p{
	display: block;
	font-size: 15px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
}
.review-section .review-slider .review-item p:nth-child(3){
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -8px;
	left: 20px;
}
.review-section .review-slider .review-item p:nth-child(3) img{
	max-width: 40px;
}

.review-section .review-slider .review-item p:nth-child(3) a{
	position: relative;
	bottom: 5px;
	margin-left: 5px;
	color: #0267f1;
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	font-size: 14px;
}


.review-section .review-slider .owl-nav{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -45px;
	width: calc(100% + 90px);
}
.review-section .review-slider .owl-nav button{
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 35px;
	background-color: #FFF310;
	border-radius: 50%;
	line-height: 41px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0, 0.3),
	inset 0px 0px 15px 1px rgba(255,0,0, 0.3);
}
.review-section .review-slider .owl-nav button:hover{
	background-color: #FFFF00;
}
.review-section .review-slider .owl-nav .owl-prev{
	padding-right: 2px !important;
}
.review-section .review-slider .owl-nav .owl-next{
	padding-left: 3px !important;
}


.gallery-section {
	background: url('../images/gallery-bg.png') no-repeat center 0%;
	background-size: cover;
	padding: 40px 0px;
	padding-top: 80px;
	margin-top: -40px;
}

.gallery-section .gallery-title{
	text-align: center;
	margin-bottom: 20px;
}
.gallery-section .gallery-title span{
	display: block;
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin',sans-serif;
	font-size: 62px;
	font-weight: 600;
}
.gallery-section .gallery-title p{
	font-size:  18px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Pangolin',sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}
.gallery-section .gallery-title p a{
	color: #e70909;
	font-family: 'Pangolin',sans-serif;
	font-size:  18px;
}

.gallery-section .gallery-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gallery-section .gallery-group .gallery-item{
	width: 19%;
	margin-bottom: 12px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0, 0.3);
}






.partners-section {
	background: #000000;
	padding: 35px 0px;
}
.partners-section .wrapper{
	position: relative;
	padding-left: 220px;
}
.partners-section .partner-quote{
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../images/quote-bg.jpg') no-repeat center center;
	background-size: cover;
	width: 190px;
	height: 190px;
	padding: 20px;
	z-index: 1;
	border: 3px solid #fff;
}
.partners-section .partner-quote span{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Pangolin', sans-serif;
	font-weight: 600;
}
.partners-section .partner-quote p{
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Pangolin', sans-serif;
	font-weight: 600;
}

.partners-section .partners-slider .owl-nav{
	display: none;
}



.map-section{
	position: relative;
	height: 500px;
}
.map-section #map{
	height: 100%;
	width: 100%;
}
.map-section .inside-map{
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.map-section .inside-map .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map-section .inside-map .wrapper > div{
	width: 400px;
	background: rgba(245,207,17, 0.9);
	margin: 0px 10px;
	-webkit-box-shadow: 6px 6px 7px rgba(0,0,0, 0.15);
	box-shadow: 6px 6px 7px rgba(0,0,0, 0.15);
	padding: 20px;
	border: 4px solid #fff;
}
.map-section .inside-map .wrapper > div span{
	display: block;
	position: relative;
	color: #000;
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: 600;
}
.map-section .inside-map .wrapper > div span::before{
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0px;
	width: 35px;
	height: 3px;
	background: #000;
}
.map-section .inside-map .wrapper > div p{
	font-family: 'MyriadRegular','ProximaNovaRegular', sans-serif;
	font-size: 16px;
}
.map-section .inside-map .wrapper > div p a{
	font-family: 'MyriadRegular','ProximaNovaRegular', sans-serif;
	color: #000;
	font-size: 16px;
}


.questions-section {
	background: url('../images/faq-bg.jpg');
	background-repeat: repeat;
	background-size: auto;
	padding: 40px 0px;
	border-top: 4px solid #EEC011;
}
.questions-section .questions-title span{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Pangolin', sans-serif;
	font-weight: 600;
}
.questions-section .questions-title p{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Pangolin', sans-serif;
	font-weight: 600;
}
.questions-section .questions-group{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0px;
}
.questions-section .questions-group .question-item{
	border: 2px solid #000;
	background: #fff;
	padding: 12px;
	padding-right: 20px;
	width: 48%;
	height: 57px;
	margin-bottom: 20px;
	overflow: hidden;
}
.questions-section .questions-group .question-item .item-title{
	position: relative;
	font-size: 24px;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	cursor: pointer;
	font-weight: 600;
}
.questions-section .questions-group .question-item .item-title span{
	display: inline-block;
	position: absolute;
	text-align: center;
	line-height: 22px;
	right: 0px;
	top: 4px;
	width: 21px;
	height: 21px;
	background: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.questions-section .questions-group .question-item:hover .item-title span{
	background-color: #FF9D10;
}

.questions-section .questions-group .question-item .answers{
	margin-top: 10px;
	font-size: 18px;
	font-family: 'MyriadRegular', 'ProximaNovaRegular',sans-serif;
	padding-bottom: 35px;
}




footer{
	background: #212121;
}
footer .footer-head {
	border-bottom: 1px solid #3c3c3c;
	padding: 30px 0px;
}
footer .footer-head .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footer-head p {
	position: relative;
	padding-left: 25px;
	cursor: default;
}
footer .footer-head p span{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'MyriadRegular', 'ProximaNovaBold',sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
}
footer .footer-head p a{
	color: #ffd810;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'MyriadRegular', sans-serif;
	letter-spacing: 2px;
	font-weight: 600;
}

footer .footer-head p:nth-child(1) small{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer .footer-head p:nth-child(2) small{
	position: absolute;
	left: 0px;
	top: 2px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer .footer-head p:hover small{
	left: 5px;
}




footer .footer-body {
	padding: 40px 0px;
}
footer .footer-body .wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footer-body .wrapper > div{
	width: 23%;
}
footer .footer-body .wrapper > div h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
footer .footer-body .wrapper > div.about-us p{
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	color: #fff;
	font-size: 14px;
}
footer .footer-body .wrapper .contact-info div{
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
footer .footer-body .wrapper .contact-info div a{
	display: block;
	color: #fff;
	margin-bottom: 2px;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	font-size: 14px;
}
footer .footer-body .wrapper .contact-info div p{
	font-size: 15px;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	color: #fff;
}

footer .footer-body .wrapper .contact-info div small{
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
footer .footer-body .wrapper .contact-info div:hover small{
	left: 3px;
}

footer .footer-body .wrapper .contact-us input,
footer .footer-body .wrapper .contact-us textarea{
	width: 100%;
	margin-bottom: 8px;
	padding: 8px;
	background: #212121;
	border: 1px solid #3c3c3c;
	resize: none;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	font-size: 14px;
	color: #fff;
}
footer .footer-body .wrapper .contact-us input:focus,
footer .footer-body .wrapper .contact-us textarea:focus{
	border-color: #F5CF11;
	-webkit-box-shadow: 0px 0px 5px rgba(245,207,17, 0.3);
	box-shadow: 0px 0px 5px rgba(245,207,17, 0.3);
}
footer .footer-body .wrapper .contact-us button{
	position: relative;
	background: #F5CF11;
	width: 140px;
	height: 40px;
	color: #000;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	font-size: 17px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: 600;
}
footer .footer-body .wrapper .contact-us button:hover{
	padding-right: 15px;
}
footer .footer-body .wrapper .contact-us button span{
	display: inline-block;
	position: absolute;
	right: 7px;
	top: 12px;
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}


footer .footer-body .wrapper .contact-us button:hover span{
	opacity: 1;
	-webkit-animation: fly 0.7s linear infinite;
	animation: fly 0.7s linear infinite;
}
@-webkit-keyframes fly{
	0%{
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50%{
		-webkit-transform: translate(2px, -3px);
		transform: translate(2px, -3px);
	}
	100%{
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}
@keyframes fly{
	0%{
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50%{
		-webkit-transform: translate(2px, -3px);
		transform: translate(2px, -3px);
	}
	100%{
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}


footer .footer-body .wrapper .insta-corner .insta-gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .footer-body .wrapper .insta-corner .insta-gallery .insta-item{
	width: 32%;
	border: 1px solid #fff;
	margin-bottom: 3px;
}

footer .footer-bottom{
	text-align: center;
	background: #F5CF11;
	padding: 12px 0px;
}

footer .footer-bottom p{
	color: #3c3c3c;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
	font-size: 15px;
}
footer .policy {
	display: inline-block;
	margin-top: 5px !important;
	text-decoration: underline;
	cursor: pointer;
}
footer .extra-info span{
	color: #3c3c3c;
	font-family: 'MyriadRegular','RobotoMedium',sans-serif;
}
footer .policy:hover{
	color: #000000;
}

#gpdr,
#abcd{
	display: none;
	border: 2px solid #F5CF11;
	max-width: 95vw;
	max-height: 95vh;
}

#gpdr h3,
#abcd h3{
	text-align: center;
	font-family: 'MyriadRegular','ProximaNovaBold',sans-serif;
	margin-bottom: 8px;
}
#gpdr p,
#abcd p{
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
	margin-bottom: 8px;
	text-align: justify;
}
#gpdr p.one-padding,
#abcd p.one-padding{
	padding-left: 12px;
}
#gpdr p.two-padding,
#abcd p.two-padding{
	padding-left: 25px;
}

#gpdr span,
#abcd span{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'MyriadRegular','ProximaNovaRegular',sans-serif;
}

#backToTop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	background: #F5CF11;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 23px;
	z-index: 1;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0, 0.3);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0, 0.3);
}
@media (min-width: 1400px){
	.order-section .for-absolute{
		left: calc(20% - 175px);
	}
}

.fancybox-content{
	padding: 10px;
}

.grecaptcha-badge { visibility: hidden; }






/* Language*/



header.forLang {
	background-color: #000;
}


.forLang .call__now {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: 'MyriadRegular', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	gap:0 7px;


}
.forLang .tel__now{
	display: flex;
	align-items: center;
	gap:0 10px;
	color:#fff;
	letter-spacing: 2px;

}
.forLang .call__now a{
	color:#FFD810;
	letter-spacing: 2px;

}
.forLang .d-flex{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.forLang .lang a.actives {
	display: flex;
	align-items: center;
	gap:0 7px;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(30, 30, 30, 0.10);
	padding: 6px 7px;
	color:#fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: 'MyriadRegular', sans-serif;
	background: rgba(7, 7, 7, 0.60);
	position: relative;
	transition: .4s all ease-out;
}
.forLang .lang span{
	transition: .4s all ease-out;

}
.forLang .lang:hover span  {
	rotate: 180deg;
	position: relative;
	top:2px
}
header.forLang  nav {
	width: 60%;
}
.forLang .dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 123123;
	top: 38px;
	transition: .4s all ease-out;
	border-radius: 8px;
	background: #FFF;
}
.forLang .lang {
	position: relative;
	transition: .4s all ease-out;

}
.forLang .dropdown-content a {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #505050;
	text-align: center;
	margin: 3px 0;
	padding: 2px 0;
	display: block;
	width: 100%;
	transition: .4s all ease-out;
	font-family: 'MyriadRegular', sans-serif;

}
.forLang .dropdown-content a:hover {
	background: #5F5F5F;
	color: #fff;

}
.forLang .lang:hover .dropdown-content {
	visibility: visible;
	opacity: 1;

}
@media (max-width: 1300px) {
	.forLang .call__now {
		display: none;
	}
	header.forLang  nav {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.forLang .lang {
		position: fixed;
		right: 15px;
		top:65px
	}
}

header.forLang nav ul{
	justify-content: start;
}
/* Language END*/



#timePickerLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff; /* Полупрозрачный фон */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#timePickerLoading .spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #ccc;
	border-top-color: #535353;
	border-radius: 50%;
	animation: spinLoading 1s linear infinite;
}

@keyframes spinLoading {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}