﻿body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    position: relative;
}

body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 500;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */

a, button, input, textarea, .form-control {
    outline: none !important;
    transition: all 0.4s ease-in-out 0s;
}

li {
    list-style-type: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}
.transition {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 3px 30px 3px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.breadcrumb_block.indent {
    margin-top: 145px;
}
#slideshow0.indent {
    margin-top: 145px;
}
.header_top.fixed .header_top_logo{
     height: auto; 
     padding-top: 0px; 
}
.header_top.fixed .headerTop_socBlock {
    display: none;
}
.header_top.fixed .header_logo {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index:2;
}
body.ny .header_logo  img {
    height: 61px;
    margin-top: -20px;
    width: 160px;
} 
body.ny .header_top.fixed .header_logo img {
    width: 122px;
    height: 46px;
    margin-top: -10px;
}
body.ny .footer_logo {
    width: 162px;
    height: 62px;
}


body.ny:after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/image/ny-background.png);
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header_top.home.fixed .header_logo > .logoB {
    display:none;
}
.header_top.home .header_logo > .logoB {
    display: none;
}

.header_top.fixed .header_logo a > .logoB {
    display: block;
}
.header_top.fixed .header_logo a > .logoW {
    display: none;
}
.header_top .header_logo a > .logoB {
    display: none;
}
.header_top.home .header_logo > .logoW {
    display: block;
}
.header_logo a{
    text-decoration:none;
}
.header_top.fixed .bl_menu{
    padding-left:200px;
    padding-top: 0;
}
.header_top.home.fixed .bl_menu {
    padding-left: 200px;
    padding-top: 0; 
}
.header_top.fixed .bl_menu > li + li {
    padding-left: 25px;
}
.header_top.fixed .bl_menu > li > a {
    padding: 15px 0px 16px 0px;
}
.language-select {
    flex-direction: column;
    text-transform: uppercase;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.utms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #da2d2d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 17px;
    line-height: 12px;
    max-height: 25px;
    flex-grow: 1;
}
.utms > span {
    padding: 0 10px;
}
.utms > span + span {
    border-left: 1px solid #da2d2d;
}
.language-select li {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    order: 2;
    height: 35px;
}

.language-select li:hover {
    cursor: pointer;

}
.language-select li > a {
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 25px 12px 32px;
    position:relative;
    z-index:3;
}
.header_top.home .language-select li > a {
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    padding: 4px 25px 12px 32px;
    position: relative;
    z-index: 3;
}
.language-select.open li > a {
    color: #111111;
}
.language-select.open {
    height: auto;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.language-select li.active {
    order: 1;
    pointer-events: none;
}
.header_bl_lang {
    position: relative;
    cursor: pointer;
}
.drop_bl_tel {
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.drop_bl_tel li{
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    order: 2;
    padding: 12px 25px 12px 30px;
    height: 35px;
}

.drop_bl_tel li:hover {
    cursor: pointer;
}

.drop_bl_tel li > a {
    display: block;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.drop_bl_tel.open.drop_bl_tel li > a {
    color: #111111;
}
.header_top.home .drop_bl_tel li > a {
    display: block;
    height: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
}
.drop_bl_tel.open {
    height: auto;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 3;
}

.drop_bl_tel li.active {
    order: 1;
    pointer-events: none;
}
.header_top.home .header_top_menu {
    background-color: #f5f5f7;
}
.header_top_menu {
    background-color: #111111;
}
.drop_bl_tel.open {
    height: auto;
}
.header_logo > a {
    display: inline-block;
}
.header_logo > a > img{
    width: 190px;
    height: 40px;
}
.header_logo > img{
    width: 190px;
    height: 40px;
   
}
.header_top.fixed .header_logo img {
    width: 162px;
    height: 32px;
}

.header_top_logo {
    height: 85px;
    padding-top: 30px;
    background-color:#ffffff;
}
.headerTop_socBl {
    float: left;
    position: relative;
    padding-left: 25px;
    padding-right: 40px;
}
.headerTop_socBlock > .headerTop_socBl:last-child {
    padding-right: 15px;
}
.headerTop_socBlock{
    float:right
}
.headerTop_socBl > a > img{
    width:28px;
    height:28px;
}
.headerTop_socBl.telegram > a > img, .headerTop_socBl.skype > a > img {
    width: 24px;
    height: 24px;
}
.headerTop_socBl.telegram > a, .headerTop_socBl.skype > a {
    padding-top: 2px;
}
.headerTop_socBl > a {
    display: inline-block;
    font-weight: 700;
    color: #111111;
    text-decoration:none;
}
.headerTop_socBl > a:hover, .headerTop_socBl > a:focus, .headerTop_socBl > a:active, .headerTop_socBl > a:active:focus, .headerTop_socBl > a:active:hover{
    color: #111111;
    text-decoration: none;
}
.headerTop_socBl > a > span{
    border-bottom: 1px dotted rgb(235,235,235);
}
.headerTop_socBl > a:hover span, .headerTop_socBl > a:focus span, .headerTop_socBl > a:active span, .headerTop_socBl > a:active:focus  span, .headerTop_socBl > a:active:hover  span{
    border-bottom:1px dotted #111111;
}
.headerTop_socBlock .headerTop_socBl + .headerTop_socBl:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgb(235,235,235);
    position: absolute;
    top: 0px;
    left: 0px;
}
.bl_menu li{
    float:left
}
.bl_menu {
    padding-left: 0;
    padding-top: 0px;
    margin: 0;
    float: left;
}
.icon-menu{
    display:none;
}
.bl_menu > li > a {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 17px 0px 17px 0px;
    vertical-align: bottom;
    text-transform: uppercase;
}
.header_top.home .bl_menu > li > a {
    font-size: 12px;
    font-weight: 700;
    color: #111111;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
    text-transform: uppercase;
}
.header_top .bl_menu > li.sel > a, .header_top .bl_menu > li.sel > a.active {
    background: #da2c2c;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}
.header_top .bl_menu > li > a:hover, .header_top .bl_menu > li > a:focus, .header_top .bl_menu > li > a:active, .header_top .bl_menu > li > a:active:focus, .header_top .bl_menu > li > a:active:hover {
    color: #da2c2d;
    text-decoration: none;
}
.header_top .bl_menu > li > a.active {
    color: #da2c2d;
}
.bl_menu > li+li{
    padding-left:35px;
}
.communications_bl > div {
    float: left;
    padding-top: 7px;
}
.communications_bl {
    float: right;
    height: 52px;
}
.header_bl_soc > a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
    display: inline-block;
}
.header_top.home .header_bl_soc > a {
    color: #111111;
    text-decoration: none;
    padding: 8px;
    display: inline-block;
}

.language-select ~ .fa-angle-down, .drop_bl_tel ~ .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    color: #ffffff;
}
.header_top.home .language-select ~ .fa-angle-down, .header_top.home .drop_bl_tel ~ .fa-angle-down, .language-select.open ~ .fa-angle-down, .drop_bl_tel.open ~ .fa-angle-down {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    color: #111111;
}

.header_bl_lang .language-select.open ~ .fa-angle-down, .header_bl_tel .drop_bl_tel.open ~ .fa-angle-down {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_bl_tel {
    position: relative;
    cursor: pointer;
}
.head_tel {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 4;
}
.drop_bl_tel + .head_tel > .head_telB {
    display: none
}
.drop_bl_tel.open + .head_tel > .head_telB {
    display: block;
}
.drop_bl_tel.open + .head_tel > .head_telW {
    display: none;
}
.communications_bl >div{
position:relative;
}
.communications_bl > div + div:before {
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgb(230,230,231);
    position: absolute;
    top: 10px;
    left: 0px;
}
.header_block_tel {
    padding-right: 10px;
}
.header_bl_soc{
    position:relative;
    padding-left:12px;
    padding-right:10px;
}
.header_bl_lang {
    padding-left: 5px;
    position:relative
}

.header_bl_lang_img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 18px;
    top: 7px;
    z-index: 2;
}
.header_top.home .header_bl_lang_img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 18px;
    top: 11px;
    z-index: 2;
}

