﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*---- New Header ----*/

/*html, body {
    font-family: 'Open Sans', sans-serif;
}*/
@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.eot');
    src: url('../fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff'),
         url('../fonts/FuturaPTBold.ttf') format('truetype'),
         url('../fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
}
@font-face {
    font-family: 'futura-demic';
    src: url('../fonts/futura-demic.eot');
    src: url('../fonts/futura-demic.eot') format('embedded-opentype'),
         url('../fonts/futura-demic.woff2') format('woff2'),
         url('../fonts/futura-demic.woff') format('woff'),
         url('../fonts/futura-demic.ttf') format('truetype'),
         url('../fonts/futura-demic.svg#futura-demic') format('svg');
}
@font-face {
    font-family: 'FuturaPTregular';
    src: url('../fonts/FuturaPTregular.eot');
    src: url('../fonts/FuturaPTregular.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTregular.woff2') format('woff2'),
         url('../fonts/FuturaPTregular.woff') format('woff'),
         url('../fonts/FuturaPTregular.ttf') format('truetype'),
         url('../fonts/FuturaPTregular.svg#FuturaPTregular') format('svg');
}
/* @font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.eot');
    src: url('../fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff'),
         url('../fonts/FuturaPTBold.ttf') format('truetype'),
         url('../fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
} */

@font-face {
    font-family: 'Proxima-NovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaLight.woff2') format('woff2'),
         url('../fonts/ProximaNovaLight.woff') format('woff'),
         url('../fonts/ProximaNovaLight.ttf') format('truetype'),
         url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}
@font-face {
    font-family: 'Proxima-NovaRegular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
         url('../fonts/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
         url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}
@font-face {
    font-family: 'futura-bookc';
    src: url('../fonts/futura-bookc.eot');
    src: url('../fonts/futura-bookc.eot') format('embedded-opentype'),
         url('../fonts/futura-bookc.woff2') format('woff2'),
         url('../fonts/futura-bookc.woff') format('woff'),
         url('../fonts/futura-bookc.ttf') format('truetype'),
         url('../fonts/futura-bookc.svg#futura-bookc') format('svg');
}

ul {
    padding-left: 25px;
}

#header {
    background: /*url(../images/new-header/header-bg.png) repeat-x 50% 0 */#009900;
    background-size: auto 100%;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    /*margin-bottom: 50px;
    position: relative;*/
    z-index: 1000;
    overflow: visible;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#main {
    padding-top: 50px;
}

.button-fon {
    background-color: #345c95;
    padding: 15px 0;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.button-fon .button {
    box-sizing: border-box;
    width: 100%;
}

#header a/*,
#header a:link,
#header a:visited*/ {
    color: inherit;
}

.skew-table {
    background: #009900;
    width: 100%;
    transform: skewX(-15deg);
    border-collapse: collapse;
    border: 0;
}

.skew-table .inside {
    display: block;
    transform: skewX(15deg);
}

.dark-blue {
    background-color: #345c95;
}

/*-- Top --*/

#header .top,
.top .nav {
    text-align: center;
    position: relative;
    z-index: 10;
}

#header .logo {
    max-width: 165px;
    float: none;
}

#header .menu {
    background: #009900;
    border: 0;
    border-radius: 0;
    list-style: outside none none;
    margin: 0;
}

#header .menu a:hover {
    opacity: 0.6;
}

#header .menu .active {
    font-weight: 700;
}

#main-menu > li:first-child {
    display: none;
}
/*
#main-menu.menu > li:hover > a {
    background: none;
}
*/
#main-menu {
    z-index: 999;
}



#main-menu > li > a.active,
#main-menu > li > a.current,
#main-menu > li > a:hover {
    border-radius: 2px;
    background: #047801;
}

/*#header .menu .parent:hover:after,*/
#header .menu .active:after {
    display: none;
}
#new_header .warning a{
    text-decoration: none;
    color: #dd3b2c;
    font-weight: 300;
    letter-spacing: .03rem;
}
#new_header .warning a:hover {
    text-decoration: underline;
}

#header .menu .parent ul {
    color: #403f3f;
    border: 1px solid #9c9d9d;
    border-radius: 0;
    padding: 10px;
    left: 0;
    right: auto;
    white-space: nowrap;
}

#header .menu .parent:last-child ul {
    left: auto;
    right: 0;
}

#header .menu .parent li + li {
    border-top: 1px solid #9c9d9d;
}

.scrolled #main-menu {
    width: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    display: none;
}

.scrolled #menu-open {
    display: inline-block;
    float: none;
    margin: 0;
}

.scrolled #menu-open {
    float: left;
}

.scrolled .menu {
    display: none;
}

.tel-numbers {
    display: none;
    vertical-align: middle;
}

.tel-numbers div {
    display: inline-block;
    margin: 0 15px;
    text-align: left;
}

.tel-numbers a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.scrolled .tel-numbers {
    display: inline-block;
}

#header .dark-blue {
    padding: 15px 0 15px 15px;
}

#header .button {
    display: inline-block;
    padding: 20px 10px 20px 50px;
    border: 0;
    border-radius: 0;
    color: #403f3f;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
}

#header .button.car {
    padding: 0;
    border-left: 3px solid transparent;
    margin-right: -1px;
}

#header .button.car span,
.button.car span {
    background-image: url(../images/last-header/car-white.png);
    background-repeat:  no-repeat;
    background-size: 25px;
    padding: 20px 10px 20px 50px;
}

#header .button.car:hover {
    border-left: 3px solid #fd6f34;

}

#header .button:hover {
    opacity: 1;
}

.skew-table td {
    padding: 10px;
    vertical-align: middle;
}

.skew-table tr td:nth-child(3) a {
    float: right;
}

/*-- Bottom --*/

#header .bottom,
.bottom .cities {
    position: relative;
    z-index: 1;
}

.scrolled .bottom {
    display: none;
}

.cities {
    white-space: nowrap;
}

.cities .city-select {
    display: inline-block;
    vertical-align: middle;
}

.cities .city-select select {
    background: transparent;
    border: 0;
    color: inherit;
    box-shadow: none;
    padding: 0 25px 0 0;
    background: url(../images/new-header/select-icon.png) no-repeat 92% 50%;
    background-size: 8px;
    text-decoration: underline;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cities .city-select select:hover {
    text-decoration: none;
}

.city-select option {
    background: #009900;
    border: 0;
    outline: 0;
}

#header .bottom .date,
.probki {
    color: inherit;
    text-transform: none;
    font-weight: 400;
}

#header .site-info {
    background: #fff;
    color: #403f3f;
    text-align: center;
    padding: 0 20px;
}

.lang-switcher {
    float: left;
    width: 24px;
}

.lang-switcher img {
    vertical-align: middle;
}

/*
.lang-switcher:hover {
    opacity: 0.65;
}
*/

