/***********style.css***********/
@font-face {
	font-family: 'AvanteInt Book';
	src: url(../fonts/a-avanteint-book.ttf); 
}
@font-face {
	font-family: 'AvanteInt Bold'; 
	src: url(../fonts/a-avanteint-bold.ttf); 
}

*{
	outline: 0!important;
/*	
	-webkit-box-shadow: none!important;
    box-shadow: none!important;	
*/
}
html,
body {
  height: 100%;
}
body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;  
	font-size: 20px;
	color: #111111;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: inherit;
}
a:hover{
	color: #aaa081;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
    flex-wrap: wrap; 
}
section{
	position:relative;
}
.section{
	margin-top:50px;
	margin-bottom:50px;
}
.orange{
	color:#E08438;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}
.mt-60{
	margin-top:60px;
}
.mt-70{
	margin-top:70px;
}
.mt-80{
	margin-top:80px;
}
.mb-0{
	margin-bottom:0px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:50px;
}
.mb-60{
	margin-bottom:60px;
}

/***swiper***/
.hero_slide_wrapper{
	height: 400px;
}
.main-slider{
	width: 100%;
	height:100%;
	float: left;
	transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.main-slider.loading{
	opacity: 0;
	visibility: hidden;
}
.main-slider .entity-img{
	display: none;
}  
[class^="swiper-button-"]{
	transition: all 0.3s ease;
	width: 44px;
	opacity: 0;
	visibility: hidden;
}
.swiper-button-prev{
	transform: translateX(50px);
}
.swiper-button-next{
	transform: translateX(-50px);
}
.slide_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.swiper-slide {	
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide-shadow{	
	border: 1px solid #e5e5e5;
	/*box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);*/
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 10000;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}
#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.sticky {
	position: fixed;
	transition: all .5s ease;
	background-color: RGB(255,255,255,0.8);
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;	
}
.to_top {
	width: 50px;
	height: 50px;
	background-image: url(../images/totop.svg);
	background-size: contain;
	display: inline-block;  
	position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.to_top:hover {
  cursor: pointer;
}
.to_top.show {
  opacity: 1;
  visibility: visible;
}
.modal-header {    
    align-items: center;
}
/*****************************************************/
.dropdown-menu {
	margin:0;
}
header{
	position:relative;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.header-top-menu{
	padding-top:10px;
	padding-bottom:10px;
	color: #808080;
}
.header-top-list-item{
	display: flex;
    justify-content: end;
}
.header-top-item{
	display: flex;
    align-items: center;
    justify-content: end;
	margin-right: 30px;
}
.header-top-item:last-child{	
	margin-right: 0px;
}
.header-top-item i{
	padding-right:5px;
}
.header-main{	
	background-color: #E08438;
}
.nav-search{
	display:flex;
}
.nav-search .nav-link{
	padding-right:0!important;
}
.navbar-light .navbar-nav .nav-link,
.nav-search .nav-link{
    color: #111111;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}
.navbar-light .navbar-nav .nav-link:hover,
.nav-search .nav-link:hover i{
    color: #aaa081;
}
.dropdown-menu { 
    padding: 0;
	border-radius:0;
}
.dropdown-item {
	padding: 8px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1); 
}
.dropdown-item:last-child {
    border-bottom: 0; 
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover{
    color: #fff;    
    background-color: #aaa081;
}

footer{
	background: #E08438;
	color: #ffffff;
}
.footer-top{
	padding-top:10px;
	padding-bottom:10px;
}
.footer-bottom{
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;   
}

.brand {
    font-family: 'AvanteInt Bold';
    font-weight: 800;
	transition: 0.2s all ease-in;
}
.brand-name .brand-slogan {
    font-size: 10px;
    letter-spacing: 3.3px;
    line-height: 1.1;    
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -7px;
}
.brand-name > span {
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #fff;
}
.brand-name:hover {
	text-decoration: none;
}

.header-top{
	display: flex;
    align-items: center;
}
.header-top > div{
	margin: 10px 0px;
}
.header-top a.btn-style{
	font-size:16px;
}
.header-top a.btn-city span{
	margin-left: 5px;
	border-bottom: 2px solid;
}

.contact-top{
	display: flex;
    flex-direction: column;
    align-items: center;
	color: #fff;
	font-size: 16px;
}
.contact-top a{
    color: #fff;
}
.contact-top a:hover{
    text-decoration:none;
}

.btn-style {
    display: inline-flex;
    justify-content: center;
	align-items: center;
    transition: 0.2s ease-in;
    padding: 12px 40px;
    font-weight: 400;
    border-radius: 30px 3px 30px 3px;
    box-shadow: 10px 10px 10px -3px rgb(0, 0, 0, 8%);
	border: 0;
}
.btn-style.btn-style-white {
    background-color: #fff;
	color: #E08438;
}
.btn-style.btn-style-orange {
    background-color: #E08438;
	color: #fff;
}
.btn-style:hover{
	text-decoration: none;
	background-color: #ff9d4d;
	color:#fff;
}
.btn-big{
	font-size:24px;
}
.btn-big img{
	padding-left:10px;
}
.medium-container, .full-container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.intro-img{
	position: relative;
}
.intro-img img{
	height: 100%;
    object-fit: cover;
}
.intro-text{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
.intro-text h2{
	font-size: 36px;
}
.intro-text .price{
	font-size: 48px;
	font-weight:600;
	color:#DC0000;
}
.intro-text .subprice{
	font-size: 20px;
	font-weight:500;
	color:#DC0000;
}
.intro-text .oldprice{
	display: inline-block;
    font-size: 32px;
    font-weight: 400;
    background: #E08438;
    color: #fff;
    padding: 5px 60px;
	border-radius:5px;
}

.intro-menu{
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 4px 4px 0px RGB(0,0,0,0.25);
}
.main-menu{
    display: flex;
	justify-content: center;
	list-style: none;
    margin: 0;
    padding: 10px 0px;
	width: 100%;
}
.main-menu li{
	margin-right:40px;
}
.main-menu li:last-child{
	margin-right:0px;
}
.main-menu a{
	font-size: 16px;
    letter-spacing: 1.6px;
    padding: 5px 10px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.stage-item{
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
	margin-bottom: 80px;
}

.stage-item span{
	font-family: "Manuale", serif;
	font-optical-sizing: auto;
	font-size: 64px;
	font-weight: 500;
	font-style: normal;	
	color: #F99746;
}
.stage-item .stage-text{
	font-size: 24px;
	margin-bottom: 20px;
}
.stage-item img{
	margin:auto;
}
.stage-item:before{    
    content: " ";
	position: absolute;
	width: 40px;
    height: 40px;
    background-image: url(../images/arrow.svg);
	background-size: contain;
    background-repeat: no-repeat;
	transform: translateX(-50%);
    left: 50%;
    bottom: -60px;
}
.before-0:before{
	display:none;
}
.title-section{
	text-align:center;
	margin-top: 50px;
    margin-bottom: 50px;
	font-size: 36px;
}
.title-contact{
	color:#E08438;
	font-size: 24px;
	text-transform: uppercase;
}
.contact-item{
	display:flex;
	flex-direction: column;
	font-size: 15px;
	margin-bottom:15px;
}
.contact-item a{
	color:inherit;
	text-decoration: none;
}
.about-section .about-text{
	font-weight: 500;
}
.about-section .about-text span{
	display: inline-block;
	font-size: 24px;
}
.map-section{
	margin-bottom:0;
}

.modal-content{
	border-radius: 30px;
	padding: 2rem;
}
.modal-header{
	padding:0;
	border-bottom:0;
	justify-content: center;
}
.modal-title{
	font-size:32px;
}
.modal-header .close {
	position: absolute;
    top: 15px;
    right: 20px;
	padding:0;
	margin:0;
	font-size: 40px;
	color:#E08438;
}
.form-group input{
	border:1px solid #A2A2A2;
	border-radius: 30px;
	padding: 10px 20px;
	width: 100%;
}
.select-city{
	display: flex;
	justify-content: space-between;
	list-style: none;	
	padding:0;
}
.select-city a{
	color:#E08438;
	text-decoration: none;
}
/***********RESPONSIVE***********/


@media (min-width: 1200px) {	
	.full-container {
		max-width: 90%;
	}
	.medium-container {
		max-width: 80%;
	}
}
@media (min-width: 992px) {	
	.stage-item img{
		width:50%;
	}
	.modal-lg {
		max-width: 600px;
	}
} 
@media (min-width: 768px) {
	.nav-search{
		order:3;
	}
	.brand {
		font-size: 42px;		
	}
}

@media (max-width: 991px) {
	.intro-text {
		padding: 10px;
	}
	.intro-img {		
		height: 350px;
	}
	.intro-text h2 {
    	font-size: 24px;
	}
	.intro-text .price {
		font-size: 26px;		
	}
	.intro-text img{
		height:38px;
	}
	.main-menu li {
		margin-right: 5px;
	}
	.main-menu a {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 5px 5px;
	}
	.header-top a.btn-style{
		width:100%;
		font-size:10px;
	}
	.contact-top {	
		font-size: 12px;
	}
	.brand-name .brand-slogan {
		font-size: 8px;		
	}
	.brand-name > span {
		font-size:24px;
	}
	.phone-top img{
		height:20px;
	}
	.btn-big {
		font-size: 20px;
	}
	.title-section {		
		font-size: 32px;
	}
}