a{
	text-decoration: none;
}
#slider{
	width: 100%;
	height: 700px;
	overflow: hidden;
	border: 1px solid red;
}
#page-mone {
    width: 100%;
    height: 656px;
    margin-top: 0px;
    margin-left: 0%;
    background-color: rgba(39,80,136,0.4);
    position: relative;
}

#Unworthiness{
	width: 100%;
	overflow: hidden;
	background-color:#fbfbfd;
}
.h1 {
    width: 283px;
    margin:auto;
    font-size: 20px;
    margin-top: 60px;
    text-align: center;
    font-family: "BPG Arial Caps", sans-serif;
    height: 70px;
    position: relative;
    font-weight: bold;
    color: #242021;
   
}
.shape-top {
    width: 200px;
    border-bottom: 1px solid #C9DD03;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.shape-bottom {
    width: 200px;
    border-bottom: 1px solid #24b24c;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.Unworthiness-top-auto{
	max-width: 1300px;
	margin: 40px auto;
	overflow: hidden;
	text-align: center;
}
.Unworthiness-top{
	width: 278px;
	height: 325px;
	margin-top: 50px;
	display: inline-block;
	overflow: hidden;
	margin: 30px 20px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-bottom: 2px solid #fff;
	
}
.Unworthiness-top>img{
	margin-top: 10px;
}
.Unworthiness-top:hover{
    box-shadow: 0 0 25px 0 rgba(36,179,74,0.2);
    border-bottom: 2px solid #C9DD03;
}

