@font-face {
    font-family: OpenSansR;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSansB;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSansL;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSansLI;
    src: url(../fonts/OpenSans-LightItalic.ttf);
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: OpenSansR;
	color: #505050;
}

a {
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

strong {
	font-family: OpenSansB;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

textarea {
	resize: none;
}

.clear {
	clear: both;
}

.content {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

a.all {
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	background: #f0f0f0;
	text-align: center;
	color: #505050;
	font-size: 18px;
	font-family: OpenSansL;
	margin-top: 40px;
}
.copyy a{color: #fff;}

a.all:hover {
	background: #48e66d;
}

a.all.up:after {
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/up.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 18px;
}

a.all.down:after {
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/down.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 18px;
}

#wrap {
	height: 150px;
}

#header {
	width: 100%;
	height: 150px;
	background: #fff;
}

#header select {
	float: left;
}

#header .content {
	width: 1120px;
}

#header #top_small {
	display: none;
}

.small_menu {
	display: none;
}

#header a.logo {
	display: block;
	float: left;
	margin-top: 18px;
}

#header #lang {
	float: left;
	margin: 48px 65px 0 65px;
}

#header #lang a {
	display: inline-block;
	margin: 0 10px;
	color: #595959;
	font-size: 14px;
	text-transform: uppercase;
	font-family: OpenSansB;
}

#header #lang a:hover {
	text-decoration: underline;
}

#header #lang a.active {
	color: #105d40;
}

#header .contacts {
	float: left;
	color: #595959;
	font-family: OpenSansB;
	font-size: 14px;
	margin-top: 26px;
}


#header .contacts .phone {
	height: 30px;
	line-height: 30px;
	background: url(../img/phone.png) no-repeat 0 center;
	padding-left: 35px;
}

#header .contacts .mail {
	height: 30px;
	line-height: 30px;
	background: url(../img/mail.png) no-repeat 0 center;
	padding-left: 35px;
}

#header .main_menu {
	height: 109px;
	float: right;
	padding-top: 7px;
}

#header .main_menu a {
	width: 160px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #595959;
	font-family: OpenSansB;
	padding-top: 65px;
	padding-bottom: 15px;
}

#header .main_menu a.a_rent {
	background: url(../img/a_rent.png) no-repeat center 15px;
}

#header .main_menu a.a_sell {
	background: url(../img/a_sell.png) no-repeat center 15px;
}

#header .main_menu a.p_sell {
	background: url(../img/p_sell.png) no-repeat center 15px;
}

#header .main_menu a.active,
#header .main_menu a:hover {
	background-color: #f0f0f0;
}

#header #top_menu {
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #105d40;
}

#header #top_menu li {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding: 0 15px;
}

#header #top_menu li:hover {
	background: #08472f;
}

#header #top_menu li a {
	color: #fff;
}

#filter {
	height: 420px;
	background: #f0f0f0;
}

#filter .left_bg {
	width: 60%;
	height: 420px;
	float: left;
	background: no-repeat right 0;
}

#filter .right_bg {
	width: 40%;
	height: 420px;
	float: right;
	position: relative;
}

#filter .right_bg:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 420px solid #f0f0f0; 
    border-left: 100px solid transparent;
    top: 0;
    left: -100px;
    
}

#filter .right_bg .text {
    width: 420px;
    padding-top: 30px;
    
}

#filter form {
	width: 290px;
	float: left;
	padding: 40px 0 0 40px;
	text-align: center;
}

#filter form .title {
	font-size: 18px;
	font-family: OpenSansB;
	padding-bottom: 20px;
}

#filter form select {
	width: 290px;
	height: 34px;
	margin-bottom: 20px;
}

#filter form .line {
	
}

#filter form .line .field {
	width: 142px;
	float: left;
	position: relative;
}

#filter form .line .field.date {
	margin-right: 6px;
}

#filter form .line .field.date:after {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	background: url(../img/cal_icon.png) no-repeat 0 0;
	left: 5px;
	bottom: 3px;
}

#filter form .line .field.time:after {
	content: '';
	width: 28px;
	height: 31px;
	position: absolute;
	background: url(../img/time_icon.png) no-repeat 0 0;
	left: 5px;
	bottom: 2px;
}

