* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto; 
}

body {
	background-color: #f5f5f5;
}

.container {
	max-width: 1088px;
	margin: 0 auto;
}

.content-main {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}

.top-navbar {
	max-width: 100%;
	height: auto;
	background-color: #3b445b;
	background-image:url('../img/pier.png');
  	background-size: cover;
  	background-position: center;
}

.head-wrap {
	background-color: rgba(62, 71, 92, .7);
	height: 130px;
	margin: 0 auto;
	box-shadow: 5px 0px 29px rgba(0,0,0,0.25);
}

.head {
	height: 100%;
}

/* Logo */ 
.logo {
	margin: 0;
	width: 260px; 
	height: 100%;
	display: inline-block;
}

.logo-image {
	width: 23.297491%;
	height: 100%;
	display: inline-block;
	float: left;
}

.logo-image img {
	position: absolute;
	margin-top: 16px; 
} 

.description {
	width: 76.702509%;
	height: 100%;
	display: inline-block;
}

.description h1 {
	font-size: 2em;
	font-family: 'Open Sans Bold', arial;
	color: #ffcb00;
	position: absolute;
	padding-left: 12px; 
	margin-top: 34px;
}

.description p {
	font-size: 0.875em;
	font-family: 'Open Sans', arial;
	color: #ffffff;
	position: absolute;
	margin-left: 12px;
	margin-top: 70px;
}

/* Address */
.address {
	height: 100%;
	width:  251px; 
	display: inline-block;
	margin-left: 15px;
}

#map-marker {
	width: 15px;
	height: 15px;
}

.address p {
	position: absolute;
	margin-top: 52px;
	font-family: 'Open Sans Light';
	font-size: 16px;
	color: #fff;
	margin-left: 40px;
}

span img {
	position: absolute;
	margin-left: -12%;
	margin-top: 5px;
	width: 25px;
	height: 15px;
}

/* .phone-number */
.phone-number {
	height: 100%;
	width:  22.61748%;
	min-width: 210px; 
	display: inline-block;
	float: right;
}

.phone-number h1 {
	margin-top: 30px;
	color: #fff;
	font-size: 28px;
	font-family: Open Sans Semibold, Arial;
	float: right;
}
.phone-number p {
	font-family: Open Sans Light;
	font-size: 16px;
	color: #ebecee;
	float: right;
}

/* menu bar */
.color-wrap {
	background-color: rgba(59, 68, 91, 0.7);
}

.topnav-wrap {
	height: 71px;
	width: 100%;
	box-shadow: 0px 10px 29px 0px rgba(0,0,0,0.2);
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-left: 40px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans Regular';
}

.topnav a:first-child{
	padding-left: 0px;
}

.topnav a:hover {
  color: #ffcb00;
}

.topnav .icon {
  display: none;
}

.topnav a:nth-child(6) {
	float: right;
	margin-left: 10px;
}

.top-nav img {
	width: 10px;
	height: 10px;
}

.resp {
  	height: 300px;
}

/* Advantages */

.clear-fix {
    clear:both;
}

.prem-wrap {
	height: auto;
	margin-top: 58px;
	margin-bottom: -10px;
	padding-bottom: 113px;
	text-align: justify;
	line-height: 0;
 	font-size: 1px; 
	text-justify: newspaper;
	zoom:1;
}

