
/* ??????? ?? ??????? ???????? */
.q-mainGoodsNews {
    margin: 35px 0 30px 0;
}
.q-mainGoodsNews .q-mainSaleHd {
    font-size: 20px;
    font-weight: bold;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
}
.new-container {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
    overflow: visible !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-top: 1px solid #E4E4E4;
}
.new-container:after {
    content: "";
    display: table;
    clear: both;
}
.new-container * {
    box-sizing: border-box;
}
.new-container__left {
    float: left;
    width: 25%;
    height: 320px;
    position: relative;
    padding-bottom: 10px;
    transition: box-shadow 0.2s;
}
.new-container__left:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1240px) {
    .new-container__left {
        width: 300px;
    }
}
.new-container__right {
    float: left;
    width: 75%;
}
@media (max-width: 1240px) {
    .new-container__right {
        width: 640px;
    }
}
.new-container__right--item:nth-child(1),
.new-container__right--item:nth-child(2),
.new-container__right--item:nth-child(3){
    border-top:none;
}
.new-container__right--item {
    float: left;
    height: 160px;
    width: 33.333333333333%;
    position: relative;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    transition: box-shadow 0.2s;
}
.new-container__right--item:after {
    content: "";
    display: table;
    clear: both;
}
.new-container__right--item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1240px) {
    .new-container__right--item {
        width: 320px;
    }
}
.new-container__right--item-right {
    float: left;
    width: 170px;
    margin-top: 25px;
}
.new-container__right--item-img {
    box-sizing: content-box;
    padding: 25px 10px 35px 10px;
    float: left;
    display: block;
    height: 100px;
    width: 100px;
    position: relative;
}
.new-container__right--item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.new-container__right--item-name {
    display: block;
    padding: 0 10px 0 0;
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    position: relative;
}
.new-container__right--item-name:hover {
    text-decoration: none;
    border-bottom: none;
}
.new-container__right--item-name:hover {
    color: #B4213B;
}
.new-container__right--item-name:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 16px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.85)), color-stop(76%, #ffffff), color-stop(100%, #ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 40%, #ffffff 76%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.new-container__right--item-stars {
    margin-top: 8px;
    padding: 0;
}
.new-container__right--item-stars .star {
    background: url('/static/images/redesign3/rating-1.png') 50% 50% no-repeat;
    margin: 0;
}
.new-container__right--item-stars .star.starFull {
    background: url('/static/images/redesign3/rating-0.png') 50% 50% no-repeat;
}
.new-container__right--item-price {
    font-size: 14px;
    font-weight: 900;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-top: 8px;
}
.new-container__left-img {
    box-sizing: content-box;
    text-align: center;
    display: block;
    height: 200px;
    width: 100%;
    padding: 5px 0 10px 0;
    position: relative;
}
.new-container__left-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.new-container__left-name {
    padding: 0 20px;
    display: block;
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
    line-height: 16px;
    height: 32px;
    position: relative;
}
.new-container__left-name:hover {
    text-decoration: none;
    border-bottom: none;
}
.new-container__left-name:hover {
    color: #B4213B;
}
.new-container__left-name:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 16px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.85)), color-stop(76%, #ffffff), color-stop(100%, #ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 40%, #ffffff 76%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.new-container__left-stars {
    margin-top: 14px;
    padding: 0 20px;
}
.new-container__left-stars .star {
    background: url('/static/images/redesign3/rating-1.png') 50% 50% no-repeat;
    margin: 0;
}
.new-container__left-stars .star.starFull {
    background: url('/static/images/redesign3/rating-0.png') 50% 50% no-repeat;
}
.new-container__left-price {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 900;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-top: 10px;
}
.new-container a {
    border-bottom: none;
    text-decoration: none;
}

/*====================================
=            CATALOG LIST            =
====================================*/
.q-catalogSection .mainTeaser {
    display: none;
}
.q-catalogSection .q-otherContainer {
    width: 955px;
    float: right;
}
.q-catalogSection .q-otherContainer:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 1240px) {
    .q-catalogSection .q-otherContainer {
        width: 700px;
    }
}
.q-catalogSection .q-catalog-brands .q-brandsItem {
    position: relative;
    padding-bottom: 0;
}
.q-catalogSection .q-catalog-brands .q-brandsItem a {
    position: relative;
}
.q-catalogSection .q-catalog-brands .q-brand-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
}
.q-catalogSection .q-catalog-brands .q-brand-text span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    line-height: 14px;
    padding-bottom: 5px;
}
.q-catalog-brands  .q-slider-header {
    font-size:18px;
}
.q-catalogSection .search_info {
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    padding: 0;
    margin-bottom: 2px;
}
.text_red {
    color: #e01e3e;
}
.text_bold {
    font-weight: 500;
}
.q-catalogSection .emptySearchResult .search_h1 {
    font-weight: 500;
    color: #BC3038;
    font-size: 30px;
    margin: 25px 0 18px 0;
}
.q-catalogSection .emptySearchResult .textPageContent .searchInfoTitle {
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    padding: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 40px;
}
.q-catalogSection .emptySearchResult .textPageContent .minBottomSpace {
    margin-bottom: 10px;
}
.qr-single_column > h1,
.catalogSection > h1 {
    padding-left: 0;
    margin: 28px 0 18px 0;
    display: inline-block;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #262626;
    text-transform: none;
}

.qr-single_column > h1 + .new-catalog-block {
    margin-top: 28px
}

.catalogSection.q-catalogSection > .quantity {
    position: relative!important;
    left: 0px;
    top: 37px;
    font-size:12px!important;
}
.quantity-goods-wrap {
    margin: -12px 0 0 19px;
    display: inline-block;
    min-width:74px;
    min-height:30px;
    background-color: #f5f5f5;
    vertical-align: middle;
    border-radius:2px;
}
.quantity-goods {
    padding: 1px 7px 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: relative;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #434343;
    box-sizing:border-box;
}
.quantity-goods:before {
    content: ' ';
    position: absolute;
    top: 5px;
    left: -18px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
}
.qr-general_catalogue_section {
    font-size: 13px;
    background-color: white;
    padding: 20px 20px 40px 20px;
    margin-bottom: 0;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #c9c9c9;
    box-shadow: 0 0 2px 0 #f5f5f5;
}
.qr-general_catalogue_section:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.qr-general_catalogue_section.general_catalogue_section_last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
}
.qr-general_catalogue_section ul {
    padding-top: 0px;
    padding-bottom: 4px;
}
.qr-general_catalogue_section li a {
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
    color: black;
}
.qr-general_catalogue_section li a:hover {
    text-decoration: none;
    border-bottom: none;
}
.qr-general_catalogue_section li a:hover {
    color: #B4213B;
}
.qr-general_catalogue_section .pic {
    margin-top: 10px;
    max-width: 260px;
    margin-right: 50px;
    text-align: left;
}
.qr-general_catalogue_section .pic .img {
    text-align: left;
}
.qr-general_catalogue_section .pic .title {
    text-decoration: none;
    border-bottom: none;
}
.qr-general_catalogue_section .pic .title:hover {
    text-decoration: none;
    border-bottom: none;
}
.qr-general_catalogue_section .pic .title :hover {
    border-bottom: none;
}
.qr-general_catalogue_section .pic a {
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
    font-size: 20px;
    font-weight: bold;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
}
.qr-general_catalogue_section .pic a:hover {
    text-decoration: none;
    border-bottom: none;
}
.qr-general_catalogue_section .pic a:hover {
    color: #B4213B;
}
.qr-general_catalogue_section .pic a:hover .title {
    border-bottom: none;
    color: #B4213B;
}
.qr-general_catalogue_section .hd {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-top: 7px;
    padding-bottom: 9px;
    position: relative;
}
.qr-general_catalogue_section .hd.promo .promo-img-m {
    vertical-align: middle;
    margin-top: -3px;
}
.qr-general_catalogue_section .hd a {
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
}
.qr-general_catalogue_section .hd a:hover {
    text-decoration: none;
    border-bottom: none;
}
.qr-general_catalogue_section .hd a:hover {
    color: #B4213B;
}
.qr-general_catalogue_section .hd:before {
    display: block;
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #e7e8ea;
}
.qr-general_catalogue_section .hd:first-child:before {
    display: none;
}
/*-----  End of CATALOG LIST  ------*/

