/* Global */

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Museo Sans Cyrl 500", tahoma, arial, sans-serif;
    font-size: 14px;
}

body {
    background-color: #fff;
}

*:focus {
    outline: none;
}

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


/*-------------------------------------------------------*/
/* Wrapper */
/*-------------------------------------------------------*/

#layout{
    height: 100%;
}

.main-container {
 /*   min-height: 100%; */
    position: relative;
    background-color: #fff;
}

/*-------------------------------------------------------*/
/* header */
/*-------------------------------------------------------*/

.col-sm-5 .logo {
    z-index: 2;  /* Поверх блоков меню (внизу) */
}
.col-sm-7 {
    z-index: 1;
}


#header {
    position: relative;
    color: #222;
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    font-size: 14px;
}

/*- фиксированная шапка -*/
.fixed_block {
    margin-top: -50px;
    position: fixed !important;
    left: 0;
    right: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/**/
#header .top_wrapper_buffer {
    min-height: 118px;
}

#header .top_wrapper svg {
    width: 100%;
    height: 100%;
}

#header .top_wrapper_back {
    background: url(../images/bg-head.png) center #cecece;
    z-index: 100;
    border-bottom: solid 4px rgb(236, 236, 236);
}

#header .top_wrapper {
    padding-top: 20px;
    padding-bottom: 14px;
}

#header .right_block {
    margin-left: 60px;
    /* margin-top: 33px; */
    position: relative;
    top: 51px;
}

#header .right_block .right_top_block {
    height: 40px;
  /*  border-bottom: 3px solid #e95e3c; */
  /*  background: #ffa232; */
}

#header .right_block .right_top_block {
    margin-top: -10px;
}


#header .right_block .top_mmenu {
    display: none;
    cursor: pointer;
}

#header .right_block .top_mmenu .icon {
    width: 16px;
    height: 16px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

#header .right_block .top_mmenu .label {
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

#header .right_block .top_mmenu .icon svg {
    fill: #111;
}

/*--*/

#header .search_block {
    position: relative;
}

#header .search_block .searchB {
    margin-top: 0;
    padding: 10px;
    position: relative;
    z-index: 1;
}

#header .search_block .searchB .icon {
    width: 15px;
    height: 14px;
}


#header .search_block input[name="q"] {
    position: absolute;
    border: 1px solid #ddd;
    padding: 3px 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    opacity: 0;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
    z-index: 1;
}

#header .search_block:hover input[name="q"] {
    opacity: 1;
    width: 180px;
}

/**/

#header .right_block .right_bottom_block {
    margin-top: 13px;
}

/**/

#header .right_block .right_bottom_block .main_mmenu {
    display: none;
    cursor: pointer;
    padding: 12px;
    width: 42px;
    height: 39px;
    float: right;
    margin-top: -44px;
}

#header .right_block .right_bottom_block .main_mmenu .icon {
    width: 16px;
    height: 16px;
    margin: auto;
}

#header .right_block .right_bottom_block .main_mmenu .icon svg {
    fill: #fff;
}

/**/

#header .right_block .right_bottom_block > div {
    width: 160px;
    float: left;
}

#header .right_block .right_bottom_block .call_req {
    width: 221px;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: absolute;
    top: -48px;
    right: 115px;
}

#header .right_block .right_bottom_block .call_req .num a {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #333;
}

#header .right_block .right_bottom_block .call_req .text {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

/*
#header .right_block .right_bottom_block .call_req .text:hover {
    color: rgba(44, 44, 44, 0.81);
    font-size: 13px;
}
*/

#header .right_block .right_bottom_block > div a {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
}

#header .right_block .right_bottom_block > div a .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

#header .right_block .right_bottom_block > div a .label {
    padding-left: 55px;
}

#header .right_block .right_bottom_block > div a:hover .label {
    color: #dd0017;
}

#header .right_block .right_bottom_block .cats_menu,
#header .right_block .right_bottom_block .order_car {
    position: relative;
}

#header .right_block .right_bottom_block .order_car {
    margin-left: 25px;
}



#header .right_block .right_bottom_block .cats_menu > a .icon {
    width: 38px;
    height: 36px;
    margin-top: 3px;
}

#header .right_block .right_bottom_block .order_car > a .icon {
    width: 40px;
    height: 35px;
    margin-top: 5px;
}

#header .right_block .right_bottom_block .cats_menu > a .icon svg,
#header .right_block .right_bottom_block .order_car > a .icon svg {
    fill: #c20d20;
}