.language-select.open + .header_bl_lang_img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 18px;
    top: 11px;
    z-index: 2;
}
.header_top.home .language-select.open + .header_bl_lang_img {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 18px;
    top: 11px;
    z-index: 2;
}
.language-select.open + .header_bl_lang_img > object #Capa1{
    fill: #111111;
}
.header_bl_lang .language-select {
    position: relative;
    z-index: 2;
}
.header_bl_lang_img img{
    width: 14px;
    height: 14px;

}
.header_bl_lang_img .header_bl_lang_imgB {
    display: none;
}
.language-select.open + .header_bl_lang_img .header_bl_lang_imgB {
    display:block;
}
.language-select.open + .header_bl_lang_img .header_bl_lang_imgW {
    display: none;
}
.header_top.home .header_bl_lang_img .header_bl_lang_imgW, .header_top.home .head_tel .head_telW {
    display: none;
}
.header_top.home .header_bl_lang_img .header_bl_lang_imgB, .header_top.home .head_tel .head_telB {
    display: block;
}
.headerTop_socBl.telegram {
    padding-left: 35px;
}
.headerTop_socBl.skype {
    padding-left: 30px;
}
.header_slider {
    position:relative;
}
.header_slider_block {
    height: 805px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .header_slider_block > a > img {
    height: 100%;
    width: auto;
    max-width: initial;
} 
.header_slider_block > a{
    display: block;
    height: 100%;
} 
.header_slider_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header_blocksl_contant {
    width: 550px;
    height:805px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.header_slider_block .volume-off {
    display:none;
    right: 100px;
    position: absolute;
    bottom: 93px;
    z-index: 4;
    border: none;
    background: none;
    font-size:22px;
}
.header_slider_block .volume-off .fa-volume-off {
    color: #999999;
    padding-right:11px;
}
.header_slider_block .volume-off .fa-volume-up {
    color: #da2c2d;
}
#slideshow0 .owl-dots {
    left:0px;
    right: 0px;
    position: absolute;
    text-align:center;
    bottom: 95px;
    z-index: 3;
}
.header_blocksl_contant h5 {
    font-size: 14px;
    font-weight: 500;
    color: #da2c2d;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}
.header_blocksl_contant h1{
    font-size:40px;
    font-weight:800;
    color:#ffffff;
    line-height:50px;
    text-transform:uppercase;
    text-shadow:0px 3px 3px rgba(0,0,0,0.75);
    margin: 0;
    margin-bottom: 10px;
}
.header_blsl_cont {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}
.header_blsl_cont_text {
    font-weight: 400;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
}
.header_blsl_cont_red {
    background-color: #da2c2d;
    padding: 5px 12px;
    margin-left:25px;
}
.header_blsl_btn {
    display: flex;
    margin-top: 35px;
}
.header_btn {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #da2c2d;
    background: none;
    box-shadow: none;
    padding: 16px 26px;
    border-radius:26px;
}
.header_btn.CatalogCars_bl{
    border: 1px solid #ffffff;
    width: 165px;
}
.header_btn.ReserveCar_bl{
    background-color:#da2c2d;
    width: 208px;
}
.CatalogCars_bl.btn:hover, .CatalogCars_bl.btn:focus, .CatalogCars_bl:active, .CatalogCars_bl.btn:active:focus, .CatalogCars_bl.btn:active:hover {
    color: #da2c2d;
    font-weight: 600;
    background-color: #ffffff;
    text-decoration: none;
}
.ReserveCar_bl.btn:hover, .ReserveCar_bl.btn:focus, .ReserveCar_bl.btn:active, .ReserveCar_bl.btn:active:focus, .ReserveCar_bl.btn:active:hover {
    color: #da2c2d;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
}
.header_btn i {
    padding-left: 5px;
    font-size: 15px;
}
.ReserveCar_block {
    margin-right: 20px;
}
.btn_label img {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}
.form_quick_block {
    text-align: center;
    width: 1140px;
    padding: 30px 25px 15px;
    margin: 0 auto;
    position: absolute;
    top: -90px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.08);
    z-index: 2;
}
.form_quick_block > span{
    width:35px;
    height:1px;
    display:inline-block;
    background-color:#c52829;
    vertical-align: middle;
}
.form_quick_block > h3{
    font-size:16px;
    font-weight:300;
    margin:0;
    margin-top:0px;
    color:#111111;
    text-transform:uppercase;
}
.quick_order_form {
    display: flex;
}
.quick_order_form .form-group_date{
    position:relative;
}
.quick_order_form .form-group_date > i{
    position: absolute;
    top: 15px;
    color: #999999;
    left: 15px;
}
.quick_order_form .form-group > input, .quick_order_form .form-group > select, .form-group_quick .nice-select {
    width: 180px;
    height: 48px;
    padding:0px 20px;
    padding: 0px 15px 0px 35px;
    font-size: 13px;
    font-weight: 300;
    color: #111111;
    border-radius: 24px;
    border: 1px solid rgb(235,235,235);
    box-shadow: none;
    text-transform:capitalize;
}
.quick_order_form .form-group > #inputDate {
    padding: 0px 15px 0px 45px;
}
.quick_order_form .form-group > #selectclass, .form-group_quick .nice-select {
    padding: 3px 35px 0px 35px;
}
.quick_order_form .form-group > label {
    font-family:Roboto;
    font-size: 10px;
    font-weight:400;
    color: #aaaaaa;
    text-transform: uppercase;
    float: left;
    padding-top: 5px;
}
.quick_order_form .btn_label {
    font-family:Roboto;
    font-size: 12px;
    font-weight:300;
    color: #666666;
    float: left;
    padding-top: 5px;
}
.quick_order_form .form-group{
    width:180px;
}
.form-group_quick .nice-select:after {
    height: 7px;
    right: 20px;
    width: 7px;
}
.form-group_quick .nice-select > span {
    color: #111111;
}
.form-group_quick .nice-select .list {
    width: 140px;
    left: 15px;
}
.form-group_quick .nice-select .list >li:first-child{
    display:none;
}
.quick_order_form select:focus, .quick_order_form input:focus, .form-group_quick .nice-select.open {
    outline: none;
    box-shadow: none;
    border: solid 1px #c62a2c;
}
.form-group_quick select::-webkit-input-placeholder, .form-group_quick input::-webkit-input-placeholder{
    color: #111111;
    text-transform: none;
}
.form-group_quick select::-moz-placeholder, .form-group_quick input::-moz-placeholder {
    color: #111111;
    text-transform: none;
}
.form-group_quick select:-moz-placeholder, .form-group_quick input:-moz-placeholder {
    color: #111111;
    text-transform: none;
}
.form-group_quick select:-ms-input-placeholder, .form-group_quick input:-ms-input-placeholder {
    color: #111111;
    text-transform: none;
}
.form_bl_line {
    width: 1px;
    height: 50px;
    display: inline-block;
    background-color: rgb(235,235,235);
    margin:0px 20px;
}
.form-group_quick, .form-group_date, .form-group_name {
    margin: 0px 12px;
}
.form-group_tel {
    margin: 0px 14px;
}
.form-group_btn {
    margin: 0px 19px 0px 30px;
}
.form-group_btn .header_btn.ReserveCar_bl, .tab_left_bl .header_btn.ReserveCar_bl {
    width: 180px;
    height:48px;
    font-weight:700;
    padding: 15px 26px;
}
.form-group_btn .header_btn.ReserveCar_bl:hover, .form-group_btn .header_btn.ReserveCar_bl:focus, 
.form-group_btn .header_btn.ReserveCar_bl:active, .form-group_btn .header_btn.ReserveCar_bl:active:focus, 
.form-group_btn .header_btn.ReserveCar_bl:active:hover,
.tab_left_bl .header_btn.ReserveCar_bl:hover, .tab_left_bl .header_btn.ReserveCar_bl:focus, 
.tab_left_bl .header_btn.ReserveCar_bl:active, .tab_left_bl .header_btn.ReserveCar_bl:active:focus, 
.tab_left_bl .header_btn.ReserveCar_bl:active:hover{
    border: 1px solid #da2c2d;
}
.form_quick{
    position:relative;
    display:flex;
    justify-content:center
}
.form_quick_bl {
    margin-top: 15px;
}
.quick_order_form .form-group > label{
    padding-top: 3px;
}
.quick_order_form .btn_label {
    padding-top: 0px;
}
.selectingCustomers{
    padding-top:150px;
    padding-bottom:40px;
}
.baner_title h5{
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 36px;
    color: #666666;
    text-transform:uppercase;
}
.baner_title h1, .baner_title h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.baner_title h3 > span {
    color: #da2c2d;
    line-height: 30px;
}
.baner_text p {
    margin-bottom: 15px;
    padding-right:60px;
}
.baner_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}
.baner_text li {
    list-style: inherit;
}
.baner_text{
    width:100%;
    height:310px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.baner_text::-webkit-scrollbar {
    width: 4px;
    background-color: #f4f4f4;
}
.baner_text::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #111111;
}
.jspVerticalBar .jspTrack {
    width: 4px;
    background: #f4f4f4;
    position: relative;
}

.jspVerticalBar .jspDrag {
    width: 4px;
    background-color: #111111;
    position: relative;
    cursor: pointer;
}
.jspContainer .jspVerticalBar {
    background: none;
    outline: none;
    width: 4px;
}

