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

html {
    height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
    word-wrap: break-word;
    color: #282828;
    font-family: 'Manrope', Sans-Serif;
    font-size: 14px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    color: #09c;
}

a:hover {
    color: #375E93;
}

a:active,
img:active {
    outline: none;
}

a.redlink {
    color: #e72228;
}

p {
    padding-top: 0;
    margin-top: 0;
}

input:focus {
    outline: none;
}

input.field-input {
    border: 1px solid #808080;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 20px;
}

select.field-input {
    background-color: #fff;
    color: #282828;
}

select.field-select {
    border: 1px solid #808080;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 20px;
}

input, select {
    font-family: 'Manrope', Sans-Serif;
    border-radius: 0;
}

input:focus,
select:focus {
    outline: none;
}

label {
    cursor: pointer;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}

.wrapper-x {

}

.show-320{
    display: none;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    box-shadow: none !important;
}

.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.debug_info {
    margin: 10px;
    color: #CCC;
}

#debug_query_dump {
    display: none;
}

.debug_query_count a {
    color: #FFF;
    border-color: #FFF;
}

#debug_query_show .query {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}

#debug_query_show .query .src {
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}

.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}

.red_query {
    color: #e72228;
}

.green_query {
    color: #27ae60;
}

.sess_messages div{
    padding-left:20px;
    line-height:16px;
}

.sess_messages .message_info {
    background:url(../images/icons/info.png) no-repeat left center;
}
.sess_messages .message_success {
    background:url(../images/icons/yes.png) no-repeat left center;
    color: green;
}
.sess_messages .message_error {
    background:url(../images/icons/no.png) no-repeat left center;
    color: red;
}

.transition-all {
    transition: all 0.15s ease-in 0s;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 106px;
}

.header-content .menu {
    margin: 0 0 0 25px;
    padding: 0;
    display: flex;
}

.header-content .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-content .menu li a {
    color: #1c1c1c;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 3px 7px;
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
}

.header-content .menu li.cars a:before{
    content: ' ';
    display: block;
    background: url(../images/new.png);
    background-size: 100% auto;
    width: 30px;
    height: 14px;
    position: absolute;
    margin-top: -20px;
    margin-left: 0;
}

.header-content .menu li.cars a {
    border-bottom: 2px solid #ef1313;
}

.header-content .menu li a.selected,
.header-content .menu li.active > a,
.header-content .menu li a:hover {
    border-bottom: 2px solid #ef1313;
}

.header-content .lang {
    margin-left: auto;
}

.header-content .menu li ul {
    display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
}

.header-content .menu li.active ul {
    display: block;
}

.header-content .menu li ul li{
    box-sizing: border-box;
}

.header-content .menu li ul li a{
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
}

.header-content .menu li a {
    border-bottom: 2px solid transparent;

}

.logo-wrapper {
    background-color: #1c1c1c;
    height: 100%;
    align-items: center;
    display: flex;
}

svg.icon {
    width: 16px;
    height: 18px;
    fill: #0b0b0b;
}

.header-content .callback-wrapper a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: bold;
}

.header-content .callback-wrapper a:hover {
    text-decoration: underline;
}

.header-content .callback-wrapper svg.icon,
.header-content .cabinet-wrapper svg.icon,
.header-mobile .cabinet-wrapper svg.icon {
    margin: 0 12px;
}

.header-content .callback-wrapper,
.header-content .cabinet-wrapper {
    border-left: 1px solid #e8e8e8;
    line-height: 35px;
}

.header-mobile .cabinet-wrapper {
    line-height: 35px;
}

.header-content .cabinet-wrapper {
    margin-left: auto;
}

.header-content .cabinet-wrapper a,
.header-mobile .cabinet-wrapper a {
    display: flex;
    height: 35px;
    align-items: center;
}

.header-content a.lang-change,
.header-mobile a.lang-change {
    display: inline-block;
    margin: 0 12px;
    text-decoration: none;
    color: #0b0b0b;
    font-weight: bold;
}

.header-content .menu-wrapper{
    padding-top: 9px;
}

.header-content .lang-wrapper {
    border-left: 1px solid #e8e8e8;
    line-height: 29px;
}


.header-content .top-sell-wrapper .red-button {
    font-weight: bold;
    font-size: 12px;
}

.mp-top {
    height: 620px;
    position: relative;
}

.no-webp .mp-top.kiev {
    background: url(../images/banner-kiev.jpg) 50% 50% no-repeat;
}

.webp .mp-top.kiev {
    background: url(../images/banner-kiev.webp) 50% 50% no-repeat;
}

.no-webp .mp-top {
    background: url(../images/banner.jpg) 50% 50% no-repeat;
}

.webp .mp-top {
    background: url(../images/banner.webp) 50% 50% no-repeat;
}

.mp-top .car-mobile {
    width: 331px;
    height: 143px;
    position: absolute;
    top: 200px;
    left: calc(50% - 165px);
    z-index: 10;
}

.no-webp .mp-top .car-mobile {
    background: url(../images/mptop-car-320.png) 50% 50% no-repeat;
}

.webp .mp-top .car-mobile {
    background: url(../images/mptop-car-320.webp) 50% 50% no-repeat;
}

.mp-top .icons
{
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    padding-left: 22px;
}

.catalog-header .icons,
.buy-credit .icons,
.sellers-auction .icons,
.top_block .icons
{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    padding-left: 22px;
    position: absolute;
}