.prem-wrap:after {
	width: 100%; 
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.prem-wrap > div {
	max-width: 344px;
	height: auto;
	display: inline-block;
	text-align: left;
	line-height: normal;	
	/* Opera  */
	vertical-align: top; 	
	/* IE6-7*/
	//display : inline;
	//zoom : 1;
}

.advantage-icon {
	display: inline-block;
	width: auto;
	height: auto;
}

.advantage-text {
	width: 279px;
	height: auto;
	display: inline-block;
	float: right;
	hyphens: auto;
}

.advantage-text h1 {
	font-family: 'Open Sans Semibold';
	font-size: 18px;
	color: #fff;
	padding-left: 28px;
}

.advantage-text p {
	font-family: 'Open Sans Regular';
	font-size: 14px;
	color: #fff;
	padding-left: 28px;
	padding-top: 5px;
}


/* CATALOG */

.catalog {
	height: auto;
	width: 100%;
	background-color: #f5f5f5;
}

.catalog-title {
	width: 100%;
	height: 64px;	
}

.subhead-title-wrap {
    max-width: 369px;
    height: 25px;
    border-bottom: 2px solid #ffcb00;
    text-align: center;
    margin-top: -14px;
}

.subhead-title-wrap span {
    background-color: #F3F5F6; 
    padding: 0 11px;
    font-size: 36px;
	font-family: 'Open Sans Semibold';
	color: #292929;
}

/* Категории авто */
.categories {
	height: auto;
	margin: 0 auto;
}

.cat-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: justify;
	/* IE6-7 */
	text-justify: newspaper;
	zoom:1;		
	text-align-last: center;
}

.categoriessddddddddd ul {
	list-style-type: none;
	margin-bottom: 2px;
}

.categories li {
	display: inline-block;
	margin-top: 17px;
	margin-right: 15px;
}

.categories a {
	text-decoration: none;
	color: #000;
	background-color: #ffcb00;
	padding: 1px 13px 2px 13px;
	border-radius: 100%;
	font-family: 'Open Sans Regular';
	font-size: 16px;
}

.categories a:hover {
	background-color: #fed42f;
}


/* 
	PRODUCTS
*/
.product-sub-wrap {
	margin: 0 auto;
	width: auto;
}

.product {
	height: auto;
	text-align: left;
	text-align-last: left;
	/* IE6-7 */
	text-justify: newspaper;
	zoom:1;		
	text-align-last: center;
}

.product a {
	text-decoration: none;
	color: #000;
}

.product-wrap {
	width: 251px; /*22.98%; */
	height: 40%;
	margin-top:  37px;
	margin-right: 1.2%;
	padding: 0;
	border: 2px solid #d1d1d1;
	border-radius: 9px;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.trans-wrap {
	padding: 28px;
}

.type {
	padding: 3px 10px 3px 10px;
	background-color: #e0e0e0;
	font-size: 14px;
	font-family: 'Roboto Regular';
	position: absolute;
	border-radius: 100%;
    -moz-border-radius: 10px 10px 10px 10px;
    margin: -10px -10px; 
}


.car-wrap {
	min-height: 150px;
	line-height: 150px;
	text-align: center;	
}

.car-wrap img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
}

.brand-wrap {
	padding: 34px 20px 20px 20px;
	margin: 0 auto;
	text-align: center;
}

.brand-wrap p {
	font-family: 'Open Sans Regular';
	font-size: 18px;
	color: #424242;
	text-align: center;
	text-align: left;
}

.price-wrap {
	padding: 0 10px 23px 10px;
	text-align: center;	
}

.price {
	font-family: 'PT Sans', serif;
	font-size: 24px;
}

/* CSS Animation  */
.product-wrap:hover {
	box-shadow: 0 0px 5px #ffcb00;
	border: 2px solid white;
}

.product-wrap:hover .more-info{
	visibility: visible;
}

.more-info {
	padding: 7px 25px 7px 25px;
	position: absolute !important;
	background-color: #ffcb00;
	border-radius: 100%;
	text-align: justify;
	margin: -245px 56px;
	visibility: hidden;
}

.more-info p {
	font-family: 'Open Sans Regular';
	font-size: 16px;
}

/* выравнивание по ширине */
.clear-all {
	height: 0px;
	width: 100%;
	display: inline-block;
	margin-top:  10px;
	visibility: hidden;
}

/* 
	Условия аренды
*/
.rent-wrap {
	height: 50px;
	padding-top: 49px;
	margin-bottom: 5px;
}