/**/

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu {
    /*display: none;*/
    position: absolute;
    right: -50%;
    top: 40px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    width: 370px;
    z-index: 10;
    padding: 25px;

    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#header .right_block .right_bottom_block .cats_menu:hover .cats_ddmenu {
    /*display: block;*/

    opacity: 1;
    visibility: visible;
    -webkit-transition: margin 0.3s ease 0s;
    -moz-transition: margin 0.3s ease 0s;
    -o-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
    margin: 0;
    z-index: 11;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu a {
    display: block;
    text-decoration: none;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .image,
#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .text {
    display: inline-block;
    vertical-align: middle;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .image {
    padding-right: 15px;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .text {
    padding-left: 15px;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu a:hover .text {
    color: #c20d20;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .image {
    width: 110px;
    height: 65px;
    position: relative;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .more {

}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .more a {
    text-transform: uppercase;
    background-color: #111;
    padding: 10px 25px;
    display: inline-block;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

#header .right_block .right_bottom_block .cats_menu .cats_ddmenu .more a:hover {
    background-color: #252525;
}

.lastnews_block {
    background: #bbbbbb;
}
.laststock_block {
    background: #fff no-repeat center;
}
.lastreviews_block {
    background: url(../images/bg-orange.png) no-repeat center;
}


/**/

#header .top_wrapper_back.fixed_block .logo {
    width: 292px;
    height: 50px;
    margin-top: 19px;
    padding-top: 3px;
}

#header .top_wrapper_back.fixed_block .logo img {
    max-width: 83%;
    max-height: 160%;
    position: relative;
    top: 16px;
}

#header .top_wrapper_back.fixed_block .right_block {
    margin-left: 0;
}

#header .top_wrapper_back.fixed_block .right_block .right_top_block {
    /* display: none; */
    margin-left: 60px;
    margin-top: 45px;
    top: -15px;
    position: relative;
}

#header .top_wrapper_back.fixed_block .right_block .right_bottom_block {
    margin-top: 0;
}

#header .top_wrapper_back.fixed_block .topmenu .menu > li > a > span {
    display: block;
    padding: 11px 18px;
}

#header .top_wrapper_back.fixed_block .right_block {
    padding-top: 1px;
    padding-bottom: 14px;
}

#header .top_wrapper_back.fixed_block .topmenu .menu > li > a:before {
    top: -10px;
}

#header .top_wrapper_back.fixed_block .right_bottom_block .call_req {
    margin-top: 34px;
}

/*--------------------------------------------------*/
/* всплывающие окна */
/*--------------------------------------------------*/
#header .right_block .popup_block {
    position: absolute;
    top: 53px;
    left: 0;
    display: none;
    background-color: rgba(0, 40, 80, 0.8);
    padding: 20px 30px;
    z-index: 20;
}

#header .right_block .popup_block .close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

#header .right_block .spares.popup_block,
#header .right_block .carinspect.popup_block,
#header .right_block .testdrive.popup_block {
    max-width: 725px;
    width: 100%;
    top: 137px;
}

#header .form_block {

}

#header .form_block .field {
    margin-bottom: 20px;
}

#header .form_block .label {
    font-family: "Trebuchet MS Regular", tahoma, arial, sans-serif;
    font-size: 28px;
    line-height: 20px;
    color: #fff;
    padding: 13px 0;
}


#header .form_block input[type="text"] {
    border: 0;
    padding: 13px;
    font-family: "Trebuchet MS Regular", tahoma, arial, sans-serif;
    font-size: 20px;
    line-height: 18px;
    color: #787878;
    width: 100%;
}

#header .form_block textarea {
    border: 0;
    font-family: "Trebuchet MS Regular", tahoma, arial, sans-serif;
    font-size: 20px;
    line-height: 18px;
    color: #333;
    height: 230px;
    width: 100%;
    padding: 10px;
}

#header .form_block input[type="submit"] {
    font-family: "Trebuchet MS Regular", tahoma, arial, sans-serif;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    background-color: #be001e;
    border: 0;
    width: 150px;
    text-align: center;
    padding: 5px 0;
}

/*--*/


.auto-footer {
    position: absolute;
    top: -122px;
    left: 0;
}

.about_txt {
    color: #0c0c0c;
    font-size: 16px;
}



.to_order, .cats_nav, .cat_title, .cat_photo {
    display: none;
}


/*--*/

.social_links_block {
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    vertical-align: middle;
}