.mp-top .icons a,
.catalog-header .icons a,
.buy-credit .icons a,
.sellers-auction .icons a,
.top_block .icons a
{
    text-decoration: none;
}

.mp-top .icons a .icon,
.catalog-header .icons a .icon,
.buy-credit .icons a .icon,
.sellers-auction .icons a .icon
.top_block .icons a .icon
{
    width: 20px;
    height: 20px;
    fill: #7f7f7f;
    stroke-width: 4px;
}

.mp-top .icons a .icon path {
    stroke-width: 4px;
}

.mp-top .icons a:hover .icon,
.catalog-header .icons a:hover .icon,
.buy-credit .icons a:hover .icon,
.top_block .icons a:hover .icon
{
    fill: #be0000;
}

.mp-top h1 {
    font-size: 67px;
    padding-left: 130px;
    font-weight: 900;
    padding-top: 30px;
    margin: 0;
}

.mp-top .wrapper {
    height: 620px;
    position: relative;
}

.mp-top .infoblock {
    width: 420px;
    background-color: #fff;
    position: absolute;
    left: calc(50% + 210px);
    bottom: 0;
}

.mp-top .infoblock .padding {
    padding: 40px 50px;
}

.mp-top .infoblock .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e72228;
    text-align: center;
    height: 60px;
}

.mp-top .infoblock .screen-2 .title {
    border-bottom: none;
}

.mp-top .infoblock .cost {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}

.mp-top .submit-wrapper {
    background-color: #fe0000;
    text-align: center;
}

.mp-top .submit-wrapper a,
.mp-top .submit-wrapper input[type='submit'] {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: none;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}

.mp-top .infoblock .description {
    padding: 10px 0;
    font-size: 16px;
    color: #808080;
}

.mp-top .infoblock .screen-1 .title {
    margin-bottom: 40px;
}

.infoblock .field-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 5px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    border-radius: 0;
}

.infoblock .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    text-align: left;
    padding: 12px 15px 12px 0;
    height: 53px;
    border-bottom: 1px solid #000;
    padding-left: 4px;
    color: #000;
}

.infoblock .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
}

.infoblock .select2-container--default .select2-selection--single {
    border-radius: 0;
    display: block;
    height: 53px;
    border: 0;
}

.infoblock .select2-container {
    margin-bottom: 20px;
}

.mp-top .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 60px;
    box-sizing: border-box;
    border: 1px solid #808080;
    margin-bottom: 20px;
}

.mp-top .screen-2 {
    display: none;
}

input.user-input {
    background: url(../images/ico-user.png) 20px 50% no-repeat;
}

.mp-top input.phone-input,
.popup_form input.phone-input {
    background: url(../images/ico-phone.png) 20px 50% no-repeat;
}

.featuresmodulebody .wrapper {
    padding: 90px 20px 70px 20px;
}

.no-webp .featuresmodulebody .wrapper {
    background: url(../images/car1.png) 100% 95px no-repeat;
}

.webp .featuresmodulebody .wrapper {
    background: url(../images/car1.webp) 100% 95px no-repeat;
}

.featuresmodule h2 {
    padding: 0;
    margin: 0;
    max-width: 435px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.featuresmodule .subtitle {
    padding-top: 25px;
    max-width: 435px;
    font-size: 16px;
    font-weight: 300;
}

.featuresmodule .features-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 150px;
}

.featuresmodule .feature-item {
    width: 245px;
    position: relative;
}

.featuresmodule .feature-item .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 70px;
}

.featuresmodule .feature-item .text {
    font-size: 16px;
}

.featuresmodule .feature-item:first-child:after {
    content: ' ';
    display: block;
    position: absolute;
    background: url(../images/curve-line.png) no-repeat;
    height: 189px;
    width: 111px;
    right: -50px;
    top: 15px;
}

.no-webp .featuresmodule .feature-item:first-child:after {
    background: url(../images/curve-line.png) no-repeat;
}

.webp .featuresmodule .feature-item:first-child:after {
    background: url(../images/curve-line.webp) no-repeat;
}

.featuresmodule .getcostform-wrapper {
    margin-top: 70px;
}

.getcostform-wrapper {
    width: 100%;
    border: 10px solid #252525;
    padding: 50px 25px 20px;
}

.getcostform-wrapper .row-1 form .slide {
    display: flex;
    justify-content: space-between;
}

.getcostform-wrapper .row-1 form .phone-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.getcostform-wrapper .row-1 form .price-wrapper {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.getcostform-wrapper .row-1 form .price-wrapper .cost {
    color: #ef1313;
}

.getcostform-wrapper .row-1 form input[type="text"] {
    font-size: 18px;
    height: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border-left: none;
    border-right: none;
    border-top: none;
}

.getcostform-wrapper .row-1 select {
    width: 210px;
    border: none;
    border-bottom: 1px solid #a69999;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.getcostform-wrapper .select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #a69999;
}
.getcostform-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #282828;
    font-weight: bold;
    padding-left: 5px;
    line-height: 1.5;
}

.getcostform-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.getcostform-wrapper .select2-container--default .select2-selection--single {
    border: 0;
    height: auto;
}

.getcostform-wrapper .row-1 .submit-red-rounded{
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 204px;
    text-align: center;
    background-color: #ef1313;
    display: inline-block;
    border: 0;
    font-size: 14px;
    cursor: pointer;
}

.getcostform-wrapper .row-2 {
    padding-top: 20px;
    font-size: 14px;
}

.buyallmodulebody {
    background-color: #222222;
    color: #fff;
    padding: 70px 0;
}