.subhead-rent-wrap {
    max-width: 430px;
    height: 25px;
    border-bottom: 2px solid #ffcb00;
    text-align: center;
}
.subhead-rent-wrap span {
    background-color: #F3F5F6; 
    padding: 0 11px;
    font-size: 36px;
	font-family: 'Open Sans Semibold';
	color: #292929;
}

.cycles-wrap {
	max-width: 1088px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}

.cycle-cont {
	width: 185px;
	height: 260px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	margin-bottom: 58px;
}

.img-wrap {
	height: 184px;
	width: 184px;
	background-color: white;
	border-radius: 50%;
	background-image: url("../img/circle.svg"); 	
}

.img-wrap p {
	font-family: 'Open Sans Bold';
	font-size: 25px;
	position: absolute;
	text-align: center;
    top: 50%;
    margin-top: -65px;
    margin-left: 50px;
}

.img-wrap img {
	margin-top: 10px;
	margin-left: 5px;
}

#text-circle-1 {
	margin-top: -50px;
}

#text-circle-2 {
	margin-left: 45px;
}

#text-circle-4 {
	font-size: 102px;
	margin-top: -105px;
	padding-left: 5px;
	position: absolute;
}

.text-wrap {
	height: auto;
	width: 180px;
}

.text-wrap p {
	font-family: 'Open Sans Regular', serif;
	font-size: 16px;
	text-align: center;
	padding-top: 42px;
	margin-bottom: 49px;
	position: relative;
}

.cycle-cont:first-child {
	margin-left: 20px;
}

.cycle-cont:nth-child(n+2){
	margin-left: 92px;
}

/* FOOTER */
.footer {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

/* Документы */
.doc-wrap {
	width: 100%;
	height: 84px;
	background-color: #ffffff;
}

.center {
	max-width: 870px;
	height: 50px;
	margin: 0 auto;
	padding-top: 5px;
}

.center a {
	text-decoration: underline;
	color: #292929;
	font-family: 'Open Sans Regular', Arial;
	font-size: 20px;
	display: inline-block;
	margin-top: 20px;
}

.center a:hover {
	color: #ffcb00;
}
.center a:first-child {
	float: left;
	padding-left: 12px;
}

.center a:nth-child(2) {
	float: right;
	padding-right: 19px;
}

/* Difficult choice */
.choice-wrap {
	width: 100%;
	height: auto;
	background-color: #35455c;
	padding-bottom: 3px;
	background-image: url('../img/car.png');
	background-position-x: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.cont-wrap {
	max-width: 1088px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 42px;
}
	
.choice-desc {
	width: 344px;
	height: auto;
	float: left;
	display: inline-block;
}

.form-wrap {
	width: 529px;
	height: auto;
	display: inline-block;
	float: left;
}

.button-wrap {
	display: inline-block;
}


.choice-wrap h1 {
	font-family: 'Open Sans Semibold', Arial;
	font-size: 28px;
	color: #fff;
	margin-top: 28px;
}

.choice-wrap p {
	font-family: 'Open Sans Regular', Arial; 
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
}

.form {
	width: 236px;
	height: 33px;
	border: 1px solid  #d1d1d1;
	border-radius: 4px;
	padding-left: 13px;
	font-size: 14px;
	margin-top: 28px;
	font-family: 'Open Sans Regular';
	font-size: 14px;
	color: #686868;
}

#name {
	float: left;
}

#client-phone {
	float: right;
}

#send-button {
	width: 158px;
	height: 58px;
    padding: 2px 15px; 
    background: #ffcb00; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: 'Open Sans Regular';
    font-size: 18px;
    margin: 26px 0 0 28px;
    color: #424242;
    float: right;
}

#send-button:hover {
	background: #ffd11d;
}

.form-wrap p {
	font-family: 'Open Sans Regular';
	font-size: 14px;
	color: #fff;
	float: right;
	margin-top: 18px;
	padding-right: 10px;
}

#underline {
	text-decoration: underline;
	padding-right: 5px;
}