#filter form .line .field span {
	display: block;
	font-family: OpenSansB;
	padding-bottom: 6px;
}

#filter form .line .field input {
	width: 100px;
	height: 30px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: OpenSansR;
	padding-left: 38px;
}

#filter form .line .field input:focus {
	border: 1px solid #48e66d;
}

#filter form .from {
	height: 40px;
	line-height: 40px;
	padding-top: 5px;
}

#filter form .return {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
}

#filter form button {
	width: 180px;
	height: 46px;
	margin-top: 15px;
	background: #105d40;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: OpenSansB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#filter form button:hover {
	background: #b6b6b6;
}

#x3 {
	width: 100%;
}

#x3 .block {
	width: 33%;
	height: 420px;
	float: left;
	text-align: center;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#x3 .block.center {
	width: 34%;
}

#x3 .block h2 {
	font-size: 34px;
	font-family: OpenSansB;
	color: #105d40;
	padding-top: 10px;
}

#x3 .block h3 {
	font-size: 18px;
	font-family: OpenSansB;
	color: #494a4a;
	text-transform: uppercase;
}

#x3 .block.center h3 {
	font-size: 24px;
	color: #fff;
}

#x3 .block a {
	width: 180px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: #105d40;
	border-radius: 30px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -90px;
}

.top_main h2 {
	text-align: center;
	color: #595959;
	font-size: 24px;
	font-family: OpenSansB;
	height: 80px;
	line-height: 80px;
}

.top_main .block {
	width: 320px;
	float: left;
	background: #f0f0f0;
	margin: 0 9px;
	text-align: center;
	border-radius: 2px;
}

.top_main .block img {
	border: 5px solid #fff;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	margin: 5px;
}

.top_main .block h3 {
	color: #505050;
	font-size: 14px;
	text-transform: uppercase;
	font-family: OpenSansB;
	padding: 5px 10px;
	text-align: left;
}

.top_main .block .price {
	color: #105d40;
	font-size: 14px;
	font-family: OpenSansB;
	padding: 0 10px;
	text-align: right;
}

.top_main .block a {
	width: 180px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	background: #105d40;
	border-radius: 30px;
	margin: 20px 0;
}

.top_main .view {
	width: 165px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: OpenSansB;
}

.top_main .view a {
	display: inline-block;
	position: relative;
	color: #595959;
	text-decoration: none;
	margin-top: 190px;
}

.top_main .view a:after {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	background: url(../img/arr_main.png) no-repeat center center #105d40;
	border-radius: 50%;
	left: 50%;
	top: -70px;
	margin-left: -32px;
}

#rental {
	
}

#rental h2 {
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	font-family: OpenSansB;
	text-align: center;
}

#rental .filter {
	height: 56px;
}

#rental .filter select {
	width: 230px;
	float: left;
}

#rental .filter a.sort {
	display: inline-block;
	float: right;
	color: #505050;
	position: relative;
	padding-right: 15px;
	margin-top: 15px;
}

#rental .filter a.sort.up:after {
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/up.png) no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
}

#rental .filter a.sort.down:after {
	content: '';
	width: 8px;
	height: 12px;
	background: url(../img/down.png) no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
}

#rental .filter a.sort:hover {
	text-decoration: underline;
}

#rental #car_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rental #car_list > li {
	border-top: 1px solid #ebebeb;
	padding: 18px 15px;
}

#rental #car_list li a.img {
	display: block;
	float: left;
	border: 1px solid #dddddd;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
	position: relative;
}

#rental #car_list li .clr {
	display: none;
	clear: both;
}

.r_top {
	background: url(../img/top_parts.png) no-repeat left center #f0f0f0;
}

.r_top.sell {
	background: url(../img/top_sell.png) no-repeat left center #f0f0f0;
}

.r_top .text {
	width: 400px;
	float: right;
	padding: 40px 0;
	position: relative;
}

.r_top .text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 420px solid #f0f0f0; 
    border-left: 100px solid transparent;
    top: 0;
    left: -100px;
    
}


.t_search {
    width: 180px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    background: #105d40;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-family: OpenSansB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#rental #car_list li a.img:hover:before {
	content: '';
	width: 69px;
	height: 69px;
	background: url(../img/zoom.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
}

#rental #car_list li .param {
	width:470px;
	float: left;
}