/*#header .date {
    float: none;
}*/

.site-info .bx-system-auth-form {
    float: left;
    margin-top: 3px;
}

/*.site-info .login {
    transition: 0.5s all;
}*/

.site-info .login:hover {
    opacity: 0.5;
}

.site-info .inside > * {
    display: inline-block;
    vertical-align: middle;
}

.site-info .tel {
    float: right;
    text-decoration: none;
    background: url(../images/new-header/phone-grey.png) no-repeat 0 50%;
    background-size: 20px;
    padding-left: 25px;
}

.button-block .callback {
    background: url(../images/new-header/phone.png) no-repeat 0 50%;
    background-size: 21px;
    padding: 5px 5px 5px 30px;
    text-decoration: none;
}

.site-info .tel:hover,
.callback:hover {
    opacity: 0.6;
}

.calling-apps {
    float: left;
}

.calling-apps a {
    text-decoration: none;
    vertical-align: middle;
}

.calling-apps span {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/calling-apps.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    margin: 0 1px;
    text-indent: -999px;
    overflow: hidden;
    color: #333;
    font-family: 'FuturaPTBold';
}

.calling-apps div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.whatsapp {
    background-position: 0 0;
}

.viber {
    background-position: 0 -20px;
}

.calling-apps .telegram {
    background-image: url(../images/t_logo.png);
}

#main {
    /*margin-top: 140px;*/
}

@media screen and (max-width: 900px) {
    #main-menu {
        width: auto;
        position: absolute;
        top: 37px;
        left: 0;
        /*transform: translateX(-50%);*/
        white-space: nowrap;
        color: #fff;
        display: none;
    }
    #new_header .menu {
       background-color: #047801;
    }
    
    #menu-open {
        display: inline-block;
        height: 30px;
        width: 30px;
        background: url(../images/menu-fon.png) no-repeat 50% 50%;/* #077FCC;*/
        border-radius: 5px;
        /*float: right;
        margin-top: -40px;*/
        cursor: pointer;
        vertical-align: middle;
        background-size: contain;
    }
    #menu-open.close {
        background-image: url(../images/menu-close.png);
    }
    .tel-numbers {
        display: inline-block;
    }
    .tel-numbers div:last-child {
        display: none;
    }
    .calling-apps {
        float: none;
    }
}

@media screen and (max-width: 735px) {
    #header {
        position: static;
    }
    #main {
        margin-top: 0;
    }
    .skew-table,
    .skew-table tbody,
    .skew-table tr,
    .skew-table td {
        display: block;
    }
    .button-fon {
        display: none;
    }
    .skew-table,
    .skew-table .inside {
        transform: none;
    }
    #header .logo {
        max-width: none;
        margin: 0;
    }
    #header .menu .parent:hover:after {
        display: none;
    }
    #header .nav a {
        color: #fff;
        float: none;
        margin: 0;
        vertical-align: middle;
    }
    .scrolled #menu-open {
        float: none;
        margin-bottom: 10px;
    }
    .dark-blue,
    #header .site-info {
        background: none;
        color: #fff;
    }
    .skew-table tr td:nth-child(3) a,
    .site-info .tel {
        float: none;
    }
    .site-info .probki,
    .callback {
        display: none;
    }
    #header .button.car {
        display: block;
    }
    .site-info .tel {
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        background: none;
    }
    .calling-apps {
        font-size: 16px;
    }
    .scrolled .bottom {
        display: block;
    }
    .top {
        padding-top: 15px;
    }
    .top .logo {
        width: 50%;
    }
    #menu-open {
        position: absolute;
        top: 25px;
        right: 0;
    }
    .top .nav,
    .top .dark-blue {
        float: left;
    }
    .top .nav {
        position: static;
        padding: 7px 6px;
    }
    #header .dark-blue {
        padding: 0;
    }
    #header .button.car span {
        background-position: 5px 50%;
        padding: 20px 5px 20px 35px;
    }
    .tel-numbers {
        font-size: 11px;
    }
    .tel-numbers div {
        margin: 0;
    }
    .bottom {
        clear: both;
        overflow: hidden;
    }
    .bottom .cities,
    .bottom .site-info {
        float: left;
    }
    #header .site-info {
        padding: 10px;
    }
    .bottom .cities span {
        display: none;
    }
}

/*-- New Header --*/


/*---- New Redesign ----*/

.inner {
    position: relative;
}

#header .button.car span {
    white-space: nowrap;
}

.index_page_form {
    padding: 100px 0;
    margin-top: 90px;
    /*background: url(../images/map.jpg) no-repeat 50% 50%;*/
}

.index_page_form.step2{
    padding: 0 0 100px 0;
}

.index_page_form:before,
.index_page_form:after {
    display: block;
    content: "";
    clear: both;
}

/*.index_page_form.msk_map {
    background: url("../images/map-msk.jpg") no-repeat scroll 50% 50%;
}*/

.form_block_content {
    color: #fff;
    float: left;
    width: 56%;
    margin-top: 40px;
}

.main_title {
    margin: 0;
    font-family: 'FuturaPTBold';
}
.main_title span {
    display: inline-block;
    font-size: 44px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.autopark .main_title span{
    color: #7AB800;
}
.main_title br {
    display: block;
    margin: 5px;
}

.main_subtitle {
    background-color: rgba(0, 0, 0, 0.6);/*#ea6153;*/
    display: inline-block;
    font-size: 16px;
    padding: 20px 30px;
    margin-top: 10px;
    /*transform: skew(-15deg);*/
    max-width: 60%;
}
.under-main_title{
	font-family: 'FuturaPTregular';
	font-size: 30px;
	color: #fff;
	line-height: 1.15;
    margin-top: 12px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgba(0,0,0,0.4);
    display: inline-block;
    padding: 5px 10px;
}
/*.index_page_form .main_subtitle span {
    transform: skew(15deg);
}*/

.index_page_form .order_form.order_form-step1{
    float: right;
}

.index_page_form .order_form {
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.25);
}

#main.bg-fon1 {
    background: #f0f0f0;/*url("../images/fon.png") no-repeat 50% 50% #fff;
    background-attachment: fixed;
    background-size: cover;*/
    padding-bottom: 100px;
    margin: 0;
}

#modules .menu {
    border-radius: 0;
    position: relative;
    z-index: 10;
    /*position: absolute;
    top: 100%;
    left: 0;*/
    /*margin-top: -96px;*/
}
#modules .menu:after{
	content: '';
	width: 100vw;
	position: absolute;
	background: #fff;
	z-index: -1;
	top: 0;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#modules .menu li a {
    margin: 10px 0;
    color: #3d3d3d;
}
#modules .menu li a:hover span {
    text-decoration: underline;
}


#footer {
    background-color: #fff;
}

/*---- New Form ----*/

select {
    padding: 5px;
}

.checkbox_list li {
    position: relative;
}