.social_links_block svg {
    fill: #333;
}

.social_links_block a {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

/*--*/

#header .logo, #header .logo_text {
    /* text-align: center; */
    margin-left: 30px;
}

#header .logo_text {
    margin-top: 5px;
}

.logo img {
    height: 84px;
}

/*--*/

#header #menuB {
    width: 48px;
    height: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    display: none;
}

#header #menuB a {
    display: block;
    text-decoration: none;
    padding: 10px;
}

#header #menuB a:hover {
    background-color: #e86054;
}

.mm-listview { font-size: 15px !important; }
.mm-listview .links:after { display: none !important; }


/*---------*/
#header > .container {
    position: relative;
}


.col-xs-9 {
    display: none;
}


/*--*/

.button1 a {
    display: inline-block;
    background-color: #C20D20;
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
}

.button1 a:hover {
    text-decoration: none;
    background-color: rgba(194, 13, 32, 0.63);
    color: #fff;
}

.button2 a {
    display: inline-block;
    background-color: #338ec9;
    border-radius: 5px;
    font-family: "PT Sans Bold", Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
}

.button3 a {
    display: inline-block;
    background-color: #2cb1e9;
    border-radius: 5px;
    font-family: "PT Sans Bold", Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 13px 45px;
    text-align: center;
    text-decoration: none;
}

.button3 a:hover {
    background-color: #2c98cb;
}

/*-------------------------------------------------------*/
/* слайдер (на главной) */
/*-------------------------------------------------------*/

#header .mainmenu_wrapper {
}

#header .main_slider {
    position: relative;
    /*border-top: 2px solid #c6c6c7;*/
    max-height: 480px;
    overflow: hidden;
}

#header .main_slider .images {

}

#header .main_slider .contents {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 0;
   /* background-color: rgba(0,0,0,0.7); */
    z-index: 2;
    color: #fff;
}


#header .main_slider .contents .nav_block {
    display: inline-block;
    vertical-align: top;
}

#header .main_slider .contents .nav_block .slider_dots {
    margin-top: 20px;
}

#header .main_slider .contents .items {
    /*display: inline-block;
    vertical-align: top;
    width: 77%;
    margin-left: 170px;*/
}

#header .main_slider .contents .item .title a {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#header .main_slider .contents .item .desc {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 15px;
    color: #fff;
}



/* кнопка онлайн чата */
.chat_button {
    position: fixed;
    left: 0;
    top: 328px;
    z-index: 999;
    display: none;
}



/*-------------------------------------------------------*/
/* главное меню (на главной) */
/*-------------------------------------------------------*/
.mainmenu_wrapper {
    /*position: relative;*/
}

.mainmenu_wrapper .mainmenu {
    top: 165px;
    right: 10px;
    z-index: 20;
    position: fixed;
    display: none;
}

.fixed {
    position: fixed !important;
    z-index: 30;
}

/*-------------------------------------------------------*/
/* слайдер моделей (на главной) */
/*-------------------------------------------------------*/
.lastmodels_block,
.laststock_block,
.lastnews_block,
.lastreviews_block {
    /*margin-top: 30px;*/
    padding: 55px 0;
}

.lastmodels_block .items {
    padding: 0 1px;
}
.lastmodels_block .item {
    position: relative;
    /*width: 282px;*/
    /*height: 235px;*/
}

.lastmodels_block .item a {
    text-decoration: none;
}


.lastmodels_block .item .photo {
    width: 100%;
    height: 185px;
    position: relative;
    border: 1px solid #d7d7d7;
}

.lastmodels_block .item:hover .photo,
.model_list_item:hover .photo {
    border: 1px solid #555;
}

.lastmodels_block .item .photo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}

.lastmodels_block .item .title {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 20px;
    color: #222;
    margin-top: 15px;
}

.lastmodels_block .item a:hover .title,
.model_list_item:hover .title a {
    color: #c20d20;
}

.lastmodels_block .item .price {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 20px;
    color: #002350;
    margin-top: 6px;
}

/*-------------------------------------------------------*/
/* последние акции (на главной) */
/*-------------------------------------------------------*/

.laststock_block .nav_block,
.lastnews_block .nav_block,
.lastmodels_block .nav_block,
.lastreviews_block .nav_block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lastmodels_block .head,
.laststock_block .head,
.lastnews_block .head,
.lastreviews_block .head {
    display: inline-block;
    vertical-align: middle;
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 28px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 20px;
}