.Unworthiness-top .title{
	color: #3e4144;
	font-family: 'dejavu_sansbold';
	font-size: 14px;
	margin-top: -15px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Unworthiness-top>div{
	width: 255px;
	text-align: center;
	    font-size: 13px;
    line-height: 22px;
    color: #809ba2;
    padding: 10px;
    font-family: 'dejavu_sansbook';
}

.Unworthiness-top i{
	color: #24b34a;
	font-size: 70px;
	margin-top: 80px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.

.Unworthiness-top-text h1{
	width: 250px;
	text-align: left;
	font-size:17px;
	margin-left: 35px;
	color: #275088;
	    font-family: 'dejavu_sansbook';
	     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Unworthiness-top-text ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 0;
   
}

#servise{
	width: 100%;
	overflow: hidden;
	background-color:#fbfbfd;
}

.h1 {
    width: 283px;
    margin:auto;
    font-size: 20px;
    margin-top: 60px;
    text-align: center;
    font-family: "BPG Arial Caps", sans-serif;
    height: 70px;
    position: relative;
    font-weight: bold;
    color: #242021;
   
}
.park-top-auto{
	max-width: 1300px;
	margin: 40px auto;
	overflow: hidden;
	text-align: center;
}
.park-top{
	width: 290px;
	height: 370px;
	margin-top: 50px;
	display: inline-block;
	overflow: hidden;
	margin: 30px 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    position: relative;
	
}
.park-top>img{
}
/*
.park-top:hover{
    box-shadow: 0 0 45px 0 rgba(36,179,74,0.2);
   
}*/
.park-top:hover .title{
	color: #24b24c;
	
}
.park-top .title{
	color: #3e4144;
	font-family: 'dejavu_sansbold';
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
	margin-left: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.park-top>div{
	width: 280px;
	
	text-align: left;
	font-size: 13px;
    line-height: 22px;
    color: #809ba2;
    padding: 10px;
    margin-top: 5px;
    font-family: 'dejavu_sansbook';
}

.link {
  
    color: #3e4144;
    position: absolute;
    padding: 10px 15px;
    line-height: 23px;
    font-family: "BPG Arial Caps", sans-serif;
    font-weight: bold;
    font-size: 12px;
    left:-5px;
    top: 255px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.link:hover{
	color: #24b34a;
}
.park-top i{
	color: #24b34a;
	font-size: 14px;
	margin-top: 80px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.car_20{
	margin-left: 12px;
}

.park-top-text h1{
	width: 250px;
	text-align: left;
	font-size:17px;
	margin-left: 35px;
	color: #275088;
	    font-family: 'dejavu_sansbook';
	     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.park-top-text ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 0;
   
}
#prices{
	width: 100%;
	min-height: 600px;
	background-color: #e8f6f7;
}
.prices{
	width: 1400px;
	height: 300px;
	min-height: 600px;
	margin: auto;
}
.prices-image{
	width: 900px;
	height: 580px;
	margin-top: 10px;
	margin-left: -100px;
	float: left;
    background-image: url(../img/background/prices.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.prices-text{
	width: 550px;
	height: 600px;
	float: right;
}
.prices-Description{
	width: 500px;
	margin-top: 20px;
	float: right;
	position: relative;
    font-size: 15px;
    color: #67868d;
    padding: 10px;
    font-family: 'dejavu_sansbook';
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.place{
	width: 500px;
	margin-top: 10px;
	line-height: 40px;
}
.zona{
	font-size: 26px;
	color: #24b24c;
	font-family: 'dejavu_sansbold';
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.lari{
	font-size: 20px;
	color: #24b24c;
	font-weight: bold;
	font-family: 'bpg_nino_medium_capsregular';
	position: absolute;
	right: 0;
	top: 16px;
	position: absolute;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#rules{
	max-width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
.rules-image{
	border: 4px solid #fff;
	margin-top: -30px;
	margin-right: -30px;
	float: right;
	width: 400px;
	height: 600px;
	background-size: cover;
	background-position: center center;
}
.rules-image-border{
	border: 6px solid #23b14b;
	width: 400px;
	height: 600px;
	float: right;
	margin-top: 40px;
	margin-right: 50px;
}
#rules h1{
	padding: 10px;
	margin-top: 50px;
	font-size: 18px;
	color:#3e4144;
	position: relative;
	font-family: 'dejavu_sansbook';
}
.shape-rules{
	width: 250px;
	height: 1px;
	background-color: #22b04a;
	left: 50px;
	top: 20px;
	position: relative;
}
#rules h1>b{
	font-size: 29px;
	color: #000;
	font-weight: bold;
	margin-left: 50px;
}
#rules pre{
	color: #00a3e0;
	margin-top: 10px;
}
.rules-text{
	margin-top: 20px;
	font-size: 15px;
	line-height: 24px;
	width: 700px;
	font-family: 'dejavu_sansbook';
    color: #525252;
    padding: 5px;
}
#rules>div> ul{
	margin-left: 15px;
	margin-top: 10px;
}
#galery{
	margin-top: 110px;
	overflow: hidden;
}
#galery>a>div{
	width: 25%;
	float: left;
	height: 300px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.image-color{
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#galery>a>div:hover .image-color{
	background-color: rgba(36,178,76,0.6);
}
#video-background{
	width: 100%;
	background-image: url(https://mone.ge/img/icons/bg-dott.png);
}

#videobg{
				width:90%;
				height: 83vh;
				margin: auto;
				margin-top: 58px;
				position: relative;
				overflow: hidden;
				border-radius: 10px;
			}
			.videobg{
				position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
			}
#contacts{
	width: 100%;
	margin: auto;
	margin-top: 100px;
	text-align: center;
}
#contacts>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
#contacts>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    width: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: 'dejavu_sansbook';
}
.contacts{
	width: 300px !important;
	height: 300px;
	display: inline-block;
	margin: 40px 30px;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contacts>h4{
	font-size: 19px;
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	margin-top: 120px;
	
}
.fa-mobile-alt, .fa-envelope, .fa-map-marker-alt {
    font-size: 47px;
    color: #24b24c;
    margin: 40px auto;
}
.A1-1{
	position: absolute;
	width: 120px;
	height: 30px;
	background-color: #C9DD03;
	z-index: 9999;
	padding: 6px 6px;
	border-radius: 3px;
	margin-top: 2px;
	font-family: 'dejavu_sansbook';
	color: #fff;
	font-size: 13px;
	opacity: 0;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.A1-1:hover{
	cursor: pointer;
	color: #000;
}
.A1-3{
	position: absolute;
	width: 120px;
	height: 30px;
	background-color: ##C9DD03;;
	z-index: 9999;
	padding: 6px 6px;
	border-radius: 3px;
	margin-top: 2px;
	font-family: 'dejavu_sansbook';
	color: #fff;
	font-size: 13px;
	opacity: 0;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.A1-3:hover{
	cursor: pointer;
	color: #000;
}

#back-without-para {
width: 100%;
/*margin: auto;*/ 
margin-top: 10px; 
padding: 0px; 
/*border-radius: 5px; 
background-color: #d1ffdd;*/
display: none;
}

/*
.return-back{
	margin-left: 5px;
	width: 610px;
	margin-top: 10px;
}
*/

#return-back_z{
	width: 100%;
	/*background-color: #cdcdcd;
	position: relative;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	overflow: hidden;*/
	display: none;
	/*margin: auto;*/ 
	margin-top: 10px; 
	padding: 0px; 
	/*border-radius: 5px;*/
}

#next_block {
	width: 100%;
	background-color: #f4f4f4;
	background-image: url('../img/_skin/form_bg.png');
	display: none;
	/*margin: auto;*/ 
	margin-top: 10px; 
	padding: 0px; 
	/*border-radius: 5px;*/
}