#rental #car_list li .param h3,
#rental #car_list li .price .title,
#rental #car_list li .tab_booking .title,
#rental #car_list li .tab_info .title {
	height: 28px;
	line-height: 28px;
	border-left: 3px solid #105d40;
	font-size: 18px;
	font-family: OpenSansB;
	text-transform: uppercase;
	padding-left: 15px;
}

#rental #car_list li .param table {
	width: 100%;
	border: 0;
	margin-top: 20px;
}

#rental #car_list li .param table tr td {
	width: 50%;
	height: 26px;
}

#rental #car_list li .price {
	width: 300px;
	margin-left: 20px;
	float: left;
}

#rental #car_list li .price .title span {
	float: right;
	color: #105d40;
}

#rental #car_list li .price .total {
	text-align: right;
}

#rental #car_list li .price table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 15px 0 30px 0;
}

#rental #car_list li .price table tr td {
	width: 25%;
	height: 26px;
	text-align: center;
	background: #ebebeb;
}

#rental #car_list li .price table tr:last-child {
	font-family: OpenSansB;
}

#rental #car_list li .price table tr td.blank {
	background: transparent;
}

#rental #car_list li .price table tr td.cur {
	font-size: 18px;
}

#rental #car_list li .price table tr td:nth-child(even) {
	background: #f3f3f3;
}

#rental #car_list li .price table tr td.active {
	color: #105d40;
}

#rental #car_list li .price .buttons {
	text-align: right;
}

#rental #car_list li .price .buttons a {
	width: 130px;
	height: 44px;
	line-height: 46px;
	display: inline-block;
	color: #105d40;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid transparent;
}

#rental #car_list li .price .buttons a.info:hover {
	text-decoration: underline;
}

#rental #car_list li .price .buttons a.book {
	color: #fff;
	font-family: OpenSansB;
	background: #105d40;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
}

#rental #car_list li .price .buttons a.book:hover {
	background: #b6b6b6;
}

#rental #car_list li .tab_booking {
	padding-top: 20px;
	display: none;
}

#rental #car_list li .tab_booking .answer {
	font-size: 24px;
	font-family: OpenSansB;
	color: #105d40;
	text-align: center;
	display: none;
}

#rental #car_list li .tab_booking form {
	width: 780px;
	margin: 40px auto 0 auto;
}

#rental #car_list li .tab_booking form .left {
	float: left;
}

#rental #car_list li .tab_booking form .left .line .field {
	width: 142px;
	float: left;
	position: relative;
}

#rental #car_list li .tab_booking form .left .line .field.date {
	margin-right: 6px;
}

#rental #car_list li .tab_booking form .left .line .field.date:after {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	background: url(../img/cal_icon.png) no-repeat 0 0;
	left: 5px;
	bottom: 3px;
}

#rental #car_list li .tab_booking form .left .line .field.time:after {
	content: '';
	width: 28px;
	height: 31px;
	position: absolute;
	background: url(../img/time_icon.png) no-repeat 0 0;
	left: 5px;
	bottom: 2px;
}

#rental #car_list li .tab_booking form .left .line .field span {
	display: block;
	font-family: OpenSansB;
	padding-bottom: 6px;
}

#rental #car_list li .tab_booking form .left .line .field input {
	width: 100px;
	height: 30px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: OpenSansR;
	padding-left: 38px;
}

#rental #car_list li .tab_booking form .left .line .field input:focus {
	border: 1px solid #48e66d;
}

#rental #car_list li .tab_booking form .left .from {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: center;
}

#rental #car_list li .tab_booking form .left .return {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: center;
}

#rental form .right {
	float: right;
	margin-top: 15px;
	
}

#rental form .right .line {
	margin-bottom: 18px;
}

#rental  form .right .line span {
	display: inline-block;
	width: 150px;
	
}

#rental form .right .line input {
	width: 270px;
	height: 30px;
	border: 1px solid #e4e4e4;
	outline: none;
	font-family: OpenSansR;
	padding-left: 10px;
}

#rental form .right .line input:focus {
	border: 1px solid #105d40;
}

#rental form button {
	width: 130px;
	height: 46px;
	float: right;
	margin-bottom: 20px;
	background: #105d40;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: OpenSansB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#rental form button:hover {
	background: #b6b6b6;
}