.lastmodels_block .head a,
.laststock_block .head a,
.lastnews_block .head a,
.lastreviews_block .head a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.lastmodels_block .head a:hover,
.laststock_block .head a:hover,
.lastnews_block .head a:hover,
.lastreviews_block .head a:hover {
    color: #c20d20;
}

.lastmodels_block .items,
.laststock_block .items,
.lastnews_block .items,
.lastreviews_block .items {
    margin-top: 40px;
}


.laststock_block .item {
}

.laststock_block .item a {
    text-decoration: none;
}

.laststock_block .item .photo {
    height: 280px;
    position: relative;
    overflow: hidden;
}

.laststock_block .item .photo img {
    height: 100%;
    /*max-width: 100%;*/
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.laststock_block .item .info {
    margin-top: 20px;
    text-align: center;
}

.laststock_block .item .title {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 26px;
    color: #fff;
}

.laststock_block .item a:hover .title {
    color: #c20d20;
}

.laststock_block .item .desc {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

/*-------------------------------------------------------*/
/* последние новости (блок на главной) */
/*-------------------------------------------------------*/

.lastnews_block .item,
.news_list_item {
    /*padding: 35px 15px;
    background-color: #fff;*/
}

.lastnews_block .item .photo,
.news_list_item .photo {
    width: 236px;
    height: 235px;
    position: relative;
    background-color: /*#7f7f7f; */
    overflow: hidden;
}

.lastnews_block .item .photo img,
.news_list_item .photo img {
    /*max-width: 100%;
    max-height: 100%
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;*/
    height: 100%;
    width: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.lastnews_block .item .photo:hover img,
.news_list_item .photo:hover img {
    transform: scale(1.1);
}

.lastnews_block .item .photo a,
.news_list_item .photo a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.lastnews_block .item .info,
.news_list_item .info {
    padding: 25px;
    background-color: #fff;
    width: 360px;
    margin-top: 30px;
}

.lastnews_block .item .pubdate,
.news_list_item .pubdate {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    margin-top: 10px;
}
.quantity{
    font-weight:bold;
}
.eye {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    vertical-align: bottom;
}
.eye:before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(../images/icons/eye.png);
    background-repeat: no-repeat;
}

.lastnews_block .item .title a,
.news_list_item .title a {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #222;
    text-decoration: none;
}

.lastnews_block .item .title a:hover,
.news_list_item .title a:hover {
    color: #dd0017;
}

.lastnews_block .item .desc,
.news_list_item .desc {
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    margin-top: 10px;
}

/*-------------------------------------------------------*/
/* последние отзывы (блок на главной) */
/*-------------------------------------------------------*/
.lastreviews_block {
    position: relative;
    background: #ececec;
}

.lastreviews_block .head_button {
    margin-top: 5px;
}

.lastreviews_block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
/*    background: url("../images/review_pattern.png"); */
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 0;
}

.lastreviews_block .items {

}

.lastreviews_block .items .item {
    padding: 25px;
    border: dashed 2px #545454;
    height: 226px;
}

.lastreviews_block .items .item:hover {
    border: dashed 2px #131313;
}

.lastreviews_block .items .item .author {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
}

.lastreviews_block .items .item .pubdate {
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin-top: 5px;
}

.lastreviews_block .items .item .text {
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}


/*-------------------------------------------------------*/
/* instagram-виджет (главная) */
/*-------------------------------------------------------*/
.instagram_block {
    margin-top: 30px;
    background-color: #f0f0f0;
    padding: 30px;
}

.instagram_block .nav {
    font-family: "PT Sans Bold", Arial, Tahoma, sans-serif;
    color: #201f1e;
    line-height: 24px;
}

.instagram_block .nav .title {
    font-size: 18px;
    float: left;
}

.instagram_block .nav .title a {
    color: inherit;
    text-decoration: none;
}

.instagram_block .nav .title .icon {
    background: url("../images/sprites.png") no-repeat;
    background-position: -56px 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.instagram_block .nav .detail_info {
    font-size: 14px;
    font-family: "PT Sans", Tahoma, Arial, sans-serif;
    float: right;
    color: #292720;
}

.instagram_block .content_block {
    margin-top: 30px;
}

.instagram_block .content_block .item {
    float: left;
}

.inpage .instagram_block .content_block .item {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.instagram_block .content_block .item .photo {
    overflow: hidden;
    background-color: #aca4a4;
    height: 190px;
    width: 190px;
    margin-left: 30px;
}

.instagram_block .content_block .item:nth-child(1) .photo {
    margin-left: 0;
}

.instagram_block .content_block .item .photo img {
    width: 100%;
}

/*-------------------------------------------------------*/
/* banner block */
/*-------------------------------------------------------*/
.banner_block {
    margin-top: 30px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.banner_block .photo {

}

.banner_block .photo img {
     height: 100%;
}

.banner_block .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(44, 177, 233, 0.6);
    padding: 10px 30px;
}

.banner_block .title a {
    font-family: "PT Sans Bold", Tahoma, Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
}



/*-------------------------------------------------------*/
/* карта */
/*-------------------------------------------------------*/
.map_block {
    margin-top: 40px;
}

/*-------------------------------------------------------*/
/* Body */
/*-------------------------------------------------------*/

#body{
    position: relative;
    /*margin-bottom: 30px;*/
    /*min-height: 1000px;*/
}

#body .content_title.hide_title h1 {
    display: none;
}

#body .content_title  {
    font-family: "Museo Sans Cyrl 900", sans-serif;
}