.return-back-text{
	    font-family: 'form_font';
	    color: #000;
	    font-weight: bold;
	    margin-left: 0px;
	    font-size: 25px;
}
.return-back-button{
	color: #fff;
	position: absolute;
	z-index: 9999;
	right: 5px;
	top: 0px;
	cursor: pointer;
}
.return-back-button:hover{
	opacity: 0.7;
}
.Man{
	margin-left: -10px;
}
#baggage{
	width: 650px;
	position: relative;
}
.baggage{
	/*width: 230px;
	height: 40px;*/
	background-color: #f5f5f5;
	color: rgba(16, 17, 19, 0.6);
	margin-top: 5px;
	border-radius: 3px;
	font-size: 13px !important;
	padding: 10px;
	font-family: 'dejavu_sansbook';
	margin-left: 0px;
	position: relative;
}
.baggage_s{
	width: 260px;
	height: 40px;
	background-color: #f5f5f5;
	color: rgba(16, 17, 19, 0.6) ;
	margin-top: 5px;
	border-radius: 3px;
	font-size: 13px !important;
	padding: 10px;
	font-family: 'dejavu_sansbook';
	margin-left: 15px;
	position: relative;
}
.top-44,.top-54{
	display: none;
}
#car{
	height: 120px;
	text-align: center;
	/*background-color: #ff0000;*/
}

.sedan{
	background-image: url(/img/icons/sedan.jpg);
	background-size: 100% 100%;
}
.miniveni{
	background-image: url(/img/icons/miniveni.png);
}
.sedan_1{
	background-image: url(/img/icons/sedan.jpg);
	background-size: 100% 100%;
}
.miniveni_1{
	background-image: url(/img/icons/miniveni.png);
}
.car{
	width: 180px;
	height: 79px;
	float: left;
	margin: 0px;
	position: relative;
}
.car-image{
	width: 160px;
	height: 70px;
	margin: 0px;
	border-radius: 5px;
	background-color: #ff0000;
}
.car-image-back{
	width: 170px;
	height: 70px;
	margin: 4px;
	border-radius: 5px;
}
.textinput {
    height: 36px;
    font-size: 13px;
    border: 1px solid #f5f5f5;
    background-color: #6eabff;
    width: 65px;
    padding: 8px;
    outline: none;
    color: #fff;
    right: 0;
    border-radius: 5px;
    top: 2px;
    position: absolute;
}
.checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: 10px;
	float: left;
	background-color: green;
    /*position: absolute !important;
    right: 96px;
    top: 80px;*/
}
.cal{
	width: 20px;
	height: 20px;
	cursor: pointer;
	outline: none;
	position: absolute;
	left: 0px;
	
}
.cal_1{
	width: 130px;
	color: #000000;
	text-align: right;
    font-family: 'dejavu_sansbook';
    padding: 10px;
    line-height:23px;
    height: 20px;
    margin-top: -5px;
}
.cal_2{
	width: 122px;
	color: #000000;
	text-align: right;
    font-family: 'dejavu_sansbook';
    padding: 10px;
    margin-top: -15px;
    line-height:25px;
}