* {
    margin: 0;
    padding: 0
}

body {
    height: 100%;
    font: 13px/1.25 Verdana, Helvetica, sans-serif;
    color: #000;
    background: #fff;

}

a {
    text-decoration: underline;
    outline: 0;
    color: #ff3300;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0 0 12px;
}

ul {
    padding: 0 0 15px;
    margin: 0;
}

li {
    background: url("../images/li.png") no-repeat 0 6px;
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none outside;
}

.ul-circle li {
    background: url("../images/li-circle.png") no-repeat 0 6px;
    padding: 0 0 5px 17px;
    margin: 0;
    list-style: none outside;
}

.ul-triangle li {
    background: url("../images/li-triangle.png") no-repeat 0 4px;
    padding: 0 0 5px 17px;
    margin: 0;
    list-style: none outside;
    font-size: 12px;
}
.ul-triangle li a {
    font-size: 12px;
}

li a {
    color: #000;
}

img {
    border: 0;
}

input,
textarea {
    outline: none;
}

textarea {
    overflow: auto;
}

table, th, td {
    border-collapse: collapse;
}

h1 {
    padding: 0;
    margin: 10px 0 17px;
    line-height: 1.1;
    color: #ff3300;
    font-size: 18px;
    font-weight: bold;
}
h2 {
    padding: 0;
    margin: 13px 0 17px;
    line-height: 1.1;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
h3 {
    padding: 0;
    margin: 10px 0 14px;
    line-height: 1.1;
    color: #ff3300;
    font-size: 14px;
    font-weight: bold;
}
h4 {
    padding: 0;
    margin: 10px 0 14px;
    line-height: 1.1;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
h5 {
    padding: 0;
    margin: 10px 0 14px;
    line-height: 1.1;
    color: #ff3300;
    font: bold italic 13px Georgia;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}
.cover {
    min-height: 100%;
}
* html .cover {
    height: 100%;
}


.wrapper {
    width: 1045px;
    padding: 0 21px 0 4px;
    margin: 0 auto;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    width: 100%;
    display: table;
    float: none;
    clear: both;
    content: "";
}


.content {
    padding: 0 0 285px;
}
.content .wrapper {
    width: 990px;
    padding: 0 54px 0 26px;
}
.content-left {
    width: 240px;
    padding: 20px 0 85px;
    float: left;
}
.content-center {
    width: 730px;
    padding: 20px 0 30px 20px;
    position: relative;
    float: left;
}
.content-share {
    position: absolute;
    right: 0;
    top: 20px;
}



.header {
    width: 100%;
    height: 135px;
    background: url("../images/header.png") repeat-x;
    position: relative;
    z-index: 12;
    line-height: 1;
    min-width: 1090px;
}

.up {
    height: 65px;
    position: relative;
}

.logoblock {
    width: 169px;
    height: 134px;
    background: url("../images/logoblock.png") no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.logo {
    width: 136px;
    height: 72px;
    background: url("../images/logo.png") no-repeat;
    margin: 30px 0 0 17px;
    display: block;
    z-index: 10;
    text-decoration: none;
}

.logo2 {
    width: 136px;
    height: 72px;
    background: url("../images/en_logo.jpg") no-repeat;
    margin: 30px 0 0 17px;
    display: block;
    z-index: 10;
    text-decoration: none;
}

.logo-link {
    margin-left: 30px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
.logo-link:hover {
    text-decoration: underline;
}

.user {
    width: 122px;
    margin: 12px 0 0 176px;
    float: left;
    font-family: Arial;
    font-size: 12px;
}
.user-item {
    padding: 1px 0;
}
.user-item + .user-item {
    border-top: 1px solid #fff;
}
.user a {
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}
.user-pda {
    font-size: 11px;
}
.user-home {
    width: 11px;
    height: 12px;
    background: url("../images/user.png") no-repeat 0 0;
    display: inline-block;
}
.user-mail {
    width: 12px;
    height: 12px;
    background: url("../images/user.png") no-repeat -16px 0;
    display: inline-block;
}
.user-search {
    width: 11px;
    height: 12px;
    background: url("../images/user.png") no-repeat -32px 0;
    display: inline-block;
}
.user-divider {
    width: 1px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.tagline {
    margin: 5px 0 0 35px;
    float: left;
    text-transform: uppercase;
    color: #ffb824;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
}
.tagline span {
    font-size: 32px;
}

.phone {
    margin: 10px 30px 0 0;
    float: right;
    font-family: Arial;
}
.phone-number {
    padding-bottom: 2px;
    color: #fff;
    line-height: 1;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: -.7px;
}
.phone-number span {
    color: #ccc;
}
.call-me {
    margin-left: 14px;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
}
.question, .call-me{
    position: relative;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
}
.question-box, .call-me-box{
    width: 312px;
    background: url("../images/question.png");
    padding: 16px;
    position: absolute;
    left: -130px;
    top: 26px;
    z-index: 30;
    border: 3px solid #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;

}

.call-me-box{
    display: none;
}

.question-close {
    width: 11px;
    height: 10px;
    background: url("../images/x.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.question-title {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.call-me-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -5px;
}

.question .client {
    padding-top: 0;
}
.question .client-name, .call-me .client-name {
    width: 100px;
}
.question .client-value, .call-me .client-value {
    width: 200px;
}

.call-me .client-value input,
.question .client-value input,
.question .client-value textarea,
.call-me .client-value textarea
{
    width: 178px;
}


.language {
    position: absolute;
    left: 30px;
    top: 9px;
    z-index: 11;
}

.language a {
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
}

.language-divider {
    width: 1px;
    height: 10px;
    background: #000;
    margin: 0 1px;
    display: inline-block;
    vertical-align: middle;
}

.nav {
    height: 70px;
    background: url("../images/nav.jpg") no-repeat center top;
}
.nav-box {
    width: 862px;
    height: 70px;
    padding: 0 0 0 200px;
    margin: 0;
    display: block;
}
.nav li {
    height: 70px;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    vertical-align: middle;
}
.nav-item {
    height: 30px;
    margin: 0;
    padding: 20px 15px;
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 1.1;
    font-size: 12px;
    font-weight: bold;
}
.nav-item-1 {
    width: 88px;
}
.nav-item-2 {
    width: 78px;
}
.nav-item-3 {
    width: 77px;
}
.nav-item-4 {
    width: 126px;
}
.nav-item-5 {
    width: 87px;
}
.nav-item-6 {
    width: 69px;
}
.nav-item-7 {
    width: 73px;
}
.nav li.active,
.nav li.active .nav-ite {
    cursor: default;
}
.nav li:hover .nav-item:before,
.nav li.active .nav-item:before {
    width: 0;
    height: 0;
    margin-left: -9px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    left: 50%;
    top: 58px;
    content: "";
}
.nav:hover li.active .nav-item:before {
    display: none;
}
.nav:hover li.active:hover .nav-item:before {
    display: block;
}
.nav-divider {
    width: 5px;
    height: 70px;
    background: url("../images/nav-divider.png") no-repeat center center !important;
}


.online-chat {
    width: 41px;
    height: 180px;
    background: url("../images/online-chat.png") no-repeat;
    display: block;
    position: fixed;
    left: 0;
    top: 135px;
    z-index: 100;
}


.hightlight {
    height: 343px;
    position: relative;
    z-index: 11;
    min-width: 1090px;
}

.calculate {
    width: 292px;
    height: 310px;
    background: url("../images/hightlight.png");
    padding: 16px 20px;
    margin-left: -535px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    border: 1px solid #cacccf;
    border-bottom: 0 none;
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.6);
}
.calculate-title {
    padding: 0 0 10px;
    margin: 0;
    line-height: 1.1;
    color: #ff3300;
    font-size: 17px;
    font-weight: bold;
}


.landing {
    width: 50%;
    height: 343px;
    background: url("../images/landing.png");
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
}
.landing-right {
    width: 19px;
    height: 343px;
    background: url("../images/landing-right.png");
    position: absolute;
    left: 510px;
    top: 0;
}
.landing-box {
    width: 711px;
    height: 343px;
    margin-left: -201px;
    position: relative;
    overflow: hidden;
}
.landing-nav {
    position: absolute;
    left: 20px;
    top: 310px;
    z-index: 22;
}
.landing-nav-item {
    width: 16px;
    height: 16px;
    background: url("../images/landing-nav.png") no-repeat right top;
    margin-right: 9px;
    float: left;
    cursor: pointer;
}
.landing-nav-item.active {
    background-position: left top;
    cursor: default;
}
.landing-share {
    position: absolute;
    right: 40px;
    bottom: 12px;
    z-index: 500;
}
.landing-item {
    width: 711px;
    height: 343px;
    position: relative;
}
.landing-pic {
    width: 711px;
    height: 343px;
    position: absolute;
    z-index: 20;
}
.landing-pic img {
    display: block;
}
.landing-content {
    width: 711px;
    height: 343px;
    position: relative;
    z-index: 21;
}
.landing-text ul {
    padding: 0;
    margin: 0;
}
.landing-text li {
    background: url("../images/landing-li.png") no-repeat 0 5px;
    padding: 0 0 0 20px;
    margin: 0;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}


.search {
    min-width: 1090px;
}
.search-head {
    height: 14px;
    background: #ffa300;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.search-head .wrapper{
    width: 1052px;
    padding: 0 21px 0 11px;
}

.search-title {
    width: 171px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
}
.search-form {
    height: 14px;
    float: left;
}
.search-form input[type="text"] {
    width: 125px;
    height: 12px;
    padding: 0 5px 2px;
    margin: 0;
    display: block;
    float: left;
    border: 2px solid #000;
    border-top: 0 none;
    border-bottom: 0 none;
    color: #000;
    line-height: 14px;
    font: 10px Verdana;
}
.search-form input[type="submit"] {
    width: 18px;
    height: 16px;
    background: url("../images/search-submit.png") no-repeat;
    padding: 0 5px;
    margin: -1px 0 0;
    display: block;
    float: left;
    border: 0 none;
    cursor: pointer;
}
.search-menu {
    height: 18px;
    padding: 0;
    margin: -2px 0 0;
    display: block;
    float: left;
    border-right: 2px solid #000;
}
.search-menu li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    border-left: 2px solid #000;
}
.search-menu-item {
    height: 18px;
    background: url("../images/search-menu.png") repeat-x left top;
    padding: 0 10px;
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 16px;
    font-size: 10px;
    font-weight: bold;
}
.search-menu-item-last{
    background: url("../images/search-menu-black.png") repeat-x left top;
}

.search-menu li.active .search-menu-item {
    background-position: left bottom;
    color: #000;
    cursor: default;
}
.search-menu-item:hover {
    background-position: left bottom;
    color: #000;
}
.search-results {
    height: 87px;
    background: url("../images/search-results.png") repeat-x;
    border-bottom: 1px solid #000;
}
.search-results-prev,
.search-results-next {
    width: 24px;
    height: 87px;
    background: url("../images/search-results-arrow.png") no-repeat left center;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}
.search-results-prev {
    left: 3px;
}
.search-results-next {
    background-position: right center;
    right: 46px;
}
.search-results-box {
    width: 967px;
    margin: 0 26px;
    height: 87px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.search-results-scroll {
    width: 5000px;
    display: block;
}
.search-results-item {
    width: 125px;
    height: 87px;
    background: none;
    padding: 0 18px;
    display: block;
    float: left;
    text-decoration: none;
    color: #000;
    font-size: 10px;
}
.search-results-name {
    padding-top: 4px;
    font-weight: bold;
}
.search-results-img {
    padding-top: 5px;
}
.search-results-cost {
    padding-top: 2px;
    font-weight: bold;
}


.newsblock {
    padding: 20px 0 43px;
    line-height: 1.25;
}
.newsblock p {
    padding: 0;
}
.newsblock p + p {
    padding: 5px 0 0;
}
.newsblock-item {
    width: 315px;
    float: left;
    font-size: 13px;
}
.newsblock-item + .newsblock-item {
    padding-left: 22px;
}
.newsblock-title {
    padding: 0 0 14px;
    margin: 0;
    line-height: 1.1;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.newsblock-date {
    width: 90px;
    display: inline-block;
    color: #ff3300;
    font-weight: bold;
}
.newsblock-reviews .newsblock-date {
    width: 100%;
    padding-bottom: 5px;
    display: block;
}
.newsblock-author {
    color: #666;
}
.newsblock-item a {
    color: #000;
}
.newsblock-link {
    padding-top: 7px;
    text-align: right;
}
.newsblock-link a {
    background: url("../images/newsblock-link.png") no-repeat right 5px;
    padding-right: 15px;
    display: inline-block;
    text-decoration: none;
    color: #ff3300;
    font-size: 10px;
    font-weight: bold;
}
.newsblock-link a:hover {
    text-decoration: underline;
}


.legend {

}
.legend-left {
    width: 646px;
    margin-right: 24px;
    float: left;
}
.legend-right {
    width: 320px;
    float: left;
}


.switch {
}
.switch-expand,
.switch-collapse {
    width: 100%;
}
.switch-expand div,
.switch-collapse div {
    height: 24px;
    background: url("../images/expand-collapse-switch.png") no-repeat right top;
    padding-right: 37px;
    display: inline-block;
    float: right;
    cursor: pointer;
    text-decoration: underline;
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
.switch-collapse div {
    background-position: right bottom;
    color: #ff3300;
}
.switch-expand {
    display: none;
}
.switch.active .switch-expand {
    display: inline-block;
}
.switch-collapse {
    display: inline-block;
}
.switch.active .switch-collapse {
    display: none;
}


.rentalblock {
    width: 100%;
    margin-top: 13px;
}
.rentalblock-title {
    width: 100%;
    height: 36px;
    background: url("../images/rentalblock-title.png") repeat-x;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    font-weight: bold;
}
.rentalblock-box {
    position: relative;
    border: 1px solid #adadad;
    border-top: 0 none;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.rentalblock-box img {
    display: block;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.rentalblock-cutaway {
    width: 270px;
    height: 110px;
    background: #ffa300;
    padding: 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    border: 1px solid #ffba40;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-size: 10px;
}
.rentalblock-cutaway:before {
    width: 0;
    height: 0;
    margin-left: -20px;
    border-right: 20px solid transparent;
    border-top: 33px solid  #ffba40;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -33px;
    content: "";
}
.rentalblock-cutaway:after {
    width: 0;
    height: 0;
    margin-left: -20px;
    border-right: 20px solid transparent;
    border-top: 33px solid  #ffa300;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -32px;
    content: "";
}
.rentalblock-cutaway-left {
    width: 90px;
    float: left;
}
.rentalblock-cutaway-pic {
    height: 80px;
    padding-bottom: 13px;
}
.rentalblock-cutaway-pic img {
    border: 1px solid #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.rentailblock-cutaway-more {
    width: 72px;
    height: 17px;
    background: url("../images/rentailblock-cutaway-more.png") repeat-x;
    display: block;
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    color: #ededed;
    line-height: 15px;
    font-size: 10px;
}
.rentalblock-cutaway-right {
    width: 180px;
    float: left;
}
.rentalblock-cutaway-title {
    color: #fff;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
}
.rentalblock-cutaway-where {
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.rentalblock-cutaway-time {
    padding-top: 5px;
}
.rentalblock-cutaway-phone {
    padding-top: 2px;
}
.rentalblock-cutaway-metro {
    padding-top: 2px;
}
.rentalblock-cutaway-name {
    float: left;
}
.rentalblock-cutaway-value {
    padding-left: 10px;
    float: left;
    font-weight: bold;
}
.rentalblock-cutaway-time .rentalblock-cutaway-value {
    width: 90px;
}
.rentalblock-cutaway-phone .rentalblock-cutaway-value {
    width: 140px;
}
.rentalblock-cutaway-metro .rentalblock-cutaway-value {
    width: 130px;
}


.paymentblock {
    width: 216px;
    height: 60px;
    background: url("../images/paymentblock.png") no-repeat;
    padding: 22px 0 0 104px;
    margin-top: 34px;
    display: block;
}
.paymentblock a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.paymentblock a:hover {
    text-decoration: underline;
}

.payment-cardblock {
    width: 294px;
    background: #e4e4e4;
    padding: 10px 13px 20px;
    margin-top: 10px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.payment-cardblock a {
    text-decoration: none;
    color: #000;
    line-height: 1.1;
    font-size: 13px;
    font-weight: bold;
}
.payment-cardblock a:hover {
    text-decoration: underline;
}
.payment-cardblock-box {
    width: 294px;
    background: #aeaeae;
    padding: 8px 0;
    margin-top: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.payment-cardblock-item {
    display: inline-block;
}
.payment-cardblock-item img {
    display: block;
}
.like {
    width: 100%;
    /*margin-top: -45px;*/
    float: left;
}
.legend-right .like {
    width: 310px;
    padding: 16px 0;
    margin-top: 15px;
    float: none;
    border: 5px solid #e4e4e4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.like-item {
    display: inline-block;
    cursor: pointer;
}
.like-item + .like-item {
    margin-right: 10px;
}
.legend-right  .like-item + .like-item {
    margin: 0 5px;
}


.plug {
    height: 200px;
    background: #eee;
    padding: 25px 0 55px;
    border-top: 1px solid #ececec;
    min-width: 1090px;
}
.plug-title {
    padding-bottom: 22px;
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.plug-item {
    width: 194px;
    height: 250px;
    background: #fff;
    position: relative;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.plug-item + .plug-item {
    margin-left: 2px;
}
.plug-order {
    width: 167px;
    height: 39px;
    background: url("../images/plug-order.png") no-repeat;
    margin: -4px auto 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
}
.plug-order:hover {
    text-decoration: underline;
}
.plug-type {
    width: 196px;
    height: 111px;
    display: table-cell;
    border-bottom: 1px solid #939393;
    vertical-align: middle;
    text-align: center;
}
.plug-name {
    height: 26px;
    margin: 7px 0;
    padding: 0 1em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}
.plug-name:hover {
    text-decoration: underline;
}
.plug-gearbox {
    height: 13px;
    padding: 0 0 10px;
    text-align: center;
    color: #666;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
}
.plug-cost {
    height: 40px;
    background: #ccc;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
}
.plug-cost span {
    font-size: 16px;
}
.plug-ad {
    width: 96px;
    height: 89px;
    background: url("../images/plug-ad.png") no-repeat;
    display: block;
    position: absolute;
    right: 5px;
    top: 55px;
    z-index: 15;
}

.plug-inner {
    height: 245px;
    background: #eee;
    padding: 60px 0 55px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #000;
    min-width: 1090px;
}
.plug-inner-item {
    width: 220px;
    height: 204px;
    background: #e1e1e1;
    padding: 4px;
    float: left;
    border: 1px solid #a5a5a5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.plug-inner-item + .plug-inner-item {
    margin-left: 23px;
}
.plug-inner-title {
    background: #eee;
    height: 38px;
    border: 1px solid #fff;
    border-bottom: 1px solid #b1b4b9;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.plug-inner-title a {
    height: 38px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
}
.plug-inner-title a:hover {
    text-decoration: underline;
}
.plug-inner-payment .plug-inner-title {
    background: url("../images/plug-inner-payment-title.png") repeat-x;
    color: #fff;
}
.plug-inner-payment .plug-inner-title a {
    color: #fff;
}
.plug-inner-box {
    height: 157px;
    background: #fff;
    padding-top: 5px;
    position: relative;
    border: 1px solid #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #000;
}
.plug-inner-payment .plug-inner-box {
    background: #eee;
    border-color: #eee;
    text-align: center;
    color: #333;
}
.plug-inner-news .plug-inner-box {
    height: 137px;
    padding: 20px 5px 5px;
    line-height: 1.5;
    font-size: 12px;
}
.plug-inner-box a {
    color: #333;
    font-weight: bold;
}
.plug-inner-text {
    height: 99px;
    padding: 0 10px;
}
.plug-inner-payment-box {
    width: 218px;
    padding: 8px 0;
    margin-top: 10px;
    background: #aeaeae;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.plug-inner-payment-item {
    display: inline-block;
}
.plug-inner-payment-item img {
    display: block;
}
.plug-inner-li {
    font-size: 11px;
}
.plug-inner-li + .plug-inner-li {
    padding-top: 15px;
}
.plug-inner-li-number {
    width: 16px;
    height: 16px;
    background: #ff6600;
    margin-top: 2px;
    margin-left: 5px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-weight: bold;
}
.plug-inner-li-text {
    width: 180px;
    padding-left: 5px;
    float: left;
}
.plug-inner-date {
    height: 16px;
    background: #ff6600;
    padding: 0 5px;
    margin-top: 2px;
    margin-left: 5px;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    font-weight: bold;
}
.plug-inner-news .newsblock-link a {
    color: #ff3300;
    font-weight: bold;
}
.plug-inner-cost {
    width: 96px;
    height: 59px;
    background: url("../images/cost.png") no-repeat;
    padding: 32px 3px;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 15;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.plug-inner-cost div {
    font-size: 16px;
}
.plug-inner-type {
    width: 218px;
    height: 86px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.plug-inner-name {
    height: 16px;
    padding: 7px 0 8px;
    text-align: center;
}
.plug-inner-name a {
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}
.plug-inner-name a:hover {
    text-decoration: underline;
}
.plug-inner-order {
    width: 216px;
    height: 31px;
    background: url("../images/plug-inner-order.png") repeat-x;
    display: block;
    border: 1px solid #ff3300;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    line-height: 31px;
    font-size: 12px;
}
.plug-inner-order:hover {
    text-decoration: underline;
}


.share-vk {
    width: 18px;
    height: 17px;
    background: url("../images/share.png") no-repeat 0 0;
    margin-right: 3px;
    display: block;
    float: left;
}
.share-fb {
    width: 18px;
    height: 17px;
    background: url("../images/share.png") no-repeat -23px 0;
    margin-right: 3px;
    display: block;
    float: left;
}
.share-tw {
    width: 18px;
    height: 17px;
    background: url("../images/share.png") no-repeat -46px 0;
    display: block;
    margin-right: 3px;
    float: left;
}

.share-gp {
    width: 18px;
    height: 17px;
    background: url("../images/share.png") no-repeat -69px 0;
    display: block;
    margin-right: 2px;
    float: left;
}

.share-rss {
    width: 18px;
    height: 17px;
    background: url("../images/share.png") no-repeat -91px 0;
    display: block;
    float: left;
}

.menu {
    line-height: 1;
}
.menu ul,
.menu li {
    background: none;
    padding: 0;
    margin: 0;
}
.menu li a,
.menu li span {
    background: url("../images/menu.png") no-repeat;
    display: block;
    cursor: pointer;
}
.menu li a:first-letter,
.menu li span:first-letter {
    text-transform: uppercase;
}
.menu li + li {
    margin-top: 7px;
}
.menu li.menu-first > a,
.menu li.menu-first > span {
    font-size: 13px;
}
.menu > li > a,
.menu > li > span {
    min-height: 13px;
    padding-left: 20px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
}
.menu > li > a {
    background-position: 0 -107px;
    text-decoration: none;
}
.menu > li > a:hover {
    text-decoration: underline;
    color: #ff3300;
}
.menu > li.active > span, .menu > li.active > a {
    background-position: 0 -162px;
    cursor: default;
    color: #ff3300;
}
.menu > li.submenu > span {
    background-position: 0 0;
}
.menu > li.submenu > span:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #ff3300;
}
.menu > li.submenu.active > span {
    background-position: 0 -57px;
    cursor: pointer;
    color: #ff3300;
}
.menu > li.submenu.active > a {
    background-position: 0 -57px;
    cursor: pointer;
    color: #ff3300;
}

.menu > li > ul {
    margin: 7px 0 20px 20px;
}
.menu > li > ul > li {
    margin-top: 8px;
}
.menu > li > ul > li.submenu {
    margin-bottom: 16px;
}
.menu > li > ul > li a,
.menu > li > ul > li span {
    padding-left: 17px;
    text-decoration: underline;
    color: #666;
    font-size: 12px;
}
.menu > li > ul > li > a {
    background-position: 0 -221px;
}
.menu > li > ul > li > a:hover {
    text-decoration: none;
    color: #000;
}
.menu > li > ul > li.active > span, .menu > li > ul > li.active > a {
    background-position: 0 -439px;
    text-decoration: none;
    color: #000;
}
.menu > li > ul > li.submenu > span {
    background-position: 0 -335px;
}
.menu > li > ul > li.submenu.active > span {
    background-position: 0 -277px;
    color: #000;
}

.menu > li > ul > li > ul {
    margin: 5px 0 12px 39px;
    padding: 0;
}
.menu > li > ul > li > ul + ul {
    padding: 0 0 9px;
}
.submenu-title {
    margin: 10px 0 0 18px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
}
.menu > li > ul > li > ul > li {
    line-height: 1;
}
.menu > li > ul > li > ul > li + li {
    margin-top: 6px;
}
.menu > li > ul > li > ul > li > a,
.menu > li > ul > li ul > li > span {
    padding-left: 14px;
    text-decoration: underline;
    color: #000;
    line-height: .7;
    font-size: 11px;
}
.menu > li > ul > li > ul > li > a {
    background-position: 0 -393px;
}
.menu > li > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #ff3300;
    font-weight: bold;
}
.menu > li> ul > li > ul > li.active > span {
    background-position: 0 -393px;
    text-decoration: none;
    color: #ff3300;
    font-weight: bold;
}
.menu > li> ul > li > ul > li a:first-letter,
.menu > li> ul > li > ul > li span:first-letter {
    text-transform: lowercase;
}


.bc {
    padding-bottom: 17px;
    font-size: 10px;
    max-width: 629px;
}
.bc span {
    color: #ff3300;
}
.bc a {
    text-decoration: none;
    color: #000;
}
.bc a:hover {
    text-decoration: underline;
}


.banner {
    margin-top: 20px;
    text-decoration: none;
    display: block;
}
.banner img {
    display: block;
}


.tags {
    margin-top: 20px;
    line-height: 1;
}
.tags a {
    text-decoration: none;
    color: #8d979d;
}
.tag-14 {
    font-size: 14px;
}
.tag-15 {
    font-size: 15px;
}
.tag-18 {
    font-size: 18px;
}
.tag-20 {
    line-height: .5;
    font-size: 20px;
}
.tag-27 {
    line-height: .7;
    font-size: 27px;
}

.sort-autopark{
    position: relative;
}

.sort-head-img{
    display: block;
    width: 10px;
    position: absolute;
    height: 24px;
    bottom: -1px;
    right: 1px;
    background: url("../images/sort-type-last.png") left top;
}

.sort {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
.sort li {
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    border-left: 1px solid #000;
}
.sort-item {
    height: 19px;
    /*background: url("../images/sort.png") repeat-x left top;*/
    background: url("../images/search-menu.png") repeat-x left top;
    padding: 0 5px;
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 16px;
    font-size: 9px;
    font-weight: bold;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sort-item__m-en {
	padding: 0 14px;
}

.sort-item:hover, .sort-item.active {
    background-position: left bottom;
    color: #000 !important;
}


.sort-item-last {
    padding: 0 20px 0 14px;
}
.sort li.active .sort-item {
    color: #000;
    cursor: default;
}

.sort-calc li.active .sort-item {
    background: url("../images/search-menu.png") repeat-x left bottom;
}

.sort-item:hover {
    color: #000;
}
.sort-item-type {
    width: 91px;
    height: 24px;
    background: url("../images/sort-type.png") no-repeat left top;
    margin: -3px 0 0 -16px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 10px;
    font-weight: bold;
	/*padding: 0 8px;*/
}

.sort-item-type__m-en  {
	padding: 0 14px;
}

.sort-item-type__m-en2  {
	padding: 0 8px;
}

.sort-item-type:hover {

    color: #000 !important;

}


.sort-item-type-last {
    /*width: 51px;
    padding-left: 25px;
    background-position: 4px 0;	*/
	width: 68px;
    padding-left: 12px;
    background-position: 3px 0;
}

.sort-item-type-last__m-en {
	width: 62px;
    padding-left: 21px;
    background-position: 4px 0;
	background: url("../images/sort-type-2.png") no-repeat left top;
}

/*
@media screen and (min-width:0\0) {
    .sort-item-type-last {
        width: 69px !important;
    }
}
*/

/* BAG FOR MOZILLA */
@-moz-document url-prefix() {
 .sort {
    width: 102%; }
.sort-head-img {
    display: none; }
}
/* END BAG FOR MOZILLA */

.sort li.active .sort-item-type {
    color: #000;
    cursor: default;
}
.sort-item-type:hover {
    color: #000;
}


.sort-table {
    padding-bottom: 30px;
    position: relative;
    width:100%;
    text-align:center;
}
.sort-table table {
    width: 100%;
}
.sort-table th {
    height: 16px;
    background: url("../images/sort-table-th.png") repeat-x;
    padding: 5px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    text-align: center;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    font-size: 10px;
}
.sort-table th + th {
    border-left: 1px solid #666;
}
.sort-table-item-1 {
    width: 265px;/*188*/
    text-align: left !important;
}
.sort-table-item-2 {
    width: 90px;
    text-align: left;
}
.sort-table-item-3 {
    width: 112px;
    text-align: left;
}
.sort-table-item-4 {
    width: 112px;
    text-align: left;
}
.sort-table-item-5 {
    width: 131px;
    text-align: left;
}

.sort-table-item-5 .amount{
    position: relative;
	width: 0px;
	height: 0px;
	float: left;
	display: inline-block;
}

.sort-table-item-5 .amount-span{
	background: #ff3300;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	display: inline-block;
	width: 38px;
	height: 14px;
	text-align: center;
	padding-top: 4px;
	position: absolute;
	top: -3px;
}

.sort-table-item-5 .gift {
    display:inline-block;
    /*background: url("../images/gift.png") no-repeat;*/
   /* width: 24px;
    height: 24px;*/
    margin-top: -6px;

    margin-left: 7px;


}
.sort-table-item-5 .gift img {
    margin: 0;
    padding: 0;
}

.sort-table-item-5 .link, .sort-table-item-1 .link{
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}

.sort-table-item-5 .link:hover, .sort-table-item-1 .link:hover{
    text-decoration: none;
}

.sort-table-item-6 {
    width: 95px;
    text-align: left;
}
.sort-table td {
    padding: 3px 5px;
    cursor: default;
    text-align: center;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    font-size: 12px;
}
.sort-table tr + tr {
    border-top: 1px dashed #666;
}
.sort-table td + td {
    border-left: 1px dashed #666;
}
td.sort-table-item-1 {
    text-decoration: underline;
    text-align: left;
}
td.sort-table-item-5 {
    text-align: right;
}
.sort-table-order {
    height: 20px;
    background: url("../images/sort-table-order.png") repeat-x;
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    line-height: 17px;
    font-size: 12px;
    font-weight: bold;
}
.sort-table-order:hover {
    color: #000 !important;
}
.sort-table-ad td {
    color: #f83800;
}
.sort-table-ad td.sort-table-item-5 {
    font-weight: bold;
}
.sort-table-ad-sp {
    background: #ff3300;
    padding: 1px 3px 4px;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.sort-table tr:hover td {
    background: #fff3e6;
}
.sort-table tr:hover td.sort-table-item-1 {
    color: #ff3300;
}

.sort-popup {
    width: 550px;
    height: 530px;
    background: #fff;
    padding: 22px 28px 28px 28px;
    border: 1px solid #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
    box-shadow: -3px 0 15px rgba(0, 0, 0, .3);
    position: absolute;
    left: 167px;
    top: 102px;
    color: #454545;
}
.sort-popup:before {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid  #666;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -31px;
    top: 160px;
    content: "";
}
.sort-popup:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 30px solid  #fff;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -30px;
    top: 160px;
    content: "";
}
.sort-popup-close {
    width: 11px;
    height: 10px;
    background: url("../images/x.png") no-repeat;
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
}
.sort-popup-title {
    color: #ff3300;
    font: bold 28px Georgia;
	height:50px;
}
.sort-popup-title-ru {
    color: #ff3300;
    font: italic 24px Georgia;
}
.sort-popup-text {
    width: 170px;
    padding: 20px 0;
    font-size: 10px;
}
.sort-popup-char {
}
.sort-popup-char-title {
    font-weight: bold;
}
.sort-popup-char-item {
    padding-top: 1px;
}
.sort-popup-right {
    width: 252px;
    position: absolute;
    right: 0;
    top: 180px;
}
.sort-popup-right-photo {
    height: 130px;
    margin-bottom: 10px;
}
.sort-popup-right-type {
    padding-top: 20px;
}
.sort-popup-right-type_capitalize{
    text-transform: capitalize;
}
.sort-popup-right-type span {
    font-size: 18px;
}
.sort-popup-right-cost {
    padding-top: 10px;
    color: #ff3300;
    font: italic 18px Georgia;
    padding-bottom: 25px;
}
.sort-popup-right-cost span {
    font-size: 30px;
    font-weight: bold;
}
.sort-popup-right-more {
    height: 21px;
    background: url("../images/sort-popup-right-more.png") repeat-x;
    padding: 0 8px;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #ededed;
    line-height: 20px;
    font-size: 11px;
}

.sort-popup-right-bron{
    background: url('../images/zakaz_btn.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    width: 82px;
    margin-left: 7px;
    position: relative;
    top: 7px;
}

.sort-popup-right-call{
    background: url('../images/call_btn.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    width: 82px;
    margin-left: 7px;
    position: relative;
    top: 7px;
}


.card {

}
.card-box {

}
.card-left {
    width: 400px;
    float: left;
}
.card-right {
    width: 300px;
    padding-top: 7px;
    float: right;
    text-align: center;
}

.char {
    padding: 8px 0 12px;
    line-height: 1;
}
.char-title {
    padding: 0 0 10px;
    font-weight: bold;
}
.char li {
    padding: 0 0 3px 22px;
}

.photo {

}
.photo-big {
    width: 300px;
    height: 200px;
    position: relative;
}
.photo-small {
    width: 302px;
    margin: 1px -1px;
}
.photo-small-item {
    width: 98px;
    height: 98px;
    position: relative;
    padding: 1px;
    float: left;
}
.photo-big .photo-more {
    width: 28px;
    height: 28px;
    background: url("../images/photo-more.png") no-repeat;
    position: absolute;
    left: 7px;
    top: 7px;
    cursor: pointer;
}
.photo-small .photo-more {
    width: 28px;
    height: 28px;
    background: url("../images/photo-more.png") no-repeat;
    position: absolute;
    right: 7px;
    bottom: 7px;
    cursor: pointer;
}

.card-cost {
    padding-top: 24px;
    color: #ff3300;
    font: italic 16px Georgia;
}
.card-cost span {
    font-size: 24px;
    font-weight: bold;
}
.card-order {
    height: 29px;
    background: url("../images/card-order.png") repeat-x;
    padding: 0 15px;
    margin-top: 16px;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
}
.card-order:hover {
    text-decoration: underline;
}

.rent-price {

}
.rent-price-table {
    width: 100%;
    background: #fff2e3;
    margin-top: 10px;
}
.rent-price-table td {
    padding: 8px 10px;
    border-top: 1px dashed #898989;
    border-bottom: 1px dashed #898989;
    text-align: center;
}
.rent-price-table td + td {
    border-left: 1px dashed #898989;
}

.about {
    padding-top: 37px;
}
.about-order {
    padding-top: 5px;
    line-height: 1;
}
.about-order a {
    background: url("../images/li-triangle.png") no-repeat 0 4px;
    padding-left: 17px;
    display: inline-block;
}


.footnote {
    padding-top: 25px;
    color: #999;
    font-size: 10px;
    font-weight: bold;
}
.footnote-item + .footnote-item {
    padding-top: 5px;
}
.footnote-star {
    width: 15px;
    padding-right: 15px;
    float: left;
    text-align: right;
}
.footnote-text {
    overflow: hidden;
}


.offer {
    padding-top: 30px;
}
.offer-box {
    padding-top: 10px;
    min-height: 130px;
}
.offer-item {
    width: 355px;
    float: left;
}
.offer-item + .offer-item {
    margin-left: 20px;
}
.offer-text {
    width: 155px;
    float: left;
}
.offer-name {
    color: #000;
    font: bold 14px Georgia;
}
.offer-cost {
    margin: 10px 0 0 30px;
    color: #ff3300;
    font: bold italic 12px Georgia;
}
.offer-cost span {
    font-size: 18px;
}
.offer-item-order {
    height: 29px;
    background: url("../images/card-order.png") repeat-x;
    padding: 0 15px;
    margin-top: 20px;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
}
.offer-item-order:hover {
    text-decoration: underline;
}
.offer-photo {
    width: 180px;
    height: 110px;
    margin-left: 15px;
    position: relative;
    float: left;
    border: 1px solid #999;
}
.offer-photo-more {
    width: 20px;
    height: 18px;
    background: url("../images/photo-more-2.png") no-repeat;
    position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
}


.order-link {
    padding-top: 20px;
    text-align: right;
    line-height: 1;
}
.order-link a {
    background: url("../images/order-link.png") no-repeat right center;
    padding-right: 25px;
    display: inline-block;
    text-decoration: none;
    color: #ff3300;
    font-size: 10px;
    font-weight: bold;
}
.order-link a:hover {
    text-decoration: underline;
}

.li {
    padding-top: 20px;
}


.pricelist + .pricelist {
    padding-top: 35px;
}
.pricelist-header {
    margin: 0 -24px 0 0;
    position: relative;
    border-bottom: 1px dashed #666;
}
.pricelist-header h2 {
    padding-bottom: 6px;
}
.pricelist-sort {
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: 24px;
    bottom: 4px
}
.pricelist-sort-item {
    width: 93px;
    height: 24px;
    background: url("../images/sort-type.png") no-repeat left top;
    padding: 0;
    margin: 0 0 0 -16px;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
}
.pricelist-sort-item:hover {
    color: #000;
}

.pricelist-sort-item-last {
    width: 65px;
    padding-left: 12px;
    padding-right: 2px;
}
.pricelist-sort-item.active {
    cursor: default;
    color: #000;
}
.pricelist-title {
    margin-top: 20px;
    display: inline-block;
    color: #000;
    font: bold 16px Georgia;
}
.pricelist-box {
    padding-top: 14px;
}
.pricelist-char {
    width: 196px;
    float: left;
    font-size: 11px;
}
.pricelist-char div + div {
    padding-top: 6px;
}
.pricelist-table {
    width: 230px;
    float: left;
}
.pricelist-table th,
.pricelist-table td {
    border-left: 1px dashed #666;
    border-right: 1px dashed #666;
    font-size: 10px;
    font-weight: normal;
}
.pricelist-table th {
    padding-top: 0;
}
.pricelist-table-item-1 {
    width: 110px;
    padding: 6px 10px 6px;
    text-align: right;
}

.pricelist-table-item-1-tvd{
    text-align: left;
}

.pricelist-table-item-2 {
    width: 136px;
    padding: 6px 0 6px 14px;
    text-align: left;
}



.pricelist-right {
    width: 300px;
    float: left;
    text-align: center;
}
.pricelist-photo {
    width: 300px;
    height: 130px;
    /*position: relative;*/
}
.pricelist-photo-more {
    width: 20px;
    height: 18px;
    background: url("../images/photo-more-2.png") no-repeat;
    /*position: absolute;*/
    left: 37px;
    top: 0;
    cursor: pointer;
}
.pricelist-cost {
    padding-top: 40px;
    color: #ff3300;
    font: italic 16px Georgia;
}
.pricelist-cost span {
    font-size: 24px;
    font-weight: bold;
}
.pricelist-order {
    height: 27px;
    background: url("../images/pricelist-order.png") repeat-x;
    padding: 0 15px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
}
.pricelist-all-expand,
.pricelist-all-collapse {
    background: url("../images/pricelist-all.png") no-repeat 0 -18px;
    padding-left: 17px;
    display: inline-block;
    cursor: pointer;
    color: #ff3300;
    font-size: 10px;
    font-weight: bold;
}
.pricelist-all-collapse {
    background-position: 0 3px;
}
.pricelist-all-expand {
    display: inline-block;

}
.pricelist.active .pricelist-all-expand {
    display: none;
}
.pricelist-all-collapse {
    display: none;
}
.pricelist.active .pricelist-all-collapse {

    display: inline-block;
}


.pic-right {
    margin: 0 0 20px 20px;
    float: right;
    clear: both;
}
.pic-left {
    margin: 0 20px 20px 0;
    float: left;
}
.pic-center {
    margin: 25px auto 35px;
    display: block;
}


.news-item + .news-item {
    padding-top: 10px;
}
.news-date {
    padding-bottom: 7px;
    font-size: 10px;
    font-weight: bold;
}
.news-title {
    margin-bottom: 10px;
}

.paging {
    padding-top: 40px;
    font-size: 10px;
}
.paging-title {
    padding-bottom: 8px;
}
.paging-box {
    padding: 4px 0 0;
    margin: 0;
}
.paging-item,
.paging-prev,
.paging-next,
.paging-first,
.paging-last {
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.paging-item {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.paging-item + .paging-item {
    border-left: 0 none;
    border-right: 1px solid #000;
}
.paging-item.active {
    color: #ff3300;
    font-weight: bold;
}
.paging-item span,
.paging-item a {
    padding: 0 6px;
    display: inline-block;
}
.paging-prev a,
.paging-first a {
    padding: 0 8px 0 0;
}
.paging-next a,
.paging-last a {
    padding: 0 0 0 8px;
}
.paging-prev,
.paging-next,
.paging-first,
.paging-last {
    border: 0 none;
}
.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    text-decoration: none;
    color: #666;
}


.attention {
    padding: 20px 0;
    color: #808080;
    font-size: 12px;
    font-weight: bold;
}
.attention span {
    text-transform: uppercase;
    color: #ff0000;
}


.order {
    padding-top: 5px;
    text-align: right;
    line-height: 1;
}
.order-left {
    text-align: left;
}
.order a {
    background: url("../images/order.png") no-repeat 0 3px;
    padding-left: 17px;
    display: inline-block;
    color: #ff3300;
    font-size: 11px;
    font-weight: bold;
}


.step {
    height: 24px;
    background: #27282c;
    padding: 0 10px;
    margin: 23px 0 0;
    line-height: 24px;
    font-size: 10px;
}
.step li {
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #999;
    font-weight: bold;
}
.step li + li {
    margin-left: 50px;
}
.step li span {
    text-decoration: underline;
}
.step li span:hover {
    text-decoration: none;
}
.step li.active {
    color: #fff;
}
.step li.active span {
    text-decoration: none;
}
.step li i {
    width: 40px;
    height: 24px;
    background: url("../images/step.png") no-repeat center -15px;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.step li.active i {
    background-position: center 8px;
}




.download {
    width: 82px;
    height: 20px;
    background: url("../images/download.png") no-repeat;
    margin-left: 25px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
}
.download:hover {
    text-decoration: underline;
}




.remember-site {
    background: url("../images/remember-site.png") no-repeat left center;
    padding-left: 23px;
    display: inline-block;
    color: #ff3300;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
}

.go-top {
    width: 64px;
    height: 64px;
    background: url("../images/go-top.png") no-repeat;
    cursor: pointer;
    position: fixed;
  	display: none;
    right: 20px;
    bottom: 157px;
	z-index: 2;
}


/* form */
.form {
    line-height: 1.3;
}
form {
    padding: 0;
    margin: 0;
}
select {
    width: 155px;
    height: 20px;
    background: #fff;
    border: 1px solid #999;
    color: #010101;
    font-size: 13px;
    font-family: Arial;
}
select.select-day {
    width: 50px;
    font-size: 12px;
}
select.select-month {
    width: 105px;
    font-size: 12px;
}
select.select-time {
    width: 40px;
    font-size: 12px;
}
label {
    vertical-align: middle;
    color: #010101;
    font-size: 12px;
}
input {
    vertical-align: middle;
}
input.input-calculate {
    width: 294px;
    height: 50px;
    background: url("../images/input-calculate.png") no-repeat;
    padding-bottom: 4px;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}
input.input-calculate:hover {
    text-decoration: underline;
}

.form-item {

}
.form-item-checkbox {
    padding-bottom: 5px;
}
.form-item + .form-item,
.form-item + .form-item-date,
.form-item-date + .form-item,
.form-item-date + .form-item-date {
    padding-top: 5px;
}
.form-item-point {
    padding-top: 10px !important;
}
.form-item-left {
    width: 135px;
    min-height: 20px;
    float: left;
    color: #010101;
    font-size: 12px;
}
.form-item-right {
    width: 157px;
    min-height: 20px;
    padding-top: 5px;
    float: left;
}
.form-item-date .form-item-left {
    width: 186px;
}
.form-item-date .form-item-right {
    width: 106px;
    padding-top: 0;
}
.form-item-title {
    padding-bottom: 3px;
}

.filter {
    padding-top: 15px;
}
.filter-select {
    width: 162px;
    height: 26px;
    background: #fff url("../images/filter-select.png") no-repeat right top;
    position: relative;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.filter-select-small {
    width: 142px;
}
.filter-select + .filter-select {
    margin-left: 5px;
}
.filter-select-text {
    padding-left: 7px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #666;
    line-height: 26px;
}
.filter-select select {
    width: 100%;
    height: 26px;
    opacity: 0;
    cursor: pointer;
}
.filter-select option {
    background: #fff;
    padding: 5px 0 0 7px;
    color: #666;
    line-height: 1.3;
    font: bold 12px Verdana;
}
.filter input[type="submit"], .filter input[type="button"] {
    height: 28px;
    background: #fff url("../images/filter-submit.png") repeat-x;
    padding: 0 14px 2px;
    margin-left: 5px;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    line-height: 26px;
    font: bold 12px Verdana;
}

.search-word {
    padding-bottom: 30px;
}
.search-word-text {
    width: 380px;
    height: 26px;
    background: #fff;
    padding: 0 50px 0 20px;
    float: left;
}
.search-word-form {
    width: 260px;
    height: 26px;
    background: #fff;
    padding-left: 18px;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.search-word input[type="text"] {
    width: 184px;
    height: 26px;
    background: transparent;
    margin-right: 10px;
    float: left;
    border: 0 none;
    color: #333;
    font-size: 12px;
}
.search-word input[type="submit"] {
    width: 66px;
    height: 26px;
    background: #fff url("../images/search-word-submit.png") repeat-x;
    float: left;
    border: 0 none;
    border-left: 1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    color: #333;
    font: bold 12px Verdana;
}

.captcha {
    display: block;
    border: 1px solid #666;
}


.cost-filter {
    padding-top: 25px;
}
.cost-filter-title {
    padding: 17px 0 15px;
    color: #ff3300;
    font-weight: bold;
}
.cost-filter option,
.cost-filter .filter-select {
    font-size: 11px;
    font-weight: normal;
}
.cost-filter option {
    padding-left: 13px;
}
.cost-filter-item + .cost-filter-item {
    padding-top: 14px;
}
.cost-filter-name {
    width: 270px;
    padding: 5px 10px 0 0;
    float: left;
}
.cost-filter-name span {
    color: #ff3300;
}
.cost-filter-value {
    width: 440px;
    float: left;
}
.cost-filter .filter-select {
    background-image: url("../images/cost-filter-select.png");
    width: 260px;
}
.filter-select.cost-filter-day {
    width: 64px;
    position: relative;
    z-index: 15;
}
.filter-select.cost-filter-month {
    width: 142px;
    margin-left: -5px;
    position: relative;
    z-index: 14;
}
.cost-filter .filter-select-text {
    padding-left: 13px;
    color: #000;
}
.cost-filter option {
    color: #000;
}
.filter-select.cost-filter-hour {
    width: 64px;
    margin-left: -5px;
    position: relative;
    z-index: 13;
}
.filter-select.cost-filter-minute {
    width: 64px;
    margin-left: -5px;
    position: relative;
    z-index: 12;
}
.cost-filter-additional {
    padding-top: 13px;
}
.cost-filter-additional table {
    width: 100%;
    margin-top: 11px;
}
.cost-filter-additional th {
    height: 27px;
    background: url("../images/cost-filter-additional-table.png") repeat-x;
    border: 1px solid #666;
    text-align: left;
    vertical-align: middle;
    color: #000;
    font-size: 10px;
    font-weight: bold;
}
.cost-filter-additional td {
    padding-top: 10px;
    vertical-align: top;
}
th.cost-filter-additional-1 {
    width: 260px;
    padding-left: 30px;
    border-left: 0 none;
}
th.cost-filter-additional-2 {
    width: 390px;
    padding-left: 40px;
}
th.cost-filter-additional-3 {
    width: 100px;
    padding-left: 15px;
    border-right: 0 none;
}
td.cost-filter-additional-1 {
    width: 260px;
    border-left: 0 none;
}
td.cost-filter-additional-2 {
    width: 390px;
    padding-left: 40px;
}
td.cost-filter-additional-3 {
    width: 100px;
    padding-right: 20px;
    text-align: right;
}
.cost-filter-additional input[type='checkbox'] {
    margin: 2px 15px 0 0;
    vertical-align: top;
}
.cost-filter-additional label {
    cursor: pointer;
}
.cost-filter-additional td span {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
.cost-filter-submit {
    padding: 18px 0 0 280px;
}
.input-calculate {

}
.notes,
.notes-gray {
    padding-top: 30px;
    color: #ff0000;
    font-size: 9px;
    font-weight: bold;
}
.notes-gray {
    color: #999;
}
.notes-contacts {
    padding: 65px 0 35px;
}
.notes-star {
    width: 20px;
    float: left;
}
.notes-text {
    overflow: hidden;
}
.notes-line {
    width: 140px;
    height: 0;
    padding-bottom: 8px;
    border-top: 1px solid #666;
}
.cost-filter-total {
    padding: 25px 0 0 277px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.client {
    padding-top: 25px;
}
.client-item + .client-item {
    padding-top: 14px;
}
.client-name {
    width: 115px;
    padding: 5px 10px 0 0;
    float: left;
}
.client-name span {
    color: #ff3300;
}
.client-value {
    width: 590px;
    float: left;
}
.client-value input, .client-value select {
    width: 370px;
    height: 23px;
    padding: 0 10px;
    border: 1px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 23px;
}
.client-value textarea {
    width: 370px;
    height: 54px;
    padding: 10px;
    border: 1px solid #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}
.cost-filter-agree {
    padding-bottom: 20px;
}
.cost-filter-agree input {
    margin-right: 20px;
}
.cost-filter-agree label {
    font-size: 14px;
}

.cost-filter .offer {
    padding-top: 10px;
}

.set {
    background: #fff3e6;
    padding: 20px 20px 31px;
    margin: 18px 0 35px;
    border: 1px solid #ff3f0f;
    color: #666;
    font-size: 11px;
    font-weight: bold;
}

input.client-submit {
    width: 95px !important;
    height: 29px;
    background: url("../images/client-submit.png") repeat-x center center;
    padding: 0 0 2px;
    display: inline-block;
    border: 1px solid #dc6b00;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fefeff;
    font: bold 12px/1 Verdana;
}
input.client-submit:hover {
    text-decoration: underline;
}
input.client-reset {
    width: 95px !important;
    height: 29px;
    background: url("../images/client-reset.png") repeat-x center center;
    padding: 0 0 2px;
    margin-left: 7px;
    display: inline-block;
    border: 1px solid #666;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fefeff;
    font: bold 12px/1 Verdana;
}
input.client-reset:hover {
    text-decoration: underline;
}


.contacts {
    margin-top: -13px;
}
.contacts-left {
    width: 520px;
    margin-right: 10px;
    float: left;
}
.contacts-right {
    width: 200px;
    padding-top: 23px;
    float: right;
}
.contacts-right a,
.contacts-right a img {
    display: block;
    margin-top: 2px;
}
.contacts-right a + a {
    margin-top: 18px;
}

.sendmail {
    height: 31px;
    background: #ff7400 url("../images/sendmail.png") no-repeat 17px center;
    padding: 0 20px 0 55px;
    margin: 15px 0 20px 20px;
    display: inline-block;
    border: 1px solid #c85b00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}
.sendmail:hover {
    text-decoration: underline;
}

.feedback {
    padding-top: 30px;
}


.reviews-item + .reviews-item {
    padding-top: 10px;
}
.reviews-date {
    padding-bottom: 7px;
    font-size: 10px;
    font-weight: bold;
}
.reviews-title {
    margin-bottom: 10px;
}
.reviews-send {
    padding-top: 15px;
}
.reviews-send h2 {
    margin: 35px 0 10px;
}
.reviews-send .client {
    padding-top: 10px;
}
.reviews-send .client-value input {
    width: 700px;
}
.reviews-send .client-value textarea {
    width: 700px;
    height: 104px;
}
.reviews-send .client-value input.reviews-name {
    width: 210px;
}
.reviews-send .client-value {
    width: 720px;
    float: none;
}
.reviews-send .client-name {
    width: 720px;
    padding: 0 0 13px;
    float: none;
}


.rental {

}
.rental-item h2 {
    margin-bottom: 8px;
}
.rental-item + .rental-item {
    margin-top: 5px;
}
.rental-line {
    width: 610px;
    height: 1px;
    background: url("../images/rental-line.png") repeat-x;
    margin-bottom: 6px;
}
.rental-content {
    width: 580px;
    float: left;
}
.rental-pic {
    width: 150px;
    float: left;
}
.rental-name {
    width: 70px;
    float: left;
}
.rental-text + .rental-text {
    margin-top: 2px;
}
.rental-time {
    margin-bottom: 20px;
}
.rental-time .rental-name {
    width: 110px;
    float: left;
}
.rental-value {
    width: 500px;
    float: left;
}
.rental-time .rental-value {
    width: 460px;
    float: left;
}
.rental-metro {
    color: #ff3300;
    font-weight: bold;
}
.rental-pic {
    padding-top: 7px;
}
.rental-pic-box {
    margin-top: 4px;
    /*position: relative;*/
}
.rental-more-link {
    background: url("../images/order-link.png") no-repeat right center;
    padding-right: 15px;
    text-decoration: none;
    color: #ff3300;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
}
.rental-more-link:hover {
    text-decoration: underline;
}
.rental-more {
    width: 21px;
    height: 19px;
    background: url("../images/more.png") no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.rental-more-link:hover {
    text-decoration: underline;
}


.directions {
    width: 500px;
    height: 740px;
    padding: 10px;
    position: relative;
}
.directions-close {
    height: 13px;
    background: url("../images/directions-close.png") no-repeat right center;
    padding-right: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 13px;
    font-size: 10px;
}
.directions-print {
    height: 13px;
    background: url("../images/directions-print.png") no-repeat right center;
    padding-right: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /*text-align: right;*/
    cursor: pointer;
    text-decoration: underline;
    line-height: 13px;
    font-size: 10px;
}
.directions-title {
    padding-top: 5px;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
}
.directions-photo {
    padding-top: 10px;
}
.directions-map {
    padding-top: 10px;
}
.directions-map img {
    padding: 1px;
    border: 1px solid #ccc;
}
.directions-text {
    padding-top: 15px;
    font-size: 11px;
}
.directions-text p {
    padding: 2px 0 0;
}
.directions-text p.directions-padding {
    padding-top: 10px;
}


















/* footer */
.footer {
    height: 285px;
    background: #000 url("../images/footer.png") repeat-x;
    padding: 37px 20px 0;
    margin-top: -290px;
    color: #fff;
    font-size: 12px;
    min-width: 1050px;
    position: relative;
}
.footer-info {
    width: 315px;
    padding: 0 22px;
    float: left;
}
.footer-title {
    font-weight: bold;
    display: inline-block;
}
.footer-phone {
    background: url("../images/footer-phone.png") no-repeat 0 17px;
    padding: 9px 0 0 18px;
    margin: 5px 0;
    font-size: 29px;
    font-family: Arial;
}
.footer-phone span {
    color: #ff6600;
}
.footer-tagline {
    color: #fff;
    font-weight: bold;
}
.footer-link {
    width: 250px;
    padding-right: 18px;
    float: left;
    line-height: 1.5;
}
.footer-link + .footer-link {
    width: 250px;
    padding-right: 0;
    float: left;
}
.footer-link a {
    text-decoration: none;
    color: #fff;
}
.footer-link a:hover {
    text-decoration: underline;
}

.counters {
    width: 130px;
    margin-top: -25px;
    float: left;
}
.counters-remember {
    color: #fff;
    font-size: 11px;
}
.counter {
    padding-top: 14px;
}





.text-orange {
    color: #ff3300;
}

.nobr{
    white-space: nowrap;
}

.news-detail img{
    padding-left: 25px;
    padding-bottom: 25px;
}

.active .submenu__active-item span{
    background: none;
    padding-left: 0;
    text-decoration: none;
    color: #000;

}

.plug-inner-cost_mainpage{
    top: 45px;
    padding: 32px 3px;
}

.search-page__sort-filter{
    font-size: 10px;
}

.search-page-item{
    padding: 10px 0;
}

.search-page-item__greylink{
    color: #666;
}

.paging_top{
    padding-top: 0;
}

.card-cost-wrapper{
    padding-bottom: 20px;
}

.card-cost-wrapper .card-cost{
    padding-top: 10px;
}

.zakaz_avto .date-input, .zakaz_avto .time-input{
    font-size: 13px;
}

.rentalblock {
    width: 100%;
    margin-top: 13px;
}

.rentalblock__link {
    color: #fff;
    text-decoration: none;
}


.rentalblock__link:hover {
    text-decoration: underline;
}

.question__link, .call-me__link{
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 1245px) {
    .call-me-box{
        left: -245px;
    }
}

.share42init-regular{
    padding-bottom: 25px;
    margin-left: 260px;
}

.share42init-main{
    padding-bottom: 25px;
}



.footer .promo-code{
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
    background: #FF3300;
    font-weight: bold;
}

.promo-code-wrapper{
    position: absolute;
    /* right: 0px; */
 top: 0px;
    padding: 3px;
    color: #fff;
    background: #FF3300;
    z-index: 3;
    width: 70px;}

.promo-code-wrapper .promo-code{

    font-weight: bold;
}

.promocode-lead-input input{
    float: left;
}

.promocode-lead-input td{
    padding: 5px 12px;
    border: 1px solid #999;
}

.promocode-lead-input input[type="radio"]{
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.promocode-lead-input .error{
    font-size: 12px !important;
}

.plug-type-img{
    width: 152px;
    height: 91px;
    border: 0;
}

.add-lead{
    position: relative;
    right: 13px;
}

.sort-table-item-arrow{
    width: 5px;
    height: 10px;
    background-image: url("../images/sort-arrows.png");
    cursor: pointer;
    background-position: left;
    position: relative;
    left: 3px;
    top: 2px;
    display: inline-block;
}

.sort-table-item-arrow-right{
    background-position: right;
}

.sort-table-item-arrows{
    width: 10px;
    height: 10px;
    background-image: url("../images/sort-arrows.png");
    cursor: pointer;
    position: relative;
    left: 3px;
    top: 2px;
    display: inline-block;
}

.header-new-year {
    display: block;
    position: absolute;
    left: -240px;
    top: 0;
    z-index: 100;
}

/*@media only screen and (max-width:1280px) {
    .footer-new-year {
        display: none;
    }
}
@media only screen and (min-width:1280px) and (max-width: 2000px) {
    .footer-new-year {
        display: block;
        overflow: hidden;
        position: absolute;
        right: -260px;
        top: -430px;

    }
    body{
        overflow-x: hidden;
    }
}*/

.footer-new-year {
        display: block;
        overflow: hidden;
        position: absolute;
        right: -260px;
        top: -430px;

    }

.anons-news {
	font-size: 11px;
	font-weight: bold;
	color: rgb(153, 153, 153);
	padding-bottom: 20px;
}

.copyright {
    margin-top: 6px;
    font-family: Verdana;
    font-size: 9px;
    color: #FFFFFF;
    line-height: 14px;

}

.copyright-link {
    color: #fff
}

/*----------------------------------- Car brands slider BEGIN ---------------------------------------------*/
.slider-container {
	width:100%;
	border-top:1px solid;
	border-bottom:1px solid;
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #dedede 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #dedede), color-stop(40%, #ffffff), color-stop(50%, #ffffff), color-stop(60%, #ffffff), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #dedede 0%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #dedede 100%);
	background: -o-linear-gradient(top, #dedede 0%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #dedede 100%);
	background: -ms-linear-gradient(top, #dedede 0%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #dedede 100%);
	background: linear-gradient(to bottom, #dedede 0%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#dedede', GradientType=0 );
}

.overlay-container {
	display:none;
	position:absolute;
	z-index:9;
	width:100%;
	min-width:1090px;
	height:5000px;
	background-color:#999;
	opacity:0.8;
	margin-top:1px;
}

.models-container {
	display:none;
	width:1045px;
	height:auto;
	min-height:50px;
	left:0;
	right:0;
	position:absolute;
	margin:0 auto 0 auto;
	background-color:#fff;
	padding:30px 0px 30px 30px;
	z-index:10;
	box-shadow: 0px 5px 40px 0px #777;
	border-top:1px solid #888;
}

.models-container:before {
    content: '';
    border: 16px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    /*left: 50%;*/
    top: -30px;
    width: 0;
}

.car-brands-wrapper {
    height: 110px;
    /*background: url("../images/search-results.png") repeat-x;
    border-bottom: 1px solid #000;
	border: 1px solid #000;*/
	position: relative;
    top: -300px;
	right: 0px;
}

.car-brands-subwrapper {
    width: 1045px;
    padding: 0 4px 0 100px;
    margin: 0 auto;
    position: relative;
	height: 110px;
}

.car-brands-subwrapper-inner {
    width: 1045px;
    padding: 0 5px 0 5px;
    margin: 0 auto;
    position: relative;
	height: 110px;
}

.car-brands-title{
margin: 0 auto;
font-size: 18px;
font-weight: bold;
text-align: center;
width: 500px;
text-transform: uppercase;
}

.car-brands-box{
	width: 967px;
    margin: 0 26px;
    height: 87px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.car-brands-prev,
.car-brands-next {
    width: 24px;
    height: 87px;
    background: url("../images/search-results-arrow.png") no-repeat left center;
    display: block;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.car-brands-prev {
	top: -87px;
    left: 0px;
}
.car-brands-next {
    background-position: right center;
	top: -174px;
    left: 995px;
}

.car-brands-prev .bx-prev, .car-brands-next .bx-next {
	display: block !important;
	height: 100%;
	width: 100%;
}

.car-brands-box {
    width: 967px;
    margin: 0 26px;
    height: 87px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.car-brands-scroll {
    width: 5000px;
    display: block;
}
.car-brands-item {
    width: 125px;
    height: 87px;
    background: none;
    padding: 0 18px;
    display: block;
    float: left;
    text-decoration: none;
    color: #000;
    font-size: 10px;
}
.car-brands-name {
    padding-top: 4px;
    font-weight: bold;
}
.car-brands-img {
    padding-top: 5px;
}
.car-brands-cost {
    padding-top: 2px;
    font-weight: bold;
}

.sort-popup-right1 {
    width: 250px;
    float: left;
    margin-top: -21px;
}

.sort-popup-left {
    float: left;
}

.clear {
    clear: both;
}

.margin-top {
    margin-top: 20px;

}

.sort-popup-char1 {
    height: auto;
    width: 265px;
    margin-bottom: 80px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/*----------------------------------- Car brands slider END ---------------------------------------------*/

/*----------------------------------- Offer select page BEGIN -------------------------------------------------*/
.chart li {
 width: 24px;
    float: left;
    padding-left: 28px;
    font-size: 12px;
}

#placef, #depart_start, #depart_stop, .coltime .filter-select option {
    font: normal 11px Verdana !important;
}

a.pressed {
	padding: 0 30px 0 0;
    opacity: 1;
    /*background: #ffffff url("../images/icon_cross.png") no-repeat 100% 50%;*/
}

.inres {
	display: none;
}

.inresli {
	cursor: pointer;
    color: #fff;
    background: #fff;
    display: inline-block;
    float: left;
    padding: 6px;
    margin-left: 5px;
}

.inresli.active {
	cursor: default;
    color: #000;
    /*border: 2px solid orange;*/
    background: orange;
    border-radius: 50px;
    font-weight: bold;
    opacity: 1;
}

.inresli a {text-decoration: none;}

.pfilter-item {
	cursor: pointer;
    width: auto;
    background: #fff;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 12px;
    border-radius: 20px;
    align-content: center;
    opacity: .5;
}

.pfilter-item.active {
	cursor: pointer;
    color: #000;
    border: 2px solid orange;
    background: #fff;
    font-weight: bold;
    opacity: 1;
}

.pfilter-item a {
	text-decoration:none;
	display:block;
	float:left;
}

.stock {
	cursor: pointer;
    width: auto;
    background: #fff;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    align-content: center;
    /*opacity: .5;*/
    border-color:#ccc !important;

	text-transform:uppercase;
	color:#ffa300;
}

.stock.active {
	cursor: pointer;
    border: 2px solid orange !important;
}

.stock a {
	text-decoration:none;
	display:block;
	float:left;

	color:#ffa300;
	font-weight:bold;
}

.stock i.i-left {
	color:#ffa300;
	font-size:16px;
	padding-right:5px;
}

.stock i.i-right {
	color:#ffa300;
	font-size:16px;
	padding-left:5px;
}

.filter_cancel {
	display:block;
	float:right;
	margin-left:10px;
	width:15px;
	height:15px;
	background: url("../images/icon_cross.png") no-repeat;
}

.inl li {
    display: inline-block;
    border: 2px solid #999;
}

.col-md-4 img {max-width:100%;}

.sx-icon-aircondition {
    background: url("/upload/iblock/db9/char_02.png") no-repeat 2px;
}

.sx-icon-transmission_manual {
    background: url("/upload/iblock/db9/char_04.png") no-repeat 2px;
}

.sx-icon-person {
    background: url("/upload/iblock/db9/char_09.png") no-repeat 2px;
}

.sx-icon-luggage_case {
    background: url("/upload/iblock/db9/char_11.png") no-repeat 2px;
}

.price_day {
	float: left;
    color: #ff3300;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.price_all {
	float: left;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
}

.glyphicon {
    height: 20px;
    width: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.vyd {
	padding: 10px 0;
	border-bottom:1px solid #dedede;
	height:180px;
}

.glyphicon-ok {
    background: url("../images/ic_07.png") no-repeat 0 6px;
}

.col-md-4 {
	width: 30%;
    float: left;
    padding: 10px;
    display: block;
}

.col-md-4t {
	width: 30%;
    float: left;
    padding: 10px;
    display: block;
}

.col-md-4f {
	width: 47%;
    float: left;
    padding: 10px;
    display: block;
}

.inlist li {
	margin: 10px 0;
	background:none;
}

.inlist li a {text-decoration: none;}

.inlist li a:hover {
	text-decoration: none;
    padding: 6px;
    margin-left: -6px;
    background: orange;
    border-radius: 50px;
    font-weight: bold;
 }

.coltime {
	display: inline-block;
	width: 100%;
}

#depart_start, #depart_stop {
	cursor: pointer;
    background: #ffffff url("../images/ibe-time.png") no-repeat 0% 50%;
    height: 21px !important;
    padding-top: 1%;
    padding-bottom: 0;
    border-radius: 3px;
	padding-left: 30px;
	max-width: 74%;
}

#placef {
	/*max-width: 87%;*/
    background: #ffffff url("../images/ibe-gps.png") no-repeat 2% 50%;
    height: 21px !important;
	cursor: pointer;
	padding-top: 1%;
    padding-bottom: 0;
    border-radius: 3px;
	padding-left: 30px;
}

#timef {
	width: 51%;
    /* padding: 5px 0 5px 0; */
    cursor: pointer;
    background: #ffffff url("../images/ibe-date.png") no-repeat 0% 50%;
    height: 21px !important;
    padding-top: 1%;
    padding-bottom: 0;
    border-radius: 3px;
    /* font-size: 14px; */
	padding-left: 30px;
}

.inl li {display:inline-block;}

.disabled {
	opacity:0.3;
	pointer-events:none;
}
/*----------------------------------- Offer select page END -------------------------------------------------*/

.bold {
	font-weight:bold;
}
.output_order_link a {
	padding:0;
	margin-top:10px;
	line-height: 1.3;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.output_order_link a:hover {
	text-decoration:underline;
}


.button_name_submitForm {width: 95px !important;
    height: 29px;
    background: url(../images/client-submit.png) repeat-x center center;
    padding: 0 0 2px;
    display: inline-block;
    border: 1px solid #dc6b00;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fefeff;
    font: bold 12px/1 Verdana;
}
.form {
  position: relative;}
.paranja_theme_submiting {
    z-index: 5;
    background: #fff;
    background: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.paranja_state_close {
    visibility: hidden;
  opacity: 0;}
input[type="hidden" i] {
  display: none;}
.island__section_theme_clear {
    border: none;
}
.island__section {
    position: relative;
  padding: 0 20px;}
.data-unit {
    margin-bottom: 15px;
}
.data-unit_valign_middle .data-unit__base, .data-unit_valign_middle .data-unit__label {
    vertical-align: middle;
}
.data-unit__label {
    box-sizing: border-box;
    width: 40%;
    padding-right: 15px;
    min-height: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-unit__base, .data-unit__label {
  display: inline-block;}
.label2 {
    display: inline-block;
	    line-height: 27px;
}
.data-unit__base {
    word-wrap: break-word;
       width: 59%;
}
.input_size_m {
    font-size: 15px;
    line-height: 32px;
}
.input_theme_normal, .input_theme_normal .input__control {
    font-family: Arial,sans-serif;
}
.input_theme_normal {
    color: #000;
}
.input {
    position: relative;
    display: inline-block;
  width: 100%;}
.input__box {
    display: block;
    cursor: text;
}
.input__box, .input__control {
    position: relative;
    box-sizing: border-box;
}
.input_theme_normal .input__box:before {
    border: 1px solid #000;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    -webkit-transition-property: border-color,border-width;
    transition-property: border-color,border-width;
}
.input__box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    content: '';
    background-clip: padding-box;
}
.input_size_m .input__control {
    line-height: 32px;
}
.input_size_m .input__control, .input_size_m .input__hint {
    height: 32px;
    border-right-width: 10px;
    border-left-width: 10px;
}
.input_theme_normal .input__control {
    color: inherit;
}
.input__control_uppercase_yes {
    text-transform: uppercase;
}
.input__control {
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 100%;
    color: #000;
    border: 0 solid transparent;
    outline: 0;
    background: 0 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}
.subscribe {
    margin: 0;
    white-space: normal;
}
.island__section:last-child {
    border-bottom: 0;
}
.island__section_indent_no-vertical {
    padding-top: 0;
    padding-bottom: 0;
}
.checkbox_size_s {
    font-size: 13px;
}
.checkbox_theme_normal {
    color: #000;
}
.checkbox {
    display: inline-table;
    border-spacing: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Arial,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
}
.checkbox_size_s .checkbox__box {
    width: 14px;
    height: 14px;
}
.checkbox__box {
    position: relative;
    z-index: 0;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}
.checkbox_size_s {
    font-size: 13px;
}
.checkbox_size_s .checkbox__label {
    padding-left: 5px;
}
.checkbox__label {
    display: table-cell;
    cursor: pointer;
}
.subscribe__wrapper {
    background-color: #fff;
    padding: 15px 10px 10px;
    margin: 8px -10px -10px;
	    border-top: 1px dashed #898989;
}
.radio-button_size_m {
    font-size: 15px;
    line-height: 32px;
}
.radio-button_theme_normal {
    color: #000;
}
.radio-button {
    display: inline-block;
    white-space: nowrap;
    font-family: Arial,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.radio-button__radio {
    cursor: pointer;
}
.radio-button__radio_side_left, .radio-button__radio_side_left:before {
    border-radius: 20px;

}
.radio-button__radio {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 -1px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    outline: 0;
}
.radio-button_theme_normal .radio-button__radio_side_both:before, .radio-button_theme_normal .radio-button__radio_side_left:before {
    border-left-color: rgba(0,0,0,.2);
}
.radio-button_theme_normal .radio-button__radio:before {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0,0,0,.2) rgba(0,0,0,.1) rgba(0,0,0,.2) rgba(0,0,0,.1);
	border-radius: 20px;
}
.radio-button__radio_side_left, .radio-button__radio_side_left:before {
    border-radius: 20px;

}
.radio-button__radio:after, .radio-button__radio:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.radio-button__control {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
input[type="radio" i] {
    margin: 3px 3px 0px 5px;
}
.radio-button__text {
    position: relative;
    z-index: 1;
    padding: 0 1em;
    pointer-events: none;
}
.radio-button_theme_normal .radio-button__radio:after {
    background-color: #fff;
}
.radio-button__radio_side_left:after {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.radio-button__radio:after {
    z-index: -2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}
.radio-button__radio_checked_yes {
	margin-left: 0px;
    margin-right: 0px;
    color: #fff;
}
.radio-button_theme_normal .radio-button__radio_checked_yes:after {
    background-color: #ffa101;
    border-radius: 20px;
}
.radio-button__radio_side_right:after {
    right: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.i-ua_placeholder_yes .input__hint_fallback_yes {
    display: none;
}
.input_size_m .input__control, .input_size_m .input__hint {
    height: 32px;
    border-right-width: 10px;
    border-left-width: 10px;
}
.data-unit__base, .data-unit__label {
    display: inline-block;
}
.b-calc-form__input-text_error {
	border: 1px solid #FF0000 !important;
	padding:0 9px;
}
.fines-list {
	width:100%;
	margin:10px 0;
}
.fines-list thead th {
	text-align:center;
	padding:7px;
	background-color:#ff9c01;
	color:#fff;
	border-bottom:1px solid #fff;
}
.fines-list tbody td {
	text-align:center;
	font-size:12px;
	padding:7px;
}
.no_fines {
	padding:15px;
	border-radius:0;
	border:1px dashed #898989;
	width:628px;
}

.auto-list {
	width:100%;
	margin:10px 0;
}
.auto-list thead th, .fines-list thead th {
	text-align:center;
	padding:7px;
	background-color:#ff9c01;
	color:#fff;
	border:1px solid #ddd;
}
.auto-list tbody td, .fines-list tbody td {
	text-align:center;
	font-size:12px;
	padding:3px 7px;
	border:1px solid #ddd;
	background-color:#fff;
}
.auto-list tbody td input[type="text"]{
	width:80px;
	padding:3px 5px;
	border:1px solid #ddd;
	font:12px Verdana;
	text-transform:uppercase;
}
.new-auto {
	width:300px;
	margin:10px 0;
}
.new-auto td {
	text-align:left;
	font-size:12px;
	padding:5px 7px;
	/*border:1px solid #ddd;*/
}
.new-auto td input[type="text"] {
	padding:5px 5px;
	border:1px solid #aaa;
	font:12px Verdana;
	text-transform:uppercase;
}
.fines-list thead th {
	background-color:#cc4242;
	color:#fff;
	border:1px solid #ddd;
}
.fines-list tbody td {
	border:1px solid #fff;
	background-color:#f5f5f5;
	padding:3px 7px;
}