.checkbox_list label {
    position: static;
}

.checkbox_list label:after {
    margin-right: 12px;
}

.ms-container {
    background: none;
}

.bg-fon {
    background: url(../images/last-header/bg-spb.jpg) no-repeat 50% 0;
    /*background-size: cover;
    background-attachment: fixed;*/
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

.bg-fon.msk_map {
    background: url(../images/last-header/bg-msk.png) no-repeat 50% 0;
    /*background-size: 100%;*/
}

.bg-fon.step2{
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.index_page_form {
    position: relative;
}

.index_page_form .inner {
    z-index: 15;
}

.index_page_form:before {
    display: block;
    content: "";
    height: 324px;
    width: 717px;
    position: absolute;
    bottom: 115px;
    right: 48%;
    z-index: 10;
}

.index_page_form:before {
    background: url(../images/last-header/cars-spb.png) no-repeat 0 0;
}
.spb-h1 h1 span{
	color: #fff;
        text-shadow: none;
}
.index_page_form.msk_map:before {
    background: url(../images/last-header/cars-msk.png) no-repeat 0 0;
    height: 320px;/*283px;*/
    bottom: 100px;
}

.index_page_form:after {
    display: block;
    content: "";
    background: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
}

.order_form-step1 {
    position: relative;
}

/* .order_form-step1:after {
    display: block;
    content: "";
    background: url(../images/last-header/fast-order-label.png) no-repeat 0 0;
    height: 138px;
    width: 138px;
    position: absolute;
    bottom: 40px;
    left: 100%;
    z-index: -1;
} */

.index_page_form.step2:before,
.index_page_form.step2:after {
    display: none;
}

.slick-track {
    min-width: 100%;
}

.step2 + #main {
    display: none;
}

#main {
    background-color: #f0f0f0;
    padding-bottom: 10px;
}

#footer {
    position: relative;
    z-index: 10;
}

/*-- Popup --*/

.popup_block {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.popup_block.active {
    display: block;
}

.popup_block .layer {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.popup_body {
    background-color: #fff;
    font-size: 14px;
    color: #009900;
    left: 50%;
    max-width: 450px;
    padding: 35px 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup_body .close {
    display: block;
    background: url(../images/action/close.png) no-repeat 0 0;
    background-size: cover;
    height: 17px;
    width: 16px;
    margin: 5px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    cursor: pointer;
}

.popup_body .sale {
    display: block;
    background: url(../images/action/sale.png) no-repeat 0 0;
    background-size: cover;
    height: 76px;
    width: 101px;
    position: absolute;
    left: 0;
    top: -10px;
}

.popup_body .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.popup_body .title span {
    color: #ed2024;
    font-weight: 700;
}

.popup_body .clock {
    margin-top: 5px;
}

.popup_body .cars .half {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

/*.popup_body .cars img {
    display: block;
}*/

.popup_body .cars span {
    display: block;
    margin: 10px auto;
    white-space: nowrap;
}

.popup_body .cars .pic {
    height: 80px;
}

.popup_body .cars .old_price {
    text-decoration: line-through;
}

.popup_body .cars .price {
    font-size: 18px;
    font-weight: 700;
    color: #ed2024;
}

.button.skewed {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    transform: skewX(-15deg);
}

.button.skewed span {
    display: inline-block;
    transform: skewX(15deg);
    margin: 0;
}

.button.car span {
    padding: 0 0 0 30px;
    background-position: 0 50%;
}

/*-- /Popup --*/

/*-- Request a call --*/

#request_call .popup_body {
    background-color: #009900;
    color: #fff;
}

.popup_block #starti {
    display: none;
}

.popup_block h2 {
    font-size: 32px;
    margin-top: 0;
    color: #fff;
    white-space: nowrap;
}

.popup_block h2 span {
    color: #ffe132;
    font-weight: 700;
}

.request_form .form_content {
    padding: 20px 0 0;
}

.popup_block .request_form h2{
	white-space: normal;
}

.request_form .line {
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
}

.request_form .line:nth-child(1) input {
    background: url(../images/request-form-icons.png) no-repeat 20px 9px;
    background-size: 20px;
}

.request_form .line:nth-child(2) input {
    background: url(../images/request-form-icons.png) no-repeat 20px -70px;
    background-size: 20px;
}

.request_form .line:nth-child(3) {
    text-align: center;
}

.request_form label {
    white-space: normal;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.error-fld {
    display: none;
}

.error-fld + label + input {
    border-color: red;
}

.request_form input {
    width: 100%;
    background: none;
    border: 2px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: #fff;
    padding: 13px 20px 13px 50px;
}

/*.request_form .name {
    background: url(../images/last-header/face.png) no-repeat 0 50%;
}

.request_form .mobile {
    background: url(../images/last-header/mobile.png) no-repeat 0 50%;
}*/

.request_form input[type="checkbox"] + label:before {
    background: none;
    border: 1px solid #fff;
}

.request_form input[type="checkbox"]:checked + label:before {
    background: url(../images/check.png) no-repeat 0 0;
    background-size: cover;
    border: 1px solid #fff;
}

.request_form .button {
    border: none;
    transition: none;
    color: #252525;
}

.request_form .button:after {
    display: inline-block;
    content: ">";
    font-weight: 600;
    float: right;
}

.button.yellow2 {
    width: 100%;
    height: 55px;
    text-decoration: none;
    color: #252525;
    display: block;
    font-size: 16px;
    line-height: 21px;
    /*font-weight: 600;*/
    text-align: center;
    background: #ffe300;/*rgb(243,205,51);*/ /* Old browsers */
    background: -moz-linear-gradient(top, #ffe300 0%, #ffce00 100%);/*(top,  rgba(243,205,51,1) 0%, rgba(205,167,13,1) 100%);*/ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe300 0%, #ffce00 100%);/*(top,  rgba(243,205,51,1) 0%,rgba(205,167,13,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #ffe300 0%, #ffce00 100%);/*(to bottom,  rgba(243,205,51,1) 0%,rgba(205,167,13,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe300', endColorstr='#ffce00',GradientType=0 );/*( startColorstr='#f3cd33', endColorstr='#cda70d',GradientType=0 );*/ /* IE6-9 */
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 17px 20px;
}

.yellow2:after {
    display: inline-block;
    content: "";
    background: url(../images/btn-arrow.png) no-repeat 0 50%;
    height: 21px;
    width: 10px;
    float: right;
}

.request_form .success,
.request_form .info {
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding: 15px 30px 15px 50px;
    text-align: left;
}

.request_form .success {
    background-image: url(../images/last-header/success.png);
    background-color: #36d67b;
    font-size: 16px;
}

.request_form .info {
    background-image: url(../images/last-header/info.png);
}

/*-- /Request a call --*/

.menu {
    background: #fff;
    border: 0;
}

.step1 .order_form {
    padding-top: 0;
}

.form_head {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.form_head li {
    float: left;
    padding: 15px 20px;
    position: relative;
}

.form_title {
    font-weight: 600;
}

.form_head .form_link {
    background-color: #047801;
    border-left: 30px;
    float: right;
}

.form_link:after{
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 25px 10px;
    border-right-color: #047801;
    border-bottom-color: #047801;
    position: absolute;
    right: 100%;
    top: 0;
}

.form_head a {
    display: block;
    color: #fff;
    text-decoration: underline;
}

.form_head a:hover {
    text-decoration: none;
}

/*---- /New Form ----*/

/*---- Other screens ----*/

@media screen and (min-width: 735px) {

    .calling-apps span {
        background: none !important;
        height: auto;
        margin: 0;
        text-indent: 0;
        width: auto;
    }
}

@media screen and (max-width: 1080px) {
    .form_block_content,
    #modules .menu {
        display: none;
    }
    #main.bg-fon1 {
        padding-bottom: 0;
    }
    .banners li {
        height: auto;
    }
    .banners .text {
        padding: 15px;
    }
    .banners li .text a .button {
        padding: 10px 20px;
        bottom: 15px;
    }
    .banners li .text a .button:after {
        border-top-width: 40px;
    }
    .flip-clock-wrapper ul {
        padding-left: 24px
    }
    .popup_body .cars .half {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 735px) {
    .page_park h1,
    .page_park h2,
    .page_park  h3,
    .page_park h4 {
        color: #fff;
    }
    .page_park a:link,
    .page_park a:visited {
        color: rgba(255, 255, 255, 0.5)
    }
    .skew-table,
    .skew-table tbody,
    .skew-table tr,
    .skew-table td {
        overflow: visible;
    }
    #header .skew-table td {
        padding: 10px 20px;
    }
    .top .nav {
        background-color: #fff;
        color: #403f3f;
        width: 100%;
        box-sizing: border-box;
    }
    .top .nav:before,
    .top .nav:after {
        display: block;
        content: "";
        clear: both;
    }
    .tel-numbers {
        float: right;
        padding-left: 40px;
        background: url(../images/tel-icon.png) no-repeat 0 50% / 30px;
    }
    #header .bottom {
        z-index: 10;
    }
    .bottom .cities {
        color: #403f3f;
        position: absolute;
        bottom: 7px;
        left: 0;
    }
    .cities .city-select select {
        background-image: url(../images/select-arrow.png);
    }
    .city-select option {
        background: #fff;
    }
    .index_page_form {
        padding: 0;
        margin: 0;
    }
    /*#header .dark-blue,
    #header .site-info,
    #header .button-block,
    #main, #footer,*/
    .car-page #booking {
        display: none;
    }
    table.style-table[bgcolor="#FFFFFF"] {
        color: #404040;
    }
    #main.common_page,
    .common_page + #footer {
        display: block;
    }
    .index_page_form.msk_map ,
    .index_page_form {
        background: #009900;
    }
    .order_form {
        margin: 0;
    }
    .inner {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .index_page_form .order_form {
        width: 100%;
        box-shadow: none;
    }
    .order_form .btn {
        font-weight: 400;
    }

	.index_page_form.step2{
		padding: 0;
	}
  #rc-connect {
    display: none !important;
  }
  .popup_block {
    position: absolute;
  }
  .popup_body {
    padding: 80px 15px 15px;
    top: 80%;
  }
  .flip-clock-wrapper ul {
    padding-left: 23px;
  }
}