.buyallmodulebody h2 {
    padding: 0;
    margin: 0;
    font-size: 41px;
    font-weight: 900;

}

.buyallmodulebody .wrapper {
    padding: 0 15px;
}

.no-webp .buyallmodulebody .wrapper {
    background: url(../images/buy-cars.png) 100% 0 no-repeat;
}

.webp .buyallmodulebody .wrapper {
    background: url(../images/buy-cars.webp) 100% 0 no-repeat;
}

.buyallmodulebody .subtitle {
    width: 405px;
    font-size: 16px;
    font-weight: 900;
    margin-top: 50px;
}

.buyallmodulebody .text{
    font-size: 16px;
    color: #7f7f7f;
    margin-top: 50px;
}

.buyallmodulebody .cars-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.buyallmodulebody .car-item {
    width: 270px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #4b4b4b;
}

.buyallmodulebody .car-item .icon {
    width: 190px;
    height: 130px;

    margin: 0 auto;
}

.no-webp .buyallmodulebody .car-item .icon {
    background: url(../images/buy-cars-sprite.png) 0 50% no-repeat;
}

.webp .buyallmodulebody .car-item .icon {
    background: url(../images/buy-cars-sprite.webp) 0 50% no-repeat;
}


.buyallmodulebody .car-item.item-1 .icon {
    background-position: 20px 50%;
}
.buyallmodulebody .car-item.item-2 .icon {
    background-position: -240px 50%;
}
.buyallmodulebody .car-item.item-3 .icon {
    background-position: -514px 50%;
}
.buyallmodulebody .car-item.item-4 .icon {
    background-position: -780px 50%;
}
.buyallmodulebody .car-item.item-5 .icon {
    background-position: -1045px 50%;
}

.buyallmodulebody .car-item .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}

.buyallmodulebody .car-item:last-child {
    border-right: none;
}

.latest-cars {
    padding: 40px 0;
}

.latest-cars .quote {
    padding-bottom: 40px;
}

.latest-cars .title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.footer .logo-footer {
    background-color: #000;
    width: 190px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-menu {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: 20px;
}

.footer .footer-menu a {
    color: #cecece;
    font-size: 12px;
}

.footer .powered {
    display: flex;
    align-items: center;

}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-contacts {
    padding-top: 40px;
}

.footer-contacts .row-1 {
    display: flex;
    align-items: flex-end;
}

.footer-contacts .row-1 .title {
    width: 590px;
    font-size: 45px;
    font-weight: 900;
}

.footer-contacts .contacts {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 15px;
}

.footer-contacts .contacts a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-left: 100px;
}

.footer-contacts .contacts .icon {
    fill: #ff2121;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.footer-contacts .icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-contacts .icons a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.footer-contacts .icons a:hover {
    text-decoration: underline;
}

.footer-contacts .icons .icon {
    width: 20px;
    height: 20px;
    fill: #000000;
    stroke-width: 4px;
}

.footer-contacts .icons a:hover .icon {
    fill: #be0000;
}

.footer-contacts #map {
    width: 100%;
    height: 370px;
    margin-top: 40px;
    cursor: pointer;
}

.no-webp .footer-contacts #map {
    background: url(../images/map-preview.png) 50% 0 no-repeat;
}

.webp .footer-contacts #map {
    background: url(../images/map-preview.webp) 50% 0 no-repeat;
}

.footer-contacts #map-canvas {
    width: 100%;
    height: 370px;
}

.howtosalemodule {
    padding: 40px 0;
}

.howtosalemodule .title {
    font-size: 41px;
    font-weight: bold;
    padding-bottom: 60px;
}

.seo-block {
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease-in;
}

.seo-block:before {
    content: ' ';
    height: 80px;
    display: block;
    border-left: 7px solid #ff2121;
    position: absolute;
    left: 0;
}

.expand-seo-block {
    text-align: right;
    padding-bottom: 20px;
    padding-top: 20px;
}

.expand-seo-block a {
    color: #ff2121;
    font-weight: bold;
}

.seo-block.collapsed {
    height: 80px;
    overflow-y: hidden;
}

.howtosalemodule .steps {
    padding: 40px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.howtosalemodule .steps .step {
    padding-left: 50px;
    padding-top: 5px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 300px;
    float: left;
    margin: 20px 180px 20px 0;
    min-height: 80px;
    position: relative;
}

.howtosalemodule .steps .step-2 {
    background-position: -460px 0;
}

.howtosalemodule .steps .step-3 {
    background-position: -940px 0;
    margin-right: 0;
}

.howtosalemodule .steps .step-4 {
    background-position: 0 -139px;
}

.howtosalemodule .steps .step-5 {
    background-position: -460px -139px;
}

.howtosalemodule .steps .step-1:first-child:after {
    content: ' ';
    display: block;
    position: absolute;
    background: url(../images/curve-line2.png) no-repeat;
    height: 254px;
    width: 88px;
    right: -50px;
    top: 15px;
}

.servicescarouselmodule {
    background: url(../images/services-bg.png) 50% 30px no-repeat #222222;
    min-height: 540px;
    padding: 75px 0 60px;
}

.servicescarouselmodule .carousel-services {
}

.servicescarouselmodule .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #4b4b4b;
}

.servicescarouselmodule .service-item .icon {
    height: 150px;
    width: 265px;
    margin: 40px auto;
}

.no-webp .servicescarouselmodule .service-item .icon {
    background: url(../images/services-sprite.png) 0 0  no-repeat;
}