/*========================================
=            CATALOG SECTIONS            =
========================================*/
.qr-mainHitsWrapper {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.qr-mainHitsWrapper:after {
    content: "";
    display: table;
    clear: both;
}
.qr-mainHits {
    box-sizing: border-box;
    max-width: 100%;
    margin-top: 0;
    overflow: visible;
}
.qr-mainHits:after {
    content: "";
    display: table;
    clear: both;
}
.catalogLvl2Items.qr-mainHits {
    display: flex;
    flex-wrap: wrap;
    max-width: initial;
    width: auto;
    margin: 0 -10px;
}
.catalogLvl2Items-title {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #262626;
}
.qr-mainHits .mainHitsItem {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 0 10px 20px;
    background-color: white;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    transition: 300ms ease;
    box-sizing: border-box;
}
.qr-mainHits .mainHitsItem.catalogLvl2Item {
    height: 200px !important;
    width: calc(20% - 20px) !important;
}

.qr-mainHits .mainHitsItem.catalogLvl2Item .subrubrics-toggle,
.qr-mainHits .mainHitsItem.catalogLvl2Item .sub_rubrics {
    display: none !important;
}

.qr-mainHits .mainHitsItem.catalogLvl2Item .catalogLvl2Item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
/*.qr-mainHits .mainHitsItem.last-in-row {*/
/*margin-right: 0;*/
/*}*/
.qr-mainHits .catalogLvl2ItemHd {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 65px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: Graphik_LC, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #262626;
    background-color: #fcfcfc;
    text-decoration: none;
    border-bottom: none;
    transition: 300ms ease-out;
    /*z-index: 800;*/
}

.qr-mainHits .mainHitsItem.catalogLvl2Item:hover{
    border-color: #e9e9e9;
    box-shadow: none !important;
}

.qr-mainHits .mainHitsItem.catalogLvl2Item:hover .catalogLvl2ItemHd {
    color: #76bc21;
}
.qr-mainHits .mainHitsItem.catalogLvl2Item:hover .catalogLvl2ItemHd {
    text-decoration: none;
    border-bottom: none;
}

.mainHitsItem:hover .sub_rubrics {
    opacity: 1;
    left: 0;
}

.mainHitsItem:hover .subrubrics-toggle img.plus {
    opacity: 0;
}
.mainHitsItem:hover .subrubrics-toggle img.minus{
    opacity: 1;
}

.subrubrics-toggle img{
    position: absolute;
    width: 14px;
}
.subrubrics-toggle img.plus {
    opacity: 1;
    transition: all 0s ease 0.500s;
}
.subrubrics-toggle img.minus {
    opacity: 0;
    transition: all 0s ease 0.500s;
}
.subrubrics-toggle {
    bottom: 0;
    height: 11px;
    margin-bottom: 12px;
    margin-right: 16px;
    position: absolute;
    right: 0;
    width: 11px;
    cursor: pointer;
}

.mainHitsItem .sub_rubrics {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.25) !important;
    left: -10000px;
    position: absolute;
    text-align: left;
    top: 197px;
    width: 220px;
    z-index: 1000;
    opacity: 0;
    transition: all 0s ease 0.500s;
}

.mainHitsItem .sub_rubrics a {
    color: #0085cf;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.mainHitsItem .sub_rubrics a:hover {
    color: #bc3038;
}

.mainHitsItem .sub_rubrics ul {
    padding: 0px;
    margin:0px 10px 10px 10px;
}
.mainHitsItem .sub_rubrics.high ul {
    padding: 0px;
    margin:6px 10px 10px 10px;
}


.mainHitsItem .sub_rubrics li {
    list-style-type: none;
    padding-bottom: 2px;
    margin:0px;
}