@media screen and (min-height: 900px) {
    .popup_body {
        top: 50%;
    }
}

/*---- /New Redesign ----*/

/*---- New Header again ----*/

#new_header {
    color: #fff;
}

#new_header a {
    color: inherit;
    font-family: 'FuturaPTBold';    
}

/*-- Top --*/

#new_header .top {
    background-color: #fff;
    font-size: 12px;
    padding: 6px 0;
    overflow: hidden;
}

.top > .inner {
    height: 21px;
    text-align: justify;
}
#new_header .top a{
    color: #333;
}
.top > .inner:after {
    display: inline-block;
    content: "";
    height: 0;
    width: 100%;
    visibility: hidden;
}

.lang-switcher {
    width: auto;
}

.lang-switcher img {
    width: 20px;
    margin-right: 10px;
    border-radius: 50px;
    height: 20px;
}

.lang-switcher,
.service,
.phone,
.calling-apps {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: none !important;
}


#new_header .login {
    display: inline-block;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}
#new_header .login a{
    font: 14px/20px arial;
}
/* #new_header .service {
    background-image: url(../images/last-header/service.png);
    margin-left: 4.5%;
} */

/*#new_header .phone {
    margin: 0 4.5%;
}*/

#new_header .phone a {
/*    background-image: url(../images/last-header/phone.png);*/
    margin-right: 5px;
}

#new_header .calling-apps {
/*    background-image: url(../images/last-header/messenger.png);*/ 
   float: right;
}
#new_header .top img{
    vertical-align: middle;
    margin-right: 8px;
}
/*-- Middle --*/

#new_header .middle {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b15+1,8acb0d+100 */
background: #009900; /* Old browsers */
/*background: -moz-linear-gradient(45deg, #003b15 1%, #8acb0d 100%); 
background: -webkit-linear-gradient(45deg, #003b15 1%,#8acb0d 100%); 
background: linear-gradient(45deg, #003b15 1%,#8acb0d 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b15', endColorstr='#8acb0d',GradientType=1 );*/
    padding: 20px 0;
    
}

#new_header .logo {
    width: 147px;
    float: left;
}

.eng-site {
    display: none;
    margin: 3px 5px;
    position: absolute;
    left: 50%;
}

.eng-site img {
    vertical-align: middle;
    max-width: 24px;
    margin-right: 10px;
}

.eng-site span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    max-width: 50px;
    line-height: 1;
}

#new_header .nav {
   
    float: left;
}

#new_header .menu {
    background: none;
    border: 0;
    border-radius: 0;
    margin: 20px 0;
}

#new_header .menu .parent a {
    padding: 10px 10px;
}
#new_header .menu > li > a{
    font-size: 16px;
    padding: 10px;
}
#new_header .menu ul {
    color: #303030;
    text-align: left;
    border-radius: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 200px;
}

#new_header .menu ul:before {
    display: block;
    content: "";
    border: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -7px;
}

.menu .parent ul li + li {
   border-top: 1px solid #9c9d9d;
}

#new_header #main-menu .button {
  display: none;
}

#main-menu.muted li {
    opacity: 0.5;
}

#main-menu.muted li.opened,
#main-menu.muted .opened li {
    opacity: 1;
}

/*-- Bottom --*/

#new_header .bottom {
    background-color: #047801;
    font-size: 12px;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}

.#new_header .bottom,
#new_header .button {
    height: 22px;
}