.webp .servicescarouselmodule .service-item .icon {
    background: url(../images/services-sprite.webp) 0 0  no-repeat;
}

.webp .servicescarouselmodule .service-item.service-7 .icon {
    background: url(../images/rent-service.png) 0 0 no-repeat;
}

.servicescarouselmodule .service-item.service-2 .icon {
    background-position: -430px 0;
}

.servicescarouselmodule .service-item.service-3 .icon {
    background-position: -868px 0;
}

.servicescarouselmodule .service-item.service-4 .icon {
    background-position: 0 -145px;
}

.servicescarouselmodule .service-item.service-5 .icon {
    background-position: -430px -145px;
}

.servicescarouselmodule .service-item.service-6 .icon {
    background-position: -868px -145px;
}

.servicescarouselmodule .service-item.service-7 .icon {
    background: url(../images/rent-service.png) 0 0 no-repeat;
}

.servicescarouselmodule .service-item .title{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0 50px;
    height: 40px;
}

.servicescarouselmodule .service-item .text{
    color: #a9a9a9;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
    height: 90px;
}

.servicescarouselmodule .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}

.servicescarouselmodule .owl-nav .owl-next {
    margin-left: auto;
    right: 0;
    position: absolute;
}

.servicescarouselmodule .owl-nav .owl-next.disabled,
.servicescarouselmodule .owl-prev .owl-next.disabled {
    display: none;
}

.red-transparent-button {
    width: 205px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ef1313;
    color: #ef1313;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.red-transparent-button:hover {
    background-color: #ef1313;
    color: #fff;
}

.red-button,
.black-button
{
    width: 205px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ef1313;
    color: #fff;
    background-color: #ef1313;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.black-button {
    border: 1px solid #1c1c1c;
    background-color: #1c1c1c;
}

.red-button:hover {
    background-color: transparent;
    color: #ef1313;
}

.black-button:hover {
    background-color: transparent;
    color: #1c1c1c;
}

.black-transparent-button {
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #252525;
    color: #252525;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
}

.black-transparent-button:hover {
    background-color: #252525;
    color: #fff;
}


.red-button.small,
.black-button.small,
.black-transparent-button.small {
    width: auto;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-weight: normal;
}

.red-circle-plus {
    color: #fff;
    background-color: #ef1313;
    padding: 0 9px;
    line-height: 30px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    display: inline-block;
}

.small-blue-button {
    background-color: #2b9ce6;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    border-radius: 4px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
}

.small-blue-button:hover {
    color: #fff;
    background-color: #186396;
}

.sortings {
    float: left;
    padding: 0 0 30px 0;
}

.sortings .sorting {
    float: left;
    margin-right: 40px;
}

.sortings .sorting-title {
    float: left;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 20px;
}

.sortings .sorting a,
.sortings-sold label {
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.sortings .sorting.selected-asc a,
.sortings .sorting.selected-desc a {
    text-decoration: underline;
}

.sortings .sorting.selected-asc a:after,
.sortings .sorting.selected-desc a:after {
    content: ' ';
    display: inline-block;
    background: url(../images/select-drop.png) 0 0 no-repeat;
    width: 16px;
    height: 10px;
    margin-left: 10px;
}

.sortings .sorting.selected-desc a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sortings-sold label {
    display: block;
    padding-top: 1px;
    float: right;
    padding-left: 7px;
}

/*
.pagebar {
    text-align: center;
}

.pagebar span,
.pagebar a {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    color: #232323;
    text-decoration: none;
    min-width: 36px;
}

.pagebar span {
    color: #e72228;
    border: 3px solid #e72228;
}

.pagebar a:hover {
    border: 3px solid #e72228;
}
*/

.pagebar {
    display: flex;
    width: fit-content;
    margin: 10px auto
}

.pagebar .dots,
a.pagebar_page,
span.pagebar_page{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    color: #232323;
    text-decoration: none;
    min-width: 36px;
    cursor: pointer;
    border: 3px solid transparent;
    min-height: 20px;
    text-align: center;
    padding: 5px;
}

.pagebar_page a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

span.pagebar_current,
a.pagebar_page:hover
{
    border: 3px solid #e72228;
}

.catalog-header {
    width: 100%;
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
    height: 623px;
    position: relative;
}

.catalog-header .wrapper {
    display: flex;
}

.filter-window {
    border: 10px solid #252525;
    padding: 40px;
    margin: 54px 0 0 120px;
    width: 400px;
    background-color: #fff;
}

select.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-drop.png) calc(100% - 10px) no-repeat #fff !important;

    width: 100%;
    font-size: 14px;
    padding: 15px 15px 15px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;

}

.catalog-header .banner {
    width: 680px;
    margin-left: auto;
    padding-top: 40px;
}

.catalog-header select.custom{
    text-transform: uppercase;
    font-weight: bold;
}

.catalog-header .filter-value {
    display: flex;
    justify-content: space-between;
}

.catalog-header .filter-value .year {
    width: 45%;
}

.catalog-header .red-button,
.catalog-header .black-button{
    width: 100%;
    margin-bottom: 10px;
}

.catalog-header .terms-link {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.catalog-header .terms-link:hover {
    text-decoration: underline;
}

.catalog-h1 {
    margin: 0;
    padding: 0;
    font-size: 67px;
    font-weight: 900;
}

.catalog-header .counters {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.catalog-header .counter {
    font-size: 16px;
    font-weight: bold;
}

.sorting-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.no-webp #rollin-car {
    position: absolute;
    background: url(../images/banner-car-catalog.png) 0 0 no-repeat;
    width: 616px;
    height: 235px;
    bottom: 0;
    left: calc(50% - 50px);
}

.webp #rollin-car {
    position: absolute;
    background: url(../images/banner-car-catalog.webp) 0 0 no-repeat;
    width: 616px;
    height: 235px;
    bottom: 0;
    left: calc(50% - 50px);
}