input[type=checkbox] {
	position: absolute;
	margin-top: 5px;
	padding: 5px;
	border:0 none;
}

.copyright {
	height: auto;
	margin: 0 auto;
	padding-top: 27px;
	padding-bottom: 20px;
	text-align: justify;
	line-height: 0;
	font-size: 1px; 
	/* IE6-7*/
	text-justify: newspaper;
	zoom:1;	
	text-align-last: justify;
}

.copyright:after {
	width: 100%; 
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}

.copyright > div {
	display: inline-block;
	text-align: left;
	line-height: normal;
	font-size: 14px;
	vertical-align: top; 
	display : inline;
	zoom : 1;
}

.cp-text {
	display: inline-block;
	margin: 0;
}

.copyright p {
	position: absolute;
	color: #424242;
	font-size: 16px;
	font-family: 'Open Sans Regular';
}

.copyright a {
	float: right;
	margin-right: 10px;
	text-decoration: underline;
	color: #424242;
	font-size: 16px;
	font-family: 'Open Sans Regular';
}

.copyright img {
	float: right;
	margin-top: 0px;
}

.rentcar {
	width: 235px;
	height: auto;
	display: inline-block;
	float: left;
}

.clickon {
	width: auto;
	height: auto;
	display: inline-block;
	float: right;
}

/* Filter options */

.index-filter {
	position: relative;
	width: 100%;
	top: -56px;
}

.wrapper {
	max-width: 1088px;
	margin: 0 auto;
}

.border {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	height: auto;
}

.brand-option {
	padding: 22px 0px 0 22px;
}

.select-brand {
	height: auto;
	padding: 9px 373px 9px 10px;
	max-width: 511px;
	min-height: 38px;
	overflow: hidden; 
	background: url("../img/triangle.svg")  no-repeat;
	background-size: 12px;
	background-position-x: 98%; 
	background-position-y: 50%;
	float: left;
	appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* IE */
	&::-ms-expand { display: none; }
}

.nonglare:focus {
	border: 1px solid #ffcb00;
	outline:none;
}

.select-style {
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'Open Sans Regualr';
	background-color: #f5f5f5;
}

.date-option {
	padding: 10px 0px 9px 8px;
	width: 134px;
	max-width: 134px !important;
	margin-left: 28px;
	background: url("../img/calendar.svg")  no-repeat;
	background-size: 12px;
	background-position-x: 93%; 
	background-position-y: 50%;
	background-color: #f5f5f5;
	appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* IE */
	&::-ms-expand { display: none; }
}

.calculate {
	background: #ffcb00; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 4px; 
    font-family: 'Open Sans Extrabold';
    font-size: 14px;
    color: #424242;
    max-width: 144px;
    float: right;
    margin-right: 24px;
    width: 144px;
    height: 38px;
}

.calculate:hover {
	background-color: #ffd42c; 
}

.option-desc-wrap {
	width: auto;
	height: auto;
	padding-bottom: 22px;
}

.option-desc-wrap a {
	color: #424242;
	font-family: 'Open Sans Regular';
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

.option-desc-wrap a:hover {
	color: #ffcb00;
}

.option-desc-wrap  img {
	padding: 0 0 13px 0px;
	position: absolute;
	margin-left: -28px;
}

.add-option {
	margin-left: 60px;
	margin-top: 13px;
	position: relative;
}

.options-wrap {
	width: auto;
	height: 120px;
	border-radius: 0 0 10px 10px;
	display: ; 
}

.finalprice-wrap {
	width: auto;
	height: 100px;
	border-radius: 0 0 10px 10px;
	display: ; 
}

.results-wrap {
	width: auto;
	height: auto;
}
.orderbtn-wrap {
	width: auto;
	height: auto;
}

.orderbtn {
	float: right;
	margin-right: 33px;
}



@media only screen and (max-width: 1130px) {
	.logo {
		padding-left: 10px;
	}

	.phone-number {
		padding-right: 10px;
	}

	/* menu list */
	.topnav a:first-child {
		padding-left: 10px;
	}

	.topnav a:nth-child(6) {
		padding-right: 10px;
	}

	/* Catalog  */
	.product-sub-wrap {
		width: 100%;
	}

	/* Difficult choice */
	.choice-wrap {
		height: auto;
		background-position-x: 15%;
		background-position-y: 1%;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.cont-wrap {
		max-width: 315px;
		height: auto;
	}

	.choice-desc {
		float: none;
		width: 310px;
	}

	.form-wrap {
		width: 258px;
		height: 125px;
		margin: 30px 25px;
	}

	.form {
		margin: 0;
	}

	#name {
		float: none;
	}

	#client-phone {
		float: none;
		margin-top: 10px;
	}

	.button-wrap {
		width: 160px;
		height: 60px;
		float: none;
		margin: 10px 70px;
	}

	#send-button {
		margin: 0;
	}

	}