#new_header .bottom .inner {
    position: static;
}

#new_header .bottom .cities,
#new_header .bottom .probki,
#new_header .bottom .bx-system-auth-form {
    display: inline-block;
    /*float: left;*/
}

#new_header .bottom .probki {
    margin: 0 74px;
}

#new_header .login {
    background-image: url(../images/last-header/login.png);
}

#new_header .button {
    color: #fff;
    float: right;
    margin: -8px 0;
    position: relative;
    z-index: 10;
    border-color: transparent;
    transition: 0s all;
}

#new_header .bottom .button:after {
    display: block;
    content: "";
    background: #64ad2a;
    background: -webkit-linear-gradient(top, #64ad2a 0, #51a221 100%);
    background: -moz-linear-gradient(top, #64ad2a 0, #51a221 100%);
    background: -o-linear-gradient(top, #64ad2a 0, #51a221 100%);
    background: linear-gradient(top, #64ad2a 0, #51a221 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64ad2a',
        endColorstr='#51a221',GradientType=0);
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: 0;
    height: 100%;
    width: 1000%;
    border: 1px solid transparent;
}

#new_header .bottom .button:hover:after {
    background: #58b91c;
    background: -webkit-linear-gradient(top, #58b91c 0, #58b91c 100%);
    background: -moz-linear-gradient(top, #58b91c 0, #58b91c 100%);
    background: -o-linear-gradient(top, #58b91c 0, #58b91c 100%);
    background: linear-gradient(top, #58b91c 0, #58b91c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b91c', 
        endColorstr='#58b91c',GradientType=0);
    color: #727272;
}

#new_header .button span {
    position: relative;
    z-index: 10;
}

#new_header .button:hover {
    color: #fff;
    opacity: 1;
}

#new_header .button:hover span {
    background-image: url(../images/last-header/car-white.png);
}

/*-- Others --*/

.index_page_form {
    margin: 0;
    overflow: hidden;
    padding: 20px 0 100px;
}
.index_page_form{
	background: #f0f0f0 url(../images/last-header/spb-bg-new.jpg) no-repeat 50% 0;
}
.index_page_form.msk_map{
	background: #f0f0f0 url(../images/last-header/msk-bg-new.jpg) no-repeat 50% 0;
}
.ms-container {
    background: url(../images/last-header/bg-spb.jpg) no-repeat 50% 0;
    background-size: cover;
    /*-webkit-filter: blur(5px);
    filter: blur(5px);*/
}

.ms-container.msk_map {
    /*background-image: url(../images/last-header/bg-msk.jpg);*/
    background-image: url(../images/last-header/moskva.jpg);
}

.ms-container.ms-default {
    background: none;
    overflow: hidden;
}

/*-- Park page --*/

.common_head {
    padding: 45px 0;
    background: #f0f0f0;
}

#main.common_page {
    background: #fff;/*#047801;*/
    color: #fff;
    padding-bottom: 5px;
}

#main.page_park {
    background: #009900;
}

.filter_item {
    margin-bottom: 40px;
}

.half {
    float: left;
    width: 50%;
}