#rollin-car-rent {
    position: absolute;
    background: url(../images/banner-car-rent.png) 0 0 no-repeat;
    width: 691px;
    height: 271px;
    bottom: 30px;
    left: calc(50% - 50px);
}

.buy-credit .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}

.buy-credit .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

.buy-credit .frame-calculator {
    border: 10px solid #000;
    width: 420px;
    margin-left: auto;
    margin-top: 60px;
    background-color: #fff;
    height: 500px;
    padding: 30px;
}

.buy-credit .text_side {
    margin-left: 120px;
}

.buy-credit .text_side h1 {
    font-size: 67px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
}

.buy-credit .frame-calculator .redlink-wrapper{
    text-align: center;
    padding-bottom: 35px;
}

#rollin-cars-credit {
    position: absolute;
    background: url(../images/banner-cars-credit.png) 0 0 no-repeat;
    width: 761px;
    height: 260px;
    bottom: 0;
    left: calc(50% - 500px);
}

.buy-credit .credit-short-text {
    padding: 50px 0;
}

.buy-credit .credit-short-text .wrapper {
    position: relative;
}

.buy-credit .credit-short-text h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.buy-credit .credit-short-text .text:before {
    content: ' ';
    height: 80px;
    display: block;
    border-left: 7px solid #ff2121;
    position: absolute;
    left: 0;
}

.buy-credit .credit-short-text .text{
    padding-left: 30px;
    position: relative;
    margin-top: 50px;
}

.buy-credit .credit-short-text p {
    font-size: 16px;
}

.buy-credit .credit-points {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.buy-credit .credit-points .item {
    width: 20%;
}

.buy-credit .credit-points .item .title {
    font-weight: bold;
    font-size: 14px;
    height: 68px;
    text-transform: uppercase;
}

.buy-credit .credit-points .item .item-text {
    font-size: 14px;
    height: 60px;
}

.credit-steps {
    background-color: #222222;
    color: #fff;
    padding: 70px 0;
}

.credit-steps .wrapper {
    padding: 0 15px;
    background: url(../images/credit-car-howto.png) 100% 0 no-repeat;
}

.credit-steps h2 {
    padding: 0;
    margin: 0;
    font-size: 41px;
    font-weight: 900;
}

.credit-steps .subtitle {
    width: 405px;
    font-size: 16px;
    font-weight: 900;
    margin-top: 50px;
}

.credit-steps .steps {
    padding: 90px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.credit-steps .steps .step {
    padding-left: 50px;
    padding-top: 5px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    width: 330px;
    margin: 20px 0 20px 0;
    min-height: 80px;
    position: relative;
}

.credit-steps .steps .step-2 {
    background-position: -460px 0;
}

.credit-steps .steps .step-3 {
    background-position: -940px 0;
}

.credit-steps .steps .step-4 {
    background-position: 0 -139px;
}

.credit-steps .steps .step-5 {
    background-position: -460px -139px;
}

.credit-steps .steps .step-6 {
    background-position: -935px -139px;
}

.credit-filter .filter-window {
    padding: 40px;
    margin: 0;
    width: 100%;

}

.credit-filter .filters {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-right: 40px;
    justify-content: space-between;
}

.credit-filter .filters .filter {
    width: 235px;
}

.credit-filter .filters .filter-value {
    display: flex;
    justify-content: space-between;
}

.credit-filter .filters .year {
    width: 49%;
}

.credit-filter .filters select {
    margin-bottom: 0;
}

.credit-filter form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.credit-filter .filters .filter-fuel,
.credit-filter .filters .filter-gear {
    display: none;
}

.frame-calculator .step-2 .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 60px;
    box-sizing: border-box;
    border: 1px solid #808080;
    margin-bottom: 20px;
}

.frame-calculator .padding {
    padding: 40px 50px;
}

.frame-calculator input.phone-input {
    background: url(../images/ico-phone.png) 20px 50% no-repeat;
}

.frame-calculator .description {
    padding: 10px 0;
    font-size: 16px;
    color: #808080;
}

.trade-in h2 {
    padding: 80px 0;
    margin: 0;
    font-size: 36px;
}

h2.f41 {
    font-size: 41px;
    text-transform: uppercase;
}

.sellers-auction .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}

.sellers-auction .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

#rollin-cars-auction {
    position: absolute;
    background: url(../images/banner-car-auction.png) 0 0 no-repeat;
    width: 604px;
    height: 261px;
    bottom: 0;
    left: calc(50% - 50px);
}

.sellers-auction .frame {
    border: 10px solid #000;
    width: 390px;
    margin-left: 134px;
    margin-top: 60px;
    background-color: #fff;
    height: 545px;
}

.sellers-auction .text_side {
    margin-left: 120px;
}

.sellers-auction .text_side h1 {
    font-size: 67px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sellers-auction .frame .redlink-wrapper{
    text-align: center;
    padding-bottom: 35px;
}

.sellers-auction .frame .field-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

.sellers-auction .frame .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    text-align: left;
    padding: 12px 15px 12px 0;
    height: 53px;
    border-bottom: 1px solid #000;
    padding-left: 4px;
    color: #000;
}

.sellers-auction .frame .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
}