#body .content_title,
#body .content_title h1 {
    color: #222;
    font-size: 30px;
    margin: 0;
}

#body .content_title {
    margin-top: 10px;
}


#body .content_title h1 {
    padding: 0;
    position: relative;
}


/**/

.head_button {
    float: right;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

#body .content_title .category_desc {
    position: relative;
    font-family: "PT Sans", Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #787878;
    margin-top: 10px;
}


/* боковое меню */
#body .left_menu {

}

/*-------------------------------------------------------*/
/* user profile */
/*-------------------------------------------------------*/
#user_profile_header {
    margin-top: 30px;
    padding: 30px 30px 10px;
    background-color: #fff;
}

#user_profile_tab_content,
#users_karma_log_window,
#user_profile_wall,
#user_profile {
    padding: 10px 30px;
    background-color: #fff;
}

/*-------------------------------------------------------*/
/* Breadcrumbs */
/*-------------------------------------------------------*/

#breadcrumbs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    z-index: 1;
}

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
}

#breadcrumbs ul li {
    float: left;
    font-family: "Museo Sans Cyrl 300", Arial, Tahoma, sans-serif;
    font-size: 14px;
    color: #666;
}

#breadcrumbs ul li a {
    color: #666;
    text-decoration: none;
}

#breadcrumbs ul li a:hover {
    text-decoration: underline;
}

#breadcrumbs ul li.sep {
    margin: 0 5px;
    width: 4px;
    /*background: url("../images/nav-arrow-right-light.png") no-repeat left center;*/
}

#breadcrumbs ul li.home {
    /*width: 16px;*/
}

#breadcrumbs ul li.home a {
    /*display:block;*/
    /*width:16px;*/
    /*height:32px;*/
    /*background: url("../images/nav-home.png") no-repeat left center;*/
}


/*-------------------------------------------------------*/
/* меню действий */
/*-------------------------------------------------------*/
#action_menu  {
    float: right;
    position: relative;
    z-index: 1;
    padding: 7px;
    margin-top: 70px;
}

#action_menu .menu {
    list-style: none;
}


#action_menu .menu .item {
    padding-left: 25px;
    background-repeat: no-repeat;
    color: #363636;
    text-decoration: none;
}

#action_menu .menu .item:hover {
    text-decoration: underline;
}



/*-------------------------------------------------------*/
/* SQL Debug */
/*-------------------------------------------------------*/

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}

/*-------------------------------------------------------*/
/* Site offline notice */
/*-------------------------------------------------------*/

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}



/*-------------------------------------------------------*/
/* footer */
/*-------------------------------------------------------*/

#footer {
    position: relative;
}

#footer svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

/*--*/

#footer .top_panel {
    position: relative;
    padding: 0;
    color: #fff;
    overflow: hidden;
}

#footer .top_panel .map {
    height: 375px;
}

#footer .top_panel .contact_block_wrapper {
    position: relative;
}

#footer .top_panel .contact_block {
    background-color: rgba(17, 17, 17, 0.8);
    width: 390px;
    height: 375px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#footer .top_panel .contact_block .content {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #e6f2f8;
    padding: 40px;
}

#footer .top_panel .contact_block .content > div {
    margin-bottom: 25px;
    position: relative;
}

#footer .top_panel .contact_block .content .label {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}

#footer .top_panel .contact_block .content .value {
    font-family: "Museo Sans Cyrl 500", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin-top: 5px;
}