@media only screen and (max-width: 1106px) {
	/* Catalog */
	.product-sub-wrap {
		padding-left: 50px;
		width: 80%;
	}

	/* Filter */
	.wrapper {
		width: 100%;
	}
	
	.date-option {
		margin-left: 0;
		margin-left: 20px;
	} 

	.select-brand {
		height: auto;
		padding: 9px 150px 9px 10px;
	} 

	.calculate {
		float: right;
		margin-top: -1px;
	}

	}

@media only screen and (max-width: 1070px) {
	.cycles-wrap {
		max-width: 960px;
	}

	.cycle-cont:first-child {
		margin-left: 20px;
	}

	.cycle-cont:nth-child(n+2){
		margin-left: 52px;
	}	
	}

@media only screen and (max-width: 1056px) {
	.prem-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.advantage-text {
		width: 255px; 
	}

	/* Catalog */
	.product-sub-wrap {
		padding-left: 30px;
		width: 80%;
	}

	}

@media only screen and (max-width: 1045px) {
	/* Catalog */
	.product-sub-wrap {
		width: 80%;
	}
	}

@media only screen and (max-width: 1020px){
	/* Catalog */
	.product-sub-wrap {
		width: 90%;
		padding-left: 10%;
	}
	}

@media only screen and (max-width: 960px) {
	.topnav a {
  		padding-left: 20px;
	}

	.topnav a:first-child {
		padding-left: 10px;
	}

	.topnav a:nth-child(6) {
		padding-right: 10px;
	}

	/* Catalog */
	.product-sub-wrap {
		width: 67%;
		padding-left: 5%;
	}

	.product-wrap {
		margin-right: 30px;
	}

	/* Rent */
	.cycles-wrap {
		height: auto;
		max-width: 500px;
	}

	.cycle-cont:first-child {
		margin-left: 0px;
	}

	.cycle-cont:nth-child(n+2){
		margin-left: 0px;
	}

	.cycle-cont {
		margin-left: 50px !important;
	}

	}

@media only screen and (max-width: 880px) {
	/* Filter */
	.date-option {
		margin-left: 20px;
		margin-right: 0;
		padding-right: 30px;

	} 

	/* Catalog */
	.product-sub-wrap {
		width: 70%;
		padding-left: 10%;
	}

	.select-brand {
		height: auto;
		padding: 9px 100px 9px 10px;
	} 

	.calculate {
		margin-right: 10px;
	}

	}

@media only screen and (max-width: 865px) {
	/* Menu list */
	.top-navbar {
		height: auto;
		}

	.topnav a {
		margin-left: 8px;
		font-size: 14px;
	}
	.topnav a:first-child {
		padding-left: 5px;
	}

	.topnav a:nth-child(6) {
		padding-right: 5px;
	}

	/* Catalog  */
	.product-sub-wrap {
		padding-left: 70px;
		width: 85%;
	}

	.product-wrap {
		margin-right: 10%;
	}

	/* Filter */
	.date-option {
		margin-left: 0;
		margin-left: 20px;
		width: 70px;
	} 

	.select-brand {
		height: auto;
		padding: 9px 100px 9px 10px;
	} 

	.calculate {
		float: right;
		margin-top: -1px;
	}



	/* 
		PAGE html
	*/
	.row-1-wrap {
		padding-left: 0 !important;
	}
	}