.sellers-auction .frame .select2-container--default .select2-selection--single {
    border-radius: 0;
    display: block;
    height: 53px;
    border: 0;
}

.sellers-auction .frame .select2-container {
    margin-bottom: 20px;
}

.sellers-auction .frame .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    background: none;
}

.sellers-auction .frame .padding {
    padding: 30px 50px;
}

.sellers-auction .top_block .text {
    font-size: 21px;
    font-weight: bold;
}

.sellers-auction .top_block .text span {
    color: #ef1313;
}

.sellers-auction .top_block .submit-wrapper {
    margin-bottom: 5px;
}

.sellers-auction .top_block .submit-wrapper input,
.sellers-auction .top_block .submit-wrapper a
{
    width: 100%;
}

.auction-how-works h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 50px 0;
}


.auction-how-works .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.auction-how-works .steps .step {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 330px;
    margin: 20px 0 20px 0;
    min-height: 150px;
    position: relative;
}

.auction-how-works .steps .step .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 50px;
    background: url(../images/numbers-sprite.png) 0 0 no-repeat;
    min-height: 50px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.auction-how-works .steps .step .text {
    font-size: 16px;
    font-weight: normal;
}

.auction-how-works .steps .step-2 .title {
    background-position: -460px 0;
}

.auction-how-works .steps .step-3 .title {
    background-position: -940px 0;
    margin-right: 0;
}

.auction-how-works .steps .step-4 .title {
    background-position: 0 -139px;
}

.auction-how-works .steps .step-5 .title {
    background-position: -460px -139px;
}

.auction-how-works .steps .step-6 .title {
    background-position: -935px -139px;
}

.auction-try {
    background-color: #222222;
    color: #fff;
    padding: 70px 0;
}

.auction-try h2 {
    padding: 0;
    margin: 0;
    font-size: 41px;
    font-weight: 900;
}

.auction-try .wrapper {
    padding: 0 15px;
    background: url(../images/buy-cars.png) 100% 0 no-repeat;
}

.auction-try .form-wrapper {
    margin-top: 90px;
    width: 100%;
    border: 10px solid #ffffff;
    padding: 45px 25px;
}

.auction-try form {
    display: flex;
    justify-content: space-between;
}

.auction-try form .fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 50px;
}

.auction-try input.field-input {
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    color: #a9a9a9;
    padding: 10px 0;
}

.auction-try .features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.auction-try .feature-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #4b4b4b;
}

.auction-try .feature-item .icon {
    width: 190px;
    height: 130px;
    background: url(../images/sprite-auction-try.png) 0 50% no-repeat;
    margin: 0 auto;
}

.auction-try .feature-item.item-1 .icon {
    background-position: 65px 50%;
}
.auction-try .feature-item.item-2 .icon {
    background-position: -265px 50%;
}
.auction-try .feature-item.item-3 .icon {
    background-position: -590px 50%;
}
.auction-try .feature-item.item-4 .icon {
    background-position: -905px 50%;
}

.auction-try .feature-item .title {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
}

.auction-try .feature-item:last-child {
    border-right: none;
}

.last_sold .sold_title {
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}

.sold_item {
    display: inline-block;
    float: left;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin: 0 92px 20px 0;
    width: 365px;
}

.sold_items .sold_item:nth-child(3n) {
    margin-right: 0;
}

.sold_item img {
    max-width: 100%;
}

.sold_item .item_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}

.sold_item .item_head .name {
    font-size: 16px;
    font-weight: bold;
}

.sold_item .item_head .price {
    font-size: 16px;
    font-weight: bold;
    color: #ef1313;
}


.questions .questions_title {
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.questions .questions_category {
    font-size: 16px;
    border-left: 7px solid #ef1313;
    padding-left: 20px;
    color: #a3a3a3;
    margin-bottom: 40px;
}

.questions .faq_question {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}
.questions .faq_question .quest {
    width: 100%;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 20px;
    padding-right: 40px;
    position: relative;
    margin-top: 8px;
}

.questions .faq_question .quest .quest-cross {
    position: absolute;
    right: 35px;
    top: 31px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 25px;
    height: 36px;
}
.questions .quest-cross:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 15px;
    height: 3px;
    background-color: #040404;
}
.questions .quest-cross:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 15px;
    height: 3px;
    background-color: #040404;
    transform: rotate(90deg);
}
.questions .faq_question.open .quest-cross:after {
    background: #040404;
}
.questions .faq_question.open .quest-cross:before {
    width: 0;
    height: 0;
}
.questions .faq_question.open .quest .quest-cross {
    right: 31px;
    top: 16px;
    width: 25px;
    height: 36px;
    transform: rotate(-90deg);
}
.questions .open .quest {
    border-bottom: none;
}
.questions {
    margin-bottom: 50px;
    margin-top: 50px;
}

.questions .faq_question .answ {
    display: none;
    overflow: hidden;
    padding: 25px 25px;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background-color: #f7f7f7;
    height: auto;
}

/* services */
.faq-categories {
    margin-top: 170px;
    width: 230px;
    float: left
}

.component .questions {
    padding-bottom: 40px
}

.faq_quest .quest {
    width: 100%;
    color: #c6272c;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    padding: 25px;
    padding-right: 40px;
    position: relative;
    background-color: #f7f7f7;
    margin-top: 8px;
    transition: all 0.1s ease-in 0s
}

.faq_quest .quest:hover {
    background-color: #f0f0f0
}