.jspScrollable .jspContainer, .baner_text.jspScrollable, .jspContainer .jspPane {
    outline: none;
}
.baner_advantages_img {
    width: 82px;
    padding-top: 3px;
}
.baner_advantages_text{
    width:180px;

} 
.baner_advantages_img img {
    width: 34px;
    height: 34px;
}
.baner_advantages_text h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #da2c2d;
    margin:0;
}
.baner_advantages_text h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
    margin: 0;
}
.baner_advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 35px;
}
.baner_advantages .baner_advantages_bl:nth-child(odd){
    display: flex;
    flex-direction:row;
    border-bottom:1px solid #f4f4f4;
    border-right:1px solid #f4f4f4;
}
.baner_advantages .baner_advantages_bl:nth-child(even){
    display: flex;
    flex-direction:row-reverse;
    border-bottom:1px solid #f4f4f4;
}
.baner_advantages .baner_advantages_bl:nth-last-child(-n+2){
    border-bottom:none;
}
.baner_advantages_bl:nth-child(odd) .baner_advantages_text {
    text-align: right;
    margin-right: 15px;
}
.baner_advantages_bl:nth-child(even) .baner_advantages_text {
    text-align: left;
    margin-left:15px;
}
.baner_advantages_bl:nth-child(even) .baner_advantages_img {
    text-align: right;
}
.baner_advantages_img.avto img{
    width:41px;
    height:41px;
}
.baner_advantages_img.avto {
    padding:0;
}
.baner_advantages_bl {
    height: 122px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.baner_block {
    background-image: url('img/images/04.jpg');
    height: 920px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 100px;
}
.selectingCustomers, .weRecommend, .reviews, .footer_block {
    background-color: rgb(245,245,247)
}
.tab_block{
    display:flex;
}
.tab_left_bl h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
}
.tab_left_bl h3 a {color:inherit;}
.block_stars{
    display:flex;
}
.block_stars span{
    font-family:Roboto;
    font-size:12px;
    font-weight:400;
    line-height:28px;
    color:#999999;

}
.bl_stars {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 2px;
}
.bl_stars i{
    color:#de4142;
    font-size:12px;
    margin:0px 1px;
}
.tab_bl_price {
    font-size: 22px;
    font-weight: 800;
    color: #de4142;
    line-height:40px;
}
.tab_bl_price_text {
    font-size: 16px;
    font-weight: 400;
    color: #de4142;
    line-height: 40px;
}
.tab_bl_text p{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.tab_bl_specification ul {
    padding: 0;
    display: flex;
    margin-top: 30px;
}
.tab_bl_specification ul > li {
    font-family:Roboto;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    padding-right:18px;
}
.tab_bl_specification ul > li+li:before {
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#999999;
    position:absolute;
    left: 0;
    top: 11px;
}
.tab_bl_specification ul > li+li {
    padding-left:22px;
    position:relative;
}
.tab_bl_specification ul > li:last-child {
    padding-right:0px;
}
.tab_right_bl, .tab_left_bl{
    width:50%
}
.tab_left_bl .ReserveCar_block{
    margin-top: 30px;
}
#carousel_selectCustom.nav-tabs, .weRecommend_carus_bl.nav-tabs {
    border: none;
}
#carousel_selectCustom {
    padding: 0px 60px;
    margin-bottom:50px
}
.carousel_selectCustom_img{
    padding:0px 7px;
}
.carousel_selectCustom_img img{
    opacity:0.3;
}
.owl-item.active.visible > .item > .carousel_selectCustom_img img {
    opacity: 1;
}
#carousel_selectCustom > .owl-nav > .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #ffffff;
    background-color: #666666;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px !important;
    padding-right: 1px !important;
}
#carousel_selectCustom > .owl-nav > .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #ffffff;
    background-color: #666666;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px !important;
    padding-left: 1px !important;
}
#carousel_selectCustom > .owl-nav > .owl-next:hover, #carousel_selectCustom > .owl-nav > .owl-next:focus, #carousel_selectCustom > .owl-nav > .owl-next:active, #carousel_selectCustom > .owl-nav > .owl-next:active:focus, #carousel_selectCustom > .owl-nav > .owl-next:active:hover, #carousel_selectCustom > .owl-nav > .owl-prev:hover, #carousel_selectCustom > .owl-nav > .owl-prev:focus, #carousel_selectCustom > .owl-nav > .owl-prev:active, #carousel_selectCustom > .owl-nav > .owl-prev:active:focus, #carousel_selectCustom > .owl-nav > .owl-prev:active:hover {
    background-color: #dd4041;
}
.selectingCustomers_title{
    text-align:center;
}
.selectingCustomers_title h5{
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 36px;
    text-transform:uppercase;
    margin:0;
}
.selectingCustomers_title h1, .selectingCustomers_title h2{
    font-size: 36px;
    font-weight: 700;
    color: #111111;
    line-height: 55px;
    text-transform:uppercase;
    margin:0;
    margin-bottom: 30px;
}
.weRecommend_price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.weRecommend_block h3, .weRecommend_block h3 >a{
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    text-align: center;
}
.weRecommend_block .tab_bl_specification ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0;
}
.line_weRecommend {
    width: 360px;
    height: 1px;
    display: inline-block;
    background-color: #e9e9e9;
    margin-bottom:5px;
}
.weRecommend_block{
    text-align:center;
}
.weRecommend_price .block_stars {
    margin-left: 25px;
}
.weRecommend_carus_img img {
    opacity: 0.3;
}
.owl-item.active > .item > .weRecommend_carus_img {
    cursor: pointer;
}
.owl-item.active.center > .item > .weRecommend_carus_img img {
    opacity: 1;
}
.owl-dot > span {
    width: 10px;
    height: 10px;
    background-color: #999999;
    display:inline-block;
    border-radius:50%;
    margin: 0px 6px;
}
.owl-dot.active > span{
    background-color: #da2c2d;
}
#carousel_weRecommend .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.weRecommend_block{
    padding-top:90px;
    padding-bottom:70px;
}
.colback_block{
    padding-top:100px;
    padding-bottom:50px;
}
.colback_bl_title h5 {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
    margin-bottom: 5px;
}
.colback_bl_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
    margin-bottom: 50px;
}
.colback_block_form {
    max-width: 550px;
}
.formColback_bl_social > a {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    text-decoration:none;
    padding:0px 5px;

}
.formColback_bl_social > a:hover, .formColback_bl_social > a:focus, .formColback_bl_social > a:active, .formColback_bl_social > a:active:focus, .formColback_bl_social > a:active:hover{
    color: #111111;
    text-decoration: none;
}
.formColback_bl_social > a > span {
    display:inline-block;
    border-bottom:1px dotted #cccccc;
}
.formColback_bl_social > a:hover > span, .formColback_bl_social > a:focus > span, .formColback_bl_social > a:active > span, .formColback_bl_social > a:active:focus > span, .formColback_bl_social > a:active:hover > span{
    display:inline-block;
    border-bottom:1px dotted #111111;
}
.formColback_bl_social {
    text-align: right;
    padding-right: 15px;
    padding-bottom: 5px;
}
.formColback_bl .form-group {
    margin: 0px 20px;
    width: 252px;
}
.formColback_bl .form-group_name {
    padding-top: 26px;
    margin-left: 0px;
}
.colback_bl_form .form-group_btn {
    margin: 0px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.quick_order_form.formColback_bl .form-group > input {
    width: 250px;
    height: 56px;
    padding: 0px 20px 0px 40px;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    border-radius:28px;
}

.colback_bl_form .btn_label span {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    padding-top: 5px;
}
.reviews_carus_bl {
    margin: 0px 15px 30px;
}
.reviews_carus_fotobl {
    position:relative;
}
.reviews_carus_foto {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    overflow: hidden;
    position: absolute;
    left:50%;
    top:-44px;
    margin-left:-43px;
}
.reviews_carus_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #da2c2d;
    text-align: center;
    margin-bottom: 0px;
}
.review-screen img{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}
.reviews_carus_date {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
}
.reviews_carus_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    text-align: center;
}
.reviews_carus_cont{
    text-align:center;
    padding:45px 12px 30px;
    background-color:#ffffff;
}
.reviews_carus_screen {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 60px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews_carus_screen span{
    text-decoration: underline;
}
.reviews_carus_screen .fa-eye{
    font-size: 13px;
    color: #666666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews_carus_screen:hover .fa-eye, .reviews_carus_screen:focus .fa-eye, .reviews_carus_screen:active .fa-eye, 
.reviews_carus_screen:active:hover .fa-eye, .reviews_carus_screen:active:focus .fa-eye{
    color: #da2c2d;
}
.reviews_carus_screen:hover, .reviews_carus_screen:focus, .reviews_carus_screen:active, .reviews_carus_screen:active:hover, .reviews_carus_screen:active:focus {
    color: #da2c2d;
    text-decoration: none;
}
.reviews_carus_screen .fa-facebook-square{
    font-size: 13px;
    color: #3b5998;
}

.reviews_carus_quotes i {
    font-size: 24px;
    color: #999999;
}
.reviews_title h5{
    margin-top:40px;
}
#carousel_reviews .owl-dots {
    margin-top: 20px;
    margin-bottom:60px;
    text-align: center;
}
.comeIn_block{
    display:flex;
    padding-top:110px;
}
.comeIn_bl_img {
    width: 50%;
    position: relative;
}
.comeIn_bl_img img{
    position: absolute;
    z-index: 2;
    left: -7%;
}
.comeIn_bl_title h5{
    text-align:left;
    margin-top:75px;
}
.comeIn_bl_title h2 {
    text-align: left;
    margin-bottom: 15px;
}
.comeIn_bl_text p{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-bottom:30px;
}
.comeIn_contacts span {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #111111;
    padding-right:15px;
}
.comeIn_contacts a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}
.comeIn_contacts_tel a + a:before {
    content: "/";
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    padding: 0px 9px 0px 4px;
}
.comeIn_bl_cont {
    width: 50%;
    padding-bottom: 63px;
}
.map_bl_home{
    width:100%;
    height:455px;
    overflow:hidden;
}
.map_bl_home img{
    height:100%;
}
.weWorkAvto_img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.weWorkAvto_bl{
    padding:55px 0px;
}
.footer_logo {
    width: 162px;
    height: 35px;
    margin-bottom: 22px;
}
.footer_logo > a {
    display: block;
}
.footer_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}
.header_block_copyright {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #666666;
    width: 200px;
    margin-top: 35px;
}
.header_block_copyright span i{
    font-size: 12px;
    color: #666666;
}
.footer_bl_logo{
    width:250px;
}
.footer_categories_title h4, .footer_contakts_title h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 54px;
    color: #111111;
    text-transform:uppercase;
}
.footer_categories_cont a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #111111;
    border-bottom: 1px dotted #141414;
    text-decoration:none;
    width:180px;
}
.footer_categories_cont a:hover, .footer_categories_cont a:focus, .footer_categories_cont a:active, .footer_categories_cont a:active:focus, .footer_categories_cont a:active:hover{
    color: #da2c2d;
    text-decoration:none;
}
.footer_categories_menu{
    padding-left:0px;
}
.footer_bl_contacts{
    float:right;
}
.footer_bl{
    padding:45px 0px;
}
.footer_bl_categories {
    padding-left: 105px;
    float: left;
}
.footer_bl_logo {
    float: left;
    padding-top: 60px;
}
.footer_bl_contacts .comeIn_contacts_tel {
    padding-top:15px;
}
.footer_contakt_social {
    display: flex;
    margin-top: 35px;
}
.footer_contakt_icon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #666666;
    margin-right:22px;

}
.footer_contakt_icon a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-right: 1px;
    text-decoration: none;
    color: #666666;
}
.footer_contakt_icon .footer_contakt_facebook{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 1px;
    text-decoration: none;
    color: #666666;
}
.breadcrumb > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #111111;
    line-height: 28px;
}
.breadcrumb > li > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #999999;
    line-height: 28px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #999999;
    font-size:12px;
    content: "\f105";
    font-family: 'FontAwesome';
}
.breadcrumb {
    padding: 3px 0px;
    border-radius: 0;
    margin: 0;
    background: none;
}
.sm-list {
    margin-bottom: 50px;
}
.sm-list li {
    margin-top: 10px;
}
.breadcrumb_block {
    background-color: #f5f5f7;
}
.blog_bl_title h5 {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height:36px;
    text-align:center;
    text-transform:uppercase;
    margin:0;
}
.blog_bl_title h3, .blog_bl_title h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.blog_bl_title{
    padding-top:30px;
    padding-bottom:25px;
}
.blog_btn {
    width: 110px;
    height: 36px;
    background-color: #ededef;
    border-radius:18px;
    margin:0px 10px;
    text-align:center;
}
.blog_btn.active {
    background-color: #da2c2d;
}