#footer .top_panel .contact_block .content .address .icon {
    width: 15px;
    height: 20px;
}

#footer .top_panel .contact_block .content .phone .icon {
    width: 15px;
    height: 20px;
}

#footer .top_panel .contact_block .content .email .icon {
    width: 20px;
    height: 16px;
}

#footer .top_panel .contact_block .content .schedule .icon {
    width: 20px;
    height: 20px;
}


#footer .bottom_panel #copyright a {
    color: #fff;
    text-decoration: none;
}

/*--*/

#footer .bottom_panel {
    position: relative;
    background: #797979;
    padding: 5px 0;
    font-family: "Museo Sans Cyrl 500", tahoma, arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

#footer .bottom_panel #copyright {
    font-family: "SourceSansPro Light", tahoma, arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: white;
    margin-top: -8px;
    margin-bottom: 13px;
    text-shadow: -3px 1px 7px rgba(0, 0, 0, 0.32);
}

#footer .bottom_panel .knopki {
    /*float: right;
    display: inline-block;
    vertical-align: middle;*/
    margin-top: -8px;
}

#footer .bottom_panel .knopki > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#footer .bottom_panel .knopki .sitemap{
    margin: 0;
}

.sitemap {
    height: 30px;
}

#footer .bottom_panel .knopki .sitemap a{
    color: #fff;
    text-decoration: none;
}

/*----*/

#google_translate_element {
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

#header .multilang_block .cur_lang font {
    pointer-events: none;
}


.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

ymaps[class$="controls-pane"] *,
ymaps[class$="searchpanel-pane"] */*,
ymaps[class*="-copyright"] **/ {
    display: none;
}


/* всплывающие окна */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    /*padding-top: 100px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-open {
    overflow: hidden;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 100px auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    min-width: 320px;
    max-width: 450px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@-webkit-keyframes animateleft {
    from {left:-260px; opacity:0}
    to {left:0; opacity:1}
}

@keyframes animateleft {
    from {left:-260px; opacity:0}
    to {left:0; opacity:1}
}

.modal-content > .close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-content > .close:hover,
.modal-content > .close:focus {
    color: #000;
    text-decoration: none;
}

.modal-content > .close svg {
    width: 100%;
    height: 100%;
    fill: #222;
    stroke-width: 5%;
    stroke: #222;
}

.modal-body {
    padding: 35px 45px;
}

.modal-open {
    overflow: hidden;
}

/**/

.modal form .form-tabs {
    margin-top: 30px;
}

.modal form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.modal form input,
.modal form textarea,
.modal form .input:focus,
.modal form .textarea:focus {
    box-shadow: none;
}

.modal form input,
.modal form textarea {
    font-family: "Museo Sans Cyrl 300", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    border: solid 1px #d7d7d7;
    padding: 8px 15px;
}

.modal form .field label {
    color: #222;
}

.modal form .field {
    margin-bottom: 15px;
}

.modal form .buttons .button-submit {
    font-family: "Museo Sans Cyrl 700", sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    background-color: #c20d20;
    padding: 14px 30px;
    border: 0;
}

.modal form .buttons .button-submit:hover {
    background-color: #ab0c1d;
}

/**/

.modal .modal-content .form_table .head {
    font-family: "Museo Sans Cyrl 900", sans-serif;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

#feedbackBox .modal-content {

}

/**/

#adaptiveMenuBox .modal-content,
#adaptiveFloatMenuBox .modal-content {
    margin: 0;
}

#adaptiveMenuBox .modal-content {
    max-width: 145px;
    min-width: 145px;
}

#adaptiveMenuBox .modal-content .modal-body, 
#adaptiveFloatMenuBox .modal-content .modal-body {
    padding: 10px;
}

#adaptiveFloatMenuBox .modal-content {
    max-width: 256px;
    min-width: 256px;
}

/**/

#callBox #date {
    width: 120px;
}

.cosial{
    display: flex;
    margin: 20px 0px;
    justify-content: center;
}
.cosial a {
    display: block;
    width: 52px;
    height: 50px;
    background: rgba(0, 0, 0, 0.07);
    padding: 13px;
    box-sizing: border-box;
    transition: .2s linear;
    margin: 0 5px;
    border-bottom: rgba(10, 10, 10, 0.66) solid;
    border-radius: 26px;
}
.cosial a:hover{
    background: rgba(232, 85, 85, 0.6);
}
.cosial img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
	