* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'helv', sans-serif;
    color: #000;
    font-size: 14px;

    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

a {
    font-family: 'helv', sans-serif;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

*:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.news .news-detail ul {
    list-style-type: disc;
    padding-inline-start: 1em;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

header,
section,
footer {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
    font-family: 'helv_b';
    margin: 0;
}

.hidden {
    display: none !important;
}

.container {
    position: relative;
    /*max-width: 1200px;*/
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

/*  Header  */
header > .container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.header {
    display: table-row;
}

.header > .logo {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.header.wrapper_new > .logo {
}

.header > .logo > img {
    width: 60%;
    position: relative;
}

.kazan_wrap {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.kazan {
    display: inline-block;
    text-align: left;
}

.kazan h3 {
    font: normal 18px/1.1 'helv_m';
    border-bottom: 1px dotted #000;
    display: inline-block;
    cursor: pointer;
}

.kazan h3:hover,
.kazan h3:focus {
    border-bottom: 1px solid transparent;
}

.kazan img {
    float: left;
    margin-right: 5px;
}

nav {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

nav ul li {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 13px;
    position: relative;
}

nav ul li a {
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: 3px solid transparent;
    font-family: 'helv_m', sans-serif;
}

nav ul li ul li a {
    font-family: 'helv', sans-serif;
}

nav ul li span {
    position: absolute;
    border-radius: 15px;
    border: 1px solid #ff0000;
    color: #fff;
    background-color: #ff0000;
    padding: 1px 4px;
    text-align: center;
    top: 5px;
    font: 11px 'helv';
}

nav ul li a:hover,
nav ul li a:focus,
.nav_active {
    border-bottom: 3px solid #ff7e00;
}

.drow_menu {
    position: relative;
    z-index: 151;
}

.drow_menu:hover::after {
    display: block;
}

/*.drow_menu:hover ul {*/
    /*display: block;*/
/*}*/

.drow_menu::after {
    content: '';
    display: none;
    border: 1px solid #efefef;
    top: 30px;
    left: 50%;
    border-right: none;
    border-bottom: none;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: #fff;
    z-index: 100;
}

.drow_menu ul {
    position: absolute;
    top: 37px;
    left: 0;
    border: 1px solid #efefef;
    box-shadow: 1px 1.7px 7px rgba(0, 0, 2, 0.07);
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px 0;
    background: #fff;
    display: none;
    z-index: 151;
}

.drow_menu ul li {

}

.nav_btn {
    display: none;
}

nav ul li.drow_menu ul li {
    margin: 5px;
    padding: 0 10px 0 10px;
    min-width: 180px;
    text-align: left;
}

.tell {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    width: 233px;
    padding-top: 6px;
}

.tell a:first-child {
    display: block;
    font: normal 25px 'helv_b';
    padding: 0 0 0 23px;
    background: url(../images/tell.png) no-repeat 0% 5px;
}

.tell a.fancybox {
    font: normal 12px 'helv';
    /*border-bottom: 1px dotted #000;*/
    cursor: pointer;
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 29px;
}

.tell a.fancybox:hover,
.tell a.fancybox:focus {
    border-bottom: 1px solid transparent;
}

/*.mini_nav_wrap {*/
    /*width: 90%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*!*bottom: 0;*/
    /*right: -15px;*!*/
    /*right: 0;*/
    /*background-color: #ffffff;*/
    /*z-index: 200;*/
    /*display: none;*/
    /*box-shadow: -15px 0 0 rgba(0, 0, 0, 0.5);*/
    /*max-width: 400px;*/
/*}*/

/*.mini_nav ul {*/
    /*display: block;*/
    /*padding: 95px 0;*/
/*}*/

/*.mini_nav ul ul {*/
    /*padding: 0;*/
    /*margin-top: 10px;*/
    /*border-top: 1px solid #b9b9b9;*/
    /*border-bottom: 1px solid #b9b9b9;*/
/*}*/

.mini_nav ul li a,
.send_mail a {
    /*text-transform: uppercase;*/
    font: 16px "helv";
    border: medium none;
    font-weight: 700;
}

/*.mini_nav ul li.item-selected a {*/
    /*color: #ffbc00;*/
/*}*/

/*.mini_nav ul li ul a {*/
    /*font-weight: 300;*/
    /*padding-left: 70px;*/
/*}*/

/*.mini_nav ul li {*/
    /*padding: 10px 0;*/
    /*display: block;*/
    /*text-align: left;*/
    /*border-top: 1px solid #e9e9e9;*/
/*}*/

/*.mini_nav ul li:last-child {*/
    /*border-bottom: 1px solid #e9e9e9;*/
/*}*/

/*.mini_nav ul li.parent {*/
    /*padding-bottom: 0;*/
/*}*/

.mini_nav ul li a:hover,
.mini_nav ul li a:focus,
.mini_nav ul li a.mini_nav_active,
.send_mail a:hover,
.send_mail a:focus {
    color: #ffbc00;
    border: none;
}

.send_mail {
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 25px 0 205px;
}

.send_mail a {
    float: left;
    margin: 10px 0 0 0;
}

.send_mail img {
    float: left;
    margin: 0 15px 0 10px;
}

.mini_nav {
    padding: 0 45px;
    position: relative;
}

.close_mini_nav {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mini_nav p {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.social_wrap {
    margin: 30px 0 60px;
}

.social_wrap a {
    display: inline-block;
    width: 91px;
    height: 91px;
}

.social_wrap a img {
    width: 100%;
    height: 100%;
}

.social_a_wrap {
    display: inline-block;
    width: 32%;
}

/*header_new*/
header.wrapper_new {
    margin: 10px 0 0;
}

.wrapper_new .container {
    z-index: auto;
}

header.wrapper_new .header {
    display: table-cell;
}

.header_block {
    width: 70%;
    display: table-cell;
    position: relative;
}

.header_line {
    position: absolute;
    background: url("../images/bg_line_header.png");
    width: 828px;
    height: 32px;
    z-index: -1;
}

.header_block_row {
    position: relative;
    z-index: 1;
}

.header_block_nav {
    width: 70%;
    float: left;
    padding: 0 0 20px;
}

.header_location {
    margin-left: 0;
    height: 52px;
}

.header_location a:first-child li {
    padding-right: 10px;
}
.header_location a:nth-of-type(7) li {
    margin: 0 38px 0 33px !important;
}

.header_location li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    padding: 0 64px 0 18px;
    background-image: url("../images/ico-location.png");
    background-repeat: no-repeat;
    background-position: 1px 4px;

}

.header_location li.active {
    /*  background-image: url("../images/ico-location_active.png");
      background-position: 1px 2px;*/
    text-decoration: none;
}

.header_location li.active span {
    border-bottom: 1px solid #ff7e00;
    color: #ff7e00;
    font-weight: bold;
}

.header_nav {
    clear: both;
}

.header_nav ul {
    margin-left: -28px;
}

/*end header_new*/
/*about_list*/
.about_list {
    width: 100%;
    height: auto;
}

.about_list ul {
    list-style: none;
}

.about_list ul li {
    float: left;
    width: 18%;
    padding: 0 1%
}

.about_list .item_ico {
    width: 50%;
    margin: 0 auto;
    height: 77px;
    display: flex;
}

.about_list .item_ico img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.about_list .item_text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.about_list .item_text p {
    font-size: 20px;
    text-align: center;
    line-height: 23px;
}

.about_list .item_text p span {
    color: #ff7e00;
    font-family: 'helv';
}

.inner_title_text {
    text-align: center;
}

.open_link {
    padding: 10%;
    width: 70%;
    margin: 0 auto;
    border: 2px solid #ff7e00;
}

/*end about_list*/
/* How to choose a car */
.ch {
    position: relative;
}

.choose_bg_wrap {
    width: 100%;
    overflow: hidden;
    height: 283px;
    position: absolute;
    top: 130px;
    left: -54px;
    z-index: -1;
}

.choose_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 283px;
}

.how_choose_car_item {
    position: relative;
    /* background: #fafafa; */
    width: 16%;
    border: 0.5px solid #C4C4C4;
    cursor: pointer;
    float: left;
    margin: 0 0.24%;
}

.how_choose_car_item:hover {
    /*background: url(../images/choose_hover.jpg) no-repeat center center;*/
    /*background: url(../images/choose_text.jpg) no-repeat center center;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
}

.how_choose_car_item:hover .choose_item_hover {
    opacity: 1;
}

.choose_img_wrap {
    width: 100%;
    height: 102px;
    display: table;
}

.choose_img_wrap div {
    vertical-align: bottom;
    text-align: center;
    display: table-cell;
}

.choose_img_wrap div span {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 63px;
}

.how_choose_car_item:hover .choose_img_wrap div span {
    /*background-position: bottom center;*/

}

.how_choose_car_item h4 {
    margin: 20px 0;
    display: block;
    font: normal 16px 'helv';
    text-align: center;
    color: #000;
    height: 20px;
    overflow: hidden;
}

.how_choose_car_item:hover h4 {

    /*color: #fff;*/
}

.choose_item_hover {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .2s;
    display: block;
}

.how_choose_text {
    height: 200px;
    background: url(/upload/ocen.png);
    background-repeat: no-repeat;
    width: 32.3%;
    margin-left: 0.3%;
    display: table;
    cursor: pointer;
    margin-top: 40px;
    float: left;
}

/*.ban {*/
    /*float: left;*/
    /*margin-top: 40px;*/
/*}*/

.how_choose_text:hover {
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
    transition: filter 0.5s ease;
    -webkit-transition: filter 0.5s ease;
}

.how_choose_text_wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.how_choose_text_wrap h2 {
    text-transform: uppercase;
    font: normal 26px 'helv';
}

.how_choose_text_wrap .h2 {
    text-transform: uppercase;
    font: normal 26px 'helv';
    color: #000;
}

.how_choose_text_wrap:hover .h2 {
    color: #000;
}

/*  Main_carousel */

.main_carousel {
    height: 398px;
    margin: 0 0 25px;
}

.carousel_wrapper {
    overflow: hidden;
}

.sale {
    position: absolute;
    top: 0;
    left: -58px;
    bottom: -27px;
    width: 458px;
    /*background: url(../images/sale_bg.png) 0% 50% no-repeat;*/
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 0;
}

.sale > .romb1-1, .sale > .romb1-2,
.sale > .romb2-1, .sale > .romb2-2, .sale > .romb2-3, .sale > .romb2-4,
.sale > .romb3-1, .sale > .romb3-2, .sale > .romb3-3, .sale > .romb3-4,
.sale > .romb4-1, .sale > .romb4-2, .sale > .romb4-3,
.sale > .romb5-1, .sale > .romb5-2,
.sale > .romb6-1, .sale > .romb6-2, .sale > .romb6-3,
.sale > .romb7-1, .sale > .romb7-2,
.sale > .romb {
    position: absolute;
    transition: all 0.1s linear 0.2s;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
}

.sale > img.hide {
    transition: all 0s linear 0s;
}

.sale > .romb1 {
    transition: all 0.3s linear 50ms;
    z-index: 2;
}

.sale > .romb2 {
    transition: all 0.3s linear 100ms;
}

.sale > .romb3 {
    transition: all 0.3s linear 150ms;
}

.sale > .romb4 {
    transition: all 0.3s linear 200ms;
}

.sale > .romb5 {
    transition: all 0.3s linear 250ms;
}

.sale > .romb6 {
    transition: all 0.3s linear 300ms;
}

.sale > .romb7 {
    transition: all 0.3s linear 350ms;
}

.sale > .romb8 {
    transition: all 0.3s linear 400ms;
}

.sale > .romb9 {
    transition: all 0.3s linear 450ms;
}

.sale > .romb10 {
    transition: all 0.3s linear 500ms;
}

.sale > .romb11 {
    transition: all 0.3s linear 550ms;
}

.sale > .romb12 {
    transition: all 0.3s linear 600ms;
}

.sale > .romb13 {
    transition: all 0.3s linear 650ms;
}

.sale > .romb14 {
    transition: all 0.3s linear 700ms;
}

.sale > .romb15 {
    transition: all 0.3s linear 750ms;
}

.sale > .romb1-1 {
    left: 1px;
    top: 171px;
    transition: all 0.3s linear 50ms;
}

.sale > .romb2-1 {
    left: 58px;
    top: 1px;
    transition: all 0.3s linear 100ms;
}

.sale > .romb3-1 {
    left: 115px;
    top: 1px;
    transition: all 0.3s linear 150ms;
}

.sale > .romb4-1 {
    left: 174px;
    top: 1px;
    transition: all 0.3s linear 200ms;
}

.sale > .romb5-1 {
    left: 231px;
    top: 60px;
    transition: all 0.3s linear 250ms;
}

.sale > .romb6-1 {
    left: 289px;
    top: 1px;
    transition: all 0.3s linear 300ms;
}

.sale > .romb7-1 {
    left: 345px;
    top: 60px;
    transition: all 0.3s linear 350ms;
}

.sale > .romb1-2 {
    left: 1px;
    top: 287px;
    transition: all 0.3s linear 400ms;
}

.sale > .romb2-2 {
    left: 58px;
    top: 116px;
    transition: all 0.3s linear 450ms;
}

.sale > .romb3-2 {
    left: 116px;
    top: 59px;
    transition: all 0.3s linear 500ms;
}

.sale > .romb4-2 {
    left: 173px;
    top: 117px;
    transition: all 0.3s linear 550ms;
}

.sale > .romb5-2 {
    left: 230px;
    top: 175px;
    transition: all 0.3s linear 600ms;
}

.sale > .romb6-2 {
    left: 288px;
    top: 117px;
    transition: all 0.3s linear 650ms;
}

.sale > .romb7-2 {
    left: 345px;
    top: 174px;
    transition: all 0.3s linear 700ms;
}

.sale > .romb2-3 {
    left: 60px;
    top: 231px;
    transition: all 0.3s linear 750ms;
}

.sale > .romb3-3 {
    left: 116px;
    top: 174px;
    transition: all 0.3s linear 800ms;
}

.sale > .romb4-3 {
    left: 173px;
    top: 231px;
    transition: all 0.3s linear 850ms;
}

.sale > .romb6-3 {
    left: 288px;
    top: 232px;
    transition: all 0.3s linear 900ms;
}

.sale > .romb2-4 {
    left: 58px;
    top: 346px;
    transition: all 0.3s linear 950ms;
}

.sale > .romb3-4 {
    left: 116px;
    top: 289px;
    transition: all 0.3s linear 1s;
}

.main_carousel_item {
    height: 100%;
    position: relative;
    display: block;
}

.carousel_caption {
    position: absolute;
    top: 18%;
    left: 6%;
    z-index: 1;
}

.carousel_caption h1, .carousel_caption .h1 {
    font: normal 40px 'helv';
    line-height: 1;
    z-index: 1;
}

.carousel_caption h1 span, .carousel_caption .h1 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.carousel_caption p {
    font-size: 16px;
    margin-top: 10px;
    z-index: 1;
}

.main_carousel_item1 {
    background: url(../images/main_carousel.jpg) 50% 50% no-repeat;
}

.main_carousel_item2 {
    background: url(../images/main_carousel2.jpg) 50% 50% no-repeat;
}

.main_carousel_item3 {
    background: url(../images/main_carousel3.jpg) 50% 50% no-repeat;
}

.main_carousel_item4 {
    background: url(../images/main_carousel4.jpg) 50% 50% no-repeat;
}

.main_pagination {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 7px;
    width: 100%;
    z-index: 100;
}

.main_pagination ul li {
    float: left;
    width: 25%;
    height: 7px;
}

.main_pagination ul li a {
    width: 16.88px !important;
    height: 16.88px !important;
    background: #000000;
    transform: rotate(45deg);
    border-radius: 0 !important;
    display: block;
}

.wrapper.ch .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.main_pagination ul li:first-child a {
    margin-left: 2px;
}

.main_pagination ul li a:hover,
.main_pagination ul li a.pagination_active {
    background-color: #ff9100;
}

/* Sort */
/*#smart-filter__area {*/
    /*display: none;*/
/*}*/

.sort {
    background: #fff;
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 25px 0;
}

.brand_guardian_wrap {
    float: left;
}

.brand,
.graduation_year,
.type {
    float: left;
    margin: 12px 0;
}

.graduation_year {
    margin-left: 10px;
}

.sort select {
    height: 36px;
    padding: 0 0 0 7px;
    border: none;
    font: normal 16px 'helv_m';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select_arrow.png) no-repeat 97% 49%;
    width: 145px;
}

#type {
    width: 180px;
}

/*.sort span {*/
    /*font-size: 14px;*/
    /*margin: 0 8px 0 12px;*/
/*}*/

.sort select, .sort .directory_code input[type="text"] {
    border: 1px solid #eee;
}

.graduation_year {
    position: relative;
}

.graduation_year select {
    width: 90px;
    background-position: 80% 50%;
}

.graduation_year b {
    font: normal 16px 'helv';
    margin: 0 5px;
}

.graduation_year_popup {
    /*    display: none;
        border: 1px solid #ccc;
        position: absolute;
        background: #f1f1f1;
        width: 210px;
        top: -5px;
        padding: 5px 10px;
        text-align: center;
        left: 48px;*/
    width: 210px;
    text-align: center;
    display: inline-block;
}

.graduation_year > span {
    line-height: 48px;
    cursor: pointer;
}

.graduation_year > span > span {
    margin: 0 0 0 10px;
    background: no-repeat url(../images/select_arrow.png) 89% 50% #ffffff;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 30px 0 10px;
}

.directory_code input[type=text] {
    width: 105px;
    height: 38px;
    border: none;
    margin: 18px 20px 12px 0;
    padding: 0 0 0 34px;
    font: normal 16px 'helv_m';
    background: #fff url(../images/input_loop.png) no-repeat 12px 50%;
}

.directory_code {
    float: right;
    padding-right: 15px;
}

.city_filter {
    line-height: 72px;
    float: left;
}

.directory_code a {
    width: 135px;
    border: 1px solid #c1c1c1;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin: 18px 20px 12px 0;
}

.directory_code a:hover,
.directory_code a:focus {
    background: #c1c1c1;
    color: #fff;
}

/* Index content */
.index_content {
    margin: 0 -15px;
}

.sidebar + .index_content {
    width: 79%;
    float: right;
}

.index_content_row {
    margin-bottom: 30px;
}

.index_content_item_area {
    background-color: #fff;
    width: 25%;
    float: left;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.sidebar + .index_content > .index_content_item_area {
    width: 25%;
}

.wrap_for_2_in_row .index_content_item_area {
    width: 50%;
}

.wrap_for_3_in_row .index_content_item_area {
    width: 33%;
}

.index_content_item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
}

.sold {
    position: relative;
}

.sold .img_wrap:before, .catalog_in .sold:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(../images/sold_list.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
}

.sold .img_wrap {
    position: static;
}

.img_wrap {
    position: relative;
    display: block;
}

.img_wrap img {
    width: 100%;
}

.img_wrap span {
    position: absolute;
    top: 0;
    right: 0;
    width: 131px;
    height: 43px;
    display: inline-block;
    background: url(../images/index_content_top.png) 50% 50% no-repeat;
    color: #fff;
    font: normal 11px/20px 'helv_m';
    padding: 0 0px 0 35px;
    text-align: center;
    box-sizing: border-box;
}

.img_wrap span.trk_num {
    background: none;
    color: #000;
    right: 10px;
    top: 169px;
    width: auto;
}

.index_content_caption > .index_content_caption_cod {
    font-family: 'Roboto';
    font-size: 12px;
    color: #6d6d6d;
    display: block;
    margin: 10px 0;
    height: 12px;
    overflow: hidden;
}

.index_content_item .index_content_caption_title {
    font-family: 'Roboto';
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    display: block;
    font-weight: 500;
}

.index_content_item > .index_price {
    height: 52px;
    overflow: hidden;
}

.index_content_item a:hover,
.index_content_item a:focus {
    color: #333;
}

.index_content_item a b {
    font-weight: normal;
    color: #ff7e00;
}

.index_content_item .index_content_caption_param {
    font-family: 'Roboto';
    margin: 10px 0;
    height: 16px;
    overflow: hidden;
    font-weight: 300;
}

.index_content_caption {
    padding-left: 15px;
}

.index_price {
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.index_price p {
    display: inline-block;
    font: normal 18px/48px 'helv_m';
    text-align: left;
    margin: 0;
    padding-top: 3px;
}

.index_price p.b_line {
    font: normal 18px/38px 'helv_m';
}

.index_price p .oldPrice {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #e85e16;
    text-decoration: line-through;
    position: relative;
    margin-top: 2px;
    margin-bottom: -5px;
}

.index_price p a {
    font-size: 18px;
}

.index_price p a:hover {
    text-decoration: underline;
}

.index_load {
    display: block;
    line-height: 43px;
    text-align: center;
    border: 1px solid #000;
    /*background: #000;*/
    color: #000;
    font-family: 'helv_m', sans-serif;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    float: none;
    clear: both;
}

.index_load:hover,
.index_load:focus {

}

/*  Trust us*/

.trust_us {
    margin: 80px 0;
    box-shadow: 0px 8px 24px rgba(129, 129, 129, 0.1);
    padding: 26px 16px 53px;
}

.trust_us h1 {
    text-transform: uppercase;
    font: normal 42px 'helv_t';
    text-align: center;
    margin: 45px 0 70px;
    padding: 43px 0;
    border: 5px solid #fafafa;
    background: #fff;
}

.trust_us h1 > a {
    text-transform: uppercase;
    font: normal 42px 'helv_t';
    text-align: center;
    cursor: default;
}

.trust_us h1 > a:hover {
    /*text-decoration: underline;*/
}

.trust_us .h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 32px;
    line-height: 42px;
    /*margin: 45px 0 70px;*/
    /*padding: 43px 0;*/
    /*border: 5px solid #fafafa;*/
    /*background: #fff;*/
}

.trust_us .h1 > a {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
    cursor: default;
}

.trust_us .h1 > a:hover {
    /*text-decoration: underline;*/
}

.trust_img_wrap {
    /*height: 90px;*/
    margin-bottom: 30px;
    text-align: center;
}
.trust_item .trust_img_wrap {
    height: 47px;
}

.trust_img_wrap > a {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: default;
    justify-content: center;
    align-items: center;
}

.trust_img_wrap img {
    display: inline-block;
}

/*.trust_item {*/
/*width: 25%;*/
/*float: left;*/
/*}*/
.trust-wrapper {
    display: grid;
    margin-top: 45px;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 20px;
}

@media (max-width: 767px) {
    .trust-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
        gap: 30px;
    }
}

.trust_item {
    /*width: 24%;*/
    /*float: left;*/
    /*background: #fafafa;*/
    /*margin-right: 10px;*/
    /*margin: 0 0.3%;*/
    /*padding: 10px 0px;*/
    /*height: 200px;*/
}

.trust_item:hover {
    /*background: url(../images/choose_text.jpg) no-repeat center center;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
}

.trust_item h2 {
    font: normal 24px/30px 'helv';
    text-decoration: underline;
    text-align: center;
}

.trust_item h2 a {
    color: inherit;
    font: inherit;
}

.trust_item .b_h2 {
    font: normal 24px/30px 'helv';
    /*text-decoration: underline;*/
    text-align: center;
}

.trust_item .b_h2 a {
    color: inherit;
    font: inherit;
    font-size: 16px;
    font-family: 'Roboto-Light', sans-serif;
    line-height: 21px;
}

.trust-without-image {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #FF7E00;
}

/* Address */

.index_address {
    margin-bottom: 60px;
}

.index_address_item article {
    padding-left: 25px;
    background: url(../images/address_loop.png) 3px 0 no-repeat;
    display: inline-block;
    text-align: left;
}

.index_address_item:first-child {
    text-align: left;
}

.index_address_item:last-child {
    border-right: none;
}

.index_address_item {
    float: left;
    width: 16.666%;
    border-right: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
    padding-right: 5px;
}

.index_address_item h3, .index_address_item .h3 a {
    font: normal 18px 'helv_m';
    color: #ff7e00;
    height: 35px;
}

.index_address_item .h3 {
    margin: 0px;
}

.index_address_item h3 a {
    font: inherit;
    color: inherit
}

.index_address_item p {
    font-size: 14px;
    height: 60px;
    margin: 10px 0;
}

.index_address_item a {
    font: normal 16px 'helv_r';
    display: inline-block;
}

.index_address_item a.address_to_map {
    font-size: 12px;
    color: #ff7e00;
    margin-top: 12px;
}

.index_address_item a.address_to_map:hover,
.index_address_item a.address_to_map:focus {
    text-decoration: underline;
}

/* Index bottom content */

.index_news_wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.index_bot_cont_wrap {
    background: #eee;
    padding: 50px 0 0;
}

.index_bot_cont_wrap2 {
    background: #eee;
}

.index_bot_cont_wrap3 {
    background: #eee;
    /*padding: 0 0 50px;*/
    padding: 30px 0;
}

.index_bot_cont .bot_item h2 {
    font: 14px "helv_t";
    margin: 20px 0 10px 0;
    text-transform: none;
    font-weight: bold;
}

.index_bot_cont h1 {
    font: 28px "helv_t";
    margin-bottom: 25px;
    text-transform: uppercase;
}

.index_bot_cont h2 {
    font: 28px "helv_t";
    margin-bottom: 25px;
    text-transform: uppercase;
}

.index_news_item {
    float: left;
    width: 28%;
    margin-right: 4.5%;
}

.index_news_item:last-child {
    margin-right: 0;
}

.news_img_wrap img {
    width: 100%;
}

.index_news_item time {
    font-size: 12px;
    display: inline-block;
    margin: 6px 0;
}

.about .index_news_item > a {
    font: normal 16px 'helv_r';
    color: #000;
}

.index_news_item a:hover,
.index_news_item a:focus {
    text-decoration: underline;
}

.index_news_item p {
    margin-top: 6px;

    font: 16px "helv_r";
    line-height: 1.4em;
}

.bot_items {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.bot_item {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.bot_item:last-child {
    margin-right: 0;
    margin-left: 5%;
}

.bot_item p {
    margin-bottom: 11px;
    text-align: justify;
}

.subscribe h2, .subscribe .h2 {
    width: 45%;
    /*margin: 40px 0 0 0;*/
    margin: 0;
    float: left;
    font: 28px 'helv_t';
}

.bot_item h2 {
    margin-bottom: 27px;
}

.bot_item ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 13px;
}

.bot_item h3 {
    font: normal 14px 'helv_m';
    margin: 25px 0 6px;
}

.subscribe form {
    float: right;
    /*padding-top: 50px;*/
    padding-top: 11px;
    width: 45%;
}

.subscribe input[type=text] {
    float: left;
    height: 45px;
    border: none;
    background: #fff;
    padding-left: 15px;
    width: 54%;
    margin: 0 0 0 3%;
    font-size: 13px;
}

.subscribe button {
    float: left;
    width: 35%;
    height: 45px;
    border: none;
    background-color: #424242;
    cursor: pointer;
    color: #fff;
    transition: .2s;
    margin-right: 3%;
}

.subscribe input::-webkit-input-placeholder {
    color: #000;
}

.subscribe input:-moz-placeholder {
    color: #000;
}

.subscribe input::-moz-placeholder {
    color: #000;
}

.subscribe input:-ms-input-placeholder {
    color: #000;
}

.subscribe button:hover,
.subscribe button:focus {
    background: #ff7e00;
}

/* footer */

.copy {
    float: left;
    color: #fff;
}

footer {
    background-color: #424242;
    padding: 25px 0;
}

.copy b {
    font-family: 'helv_m';
    font-weight: normal;
}

.creater, .creater > a {
    float: right;
    color: #fff;
    padding-top: 9px;
}
/* Arrow to top */

.arrow_wrap {
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: #ff7e00;*/
    /*position: fixed;*/
    /*left: 63%;*/
    /*margin-left: 510px;*/
    /*bottom: 5%;*/
    /*cursor: pointer;*/
    width: 44px;
    height: 44px;
    /* padding: 15px; */
    position: fixed;
    background: url(/images/newimg/arrow_up.svg) no-repeat center;
    background-color: #343434;
    right: 85px;
    bottom: 185px;
    cursor: pointer;
    border: 1px solid #fff6;
    border-radius: 2px;
}

.arrow_to_top {
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*border: 2px solid #fff;*/
    /*border-bottom: none;*/
    /*border-right: none;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin: 20px auto;*/
}

@media screen and (max-width: 767px) {
    .arrow_wrap {
        right: 5%;
        bottom: 20%;
    }
}

.about .city_list a {
    color: #000;
}

.about .city_list a p {
    margin-bottom: 0;
    line-height: inherit;
    text-align: center;
}

/* Call back */

.auto_callback a {
    width: 40%;
    margin: auto;
    display: block;
    line-height: 43px;
    text-align: center;
    border: 1px solid #ff7e00;
    /* background: #000; */
    color: #fff;
    background: #ff7e00;
    font-family: 'helv_m', sans-serif;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    float: none;
    clear: both;
    margin-top: 10px;
}

.call_back {
    padding: 40px;
    width: 460px;
    min-height: 265px;
    display: none;
}

.call_back h2 {
    font: normal 30px 'helv';
    margin-bottom: 40px;
    position: absolute;
    top: 35%;
    margin-left: -20px;
}

.call_back .c_h2 {
    font: normal 30px 'helv';
    margin-bottom: 40px;
}

.call_back.call_back_big {
    width: 500px;
}

.call_back.call_back_big .manager_item {
    height: 210px;
}

.call_back.call_back_big .manager_text p.work_position {
    font-size: 18px;
    margin-top: 10px;
}

/*
.call_back input {
    display: block;
    width: 355px;
    padding-left: 15px;
    height: 37px;
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
}*/

::-webkit-input-placeholder {
    color: #a3a3a3;
}

:-moz-placeholder {
    color: #a3a3a3;
}

::-moz-placeholder {
    color: #a3a3a3;
}

:-ms-input-placeholder {
    color: #a3a3a3;
}

.call_back button,
.call button,
.you_from_kazan button {
    width: 372px;
    border: none;
    height: 38px;
    background-color: #ff7e00;
    color: #fff;
    font: normal 16px 'helv_m';
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.call_back button:hover,
.call_back button:focus,
.call button:hover,
.call button:focus,
.you_from_kazan button:hover,
.you_from_kazan button:focus {
    background: #e07207;
}

.call {
    padding: 40px;
    width: 405px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.call a {
    font: normal 30px 'helv_m';
    display: block;
    margin-bottom: 44px;
}

.call button {
    width: 365px;
    max-width: 100%;
    display: inline-block;
}

/*Call auto*/

.call_auto {
    padding: 40px;
    width: 460px;
    min-height: 265px;
    display: none;
    border: 2px solid #ff7e00;
}

.call_auto h2 {
    font: normal 30px 'helv';
    margin-bottom: 40px;
}

.call_auto .c_h2 {
    font: normal 25px 'helv';
    margin-bottom: 10px;
    margin-top: 10px;
}

.call_auto .c_h2.up {
    font: normal 26px 'helv';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.call_auto.call_back_big {
    width: 500px;
}

.call_auto.call_back_big .manager_item {
    height: 210px;
}

.call_auto.call_back_big .manager_text p.work_position {
    font-size: 18px;
    margin-top: 10px;
}

/*
.call_back input {
    display: block;
    width: 355px;
    padding-left: 15px;
    height: 37px;
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
}*/

::-webkit-input-placeholder {
    color: #a3a3a3;
}

:-moz-placeholder {
    color: #a3a3a3;
}

::-moz-placeholder {
    color: #a3a3a3;
}

:-ms-input-placeholder {
    color: #a3a3a3;
}

.call_auto button,
.call button,
.you_from_kazan button {
    width: 100%;
    border: none;
    height: 38px;
    background-color: #ff7e00;
    color: #fff;
    font: normal 16px 'helv_m';
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.call_auto button:hover,
.call_auto button:focus,
.call button:hover,
.call button:focus,
.you_from_kazan button:hover,
.you_from_kazan button:focus {
    background: #e07207;
}

.call {
    padding: 40px;
    width: 405px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.call a {
    font: normal 30px 'helv_m';
    display: block;
    margin-bottom: 44px;
}

.call button {
    width: 365px;
    max-width: 100%;
    display: inline-block;
}

/*  you from Kazan */

.you_from_kazan {
    padding: 40px 30px;
    width: 580px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.you_from_kazan h3 {
    font: normal 30px 'helv_m';
    margin-bottom: 40px;
}

.you_from_kazan a {
    margin-top: 40px;
    display: block;
    font-size: 22px;
}

.you_from_kazan button {
    max-width: 100%;
}

/* Catalog */

.cat_subscribe {
    padding-top: 10px;
}

.catalog_content .index_content_item .img_wrap span {
    /*    display: none;*/
}

.catalog_content .for_sale .img_wrap span {
    display: block;
}

.catalog_sort ul li {
    float: left;
    margin: 18px 0;
}

.catalog_sort ul {
    padding: 0 20px;
    display: inline-block;
}

.catalog_sort ul li a {
    font-size: 16px;
    margin-right: 25px;
}

.catalog_sort ul li a.catalog_sort_yellow:hover,
.catalog_sort ul li a.catalog_sort_yellow:focus {
    color: #000;
}

.catalog_sort ul li a:hover,
.catalog_sort ul li a:focus {
    color: #ff7e00;
}

.catalog_sort ul li:last-child a {
    margin: 10px 0 10px 0;
    padding: 8px 12px;
    border: 1px solid #c1c1c1;
}

.catalog_sort ul li:last-child a:hover,
.catalog_sort ul li:last-child a:focus {
    background: #c1c1c1;
    color: #fff;
}

.catalog_sort_yellow {
    color: #ff7e00;
}

/* News */

.sidebar {
    width: 18%;
    margin-right: 3%;
    margin-top: 22px;
    float: left;
}

.sidebar ul li:hover {
    background: #f1f1f1;
}

.sidebar ul li {
    padding: 12px 0 12px 6px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    font-size: 16px;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus {
    color: #ff7e00;
}

.sidebar_active {
    color: #ff7e00;
    padding-left: 25px;
}

.active_news {
    background: url(../images/active_news.png) no-repeat 0% 50%;
}

.news_in,
.news_items {
    padding-top: 10px;
}

.about,
.news_in,
.news_items,
.reviews {
    padding-top: 10px;
    width: 79%;
    float: right;
    font: 16px "helv_r";
    line-height: 1.4em;
}

.news_items h2 {
    margin-bottom: 30px;
    font: normal 30px 'helv'
}

.read_more {
    margin-top: 7px;
    color: #ff7e00;
    font: normal 12px 'helv';
    display: inline-block;
}

.read_more:hover,
.read_more:focus {
    text-decoration: underline;
}

.news_items .index_news_item {
    width: 31%;
    margin-right: 3.4%;
}

.news_items .index_news_item:last-child {
    margin-right: 0;
}

.news_items {
    margin-bottom: 0;
}

/* news in */

.news_in h2,
.about h2,
.reviews h2 {
    font: normal 30px 'helv';
    margin-bottom: 32px;
}

.news_in img.item_img,
.about img.item_img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.news_in time {
    font-size: 16px;
}

.news_in p {
    font: normal 16px 'helv_r';
    margin-top: 10px;

}

.news_in b {
    font: normal 16px 'helv_m';
    margin-top: 10px;
    /*margin-bottom: 30px;*/
    display: inline-block;

}

.news_in .opensans_text p {
    font: normal 16px 'OpenSans_r';
}

.news_in .opensans_text b {
    font: normal 16px 'OpenSans_b';
}

.news_in .verdana_text p {
    font: normal 16px 'Verdana';
}

.news_in .verdana_text b {
    font: normal 16px 'Verdana';
    font-weight: bold;
}

.news_in .roboto_text p {
    font: normal 16px 'Roboto';
}

.news_in .roboto_text b {
    font: normal 16px 'Roboto';
    font-weight: bold;
}

.news_in a {
    color: #ff7e00;
}

.news_in a:hover,
.news_in a:focus {
    text-decoration: underline;
}

/* About */

.about h2,
.reviews h2 {
    margin: 25px 0;
}

.about p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5em;
    text-align: justify;
}

.about a {
    color: #ff7e00;
    font-size: inherit;
}

.about p span {
    color: #ff7e00;
}

.about_brands {
    margin: 60px 0;
}

.about_link_brand {
    float: left;
    width: 19.5%;
    text-align: center;
    display: table;
    height: 80px;
}

.about_brands a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.about_brands a img {
    max-width: 64%;
    margin: 0;
    display: inline-block;
}

.active_about {
    background: url(../images/about_i.png) no-repeat 0% 50%;
}

/* reviews */

.reviews_top a {
    font: normal 16px 'helv_r';
    margin: 10px 0 10px 15px;
    text-decoration: none;
    float: left;
    max-width: 80%;
}

.reviews_top a:hover,
.reviews_top a:focus {
    text-decoration: none;
}

.reviews_top {
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.reviews_top time {
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.review_video {
    margin: 20px 0 35px;
}

.review_youtube {
    width: 45%;
    float: left;
    height: 308px;
    max-width: 400px;
}

.review_youtube > img {
    width: 100%;
}

.review_caption {
    float: right;
    width: 50%;
    margin: 0 2%;
}

.review_caption h3 {
    font: normal 16px 'helv_r';
    margin: 5px 0 20px;
}

.review_caption p {
    margin-bottom: 20px;
    font-size: 16px;
}

.reviews_descr h3 {
    font: normal 16px 'helv_r';
    margin: 10px 0;
}

.reviews_descr p {
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 80%;
}

.reviews_descr {
    padding-left: 15px;
}

.reviews_btn {
    display: block;
    font: normal 16px/42px 'helv_m';
    color: #fff;
    border: none;
    background-color: #ff7e00;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.reviews_btn1 {
    background-color: #ffffff;
    width: 92%;
    height: 40px;
    font-size: 16px;
    color: #ff8005;
    margin-top: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    border: 1px solid #ff8b1b;
    -o-transition: .3s;
}

.reviews_btn:hover,
.reviews_btn:focus {
    background: #db6e04;
}

.reviews_btn1:hover,
.reviews_btn1:focus {
    background: #ff7e00;
    color: #fff;
}

.active_review {
    background: url(../images/review.png) no-repeat 0% 50%;
}

/* Catalog in */

.catalog_in {
    background: #fff;
}

.catalog_in_descr {
    float: left;
    width: 55%;
    padding-top: 30px;
}

.catalog_in_caption {
    margin: 23px 0 28px;
}

.catalog_in_descr h2, .catalog_in_descr h1 {
    font: normal 30px 'helv';
}

.catalog_in_caption_left {
    float: left;
    width: 55%;
    margin-right: 5%;
}

.catalog_in_caption_left li {
    padding: 7px 0;
    border-bottom: 1px solid #f7f7f7;
}

.catalog_in_caption_left li:first-child {
    border-top: 1px solid #f7f7f7;
}

.catalog_in_caption_left li p {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.catalog_in_caption_left li p.location_line {
    position: relative;
    float: right;
}

.catalog_in_caption_left li p.location_line span {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.catalog_in_caption_left li p.location_line span.phone_num {
    display: none;
}

span.phone_num .fancybox {
    display: none !important;
}

span.phone_num a {
    display: inline-block;
    font-weight: bold;
    padding: 0 0 0 29px;
    background: url(../images/tell.png) 0 0 no-repeat;
    line-height: 18px;
    height: 18px;
    position: relative;
    margin: 0 0 0 -29px;
}

.yellow_p {
    color: #ff9100;
}

.catalog_in_caption_right {
    float: right;
    width: 40%;
}

.catalog_in_right_wrap {
    border: 5px solid #fafafa;
    text-align: center;
    padding: 20px 0 30px;
}

.catalog_in_right_wrap .oldPrice {
    display: block;
    font-size: 14px;
    color: #e85e16;
    text-decoration: line-through;
}

.ch1 .choose_bg_wrap {
    left: 0px;
    right: 0;
}

.catalog_in_right_wrap h3 {
    display: inline-block;
    text-align: left;
    font: normal 30px 'helv_r';
    margin-left: 50px;
}

.catalog_in_right_wrap a {
    /*height: 37px;*/
    background-color: #ff9100;
    box-shadow: inset 0.8px -3.9px 0 rgba(235, 127, 0, 0.75);
    display: inline-block;
    color: #fff;
    font: normal 16px/38px 'helv_r';
    padding: 0 15px;
    margin: 10px 0 0;
    min-width: 204px;
}

.catalog_in_right_wrap a.snd {
    margin: 10px 0 0 0;
}

.catalog_in_right_wrap a.btn {
    background-color: #ffffff;
    border: 1px solid #ff9100;
    box-shadow: inset 0px -2px 0 rgba(235, 127, 0, 0.75);
    color: #ff9100;
}

.catalog_in_right_wrap a:hover,
.catalog_in_right_wrap a:focus {
    background: #f08400;
    color: #fff;
}

.catalog_in_right_wrap a.btn:hover,
.catalog_in_right_wrap a.btn:focus {

}

.catalog_in_item h3,
.catalog_in_item_fake h3 {
    font: normal 14px/38px 'helv_r';
    background: #fafafa;
    text-align: center;
    cursor: pointer;
}

.catalog_in_item_fake h3 {
    cursor: auto;
}

.catalog_in_item li {
    border-top: 1px solid #f7f7f7;
    padding: 7px 0;
}

.catalog_in_item li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.catalog_in_item li p {
    display: inline-block;
    width: 49%;
}

.catalog_in_item_with_arrow {
    margin-bottom: 2px;
}

.catalog_in_item_with_arrow h3 {
    background: #fafafa url(../images/arrow_btn.png) 97% 50% no-repeat;
}

.order {
    display: block;
    margin-top: 40px;
    background-color: #ff9100;
    box-shadow: inset 0.8px -3.9px 0 rgba(235, 127, 0, 0.75);
    color: #fff;
    font: normal 16px/40px 'helv_r';
    height: 38px;
    text-align: center;
}

.order:hover,
.order:focus {
    background: #f08400;
}

.catalog_in_photo {
    float: right;
    width: 40%;
    padding-top: 30px;
}

.shild_pic {
    position: absolute;
    background: url(../images/shild-pic-big.png);
    width: 294px;
    height: 135px;
    padding: 10px 0 0;
}

.shild_pic p {
    font-size: 20px;
    line-height: 27px;
    font-family: 'helv';
    margin-left: 50px;
}

.shild_pic_liz {
    position: absolute;
    background: url(/bitrix/templates/main/css/../images/tiz.png) no-repeat;
    width: 220px;
    height: 57px;
    padding: 4px 0 0;
    top: 0px;
    background-size: 85%;
}

.shild_pic_liz.min {
    width: 100%;
}

.shild_pic_liz.min p {
    font-size: 14px;
    font-family: 'helv';
    margin-left: 9px;
    margin-right: 30px;
    line-height: 16px;
}

.shild_pic_liz p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'helv';
    margin-left: 16px;
    margin-right: 30px;
}

.index_content_item .shild_pic {
    background: url("../images/shild_main.png");
    width: 180px;
    height: 77px;
    top: 0;
}

.index_content_item .shild_pic p {
    font-size: 15px;
    line-height: 17px;
    margin-left: 18px;
    width: 69%;
}

.index_content_item .shild_pic p:first-child {
    /*   margin-left: 12px;*/
}

.catalog_in_mini_photo {
    position: relative;
    margin: 2px -2px;
}

.catalog_in_mini_photo a {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
}

.catalog_in_mini_photo a:last-child {
    margin-right: 0;
}

.catalog_in_mini_photo a img {
    width: 100%;
}

.cat_in h2 {
    font: normal 30px 'helv';
    margin: 95px 0 20px;
}

/* Trade */

.trade_items {
    max-width: 610px;
    margin: 0 auto;
}

.trade_item {
    width: 49%;
    float: left;
    display: table;
    margin-top: 80px;
}

.trade_img_wrap {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 140px;
}

.trade_img_wrap img {
    display: inline-block;
    width: auto;
    margin: 0 25px;
}

.trade_item h3 {
    font: normal 24px 'helv';
    float: left;
    line-height: 80px;
}

a.trade_link {
    color: #fff;
    font: normal 21px/40px 'helv_m';
    height: 70px;
    line-height: 70px;
    display: block;
    background: #ff7e00;
    text-align: center;
    margin: 10px auto 50px;
    max-width: 470px;
}

.trade_link:hover,
.trade_link:focus {
    background: #d26a05;
}

h2.caption {
    font: normal 30px 'helv';
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.you_from_kazan .cities-list {
    padding-top: 30px
}

.you_from_kazan .cities-list li {
    display: inline-block;
    vertical-align: top;
    width: 258px;
    padding: 15px 20px 20px;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.you_from_kazan .cities-list li .title {
    display: block;
    font: normal 18px 'helv_m';
    color: #000;
    padding-bottom: 7px
}

.you_from_kazan .cities-list li .address {
    padding-left: 20px;
    display: block;
}

.you_from_kazan .cities-list li:hover {
    background: #eee
}

.you_from_kazan .cities-list li:hover .title {
    color: #ff7e00;
}

b, strong {
    font-weight: bolder;
}

#review-form {
    padding: 40px 50px 0;
    max-width: 580px;
    background: #fff;
}

#form-offer-price, #form-order, #form-leasing-price, #form-request-price, #mail-add {
    padding: 55px 35px 0;
    max-width: 330px;
    background: #fff;
}

form {
    font: 16px "helv";
}

form h2 {
    font: 30px "helv";
    margin-bottom: 30px;
}

form p {
    margin-bottom: 16px;
}

input[type=text], textarea, select {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 20px;
    border: 1px solid #ededed;
    box-shadow: none;
    background: transparent;
    margin: 6px 0;
    font: 16px "helv";
}

select {
    height: 43px;
    cursor: pointer;
    -moz-appearance: none;
    background-image: url("../images/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 89% center;
}

.file-input-fake {
    cursor: pointer;
}

.file-input-fake > img {
    vertical-align: middle;
}

/*.filter-wrap {*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*padding: 12px 15px 0px 12px;*/
/*}*/

select.filter-select {
    border: 1px solid #eee;
    height: 36px;
    padding: 0 20px 0 7px;
    font: normal 14px 'helv_m';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select_arrow.png) no-repeat right center;
    width: auto;
    flex-grow: 1;
}

input.filter-input {
    width: 77px;
    height: 36px;
    border: 1px solid #eee;
    margin: 6px 0;
    padding: 0 34px 0 10px;
    font: normal 16px 'helv_m';
    background: #fff url(../images/input_loop.png) no-repeat 96% 50%;
}

input.filter-input-price {
    width: 100px;
    height: 36px;
    border: 1px solid #eee;
    margin: 6px 0;
    padding: 0 34px 0 10px;
    font: normal 16px 'helv_m';
    background: #fff;
}

.filter-submit {
    width: 135px;
    border: 1px solid #c1c1c1;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 20px;
    flex-grow: 1;
}

.filter-submit:hover, .filter-submit:focus {
    background: #c1c1c1;
    color: #fff;
}

/*.filter-label {*/
    /*font-size: 16px;*/
/*}*/

/*.filter-group {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width: auto;*/
    /*flex-grow: 1;*/
/*}*/

/*.filter-group * + * {*/
    /*margin-left: 10px;*/
/*}*/

/*.filter-group + .filter-group {*/
    /*margin-left: 15px;*/
/*}*/

.filter-separate {
    flex-shrink: 2;
    flex-grow: 3;
    min-width: 15px;
}

.filter-saveinsession {
    padding: 6px 15px;
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width: 666px) {
    a.trade_link {
        height: 100%;
        line-height: 35px;
    }
}

@media screen and (max-width: 992px) {
    .filter-wrap {
        flex-wrap: wrap;
    }

    .filter-separate {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .filter-submit {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .filter-select[name="arrFilterSmart_1"],
    .filter-select[name="arrFilterSmart_166"] {
        flex-grow: 3;
        width: 80%;
    }

}

#tradein-form, #tradein-form-vin {
    box-sizing: border-box;
    max-width: 605px;
    padding: 40px 50px 0;
    background: #fff;
}

#tradein-form p, #tradein-form-vin p {
    margin-bottom: 4px;
}

input.input-right, select.input-right {
    float: right;
    width: 48%;
}

input.input-left, select.input-left {
    float: left;
    width: 48%;
}

form .gray {
    color: #ababab;
    font-size: 14px;
}

form .orange {
    color: #FF7E00;
    font-size: 14px;
}

/********************/
.clients_list .news-item {
    display: block;
    float: left;
    width: 32.9%;
    font-family: helv;
    margin: 10px 0;
    text-align: center;
    height: 294px;
    overflow: hidden;
}

.clients_list .news-item > a {
    display: block;
    margin-bottom: 5px;
}

/***********************/
.print-page {
    width: 1024px;
    margin: 0 auto;
    font-size: 0.9em;
}

.print-header {
    padding: 20px 0;
    border-bottom: 1px solid;
}

.print-page .catalog_in_photo > img {
    width: 49%;
    margin-top: 10px;
}

.print-page .catalog_in_photo > img:nth-child(2n) {
    float: right;
}

.print-page .catalog_in_right_wrap {
    padding: 20px 0px;
}

.catalog_in_right_wrap a.link4print {
    /*background: transparent none repeat scroll 0% 0%;*/
    /*color: #000;*/
    /*box-shadow: none;*/
    /*text-decoration: underline;*/
    /*margin-top: 20px;*/
    /*height: 16px;*/
    /*padding: 0px;*/
    /*font-family: 'Roboto';*/
    /*font-size: 17px;*/
    isplay: block;
    position: relative;
    padding: 5px 0 3px 58px;
    margin-bottom: 20px;
    max-width: 320px;
    margin: 0px auto;
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
    margin-left: 14px;
    margin-top: 20px;
    line-height: 23px;
    text-align: left;
}
.catalog_in_right_wrap a.link4print:before {
    content: " ";
    /*background: url(/upload/catalog/pdf.svg) no-repeat;*/
    -webkit-mask-image: url('/upload/catalog/pdf.svg');
    background-color: #ff9100;
    color: #000;
    position: absolute;
    top: -20px;
    left: -25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 55px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100px;
    height: 115px;
}

.print-page .catalog_in_right_wrap h3{
    margin-left: 0px;
}
.print-page .catalog_in_right_wrap h3:before{
    display: none;
}
.catalog_in_right_wrap a.link4printsave {
    position: relative;
    padding: 5px 0 3px 58px;
    margin-bottom: 0px;
    max-width: 320px;
    margin: 0px auto;
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
    margin-left: 14px;
    margin-top: 20px;
    line-height: 60px;
    text-align: left;
}
.catalog_in_right_wrap a.link4printsave:before {
    content: " ";
    /*background: url(/upload/catalog/mail.svg) no-repeat;*/
    -webkit-mask-image: url('/upload/catalog/mail.svg');
    background-color: #ff9100;
    color: #000;
    position: absolute;
    top: -20px;
    left: -25px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 55px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 100px;
    height: 115px;
}
.catalog_in_right_wrap .current-price{
    position: relative;
}

/*.catalog_in_right_wrap h3:before{*/
    /*content: " ";*/
    /*-webkit-mask-image: url('/upload/catalog/arrow.svg');*/
    /*background-color: #ff9100;*/
    /*color: #000;*/
    /*position: absolute;*/
    /*top: -12px;*/
    /*left: -20px;*/
    /*display: inline-block;*/
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*font-size: 55px;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*transform: translate(0, 0);*/
    /*width: 100px;*/
    /*height: 115px;*/
/*}*/

.catalog_in_right_wrap a.price_change {
    /*display: none;*/
    -webkit-mask: no-repeat center/200% url('/upload/catalog/arrow.svg');
    background-color: #ff9100;
    color: #000;
    position: absolute;
    left: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 55px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    min-width: auto;
    box-shadow: none;
}

.catalog_in_right_wrap{
    position: relative;
}
.catalog_in_right_wrap a.kre{
    line-height: 24px;
    padding: 12px 15px;
}
.print-page .index_address {
    margin-bottom: 0;
}

.print-page .index_address_item a.address_to_map {
    display: none;
}

.print-page .index_address_item p {
    font-size: 12px;
}

.print-page .index_address_item article {
    background: none;
}

.print-page .catalog_in_caption_left li p.yellow_p {
    color: #000000;
    font-weight: bold;
}

.print_page_contacts {
    /*float: right;*/
    margin-bottom: 20px;
}

.print_page_contacts .index_address_item {
    position: relative;
    margin: 0 -1px 0 0;
}

.print_page_contacts .index_address_item:last-child {

}

.print_page_contacts .index_address_item article {
    padding: 0px 25px;
}

.print-page table {
    width: 100% !important;
}

.news_in ul {
    margin: 1em 0 1em 30px;
}

.news_in ul li {
    list-style-type: disc;
}

ul.list, .section_desc ul {
    margin: 0 0 1em 1.5em;
}

ul.list li, .section_desc ul li {
    list-style-type: disc;
    padding: 0 0 10px 0;
}

.section_desc h1, .section_desc hr, .section_desc h2 {
    margin: 0 0 1.0em;
}

.section_desc {
    padding: 20px;
    float: none;
    clear: both;
}

.section_desc p {
    padding: 0 0 1em;
}

.section_desc .h2, .section_desc h2 {
    font-size: 16px;
    font-weight: bold;
}

img {
    max-width: 100%;
}

.img_list {
    position: relative;
    margin: 0px -2px;
}

.img_list span {
    width: 33.33%;
    float: left;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

h2.brand_name {
    display: block;
    clear: both;
    font-size: 1.5em;
    text-align: center;
    margin: 32px 16px 0px 16px;
    padding: 16px 0px;
    background: #fafafa;
}

.pdf {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    text-decoration: underline;
}

.pdf::before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 2.1em;
    color: #ff8a00;
}

.detail-right-block {
    float: right;
    width: 40%;
    padding-top: 30px;
}

.link-dopoblujianie {
    margin-top: 40px;
    text-align: center;
}

.link-dopoblujianie > a {
    display: inline-block;
    width: 32.5%;
    text-align: center;
    overflow: hidden;
}

.link-dopoblujianie > a > img {
    height: 100px;
}

.wrap_for_3_in_row .index_content_item .index_content_caption_title {
    font-size: 12px;

}

.wrap_for_3_in_row .index_price p {
    font-size: 14px;
}

@media print {
    .wrapper.ch, .kazan_wrap, .nav, .trust_us clear, .index_bot_cont_wrap3, footer {
        display: none;
    }

    .tell {
        float: right;
    }

    .index_content_item_area {
        width: 33.33%;
    }
}

h3.ttl {
    padding: 20px 0px;
    font-size: 1.4em;
}

.vacancy_accord {
    font-family: 'helv', sans-serif;
}

.vacancy_accord h3 {
    background: #fafafa;
    color: #000;
    font-family: 'helv', sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #ff9100;
    box-shadow: inset 0px -2px 0 rgba(235, 127, 0, 0.75);
    color: #ff9100;
}

.vacancy_accord h3:hover {
    background: #f08400;
    color: #fff;
}

.vacancy_accord h3.ui-state-hover,
.vacancy_accord h3.ui-state-active {
    border-color: #ff7e00 !important;
}

.vacancy_accord .ui-accordion-content, .vacancy_accord .ui-accordion-content p {
    background: none;
    font-family: 'helv', sans-serif;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.vacancy_accord .ui-accordion-content table {
    width: 100%;
    border: solid 1px #dddddd;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 20px 0;
}

.vacancy_accord .ui-accordion-content table th {
    font-weight: bold;
}

.vacancy_accord .ui-accordion-content table th, .vacancy_accord .ui-accordion-content table td {
    padding: 5px;
    border: solid 1px #dddddd;
}

.vacancy_accord ul {
    margin: 0 0 0 30px;
}

.vacancy_accord ul li {
    list-style-type: disc;
}

.icon_bloc {
    clear: both;
    margin: 10px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}

.icon_bloc::after {
    position: relative;
    content: '';
    clear: both;
    bottom: 0;
}

.icon_pic {
    height: 100px;
    width: 100px;
    display: flex;
    margin: 0 20px 0 0;

    float: left;
}

.icon_pic img {
    margin: auto;
    max-width: 100%;
    height: auto;
}

.icon_text {
    float: left;
    height: 100px;
    line-height: 100px;
}

.icon_text p {
    line-height: 100px;

}

.icon_text p b {
    font-size: 22px;
}

.reviews_btn {
    margin-top: 15px;
    padding-top: 0;
}

@media (max-width: 700px) {
    .vacancy_accord h3 {
        font-size: 15px !important;
    }

    .vacancy_accord .ui-accordion-content, .vacancy_accord .ui-accordion-content p {
        font-size: 13px;
    }
}

.trade_link.price_link {
    margin: 15px auto 0;
    padding: 0 10px;
    width: 140px;
    text-align: center;
}

.bot_item a {
    text-decoration: underline;
}

.section_desc a {
    text-decoration: underline;
}

.trade_in_icons {
    margin: 50px 0 0 0;
}

.trade_in_icons:after, .trade_in_icons .item:after {
    content: ' ';
    display: block;
    clear: both;
    margin: 0 0 15px;
}

.trade_in_icons .item {
    width: 260px;
    float: left;
    margin: 0;
}

.trade_in_icons p {
    text-align: center;
    padding: 15px 0px;
}

.trade_in_icons img {
    max-width: 100px;
    display: block;
    margin: 0 15px 0 0;
    float: left;
}

.trade_in_icons strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.4em;
}

.prop_list {
    height: auto;
}

.index_price_prop_list {
    height: 74px !important;
}

.prop_list li {
    line-height: 18px;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0 0 0 40px;
    margin: 4px 0;
    background-repeat: no-repeat;
    background-position: 15px 0px;
}

.prop_list li.prop_code {
    background-image: url("../images/ico_code.png");
}

.prop_list li.prop_year {
    background-image: url("../images/ico_year.png");
    background-position: 15px 3px;
}

.prop_list li.prop_probeg {
    background-image: url("../images/ico_probeg.png");
    background-position: 15px 5px;
}

.soc_list {
    float: right;
    width: 300px;
}

.soc_list li {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 2px;
}

.soc_list li .soc_item {
    width: 40px;
    height: 40px;
    margin: 0 1px 0 0;
    cursor: pointer;
    border-radius: 10px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.soc_vk {
    background: url(../images/new_images/soc-vk.svg);
    /* background: url(../images/soc.png); */

}

.soc_fb {
    background: url(../images/soc.png) -82px 0px;
    /*-webkit-filter: grayscale(0.8) ;*/
    /*filter: gray;*/
    /*filter: grayscale(0.8);*/
}

.soc_insta {
    background: url(../images/soc.png) -41px 0px;
}

.soc_youtobe {
    background: url(../images/new_images/soc-youtube.svg) -123px 0;
    /* background: url(../images/soc.png) -123px 0; */
}

.soc_tg {
    background: url(../images/new_images/soc-tg.svg);
}

.soc_list li:hover .soc_item {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.soc_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
}

.about_btn {
    clear: both;
}

.add_send_dir {
    background: #fff;
    color: #000 !important;
    border: 1px solid #ff7e00;
    font: normal 21px/50px 'helv' !important;
    height: 50px;
    display: block;
    text-align: center;
    margin: 70px auto 0px;
    max-width: 470px;
}

.statistik_about {
    width: 100%;
    height: 360px;
}

.statistik_about svg {
    background-image: url(../images/svg-bg.png);
}

.statistik_about svg line {
    stroke: #e37d1d;
    stroke-width: 2;
}

.statistik_about svg circle {
    stroke: #e37d1d;
    stroke-width: 2;
    fill: white;
}

/*contact list manager*/
.manager_form {
    display: none;
}

.manager_list {
    width: 100%;
    height: auto;
    padding: 0 0 80px;
}

.manager_item {
    width: 24%;
    min-width: 275px;
    height: 123px;
    padding: 43px 0.5%;
    margin: 0px 0 0;
    float: left;
}

.manager_item .manager_ico {
    width: 33%;
    margin: 0 3% 0 0;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
}

.manager_item .manager_text {
    width: 64%;
    height: 100%;
    float: left;
    position: relative;
}

.manager_text p.name {
    font-family: 'helv_b';
    margin: 0 0 5px;
}

.manager_text p.work_position {
    color: #ff7e00;
    font: normal 14px 'helv';
}

.manager_text p.contact {
    position: absolute;
    z-index: 1;
    bottom: 22px;
}

.manager_text p.contact_mail {
    bottom: 0;
    font-size: 13px;
}

.manager_item a.trade_link {
    border: 1px solid #ff7e00;
    font: normal 21px/50px 'helv' !important;
    height: 50px;
    display: block;
    text-align: center;
    max-width: 470px;
    color: #fff;
    font: normal 21px/40px 'helv_m';
    line-height: 70px;
    background: #ff7e00;
    margin: 20px auto 50px;
}

.call_back .manager_item {
    width: 100%;
    min-width: 290px;
    height: 180px;
    padding: 0;
    margin: 0;
    float: left
}

.call_back .manager_text p.name {
    font-size: 26px;
}

.call_back .manager_text p.work_position {
    font-size: 22px;
}

.call_back .manager_text p.contact {
    font-size: 20px;
}

.city_list {
    width: 100%;
    min-height: 45px;
    margin: 0 0 20px;
    overflow: hidden;
    /*background: linear-gradient(to top, #dadada 20 %, #ffffff 80 %);*/
}

.city_list li {
    width: 11% !important;
    float: left;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    background: #C4C4C4;
    margin-right: 1.6%;
 /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.175), rgba(255, 255, 255, 0.0875) 30 %, rgba(0, 0, 0, 0.0875) 60 %, rgba(0, 0, 0, 0.175));*/
}

.city_list li:last-child {
    margin: 0;
}

.city_list li:hover {
    background: #ff9100;
}

.city_list li p {
    font-family: 'helv';
    font-size: 16px;
}

li.con_gorod.active {
    background: #ff9100;
}

.city_list li:hover p, .city_list li.active p {
    font-family: 'helv_b';
}

.city_list {
    display: block;
}

.city_list_mob {
    display: none;
}

select.city_list_mob {
    border: 1px solid #FF7E00;
    height: 36px;
    padding: 0 20px 0 7px;
    font: normal 14px 'helv_m';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select_arrow.png) no-repeat right center;
    width: 100%;
    flex-grow: 1;

}

/*end contact list manager*/

@media (max-width: 1202px) {
    .container {
        width: 98% !important;
        margin: 0 1% !important;
    }

    .index_content {
        margin: 0 1%;
    }

    .trade_in_icons .item {
        width: 32%;
        margin: 0px 1% 0 0;
    }

    header.wrapper_new {
        margin: 10px 0;
    }

    header.wrapper_new .header {
        vertical-align: middle;
    }

    .header_block_nav {
        display: none;
    }

    .header_block {
        vertical-align: middle;
        width: auto;
    }

    .header_contact {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .tell {
        margin-right: 70px;
    }

    .header > .logo > img {
        width: 215px;
        max-width: 90%;
    }
}

@media (max-width: 1050px) {
    .trade_in_icons img {
        max-width: 70px;
    }

    .trade_in_icons strong {
        font-size: 1.2em;
    }
}

@media (max-width: 965px) {
    .city_list li {
        height: 35px;
        line-height: 35px;
    }

    .city_list li p {
        font-size: 12px;
    }
}

@media (max-width: 775px) {
    .index_content_item_area:not(.rtj) {
        width: 48% !important;
        padding: 15px 1%;
    }

    .city_list li {
        width: 33.3% !important;
    }

    .soc_list {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .city_list {
        display: none;
    }

    .manager_item_list {
        display: none;
    }

    .callblock {
        width: 100%;
    }

    .city_list_mob {
        display: block;
    }

    .contacts_caption {
        width: 100% !important;
    }

    .maps {
        width: 58% !important;;
    }
}

@media (min-width: 600px) {

    .trade_in_icons .item {
        max-width: none;
        float: left;
        width: 31.333%;
    }

    .trade_in_icons img {
        margin: 0px auto;
        float: none;
    }

    .trade_in_icons {
        margin: 70px 0px 60px;
    }

    .contacts_caption {
        width: 100% !important;
    }

    .maps {
        width: 58% !important;;
    }
}

/*@media (max-width: 451px) {*/
    /*.contacts_caption {*/
        /*width: 100% !important;*/
    /*}*/

    /*.maps {*/
        /*width: 58% !important;;*/
    /*}*/

    /*.tell {*/
        /*margin-right: 20px;*/
    /*}*/

    /*.city_list li {*/
        /*width: 50% !important;*/
    /*}*/

    /*.filter-saveinsession {*/
        /*text-align: left;*/
        /*margin-left: 15px;*/
    /*}*/

    /*.filter-group {*/
        /*margin-left: 15px;*/
    /*}*/

    /*.call_back .manager_text p.contact a {*/
        /*font-size: 15px !important;*/
    /*}*/
/*}*/

/************************************/
.favorite-area {
    position: fixed;
    top: 50%;
    right: 0;
    background: #fff;
    width: 600px;
    min-height: 100px;
    border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    -moz-transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
    -moz-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
    -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0 6px 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-height: 283px;
}

.favorite-area.active {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn-favorite-area {
    font-size: 16px;
    position: absolute;
    background: #ff9100;
    display: inline-block;
    text-align: center;
    width: 58px;
    cursor: pointer;
    vertical-align: top;
    zoom: 1;
    height: auto;
    color: #fff;
    min-height: 68px;
    width: 58px;
    left: -58px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    top: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-favorite-count {
    text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 13px;
    background-color: #292929;
    width: 20px;
    display: block;
    height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 20px;
    margin: 6px 0 0;
}

.btn-favorite-area:hover {
    background: #f08400;
}

.favorite-area-header {
    padding: 25px 20px 10px 25px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.favorite-area-list {
    padding: 0 20px 25px;
    overflow: auto;
}

.favorite-table {
    width: 100%;
}

.favorite-table td {
    vertical-align: middle;
    padding: 5px;
    font-weight: bold;
}

.favorite-table img {
    width: 120px;
}

.favorite-price {
    white-space: nowrap;
    font-size: 14px;
}

.call_back_expand {
    display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0;
}

.call_back_expand .manager_form {
    display: block;
    width: 296px;
    padding: 10px 30px;
    border: 1px solid #ff7e00;
    min-height: 228px;
}

.call_back_expand.call_back .manager_item {
    width: 480px;
    height: 250px;
    flex-shrink: 0;
}

.call_back_expand.call_back button {
    width: 100%;
}

.call_back_expand .manager_item .manager_ico {
    width: 200px;
    height: 254px;
}

.call_back_expand .manager_item .manager_text {
    width: 240px;
}

.call_back_expand .call_back .c_h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.call_back_expand .agreement {
    font-size: 8px;
    color: #cccccc;
    margin-bottom: 5px;
}

.call_back.call_back_expand .c_h2 {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .favorite-area {
        width: 240px;
    }

    .favorite-area-list {
        max-height: 400px;
        overflow: auto;
    }

    .favorite-table td {
        display: block;
        text-align: center;
    }

    .favorite-table tr {
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .call_back_expand {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .call_back_expand.call_back .manager_item {
        height: auto;
        width: 100%;
    }

    .call_back_expand .manager_item .manager_ico,
    .call_back_expand .manager_item .manager_text {
        margin: 15px auto;
        float: none;
        height: 250px;
    }

    .call_back_expand .manager_form {
        width: 100%;
        box-sizing: border-box;
    }

    /*.trust_item .b_h2 {*/
    /*    font-size: 18px;*/
    /*}*/
}

.phone_t {
    float: right;
    /*margin-top: 10px;*/
}

.phone_t a {
    font: normal 18px 'helv_r';
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
}

.fil-b {
    height: 37px;
    background-color: #ff9100;
    box-shadow: inset 0.8px -3.9px 0 rgba(235, 127, 0, 0.75);
    display: inline-block;
    color: #fff;
    font: normal 16px/38px 'helv_r';
    padding: 0 15px;
    border: none;
    cursor: pointer;

}

.call_phone_2 {
    display: block;
    height: 20px;
}

.print_header_line_style {
    display: block;
    margin-top: 5px;
    font: normal 18px 'helv_r';
    font-weight: unset;
}

.print_header_line_style a {
    font-weight: unset !important;
}