.blog_btn a{
    display:block;
    width:100%;
    height:100%;
    font-size:12px;
    font-weight:700;
    line-height:36px;
    color:#111111;
    text-decoration:none;
}
.blog_btn a:hover, .blog_btn a:focus, .blog_btn a:active, .blog_btn a:active:hover, .blog_btn a:active:focus{
    text-decoration:none;
    color:#111111;
}
.blog_btn.active a:hover, .blog_btn.active a:focus, .blog_btn.active a:active, .blog_btn.active a:active:hover, .blog_btn.active a:active:focus{
    text-decoration:none;
    color: #ffffff
}
.blog_btn.active a{
    color: #ffffff;
}
.blog_bl_btn{
    display:flex;
    justify-content:center;
}
.blog_bl_article {
    background-color: #f4f4f6;
    margin:15px 0px;
}
.blog_bl_article_img a {
    display: flex;
    width: 100%;
    height: 210px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.blog_bl_article_img > a > img{
    max-width:100%
}
.blog_bl_article_cont a {
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
    color: #da2c2d;
    text-decoration:none;
}
    .blog_bl_article_cont a:hover, .blog_bl_article_cont a:focus, .blog_bl_article_cont a:active, .blog_bl_article_cont a:active:focus, .blog_bl_article_cont a:active:hover {
        color: #da2c2d;
        text-decoration: none;
    }
.blog_bl_article_cont h4 > a{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #111111;
    margin:0;
}
.blog_bl_article_cont h4 > a:hover, .blog_bl_article_cont h4 > a:focus, .blog_bl_article_cont h4 > a:active, .blog_bl_article_cont h4 > a:active:focus, .blog_bl_article_cont h4 > a:active:hover {
    color: #da2c2d;
    text-decoration: none;
}
.blog_bl_article_cont p {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #111111;
    min-height:78px;
}
.blog_bl_article_cont {
    padding: 5px 15px 10px;

}
.blog_bl_cont > div:nth-child(3n+1) {
    clear: both;
}
.blog_bl_article_footer{
    display:flex;
    justify-content:space-between;
}
.blog_bl_article_date > div, .blog_bl_article_comment > div, .blog_bl_article_views > div {
    font-family: Roboto;
    font-size: 12px;
    line-height: 40px;
    color: #999999;
    text-decoration: none;
}
/*.blog_bl_article_date a:hover,.blog_bl_article_date a:focus,.blog_bl_article_date a:active, .blog_bl_article_comment a:hover, 
.blog_bl_article_comment a:focus, .blog_bl_article_comment a:active, .blog_bl_article_views a:hover, .blog_bl_article_views a:focus, 
.blog_bl_article_views a:active {
    color: #da2c2d;
    text-decoration: none;
}*/
.blog_bl_article_com{
    display:flex;
}
.blog_bl_article_footer {
    padding: 2px 17px;
    border-top: 1px solid #cccccc;
}
.blog_bl_article_views {
    padding-right:25px;
}
.blog_bl_article_comment {
    padding-right:20px;
}
.article_date{
    padding-left:5px;
}
.blog_bl_cont{
    padding-top:65px;
    padding-bottom:50px;
}
.show-more {
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #111111;
    padding: 1px 24px;
    border-radius: 21px;
    border: 1px solid #f5f5f7;
    box-shadow: none;
    background: none;
}
.pagination > li > a, .pagination > li > span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0px;
    color: #666666;
    text-decoration: none;
    background-color: #f5f5f7;
    border: none;
    font-size:14px;
    font-weight:700;
    line-height:30px;
    margin:0px 8px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    z-index: 2;
    color:#da2c2d ;
    background-color: #f5f5f7;
    border:none;
}
.text-center .pagination > li > a:focus, .text-center .pagination > li > span:focus, .text-center .pagination > li.active > a, .text-center .pagination > li.active > span {
    z-index: 2;
    color: #ffffff;
    background-color: #da2c2d;
    border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius:50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 50%;
}
.pagination > li > a.pag_showNext, .pagination > li > a.pag_showPrev {
    color: #ffffff;
    background-color: #666666;
}
.pagination > li > a.pag_points {
    background: none;
    cursor: context-menu;
    color: #666666;
    padding-top: 8px;
}
.pagination{
    margin:50px 0px 100px;
}
.articlePage_block{
    padding-top:50px;
    padding-bottom:80px;
}
.articlePage_bl_cont {
    padding: 30px 0px 10px;
}
.articlePage_bl_cont h1{
    font-size:24px;
    font-weight:700;
    line-height:36px;
    color:#111111;
    text-transform:uppercase;
}
.articlePage_bl_cont .bl_stars {
    padding-left: 0px;
    padding-bottom: 5px;
}
.articlePage_bl_footer {
    padding: 2px 0px;
    border-top: 1px solid #e9e9e9;
}
.articlePage_cont {
    padding-top: 40px;
    padding-bottom: 40px;
}
.articlePage_cont p{
    font-size:13px;
    font-weight:400;
    line-height:28px;
    color:#666666;
    margin-bottom: 20px;
}
.articlePage_cont ul {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
    list-style: inherit;
}

