*,
body,
html
{
    outline: none !important;
    /* margin: 0;
	padding: 0;
	font-family: $fontFamily; */
}

body
{
    background-color: #f7f7f7;
    /*
	color: $fontColor;
	font-family: $fontFamily;
	font-size: 18px/1.67; */
}

.clear:before,
.clear:after
{
    display: table;

    content: '';
}

.clear:after
{
    clear: both;
}

.clear
{
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

input.q-btn,
input[type='submit'].q-btn
{
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;

    height: auto;
    padding: 4px 12px;

    text-align: center;
    letter-spacing: .08em;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: none;
    box-shadow: none;
    box-shadow: none;
}

input.q-btn-red,
input[type='submit'].q-btn-red
{
    background-color: #bd3039;
}

input.q-btn-red:hover,
input[type='submit'].q-btn-red:hover
{
    background-color: #bd3039;
}

.wrapper
{
    width: 1241px;
    margin: 0 auto;
    /* border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2); */
}
.headerPanel, .headerPanel *, .logo-container *{
    box-sizing: border-box;
}
.logo-container
{
    display: table-cell;

    height: 120px;

    vertical-align: middle;

}

.header-main-logo
{
    float: left;
}

.header-search-block
{
    /* overflow: hidden; */
    font-size: 1em;

    position: relative;

    float: left;

    height: 44px;
    margin: 0 20px;
    padding: 0;

    border: 2px solid #ddd;
    border-radius: 10px;
}
.header-search-block .search-category
{
    font-size: 1.3em;
    font-weight: bold;
    line-height: 40px;

    float: left;

    padding: 0 30px 0 10px;

    cursor: pointer;
    transition: all .3s ease-int;

    opacity: .8;
    color: #8d8a83;
    background-color: #f3f3f3;
    background-image: url(../../images/redesign3/icon-arrow-down-grey.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.header-search-block .search-category:hover
{
    opacity: 1;
}
.header-search-block .search-input
{
    float: left;
    /* width: 98%; */
}
.header-search-block .search-input input
{
    font-size: 1.3em;
    width: 683px;
    height: 40px;
    padding: 0 72px 0 16px;
    color: #3F454B ;
    border: none;
    box-shadow: none !important;
}

.q-headerCatalog
{
    height: 40px;

    background-color: #353a3e;
}

.main-menu
{
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;
}
.main-menu > li
{
    font-size: 1em;
    line-height: 40px;

    float: left;

    margin: 0 0;
    padding: 0 11px;

    transition: all .2s ease-in;

    color: #fff;

    role: link;
}
.main-menu > li .headerCatalogItemLink
{
    font-weight: bold;

    text-decoration: none;
    text-transform: uppercase;

    color: inherit;
    border-bottom: none;
}

.main-menu > li .main-menu__submenu li
{
    list-style: none;
}
.main-menu > li:hover ,
.q-headerCatalog .main-menu > li:hover .headerCatalogItemLink{
    background-color: #e9e9e9;
}
.main-menu > li.hovered .main-menu__submenu
{
    display: block;
}

.q-headerCatalogItem
{
    background-color: #353a3e;
}

.q-headerCatalogItem-catalog
{
    background-color: #52575b;
}
.q-headerCatalog {
    border-radius: 0;
}
.headerCatalogAll
{
    float: left;

    width: 840px;
    padding: 0 0 0 16px;

    text-align: center;

    border-bottom: none;
}
.headerCatalogAllItem
{
    display: inline-block;
    float: left;
    width: 200px;
    margin: 0;
    border-bottom: none;
}
.headerCatalogAllItem-name
{
    font-family: Arial;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3em;

    margin-top: 3px;

    text-align: center;
}
.headerCatalogAllItem:hover .headerCatalogAllItem-name
{
    color: #c51a3c;
}

.headerCatalogAll-banner
{
    float: right;

    width: 220px;
    height: 320px;
    margin-right: 70px;

    border-radius: 12px;
    /*background-color: #eee;*/
}

.q-headerCatalogCol
{
    width: 18% !important;
}

.headerCart
{
    width: auto !important;
}

.q-headerCartDesc
{
    font-size: 1.4em;
    font-weight: bold;

    position: absolute;
    top: 12px;
    left: 68px;

    width: 80px;
    margin-left: 0;

    color: #413f40;
}

.q-headerCartDesc {
    font-family: Graphik_LC, Helvetica, Arial;
}

.q-header .logo-container .headerCart a.q-headerCartLink:hover .q-headerCartDesc,
.q-header .logo-container .headerCart a.q-headerCartLink:hover .q-headerCartDesc .rub {
    color: #76bc21;
}

.q-headerCartNum
{
    line-height: 28px;

    position: absolute;
    z-index: 101;
    top: -8px;
    right: -8px;

    display: block;

    width: 26px;
    height: 26px;

    color: #fff;
    border-radius: 50%;
    background-color: #f8a428;
    text-shadow: none;
}

.q-search-line-clear
{
    position: absolute;
    z-index: 101;
    top: 42px;

    width: 542px;

    background-color: #fff;
}

.q-headerCatalog
{
    position: static;
    top: 0;

    float: none;

    width: 100%;
}

.q-rub
{
    font-weight: bold;
}

.tip-plate
{
    font-size: 1em;
    font-weight: bold;

    position: absolute;
    top: 10px;
    left: 10px;

    width: 40px;
    margin: 0;
    padding: 4px 0 2px 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-radius: 2px;
}

.tip-plate::before
{
    bottom: -4px;
    left: 13px;

    width: 0;
    height: 0;

    border-top: 1px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tip-plate::before,
.tip-plate::after
{
    position: absolute;

    content: '';
}

.tip-plate-red
{
    background-color: #b9333a;
}

.tip-plate-red::before
{
    border-top: 8px solid #b9333a;
}

.tip-plate-blue
{
    background-color: #4891e1;
}

.tip-plate-blue::before
{
    border-top: 8px solid #4891e1;
}

.tip-plate-yellow
{
    background-color: #f5a623;
}

.tip-plate-yellow::before
{
    border-top: 8px solid #f5a623;
}

.q-main-HitsHD,
.q-main-SaleHD
{
    font-size: 1.8em;

    text-align: left;
}

.q-mainHits
{
    height: auto;
}

.q-mainHits *{
    box-sizing: border-box;
}

.q-mainHitsItem
{
    position: relative;

    float: left;

    width: 230px;
    height: auto;
    margin: 5px 0;
    margin-right: 20px;
    padding: 5px 25px 15px 25px;
    transition: box-shadow .4s linear;
    text-align: left;

    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.q-mainHitsItemPic
{
    margin: 40px 0 0 0;

    text-align: center;
}

.q-mainHitsItemName
{
    font-size: 13px;
    font-weight: bold;

    display: block;

    text-decoration: none;

    color: #3373a3;
    border-bottom: none;
}

.q-mainHitsItemPrice
{
    font-size: 1.4em;
    font-weight: bold;
}

.q-mainHitsItem:hover
{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.star
{
    margin: 5px 0;

    background-image: url(/static/images/redesign2/star.png);
}

.q-mainSale
{
    border: none;
    background: none;
}

.q-mainSaleHd
{
    font-size: 1.8em;

    height: auto;
    margin-bottom: 25px;

    text-align: left;

    border: none;
    background: none;
}

.q-mainSaleItem
{
    position: relative;

    width: 217px;
    height: auto;
    margin-right: 20px;
    margin-left: 0;
    padding-top: 40px;

    text-align: center;

    border-bottom: none;
    background-color: #fff;
}

.q-mainSaleItemHd
{
    height: auto;
}

.q-footerInfo
{
    padding: 3px 0;
}

.q-footerMenu
{
    height: auto;
}

.q-footerInfo
{
    color: #747476;
    background-color: #4b4b4b;
}

.q-footer-subscribe
{
    float: left;
}

.q-footer-subscribe-text
{
    font-size: 1.2em;
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
}

.q-footer-subscribe-form-email
{
    font-size: 1.2em;
    line-height: normal;

    width: 312px;
    margin: 0 10px 0 22px;
    margin-top: -4px;
    padding: 4px 12px;

    border: none;
    border-radius: 4px;
    box-shadow: none;
}

.q-col
{
    float: left;

    box-sizing: border-box;
    width: 20%;
    margin: 0;
    padding-right: 40px;
}

.q-footerArrowedLinks ul li
{
    padding: 0;
    list-style: none;
}


/* ОСТАВИТЬ ПУСТОЙ ПРИ КОНФЛИКТЕ!!!*/
.q-footerMenuList a
{

}

.q-footerMenuListSocial li
{
    width: auto !important;
    margin-right: 14px;
}

.q-footerMenuListSocial li a
{
    padding: 0;
    width: 26px;
}

.footer-contact .footer-contact__header.footerMenuHd {
    margin: 23px 0 5px 0;
}
.footer-contact .footer-contact__group {
    margin: 10px 0;
}
.footer-contact .footer-contact__group:first-child {
    margin-bottom: 0;
}
.footer-contact .footer-contact__link {
    font-size: 14px;
    color: #434343;
}
.footer-contact .footer-contact__link:hover {
    color: #76bc21;
}
.footer-contact-message .footer-contact-message__item {
    display: inline-flex;
    min-height: 44px;
    box-sizing: border-box;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: #F5F5F5;
    background-size: 32px 32px;
    border-radius: 4px;
    margin: 5px 0;
    padding: 5px 10px 5px 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #434343;
}
.footer-contact-message .footer-contact-message__item:hover {
    color: #76bc21;
}

.footer-contact-message__label {
    margin-top: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #434343;
}

.footer-contact-message .footer-contact-message__item.footer-contact-message__item_messengers {
    border-radius: 4px;
    margin: 10px 0;
    padding: 6px;
}

.footer-contact-message .footer-contact-message__item.footer-contact-message__item_messengers .footer-contact-message__item {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    min-height: 32px;
    background-position: center;
}

.footer-contact-message .footer-contact-message__item.footer-contact-message__item_messengers .footer-contact-message__item:not(:last-of-type) {
    margin-right: 8px;
}


.footer-contact-message .footer-contact-message__item.footer-contact-message__item_whatsapp {
    background-image: url('/static/images/redesign3/whatsapp_color.svg');

}
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_viber {
    background-image: url('/static/images/redesign3/viber_color.svg');
}
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_telegram {
    background-image: url('/static/images/redesign3/telegram_color.svg');
}
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_phone {
    background-image: url('/static/images/redesign3/phone.svg');
}
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_feedback,
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_callback {
    background-image: url('/static/images/redesign4/mail.svg');
}
.footer-contact-message .footer-contact-message__item.footer-contact-message__item_livetex {
    background-image: url('/static/images/redesign3/livetex.svg');
}

.q-col-left
{
    display: table-cell;

    box-sizing: border-box;
    width: 20%;

    vertical-align: middle;
}

.q-col-center
{
    display: table-cell;

    box-sizing: border-box;
    width: 47%;

    vertical-align: middle;
}

.q-col-right
{
    display: table-cell;

    box-sizing: border-box;
    width: 30%;

    vertical-align: middle;
}

.q-col-left,
.q-col-center,
.q-col-right
{
    line-height: 55px;

    height: 55px;
    margin-right: 0 !important;
}

.q-footerIconAkita
{
    display: block;
    float: right;

    width: 95px;
    height: 50px;

    background: transparent url('/static/images/footer/footerAKIT_bw.png') 0 0 no-repeat;
}

.q-footerIconAkita:hover
{
    background: transparent url('/static/images/footer/footerAKIT_color.png') 0 0 no-repeat;
}

.q-col-right-cards
{
    float: right;
}

.t100rambler
{
    font-size: 1em;
    line-height: 54px;

    display: block;
    /* margin-right: 20px; */
    float: right;

    height: 54px;
    margin: 0 30px;

    color: #b5d8eb;
}

.q-col-right-card
{
    vertical-align: -11px;
    margin-right: 3px;
}
.q-col-right-card:last-of-type {
    margin-right: 0;
}

.q-footerIconPhone
{
    font-size: 18px;
}
.countProd
{
    margin-left: 0;
}

.mainNewsTabs{
    background-color: #fff;
    padding: 30px 0;
}

.mainNewsTabs *{
    box-sizing: border-box;
}
.mainNewsTabs__menu--item{
    display: inline-block;
    margin: 5px 30px 5px 0;
    padding: 2px 0px;
    color: #3f454b;
    font-size: 1.7em;
}
.mainNewsTabs__menu .mainNewsTabs__menu--item {
    cursor: pointer;
}

.mainNewsTabs__menu--item-active{
    color: #bc3038;
    border-bottom: 3px solid #bc3038;
}

.mainNewsContent__item{
    width: 33.333333%;
    float: left;
    padding: 10px 20px 10px 0;
}
.mainNewsContent__item:last-child{
    padding: 10px 0px 10px 0;
}

.mainNewsTabs__content--item{
    display: none;
}

.mainNewsContent__item--img{
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-size: cover;
}

.mainNewsContent__item--img{
    width: 100%;
}

.mainNewsContent__item--date{
    color: #9a9a9a;
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
}

.mainNewsContent__item--header{
    color: #0085cf;
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: bold;
    border-bottom: none;
    cursor: pointer;

}

.mainNewsContent__item--text{
    color: #3f454b;
    margin: 10px 0;
    font-size: 1.1em;
}

.mainBannerGroup__left300{
    float: left;
    width: 25.42%;
}

.mainBannerGroup__center500{
    float: left;
    width: 45.76%;
}

.mainBannerGroup__right300{
    float: left;
    width: 25.42%;

}

.mainBannerGroup__separator{
    float: left;
    width: 1.69%;
    min-height: 100px;
}

.mainBannerGroup__separator-v{
    height: 1.69%;
}

.mainBannerGroup__top500{
    margin-bottom: 3.05%;
}

.mainBannerGroup{
    padding: 15px 0;
}
.mainBannerGroup img{
    width: 100%;
}
.mainBannerGroup *{
    border-bottom: none;
}

.mainBannerGroup a{
    display: block;
}

#info_credit_page{
    height: 100%;
    width: 100%;
}
#info_credit_page h4{
    text-align: center;
}
#info_credit_page fieldset{
    margin-bottom: 40px;
}
#info_credit_page fieldset h4{
    font-style: italic;
    text-align: left;
}
#info_credit_page fieldset .credit_conditions{
    text-decoration: underline;
}
#info_credit_page .bank_logo{
    text-align: center;
}

.main_teaser .owl-controls .owl-dots {
    position: relative;
    left: 50%;
    top: -23px;
}

.main_teaser .q-image-slider.owl-carousel .owl-controls .owl-dots {
    display: inline-block;
    height: 10px;
    width: auto;
}

.main_teaser .owl-controls .owl-dots .owl-dot.active {
    opacity: 0.99;
    background: #A0A3A6;
}
.main_teaser .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.main_teaser .owl-controls .owl-dots .owl-dot {
    float: left;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 0.5;
    background: #A0A3A6;
    margin-right: 8px;
}