@media only screen and (max-width: 790px) {
	.logo h1 {
		font-size: 28px;
		width: 250px;
	}

	.address {
		width: 235px;
	}
	.address p {
		font-size: 14px;
	}

	.phone-number h1 {
		font-size: 1.5em;
	}

	/* menu-wrap */
	.topnav a {
  		padding-left: 10px;
  		font-size: 14px
	}

	/* Catalog  */
	.product-sub-wrap {
		padding-left: 60px;
		width: 80%;
	}

	.product-wrap {
		margin-right: 5%;
	}
	
	}

@media only screen and (max-width: 767px) {
	.top-navbar {
		height: auto;
	}

	.logo,
	.address,
	.phone-number {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 25px;
	}

	/* Logo  */
	.logo {
		height: 80px;
	}

	.logo-image img {
		margin-top: 0px;
	}

	.logo h1 {
		margin-top: 10px;
	}

	.logo p {
		margin-top: 40px;
	}


	.address {
		height: 0px;
	}
	
	.address p {
		margin-top: -15px;
	}

	/* .phone number */
	.phone-number {
		height: 15px;
	}

	.phone-number h1 {
		margin-top: -25px;
		font-size: 1.5em;
		float: none;
		text-align: center;
	}

	.phone-number p {
		float: none;
		text-align: center;
	}

	.head-wrap {
		height: 270px;
	}

	/*
		PAGE html
	*/
	.row-2-wrap {
		margin-left: 50px !important;
	}


	}

@media only screen and (max-width: 764px) {

	/* Catalog  */
	.product-sub-wrap {
		padding-left: 60px;
		width: 85%;
	}

	.product-wrap {
		margin-right: 5%;
	}

	/* Filter */
	.select-brand {
		height: auto;
		padding: 9px 373px 9px 10px;
		width: 90%; 
		max-width: 90%;
		background-size: 10px;
		background-position-x: 97%;
		text-align: center;
		margin-left: 20px; 
	}

	.date-option {
		margin-top: 15px;
		min-width: 87%;
		background-size: 10px;
		background-position-x: 97%;
		margin-right: 0;
		padding: 9px 10px 9px 9px;
	}

	.calculate {
		float: none;
		margin-top: 20px;
		margin-left: 20px;
		min-width: 90%;
	}

	.orderbtn-wrap {
		padding-bottom: 20px;
	}

	}

@media only screen and (max-width: 720px) {
    /* Navigation */
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
    	float: right;
    	display: block;
	}

	.topnav a:first-child{
		padding-left: 10px;
	}

	.topnav a:nth-child(6) {
		padding-left: 8px;
	}
	
	.topnav a:last-child {
		padding-right: 18px;
	}

	.topnav.responsive {
  		position: relative;
  	}

	.topnav-wrap-resp {
  		height: 300px;
  	}

	.topnav.responsive .icon {
    	position: absolute;
    	right: 0;
    	top: 0;
  	}
  
    .topnav.responsive a {
    	float: none;
    	display: block;
    	text-align: left;
  	}

	.select-brand {
		height: auto;
		width: 90%;
		padding: 9px 10px;
		background-size: 10px;
		background-position-x: 97%; 
		text-align: center;
		margin-left: 20px;
	}

	.date-option {
		margin-top: 15px;
		background-size: 10px;
		background-position-x: 97%;
		margin-right: 0;
		padding: 9px 10px 9px 0px;
	}

	.calculate {
		margin: 15px 0 0 20px;
		float: none;
		width: 90%;
	}

	.option-desc-wrap {
		margin-left: 20px;
	}

	}