.articlePage_cont ul li, .articlePage_cont ul ol {
    list-style: inherit;
    margin-bottom: 10px;
}
.articlePage_cont h4{
    font-size:24px;
    font-weight:800;
    line-height:80px;
    color:#111111;
    text-transform:uppercase;
    margin: 0px;
    margin-top:10px;
}
.articlePage_social {
    display: flex;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    padding-bottom: 80px;
}
.articlePage_social_btn{
    width:96px;
    height:28px;
    margin-right:20px;
}
.articlePage_social_btn a{
    font-family:Roboto;
    font-size:12px;
    font-weight:400;
    line-height:28px;
    color:#ffffff;
    display: block;
    text-align: center;
    text-decoration:none;
}
.articlePage_social_btn a > i{
    margin-right:3px;
    font-size:14px;
}
.articlePage_social_btn.facebook{
    background-color:#3b5998;
}
.articlePage_social_btn.google{
    background-color:#dd4b39;
}
.permission_title{
    margin-top:55px;
    margin-bottom:70px;
}
.panel-group .panel {
    margin-bottom: 30px;
    border-radius: 0px;
    border-color: rgb(233,233,233);
    box-shadow: none;
}
.panel-default > .panel-heading {
    font-size:16px;
    font-weight:700;
    line-height:36px;
    text-transform:uppercase;
    color: #111111;
    background:none;
    background-color: #ffffff;
    border-color: rgb(233,233,233);
    padding:0;
}
.permission_accTitle a {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration:none;
    color: #111111;
    display:block;
    padding:9px 15px;
}
.permission_accTitle a > i{
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 0px 15px;
}
.permission_accordion_bl.open .permission_accBl {
    background-color: #da2c2d;
    border: none;
}

.permission_accordion_bl.open .permission_accTitle a {
    color: #ffffff;
}
.permission_accordion_bl.open .permission_accTitle a > i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.permission_accordion_bl > .permission_accBl + .permission_acc_collapse > .permission_acc_body {
    border-top-color: rgb(233,233,233);
}
.permission_acc_body {
    padding: 20px 30px 35px;
}
.permission_acc_body h5{
    font-size:16px;
    font-weight:700;
    color:#111111;
    line-height:28px;
    text-transform:uppercase;
}
.permission_acc_body ul > li {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    list-style-type:disc;
}
.permission_acc_body ul  {
    padding-left:35px;
}
.permission_acc_body p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.permission_block{
    padding-bottom:100px;
}
.services_block {
    background-image: url('img/images/521491760.jpg');
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: 35%;
}
.services_bl{
    padding-top:55px;
    padding-bottom:100px;
}
.services_bl_title h5{
    margin-bottom:5px;
}
.services_bl_title h3 {
    margin-bottom: 30px;
}
.services_bl_text p{
    font-size:13px;
    line-height:28px;
    color:#111111;
    margin-bottom:15px;
}
.services_block_link {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}
.services_block_link a{
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    text-decoration: none;
}
.services_block_link a > i{
    font-size: 17px;
    font-weight: 800;
    margin-right:2px;
}
.services_block_link a:hover, .services_block_link a:focus, .services_block_link a:active, .services_block_link a:active:hover, .services_block_link a:active:focus{
    color: #da2c2d;
    text-decoration: none;
}
.servicesOptions{
    background-color:rgb(241,241,243);
}
.servicesOptions_dl {
    background-image: url('img/images/iris.png');
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 520px;
}
.options_text{
    font-size:14px;
    font-weight:700;
    color:#111111;
    text-transform:uppercase;
}
.services_img_top > div, .services_img_bottom > div {
    width:33%;
    float: left;
    position: relative;
}
.servicesOptions_dlock{
    height:685px;
}
.options_animals {
    float:right;
}
.options_animals_text {
    width: 250px;
    text-align: center;
    padding-top: 60px;
}
.options_img img {
    height: 120px;
}
.options_animals_img {
    padding-left: 120px;
}
.options_animals_img img{
    height: 120px;
    margin-top: -15px;
}
.options_trunk_text {
    padding-top: 65px;
    padding-left: 150px;
}
.options_trunk_img {
    padding-left: 140px;
}
.options_trunk_img img{
    height: 60px;
}
.services_img_top, .services_img_bottom{
    height:50%
}
.services_bl_title {
    text-align: left;
    padding-top:60px;
}
.options_wifi_text {
    padding-top: 110px;
    padding-left: 75px;
}
.services_img_bottom .options_chair_bl, .services_img_bottom .options_gps_bl {
    width: 50%
}
.options_gps {
    padding-top: 20px;
    padding-left: 60px;
}
.options_gps_text {
    padding-left: 50px;
}
.options_chair {
    float: right;
    padding-right: 120px;
    padding-top: 10px;
}
.options_wifi_img img {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: -20px;
    left: 0;
}
.options_wifi_img {
    position: relative;
}
.servicesPage_bl_cont, .servicesPage_bl_img {
    width: 41.66%;
}
.servicesPage_bl_img {
    width: 58.33%;
    position: relative;
    padding-top: 78px;
    padding-left: 160px;
}
.servicesPage_bl {
    display: flex;
    padding-top: 55px;
    padding-bottom: 100px;
}
.servicesPage_malevich {
    height: 360px;
    width: 286px;
    position: absolute;
    z-index: 0;
    background-color: #111111;
    top: 60px;
    left: 142px;
}
.servicesPage_img {
    max-height: 325px;
    max-width: 487px;
    position: relative;
    z-index: 1;
}
.servicesPagecolback {
    background-color: rgb(245,245,247);
}
.baner_advantages.productPage_advantages {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-right: 2px solid #f5f5f7;
    border-left: 2px solid #f5f5f7;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-bottom: 28px;
}
.baner_advantages .baner_advantages_bl.productPage_advantages_bl {
    flex-direction: row-reverse;
    border-right: none;
    border-bottom: 1px solid #f4f4f4;
    max-width: 220px;
    margin: 0 auto;
}
.baner_advantages_bl.productPage_advantages_bl .baner_advantages_img {
    text-align: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #f1f1f3;
    padding-top: 11px;
    margin-top: 5px;
}
.baner_advantages_bl.productPage_advantages_bl .baner_advantages_img.avto{
    padding-top: 11px;
}
.productPage_advantages_text h4 {
    font-size: 13px;
}
.productPage_advantages_text h6 {
    text-transform:none;
}
.productPage_advantages .baner_advantages_bl:nth-last-child(1) {
    border-bottom: none;
}
.baner_advantages_bl.productPage_advantages_bl .baner_advantages_text {
    text-align: left;
    margin-left: 20px;
    margin-right: 0;
    max-width: 145px;

}
.productPage_bl{
    padding-top:40px;
}
.productPage_navTabs_bl{
    padding-right:30px;
}
.productPage_navTabs > li {
    width: 33.333333%;
}
.productPage_navTabs > li > a{
    text-align: center;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size:12px;
    font-weight:700;
    color:#111111;
    padding:0;
    margin:0;
    position:relative;
    margin-top: -2px;
    height: 59px;
    padding: 19px 15px;
}
.productPage_navTabs > li > a > .product_nav_a, .productPage_navTabs > li > a > .product_yak{
    width:100%;
    height:100%;
    position:relative;
    z-index:2;
}
.productPage_navTabs > li.active > a, .productPage_navTabs > li.active > a:hover, .productPage_navTabs > li.active > a:focus {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color:#111111;

}
.productPage_navTabs > li.active > a .product_nav_a, .productPage_navTabs > li.active > a:hover .product_nav_a, .productPage_navTabs > li.active > a:focus .product_nav_a{
    border-bottom:2px solid #da2c2d
}
.productPage_navTabs {
    border: 2px solid rgb(245,245,247);
    border-radius: 29px;
    height: 59px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: none;
    background: none;
}
.productPage_navTabs > li:first-child > a {
    border-top-left-radius:29px;
    border-bottom-left-radius:29px
}
.productPage_navTabs > li:nth-child(3) > a {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px
}

.productPage_navTabs > li > a .treug_right {
    width: 55px;
    height: 59px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    background: none;
    display: block;
    top: 0;
    right: -30px;
    opacity: 0;
}
.productPage_navTabs > li > a .treug_right::after {
    content: "";
    position: absolute;
    width: 77px;
    height: 77px;
    background: #f5f5f7;
    -webkit-transform: rotate(49deg);
    -moz-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    transform: rotate(49deg);
    top: 16px;
    left: -42px;
    box-shadow: 5px -3px 5px rgba(0, 0, 0, 0.1);
}
.osnova {
    width: 221px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #f5f5f7;
    opacity: 0;
    box-shadow: 5px -2px 5px rgba(0, 0, 0, 0.1);
}
.productPage_navTabs > li > a .treug_left {
    width: 50px;
    height: 59px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    box-shadow: 5px -2px 5px rgba(0, 0, 0, 0.1);
    background: none;
    display: block;
    top: 0;
    left: -25px;
    opacity: 0;
}