.qr-mainHits .catalogLvl2ItemHd span {
    display: table-cell;
    width: auto;
    line-height: 16px;
    text-overflow: ellipse;
    max-height: 66px;
    vertical-align: middle;
}
.qr-mainHits .mainHitsItemPic {
    box-sizing: border-box;
    width: 100%;
    height: 155px;
    margin: 0;
    padding: 14px 0 0 0;
}
.qr-mainHits .mainHitsItemPic .mainHitsItemPic__wrap {
    position: relative;
    display: block;
    height: 106px;
    width: 162px;
    margin: auto;
}
.qr-mainHits .mainHitsItemPic .mainHitsItemPic__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.qr-mainHits .mainHitsItemName {
    display: none;
}
.qr-mainHits .itemRate {
    display: none;
}
.qr-mainHits .mainHitsItemPrice {
    display: none;
}
/*-----  End of CATALOG SECTIONS  ------*/
/*==========================================
=            ASIDE CATALOG MENU            =
==========================================*/
@media (max-width: 1240px) {
    .q-catalog-banner .mainPromoSliderItem {
        width: 940px;
    }
}
.q-catalog-banner .mainPromoSliderItem a {
    overflow: hidden;
}
.qr-catalog-list {
    box-sizing: border-box;
    width: 220px;
    float: left;
    padding: 10px 14px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.qr-catalog-list .catalog-section {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #3F454B;
    text-decoration: none;
    border-bottom: none;
    margin-bottom: 20px;
}
.qr-catalog-list .catalog-section:hover {
    text-decoration: none;
    border-bottom: none;
}
.qr-catalog-list .catalog-section + .catalog-subsection {
    margin-top: -10px;
}
.qr-catalog-list .catalog-subsection {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.qr-catalog-list .catalog-subsection li {
    margin-bottom: 10px;
}
.qr-catalog-list .catalog-subsection a {
    font-size: 11px;
    font-weight: normal;
    color: #3F454B;
    text-decoration: none;
    border-bottom: none;
}
.qr-catalog-list .catalog-subsection a:hover {
    text-decoration: none;
    border-bottom: none;
}
/*-----  End of ASIDE CATALOG MENU  ------*/
/*===================================================
=            CATALOG SECTION DESCRIPTION            =
===================================================*/
.qr-catalog-section-descr {
    float: right;
    position: relative;
    box-sizing: border-box;
    width: 955px;
    margin-bottom: 0px;
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.qr-catalog-section-descr a {
    color: #76bc21;
}

.qr-catalog-section-descr span a{
    padding: 5px 10px;
}

.qr-catalog-section-descr span {
    background-color: #f6faf0;
    border-radius: 2px;
    margin-right: 15px;
    padding: 5px 0;
}

.qr-catalog-section-descr span a:hover {
    border-radius: 2px;
    background-color: #e1efd0;
    padding: 5px 10px;
}

.qr-catalog-section-descr span:first-child:not(a) {
    padding: 5px 10px;
}

.qr-catalog-section-seo-text{
    position: relative;
    box-sizing: border-box;
    width: 940px;
    margin: 50px 0;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

@media (max-width: 1240px) {
    .qr-catalog-section-descr, .qr-catalog-section-seo-text {
        width: 700px;
    }
}
.qr-catalog-section-descr h2, .qr-catalog-section-seo-text h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.qr-catalog-section-descr img, .qr-catalog-section-seo-text img {
    width: 220px;
    float: left;
    margin: 10px 20px 10px 0;
}
.qr-catalog-section-descr p {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}
/*-----  End of CATALOG SECTION DESCRIPTION  ------*/
/**==================================================
*
*    CATALOG          LISTING            PAGE
*
*==================================================*/
.q-left-column {
    width: 220px;
    margin-right: 20px;
    float: left;
}
.q-left-column:after {
    content: "";
    display: table;
    clear: both;
}
.q-left-column .mainPromoToday {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.q-catalogSection_no_sort_line .mainPromoToday {
    margin-top: 7px;
}

.q-left-column .q-mainPromoToday .mainTodayItemPicWrap {
    margin-top: 0;
    margin-bottom: 0;
}
.q-left-column .mainPromoToday .mainTodayWrapper {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.q-left-column .mainPromoToday.q-mainPromoToday .mainTodayCountdown {
    padding: 0 0 0 12px;
    float: none;
    text-align: center;
    display: block;
}
.q-left-column .mainPromoToday .q-goodsItemPrice {
    height: auto;
}
.q-left-column .mainPromoToday .cart-icon.todayItemCart{
    width: 48px;
    height: 34px;
    bottom: 20px;
    overflow: hidden;
}
.q-right-column {
    width: 940px;
    position: relative;
}
.q-right-column:after {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 1240px) {
    .q-right-column {
        width: 700px;
    }
}
/*======================================
=            CATALOG FILTER            =
======================================*/
.q-catalog-filter {
    position: relative;
    box-sizing: border-box;
    width: 220px;
    padding: 0px 0 1px 0;
    background-color: white;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    box-shadow:none;
}
.q-catalog-filter .deleteActiveStatus {
    display: none;
}
.q-catalog-filter .singleItem {
    padding: 8px 14px 6px 14px;
}
.q-catalog-filter .singleItem.line {
    background: none;
}
.q-catalog-filter .singleItem .q-filterVariant {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    line-height: 16px;
}
.q-catalog-filter .singleItem .q-filterVariant a {
    display: inline-block;

    text-decoration: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    color: #3F454B;
    padding-left: 22px;
    background: url('../../images/redesign3/icon-filter-unchecked.png') 0 0px no-repeat;
    background-size: 16px 16px;
    line-height: 16px;
    min-height: 17px;
}
.q-catalog-filter .singleItem .q-filterVariant a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .singleItem .q-filterVariant a.deleteActiveStatus {
    display: none;
}
.q-catalog-filter .singleItem .q-filterVariant .q-filterVariantQuantity {
    font-size: 12px;
    font-weight: normal;
    color: #bbbbbb;
}
.q-catalog-filter .singleItem .q-filterVariant.filterVariantActive {
    border: none;
    border-radius: 0;
    margin: 0;
}
.q-catalog-filter .singleItem .q-filterVariant.filterVariantActive .q-filterVariantQuantity {
    display: inline;
}
.q-catalog-filter .q-filterSection {
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px 0 14px;
    margin: 0;
    border-radius: 0;
    background: none;
}
.q-catalog-filter .q-filterSection:last-child {
    border-radius: 0;
    background: none;
}
.q-catalog-filter .q-filterSection:first-child {
    border-radius: 0;
    background: none;
}
.q-catalog-filter .q-filterSection.userFilterBlock .filerSectionTitle {
    padding-top:11px;
}
.q-catalog-filter .q-filterSection:hover {

}
.q-catalog-filter .q-filterSection .filerSectionTitle {
    margin-bottom: 0;
    padding: 11.5px 20px 14px 0;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #262626;
    text-transform: none;
    cursor: pointer;
    transition: background .2s;
    background: url('/static/images/redesign3/triangle-up.svg') 100% 48% no-repeat;
    background-size: 9px 5px;
}
.q-catalog-filter .q-filterSection .filerSectionTitle.collapsed {
    background: url('/static/images/redesign3/triangle-down.svg') 100% 48% no-repeat;
    background-size: 9px 5px;
}
.q-catalog-filter .q-filterSection .line.tag {
    display: inline-block;
    line-height: 16px;
    margin: 1px 10px 0 0;
}
.q-catalog-filter .q-filterSection .line.tag.display-none {
    display: none;
}
.q-catalog-filter .q-filterSection .line.tag .q-filterVariant {
    display: inline-block;
    width: auto;
}
.q-catalog-filter .q-filterSection .line.tag .q-filterVariant a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: auto;
    background: none;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
    color: #262626;
    font-size: 11px;
}
.q-catalog-filter .q-filterSection .line.tag .q-filterVariant a:hover {
    color: #76bc21;
}
.q-catalog-filter .q-filterSection .line.tag .q-filterVariant a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .line.tag .q-filterVariant.filterVariantActive a {
    color:#76bc21;
}
.q-catalog-filter .q-filterSection .line.tag .filterVariantZeroCount {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: auto;
    background: none;
    padding: 0;

    font-size: 13px;
    color: #0085CF;
    text-decoration: none;
    border-bottom: none;
    color: #9B9B9B;
    font-size: 11px;
}
.q-catalog-filter .q-filterSection .line.tag .filterVariantZeroCount:hover {
    color: #B4213B;
}
.q-catalog-filter .q-filterSection .line.tag .filterVariantZeroCount:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .line.tag a.deleteActiveStatus {
    display: none;
}
.q-catalog-filter .q-filterSection .line {
    line-height: 16px;
    margin: 3px 0 13px;
}
.q-catalog-filter .q-filterSection .line:hover {
    cursor: default;
}
.q-catalog-filter .q-filterSection .filterSectionBotLineDecor {
    margin-top: 0;
    width: 210px;
}
.q-catalog-filter .q-filterSection.filterSectionComposite .filterSectionBotLineDecor:not(:last-child){
    border-bottom: none;
    height: 0;
}
.q-catalog-filter .q-filterSection .q-filterVariant {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.q-catalog-filter .q-filterSection .q-filterVariant a {
    display: inline-block;
    padding-left: 27px;
    min-height: 17px;
    font-family: Graphik_LC, Arial, sans-serif;
    position:relative;
    z-index: 3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #262626;
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .q-filterVariant a:before {
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.q-catalog-filter .q-filterSection .q-filterVariant.filterVariantActive a:before {
    background-color: #f6faf0;
}
.q-catalog-filter .q-filterSection .line.tag a:before,
.q-catalog-filter .q-filterSection .line.tag a:after {
    content: '';
    width:0!important;
    height:0!important;
    border:none!important;
}
.q-catalog-filter .q-filterSection .q-filterVariant a:hover:before {
    border-color:#a8d470;
    background-color: #fff;
}
.filterVariantQuantity {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9d9d9d;
}
.q-catalog-filter .q-filterSection .q-filterVariant a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .q-filterVariant a.deleteActiveStatus {
    display: none;
}
.q-catalog-filter .q-filterSection .q-filterVariant .q-filterVariantQuantity {
    font-size: 12px;
    font-weight: normal;
    color: #bbbbbb;
}
.q-catalog-filter .q-filterSection .filterVariantZeroCount {
    display: block;
    min-height: 17px;
    padding: 0;
    padding-left: 27px;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9d9d9d;
    text-decoration: none;
    border-bottom: none;
    background: url('../../images/redesign3/icon-filter-unchecked.png') 0 0 no-repeat;
    background-size: 16px 16px;
    pointer-events: none;
    cursor: default;
}

.q-catalog-filter .q-filterSection .filterSearch__list .filterVariantZeroCount{
    padding: 8px 15px 8px 45px;
    box-sizing: border-box;
    background-position: 3% 50%;
    border-bottom: 1px solid #E4E4E4;
}

.q-catalog-filter .q-filterSection .filterVariantZeroCount:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .filterVariantZeroCount:hover {
    pointer-events: none;
    cursor: default;
}
.q-catalog-filter .q-filterSection .filterVariantZeroCount span {
    font-size: 12px;
    font-weight: normal;
    color: #bbbbbb;
}
.q-catalog-filter .q-filterSection .filterVariantActive {
    border: none;
    border-radius: 0;
    margin: 0;
    background: none;
}
.q-catalog-filter .q-filterSection .filterVariantActive .q-filterVariantQuantity {
    display: inline;
}
.q-goodsList.is-block-goodsList .twice-icon-fav__list-item.compare-block {
    padding-top:6px;
    margin-left: 2px;
    margin-right: -2px;
}
@media (max-width: 1240px) {
    .q-goodsList.is-block-goodsList .twice-icon-fav__list-item.compare-block {
        padding-top: 7px;
    }
}
.q-catalog-filter .q-filterSection .filterVariant a:after {
    content: ' ';
    position:absolute;
    opacity:0;
    top: -10px;
    left:0;
    z-index: 2;
    width: 18px;
    height: 16px;
    background: url('/static/images/redesign3/checkbox-mark.svg') 0 50% no-repeat;
    background-size: 18px 16px;
    transition: all 0.2s;
}
.q-catalog-filter .q-filterSection .filterVariantActive.filterVariant a:after {
    content: ' ';
    position:absolute;
    opacity:1;
    top: -3px;
    left:0;
    z-index: 2;
    width: 18px;
    height: 16px;
    background: url('/static/images/redesign3/checkbox-mark.svg') 0 50% no-repeat;
    background-size: 18px 16px;
    transition: all 0.2s;
}
.q-catalog-filter .q-filterSection .filterVariantActive a.deleteActiveStatus {
    display: none;
}
.q-catalog-filter .q-filterSection .q-filterVariantZeroCount {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.q-catalog-filter .q-filterSection .q-filterVariantZeroCount a {
    display: inline-block;

    text-decoration: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    color: #CCCCCC;
    padding-left: 22px;
    background: url('../../images/redesign3/icon-filter-unchecked.png') 0 0px no-repeat;
    background-size: 16px 16px;
    line-height: 16px;
    min-height: 17px;
}
.q-catalog-filter .q-filterSection .q-filterVariantZeroCount a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalog-filter .q-filterSection .q-filterVariantZeroCount a.deleteActiveStatus {
    display: none;
}
.q-catalog-filter .q-filterSection .q-filterVariantZeroCount .filterVariantQuantity {
    font-size: 12px;
    font-weight: normal;
    color: #bbbbbb;
}
.q-catalog-filter .q-filterSection .sliderForm {
    margin: 0;
    width: 100%;
    margin: 1px 0;
}
.q-catalog-filter .q-filterSection .sliderRange {
    padding: 0;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderRangeInput {
    margin-right: 10px;
    padding-left:10px;
    height: 34px;
    width: 90px;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9d9d9d;
    background: none;
    border: 1px solid #d9d9d9;
    box-shadow: none;
    box-sizing: border-box;
    border-radius:2px;

}
.q-catalog-filter .q-filterSection .sliderRange .sliderRangeInput#search_price_max {
    margin-right:0;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderRangeInput:focus {
    color:#555;
}
.q-catalog-filter .q-filterSection .sliderRange .separateLabel {
    display: none;
}
.q-catalog-filter .q-filterSection .sliderRange .currency {
    display: none;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderSubmit {
    box-sizing: border-box;
    float: left;
    height: 25px;
    width: 30px;
    margin: 0;
    padding: 8px;
    background: url('../../images/redesign3/icon-submit.png') 50% 50% no-repeat !important;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    box-shadow: none;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderSubmit.sliderSubmitMove {
    background: url('../../images/redesign3/icon-submit-white.png') 50% 50% no-repeat, #bc3038 !important;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderSubmit:hover {
    background: url('../../images/redesign3/icon-submit-white.png') 50% 50% no-repeat, #d2222c !important;
}
.q-catalog-filter .q-filterSection .sliderRange .sliderSubmit:active {
    background: url('../../images/redesign3/icon-submit-white.png') 50% 50% no-repeat, #b4213b !important;
}
.q-catalog-filter .q-filterSection .slider {
    background: #c4c4c4;
    height: 4px;
    width: 100%;
    border: none;
}
.q-catalog-filter .q-filterSection .q-sliderContainer {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}
.q-catalog-filter .q-filterSection .q-sliderContainer .ui-slider-range {
    background: #76bc21;
    height: 4px;
}
.q-catalog-filter .q-filterSection .q-sliderContainer .ui-slider-handle {
    height: 16px;
    width: 16px;
    background: white;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
}
.q-catalog-filter .q-filterSection .q-sliderContainer .slider-digit {
    display: none;
}
.q-catalog-filter .q-filterSection .q-sliderContainer .legend {
    display: none;
}
.q-catalogSection .singleItem .q-filterVariant {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}
.q-catalogSection .singleItem .q-filterVariant a {
    display: block;

    text-decoration: none;
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    color: #3F454B;
    padding-left: 22px;
    background: url('../../images/redesign3/icon-filter-unchecked.png') 0 0px no-repeat;
    background-size: 16px 16px;
    line-height: 16px;
    text-transform: none;
    min-height: 17px;
}
.q-catalogSection .singleItem .q-filterVariant a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-catalogSection .singleItem .q-filterVariant a.deleteActiveStatus {
    display: none;
}
.q-catalogSection .singleItem .q-filterVariant span {
    display: none;
}
.q-filter-buttons {
    padding: 20px 15px;
}
.q-filter-button-wrapper {
    border-top: 1px solid #E4E4E4;
}
.q-filter-button {
    padding: 0;
    margin: 20px auto;
    display: block;
    height: 30px;
    width: 190px;
    float: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
    transition: all 0.2s;
}
.q-filter-button-wrapper .filterReset:hover {
    color: #262626;
    background: #d9d9d9;
    border-color:#d9d9d9;
    transition: all 0.2s;
}
.q-filter-button.q-filter-button-active {
    background-color: #BC3038;
    color: white;
    border: none;
    line-height: 32px;
}
.q-filter-button-clear .filterResetDecor {
    display: none;
}
.filterVariant.q-filterVariant .sliderSubmit {
    margin-top:6px;
    margin-bottom:16px;
    width:190px;
    height:30px;
    box-shadow:none;
    border:1px solid #d9d9d9;
    border-radius:2px;
    background: #fff;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #9d9d9d;
    transition: all  0.2s;

}
.filterVariant.q-filterVariant .sliderSubmit:hover {
    background: #76bc21;
    border-color:#76bc21;
    color:#fff;
    transition: all  0.2s;
    text-shadow:none;
}
.q-filterVariant-show-more {
    line-height: 16px;
    margin: 10px 0;
}
.q-filterVariant-show-more a {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #76bc21;
    text-decoration: none;
    border-bottom: none;
}
.q-filterVariant-show-more a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-filterVariant-show-more.hidden {
    display: none;
}

.userFilterVariant:hover .close{

}
.userFilterVariant:active .close{
    background: url(../../images/filters_behavoir_full.png) no-repeat 0px 0;
    background-size: cover;
}
.userFilterVariant .close{
    background: url(../../images/filter_close_cross.png) no-repeat 0px 0;
    background-size: cover;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 1px 7px 0 10px;
    width:9px;
    height:9px;
    border-radius: 0;
    float:right;
}
.userFilterBlock .filerSectionTitle{
    background: none !important;
    box-sizing: border-box;
}
.userFilterElem{
    box-sizing: border-box;
}
.userFilterVariant{
    display: inline-block;
    padding: 7px;
    margin: 0 10px 10px 0;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #262626;
    box-sizing: border-box;
}

.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border:1px solid #d9d9d9;
    border-radius:2px;
}

.overlayer-label {
    position: relative;
    z-index: 111;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
    text-align:left;
}

.userFilterVariantClearBtn:active,
.userFilterVariantClearBtn:active .overlayer,
.userFilterVariantClearBtn:active .overlayer-label {
    background: #f5f5f5 !important;
    color: #76bc21 !important;
}

.userFilterVariantClearBtn:hover,
.userFilterVariantClearBtn:hover .overlayer,
.userFilterVariantClearBtn:hover .overlayer-label {
    background: #f5f5f5;
}
.userFilterVariantClearBtn{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto 15px;
    width: 100%;
    cursor: pointer;
    background:#ffffff;
    border-radius:5px;
    height: 28px;
    box-sizing: border-box;
}
.userFilterVariant:hover{
    border: 1px solid #76bc21;
    color: #76bc21;
}
.userFilterVariant:active{
    background: #0085CF;
    border: 1px solid #0085CF;
    color: #FFFFFF;
}


/* filterSearch */

.filterSearch {
    margin: 10px 0 9px 0;
    position: relative;
}

.filterSearch .filterSearch__input {
    width: 88%;
    border-radius: 2px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 0 10px;
    background: url('../../images/icon-search.png') 95% 50% no-repeat;
    box-shadow: none;
    outline: none;
    height: 25px;
}

.filterSearch .filterSearch__input:focus {
    box-shadow: none;
}

.filterSearch__shop {
    display: none;
    width: 557px;
    height: auto;
    position: absolute;
    background: #fff;
    z-index: 100;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.filterSearch__button {
    background-color: #76bc21;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 145px;
    cursor: pointer;
}

.filterSearch__button:hover {
    background-color: #76bc21;
    color: #fff;
}

.filterSearch__list {
    border-bottom: 1px solid #e4e4e4;
    /*height:205px;*/
    height:auto;
}

.filterSearch__list .jspContainer {
    /*height: 205px!important;*/
    height: 38px;
    width: 557px!important;
}

.filterSearch__list .jspTrack {
    background: #fff;
}

.filterSearch__list .jspDrag {
    background: #E4E4E4;
    border-radius: 5px;
}

.jspVerticalBar {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: none;
    height: 99%;
}

.filterSearch__list .jspVerticalBar .jspArrow {
    background: none!important;
    padding: 0!important;
    position: relative;
    display: block!important;
}

.filterSearch__list .jspArrowUp:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 5px;
    border: 5px solid transparent;
    border-bottom: 5px solid #b0b4b9;
}

.filterSearch__list .jspArrowDown:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 2px;
    border: 5px solid transparent;
    border-top: 5px solid #b0b4b9;
}

.q-catalog-filter .q-filterSection .filterSearch__list .q-filterVariant{
    padding: 8px 15px;
    box-sizing: border-box;
}

.q-catalog-filter .q-filterSection .filterSearch__list .line{
    margin: 0;
}

.filterSearch__list .line .q-filterVariant{
    border-bottom: 1px solid #E4E4E4;
}

.filterSearch__list .line .filterVariantActive {
    background: #F9F9F9;
}

.q-catalog-filter .q-filterSection .filterSearch__list .q-filterVariant a {
    background-position: 0 50%;
    padding-left: 30px;
    padding-top: 4px;
}

.q-catalog-filter .q-filterSection .filterSearch__list .filterVariantActive.filterVariant a {
    background-position: 0 50%;
}

.filterSearch__section {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    height: 81px;
}

.filterSearch__img {
    margin-right: 6px;
    margin-bottom: 5px;
    float: left;
}

.filterSearch__text {
    float: right;
    width: 87%;
}

.filterSearch__text:only-child{
    width: 99%;
}

.filterSearch__clear {
    background-image: url('../../images/search_clear.png');
    width: 26px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 1px;
    cursor: pointer;
    display: none;
    z-index: 126;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.filterSearch__shop .filterSearch__empty {display: none;text-align: center;padding: 12px;}
.filterSearch__shop.filterSearch__emptyresult .filterSearch__empty {display: block;}
.filterSearch__shop.filterSearch__emptyresult .filterSearch__list {display: none;}
.filterSearch__shop.filterSearch__emptyresult .filterSearch__section {display: none;}
.filterSearch__emptytext {color: black;font-size:13px;}

.q-filterSection:hover .filterSearch__clear,
.q-filterSection:hover .filterSearch__input {
    background-color: #ffffff;
}

.filterSearch__input:focus {
    background-color: #ffffff;
}
.filterSearch  .filterSearch__input.filterSearch__inputActive::-webkit-input-placeholder {
    color: #000000;
}



.no-results {
    margin: 0;
    padding: 15px;
    font-size: 13px;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

/*-----  End of CATALOG FILTER  ------*/
/*============================================================
=            CATALOG   ASIDE BANNER AND TEXTBLOCK            =
============================================================*/
.q-left-column .ban {
    margin-top: 55px;
}
.q-left-column .ban .howToChoose {
    margin: 0;
    padding-top: 0;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
}
.q-left-column .ban .hd a {

    font-size: 13px;
    color: #262626;
    text-decoration: none;
    border-bottom: none;
}
.q-left-column .ban .hd a:hover {
    color: #76bc21;
}
.q-left-column .ban .hd a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-left-column .ban .hd a b {
    font-size: 14px;
}
.q-left-column .ban p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #262626;
}
.q-left-column .catalogSectionBanner {
    max-width: 220px;
    overflow: hidden;
    border-radius: 5px;
}
.q-left-column .catalogSectionBanner .banner a {
    display: block;
}
.q-left-column .catalogSectionBanner .banner img {
    display: block;
    height: 218px !important;
    width: 218px !important;
}
/*-----  End of CATALOG   ASIDE BANNER AND TEXTBLOCK  ------*/
/*===============================
=            SORTING            =
===============================*/
.q-sorter {
    float: none;
    width:auto;
    line-height: 31px;
}
.q-sorter .q-catalog-view {
    display: inline-block;
}
.q-sorter .q-catalog-view span {

    font-size: 12px;
    font-weight: normal;
    color: #9B9B9B;
    margin-right: 10px;
}

.q-sorter .sortBy {
    display: inline-block;
    float: none;
    vertical-align: middle;
    display: none;
}
.q-sorter .sortAscDesc {
    display: inline-block;
    float: none;
    vertical-align: middle;
    display: none;
}
.q-sorter .q-button-view {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    vertical-align: middle;
    background-color: white;
    margin-right: 5px;
}
.q-sorter .q-button-view-grid {
    background: url('../../images/redesign3/icon-view-grid.png') 50% 50% no-repeat, white;
    background-size: 17px 14px;
}
.q-sorter .q-button-view-list {
    background: url('../../images/redesign3/icon-view-list.png') 50% 50% no-repeat, white;
    background-size: 16px 13px;
}
.q-sorter .q-button-view-active {
    border: 1px solid #979797;
}
.q-sorter .q-button-view-active.q-button-view-grid {
    background: url('../../images/redesign3/icon-view-grid-active.png') 50% 50% no-repeat, white;
    background-size: 17px 14px;
}
.q-sorter .q-button-view-active.q-button-view-list {
    background: url('../../images/redesign3/icon-view-list-active.png') 50% 50% no-repeat, white;
    background-size: 16px 13px;
}
.q-sorter .q-sorter-items-total-number {
    float: right;
    line-height: 32px;
}
.q-sorter #q-catalog-sort-select--value {
    display: none;
}
.q-sorter #q_catalog_sort_select__value_chosen {
    display: inline-block;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-single {
    margin: 0;
    width: 130px;
    height: 30px;
    text-decoration: none;
    border-bottom: none;
    background: white;
    border: 1px solid #DDDDDD;
    box-shadow: none;
}
.q-sorter.expanded-sorter #q_catalog_sort_select__value_chosen .chosen-single {
    width: 160px;
}

.q-sorter #q_catalog_sort_select__value_chosen .chosen-single:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-single:hover {
    border-bottom: 1px solid #dddddd;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-single span {
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-right: 20px;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-single div {
    margin-right: 4px;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-single div b {
    display: block;
    background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat !important;
    background-size: 7px 13px !important;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-drop {
    width: 130px;
    background: white;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    z-index: 110;
}
.q-sorter.expanded-sorter #q_catalog_sort_select__value_chosen .chosen-drop {
    width: 160px;
}

.q-sorter #q_catalog_sort_select__value_chosen .chosen-results {
    margin: 0;
    padding: 0;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li {
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    border-top: 1px solid #E6E6E6;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li:first-child {
    border-top: none;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li.filter-asc {
    background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat;
    background-size: 10px 5px;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li.filter-asc.highlighted {
    background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat, #f9f9f9;
    background-size: 10px 5px;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li.filter-desc {
    background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat;
    background-size: 10px 5px;
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li.filter-desc.highlighted {
    background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat, #f9f9f9;
    background-size: 10px 5px;
}
.q-sorter #q_catalog_sort_select__value_chosen .active-result {
    color: #3F454B;
    line-height: 20px;
}
.q-sorter #q_catalog_sort_select__value_chosen .active-result.highlighted {
    background: #F9F9F9;
    color: #B4213B;
}
.q-sorter #q_catalog_sort_select__value_chosen.chosen-container-single {
    width: 130px !important;
}
.q-sorter.expanded-sorter #q_catalog_sort_select__value_chosen.chosen-container-single {
    width: 160px !important;
}

.q-sorter #q_catalog_sort_select__value_chosen .chosen-drop {
    /*  width: 150px;
  margin-left: -10px;
  border-radius: 5px;*/
}
.q-sorter #q_catalog_sort_select__value_chosen .chosen-results li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.q-sorter .comparisonBlock {
    position: relative;
    display: inline-block;
    float: none;
    padding: 0;
    width: 160px;
    margin-left: 33px;
    top: 0px;
}
.q-sorter .comparisonBlock .empty {
    display: none !important;
}
.q-sorter .comparisonBlock .quantity {
    display: none;
    float: none;
    position: absolute;
    top: 8px;
    right: 22px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #76bc21;
    border: none;
    padding: 0;
    text-align: center;
}
.q-sorter .comparisonBlock .quantity span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.36;
    font-size: 11px;
    font-weight: normal;
    color: white;
}
.q-sorter .comparisonBlock .link {
    margin: 0;
    padding: 0;
    padding-left: 8px;
    display: none;
    height: 28px;
    width: 146px;
    border-radius: 2px;
    box-shadow: none;
    background-color: #f6faf0;
    background-image: none;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    border: 1px solid #76bc21;
    text-decoration: none;
    box-sizing: border-box;
    font-size:12px;
}
.q-sorter .comparisonBlock .link:hover {
    text-decoration: none;
}
.q-sorter .comparisonBlock .link:hover {
    background-color: #f6faf0;
}
.q-sorter .comparisonBlock .link:active {
    background-color: #f6faf0;
}
.q-sorter .comparisonBlock .link:hover:active {
    background-color: #f6faf0;
}
.q-left-column .comparisonBlock {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    width: 100%;
    margin: 7px 0 15px;
}
.q-left-column .comparisonBlock .empty {
    display: none !important;
}
.q-left-column .comparisonBlock .quantity {
    display: none;
    float: none;
    position: absolute;
    top: 7px;
    right: 14px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #76bc21;
    border: none;
    padding: 0;
    text-align: center;
}
.q-left-column .comparisonBlock .quantity span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.36;
    font-size: 11px;
    font-weight: normal;
    color: white;
}
.q-left-column .comparisonBlock .link {
    margin: 0;
    padding: 0 14px;
    display: none;
    height: 28px;
    width: 100%;
    border-radius: 2px;
    box-shadow: none;
    background: #f6faf0;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    border: 1px solid #76bc21;
    text-decoration: none;
    box-sizing: border-box;
    font-size:12px;
}
.q-left-column .comparisonBlock .link:hover {
    text-decoration: none;
}
.q-left-column .comparisonBlock .link:hover {
    background-color: #f6faf0;
}
.q-left-column .comparisonBlock .link:active {
    background-color: #f6faf0;
}
.q-left-column .comparisonBlock .link:hover:active {
    background-color: #f6faf0;
}
.q-goodsInSection {
    margin-left: 8px;
    float: none;
    height: 30px;
    line-height: 30px;
    position: static;
    width: auto;
    flex: none;
}
.q-goodsInSection .quantity {
    position: absolute;
    top: -170px;
    right: 0;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    padding: 0;
}
.q-goodsInSection .label,
.q-sorter .label {
    margin:0;
    display: inline-block;
    float:none;
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9d9d9d;
    text-transform:none;
}

.q-goodsInSection #q-catalog-sort-select--onpage {
    display: none;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single {
    margin: 0;
    width: 50px;
    height: 30px;
    text-decoration: none;
    border-bottom: none;
    background: white;
    border: 1px solid #DDDDDD;
    box-shadow: none;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single:hover {
    border-bottom: 1px solid #dddddd;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single span {
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-right: 20px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single div {
    margin-right: 4px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-single div b {
    display: block;
    background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat !important;
    background-size: 7px 13px !important;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-drop {
    width: 50px;
    background: white;
    border: 1px solid #DDDDDD;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results {
    margin: 0;
    padding: 0;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li {
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    border-top: 1px solid #E6E6E6;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li:first-child {
    border-top: none;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li.filter-asc {
    background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat;
    background-size: 10px 5px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li.filter-asc.highlighted {
    background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat, #f9f9f9;
    background-size: 10px 5px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li.filter-desc {
    background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat;
    background-size: 10px 5px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .chosen-results li.filter-desc.highlighted {
    background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat, #f9f9f9;
    background-size: 10px 5px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .active-result {
    color: #3F454B;
    line-height: 20px;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen .active-result.highlighted {
    background: #F9F9F9;
    color: #B4213B;
}
.q-goodsInSection #q_catalog_sort_select__onpage_chosen.chosen-container-single {
    width: 50px !important;
    z-index: 100;
}
/*-----  End of SORTING  ------*/


/*========================================================
=            PERSONAL CABINET  GENERAL STYLES            =
========================================================*/
.container.q-personal-cabinet-container {
    float: right;
    width: 79.661016949153%;
    min-width: 0;
    min-height: 500px;
}
@media print {
    .container.q-personal-cabinet-container {
        float: left;
    }
}
@media (max-width: 1240px) {
    .container.q-personal-cabinet-container {
        width: 700px;
    }
}
.container.q-personal-cabinet-container .popupCardError,
.invite .popupCardError {
    margin-left: -140px;
    position: fixed;
    top: 50%;
    margin-top: -45px;
}
.invite .popupCardError {
    margin-left: 0;
    left: 37%;
    padding: 10px;
}
.container.q-personal-cabinet-container .popupCardError .close,
.invite .popupCardError .close {
    height: 40px;
    width: 40px;
    border: none;
    background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}
.container.q-personal-cabinet-container .popupCardError .close:hover,
.invite .popupCardError .close:hover {
    background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}
.container.q-personal-cabinet-container .popupCardError h2,
.invite .popupCardError h2 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.container.q-personal-cabinet-container .popupCardError .message,
.invite .popupCardError .message {
    font-weight: normal;
    font-family: GraphikCy-Regular, Arial, sans-serif;
    font-size: 14px;
    color: #262626;
    text-align: center;
    line-height: 20px;
}
.container.q-personal-cabinet-container .grid {
    width: auto;
}
.container.q-personal-cabinet-container .lkContent {
    padding-left: 0;
}
@media (max-width: 1240px) {
    .container.q-personal-cabinet-container .lkContent {
        padding-top: 2px;
    }
}
.container.q-personal-cabinet-container .lkContent h2 {
    color: #3f454b;
    font-family: Graphik_LC, sans-serif;
    font-weight: 500;
    font-size: 24px;
}
.container.q-personal-cabinet-container .lkContent h3 {
    font-weight: 500;
    color: #3f454b;
    font-size: 20px;
}
.container.q-personal-cabinet-container .lkContent p {
    font-family: Graphik_LC, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    color: #262626;
    line-height: 16px;
    font-weight: 500;
}
.container.q-personal-cabinet-container .q-lk-hello-page p{
    font-size: 14px;
    font-weight: normal;
    color: #3f454b;
    text-align: left;
}

@media (max-width: 1240px) {
    .container.q-personal-cabinet-container .lkContent p {
        margin-bottom: 18px;
    }
}
.container.q-personal-cabinet-container .lkContent .lkCardYes p {
    position: relative;
    left: -3px;
    margin-bottom: 18px;
}
.container.q-personal-cabinet-container .lkContent .lkCardNo p {
    position: relative;
    left: 2px;
}
.container.q-personal-cabinet-container .lkContent .lkCardNo p.agreeLkCardNo {
    left: 11px;
    top: 10px;
}
.container.q-personal-cabinet-container .lkContent .lkCardNo p.agreeLkCardNo a {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    font-family: GraphikCy-Regular, Arial, sans-serif;
}
.container.q-personal-cabinet-container .lkContent p.q-new-card-subheader {
    text-align: left;
    font-size: 20px;
    color: #434343;
    font-weight: 500;
    margin: 0;
    padding-left: 1px;
}

@media (max-width: 1240px) {
    .container.q-personal-cabinet-container .lkContent p.q-new-card-subheader {
        padding-left: 8px;
    }
}
.container.q-personal-cabinet-container .lkContent a {
    position: relative;
    top: 7px;
    left: 8px;
    text-decoration: none;
    border-bottom: none;
    font-family: GraphikCy-Regular, Arial, sans-serif;
    font-size: 14px;
    color: #76BC21;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.38px;
}
.container.q-personal-cabinet-container .lkContent .rr-widget a {
    position: static;
    top: auto;
    left: auto;
}
.container.q-personal-cabinet-container .lkContent a.ya-share2__link {
    position: static;
}

.container.q-personal-cabinet-container .lkContent a b,
.container.q-personal-cabinet-container .lkContent a.showOrderDocInfo,
.container.q-personal-cabinet-container .lkContent td a{
    position: static;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
    letter-spacing: normal;
}
.container.q-personal-cabinet-container .q-lk-hello-page a {
    position: static;
    text-decoration: none;
    border-bottom: none;
    font-family: Graphik_LC, sans-serif;
    font-size: 13px;
    color: #262626;
    font-weight: 500;
    letter-spacing: normal;
}

.container.q-personal-cabinet-container .group_order_popup a {
    position: static;
}

@media (max-width: 1240px) {
    .container.q-personal-cabinet-container .lkContent a {
        top: 1px;
        left: 5px;
    }
}
.container.q-personal-cabinet-container .lkContent a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #76bc21;
}
.q-personal-cabinet-header {
    color: #262626;
    font-family: Graphik_LC, sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 22px;
}
.q-lkHeader {
    font-weight: normal;
}
.main .q-lkConsole {
    float: left;
    width: 225px;
    margin-right: 19px;
    padding-top: 0;
    border-radius: 10px;
    background: none;
}
@media (max-width: 1240px) {
    .main .q-lkConsole {
        margin-right: 10px;
    }
}
@media print {
    .main .q-lkConsole {
        display: none;
    }
}
.main .q-lkConsole .grid {
    width: 100%;
}
.main .q-lkConsole h1 {
    display: none;
    font-size: 14px;
    font-weight: normal;
    color: #3f454b;
}
.main .q-lkConsole .q-lkTabsPanel-header {
    display: block;
    padding: 15px;
    margin: 0;
    background: url('../../images/redesign3/icon-arrow-drop-up-orange.png') 90% 47% no-repeat;
    background-size: 10px 5px;
}
.main .q-lkConsole .q-lkTabsPanel-header.collapsed {
    background: url('../../images/redesign3/icon-arrow-drop-down-orange.png') 90% 47% no-repeat;
    background-size: 10px 5px;
}
.main .q-lkConsole .q-lkTabsPanel-header.border {
    border-bottom: 1px solid #E4E4E4;
}
.main .q-lkConsole .lkTabsPanel {
    width: 225px;
    background: none;
    padding-left: 0;
}
.main .q-lkConsole .lkTabsPanel ul {
    width: inherit;
    margin-top: 20px;
    padding: 0;
    background: white;
    border-radius: 2px;
    border: solid 1px #D9D9D9;
}
.main .q-lkConsole .lkTabsPanel ul li {
    border-top: 1px solid #D9D9D9;
}
.main .q-lkConsole .lkTabsPanel ul li:first-child {
    border: none;
}
.main .q-lkConsole .lkTabsPanel li {
    display: block;
    float: none;
    margin: 0;
    padding: 0 0 0 12px;
    height: 39px;
    line-height: 39px;
}
.main .q-lkConsole .lkTabsPanel li:hover {
    background: #F9F9F9;
}
.main .q-lkConsole .lkTabsPanel li.active {
    background: none;
}
.main .q-lkConsole .lkTabsPanel li.active b {
    font-size: 13px;
    color: #76bc21;
    font-weight: 500;
}
.main .q-lkConsole .lkTabsPanel li.active a {
    color: #76bc21;
    font-weight: 500;
}
.main .q-lkConsole .lkTabsPanel li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main .q-lkConsole .lkTabsPanel a {
    font-family: Graphik_LC, Arial, sans-Serif;
    display: block;
    height: 39px;
    width: 100%;
    font-size: 13px;
    line-height: 39px;
    font-weight: normal;
    color: #434343;
    text-decoration: none;
    border-bottom: none;
}
.main .q-lkConsole .lkTabsPanel a:hover {
    text-decoration: none;
    border-bottom: none;
}

.main .q-lkConsole .lkTabsPanel li.personal-offers {
    height: auto;
    padding-top: 9px;
    padding-bottom: 8px;
}
.main .q-lkConsole .lkTabsPanel li.personal-offers a {
    height: auto;
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 13px;
    color: #434343;
    line-height: 20px;
}
.main .q-lkConsole .lkTabsPanel li.personal-offers a span {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-weight: 500;
    color: #F69E41;
    margin-top: 2px;
}

.main .q-lkConsole .lkRightNav {
    width: 225px;
    margin-top: 0;
    background: none;
    float: none;
    border-radius: 2px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.main .q-lkConsole .lkRightNav ul {
    position: relative;
    width: 225px;
    padding: 0;
    margin: 0;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background-size: 225px 11px;
    border: 1px solid #D9D9D9;
    border-bottom: 0 !important;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem.first {
    background-size: 225px 57px;
    background-color: #f5f5f5;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem.last {
    background-size: 225px 43px;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem a {
    font-family: GraphikCy-Regular, Arial, Sans-Serif;
    font-size: 13px;
    color: #434343;
    margin: 0;
    height: 39px;
    line-height: 39px;
    background: white;
    overflow: hidden;
    border: none;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem a:hover {
    background: #F9F9F9;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem a i {
    margin-top: 12px;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem.active a {
    height: 39px;
    line-height: 39px;
    background: white;
    text-shadow: none;
    color: #76BC21;
}
.main .q-lkConsole .lkRightNav .lkRightNavItem.active i {
    background-position: 0 0;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans {
    padding: 9px 0 16px 20px;
    border: none;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .bonusBalansBlock {
    width: 173px;
    white-space: nowrap;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .bonusBalans {
    font-size: 13px;
    color: #76bc21;
    line-height: 20px;
    font-weight: 500;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .bonusText {
    font-size: 13px;
    color: #76bc21;
    text-transform: lowercase;
    font-weight: 500;
    line-height: 20px;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .help_popup_trigger {
    margin: 0;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .miniCardWrap {
    height: 19px;
    width: 30px;
    margin-top: 5px;
}
.main .q-lkConsole .lkRightNav .indentBonusBalans .miniCardWrap img {
    height: 19px;
    width: 30px;
}
.main .q-lkConsole .lkRightNav .moreDetails {
    position: relative;
    background: none;
    padding: 0 0 1px 12px;
    margin-top: -10px;
    z-index: 2;
}
.main .q-lkConsole .lkRightNav .moreDetails strong {
    display: none;
}
.main .q-lkConsole .lkRightNav .moreDetails p {
    font-family: GraphikCy-Regular, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #555555;
}
.main .q-lkConsole .lkRightNav .moreDetails p a {
    height: auto;
    line-height: 13px;
    margin-left: 0;
    text-decoration: none;
    color: #76bc21;
    font-size: 11px;
    border: none;
    background: none;
}
.main .q-lkConsole .lkRightNav .moreDetails p a:hover {
    text-decoration: none;
    border-bottom: none;
}
.main .q-lkConsole .lkRightNav .moreDetails p a:hover {
    color: #acd97a;
}
.main .q-lkConsole .lkRightNav .q-card-warning {
    line-height: 16px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #d2222c !important;
    text-align: center;
}
.main .q-lkConsole .lkRightNav .q-card-warning .link {
    display: block;
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
    line-height: 16px;
    border: none;
    padding-bottom: 8px;
    background: none;
}
.main .q-lkConsole .lkRightNav .q-card-warning .link:hover {
    text-decoration: none;
    border-bottom: none;
}
.main .q-lkConsole .lkRightNav .q-card-warning .link:hover {
    color: #B4213B;
}
.main .q-lkConsole .q-messageContainer {
    width: 220px;
    padding: 0;
    margin-top: 20px;
}
.main .q-lkConsole .q-messageContainer .messagePin {
    padding: 20px;
    border: 1px dashed #BC3038;
}
.main .q-lkConsole .q-messageContainer .messageCard {
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px 2px;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    font-size: 13px;
    color: #0085CF;

}
.main .q-lkConsole .q-messageContainer .messageCard:hover {
    text-decoration: none;
    border-bottom: none;
}
.main .q-lkConsole .q-messageContainer .messageCard:hover {
    color: #B4213B;
}
.main .q-lkConsole .q-messageContainer .messageCard img {
    display: inline-block;
}
.main .q-lkConsole .q-messageContainer span {
    font-size: 13px;
    font-weight: bold;
    color: #b4213b;
}
.main .q-lkConsole .q-messageContainer p {
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    line-height: 20px;
    margin: 15px 0;
}
.main .q-lkConsole .q-messageContainer a {
    text-decoration: none;
    border-bottom: none;

    font-size: 13px;
    color: #0085CF;
}
.main .q-lkConsole .q-messageContainer a:hover {
    text-decoration: none;
    border-bottom: none;
}
.main .q-lkConsole .q-messageContainer a:hover {
    color: #B4213B;
}
.main .q-lkConsole .popup.bonus_help_popup {
    padding: 0;
    width: 650px;
    height: 300px;
}
.main .q-lkConsole .popup.bonus_help_popup a.close {
    height: 23.1px;
    width: 23.1px;
    border: none;
    background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}
.main .q-lkConsole .popup.bonus_help_popup a.close:hover {
    background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}
.main .q-lkConsole .popup.bonus_help_popup .hd {
    height: 20px;
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-weight: 500;
    color: #434343;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 28px;
}
.main .q-lkConsole .popup.bonus_help_popup .hd span {
    display: inline-block;
    width: 137px;
    height: 20px;
    line-height: 20px;
    position: relative;
    left: 272px;
    top: -2px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_1 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    color: #76BC21;
    font-weight: normal;
    line-height: 16px;
    width: 95px;
    margin-bottom: 45px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_2 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #F69E41;
    width: 95px;
    margin-bottom: 34px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_3 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #9D9D9D;
    width: 95px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_text_1 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    color: #262626;
    text-align: left;
    line-height: 16px;
    margin-bottom: 29px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_text_2 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    color: #262626;
    text-align: left;
    line-height: 16px;
    margin-bottom: 34px;
}
.main .q-lkConsole .popup.bonus_help_popup .col_hd_text_3 {
    font-family: Graphik_LC, Arial, Sans-Serif;
    font-size: 12px;
    color: #262626;
    text-align: left;
    line-height: 16px;
    margin-bottom: 48px;
}
.main .q-lkConsole .popup.bonus_help_popup .col {

    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    line-height: 16px;
}
.lk_order_detail .sampleBlock {
    padding: 0px 5px 0px;
    line-height: 30px;
    font-family:Helvetica;
    font-size:13px;
    color:#df9111;
    background:rgba(245,166,35,0.10);
    border:1px solid rgba(245,166,35,0.25);
    border-radius:5px;
    width:166px;
    height:28px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.lk_order_detail .help_popup_trigger__custom {
    top: 16px;
}
.lk_order_detail .sampleBlock img{
    position: relative;
    top: 3px;
}
/*====================================*
*   ? ? ? ? ? ? ? ? ? ?  ? ? ? ? ? ? ? ?
*====================================*/
.q-lk-hello-page {
    box-sizing: border-box;
    background-color: white;
    -webkit-border-radius: 2px;
    border: solid 1px #d9dadc;
    border-radius: 2px;
    padding: 1px 20px 20px 20px;
    padding-left: 20px !important;
    width: 100%;
}
.q-lk-hello-page ul li {
    padding-left: 20px;
}
.q-personal-cabinet-container .q-lk-replace {
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 1px 20px 60px 20px !important;
    width: 760px;
}
@media (max-width: 1240px) {
    .q-personal-cabinet-container .q-lk-replace {
        width: 700px;
    }
}

.q-personal-cabinet-container .q-lk-replace p {

    font-size: 13px;
    font-weight: bold;
    color: #3f454b;
    line-height: 16px;
    margin-bottom: 16px;
}
.q-personal-cabinet-container .q-lk-replace .small.paragraph {

    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
    line-height: 20px;
    margin-bottom: 16px;
}
.q-personal-cabinet-container .q-lk-replace a.q-print-hidden {
    display: none;
}
.q-personal-cabinet-container .q-lk-replace a.q-print {
    box-sizing: border-box;
    display: block;
    height: 30px;
    width: 130px;
    font-size: 14px;
    font-weight: normal;
    color: #3f454b;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: none;
    background-color: white;
    background-image: none;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0;
}
.q-personal-cabinet-container .q-lk-replace a.q-print:hover {
    background-color: #F9F9F9;
    color: #B4213B;
}
.q-personal-cabinet-container .q-lk-replace a.q-print:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-personal-cabinet-container .q-lk-replace a.q-print:hover:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-personal-cabinet-container .q-lk-replace a.q-print:hover {
    border-bottom: 1px solid #dddddd;
}
@media print {
    .q-personal-cabinet-container .q-lk-replace a.q-print {
        display: none;
    }
}
.q-personal-cabinet-container .q-lk-change-pin {
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 1px 20px 60px 20px;
    padding-left: 20px !important;
    width: 700px;
}
.q-personal-cabinet-container .q-lk-change-pin h3 {
    margin-bottom: 20px;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm span {
    margin-top: 2px;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetPhone {
    position: relative;
    height: 28px;
    width: 278px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    line-height: 15px;
    background: none;
    padding: 0 10px;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetPhone:focus {
    outline: none;
    border: 1px solid #4A90E2;
    box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7) !important;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetPhone:invalid {
    outline: none;
    border: 1px solid #D0021B;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetEmail {
    position: relative;
    height: 28px;
    width: 278px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    line-height: 15px;
    background: none;
    padding: 0 10px;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetEmail:focus {
    outline: none;
    border: 1px solid #4A90E2;
    box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7) !important;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetEmail:invalid {
    outline: none;
    border: 1px solid #D0021B;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetCodeSend {
    box-sizing: border-box;
    display: block;
    height: 30px;
    width: 130px;
    font-size: 14px;
    font-weight: normal;
    color: #3f454b;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: none;
    background-color: white;
    background-image: none;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0;
    margin-left: 20px;
    float: left;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetCodeSend:hover {
    background-color: #F9F9F9;
    color: #B4213B;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetCodeSend:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetCodeSend:hover:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetPhone + .error.errorBox {
    margin-top: -7px;
    margin-left: 10px;
}
.q-personal-cabinet-container .q-lk-change-pin #lkSetForm .lkSetEmail + .error.errorBox {
    margin-top: 0px;
    margin-left: 10px;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone:after {
    content: "";
    display: table;
    clear: both;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetCodeCheck {
    position: relative;
    height: 28px;
    width: 278px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    line-height: 15px;
    background: none;
    padding: 0 10px;
    width: 118px;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetCodeCheck:focus {
    outline: none;
    border: 1px solid #4A90E2;
    box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7) !important;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetCodeCheck:invalid {
    outline: none;
    border: 1px solid #D0021B;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetPassWrap {
    margin-top: 20px;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetPassWrap input[type="password"] {
    position: relative !important;
    height: 28px !important;
    width: 278px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: 1px solid #C9C9C9 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #3f454b !important;
    line-height: 15px !important;
    background: none !important;
    padding: 0 10px !important;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetPassWrap input[type="password"]:focus {
    outline: none !important;
    border: 1px solid #4A90E2 !important;
    box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7) !important;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .lkSetPassWrap input[type="password"]:invalid {
    outline: none !important;
    border: 1px solid #D0021B !important;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7) !important;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .passSubmit {
    box-sizing: border-box;
    display: block;
    height: 30px;
    width: 150px;
    font-size: 14px;
    font-weight: normal;
    color: #3f454b;
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: none;
    background-color: white;
    background-image: none;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .passSubmit:hover {
    background-color: #F9F9F9;
    color: #B4213B;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .passSubmit:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-personal-cabinet-container .q-lk-change-pin #idFormSetPasswordPhone .passSubmit:hover:active {
    background-color: #B4213B;
    color: white;
    text-shadow: none;
}
.q-popupCardCreated h2 {
    font-size: 20px;
    font-weight: bold;
    color: #3f454b;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
}
/*-----  End of PERSONAL CABINET  GENERAL STYLES  ------*/
/*=================================================================
=            PERSONAL CABINET    ----    AUTHORIZATION            =
=================================================================*/
.q-AuthBlock {
    width: 420px;
    padding: 20px;
    background-color: white;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
}
.q-AuthBlock .popupAuthHd {
    font-size: 20px;
    font-weight: 500;
}
.q-AuthBlock .popupAuthLoginType {
    padding-left: 0;
    font-size: 13px;
    font-weight: normal;
    color: #3f454b;
}
.q-AuthBlock .checoutBlock {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
}
.q-AuthBlock .checoutBlock input {
    position: relative;
    height: 28px;
    width: 278px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #C9C9C9;
    font-size: 12px;
    font-weight: normal;
    color: #3f454b;
    line-height: 15px;
    background: none;
    padding: 0 10px;
    height: 34px;
    width: 398px !important;
}
.q-AuthBlock .checoutBlock input:focus {
    outline: none;
    border: 1px solid #a8d470;
    box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
    -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-AuthBlock .checoutBlock input:invalid {
    outline: none;
    border: 1px solid #D0021B;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-AuthBlock .authFormBottomLinks {
    padding: 0;
}
.q-AuthBlock .authFormBottomLinks a {
    text-decoration: none;
    border-bottom: none;


    color: #76bc21;
    font-size: 12px;
}
.q-AuthBlock .authFormBottomLinks a:hover {
    text-decoration: none;
    border-bottom: none;
}
.q-AuthBlock .authFormBottomLinks a:hover {
    color: #B4213B;
}
.q-AuthBlock .authSubmit {
    box-sizing: border-box;
    display: block;
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    background-image: none;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    padding: 0;
    background: #76bc21;
    border: 1px solid #76bc21;
    box-shadow: none;
    color: white;
    text-shadow: none;
    transition: background 0.1s;
    height: 35px;
    margin-top: 20px;
}
.q-AuthBlock .authSubmit:hover,
.q-AuthBlock .authSubmit:active,
.q-AuthBlock .authSubmit:hover:active {
    background: #98cc58;
    border-color: #98cc58;
    box-shadow: none;
}

.q-AuthBlock .authSubmit:hover .addToCartBigCP {
    background: none;
}
.q-AuthBlock .authSubmit:hover .addToCartBigRP {
    background: none;
}
.q-AuthBlock .authSubmit.disabled {
    opacity: 0.25;
}
.q-AuthBlock .authSubmit .addToCartBigRP {
    background: none;
    height: 100%;
    width: 100%;
}
.q-AuthBlock .authSubmit .addToCartBigCP {
    background: none;
    height: 100%;
    width: 100%;
    margin: 0;

    font-size: 13px;
    font-weight: normal;
    color: white;
    line-height: 35px;
}
.q-AuthBlock .checoutBlock .errorBox {
    margin-left: 5px;
    margin-top: -4px !important;
    min-height: 34px;
}