#rental #car_list li .tab_info {
	padding: 10px 0;
	display: none;
}

#rental #car_list li .tab_info .images {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rental #car_list li .tab_info .images li {
	border: 1px solid #dddddd;
	padding: 2px;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
}

#rental #car_list li .tab_info .images li a {
	display: block;
	position: relative;
}

#rental #car_list li .tab_info .images li a:hover:before {
	content: '';
	width: 69px;
	height: 69px;
	background: url(../img/zoom.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
}

#rental #car_list li .tab_info .title {
	margin: 50px 0 30px 0;
}

#rental .pager {
	text-align: center;
}

#rental .pager a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #f0f0f0;
	text-align: center;
	color: #505050;
	font-size: 18px;
	font-family: OpenSansL;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 8px;
}

#rental .pager a.active {
	background: #48e66d;
}

#about,
#comments,
#contacts {
	padding: 25px 0 0 0;
}

#about {
	background: #f0f0f0;
	padding: 25px 0;
	margin-top: 30px;
}

#about h2,
#comments h2,
#contacts h2 {
	font-size: 18px;
	font-family: OpenSansB;
	text-align: center;
	padding-bottom: 20px;
}

#comments .comments_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .comments_list li {
	border-top: 1px solid #ebebeb;
	padding-bottom: 25px;
}

#comments .comments_list li .title {
	height: 50px;
	line-height: 50px;
	font-family: OpenSansB;
}

#comments .comments_list li .title .rate {
	float: right;
}

#comments .comments_list li .text {
	font-family: OpenSansLI;
}

#comments .comments_list li .date {
	font-size: 12px;
	text-align: right;
}

#comments .comments_list li .title .rate {
	width: 144px;
	height: 28px;
	float: right;
	position: relative;
	background: url(../img/stars_2.png) no-repeat;
	margin-top: 10px;
}

#comments .comments_list li .title .rate span {
	display: block;
	line-height: 28px;
	position: absolute;
	font-family: OpenSansR;
	top: 0;
	right: 150px;
}

#comments .comments_list li .title .rate div {
	width: 144px;
	height: 28px;
	background: url(../img/stars_1.png) no-repeat;
}

#comments .comments_list li .title .rate.r0 div {
	background: none;
}

#comments .comments_list li .title .rate.r1 {
	background-position: 29px 0;
}

#comments .comments_list li .title .rate.r1 div {
	width: 29px;
}

#comments .comments_list li .title .rate.r2 {
	background-position: 58px 0;
}

#comments .comments_list li .title .rate.r2 div {
	width: 58px;
}

#comments .comments_list li .title .rate.r3 {
	background-position: 87px 0;
}

#comments .comments_list li .title .rate.r3 div {
	width: 87px;
}

#comments .comments_list li .title .rate.r4 {
	background-position: 116px 0;
}

#comments .comments_list li .title .rate.r4 div {
	width: 116px;
}

#comments .comments_list li .title .rate.r5 {
	background: none;
}

#comments .comments_list li .title .rate.r5 div {
	width: 144px;
}

#comments .comm_form .answer {
	font-size: 24px;
	font-family: OpenSansB;
	color: #105d40;
	text-align: center;
	display: none;
}

#comments form .rating {
	width: 256px;
	margin: 0 auto 10px auto;
}

#comments form .rating span {
	display: block;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #292929;
	float: left;
	margin-right: 10px;
}

#comments form .rating a {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../img/star.png) no-repeat 0 0;
}

#comments form .rating a.act,
#comments form .rating a:hover,
#comments form .rating a.active {
	background-position: 0 -28px;
}

#comments form .line {
	margin-bottom: 20px;
}

#comments form .line span {
	width: 150px;
	display: inline-block;
}

#comments form .line span.area {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

#comments form .line.col_2 {
	float: left;
}

#comments form .line.col_3 {
	float: right;
}

#comments form .line input {
	width: 288px;
	height: 30px;
	border: 1px solid #e4e4e4;
	outline: none;
	padding-left: 10px;
}

#comments form .line textarea {
	width: 820px;
	height: 200px;
	border: 1px solid #e4e4e4;
	outline: none;
	padding-left: 10px;
	padding-top: 10px;
}