.productPage_navTabs > li > a .treug_left::before {
    content: "";
    position: absolute;
    width: 77px;
    height: 77px;
    background: #f5f5f7;
    -webkit-transform: rotate(49deg);
    -moz-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    transform: rotate(49deg);
    top: -35px;
    right: -42px;
}
.productPage_navTabs > li:first-child > a > .treug_left {
    border-bottom-left-radius: 29px;
    border-top-left-radius: 29px;
    left: 0;
    background: #f5f5f7;
}
.productPage_navTabs > li:first-child > a > .osnova {
    width: 196px;
    left:50px;
}
.productPage_navTabs > li:nth-child(3) > a > .osnova {
    width: 191px;
}
.productPage_navTabs > li:nth-child(3) > a > .treug_right {
    border-bottom-right-radius: 29px;
    border-top-right-radius: 29px;
    right: 0;
    background: #f5f5f7;
    box-shadow: 5px -2px 5px rgba(0, 0, 0, 0.1);
}
.productPage_navTabs > li:nth-child(3) > a > .treug_right::after, .productPage_navTabs > li:first-child > a > .treug_left::before {
    content: none;
}
.productPage_navTabs > li.active > a > .treug_left, .productPage_navTabs > li.active > a > .osnova, .productPage_navTabs > li.active > a > .treug_right{
    opacity:1;
}
.product_yak_red {
    color: #da2c2d;
}
.product_yak {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
}
.productPage_navTabs > li.active > a .product_yak_red, .productPage_navTabs > li.active > a:hover .product_yak_red, .productPage_navTabs > li.active > a:focus .product_yak_red {
    border-bottom: 1px solid #da2c2d;
}
.writeReview_bl_title h5, .writeReview_bl_title h3 {
    text-align:left;
}
.writeReview_bl_title{
    margin-top:40px;
}
.form-group_textarea > textarea {
    max-width: 540px;
    height: 165px;
    padding: 0px 20px;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    border-radius: 2px;
    border: 1px solid rgb(235,235,235);
    box-shadow: none;
    text-transform: none;
    outline: none;
    resize: none
}
.form-group_textarea > textarea:focus {
    outline:none;
    box-shadow: none;
    border: solid 1px #c62a2c;
}
.writeReview_bl_form .form-group_btn {
    margin: 0px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}
.form-group_textarea{
    margin-top:30px;
}
.writeReview_bl {
    padding-left: 70px;
}
.productPage_weRecommend{
    background:none;
}
.infoCar_title_name h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    margin: 0;
}
.infoCar_title_name {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}
#carousel_infoCar .item {
    position: relative;
    margin-bottom: 40px;
}
.infoCar_bl_img {
    position: absolute;
    bottom: 0;
    top: 120px;
}
.infoCar_title_name h1 {
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
}
.infoCar_title .tab_bl_specification ul {
    text-align: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.infoCar_block .infoCar_bl .owl-nav button.owl-prev {
    width: 34px;
    height: 34px;
    border: 2px solid #333333;
    background: rgba(255, 255, 255, 0.39);
    color: #333333;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 40%;
    left: 15px;
}
.infoCar_block .infoCar_bl .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    border: 2px solid #333333;
    background: rgba(255, 255, 255, 0.39);
    color: #333333;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 40%;
    right: 15px;
}
.infoCar_block .infoCar_bl .owl-nav button:hover{
    border: 2px solid #da2c2d;
    color: #da2c2d;
}
.infoCar_cont_title .block_stars span {
    font-family: Roboto;
    font-size: 14px;
    color: #111111;
}
.infoCar_cont_title .block_stars .bl_stars .star i {
    font-size: 14px;
}
.infoCar_cont_title .block_stars a {
    display: inline-block;
    padding-top: 3px;
    font-size: 12px;
    color: #111111;
    text-decoration: underline;
    margin-left: 30px;
}
.infoCar_cont_title .block_stars a:hover, .infoCar_cont_title .block_stars a:focus, .infoCar_cont_title .block_stars a:active  {
    color: #da2c2d;
}
.infoCar_cont_bl {
    padding-top: 25px;
    padding-bottom: 16px;
}
.infoCar_character_img img {
    height: 19px;
    margin: 0 auto;
}
.infoCar_character_text {
    font-family: Roboto;
    font-size: 11px;
    line-height: 28px;
    color: #999999
}
.infoCar_cont_characteristic {
    display: flex;
    margin-top:5px;
}
.infoCar_character{
    margin-right:20px;
}
.infoCar_cont_characteristic.categoryPage_product_characteristic .infoCar_character:last-child {
    margin-right: 0px;
}
.line_infoCar {
    width: 390px;
    height: 1px;
    display: inline-block;
    background-color: #e9e9e9;
    margin-bottom: 5px;
    margin-left:-30px;
}
.infoCar_dopOptions_btn input, .infoCar_dopServices_btn input {
    display: none;
}
.infoCar_dopOptions_btn label, .infoCar_dopServices_btn label {
    font-size: 10px;
    font-weight: 400;
    line-height: 34px;
    color: #111111;
    display: block;
    width: 152px;
    height: 34px;
    cursor: pointer;
    background-color: #f1f1f3;
    border: 1px solid rgb(235,235,235);
    border-radius: 17px;
    text-align: center;
    margin: 0px 12px 12px 0px;
    position: relative;
}
.infoCar_dopOptions_btn label > span, .infoCar_dopServices_btn label > span {
    color: #da2c2d;
    padding-left:3px;
}
.infoCar_dopOptions_btn label > i, .infoCar_dopServices_btn label > i{
    visibility:hidden;
    position:absolute;
    right: 10px;
    top: 11px;
}
.dopOptions_btn_little label {
    width: 114px;
}
.dopOptions_btn_big label {
    width: 177px;
}
.infoCar_dopOptions_btn input:checked + label, .infoCar_dopServices_btn input:checked + label {
    background: #da2c2d;
    border-color: #da2c2d;
    color: #ffffff;
}
.infoCar_dopOptions_btn input:checked + label > i, .infoCar_dopServices_btn input:checked + label > i{
    visibility:visible;
    color: #ffffff;
}
.infoCar_dopOptions_btn input:checked + label > span, .infoCar_dopServices_btn input:checked + label > span{
    color: #ffffff;
}
.infoCar_dopOptions_bl, .infoCar_dopServices_bl {
    display: flex;
    flex-wrap: wrap;
}
.infoCar_dopOptions h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    color: #111111;
    margin-bottom: 5px;
}
.infoCar_dopOptions{
    margin-bottom:18px;
}
.infoCar_dopOptions + .line_infoCar{
    margin-bottom: 6px;
}
.infoCar_block {
    max-width: 457px;
    float: left;
    width: 100%;
}
.infoCar_cont_block {
    float: left;
    max-width: 390px;
    width: 100%;
    padding-left: 30px;
}
.radio_guarantee input + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    border-radius: 14px;
    height: 14px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 3px rgb(214,214,214);
    vertical-align: middle;
    margin-bottom: 2px;
}
.radio_guarantee input:checked + label:before {
    background: #da2c2d;
}
.radio_guarantee input:checked + label {
    color: #da2c2d;
}
.radio_guarantee label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    display: block;
    margin-bottom: 10px;
}
.radio_guarantee input {
    display: none;
}
.reservCar_date{
    flex-direction:column;
    padding-top: 25px;
}
.reservCar_btn .header_btn.ReserveCar_bl {
    font-size: 14px;
    font-weight: 700;
    background-color: #da2c2d;
    width: 225px;
    text-transform: none;
    margin-top: 6px;
}
.reservCar_btn  .header_btn.ReserveCar_bl:hover, .reservCar_btn  .header_btn.ReserveCar_bl:focus, .reservCar_btn  .header_btn.ReserveCar_bl:active, .reservCar_btn  .header_btn.ReserveCar_bl:active:focus, .reservCar_btn .header_btn.ReserveCar_bl:active:hover{
    border: 1px solid #da2c2d;
    background-color:#ffffff;
    color:#da2c2d;
}
.reservCar_btn a {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    text-align: center;
    margin-bottom: 9px;
}
.reservCar_btn a > span {
    display: inline-block;
    border-bottom: 1px dashed rgb(204,204,204);
}
.reservCar_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reservCar_total {
    font-size: 36px;
    font-weight: 700;
    color: #da2c2d;
    line-height: 36px;
}
.reservCar_total .reservCar_total_text{
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    line-height: 12px;
    text-transform:uppercase;
    display:block;
}
.reservCar_bl {
    display: flex;
    justify-content: space-between;
    padding-left: 105px;
    padding-right: 24px;
    padding-bottom: 30px;
}
.quick_order_form.reservCar_date .form-group_date{
    margin:0;
}
.reservCar_date button {
    font-size: 12px;
    color: #da2c2d;
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 0;
}
.reservCar_date button span{
    border-bottom: 1px dashed #da2c2d;
    display:inline-block;
}
.guarantee_bl, .reservCar_total {
    padding-top: 36px;
}
.quick_order_form.reservCar_date .form-group > label {
    padding-left: 15px;
}
.ratesCarRental_block h5 {
    font-size: 12px;
    font-weight: 600;
    color: #141441;
    text-transform:uppercase;
    margin:0;
    text-align: center;
}
.ratesCarRental_bl {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.ratesCarRental_cont h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    color: #666666;
    margin: 0;
    border-bottom: 1px dashed #ffffff;
}
.ratesCarRental_cont h6 span {
    display: block;
    max-width: 50px;
    line-height: normal;
    text-align: center;
    margin: 8px auto;
}
.ratesCarRental_cont p {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #111111;
    margin: 0;
}
.ratesCarRental_cont .tariff {
        border-bottom: 1px dashed #ffffff;
}
.ratesCarRental_cont .tariffPlus {
    color: #da2c2d;
}
.ratesCarRental{
    position:relative;
    width: 100%;
}
.ratesCarRental_block {
    background-color: rgb(245,245,247);
    padding: 15px 15px 0px;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;a(0,0,0,0.1);
}
.ratesCarRental_block:not(.categoryPage_product_ratesCarRental) .ratesCarRental_cont{
    width: 25%;
    text-align: center;
}
.ratesCarRental_bl .ratesCarRental_cont:last-child {
    padding-right: 0;
}
.ratesCarRental_line, .ratesCarRental_line2 {
    display: block;
    border-bottom: 1px dashed #ffffff;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 60px;
}

