
/*
    Детальная страница сервисов
*/
.q-servicesList .code {
    margin-left:0px;
}
.q-servicesList .itemPrice {
    /*float: none;*/
}
.q-servicesList .itemShields {
    position: absolute;
    top: 0px;
    left: 20px;
}

/*
    Список товаров
    из css.css
    TODO: перенести в css.css и main.css
*/
.q-revised-container .buyBox .priceContainer {
    padding: 0 20px 5px 20px;
}

.q-revised-container .goodOfTheDay .addToCart {
    margin-bottom: 7px;
}

.q-revised-container .itemTitle a {
    color: #0085CF;
}

/* список товаров и услуг */

.q-left-column .ban { margin-top: 0; }
.q-left-column .banner_top .banner { margin: 5px 0 20px; }

/* чекбокс "в сравнение" */
.q-servicesList .item .buyBox { position: relative; }
.q-servicesList .checkboxLine { position: absolute; bottom: 0; left: 0; right: 0; padding: 10px 20px; border: 0; border-top: 1px solid #e5eaef; }

/*
    Новости
*/
.q-title h1 {
    padding-left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-transform: none;
    margin: 25px 0 18px 0;
}
.q-default-list {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border-radius: 5px;
    padding: 20px;
    background: white;
}
.q-default-list .item {
    margin-bottom: 40px;
}
.q-default-list .item:last-child {
    margin-bottom: 0px;
}
.q-default-list .item .pic {
    width: 220px;
    height: 150px;
    float: left;
    margin: 0px;
}
.search-articles .item .pic {
    text-align: center;
    line-height: 150px;
}
.search-articles .search-articles_img{
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.q-default-list .item .news_element_text {
    margin-left: 240px;
}
.q-default-list .item .news_element_text {
    margin-left: 240px;
    font-size: 13px;
}
.q-default-list .item .news_element_text .date {
    color: #9A9A9A;
    margin-bottom: 10px;
}
.q-default-list .item .news_element_text .theme {
    margin-bottom: 10px;
}
.q-right-column {
    float:left;
}
.q-right-column.q-right-column-services .q-sorter,
.q-right-column.q-right-column-services .q-goodsInSection {
    display: none;
}

.q-right-column.q-right-column-services.hasCompare .q-sorter {
    margin-bottom: 16px;
    display: block;
}

.q-right-column.q-right-column-services .q-goodsList .item.servicesItem .list_wish .js-repairable-wl-buttons,
.q-right-column.q-right-column-services .q-goodsList .item.servicesItem .list_wish {
    display: none;
}
.q-left-column {
    margin-top:0;
}
.q-left-column .static_menu ul {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: white;
}
.q-left-column .static_menu li,
.q-left-column .static_menu li.active
.q-left-column .static_menu li.active:hover {
    width: 100%;
    box-sizing: border-box;
    display: table;
    float: none;
    height: 39px;
    margin: 0;
    padding: 0 0px 0 0px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border: none;
    background: none;
}
.q-left-column .static_menu li:hover {
    background: #F9F9F9;
}
.q-left-column .static_menu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.q-left-column .static_menu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.q-left-column .static_menu a {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0px 10px 0px 20px;
    vertical-align: middle;
    line-height: 13px;
    box-shadow: none;
}
.q-left-column .static_menu a:hover {
    color: #B4213B;
}
.q-left-column .static_menu .active, .q-left-column .static_menu .active:hover {
    background: none;
    border: none;
}
.q-left-column .static_menu .active a, .q-left-column .static_menu .active a:hover {
    float: none;
    margin: 0;
    box-shadow: none;
    background: none;
    color: #B4213B;
    padding: 5px 10px 5px 20px;
    font-weight: normal;
    cursor: pointer;
}
.q-left-column .static_menu .active a:hover {
    background: #F9F9F9;
    color: #B4213B;
}
.q-news-nav {
    margin: 40px 0;
    text-align: center;
}
.q-news-nav .pager {
    display: inline-block;
}

/*
    Шаблон чекаута
*/

.q-header-order {
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 2px 0 0 #FFFFFF;
}

.q-header-order .logo-container {
    display: block;
    width: 100%;
    height: 60px;
    padding: 30px 0;
}
.q-header-order .logo-container .q-phone-block {
    float: right;
    position: relative;
    top: 9px;
}
.basketNavagationBlock {
    width: 100%;
}

/*
    Подписка
*/
.q-footer-subscribe {
    width: 75%;
}
.q-footer-subscribe-response {
    text-align: center;
    /*margin-left: 400px;*/
}
.q-footer-subscribe-response span:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
    height: 14px;
}
.q-footer-subscribe-text-ok:before {
    background: url("../../images/redesign3/icon-in-cart.png");
}
.q-footer-subscribe-text-error:before {
    /*background: url("/static/images/redesign3/icon-in-cart.png");*/
}

.catalogue_bottom { display: none; }

/* BEGIN 404 */
.page-404 {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
}
.page-404__header {
    height: 90px;
    margin-top: 11px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #F5F5F5;
}
.page-404__image {
    width: 119px;
    height: 75px;
    margin: 15px 30px 0;
}
.page-404__header-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #262626;
    margin-top: 0;
}
.page-404__header-description {
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    margin: 0;
}