#comments form .line input:focus,
#comments form .line textarea:focus {
	border: 1px solid #105d40;
}

#comments form .line input.err,
#comments form .line textarea.err {
	border: 1px solid red;
}

#comments form .line.button_l {
	margin-left: 150px;
}



#comments form button {
	width: 130px;
	height: 46px;
	display: block;
	margin: 0 auto;
	background: #105d40;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: OpenSansB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#comments form button:hover {
	background: #b6b6b6;
}

#contacts {
	padding-bottom: 50px;
}

#contacts h3 {
	height: 28px;
	line-height: 28px;
	border-left: 3px solid #105d40;
	font-size: 18px;
	font-family: OpenSansB;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 50px;
}

#contacts .cont_form {
	width: 455px;
	float: left;
}

#contacts .cont_form .answer {
	font-size: 24px;
	font-family: OpenSansB;
	color: #105d40;
	text-align: center;
	display: none;
}

#contacts .cont_form .answer span {
	display: block;
	color: #505050;
	font-family: OpenSansR;
	font-size: 18px;
}

#contacts form {

}

#contacts form .line {
	margin-bottom: 20px;
}

#contacts form .line span {
	width: 150px;
	display: inline-block;
}

#contacts form .line span.area {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

#contacts form .line.col_2 {
	width: 495px;
	float: left;
}

#contacts form .line input {
	width: 288px;
	height: 30px;
	border: 1px solid #e4e4e4;
	outline: none;
	padding-left: 10px;
}

#contacts form .line textarea {
	width: 287px;
	height: 200px;
	border: 1px solid #e4e4e4;
	outline: none;
	padding-left: 10px;
	padding-top: 10px;
}


#contacts form .line input:focus,
#contacts form .line textarea:focus {
	border: 1px solid #105d40;
}

#contacts form .line input.err,
#contacts form .line textarea.err {
	border: 1px solid red;
}

#contacts form button {
	width: 130px;
	height: 36px;
	float: right;
	background: #105d40;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	font-family: OpenSansB;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#contacts form button:hover {
	background: #b6b6b6;
}

#contacts .info {
	margin-left: 55px;
	float: left;
}

#footer {
	height: 123px;
	background: #105d40;
	color: #fff;
}

#footer .content {
	width: 1120px;
}

#footer .contacts {
	float: left;
	margin: 25px 0 0 0;
}

#footer .contacts div {
	margin-top: 5px;
}

#footer .contacts div span {
	font-family: OpenSansB;
}

#footer .copy {
	width: 300px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 50%;
	margin-left: -150px;
}

#footer .social {
	float: right;
	margin-top: 30px;
	margin-right: 80px;
}

#footer .social span {
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

#footer .social a {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url(../img/social.png) no-repeat 0 0;
}

#footer .social a.fb {
	background-position: 0 0;
}

#footer .social a.tw {
	background-position: -38px 0;
}

#footer .social a.yt {
	background-position: -76px 0;
}

#footer .social a.fb:hover {
	background-position: 0 -38px;
}

#footer .social a.tw:hover {
	background-position: -38px -38px;
}

#footer .social a.yt:hover {
	background-position: -76px -38px;
}

#footer a.to_top {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url(../img/to_top.png) no-repeat;
	position: absolute;
	right: 0;
	top: 30px;
}


.hide {
	display: none;
}

a.search {
	display: inline-block;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 101;
	
}

@media only screen and (max-width: 990px) {

.content {
	width: 760px;
}

#header .phone {
	left: 100px;	
}

#header .mail {
	right: 100px;	
}

#rental #car_list li .price {
	margin-left: 0;
	margin-top: 20px;
}

#comments form .line input {
	width: 190px;
}

#comments form .line textarea {
	width: 745px;
}

#comments form .line.button_l {
	margin-left: 0;
}

#footer .social span {
	display: none;
}

}

@media only screen and (max-width: 768px) {

.content {
	width: 640px;
}

#header .phone {
	left: 50px;	
}

#header .mail {
	right: 50px;	
}

#header #top_menu li {
	margin: 0;
	padding: 0 5px;
}


#filter .left_bg,
#filter .right_bg {
	width: 50%;
}

#rental #car_list li a.img {
	width: 300px;
	margin: 0 auto;
	float: none;
}