@media only screen and (max-width: 705px) {
	/* menu list */
	.top-navbar {
		height: auto;
	}

	.stop-navbar-resp {
		height: 950px;
	}

	/*
		PAGE html
	*/
	.block-2 ul {
		font-size: 14px !important;	
	}

	}

@media only screen and (max-width: 690px) {
	/* Catalog  */
	.product-sub-wrap {
		width: auto;
		padding-left: 5%;
	}

	.product-wrap {
		margin-right: 2%;

	}
	}

@media only screen and (max-width: 590px) {
	/* Product */
	.product {
		text-align: center;
	}
	
	/* Catalog  */
	.product-sub-wrap {
		padding: 0 10px 0 10px;
		width: 75%;
	}

	/* Doc wrap */
	.doc-wrap {
		height: 120px;
	}

	.center {
		max-width: 300px;
		height: 100px;
	}
	
	.center a:first-child {
		float: none;
		padding: 0 10px 0 10px;
	}

	.center a:nth-child(2) {
		float: none;
		padding: 0 10px 0 10px;
	}
	
	}	

@media only screen and (max-width: 560px) {
	/* 
		PAGE.html
	*/
	.order-car-wrap {
		display: block;
	}

	.brand-desc-wrap {
		display: block !important;
		float: none ;
		margin: 0 auto;
		width: auto  !important;
		text-align: center;
	}

	.brand-desc-wrap h1 {
		margin: 0;
		padding-left: 0 !important;;
	}

	.short-prop-wrap  {
		display: block !important;
		float: none !important;
		margin: 10px auto;
		width: auto !important;
		text-align: center;
	}

	.prop-wrap:last-child {
		margin-right: 0;
	}

	/* 
		PAGE html
	*/
	.row-1-wrap {
		display: block !important;
		margin-left: 0 !important;
	}

	.row-2-wrap {
		display: block !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.block-2 {
		background-size: cover !important;
	}

	.block-2 ul {
		font-size: 16px !important;
	}

	}

@media only screen and (max-width: 515px) {
	
	.cycle-cont {
		margin-left: 40px !important;
	}

	/* Filter */
	.select-brand {
		margin-left: 10px; 
	}

	.date-option {
		margin-left: 10px;
		min-width: 85%;
		padding: 9px 10px 9px 9px;
	}

	.calculate {
		margin-left: 10px;
	}

	.add-option {
		margin-left: 40px;
	}
	
	/* 
		PAGE html
	*/

	.block-1 {
		background-position-x: 25% !important; 
	}

	}

@media only screen and (max-width: 490px) {

	/* Rent auto */
	.cycles-wrap {
		max-width: 200px;
		height: auto;
	}

	.cycle-cont {
		margin-left: 10px !important;
	}

 	/* Footer */

	.copyright {
		width: 235px;
	}

	.rentcar {
		margin-left: 0px;
		float: none;
		height: 30px
	}

	.clickon {
		margin-top: 10px;
		margin-right: 0px;
		float: none;
		height: 40px;
	}
	}

@media only screen and (max-width: 440px) {
	/* top nav */
	.logo {
	width: auto;
	}

	/* Products */
	.product {
		height: auto;
		text-align: center;
	}

	.product-wrap {
		width: 250px;
	}
	}

@media only screen and (max-width: 390px) { 
	/* Top navbar */
	.description h1 {
		width: 200px;
	}
	/* Car categories */
	.cat-wrap {
		margin-top: 20px;
	}

	/* Filter */
	.select-brand {
		margin-left: 5px; 
	}

	.date-option {
		margin-left: 5px;
		min-width: 84%;
		padding: 9px 10px 9px 9px;
	}

	.calculate {
		margin-left: 5px;
	}

	.add-option {
		margin-left: 35px;
	}
	

	}

@media only screen and (max-width: 350px) {

	/* Catalog */
	.product-sub-wrap {
		width: auto;
	}

	.option-desc-wrap {
		width: 236px;
	}

	/* 
		PAGE html
	*/
	.block-2 {
		background-size: cover !important;
	}

	.block-2 ul {
		font-size: 16px !important;
	}

	.block-2 ul li {
		padding-top: 10px !important;
	}

	}

@media only screen and (max-width: 325px) {
	.subhead-title-wrap {
		height: 20px;
	}

	.subhead-title-wrap span {
		font-size: 30px;
	}

	/* Rent auto */
	.subhead-rent-wrap {
		height: 20px;
	}

	.subhead-rent-wrap span {
		font-size: 24px;
	}

	/* Difficult choice */
	.choice-wrap {
		height: auto;
	}

	.cont-wrap {
		max-width: 250px;
	}

	.choice-desc {
		float: none;
		width: 245px;
	}

	.choice-desc h1 {
		font-size: 24px;
	}

	.choice-desc p {
		font-size: 14px;
	}

	.form-wrap {
		width: 240px;
		height: 125px;
		margin: 0;
	}

	.form {
		margin: 0;
	}

	#name {
		width: 220px;
	}

	#client-phone {
		float: none;
		margin-top: 10px;
		width: 220px;
	}

	.button-wrap {
		width: 160px;
		height: 60px;
		float: none;
		margin: 10px 40px;
		margin-right: 0;
		padding-right: 0;
		padding-top: 20px;
	}
	}