.page-404__actions {
    margin-top: 10px;
    margin-bottom: 90px;
}
.page-404__actions-header {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #262626;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-404__actions .promotion__promotion {
    display: inline-block;
    float: left;
    margin-right: 36px;
    max-width: 273px;
}
.page-404__actions .promotion__promotion:last-of-type {
    margin-right: 0;
}
.page-404__actions .promotion__promotion-img {
    width: 273px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.page-404__actions .promotion__promotion-date {
    font-size: 14px;
    line-height: 16px;
    color: #9D9D9D;
    margin-bottom: 10px;
}
.page-404__actions .promotion__promotion-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 10px;
}
.page-404__actions .promotion__promotion-info {
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}
.page-404__actions .clear {
    clear: both;
}
/* END 404 */

/* BEGIN магазины */
.shops-header {
    font-family: Graphik_LC, Arial, sans-serif;
    font-weight: 500;
}

.shop_list_tabs_checker { display: inline-block; float: right; margin: 8px 0 0; padding: 0; height: 28px; text-align: center; }
.shop_list_tabs_checker br { display: none; }

.shop_list_tabs_checker li:first-child { border-radius: 4px 0 0 4px;}
.shop_list_tabs_checker li:last-child { border-radius: 0 4px 4px 0; border-right: 1px solid #c9c9c9; }
.shop_list_tabs_checker li { border-left: 1px solid #c9c9c9; border-top: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9;margin: 0; padding: 0 10px; height: 28px; min-width: 78px; background-color: #fff; text-align: center; overflow: hidden;  }
.shop_list_tabs_checker li a, .shop_list_tabs_checker li a:hover { display: inline-block; border: 0 !important; line-height: 28px; color: #6f7478; }
.shop_list_tabs_checker li:hover { background-color: #f9f9f9; color: #76bc21; }
.shop_list_tabs_checker li:active { background-color: #76bc21; color: #fff; }
.shop_list_tabs_checker a:active { color: #fff !important; }
.shop_list_tabs_checker li span { display: none; }
.shop_list_tabs_checker li.active { background: #76bc21; }
.shop_list_tabs_checker li.active a { float: none; padding: 0; background: none; color: #fff; font-weight: normal; }
.shop_list_tabs_checker li.active span { display: none; }

.shop_list_tabs { clear: both; margin: 30px 0 0;}

.section_title.citilist h3 {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Graphik_LC, Arial, sans-serif;
    font-weight: 500;
}

.section_title.citilist {
    display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
}
.section_title.citilist.roznica {
    padding:27px 0 3px;
}
.section_title.citilist .shipping_title {
    padding: 1px 1.7% 0;
}
.section_title.citilist .kitchen_title {
    padding: 1px 3.5% 0 3.1%;
}
.section_title.citilist .card_title {
    padding: 1px 2.0% 0 1.3%;
}
.section_title.citilist .battery_title {
    padding: 1px 2.8% 0 1.7%;
}
.section_title.citilist h3:first-child {
    width: 51.5%;
    margin: 2px 0 0;
}

@media (max-width: 1179px) {
    .section_title.citilist h3:first-child {
        margin: 0;
    }
}

.section_title.citilist .meta-link { border: 0; }
.shops_list {
    float: none; width: auto; margin: 0 0 30px 260px; box-sizing: border-box; overflow: hidden; }

.shops_list .shop-item-container {
    font-size: 14px;
    overflow: hidden;
    font-family: Graphik_LC, Arial, sans-serif;
}
.shops_list .shop-item { margin: 0; padding: 15px 0; color: #3f454b; border-bottom: 1px solid #e9e9e9; display: flex; align-items: center;}

.shops_list .shop-item .name {
    width: 303px;
    margin: 0;
    line-height: 16px;
    padding: 0 25px 0 0;
}
.shops_list .shop-item .metro {
    width: 222px;
    float: none;
    padding: 0 25px 0 0;
}
.shops_list .shop-item .schedule {
    width: 155px;
    padding: 0 25px 0 0;
}
.shops_list .shop-item .labels {
    width: 185px;
}

.shops_list.hide-metro-col .shop-item .name {width: 393px; padding: 0 50px 0 0;}
.shops_list.hide-metro-col .shop-item .metro {display: none;}
.shops_list.hide-metro-col .shop-item .schedule {width: 260px;}
.shops_list.hide-metro-col .shop-item .labels {width: 212px;}

@media (max-width: 1240px) {
    .shops_list .shop-item .name {width: 231px;}
    .shops_list .shop-item .metro {width: 170px;}
    .shops_list .shop-item .schedule {width: 132px;}
    .shops_list .shop-item .labels {width: 105px;}

    .shops_list.hide-metro-col .shop-item .name {width: 303px; padding: 0 25px 0 0;}
    .shops_list.hide-metro-col .shop-item .metro {display: none;}
    .shops_list.hide-metro-col .shop-item .schedule {width: 165px;}
    .shops_list.hide-metro-col .shop-item .labels {width: 162px;}
}


.shops_list .shop-item .name p {
    margin: 4px 0 0;
}
.shops_list .shop-item .name a {
    border: 0;
    color: #76bc21;
}
.shops_list .shop-item .schedule span {
    display: inline-block;
    width: 48px;
    font-weight: bold;
}
.shops_list .shop-item .metro img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 4px 0 0;
}
.shop-item__information {
    display: inline-block;
    height: 25px;
    padding: 0 8px;
    background: #F5F5F5;
    border-radius: 2px;
    margin-top: 10px;

    font-family: Graphik_LC, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: #262626;
}

i.i-label {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 8px;
}
i.i-label:last-child {
    margin-right: 0;
}
i.i-label img {
    vertical-align: middle;
    width: 20px;
}

.card-label {
    margin: 5px 0;
    line-height: 2;
}
.card-label i.i-label {
    margin-right: 6px;
}

.metro_filter {
    float: left;
    width: 235px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    font-family: Graphik_LC, Arial, sans-serif;
}

.metro_filter_top, .metro_filter_bottom {
    display: none;
}

.metro_filter .filter_block { padding: 14px 12px 0; width: auto; border-top: 0; }

.metro_filter h6 {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    background: none;
    font-weight: 500;
    font-family: Graphik_LC, Arial, sans-serif;
}
/*.metro_filter h6:after { position: absolute; top: 50%; margin-top: -8px; right: 0; width: 0; height: 0; border: 5px solid transparent; border-bottom-color: #ffc600; content: '.'; text-indent: -9999px; overflow: hidden; }*/
.metro_filter .item { margin: 0 0 17px; font-size: 13px; padding: 0;}
.metro_filter .item.disabled { opacity: 0.4;}
.metro_filter .item .sel { position: relative; }
/*.metro_filter .item .sel .ch { position: absolute; top: -1px; left: 0; }*/
.metro_filter .item .sel .text { position: relative; z-index: 2; }

.shop_list_tab .bx-yandex-map, .shop_detail_new .bx-yandex-map { width: 100% !important; }

.q-basketBlockRow .help_popup_trigger__custom {
    top: 5px;
}
.ordersHistoryOrderItem .help_popup_trigger__custom {
    top: 8px;
}
.lk_order_detail  .help_popup_trigger__custom {
    top: 16px;
}
.shop_list_tabs .help_popup {
    right: 0;
    z-index: 10;
}

h1 { padding-left: 0 !important; }
/* END магазины */

.ui-autocomplete { padding: 10px; background: #fff; }


.q-catalogItemDetail .pupUp_3d-js {
    /* top: -190px; */
}

#topFixedPanel .makeOrderNow{
    display: none;
}

.q-main-wrapper .action_shield {
    position: inherit;
}
.q-main-wrapper .pupUp_3d-js {
    /* top:200px; */
    top:-70px;
    left:50%;
    margin-left: -300px;
    position: absolute;
}
.shieldPopover {
    position: absolute;
}

.fotorama__nav--thumbs .fotorama__nav__frame{
    padding:20px;
    height:80px}
.fotorama__thumb-border{
    height:76px;
    border-width:2px;
    margin-top:20px
}

.main .q-lkConsole {
    border: none;
}

/* BEGIN Пустой товар дня */
.q-good-of-the-day .q-for-mobile {
    display: none;
}
.q-good-of-the-day .q-empty-good-of-day {
    width: 100%;
    height: 500px;
    background-color: white;
    margin-bottom: 20px;
    display: table;
    text-align: center;
}
.q-good-of-the-day .q-title-god {
    display:table-cell;
    vertical-align: middle;
}
.q-title-god p {
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}
.q-title-god p:first-child{
    font-size: 26px;
}
/* END Пустой товар дня */

.main .q-lkConsole .q-messageContainer {
    margin-top: 0px;
}
.main .q-lkConsole .q-messageContainer > div {
    margin-top: 20px;
}
.q-personal-cabinet-container .lkLeft {
    width: 400px;
}
.q-info-main .q-title h1 {
    margin-top: 0;
}

.q-info-main div.calendar div.calendar-body {
    background: white;
}

.q-block {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: white;
    padding: 20px 20px;
}
.q-info-container .q-right-column .q-default-list {
    box-shadow: none;
}
.q-info-container .q-right-column > div {
    padding: 20px 10px;
}
.q-info-container, .q-info-container p, .q-info-container li, .q-info-container a{
    font-size: 13px;
}
.q-info-container h2.social {
    margin-top: 0px;
}
.q-info-container .accordian {
    margin: 10px;
}

.q-popup-reg .regHelpNib {
    top: 73px;
}
.q-popup-pass .errorBox {
    margin-left: 10px;
    height: 34px;
}

.popupCardsDetails .catalogItemDetail .bonusQuantity span {
    display: inline-block;
}

.q-catalog-banner {
    height: 110px;
    margin-bottom: 23px;
}

.height-300 {
    height: 300px;
}

.height-300.owl-carousel .owl-controls .owl-nav .owl-prev {
    background: transparent !important;
    left: 5px !important;
}
.height-300.owl-carousel .owl-controls .owl-nav .owl-next {
    background: transparent !important;
    right: 5px !important;
}

.height-300.owl-carousel .owl-controls .owl-nav .owl-next:before
{
    content: '';
    background-image: url('/static/images/right2.png');
}

.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:before
{
    content: '';
    background-image: url('/static/images/left2.png');
}

/* Arrows */
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    background: transparent;
    transform: translate(0, -50%);
    transition: all 0.3s linear;
    outline: none;
    border: none;
    z-index: 99;
}
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:focus,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    opacity: 1;
}
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:focus:before,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next:focus:before
{
    opacity: 1;
}
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev.slick-disabled:before,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next.slick-disabled:before
{
    opacity: .25;
}
.height-300.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.height-300.owl-carousel .owl-controls .owl-nav .owl-next:before
{
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s linear;
    opacity: 0.5;
}



/*
start - TODO: in css.css
*/
#popupContainer .catalogItemDetail.catalogItemDetailBordBottom .topBlockItem .detailTabs {
    margin-right: 0px;
}
#popupContainer .catalogItemDetail.catalogItemDetailBordBottom .topBlockItem .q-article {
    margin-top: 13px;
    font-size: 11px;
    line-height: 1.18;
}
.main .q-lkConsole .lkTabsPanel ul {
    margin-top: 0px;
}

.q-goodsList .item {
    min-height: 200px;
}

.q-goodsList .item.rtr {
    border: none;
    min-height: 0px;
}

.q-goodsList .rtr {
    margin-bottom: 20px;
    width: 100%;
}

.q-goodsList .rtr.rtr0 {
    display: none;
}

.q-goodsList .rtr.rtr1 {
    display: block;
}

.q-goodsList .block-view .rtr {
    clear: both;
    height: auto;
    margin-bottom: 25px;
    width: 100%;
}

.q-goodsList .block-view .rtr-emp {
    width: 0;
    height: 0;
}

.item.goodOfTheDay {
    overflow: hidden;
}

.goodsList.is-block-goodsList .item.no-shields:not(.item_single) {
    height: 355px;
}
.goodsList.is-block-goodsList .item.no-shields.classForPzvig {
    height: 380px;
}

.q-header .logo-container .header-search-block .q-search-for-pzv .q-search-line-clear {
    right: 90px;
}
/* stop - in css.css */
.q-info-main .reviewsWrapper {
    margin-left: 0px;
}
.q-info-main .revItem {
    width: 460px;
}

.flag_position {
    position: absolute;
    top: 14px;
    right: 68px;
}
.sm-submenu-item-bonus {
    min-height: 40px;
}

.q-info-container h2 { font-size: 30px; font-family: Graphik_LC, Helvetica, Arial, sans-serif; }
.q-info-container .newsAdd { width: 100% !important; box-sizing: border-box; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); border-radius: 5px; background: white; padding: 1px 20px; }

.q-mainHits .q-catalogHitsWrap .q-mainHitsItem {
    margin-bottom: 10px;
    margin-right: 10px;
}

.noGoodsFind {
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #3F454B;
}

.q-catalogItemDetail .kit .priceContainerInner .actionPrice.noDisc .four {
    display: none;
}
.blockCreditInfo a {
    cursor: pointer;
}

.q-personal-offers-navigation-container { margin: 40px 0; text-align: center; }
.q-personal-offers-navigation-container .q-pager { display: inline-block; }

/* Попап смены пин-кода карты */
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone [for="idChangePassCode"] { top: 95px !important; }
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone [for="USER_PASSWORD_NEW"] { top: 4px !important; left: 470px !important; }
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone .errorBox .regErrorMid { padding: 2px 8px !important; }
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone [name="USER_PASSWORD_NEW"] { position: relative; box-shadow: none; border: 1px solid #C9C9C9; font-size: 12px; font-weight: normal; color: #3f454b; background: none; padding: 0 10px; width: 438px; height: 34px; line-height: 34px; margin: 10px 0 0 0; }
#idPopupChangePassword .popupPassDesc { margin: 20px 0; padding: 15px 0; }
.q-popup-pass { left: 50% !important; top: 30% !important;}

@media (max-width: 1024px) {
    .deliveryPickupWrap  #cuselFrame-cuSel-0 { width: 230px !important; }
}

/* Попап смены пин-кода карты */
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone #idChangePassCode-error { top: 95px !important; margin-top: 0 !important; }
#idPopupChangePassword .changePassType5 #idFormSetPasswordPhone .authPasswordPlaceholder .errorBox { top: 0px !important; }
.changePass .passMail.error, .changePass .authPassword.error, #captchaWordAuth.error { box-shadow: none !important; border: 1px solid rgba(208, 2, 27, 0.8); }

#idFormChangePassword input#idEmailChangePassword + [for="idEmailChangePassword"] { margin-top: 45px; }
#idFormChangePassword input#idUserChangePhone + [for="idUserChangePhone"] { margin-top: 44px; }
#idFormChangePassword input#idUserChangePhone.passPhone.error { border: 1px solid rgba(208, 2, 27, 0.8); }
#idFormChangePassword input#idUserChangePhone.passPhone.error + input#idEmailChangePassword { border: 1px solid #C9C9C9; }


#fancybox-content .feedbackForm { background: #fff !important; }
#fancybox-content .feedbackForm input[type="submit"] { background: #b4213b; box-shadow: none; font-size: 14px; line-height: 28px; color: #fff; text-shadow: none; }
#fancybox-content .feedbackForm input[type="submit"]:hover { background: #d2222c; }
.ui-autocomplete { padding: 0; z-index: 2222; }
.ui-menu-item.kladr a { padding: 7px 15px; }
.ui-menu-item.kladr a:hover { background: #b4213b; color: #fff; }

.feedbackForm .sucsess .sucsessMark {
    position: absolute;
    top: 2px;
    right: -17px;
}

#idPopupChangePassword .changePassType3 #idFormChangePassword .errorBox .regErrorMid {
    max-width: 150px;
}

/*- club -*/
section.footnote div span {
    font-size: 16px;
}


@media (max-width: 1199px) {
    .shop_list_tabs_checker {
        margin: 16px 0 36px 0;
    }
    .shops_list .shop-item .self_shipping,
    .shops_list .shop-item .kitchen,
    .shops_list .shop-item .print,
    .shops_list .shop-item .bonus_card,
    .shops_list .shop-item .battery_recycle {
        width:11%;
    }
    .shops_list .shop-item .self_shipping {
        padding: 3px 0 0 11px;
    }
    .shops_list .shop-item .bonus_card {
        padding: 3px 0 0 14px;
    }
    .section_title.citilist {
        margin-bottom:10px;
    }
    .section_title.citilist .shipping_title {
        padding: 3px 0 0 3.4%;
    }
    .section_title.citilist .kitchen_title {
        padding: 3px 0.5% 0 4.2%;
    }
    .section_title.citilist .card_title {
        padding: 3px 0% 0 2.3%;
    }
    .section_title.citilist .battery_title {
        padding: 3px 0% 0 2.4%;
    }
    .metro_filter {
        margin-top: 1.0em;
        margin-right: -19px;
    }
    .section_title.citilist.roznica {
        padding: 28px 0 7px;
    }
    .shops_list .shop-item .metro {
        width:24%;
        right: -6px;
    }
    .battery_recycle--list {
        margin-top: 4px;
        margin-left: 3px;
    }
    .q-goodsList .rtr.rtr0 {
        display: block;
    }

    .q-goodsList .rtr.rtr1 {
        display: none;
    }
}

/**
  стили HTML-карты сайта
 */
.map-body-block__list__items {
    display: none;
}
.map-body-block__list__toggler {
    cursor: pointer;
}
.store-preview_subtitle {
    padding-top: 4px;
}