.filter_item span {
    display: block;
    background-image: url(../images/new_thrifty/filter-icons.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 30px;
    text-transform: uppercase;
}

.car_class span {
    background-position: 0 0;
}

.transmission span {
    background-position: 0 -36px;
}

.sorting span {
    background-position: 0 -74px;
}

.filter_values {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter_values li {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: underline;
    cursor: pointer;
}

.filter_values li:first-letter {
    text-transform: uppercase;
}

.filter_values li:hover {
    text-decoration: none;
}

.filter_values li + li {
    margin-left: 10px;
}

.filter_values li.used {
    background-color: #fff;
    color: #047801;
    padding: 10px;
    text-decoration: none;
}

.sorting li.used {
    background-image: url(../images/new_thrifty/filter-icons.png);
    background-position: 92% -102px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

.filter_values li.car_class-val_63,
.filter_values li.car_class-val_71,
.filter_values li.car_class-val_169,
.filter_values li.car_class-val_65 {
    display: none;
}

.car_item {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    color: #252525;
    margin-bottom: 100px;
}

.car_img {
    height: 150px;
}

.car_img img {
    max-height: 100%;
}

.car_item * {
    box-sizing: border-box;
}

.car_desc {
    padding: 60px 80px;
    position: relative;
}

.car_price {
    color: #047801;
    font-size: 18px;
    font-weight: 600;
}

.opacity75 {
    opacity: 0.75;
}

.info_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info_list li {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/new_thrifty/options-icons-left.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 40px;
}

.info_list li + li {
    margin-left: 10px;
}

.info_list .doors {
    background-position: 0 0;
    padding-left: 42px;
}

.info_list .passengers {
    background-position: 0 -85px;
    padding-left: 54px;
}

.info_list .luggage {
    background-position: 0 -170px;
    padding-left: 46px;
}

.info_list .gearbox {
    background-position: 0 -255px;
    padding-left: 25px;
}

.info_list .age {
    background-position: 0 -343px;
    padding-left: 39px;
}

.info_list .experience {
    background-position: 0 -428px;
    padding-left: 41px;
}

.btn-white {
    width: 100%;
    height: 55px;
    text-decoration: none;
    color: #252525 !important;
    display: block;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: rgb(243,205,51); /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fff 0%, rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fff 0%, rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-radius: 0;
    position: relative;
    padding: 17px 20px;
}

.btn-white:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.blk {
    display: block;
}

.iblk {
    display: inline-block;
    vertical-align: middle;
}

.fs12 {
    font-size: 12px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.semib {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-t20 {
    margin-top: 20px
}

.openSans {
    font-family: 'Arial', sans-serif;
}

.open-slam-block {
    display: none;
}

.slam-block {
    display: block;
}

/* New stickers */

.sticker-block {
    background: url(../images/corner-offer.png) no-repeat 0 0;
    background-size: contain;
    height: 156px;
    width: 154px;
    position: absolute;
    left: -13px;
    top: -11px;
    text-decoration: none;
}

.sticker {
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin: 35px 2px 0;
    padding: 0;
    position: relative;
    text-align: center;
    transform: rotate(-45deg);
    width: 100px;
}

.sticker:before {
    display: none;
}

/*-- /Park page --*/

#orderForm {
    background-color: #009900;
    position: relative;
    z-index: 10;
}

/*-- Gift --*/

@-webkit-keyframes jolting {
    2% { transform: rotate(-15deg); }
    6% { transform: rotate(15deg); }
    8% { transform: rotate(0); }
    10% { transform: rotate(-7deg); }
    14% { transform: rotate(7deg); }
    16% { transform: rotate(0); }
}

@-moz-keyframes jolting {
    2% { transform: rotate(-15deg); }
    6% { transform: rotate(15deg); }
    8% { transform: rotate(0); }
    10% { transform: rotate(-7deg); }
    14% { transform: rotate(7deg); }
    16% { transform: rotate(0); }
}

@-o-keyframes jolting {
    2% { transform: rotate(-15deg); }
    6% { transform: rotate(15deg); }
    8% { transform: rotate(0); }
    10% { transform: rotate(-7deg); }
    14% { transform: rotate(7deg); }
    16% { transform: rotate(0); }
}

@keyframes jolting {
    2% { transform: rotate(-15deg); }
    6% { transform: rotate(15deg); }
    8% { transform: rotate(0); }
    10% { transform: rotate(-7deg); }
    14% { transform: rotate(7deg); }
    16% { transform: rotate(0); }
}

.jolting {
    animation: jolting 3s linear 2s infinite;
}

.gift-block {
    position: absolute;
    bottom: 25px;
    right: 100%;
    z-index: 5;
    width: 351px;
    margin-right: -270px;
    transition: 0.5s all;
}

.gift-block.active {
    margin-right: -50px;
}

.gift-box {
    background: url(../images/gift-box.png) no-repeat 50% 50%;
    height: 111px;
    width: 96px;
    float: left;
    margin-right: -35px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

a.gift-txt {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #f15653;
    text-decoration: none;
    float: left;
    padding: 5px 35px;
    margin-top: 40px;
    width: 200px;
    position: relative;
    z-index: 1;
}

/*-- /Gift --*/

.blk {
    display: block;
}

.font-white {
    color: #fff;
}

.hdr-special-offer {
    display: none;
}

.sept_offer {
    background: url(../images/sept_offer.jpg) no-repeat 0 0;
    background-size: cover;
}

.offer-txt {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}

.discount-icon {
   /*  background: url(../images/discount-icon.png) no-repeat 20px 50%;
   background-size: 20px;
   padding-left: 50px; */
}

.car-content {
    overflow-x: auto;
}

#footer .top ul {
    padding-left: 40px;
}

/*-- Car Page --*/

.car-page {
    color: #252525;
    font: 14px/1.5 'Arial', sans-serif;
}

.car-page * {
    box-sizing: border-box;
}

.car-page h1,
.car-page h2,
.car-page h3,
.car-page h4 {
    color: inherit;
    font-family: 'FuturaPTBold', 'Arial', sans-serif;
    font-weight: 600;
}

.content-blk {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    float: left;
    padding: 50px 8.333333333333333%;
    width: 58.33333333333333%;
    position: relative;
    z-index: 10;
}

.sidebar {
    width: 41.66666666666667%;
    float: left;
    position: relative;
    z-index: 5;
}

.car-spec {
    border: 1px solid #e5e5e5;
    border-left: 0;
    margin-bottom: 60px;
    padding: 50px 40px 50px 60px;
}

.car-name {
    color: #252525;
    font-size: 24px;
    font-weight: 600;
}

.price-info {
    margin: 50px 0;
}

.car-price {
    color: #047801;
    font-weight: 600;
}

.car-slider {
    margin-bottom: 0;
}

.car-slider img {
    position: relative;
    max-width: 100%;
}

.car-slider .slick-list,
.car-slider .slick-track,
.car-slider .slick-slide {
    height: auto;
}

.car-slider .slick-slide {
    min-width: auto;
}

.car-slider .slick-arrow {
    background-image: url(../images/new_thrifty/slider-arrows.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 14px;
    left: 50%;
    margin-top: 0;
    margin-left: -7px;
    z-index: 10;
}

.car-slider .slick-arrow:before,
.car-slider .slick-arrow:after {
    display: none;
}

.car-slider .slick-prev {
    background-position: 50% 0;
    bottom: 0;
    top: auto;
}

.car-slider .slick-next {
    background-position: 50% -32px;
    bottom: auto;
    top: 0;
}

.car-img-list {
    padding: 15px 0;
}

.car-img {
    width: 75%;
    margin-right: 5%;
}

.car-img-list {
    width: 20%;
}

.car-spec-list {
    margin-bottom: 30px;
}

.car-spec-list li {
    margin: 15px 0 15px 15px;
    vertical-align: middle;
}

.car-spec-list li:first-child {
    margin-left: 0;
}

/*.spec-icon {
    background-image: url(../images/new_thrifty/car-spec.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 40px;
    width: 50px;
}

.door {
    background-position: 50% 0;
    height: 36px;
    width: 37px;
}

.passengers {
    background-position: 50% -66px;
    height: 36px;
    width: 49px;
}

.baggage {
    background-position: 50% -132px;
    height: 36px;
    width: 41px;
}

.gear {
    background-position: 50% -198px;
    height: 36px;
    width: 20px;
}

.age {
    background-position: 50% -264px;
    height: 36px;
    width: 34px;
}

.exp {
    background-position: 50% -330px;
    height: 36px;
    width: 36px;
}*/

/* Banner */

.banner-list {

}

.banner-blk {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
    position: relative;
}

.banner-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-title span {
    padding: 10px;
    margin-bottom: 5px;
}

.banner-text {
    padding: 25px 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*transform: translateY(-50%);*/
}

/*-- /Car Page --*/

.logo {
    display: block;
    max-width: 154px;
}

#new_header .logo {
    margin-top: 17px;
}

/* #new_header .phone a {
  padding-left: 30px;
  margin-left: 0;
  margin-right: 0;
}

#new_header .phone a + a {
    background: none;
    padding-left: 0;
} */

.calling-apps a {
    text-decoration: underline;
}
.popup-button{
   font: 14px/20px arial; 
}
.europcom {
    transform: skewX(-15deg);
    position: absolute;
    background: #047801;
    height: 36px;
    line-height: 36px;
    top: -20px;
    right: 0;
    padding: 0 20px;
    font-family: 'FuturaPTBold';
    font-size: 14px;
    z-index: 10;
}
.europcom span {
    transform: skewX(15deg);
    display: block;
}
.europcom img{
    vertical-align: middle;
    margin-right: 8px;
}
.europcom:before{
    content: '';
    width: 50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #047801;
    z-index: -1;
    left:100%;
    margin-left: -20px;
}
.calling-apps a:hover {
    text-decoration: none;
}

/* Wide banner spb */

.wide-banner-blk {
    background: #f0f0f0;
    position: relative;
}

.wide-banner-img {
    overflow: hidden;
}
.wide-banner-blk .mobile-view{
    display: none;
}
.wide-banner-btn {
        display: inline-block;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    padding: 0.9% 1.6%;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
        top: 62%;
    right: 4.4%;
    margin-top: -3%;
    transition: 0.3s;
}

.wide-banner-btn:link,
.wide-banner-btn:visited {
    color: #fff;
}

.wide-banner-btn:hover {
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2) inset;
}

/*-- Utilities --*/

.txt-gray {
    color: #047801;
}

.bg-blue {
    background-color: #047801;
}

.bg-gray {
    background-color: #fafafa;
}

.clear-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.button.btn-yellow {
    width: 100%;
    height: 55px;
    text-decoration: none;
    color: #252525;
    display: block;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    background: rgb(243,205,51);
    background: -moz-linear-gradient(top,  rgba(243,205,51,1) 0%, rgba(205,167,13,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(243,205,51,1) 0%,rgba(205,167,13,1) 100%);
    background: linear-gradient(to bottom,  rgba(243,205,51,1) 0%,rgba(205,167,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3cd33', endColorstr='#cda70d',GradientType=0 );
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 17px 20px;
}

.btn-yellow:after {
    display: inline-block;
    content: "";
    background: url(../images/btn-arrow.png) no-repeat 0 50%;
    height: 21px;
    width: 10px;
    float: right;
}*/

.button.btn-mini {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: auto;
    padding: 10px 25px;
    width: auto;
}

.button.btn-mini:after {
    display: none;
}

.car-page .txt-white,
.txt-white {
    color: #fff;
}

.line-through {
    font-family: arial;
    font-style: italic;
    position: relative;
}

.line-through:after {
    display: block;
    content: "";
    border-bottom: 1px solid #047801;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
}

.flt-l {
    float: left;
}

.flt-r {
    float: right;
}

.mar-t30 {
    margin-top: 30px;
}

.mar-b30 {
    margin-bottom: 30px;
}
#sitez_selector li {
    margin-right: 40px;
}
#sitez_selector li.moscow::before {
    content: '';
    background: url('../images/new-header/svg/moscow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#sitez_selector li.selected-city,
#sitez_selector li:hover a {
    color: #ffdd00;
}
#sitez_selector li.moscow:hover::before {
    background: url('../images/new-header/svg/moscow-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
#sitez_selector li.selected-city.moscow::before {
    background: url('../images/new-header/svg/moscow-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
#sitez_selector li.spb::before {
    content: '';
    background: url('../images/new-header/svg/spb.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#sitez_selector li.spb:hover::before {
    background: url('../images/new-header/svg/spb-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
#sitez_selector li.selected-city.spb::before {
    background: url('../images/new-header/svg/spb-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
#sitez_selector li.international::before {
    content: '';
    background: url('../images/new-header/svg/international.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#sitez_selector li.international:hover::before {
    background: url('../images/new-header/svg/international-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
#sitez_selector li.selected-city.international::before {
    background: url('../images/new-header/svg/international-yellow.svg') center no-repeat;
    background-size: contain;
    width: 20px;
    height: 25px;
}
/*-- /Utilities --*/

/*-- Media --*/

@media screen and (max-width: 1080px) {
    #new_header .button {
        margin: 5px 0 0 0;
    }
    .call-time {
        display: none;
    }
    #new_header .phone {
        margin: 0 3.8vw;
    }
    #new_header .bottom .probki {
        display: none;
    }
    #new_header .middle {
        position: relative;
    }
    #new_header .middle .inner {
        position: static;
    }
    #new_header .nav {
        float: right;
    }
    #new_header .menu {
        background-color: #009900;
        z-index: 100;
        margin: 0;
        padding: 10px 0 0;
    }
    #menu-open {
        float: right;
        margin: 5px 10px;
        position: relative;
        top: 28px;
    }
    .index_page_form .order_form.order_form-step1 {
        float: none;
    }
    .wide-banner-btn{
        font-size: 12px;
    }
    .europcom{
        top: 0;
    }
    #new_header .logo{
        width: 134px;
        margin-top: 6px;
    }
    .menu li{
        padding: 0;
    }
    .countries{
        flex-wrap: wrap;
    }
    .group-country-1{
        width: 100%;
        flex-basis: 100%;
        min-width: auto;
    }
    .group-country-1{
        width: 100%;
    }
    .country{
        height: 344px;
    }
    .car_desc {
        padding: 70px 40px 60px;
    }
}


@media screen and (max-width: 900px) {
    #main-menu > li:last-child {
        position: absolute;
        bottom: 0;
    }

}

@media screen and (max-width:735px) {
    #new_header .bottom .inner {
        position: static;
        display: flex;
        justify-content: space-between;
    }
    #new_header .bottom .inner .cities {
        float: unset;
        position: unset;
        display: flex;
        flex: 1 1 60%;
        justify-content: space-around;
    }
    #new_header .bottom .inner .cities .city-select {
        display: flex;
        flex: 1 1 100%;
        justify-content: space-around;
    }
    #sitez_selector {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        flex: 1 1 100%;
    }
    #new_header .top img {
        margin-right: 0;
    }
    #new_header .top {
        padding: 6px 15px;
    }
    .hdr-special-offer {
        display: block;
    }
    .phone {
        float: right !important;
    }
    .europcom{
        transform:none;
        padding: 0 5px;
        width: 100%;
        text-align: right;
    }
    .europcom img{
        display: none;
    }
    .europcom span{
        transform:none;
    }
    .europcom:before{
        display: none;
    }
    #new_header .middle{
        padding: 50px 0 20px;
    }
    #new_header .lang-switcher,
    #new_header .bottom .probki,
    #new_header .button,
    #new_header .bottom .inner:after,
    #new_header .menu ul:before {
        display: none;
    }
    #new_header .middle,
    #new_header .bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    #new_header .phone,
    #new_header .calling-apps {
        font-size: 12px;
        margin: 3px 5px;
        float: none;;
    }
    #new_header .logo {
        max-width: 125px;
        width: auto;
    }
    .eng-site {
        display: inline-block;
        margin-left: 0;
    }
    #new_header .nav {
        width: auto;
    }
    #new_header .menu {
        background-color: #047801;
        color: #fff;
        width: 100%;
    }
    #new_header .menu ul {
        box-shadow: none;
        transform: none;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    #new_header .menu .parent a {
        background: none;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
    }
    #menu-open {
        background-size: contain;
        border-radius: 0;
        height: 24px;
        width: 32px;
        position: static;
        top: auto;
        left: auto;
        right: auto;
    }
    .calling-apps a:last-child {
        margin-right: 5px;
    }
    .popup {
        padding: 25px;
    }
    .popup_block h2 {
        white-space: normal;
    }
    .custombox-modal {
        top: 65%;
    }
    .order_form-step1:after {
        display: none;
    }
    .index_page_form {
        padding: 0;
    }
    .index_page_form .order_form {
        padding-top: 10px;
    }
    .form_head {
        display: none;
    }
    #request_call .popup_body {
        top: 50%;
    }
    .calling-apps span {
        display: none;
    }
    /*-- New menu --*/
    #new_header #main-menu {
        background: #009900;
        font-size: 15px;
        min-height: 521px;/*423px;*/
        box-sizing: border-box;
        padding-bottom: 75px;
        width: 100% !important;
        padding: 15px;
        top: 100%;
    }
    #main-menu li {
        text-align: left;
    }
    #main-menu li a {
        display: inline-block;
    }
    #main-menu .parent {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    #main-menu .parent > a {
        font-size: 24px;
        float: left;
    }
    .menu .open-submenu {
        display: inline-block;
        background: url(../images/last-header/submenu-arrow-mobile.png) no-repeat 0 0;
        background-size: cover;
        height: 15px;
        width: 28px;
        float: right;
        margin: 10px 0;
    }
    .menu .open-submenu.active {
        transform: rotateX(180deg);
    }
    #main-menu .parent ul {
        display: none;
        padding: 10px 0 10px 20px;
        clear: both;
    }
    #main-menu .parent ul.open {
        display: block;
    }
    .menu .parent ul li + li {
        border: 0;
    }
    #main-menu > li:last-child {
        /*position: absolute;
        bottom: 0;*/
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    #new_header #main-menu .button {
        display: block;
        color: #252525;
        font-size: 16px;
        border-radius: 0;
        box-sizing: border-box;
        padding: 20px;
        margin: 0;
        width: 100%;
    }
    #new_header #main-menu .button span {
        display: inline-block;
        background: url(../images/last-header/car.png) no-repeat 0 0;
        background-size: cover;
        height: 20px;
        width: 28px;
        float: right;
        padding: 0;
    }
    /*-- /New menu --*/
    .bg-fon,
    .bg-fon.msk_map {
        background: #047801;
    }
    /*-- Request a call --*/
    #request_call {
        background-color: #009900;
        top: 145px;
    }
    #request_call .layer {
        display: none;
    }
    .popup_block .close {
        display: block;
        background-color: #009900;
        background-image: url(../images/menu-close.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 0;
        height: 24px;
        width: 32px;
        margin: 33px 30px;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 100%;
    }
    #request_call .popup_body {
        background-color: #009900;
        box-sizing: border-box;
        padding: 50px 15px;
        max-width: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform: inherit;
    }
    .request_form .form_content {
        padding: 20px 20px 0;
    }
    .form_content input::-webkit-input-placeholder {color:#dedede;}
    .form_content input::-moz-placeholder          {color:#dedede;}/* Firefox 19+ */
    .form_content input:-moz-placeholder           {color:#dedede;}/* Firefox 18- */
    .form_content input:-ms-input-placeholder      {color:#dedede;}
    /*-- /Request a call --*/
    .common_page .bx_catalog_list_home {
        border: 0;
        margin-bottom: 0;
    }
    #main .inner {
        overflow: visible;
    }
    /*-- New park --*/
    .half {
        float: none;
        width: auto;
    }
    .car_desc {
        padding: 30px 20px;
    }
    .car_desc + .car_desc {
        background-color: #fafafa;
        border-top: 1px solid #e5e5e5;
    }
    .info_list li + li {
        margin-left: 5px;
    }
    .fs18 {
        font-size: 14px
    }
    .mob-hide {
        display: none;
    }
    .open-slam-block {
        display: inline-block;
    }
    .slam-block {
        display: none;
    }
    .car_img,
    .car_info {
        float: left;
        width: 48%;
    }
    .car_img {
        height: auto;
    }
    .car_info {
        margin-left: 4%;
        margin-bottom: 30px;
    }
    .car_tarif {
        margin-bottom: 10px;
    }
    .car_price {
        display: block;
        font-size: 14px;
    }
    .tarif_desc {
        font-size: 10px;
    }
    /* filter */
    .car_class,
    .transmission {
        float: left;
        width: 50%;
    }
    .sorting {
        clear: both;
    }
    .filter_item span {
        background: none;
        padding-left: 0;
    }
    .filter_values li {
        display: none;
    }
    .car_class li + li,
    .transmission li + li {
        margin-left: 0;
    }
    .filter_values .used,
    .sorting li {
        display: inline-block;
    }
    .filter_wrapper {
        border: 1px solid #fff;
        padding: 15px 10px;
        min-height: 54px;
        position: relative;
    }
    .car_class .filter_wrapper {
        border-right: 0;
    }
    .transmission .filter_wrapper {
        border-left: 0;
    }
    .car_class li.used,
    .transmission li.used {
        background-color: transparent;
        color: #fff;
        padding: 0;
    }
    .car_class li.used,
    .transmission li.used {
        background-image: url(../images/new_thrifty/filter-icons.png);
        background-repeat: no-repeat;
        padding-left: 30px;
        height: 20px;
        overflow: hidden;
    }
    .car_class li.used {
        background-position: 0 0;
    }
    .transmission li.used {
        background-position: 0 -36px;
    }
    .filter-open li {
        display: inline-block;
    }
    .filter_wrapper .filter_values.filter-open {
        background-color: #047801;
        border: 1px solid #fff;
        border-top: 0;
        width: 100%;
        padding: 10px;
        position: absolute;
        top: 54px;
        left: -1px;
        box-sizing: border-box;
        z-index: 100;
    }
    .filter_wrapper .filter-open li {
        display: block;
        margin: 2px 0;
    }
    .filter_wrapper .filter-open li.used {
        position: absolute;
        bottom: 100%;
        left: 10px;
        margin-bottom: 15px;
    }
    .sticker-block {
        left: -10px;
        top: -9px;
        height: 122px;
        width: 120px;
    }
    .sticker {
        font-size: 10px;
        margin: 28px -10px 0;
    }
    .sticker-block + div {
        margin-top: 40px;
    }
    /*-- /New park --*/

	.common_head{
		padding: 0;
	}

	#main{
		padding: 0;
	}

	.order_form-profile{
		padding-top: 40px;
	}
    .wide-banner-blk .wide-banner-img{
        display: none;
    }
    .mobile-view img {
    width: 100%;
}
    .wide-banner-blk .mobile-view{
        display: block;
        margin-bottom: 15px;
    }
    .wide-banner-blk .inner{
        top: 28px;
        bottom: 0;
        font-size: 16px;
        color: #fff;
        background: #009900;
        padding: 30px 15px;
    }
    .wide-banner-blk.head-banner .inner{
        top: auto;
        padding: 0;
    }
    .wide-banner-btn{
        position: static;
        padding: 10px 15px;
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    #new_header .bottom .inner {
        flex-direction: column;
    }
    #sitez_selector {
        margin-bottom: 10px;
    }
    #new_header .bottom .bx-system-auth-form {
        display: flex;
        justify-content: flex-start;
    }
    #sitez_selector {
        flex-direction: column;
    }
    #sitez_selector li {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/*-- /Media --*/

/*---- /New Header again ----*/

.call-time {
        color: black;
    }
.info .banner-sq{
    padding: 0;
    border: 0;
    background: transparent;
}

#sitez_selector {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

#sitez_selector li a {
    font-size: 14px;
    text-decoration: none;
}
#sitez_selector li a:hover {
    color: #ffdd00;
}