@media only screen and (max-width: 320px) {
	.logo {
		width: 200px;
	}
	
	.description {
		padding: 0;
		margin: 0;
		width: 100px;
	}

	.description h1 {
		
		padding: 0;
		margin: 20px 0 0 20px;
		width: 150px;
		font-size: 22px;
	}

	.description p {
		margin-left: 20px;
		margin-top: 50px;
	}

	.address {
		text-align: center;
		width: 200px;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.address p {
		margin-left: 25px;
	}

	.phone-number {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.your-order-wrap {
		margin-top: -25px;
	}

	/* Catalog */
	.catalog-title {
		height: 50px; 
	}


	/* 
		PAGE html
	*/
	.prop-wrap {
		margin-top: 10px;
	}

	}

@media only screen and (max-width: 305px) {

	/* Products */

	.product-wrap {
		width: 215px;
	}

	.more-info {
		margin: -245px 15%;
	}

	/* Doc-wrap */
	.doc-wrap {
		height: 165px;
	}
	.center {
		max-width: 250px;
		height: 160px;
	}

	.center a {
		margin-left: 50px;
	}

	}

@media only screen and (max-width: 302px) { 
	.prem-wrap {
		max-width: 220px;
		text-align: center;
	}

	.prem-wrap > div:not(:first-child) {
		margin-top: 20px;
	}

	.advantage-text {
		width: 155px; 
	}

	.advantage-text h1 {
		padding-left: 10px;
		font-size: 16px;
	}

	.advantage-text p {
		padding-left: 10px;
	}
	}

@media only screen and (max-width: 280px) {
	#name {
		float: left;
		margin-right: 0px;
		padding-right: 0;
	}

	/* Filter */ 
	.option-desc-wrap {
		width: 100px;
		padding-right: 0;
		margin-right: 0;
	}

	}

@media only screen and (min-width: 768px) and (max-width: 1005px) {
	.prem-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.advantage-text {
		width: 175px; 
	}

	.advantage-text h1 {
		padding-left: 15px;
	}

	.advantage-text p {
		padding-left: 15px;
	}
	}

@media only screen and (min-width: 341px) and (max-width: 767px) {
	.prem-wrap {
		max-width: 350px;
		text-align: center;
	}

	.prem-wrap > div:not(:first-child) {
		margin-top: 20px;
	}

	.advantage-text {
		width: 250px; 
	}
	}

@media only screen and (min-width: 303px) and (max-width: 352px) {
	.prem-wrap {
		max-width: 300px;
		text-align: center;
	}

	.prem-wrap > div:not(:first-child) {
		margin-top: 20px;
	}

	.advantage-text {
		width: 200px; 
	}
	}