.faq_quest .quest .button {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 45px;
    height: 45px;
    background: url(/templates/_default_/images/ico-expand.png) 0 0 no-repeat transparent;
    transition: all 0.2s ease-in 0s
}

.faq_quest.open .quest .button {
    transform: rotate(45deg)
}

.open .quest {
    border-bottom: none
}

.faq_quest .answ {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 5px 80px 25px 25px;
    text-align: justify;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background-color: #f7f7f7
}

.faq-categories ul {
    list-style: none;
    margin: 0 0 0 30px
}

.faq-categories ul li {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    border-bottom: 1px solid #8f8f8f;
    padding: 10px 0;
    cursor: pointer
}

.faq-categories ul li:hover {
    color: #3d6cb1
}

.car-page .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}

.car-page .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

.car-page .col-text {
    padding-top: 15px;
    margin-right: 15px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 32px;
    width: 400px;
}

.car-page .col-text .back-link {
    color: #000;
    text-decoration: none;
}

.car-page .col-text .back-link:hover {
    text-decoration: underline;
}

.car-page .col-text h1 {
    font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1;
}

.car-page .frame {
    border: 10px solid #000;
    width: 390px;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.car-page .frame .padding {
    padding: 20px 20px;
}

.car-page .frame .button-wrapper {
    padding-top: 30px;
}

.car-page .frame .red-button {
    width: 100%;
}

.car-page .col-images {
    width: 700px;
    margin-left: 135px;
    padding-top: 20px;
}

.car-page .addpictures-wrapper ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    width: calc(20% - 8px);
}

.car-page .addpictures-wrapper ul li:nth-child(5n) {
    margin-right: 0;
}

.car-page .addpictures-wrapper ul li a {
    display: block;
    height: 88px;
    overflow: hidden;
}

.car-page .addpictures-wrapper ul li .overpic {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.car-page #mainpic {
    margin-bottom: 10px;
    position: relative;
}

.car-page #mainpic img {
    max-width: 100%;
}

.car-page .addpictures-wrapper {
    height: 96px;
    overflow: hidden;
}

.car-features {
    padding: 40px 0;
}

.car-features-title
{
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.car-features-items {
    display: flex;
    justify-content: space-between;
}

.car-features-items .car-features-item {
    width: 33.3%;
    border-right: 1px solid #d6d6d6;
}

.car-features-items .car-features-item .inner {
    width: 280px;
    margin: 0 auto;
}

.car-features-items .car-features-item .title {
    height: 70px;
    padding-left: 70px;
    background: url(../images/sprite-car-features.png) 0 50% no-repeat;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.car-features-items .car-features-item .description {
    height: 95px;
    font-size: 16px;
    color: #a3a3a3;
    margin-top: 10px;
}

.car-features-items .car-features-item-2 .title {
    background-position: -476px 50%;
}

.car-features-items .car-features-item-3 .title {
    background-position: -962px 50%;
}

.car-features-items .car-features-item-1 .inner {
    margin-left: 0;
}

.car-features-items .car-features-item-3 {
    border-right: none;
}

.car-page .description-row {
    display: flex;
    justify-content: space-between;
}

.car-page .description-row .col-description {
    width: 820px;
}

.car-page .description-row .description-title,
.car-page .description-row .cr-title
{
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.car-page .description-row .cr-title {
    padding-left: 0;
}

.car-page .col-credit {
    width: 400px;
}

.car-page .redlink-wrapper {
    padding-left: 0;
}

.car-page .description-text {
    font-size: 16px;
    line-height: 1.8;
}

.header-mobile .topmenu {
    float: left;
    padding-top: 5px;
}

.header-mobile .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header-mobile .topmenu .burger {
    background: url(../images/burger.png) 0 50% no-repeat;
    height: 25px;
    cursor: pointer;
    width: 30px;
}

.header-mobile .lang-wrapper {
    border-left: 1px solid #e8e8e8;
    line-height: 29px;
}

.header-mobile .right-flex-phones {
    width: 110px;
}

.header-mobile .cabinet-link {
    display: inline-block;
}

.mobile-header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right-flex-user {
    border-left: 1px solid #e8e8e8;
    padding-left: 10px;
}

.right-flex-user svg {
    width: 25px;
    height: 25px;
}

.header-mobile .topmenu .menu-window {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    width: 300px;
    left: -300px;
    transition: left 0.4s ease-in 0s;
    z-index: 20;
}
.header-mobile .topmenu .menu-window.open{
    left: 0 !important;
}

.menu-header-320{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 66px;
}

.menu-header-320 .cabinet {
    margin-left: auto;
    margin-right: 15px;
}

.menu-header-320 .burger-menu-320 {
    padding: 0 10px 0 20px;
}

.menu-header-320 .cabinet-link{
    margin-left: auto;
    margin-right: 20px;
}

.closemenu-button {
    background: url(../images/buttonmenu-close.png) 50% 50% no-repeat;
    cursor: pointer;
    width: 40px;
    height: 28px;
    float: left;
    margin-left: 14px;
    margin-top: 5px;
}

.menu-window .logo {
    float: left;
}

.menu-window .needconsult {
    width: 490px;
    padding: 25px;
    border: 18px solid #e72228;
    text-align: center;
    color: #fff;
}

.menu-window .needconsult .title {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 900;
}

.menu-window .needconsult .text {
    font-size: 18px;
    padding-bottom: 25px;
}

.menu-window .left {
    width: 50%;
}

.header-mobile .menu-window .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.header-mobile .menu-window  .menu li {
    float: left;
    display: block;
    padding: 20px 0 0 0;
    width: 100%;
}

.header-mobile .menu-window .menu li.cars a:before{
    content: ' ';
    display: block;
    background: url(../images/new.png);
    background-size: 100% auto;
    width: 30px;
    height: 14px;
    position: absolute;
    margin-top: -15px;
    margin-left: 0;
}

.header-mobile .menu-window .menu li.selected > a,
.header-mobile .menu-window .menu li a:hover {
    border-bottom: 2px solid #e72228;
}

.header-mobile .menu-window .menu li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.header-mobile .phones a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}


.login .top_block{
    background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}

.login .top_block .wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 623px;
}

#rollin-car-login {
    position: absolute;
    background: url(../images/banner-car-auction.png) 0 0 no-repeat;
    width: 1073px;
    height: 268px;
    bottom: 20px;
    left: calc(50% - 500px);
}