.ratesCarRental_line2 {
    left: 10px;
    top: 120px;
}
#message{
    display:none;
}
.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.3);
}
.my_modal_bl .recording_bl {
    display: flex;
    position:relative;
}
.recording_bl .close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    font-size: 30px;
    color: #484848;
    opacity:0.6;
}
.recording_bl .close:hover, .recording_bl .close:focus{
    opacity: 1;
}
.yourOrder {
    width: 210px;
    background-color: #f1f1f3;
    padding:46px 15px 30px 30px;
}
.yourOrder h5{
    font-size:14px;
    font-weight:700;
    color:#111111;
    text-transform:uppercase;
    margin:0;
    margin-bottom: 45px;
}
.yourOrder_bl > h6 {
    font-family: Roboto;
    font-size: 10px;
    line-height: 20px;
    color: #666666;
    text-transform:uppercase;
    margin:0;
}
.yourOrder_img_bl {
    margin-bottom:45px;
}
.yourOrder_bl > div {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
}
.yourOrder_bl > div > .yourOrder_value{
    color:#da2c2d;
}
.yourOrder_bl > .yourOrder_totalCosts {
    color: #da2c2d;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    line-height: 36px;
}
.yourOrder_bl{
    margin-bottom:35px;
}
.recording_bl .writeReview_bl_title {
    margin-top: 28px;
}
.recording_bl .writeReview_bl {
    padding-right: 70px;
}
.quick_order_form.reservCar_date .form-group > #reservinDate {
    width: 200px;
}
.quick_order_form.reservCar_date .form-group {
    width: 200px;
}
.sortblock {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.categoryPage_title_bl {
    display: flex;
    justify-content: space-between;
}
.categoryPage_title_text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    color: #111111;
    margin-top: 25px;
    margin-bottom: 30px;
    max-width: 500px;
}
.categoryPage_title_text h1 span{
    color: #da2c2d;
}
.sortblock_name {
    font-size: 10px;
    line-height: 55px;
    color: #111111;
    text-transform:uppercase;
}
.sortblock .form-group_quick .nice-select {
    width: 150px;
    height: 34px;
    padding: 0px 15px;
    font-size: 10px;
    font-weight: 400;
    line-height: 34px;
    color: #111111;
    border-radius: 17px;
    border: 1px solid rgb(235,235,235);
    box-shadow: none;
    text-transform: none;
}
.sortblock .form-group_quick.form-group_selectSortQuantity .nice-select {
    width: 82px;
    padding: 0px 17px;
}
.sortblock .form-group_quick .nice-select .list {
    width: 120px;
    left: 15px;
}
.sortblock .form-group_quick.form-group_selectSortQuantity .nice-select .list {
    width: 48px;
    left: 15px;
}

.sortblock .form-group_quick .nice-select .list > li:first-child {
    display: list-item;
}
.sortblock .form-group_quick .nice-select .list > li {
    padding: 0px 10px;
    text-align:center;
}
.categoryPage_content{
    display:flex;

}
.categoryPage_sortBar {
    width: 280px;
    margin-right: 15px;
    margin-top: 15px;
}
.categoryPage_produc_name > a{
    font-size:16px;
    font-weight:700;
    line-height:30px;
    color:#111111;
    text-transform:uppercase;
    padding-top:35px;
    text-decoration:none;
}
.categoryPage_produc_name > a span {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding:0px 0px 5px;
    min-width: 236px;
}
.categoryPage_product_bl{
    padding:15px 10px;
    max-width:430px;
    width:33.33%;
}
#scale-price {
    margin: 0 15px 0 10px;
}
.categoryPage_product_bl:nth-child(3n) {
    padding-right:0px;
    max-width: 415px;
}
.categoryPage_product {
    background-color: #f5f5f7;
    padding: 0px 0px 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.categoryPage_product_ratesCarRental {
    position: static;
    background: none;
    padding: 0px 20px;
    box-shadow: none;
}
.categoryPage_product_title .tab_bl_specification ul {
    justify-content:center;
    margin-top: 5px;
}
.infoCar_cont_characteristic.categoryPage_product_characteristic {
    margin: 15px 20px 0px;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
}
.categoryPage_product_ratesCarRental h5 {
    margin: 15px 0px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
}
.categoryPage_product_ratesCarRental .ratesCarRental_bl {
    flex-direction: column;
    padding:0px 15px;
}
.categoryPage_product_ratesCarRental .ratesCarRental_cont, .categoryPage_product_ratesCarRenta_title {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: baseline;
}
.categoryPage_product_ratesCarRenta_title h6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    color: #666666;
    margin: 0;
}
.categoryPage_product_ratesCarRental .ratesCarRental_cont h6{
    order:2;
    width:100px;
    font-size:13px;
    text-align:center;
    line-height: 36px;
}
.categoryPage_product_ratesCarRental .ratesCarRental_cont .tariff {
    order:1;
    width:100px;
    font-size:16px;
    font-weight:700;
    text-align:left;
    line-height: 36px;
}
.categoryPage_product_ratesCarRental .ratesCarRental_cont .tariffPlus{
    width:100px;
    font-size:16px;
    font-weight:700;
    text-align:right;
    line-height: 36px;
    order:3
}
.categoryPage_product_btn {
    padding-top: 20px;
    text-align: center;
}
.header_btn.categoryPage_btn {
    font-size: 14px;
    font-weight: 700;
    color: #da2c2d;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #da2c2d;
    background: #ffffff;
    box-shadow: none;
    padding: 16px 30px;
    border-radius: 26px;
}
.header_btn.categoryPage_btn:hover,  .header_btn.categoryPage_btn:focus, .header_btn.categoryPage_btn:active, .header_btn.categoryPage_btn:active:focus, .header_btn.categoryPage_btn:active:hover  {
    color: #ffffff;
    background: #da2c2d;
}
.categoryPage_product_ratesCarRenta_line {
    display: inline-block;
    width: 36px;
    height: 1px;
    background-color: #c52829;
}
.categoryPage_product_ratesCarRental .ratesCarRental_line, .categoryPage_product_ratesCarRental .ratesCarRental_line2, .categoryPage_product_ratesCarRental .ratesCarRental_line3 {
    display: block;
    border-bottom: 1px dashed #ffffff;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 72px;
}

.categoryPage_product_ratesCarRental .ratesCarRental_line2 {
    left: 0px;
    top: 108px;
}

.categoryPage_product_ratesCarRental .ratesCarRental_line3 {
    left: 0px;
    top: 144px;
}
.categoryPage_product_img {
    height: 165px;
    display: flex;
    align-items: center;
}
.categoryPage_products_blockkk {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px
}
.categoryPage_products_block {
    max-width: 860px;
    width: 100%;
}
.categoryPage_products_text.articlePage_cont{
    padding-bottom:50px
}
.expressOrder_block {
    padding:30px 25px;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.08)
}
.expressOrder_form {
    flex-direction: column;
    align-items: center;
    padding-top:10px;
}
.expressOrder_title h5 {
    font-size: 16px;
    font-weight: 300;
    color: #111111;
    text-transform: uppercase;
    margin: 0;
}
.expressOrder_form_bl .expressOrder_form .form-group > input {
    width: 180px;
    height: 48px;
    padding: 0px 25px;
    font-size: 13px;
    font-weight: 300;
    color: #111111;
    text-transform: uppercase;
    border-radius: 24px;
}
.expressOrder_form_bl .expressOrder_form .form-group {
    margin: 0px;
    width: 180px;
    padding-top:10px;
}
.form-group_btn.expressOrder_form_btn {
    margin: 10px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.expressOrder_form_btn .ReserveCar_block {
    margin-right: 0px;
}
.expressOrder_label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    width: 180px;
}
.selectionCar_block {
    padding-top: 80px;
}
.selectionCar_bl_title h6{
    font-size:12px;
    font-weight:800;
    color:#111111;
    text-transform:uppercase;
    margin:0;

}
.selectionCar_price_bl{
    height:160px;
}
.selectionCar_bl {
    padding-top: 50px;
    border-bottom: 1px solid #f5f5f7;
}
.selectionCar_year_bl .form-group_quick .nice-select {
    width: 180px;
    height: 48px;
    padding: 0px 30px;
    font-size: 13px;
    font-weight: 300;
    line-height: 48px;
    color: #111111;
    border-radius: 24px;
    border: 1px solid rgb(235,235,235);
    box-shadow: none;
    text-transform: none;
}
.selectionCar_year {
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding-bottom:30px;
}
.selectionCar_year_bl .form-group_quick {
    margin: 0px;
}
.selectionCar_class{
    padding-top:35px;
    border:none;
}
.selectionCar_bl_title_img img{
    max-width:45px;
    height:30px;
}
.selectionCar_bl_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    background-color: #f5f5f7;
    height: 57px;
}
.selectionCar_year_title, .selectionCar_price_title {
    padding: 0px;
    background:none;
}
.checkbox_selectionCar_class input {
    display: none;
}
.checkbox_selectionCar_class input:checked + label {
    color: #111111;
    font-weight: 700;
}