#rental #car_list li .clr {
	display: block;
	margin-bottom: 20px;
}

#rental #car_list li .price {
	margin-left: 20px;
	margin-top: 0px;
}

#rental #car_list li .tab_booking form {
	width: 640px;
}

#rental #car_list li .tab_booking form .right .line span {
	width: 110px;
}

#rental #car_list li .tab_booking form .right .line input {
	width: 200px;
}

#contacts .cont_form {
	width: 328px;
}

#contacts form .line span,
#contacts form .line span.area {
	width: 110px;
}

#contacts form .line input {
	width: 200px;
}

#contacts form .line textarea {
	width: 199px;
}

#footer .contacts {
	display: none;
}

#footer .copy {
	left: 30%;
}

#comments form .line.col_3 {
	float: left;
}

#comments form .line input {
	width: 376px;
}


#comments form .line textarea {
	width: 375px;
}

}

@media only screen and (max-width: 640px) {

.content {
	width: 320px;
}

#header {
	height: 180px;
}

#header a.logo {
	left: 50%;
	padding-top: 5px;
}

#header #lang {
	//display: none;
}

#header .contacts {
	width: 100%;
	margin: 70px 0 0 0;
	text-align: center;
	display: block;
}

#header .phone,
#header .mail {
	//display: none;
}


#header .contacts div {
	margin: -5px;
}

/*#header .contacts div a {*/
/*	font-size: 24px;*/
/*	color: #48e66d;*/
/*	font-family: OpenSansB;*/
/*}*/

#header .contacts div.phone span {
	color: #505050;
}

#header .small_menu {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d4d4d4;
	display: block;
	text-align: center;
	position: absolute;
	top: 138px;
	color: #505050;
	text-transform: uppercase;
}

#header .small_menu:after {
	content: '';
	width: 27px;
	height: 21px;
	position: absolute;
	top: 9px;
	right: 9px;
	background: url(../img/menu.png) no-repeat;
}

#header #top_menu  {
	display: none;
}

#header #top_small  {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
}

#header #top_small li {
	height: 28px;
	line-height: 28px;
	
}

#header #top_small li a {
	color: #505050;
	
}

#header #top_small li a:hover {
	color: #26e370;
	
}


#filter .left_bg {
	width: 0;
}

#filter .right_bg {
	width: 100%;
}

#filter form {
	margin: 0px auto;
	float: none;
}

#rental .filter {
	height: auto;
	text-align: center;
	padding-bottom: 20px;
}

#rental .filter a.sort {
	float: none;
	margin-bottom: 20px;
}

#rental #car_list li a.img {
	width: 280px;
}

#rental #car_list li a.img img {
	width: 100%;
}

#rental #car_list li .price {
	margin: 20px 0 0 0;
}

#rental #car_list li .tab_info .images {
	text-align: center;
}

#rental #car_list li .tab_info .images li {
	display: inline-block;
	float: none;
	margin: 5px;
}

#rental #car_list li .tab_info .images li a {
	width: 125px;
}

#rental #car_list li .tab_info .images li a img {
	width: 100%;
}

#rental #car_list li .tab_booking form {
	width: 290px;
}

#rental #car_list li .tab_booking form .right .line input {
	width: 277px;
}

#comments form .line input {
	width: 310px;
}

#comments form .line textarea {
	width: 309px;
}

#contacts .info {
	margin: 20px 0 0 0;
}

#footer .social {
	display: none;
}

#footer .copy {
	left: 40%;
}

#x3 .block,
#x3 .block.center {
	width: 100%;
}

.top_main .view {
	display: none;
}

.top_main h2 {
	line-height: normal;
}

#footer .content {
	width: 100%;
}

#header .content {
	width: 100%;
}

#header a.logo {
	margin-left: 20px;
}

#header #lang {
	margin: 48px 25px 0 25px;
}

#header .contacts {
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
}

#header .contacts div {
	float: left;
	margin-left: 20px;
}

#header .main_menu {
	display: none;
}

#header #top_small {
	width: 100%;
	top: 180px;
	z-index: 10;
	position: absolute;
	background: #fff;
	display: none;
}
	
}

@media only screen and (max-width: 320px) {


}

#ui-datepicker-div,
#ui-timepicker-div {
	z-index: 101 !important;
}