.login .frame {
    border: 10px solid #000;
    width: 422px;
    margin-right: 15px;
    margin-top: 30px;
    background-color: #fff;
    height: 570px;
    margin-left: auto;
    z-index: 10;
}

.login .text_side {
    margin-left: 120px;
}

.login .text_side h1 {
    font-size: 67px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.login .frame .field-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}
.login .frame .text-input {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px 15px 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    background: none;
}

.login .frame .padding {
    padding: 30px 50px;
}

.login .top_block .text {
    font-size: 21px;
    font-weight: bold;
}

.login .top_block .sub-text {
    font-size: 16px;
    margin-top: 10px;
}

.login .top_block .text span {
    color: #ef1313;
}

.login .top_block .submit-wrapper {
    margin-bottom: 5px;
}

.login .top_block .submit-wrapper input,
.login .top_block .submit-wrapper a
{
    width: 100%;
    margin-bottom: 10px;
}

.login .frame form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
}

.login .frame .form-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
}

.splide__slide img {
    max-width: 100%;
}

.popup-images {
    width: 1200px;
    max-width: 100%;
}

/*header .user-bar .button-langchange {*/
    /*color: #9b9b9b;*/
    /*font-size: 18px;*/
    /*float: left;*/
    /*text-transform: lowercase;*/
    /*height: 98px;*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/
.header .lang-wrapper a.lang-change,
.header-mobile .lang-wrapper a.lang-change
{
    display: inline-block;
    margin-right: 15px;
    padding: 3px 5px;
}
.header .droplang a:hover,
.header-mobile .droplang a:hover {
    background: #1c1c1c;
    color: #fff;
}

.header .lang-wrapper a.lang-change:after,
.header-mobile .lang-wrapper a.lang-change:after {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url(../images/arrows_sprite.png) 0 -50px no-repeat;
    margin-left: 10px;
}

.header .lang-wrapper a.lang-change:hover:after {
}

.droplang {
    display: none;
    position: absolute;
    width: 50px;
    background-color: #fff;
    z-index: 102;
    top: 66px;
    margin-left: 6px;
    box-shadow: 0 0 15px #cecece;
}

.droplang a{
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
    text-decoration: none;
    color: #000;
}

.car-page .frame .sold {
    font-weight: 900;
    border: 2px solid #e72228;
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    transform: rotate(-30deg);
    position: absolute;
    left: 50%;
    margin-left: -100px;
    background: rgba(255,255,255,0.7);
    bottom: 100px;
}

.section-calc .calc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.section-calc .calc-flex .title {
    font-weight: bold;
}

.section-calc .calc-flex .calc-input {
    width: 100px;
    text-align: center;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #232323;
    font-size: 16px;
}

.section-calc .row {
    padding-bottom: 15px;
}

.section-calc .range-row {
    height: 70px;
}

.section-calc .calc-total {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 2px;
}

.section-calc .calc-total span {
    font-size: 18px;
}

.section-calc .calc-summary {
}

.section-calc .noUi-marker-normal {
    display: none;
}

.section-calc .noUi-target {
    display: block;
    height: 13px;
    background-color: #fe0000;
    box-shadow: inset -1px 0 5px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 7px;
    width: 96%;
    margin: 0 auto;
}
.section-calc .noUi-connect {
    border: 1px solid lightgrey;
    background-color: #fafafa;
    box-shadow: -1px 0 0 white, inset -1px 0 2px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.section-calc .noUi-handle {
    width: 21px;
    height: 26px;
    left: -17px !important;
    background: url('../images/w5-slider.png') center center no-repeat;
    border: none;
    box-shadow: none;
}
.section-calc .noUi-handle:after {
    display: none;
}
.section-calc .noUi-handle:before {
    display: none;
}

.section-calc .noUi-value-large{
    padding-top: 5px;
    font-size: 14px;
}

.section-calc .printrange-wrapper{
    height:100px;
}

.section-calc .noUi-value-horizontal {
    /* -webkit-transform: translate3d(-50%,50%,0); */
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
}

.section-calc .noUi-value-sub{
    margin-top: 5px;
}

.section-calc .noUi-pips-horizontal {
    height: 50px;
}

.langchange-mobile a {
    font-size: 14px;
    text-decoration: none;
    color: #282828;
    font-weight: bold;
    margin: 0 5px;
}

.langchange-mobile a:first-child {
    color: #ef1313;
}

.all-cars-by-model {
    margin-bottom: 50px;
    text-align: right;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-top {
    align-items: flex-start;
}

#nbu_course {
    color: dodgerblue;
    text-decoration: underline;
}

.popup_form#popup_info {
    height: auto;
    min-height: 200px;
}