.checkbox_selectionCar_class label {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    display: block;
    line-height: 40px;
    cursor:pointer;
}
.checkbox_selectionCar_class input + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #fff;
    margin-right: 10px;
    border: 2px solid rgb(235,235,235);
    vertical-align: middle;
    margin-bottom: 2px;
}
.checkbox_selectionCar_class input:checked + label:before {
    background: #da2c2d;
    border: 3px solid rgb(235,235,235);
}
.selectionCar_class_bl, .selectionCar_fuel_bl, .selectionCar_transmission_bl {
    padding: 30px 42px;
    border: 1px solid rgb(235,235,235);
}
.selectionCar_type_bl_cont .checkbox_selectionCar_type input + label:before {
    content: none;
}
.selectionCar_type_bl_cont .checkbox_selectionCar_type > label > img {
    width: 44px;
    margin: 0 auto;
    cursor: pointer;
}
.selectionCar_type_bl_cont .checkbox_selectionCar_type > label > .img_active {
    display: none;
}
.selectionCar_type_bl_cont{
    position:relative
}
.checkbox_selectionCar_type .checkbox_input{
    display:none;
}
.checkbox_selectionCar_type input:checked + label .img_pasive {
    display:none;
}
.checkbox_selectionCar_type input:checked + label .img_active {
    display: inline-block;
}
.checkbox_selectionCar_type input + label span {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.checkbox_selectionCar_type input:checked + label span {
    display: inline-block
}
.selectionCar_type_bl {
    display: flex;
    flex-shrink: 1;
    border: 1px solid rgb(235,235,235);
}
.selectionCar_type_bl > .selectionCar_type_bl_cont + .selectionCar_type_bl_cont{
    border-left:1px solid rgb(235,235,235);
}
.selectionCar_type_bl_cont{
    width:91px;
    height:76px;
    display:flex;
    align-items:center;
}
.checkbox_selectionCar_type{
    margin:0 auto;
}
.popularCars_cost {
    font-size: 13px;
    line-height: 40px;
    color: #666666;
    text-align:center;
}
.popularCars_cost span{
    font-size: 22px;
    font-weight:800;
    line-height: 40px;
    color: #de4142;
}
.popularCars_block .form-group_btn.expressOrder_form_btn {
    margin: 0px;
}
.popularCars_block {
    width: 239px;
    background-color: #f5f5f7;
    padding: 0px 20px 20px;
    margin-bottom:30px;
}
.popularCars_block.numberOne {
    width: 239px;
    border: 3px solid rgb(245,245,247);
    background: none;
    padding: 0px 20px 20px;
}
.popularCars_block .categoryPage_produc_name {
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    color: #111111;
    text-transform: uppercase;
    padding-top: 10px;
    text-align:left;
}
.popularCars_block .categoryPage_produc_name span {
    display: inline-block;
    border: none;
    padding:0;
}
.popularCars_block .tab_bl_specification ul {
    margin-top: 0px;
}
.tab_bl_specification ul > li {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    padding-right: 10px;
}
.tab_bl_specification ul > li+li {
    padding-left: 14px;
    position: relative;
}
.popularCars_block > .categoryPage_product_img {
    position: relative;
    height: 135px;
}
.popularCars_block > .categoryPage_product_img > a{
    position: absolute;
    left: -25px;
}
.popularCars_block > .categoryPage_product_img > a > img{
    max-width: 134%;
}
.categoryPage_product:hover {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.07);
}
.icon-menu {
    border: none;
    background: no-repeat;
    box-shadow: none;
}
.icon-menu i:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(img/icons/menu-button.svg);
    background-size: cover;
}
.header_top.home .icon-menu i:before {
    background-image: url(img/icons/menu-buttonB.svg);
}
.my_modal_bl .btn_label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}

#sortBarBTN {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    border: none;
    background-color: #000000;
    box-shadow: none;
    width: 40px;
    height: 40px;
    color: #fff;
    z-index: 99;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    #sortBarBTN.active {
        left: 330px;
        z-index: 999;
    }

    #sortBarBTN .fa-caret-right:before {
        font-size: 40px;
        position: absolute;
        top: 0px;
        left: 4px;
        content: "\f0b0";
    }

    #sortBarBTN .fa-angle-right {
        display:none;
    }

.categoryPage_sortBar {
    background-color: #ffffff;
}
.rch input[type="radio"] {
    display: none;
}
.rch .fa-star:before {
    content: "\f005";
    background: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #de4142;
    font-size: 16px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.rch input[type="radio"]:checked + label ~ label:before {
    content: "\f006";
}
.oc-price-range, .oc-flex {
    display: flex;
    align-items: flex-end;
}
.oc-form-group small {
    font-family: Roboto;
    font-size: 10px;
    color: #cccccc;
    padding-left: 10px;
}
.oc-form-group > input {
    width: 83px;
    height: 32px;
    font-size: 14px;
    color: #111111;
    text-align: center;
    padding: 0;
    border-radius: 16px;
    border: 1px solid rgb(235,235,235);
    box-shadow: none;
    outline: none;
    font-weight: 400;
}
.oc-form-group > input:focus {
    border-color: #de4142;
    box-shadow:none;
    outline:none;
}
#ocfilter-button2 button.disabled, #ocfilter-button2 button {
    width: 56px;
    height: 32px;
    background-color: #de4142;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 16px;
    border: none;
    margin-left: 20px;
    padding: 0;
}
.oc-form-group.oc-splite {
    padding-bottom: 6px;
    margin: 0px 12px;
    color: #cccccc;
}
.oc-price-range {
    padding-bottom: 32px;
}
.noUi-base .noUi-background, .selectionCar_price_bl .noUi-background {
    background: #999999;
    box-shadow: none;
}
.noUi-base .noUi-connect {
    background: #da2c2d;
}
.noUi-base .noUi-origin .noUi-handle {
    left: 2px;
    top: -9px;
    width: 22px !important;
    height: 22px !important;
    border: 4px solid #fff !important;
    background: #da2c2d;
    margin-left: -13px !important;
    outline-style: none !important;
    cursor: pointer !important;
    transition: none !important;
    display: block;
    position: absolute;
    margin-top: 0px;
    border-radius: 14px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
}
.popularCars_title h5 {
    font-size: 16px;
    font-weight: 800;
    color: #da2c2d;
    text-transform:uppercase;

}
.popularCars_title {
    margin-top:100px;
    margin-bottom:30px;
}
.vglnk {
    color: #666666;
    text-decoration:none;
}
.vglnk:hover,.vglnk:focus, .vglnk:active  {
    color: #da2c2d;
    text-decoration: underline;
}
.my_modal_bl .btn_label, .writeReview_bl .btn_label {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    color: #666666;
}
.reviews_carus_cont .block_stars {
    justify-content: center;
    padding-bottom:10px;
}
input.has-error {
    background-color: rgba(255,177,177,0.87);
}
.fer-s {
    padding-top: 20px;
    font-size: 14px;
    color: #076009;
    font-weight: 600;
}
.form-group_rating {
    margin-top:15px;
    margin-bottom:0px;
}
.form-group_textarea {
    margin-top: 20px;
}
.review-screen {
    margin-bottom:15px;
}
.categoryPage_products_blockkk {
    width:100%;
}
.categoryPage_title_text h1 .ocprm {
    color: #111111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    display: inline-block;
    width: 200px;
    margin-left: 20px;
}
input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: context-menu;
}
input[type="checkbox"]:disabled + label>img {
    opacity: 0.5;
    cursor: context-menu;
}
.loader {
    -webkit-animation: preloader 1.5s infinite linear;
    -moz-animation: preloader 1.5s infinite linear;
    -ms-animation: preloader 1.5s infinite linear;
    -o-animation: preloader 1.5s infinite linear;
    animation: preloader 1.5s infinite linear;
}

@-webkit-keyframes preloader {
    to {
        -webkit-transform: rotate(492deg);
    }
}

@-moz-keyframes preloader {
    to {
        -moz-transform: rotate(492deg);
    }
}

@-ms-keyframes preloader {
    to {
        -ms-transform: rotate(492deg);
    }
}

@-o-keyframes preloader {
    to {
        -o-transform: rotate(492deg);
    }
}

@keyframes preloader {
    to {
        transform: rotate(492deg);
    }
}
.popup-youtube {
    position: relative;
    display: block;
}
.reviews_carus_bl.is-youtube i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-size: 50px;
    color: #da2d2c;
    width: 50px;
    height: 50px;
    z-index: 2;
}
a.popup-youtube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.4);
}
.is_sale_baner > a {
    display: block;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}