/* Добавьте стили для своего сайта в этот файл */
/* --------------------------------------------------
2026-06-10 - правка



Стили сайта http://colibry-groupe.com/ 2020-05-25

Серый
color:#7a7e87;
Синий
color:#2c2d4c;
Красный
color:#de4112;

rgba(-,-,-,1.0);



.dot:after {
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    margin: .85em 0 0;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    }

-------------------------------------------------- */
/* B3 = XS<768px, SM>768px, MD>992px, LG>1200px
-------------------------------------------------- */
/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/




#nc_netshop_dm_1_price, #nc_netshop_dm_6_price,
.tpl-property-delivery-estimate-price,
.tpl-property-delivery-method-estimate-price,
.tpl-block-menu-secondary.text-right
{display:none;}

.cg-marker-dt {display:block !important;}
.cg-marker-dt-inline {display:inline !important;}
.cg-marker-mb {display:none !important;}
.cg-marker-mb-inline {display:none !important;}
.c2-1, .c2-2 {width:50%}
.c2-1 {padding-right:15px;float:left;}
.c2-2 {padding-left:15px;float:right;}
.col-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

@media only screen and (max-device-width: 760px) {
body{font-size: 1.5rem;}
.cg-marker-mb {display:block !important;}
.cg-marker-mb-inline {display:inline !important;}
.cg-marker-dt {display:none !important;}
.cg-marker-dt-inline {display:none !important;}
.c2-1, .c2-2 {width:100%}
.c2-1 {padding-right:0px;}
.c2-2 {padding-left:0px;}
.col-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
}
}

@media only screen and (min-width: 761px){

}

a,a:hover,a:focus,a:active{text-decoration:none;}
.tpl-theme-grey-red a,.tpl-theme-grey-red .tpl-link{color: #103090;/*color:#2c2d4c;*/}
.tpl-theme-grey-red a:hover,.tpl-theme-grey-red .tpl-link:hover,
.tpl-theme-grey-red a:focus,.tpl-theme-grey-red .tpl-link:focus,
.tpl-theme-grey-red a:active,.tpl-theme-grey-red .tpl-link:active{color:#de4112;}

input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], textarea, .tpl-block-itext {
    font: normal 300 14px/1.9 Roboto,Arial,sans-serif;
    -webkit-tap-highlight-color: transparent;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 15px;
    display: block;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}


/* Кнопки */

.tpl-theme-grey-red button[type="submit"]{border-radius:3px;-webkit-border-radius:3px;}
.tpl-theme-grey-red .cg-ask-a-question-submit button[type="submit"],.tpl-theme-grey-red #callbackContinue.cg-ask-a-question-submit button[type="submit"]{border:1px solid #de4112;-webkit-border-radius:3px;border-radius:3px;background:rgba(222,65,18,1.0) !important;color:#fff !important;line-height:1rem !important;padding:10px 20px;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}
.tpl-theme-grey-red .cg-ask-a-question-submit button[type="submit"]:hover,.tpl-theme-grey-red #callbackContinue.cg-ask-a-question-submit button[type="submit"]:hover{border:1px solid #de4112;-webkit-border-radius:3px;border-radius:3px;background:rgba(222,65,18,0.8) !important;color:#fff !important;line-height:1rem !important;padding:10px 20px;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}

@media only screen and (max-device-width: 760px){
.tpl-theme-grey-red .cg-ask-a-question-submit button[type="submit"],.tpl-theme-grey-red #callbackContinue.cg-ask-a-question-submit button[type="submit"],.tpl-theme-grey-red .cg-ask-a-question-submit:hover button[type="submit"],.tpl-theme-grey-red #callbackContinue.cg-ask-a-question-submit:hover button[type="submit"]{line-height:40px  !important;width:100%;}
}

.tpl-theme-grey-red .tpl-block-cart-actions button,
.tpl-theme-grey-red .tpl-block-auth-form-actions button,
.tpl-theme-grey-red .tpl-block-cart-actions a,
.tpl-theme-grey-red .tpl-block-auth-form-actions a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
}

.tpl-theme-grey-red .tpl-block-main.tpl-component-cart .tpl-block-cart-actions .tpl-link-order-add {
    background: #de4112; /* красный */
}

.tpl-block-main.tpl-component-cart .tpl-block-cart-actions button,
.tpl-block-main.tpl-component-order .tpl-block-order-actions button,
.tpl-block-main.tpl-component-cart .tpl-block-cart-actions .tpl-link-order-add,
.tpl-block-main.tpl-component-order .tpl-block-order-confirmation .tpl-link-change,
.tpl-block-cart-coupons-add button[type="submit"] {
    font-size: 18px;
    margin: 0;
}



.tpl-theme-grey-red .tpl-block-main.tpl-component-order .tpl-block-order-confirmation .tpl-link-change {
    color: #fff;
}

.tpl-theme-grey-red .tpl-block-main.tpl-component-order-added .tpl-link-catalog,
.tpl-theme-grey-red .tpl-block-main.tpl-component-order-added input[type=submit] {
    background: #de4112;
}
.tpl-theme-grey-red .tpl-block-main.tpl-component-order-added .tpl-link-catalog,
.tpl-theme-grey-red .tpl-block-main.tpl-component-order-added input[type=submit] {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    
}

input[type="submit"],
.tpl-theme-grey-red #cart-item-remove-confirm,
.tpl-theme-grey-red .nc-form button,
.tpl-theme-grey-red .tpl-block-popup button,
.tpl-theme-grey-red .tpl-block-main.tpl-component-order .tpl-block-order-confirmation .tpl-link-change
{-webkit-border-radius:3px;border-radius:3px;border:1px solid #ddd;font-size:14px;color:#000;height:42px;
    font-size:14px;line-height:40px;padding-left:25px;padding-right:25px;background:#eee !important;}

input[type="submit"]:hover,
.tpl-theme-grey-red #cart-item-remove-confirm:hover,
.tpl-theme-grey-red .nc-form button:hover,
.tpl-theme-grey-red .tpl-block-popup button:hover,
.tpl-theme-grey-red .tpl-block-main.tpl-component-order .tpl-block-order-confirmation .tpl-link-change:hover
{border:1px solid #de4112;-webkit-border-radius:3px;border-radius:3px;background:#de4112 !important;color:#fff !important;-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;}

.cont-whatsapp{display:inline-block;text-align:center;vertical-align:middle;}

/* nav */

.tpl-theme-grey-red body > header .tpl-block-phone .tpl-value a {color:#000;}
.tpl-theme-grey-red body > header .tpl-block-phone .tpl-caption a {color: #7a7e87;}
body > header .tpl-block-cart .tpl-cart-title {color:#000;}



body > header .tpl-block-menu {
    border-bottom: 5px solid;
    height: 43px;
    position: relative;
    margin-right: -100%;
    left: 0;
    padding-left: 0;
    width: 100%;
    z-index: 5;
    float: left;
}
.tpl-theme-grey-red body > header .tpl-block-menu:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: none !important;
    background-color: #ddd !important;
    /* height: 5px;
    background: url(../i/theme-grey-red/bg-red-gradient.png) repeat-x 0 100% !important; */
    bottom: -5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    z-index: 3;
}
.tpl-theme-grey-red body > header .tpl-block-menu > div a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.tpl-theme-grey-red body > header .tpl-block-menu > div a.tpl-state-current {
    color: #000;
}
body > header .tpl-block-search {
    float: left;
    margin-right: -100%;
    padding-left: 80px;
    margin-top: 7rem;
    position: relative;
    left: 60%;
    width: 40%;
    z-index: 10;
}
body > header .tpl-block-search form {
    padding-top: 0px;
    height: 40px;
    position: relative;
}
.tpl-theme-grey-red body > header .tpl-block-search form {
    /* -webkit-border-radius: 7px; */
    /* border-radius: 7px; */
    /* background: url(../i/theme-grey-red/bg-red-gradient.png) repeat-x 0 100% !important; */
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: none !important;
    background: transparent !important;
}

body > header .tpl-block-search-query {
    overflow: hidden;
    position: relative;
    padding: 0px 0 0 0px;
    height: 40px;
    top: 0px;
    left: 0px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ddd;	
}
body > header .tpl-block-search-query input {
    overflow: hidden;
    display: block;
    border: none;
    margin: 0;
    width: 100%;
    height: 38px;
    padding-left: 20px;
    font-size: 14px;
    z-index: 2;
    position: relative;
}
.tpl-theme-grey-red body > header .tpl-block-search-query input {
    color: #000 !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color:transparent !important;
    /* -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.2); */
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0px 0 rgba(0,0,0,0.2);
}
.tpl-theme-grey-red body > header .tpl-block-search-query button .icon-search {
    margin-top: -3px;
    background: url(../i/theme-grey-red/icon-search.png) no-repeat;
    width: 21px;
    height: 21px;
    opacity: 1;
}
/* /nav */
.tpl-block-breadcrumbs {
    font-weight: 300;
    line-height: 1.5;
}






/* tit */

.tpl-block-hero .tpl-block-prevnext {
    position: absolute;
    right: 25px;
    left:auto;
    top: 40px;
    z-index: 15;
}
.tpl-block-hero .tpl-block-prevnext .tpl-link-prev:before, .tpl-block-hero .tpl-block-prevnext .tpl-link-next:before {
    font-size: 15px;
    line-height: 35px;
}

.tpl-block-hero {
    position: absolute;
    height: 500px;
    width: 100%;
    top: 290px;
}
.tpl-block-hero-slider {
    top: 20px;
}
.tpl-theme-grey-red .tpl-block-hero .s-info {
    text-align: right;
    top: 160px;
    left: 280px;
}

 /* menu-secondary */
.tpl-block-menu-secondary {
    text-align:left;
}
.tpl-block-menu-secondary.text-right {
    text-align:right;
}

.tpl-theme-grey-red aside .tpl-block-menu-secondary:after {
    content: '';
    /* background: url(../i/theme-grey-red/bg-sidebar-arrow.png) no-repeat 0 0; */
    background: none !important;
    width: 31px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 35px;
    margin-left: -15px;
}
.tpl-block-content aside .tpl-block-menu-secondary a {
    color: #fff;
}
.tpl-block-content aside .tpl-block-menu-secondary a {
    text-decoration: none;
    display: block;
    padding: 9px 20px;
}
.tpl-theme-grey-red aside .tpl-block-menu-secondary {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #2c2d4c !important;
}
.tpl-block-content aside .tpl-block-menu-secondary a.tpl-state-current {
    background-color:#de4112;
    opacity: 1.0;
    pointer-events: none;
}

 /* /menu-secondary */

.tpl-theme-grey-red .tpl-component-news h2 {
    color: #282849 !important;
}

@media only screen and (max-device-width: 760px){
.tpl-component-news h2 {
    border-top: 1px solid #ddd;
    padding: 0px;
    padding-top: 30px;
    margin: 0;
}}

.tpl-block-front-page {
    padding-top: 0px; /* 435px - отступ из-за банера */
}
.tpl-block-content aside .tpl-block-menu-secondary-container {
    min-height: 1000px; /* минимальная высота меню */
    padding-top: 435px;
}

.cg-owl-title {width:889px;margin-left:250px;}
@media only screen and (max-device-width:760px){
.cg-owl-title {width:100%;margin-left:0px;}
}


.tpl-block-front-page .tpl-block-news{padding-top:20px;min-height:200px;}
@media only screen and (max-device-width:760px){
.tpl-block-front-page .tpl-block-news {width: auto;margin:0;float:none;padding:0px 0 55px;}
}



/* /tit */


/* внутренняя Shop */
.tpl-block-content{}
.tpl-layout-page-center{}
.tpl-block-full{}
/* /внутренняя Shop */
/* внутренняя Cg */
.cg-page-up{padding-bottom:3rem;}
.cg-pagee-up .tpl-block-breadcrumbs{}
.cg-page-up h1{}
/* /внутренняя Cg */
/* внутренняя 3981. Новости, акции, распродажи */
/* Список */
.cg-block-release-list{padding-bottom:3rem;}
.cg-block-release-list-object{line-height:1.5;}
.cg-block-release-list-object-date, .cg-block-release-object-date{font-size: 0.7rem;color:rgba(0,0,0,0.5);}
.cg-block-release-list-object-annonce{}
/* Объект */
.cg-block-release-object{padding-bottom:3rem;line-height:1.5;}
.cg-block-release-object-date{} /* см. Список */
.cg-block-release-object-block1-, .cg-block-release-object-block1-1, .cg-block-release-object-block2-1, .cg-block-release-object-block3-1{clear:both;padding-top:1rem;padding-bottom:2rem;} /* текст по умолчанию */
.cg-block-release-object-block1-2, .cg-block-release-object-block2-2, .cg-block-release-object-block3-2{clear:both;padding-top:1rem;padding-bottom:2rem;} /* текст по умолчанию */
.cg-block-release-object-block1-3, .cg-block-release-object-block2-3, .cg-block-release-object-block3-3{clear:both;padding-top:1rem;padding-bottom:2rem;} /* текст по умолчанию */
.cg-block-release-object-block1-4, .cg-block-release-object-block2-4, .cg-block-release-object-block3-4{clear:both;padding-top:1rem;padding-bottom:2rem;text-align:center;} /* текст по центру */
.cg-block-release-object-block1-img-1, .cg-block-release-object-block2-img-1, .cg-block-release-object-block3-img-1{float:none;padding-right:30px;padding-bottom:30px;} /* картинка по умолчанию, слева без обтекания */
.cg-block-release-object-block1-img-2, .cg-block-release-object-block2-img-2, .cg-block-release-object-block3-img-2{float:left;padding-right:30px;padding-bottom:30px;} /* картинка слева */
.cg-block-release-object-block1-img-3, .cg-block-release-object-block2-img-3, .cg-block-release-object-block3-img-3{float:right;padding-left:30px;padding-bottom:30px;} /* картинка справа */
.cg-block-release-object-block1-img-4, .cg-block-release-object-block2-img-4, .cg-block-release-object-block3-img-4{float:none;padding-bottom:30px;} /* картинка по центру без обтекания текстом */
.cg-block-release-object-block1-text, .cg-block-release-object-block2-text, .cg-block-release-object-block3-text{}
.cg-block-release-object-block1-text p, .cg-block-release-object-block2-text p, .cg-block-release-object-block3-text p{}
/* /внутренняя 3981. Новости, акции, распродажи */





/* Заказ */
.tpl-block-main.tpl-component-cart .tpl-block-cart-coupons-add input {
    background: #eee;
    width: 50%; /*Купон*/
    height: 40px;
    margin-right: 8px;
    float: left;
}

.tpl-theme-grey-red .tpl-block-main.tpl-component-order input[type=text],
.tpl-theme-grey-red .tpl-block-main.tpl-component-order input[type=number],
.tpl-theme-grey-red .tpl-block-main.tpl-component-order input[type=email],
.tpl-theme-grey-red .tpl-block-main.tpl-component-order textarea,
.tpl-theme-grey-red .tpl-block-amountchoice-value,
.tpl-theme-grey-red .chosen-container *:first-child {
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0px 0 #000;
    box-shadow: inset 0 0px 0 #000;
}
.tpl-theme-grey-red .tpl-block-main.tpl-component-cart .tpl-block-cart-contents,
.tpl-theme-grey-red .tpl-block-main.tpl-component-cart .tpl-block-cart-coupons {
    border-color: #ddd;
}

.tpl-block-main.tpl-component-cart .tpl-block-cart-contents,
.tpl-block-main.tpl-component-cart .tpl-block-cart-coupons {
    border: 1px solid;
    width: 100%;
    padding: 30px 55px 55px;
    margin-top: 30px;
    font-weight: 400;
    position: relative;
}
.tpl-theme-grey-red .tpl-block-main.tpl-component-cart .tpl-block-cart-summary {
    border-color: #ddd;
}
.tpl-block-main.tpl-component-cart .tpl-block-cart-summary {
    border-top: 1px solid;
    padding-top: 50px;
    position: relative;
    line-height: 1.8;
}
.tpl-theme-grey-red .tpl-block-main.tpl-component-order fieldset, .tpl-theme-grey-red .tpl-block-main.tpl-component-order-added fieldset {
    border-color: #ddd;
}
.tpl-block-main.tpl-component-order fieldset, .tpl-block-main.tpl-component-order-added fieldset {
    border: 1px solid;
    width: 100%;
    padding: 30px 75px 75px;
    margin-top: 30px;
    font-weight: 400;
    position: relative;
}



/* /Заказ */



.tpl-theme-grey-red body > header .tpl-block-navbar,.tpl-theme-grey-red body > header .tpl-block-navbar:after{
    content:'';
    position:relative;
    width:100%;
    margin:0 auto 0px auto;
/*	margin-top:-20px;
    background: url(../i/theme-grey-red/bg-topbar.png) repeat-x;
    background-color:#2c2d4c; */
    background-color:#fff;
    height:auto;
    padding:0.5rem 1rem;

}
.tpl-theme-grey-red body > header .tpl-block-navbar a {
    color:rgba(0,0,0,0.8);
}
.tpl-theme-grey-red body > header .tpl-block-navbar a:hover {
    color:rgba(0,0,0,1.0);
}


body > header .tpl-block-logo-row {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
}
body > header .tpl-block-logo {
    float: left;
    margin-right: -90%; /* 100% */
    position: relative;
    padding-left: 0;
    width: 150px;
    margin-top: -25px;
}
body > header .tpl-block-logo img {
    max-height: 150px;
    max-width: 150px;
}
.tpl-block-logo2 {
    position:absolute;
    width:140px;
    top:41px;
    left:175px;
}

.tpl-block-content {
    margin-bottom: 5rem;
}

body > header .tpl-block-cart .tpl-cart-icon {left:-50px;}

/* Карточки товаров: Сейчас смотрят, Недавно купили, Вы недавно смотрели, Список сравнения, Избранное */

.s-tiles-wide article, .tpl-widget-netshop-accessories .tpl-block-list-objects article, .tpl-widget-netshop-bought-recently .tpl-block-list-objects article, .tpl-widget-netshop-compare .tpl-block-list-objects article, .tpl-widget-netshop-favorite .tpl-block-list-objects article, .tpl-widget-netshop-goods-offers .tpl-block-list-objects article, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article, .tpl-widget-netshop-viewed-now .tpl-block-list-objects article {
    border: 0px solid;
}


.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-component-goods .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-block-list-objects .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-list-objects article {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    border-color: transparent;
    position: relative;
    border-width: 0px;
    margin: 1px 1px 5px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
}

.tpl-theme-grey-red .s-tiles-wide article, .tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-bought-recently .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-goods-offers .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article, .tpl-theme-grey-red .tpl-widget-netshop-viewed-now .tpl-block-list-objects article {
    border-color: #ddd;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
    
}

.s-tiles-wide article, .tpl-widget-netshop-accessories .tpl-block-list-objects article, .tpl-widget-netshop-bought-recently .tpl-block-list-objects article, .tpl-widget-netshop-compare .tpl-block-list-objects article, .tpl-widget-netshop-favorite .tpl-block-list-objects article, .tpl-widget-netshop-goods-offers .tpl-block-list-objects article, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article, .tpl-widget-netshop-viewed-now .tpl-block-list-objects article {
    margin: 1px 1px 5px;
    padding: 15px 15px 15px;
    width: auto;
    height: 390px;
    position: relative;
    border: 0px solid;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
/*    border-width: 1px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);	 */
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 0 0 0px rgba(0,0,0,0.067);
}

.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-component-goods .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-block-list-objects .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-now .tpl-block-list-objects article,
.tpl-widget-netshop-bought-recently .tpl-block-list-objects article {

    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid;
    border-color: #ddd;
}

.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-component-goods .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-block-list-objects .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects article:hover,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-now .tpl-block-list-objects article:hover,
.tpl-widget-netshop-bought-recently .tpl-block-list-objects article:hover {

    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid;
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);

}
.s-tiles-wide .tpl-property-image, .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-goods-offers .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-property-image, .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-property-image {
    display: block;
    position: relative;
    margin-bottom:10px;
    height: 170px;
    width: 100%;
    line-height: 170px;
    text-align: center;
}



.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-component-goods .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-block-list-objects .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-property-vendor,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-property-vendor,
.tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-property-vendor {
    position: relative;
}
.s-tiles-wide h3, .tpl-widget-netshop-accessories .tpl-block-list-objects h3, .tpl-widget-netshop-bought-recently .tpl-block-list-objects h3, .tpl-widget-netshop-compare .tpl-block-list-objects h3, .tpl-widget-netshop-favorite .tpl-block-list-objects h3, .tpl-widget-netshop-goods-offers .tpl-block-list-objects h3, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects h3, .tpl-widget-netshop-viewed-now .tpl-block-list-objects h3 {

    margin: 0px 0 10px;
}
.s-tiles-wide .tpl-property-item-price, .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-goods-offers .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-property-item-price, .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-property-item-price {

    width: auto;
    text-align: right;
}
.s-tiles-wide .tpl-link-favorite, .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-goods-offers .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-link-favorite, .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-link-favorite, .s-tiles-wide .tpl-link-favorite-add, .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-goods-offers .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-link-favorite-add, .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-link-favorite-add, .s-tiles-wide .tpl-link-favorite-remove, .tpl-widget-netshop-accessories .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-bought-recently .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-compare .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-favorite .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-goods-offers .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-viewed-by-user .tpl-block-list-objects .tpl-link-favorite-remove, .tpl-widget-netshop-viewed-now .tpl-block-list-objects .tpl-link-favorite-remove {
    left: 15px;
}

.tpl-block-item-remove .tpl-block-ibtn {
    cursor: pointer;
    display: block;
    /* width: 30px; */
    /* height: 30px; */
    border: 0px solid;
    color: #eee;
    font-size: 20px;
    line-height: 21px !important;
}
.tpl-theme-grey-red .tpl-block-item-remove .tpl-block-ibtn {
    color: #eee;
}
.tpl-theme-grey-red .tpl-block-item-remove .tpl-block-ibtn:hover {
    color: #de4112;
}
.tpl-layout-page-center, .tpl-block-hero-item, body > header .tpl-block-menu-secondary {
    margin: 0 auto;
    position: relative;
/*    min-width: 1180px;
    max-width: 1300px; */
    width: 100%;
    padding: 0 20px;
    line-height: 2em;
}
.tpl-block-tabs--footer .tpl-block-tabs-switcher {
    border-bottom: 0px solid;
    margin-bottom: 0;
    padding: 1px 0 0;
}
.tpl-block-tabs--footer .tpl-layout-page-center {
    padding: 0 20px;
    margin: 30px auto 50px;
}
.tpl-block-tabs-trigger {
    position: absolute;
    height: 0;
    width: 0;
    right: 20px;
    top: 0px;
    border: 15px solid transparent;
    cursor: pointer;
    -moz-transition: border 0.2s, top 0.2s;
    -webkit-transition: border 0.2s, top 0.2s;
    transition: border 0.2s, top 0.2s;
}
.tpl-theme-grey-red .tpl-block-tabs-trigger {
    border-bottom-color: transparent;
}
.tpl-theme-grey-red .tpl-block-tabs-trigger.tpl-state-active {
    top: 0px;
    border-top-color: transparent;
}

.tpl-theme-grey-red .tpl-block-swiper-scrollbar {
    background: #ddd;
}
.tpl-theme-grey-red .tpl-block-swiper-scrollbar .swiper-scrollbar-drag {
    background: #999;
}
.tpl-theme-grey-red .tpl-block-tabs--footer .tpl-block-tabs-tab {
    color: rgba(0,0,0,0.5);
}
.tpl-theme-grey-red .tpl-block-tabs.tpl-block-tabs--footer .tpl-block-tabs-tab.tpl-state-current {
    color: rgba(0,0,0,1.0);
    background: url(../i/theme-grey-red/nop.png) repeat-x 0 0 !important;
    background-color: #f5f3f1 !important;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
.tpl-theme-grey-red .tpl-block-tabs.tpl-block-tabs--footer .tpl-block-tabs-tab.tpl-state-current:hover {
    color: #000;
}
.tpl-theme-grey-red .tpl-block-tabs.tpl-block-tabs--footer .tpl-block-tabs-tab {
    background: none;
    padding-left: 0;
}
.tpl-theme-grey-red .tpl-block-tabs.tpl-block-tabs--footer .tpl-block-tabs-tab:hover {
    color: #2c2d4c;
}
.tpl-theme-grey-red .tpl-block-tabs.tpl-block-tabs--footer .tpl-block-tabs-switcher {
    border-color: #f5f3f1 !important;
    background-color: #f5f3f1;
}
.tpl-theme-grey-red .tpl-block-tabs--footer .tpl-block-tabs-wrapper {
    background: #f5f3f1;
}

/* Разделы список */
.cg-block-list-sub {margin-right:-20px;}
.cg-block-list-sub-object {margin-bottom:20px;float:left;width:33.333%;padding-right:20px;}
.cg-block-list-sub-object article {font-size:15px;font-weight:700;line-height:1.2;/*text-transform:uppercase;*/padding:20px;text-align:center;border:1px solid #ddd;-webkit-border-radius:3px;border-radius:3px;}
.cg-block-list-sub-object article:hover {-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);box-shadow:0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);}
.cg-block-list-sub-object img {width:150px;padding:20px;opacity:0.5;border:1px solid #ddd;-webkit-border-radius:110px;border-radius:110px;background:#eee !important;}
.cg-block-list-sub-object article:hover img {opacity:0.7;}
.cg-block-list-sub-title {height:5em;padding-top:1em;}

/* /Разделы список */

.tpl-block-list-prefix .tpl-block-breadcrumbs, .tpl-block-list-prefix .tpl-block-list-order, .tpl-block-list-prefix .tpl-block-list-per-page, .tpl-block-list-prefix .tpl-block-list-layout {
    position:relative;
}
.tpl-block-list-prefix .tpl-block-list-order {
    left: 30%;
    width: 30%;
    padding-left: 10px;
}
.tpl-block-list-prefix .tpl-block-list-per-page {
    left: 30%;
    width: 22%;
    padding-left: 15px;
}
.tpl-block-list-prefix .tpl-block-list-layout {
    left: 35%;
    text-align: right;
    margin-right: 0;
    width: 10%;
}



/* Товар */

body > header .tpl-block-menu-secondary .tpl-block-menu-secondary-item span {
    text-decoration: none; /* блок с ссылками */
}

.tpl-block-list-prefix .tpl-block-breadcrumbs {
    color:#7a7e87;
    left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    position: relative;
}
.tpl-theme-grey-red .tpl-block-breadcrumbs a.tpl-state-current {
    color: #7a7e87;
}
.tpl-theme-grey-red .tpl-block-breadcrumbs a {
    color: #7a7e87;
}
.tpl-theme-grey-red .tpl-block-breadcrumbs a:hover,
.tpl-theme-grey-red .tpl-block-breadcrumbs a:active,
.tpl-theme-grey-red .tpl-block-breadcrumbs a:focus {
    color: #de4112;
}
.tpl-block-breadcrumbs-item:after {
    content: '';
    margin: 0;
    line-height: 20px;
}
.tpl-theme-grey-red .tpl-block-content h1,
.tpl-component-goods.tpl-block-full h1 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-transform: none; /* uppercase; */
    margin-top: 2rem;
    margin-bottom: 3rem;
}
/* list */

@media only screen and (max-device-width: 760px){
.tpl-block-filter {
    margin: 0;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px solid #adadad;}
.tpl-component-goods .tpl-block-list-objects .tpl-block-list-object .tpl-property-item-price {
    width: auto;}	
.tpl-component-goods .tpl-block-list-objects .tpl-block-list-object .tpl-property-item-price {
    top: 650px;}
    }

.tpl-block-list-prefix .tpl-block-pagination {
    /* margin-top: 3rem; */
    clear: both;
    margin-bottom: 1rem;
    padding-top: 3rem;
}
.tpl-theme-grey-red .tpl-block-list-prefix .tpl-block-list-layout > div {
    color: #2c2d4c;
}
.tpl-theme-grey-red .tpl-block-list-prefix .tpl-block-list-layout > div.tpl-state-active {
    color: #ddd;
}
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-page.tpl-state-current,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-prev.tpl-state-current,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-next.tpl-state-current {
    border-color: #ddd;
}
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-prev.tpl-state-disabled,
.tpl-theme-grey-red .tpl-block-prevnext .tpl-link-prev.tpl-state-disabled,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-next.tpl-state-disabled,
.tpl-theme-grey-red .tpl-block-prevnext .tpl-link-next.tpl-state-disabled {
    color: #ddd;
    border: 5px solid transparent;
}
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-prev,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-next {
    color: #2c2d4c;
}
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-prev,
.tpl-theme-grey-red .tpl-block-prevnext .tpl-link-prev,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-next,
.tpl-theme-grey-red .tpl-block-prevnext .tpl-link-next {
    border: 5px solid transparent;
}
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-prev:hover,
.tpl-theme-grey-red .tpl-block-pagination .tpl-link-next:hover {
    border-color: transparent;
}
.tpl-component-goods .tpl-layout-tiles article > a,
.tpl-component-goods .tpl-layout-list article > a {
    color: #000;
}
.tpl-theme-grey-red .tpl-component-goods .tpl-layout-tiles article > a h3,
.tpl-theme-grey-red .tpl-component-goods .tpl-layout-list article > a h3 {
    color: #000;
}
.tpl-theme-grey-red .tpl-component-goods .tpl-layout-tiles article > a:hover h3,
.tpl-theme-grey-red .tpl-component-goods .tpl-layout-list article > a:hover h3 {
    color: #2c2d4c;
}

.tpl-component-goods .tpl-layout-tiles h3,
.tpl-component-goods .tpl-layout-list h3 {
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
}

.tpl-component-goods .tpl-layout-tiles h3 {
    text-align: center;
    margin: 0em 0 1em;
    max-height: 75px;
    overflow: hidden;
}
.tpl-component-goods .tpl-layout-list h3 {
    margin: 0 180px 0 285px;
    display: block;
    text-align: left;
}
.tpl-component-goods .tpl-layout-list .tpl-block-subheader {
    margin: 1rem 180px 0px 285px;
    display: block;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
}
.tpl-component-goods .tpl-layout-tiles .tpl-block-subheader {
    margin: 0;
    display: block;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
}
.tpl-component-goods .tpl-layout-list .tpl-property-description {
    padding: 1rem 0;
    display: block;
    margin: 0 170px 0 285px;
    line-height: 1.45;
}
.tpl-component-goods .tpl-layout-list .tpl-property-item-price, .tpl-component-goods .tpl-layout-list .tpl-property-original-price {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -210px;
    white-space: nowrap;
}
.tpl-component-goods .tpl-layout-list .tpl-property-item-price {
    top: 23px;
    line-height: 1.2;
    font-size: 28px;
    text-align: right;
    font-weight: 400;
    width: 190px;
}

/*good*/
.tpl-block-subheader {margin-top:-3rem;margin-bottom:1rem;}

.tpl-component-goods.tpl-block-full .tpl-block-full-prefix, .tpl-component-goods.tpl-block-full .tpl-block-full-main {
    margin-bottom: 3rem;
    padding-top: 3rem;
}

.tpl-theme-grey-red .tpl-block-main.tpl-block-full {
    padding: 0; /* */
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid transparent;
}

.tpl-theme-grey-red .tpl-block-menu-secondary .icon-bluecheck,
.tpl-theme-grey-red .tpl-block-menu-secondary .icon-bluetruck,
.tpl-theme-grey-red .tpl-block-menu-secondary .icon-bluecards,
.tpl-theme-grey-red .tpl-block-menu-secondary .icon-bluepin {
    margin-top:-3px;
    margin-left:30px;
}
.tpl-theme-grey-red .tpl-block-menu-secondary .tpl-block-menu-secondary-item span {
    margin-left:10px;
}

/*картинка*/
.tpl-property-bigimage {width:40%;text-align:center;}
.tpl-property-bigimage img {max-width:100%;max-height:450px;}






/*цена*/
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form {
    left: 65%;
    width: 35%;
    /* border: 5px solid; */
    padding: 20px 25px 8px;
}
.tpl-theme-grey-red .tpl-block-cart-form {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.tpl-theme-grey-red .tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-divider {
    border-color: #ddd;
}
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-divider {
    border-top: 1px solid;
    margin: 10px 0 20px;
}


/*краткое описание*/
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief {
    left: 40%;
    width: 25%;
}
@media only screen and (max-device-width:760px){
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief {
    left: 0;
    width: 100%;
    display:block;
}}

.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief .tpl-link-favorite-add, .tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief .tpl-link-favorite {
    padding: 0 1rem;
}
.tpl-property-description {
    padding: 1rem 1rem 0;
}
@media only screen and (max-device-width:760px){
.tpl-property-description {
    padding: 1rem 0rem 0;
}}
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief .tpl-link-more {
    display: block;
    padding: 0.5rem 1rem 0;
    margin-bottom: 30px;
}
@media only screen and (max-device-width:760px){
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-details-brief .tpl-link-more {
    display:none;
}}





.tpl-block-prevnext .tpl-link-prev:before,
.tpl-block-prevnext .tpl-link-next:before {
    margin: 15px 0 0;
}
.tpl-theme-grey-red .tpl-block-prevnext > * {
    border: none !important;
    line-height: 30px !important;
    background: none !important;
    color: #ddd !important;
}
.tpl-theme-grey-red .tpl-block-prevnext > *:hover {
    opacity: 1 !important;
    color: #2c2d4c !important;
    background: none !important;
}
.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-component-goods .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-block-list-objects .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-prevnext > *,
.tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-prevnext > * {
    border: none !important;
    line-height: 30px !important;
    background: none !important;
}
.tpl-theme-grey-red .tpl-block-goods-offers .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-component-goods .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-block-list-objects .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-widget-netshop-viewed-by-user .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-widget-netshop-accessories .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-widget-netshop-compare .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-widget-netshop-favorite .tpl-block-prevnext > *:hover,
.tpl-theme-grey-red .tpl-block-goods-viewed-now .tpl-block-prevnext > *:hover {
    background: none !important;
}







.s-tiles-small article, .tpl-widget-netshop-bought-together .tpl-block-list-objects article, .tpl-widget-netshop-new-goods h2 article, .tpl-widget-netshop-new-goods .tpl-block-list-objects article, .tpl-widget-netshop-viewed-together .tpl-block-list-objects article {
    /* ПОКУПАТЕЛИ, КОТОРЫЕ ВЫБРАЛИ ЭТОТ ТОВАР, ТАКЖЕ СМОТРЕЛИ */
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 10px 20px 115px;
    width: auto;
    height: 135px;
    position: relative;
}
.s-tiles-small article:hover,
.tpl-widget-netshop-bought-together .tpl-block-list-objects article:hover,
.tpl-widget-netshop-new-goods h2 article:hover,
.tpl-widget-netshop-new-goods .tpl-block-list-objects article:hover,
.tpl-widget-netshop-viewed-together .tpl-block-list-objects article:hover
{
    /* ПОКУПАТЕЛИ, КОТОРЫЕ ВЫБРАЛИ ЭТОТ ТОВАР, ТАКЖЕ СМОТРЕЛИ
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067); */
}



/* footer =================================================== */
body > footer {
    padding: 50px 0;
    height: auto;
    position: relative;
}
.tpl-theme-grey-red footer {color:#fff !important;background:#2c2d4c !important;}
.tpl-theme-grey-red footer a {color:rgba(255,255,255,0.5) !important;;}
.tpl-theme-grey-red footer a:hover,
.tpl-theme-grey-red footer a:focus,
.tpl-theme-grey-red footer a:active {color:rgba(255,255,255,0.9) !important;;}



  
.tpl-block-footer-developer {
    padding-top: 3rem;
    text-align:center;
}


body > footer .tpl-block-subscribe{position:relative;}
@media only screen and (max-device-width:760px){
    body > footer .tpl-block-subscribe{line-height:85px;font-size:1.4em}
    }

body > footer .tpl-block-subscribe input{background:#fff}

@media only screen and (max-device-width:760px){
    body > footer .tpl-block-subscribe input{border:none}
    body > footer .tpl-block-subscribe input:focus{-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}
    }
@media only screen and (max-device-width:760px){}
    
.cg-block-footer-subscribe {line-height:3em;padding:2rem 0 3rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,0.1);}

.tpl-block-footer-subscribe-title {width:25%;float:left;display:inline-block;text-align:right;padding-right:1rem;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-subscribe-title {width:100%;float:none;display:block;text-align:center;padding-left:1rem;padding-right:1rem;}}

.tpl-block-footer-subscribe {width:50%;display:inline-block;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-subscribe {width:100%;display:block;}}

.tpl-block-footer-subscribe-social {width:25%;float:right;display:inline-block;padding-left:1rem;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-subscribe-social {width:100%;float:none;display:block;text-align:center;padding-left:1rem;}}

.tpl-block-footer-title {font-size:15px;line-height:3.0;font-weight:400;color: rgba(255,255,255,1.0);text-transform: uppercase;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-title {font-size:30px;}}
    
.tpl-block-footer-list-item {font-size:14px;line-height:1.7;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-list-item {font-size:20px;line-height:2.0;}}	
    
.cg-block-footer-info{line-height:3em;padding:0rem 0 3rem;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,0.1);}

.tpl-block-footer-info{float:left;width:35%;padding-right:20px;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-info{float:none;width:100%;padding-right:20px;}}

.tpl-block-footer-info span {font-size:12px;line-height:1.5;color:rgba(255,255,255,0.5);}
@media only screen and (max-device-width:760px){
.tpl-block-footer-info span {font-size:20px;line-height:1.5;color:rgba(255,255,255,0.5);}}

.tpl-block-footer-info img {width:15px;margin-right:5px;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-info img {width:25px;margin-right:5px;}}

.tpl-block-footer-info a {text-decoration:none;border-bottom:1px dotted rgba(255,255,255,0.2);}

.tpl-block-footer-info a > span {color:rgba(255,255,255,1.0);}

.tpl-block-footer-center{float:left;width:30%;padding-left:70px;padding-right:20px;}
@media only screen and (max-device-width:760px){
.tpl-block-footer-center{float:none;width:100%;padding-left:0px;padding-right:0px;}}

.tpl-block-footer-contacts{float:right;width:35%;padding-left:20px;font-size:14px;line-height:1.5;color:rgba(255,255,255,0.5);}
@media only screen and (max-device-width:760px){
.tpl-block-footer-contacts{float:none;width:100%;padding-left:0px;font-size:20px;line-height:1.5;color:rgba(255,255,255,0.5);}}

.cg-block-footer-phone-block-title{}

.cg-block-footer-phone-block{margin-bottom:10px;}

.cg-block-footer-phone-item, .cg-block-footer-mail-item {font-size:21px;line-height:30px;font-weight:400;}
@media only screen and (max-device-width:760px){
.cg-block-footer-phone-item, .cg-block-footer-mail-item {font-size:35px;line-height:43px;font-weight:400;}}

.cg-block-footer-phone-item img, .cg-block-footer-mail-item img {width:15px;margin-right:5px;}
@media only screen and (max-device-width:760px){
.cg-block-footer-phone-item img, .cg-block-footer-mail-item img {width:25px;}}

.cg-block-footer-phone-title {font-size:14px;font-style:italic;line-height:15px;}
@media only screen and (max-device-width:760px){
.cg-block-footer-phone-title {font-size:20px;line-height:25px;}}

.cg-block-footer-mail-block-title{margin-top:30px;}

.cg-block-footer-mail-block {margin-bottom:15px;}

.cg-block-footer-adress{width:100%;text-align:center;color:rgba(255,255,255,0.5);line-height:3em;}
@media only screen and (max-device-width:760px){
.cg-block-footer-adress{line-height:1.5;}}

.cg-block-footer-adress img{width:15px;margin-right:5px;}
@media only screen and (max-device-width:760px){
.cg-block-footer-adress img{width:25px;}}

.cg-block-footer-copy{width:100%;text-align:center;padding:0rem 1rem 2rem 1rem;border:0px solid #fff;}
@media only screen and (max-device-width:760px){
.cg-block-footer-copy{margin-top:3rem;}}
    
.cg-block-footer-report{width:100%;text-align:center;padding:0rem 1rem 0rem 1rem;}




body > footer .tpl-block-subscribe button[type=submit]{
    position:absolute;
    display:block;
    top:0px;
    right:0px;
    line-height:40px;
    height:40px;
    padding:0 10px;
    margin:0;
    background:rgb(44,45,76);
    border-radius:0px;
    -webkit-border-radius:0px;
    font-size:1.0em;
    opacity:.8;
    -moz-transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s;
    transition:opacity 0.2s;
    -moz-transition:color 0.2s, -moz-transform 0.2s;
    -webkit-transition:color 0.2s, -webkit-transform 0.2s;
    transition:color 0.2s, transform 0.2s;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-transition:opacity 0.2s, -moz-transform 0.2s;
    -webkit-transition:opacity 0.2s, -webkit-transform 0.2s;
    transition:opacity 0.2s, transform 0.2s;
    }
    

body > footer .tpl-block-subscribe button[type=submit]{color:#fff}
.tpl-theme-grey-red body > footer .tpl-block-subscribe button[type=submit]{color:#fff}

body > footer .tpl-block-subscribe button[type=submit]:hover{opacity:.5;}
body > footer .tpl-block-subscribe button[type=submit]:hover{color:inherit}

.tpl-theme-grey-red body > footer .tpl-block-subscribe button[type=submit]:hover{color:inherit}

body > footer .tpl-block-subscribe button[type=submit]:active{-moz-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
body > footer .tpl-block-subscribe button[type=submit]:active{color:#fff}
.tpl-theme-grey-red body > footer .tpl-block-subscribe button[type=submit]:active{color:#fff}

@media only screen and (max-device-width:760px){
    body > footer .tpl-block-subscribe button[type=submit]{top:0px;height:60px;}
    body > footer .tpl-block-subscribe button[type=submit]:active{opacity:1;}
    }
@media only screen and (max-device-width:760px){
    body > footer .tpl-block-subscribe{position:relative;top:0;font-size:34px;left:0;right:0;}}
    




/* /footer =================================================== */

.tpl-theme-grey-red .tpl-block-popup {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid;
    border-color: #ddd;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
}

.tpl-block-mfp-bg{background:#888;opacity:.5;filter:alpha(opacity=#$overlay-opacity*100);}



.tpl-block-mfp-close {
    overflow: visible;
    cursor: pointer;
    display: block;
    z-index: 1046;
    width: 44px;
    height: 44px;
    line-height: 44px;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    right: 0px;
    top: 20px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: alpha(opacity=#$controls-opacity*100);
    padding: 0;
    color: #eee;
}

.tpl-block-mfp-close:hover,
.tpl-block-mfp-close:focus,
.tpl-block-mfp-close:active {
    color: #de4112;
    opacity:1;
    filter:alpha(opacity=#1*100)

}
.icon-popup-close {
    width: 14px;
    height: 14px;
    background-image:none;
    cursor: pointer;
    display: block;
    border: 0px solid;
    font-size: 20px;
    line-height: 21px !important;
}	




.icon-popup-close:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-popup-close:before {
    content: '\e813';
}
/* --------------------------------------------------
@media

B3 = XS<768px, SM>768px, MD>992px, LG>1200px

-------------------------------------------------- */


/* моб display:none; */



@media only screen and (max-device-width: 760px) {
body {
    min-width: 640px;
    max-width: 640px;
    overflow-x: hidden;
    margin: 0 auto;
}	




.tpl-block-navbar,.tpl-block-prevnext,.tpl-block-menu-secondary.text-right {display:none;}


.tpl-theme-grey-red .tpl-block-headerdrop {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.067);	
}
.tpl-block-headerdrop--user:before {
    left: 248px;
}
.tpl-theme-grey-red .tpl-block-mobileuser .tpl-block-ibtn {
    background: #fff;
}
.tpl-block-headerdrop:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 15px 25px;
    border-bottom-color: transparent; /*#0b135f;*/
    bottom: 100%;
    z-index: 5;
}
.tpl-block-headerdrop {
    color:#000;
}
.tpl-block-mobilecart-info {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
}
.tpl-block-mobilecart-item {
    margin-top: 0px;
    padding: 35px 0px 35px;
    position: relative;
}
.tpl-block-mobilecart .tpl-block-mobilecart-item-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.tpl-block-mobilecart .tpl-property-total-price {
    margin-top: 10px;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
}
.tpl-block-mobilecart-delete {
    position: absolute;
    top: 35px;
    right: 0px;
}
.tpl-block-mobilecart-showimage {
    position: absolute;
    bottom: 30px;
    right: 80px;
}
input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], textarea {
    font-size:24px;
}
.tpl-block-mobilesearch .tpl-block-itext {
    border: 1px solid #ddd;
}
.tpl-block-mobilesearch .tpl-block-ibtnimage {
    position: absolute;
    right: 50px;
    top: 40px;
}
.tpl-block-mobilesearch .tpl-block-ibtnimage-submit{
    height:60px;
}

.tpl-block-mobilemenu {
    font-weight: 500;
    color:#000;
}
.tpl-block-mobilemenu-title {
    font-size: 30px;
    font-weight: 500;
    padding: 40px 70px;
    color:#103090;
}
.tpl-theme-grey-red .tpl-block-mobilemenu-drop {
    background: #fff;
}
.tpl-block-mobilemenu-drop {
    padding: 0px 0 20px;
    border-bottom: 1px solid #ddd;
}
.tpl-block-mobilemenu-item {
    padding: 20px 70px;
    font-size: 30px;
    line-height: 1.2;
}
.tpl-block-subheader {margin-top:0rem;margin-bottom:1rem;}
.tpl-property-vendor {margin-top:-3rem;margin-bottom:1rem;}
.tpl-block-breadcrumbs {
    font-weight: 300;
    line-height: 1.5;
    background: #eaeff2;
    margin: 0 !important;
    padding: 25px 20px !important;
    border-top: 0px solid #ddd;
    clear: both;
    width: 100% !important;
    min-width: auto !important;
    max-width: auto !important;
}
.tpl-component-goods.tpl-block-full .tpl-block-full-main > div {
    float:none;
}
.tpl-property-bigimage {
    width:100%;
    text-align: center;
}
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-property-item-price {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
}
.tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-property-in-stock {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
    text-align: right;
    vertical-align: middle;
}
.tpl-theme-grey-red .tpl-variable-part .tpl-link-cart-add, 
.tpl-theme-grey-red .tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-link-cart-add {
    background:none !important;
    background-color:#2c2d4c !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tpl-theme-grey-red .tpl-component-goods.tpl-block-full .tpl-block-full-main .tpl-block-cart-form .tpl-link-cart-add-and-checkout {
    background:none !important;
    background-color:#de4112 !important;
    color: #fff !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}




.tpl-block-front-page {padding-top:0px;}
.tpl-block-hero {
    position: relative;
    height: 500px;
    width: 100%;
    top: 0px;
}
.tpl-block-hero-slider {
    top: 0px; 
}

.tpl-block-hero-slider {
    height: 500px;
    width: 640px;
}


.tpl-block-hero-item {
    height: 500px;
    padding: 0;
    overflow: hidden;
}		
.tpl-block-hero-item .s-product {
    left: 0;
    top: 45px;
    width: 100%;
    text-align: center;
    padding: 0;
    /* right: auto; */
}
.tpl-block-hero-item .s-product img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    right:0;
}	
.tpl-theme-grey-red .tpl-block-hero-item .s-info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.tpl-block-hero-item .s-cost {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 71px;
    text-align: center;
    font-weight: 700;
    white-space: normal;
}	
.tpl-theme-grey-red .tpl-block-hero-item .s-cost {
    background: #de4112;
    color:#fff;
}
.tpl-block-hero-item .s-title {
    position: relative;
    bottom: 300px;
    padding-right: 45%;
    left: 50px;
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    height: 50px;
    text-align: left;
    color: #000;
}




    
}
/*/@media only screen and (max-device-width: 760px)*/
.tpl-theme-grey-red .tpl-block-mobilenav {
    background: #2c2d4c;
}
@media only screen and (max-device-width: 760px)
*:active {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    color: inherit !important;
    outline: none !important;
}
.icon-mobilenav-logo {
    width: 50px;
    
    background-position: 50% 100%;
    background-image: url(/images/logo_150w.png);
}






@media only screen and (max-device-width: 760px)
ul.mobile-menu {
    display: none !important;
}
ul.mobile-menu, ul.mobile-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

ul.mobile-menu {
    display: none !important;
    background: #0b135f;
    border-top: 10px solid #040c3a;
}




/* /моб */


/*	Owl Carousel v2.3.4 - Owl Carousel CSS File
-------------------------------------------------- */
.owl-carousel .owl-nav{font-size:15px;font-family:"fontello";font-style:normal;font-weight:normal;}
.owl-carousel .owl-nav{margin-top:15px;text-align:center;-webkit-tap-highlight-color:transparent;}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{background:none;color:inherit;border:none;padding:5px 15px !important;font:inherit;}.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:focus,.owl-carousel .owl-nav button.owl-next:focus,.owl-carousel .owl-nav button.owl-prev:active,.owl-carousel .owl-nav button.owl-next:active{outline:none;}.owl-carousel .owl-nav .disabled {opacity:0.3;cursor:default;}
.navLeft:before{content:'\e806'}.navRight:before{content:'\e805'}
/*	/Owl Carousel v2.3.4 - Owl Carousel CSS File







@media (min-width: 0px) and (max-width: 479px) {
  /* min =================================================== */


}  
 
@media (min-width: 480px) and (max-width: 549px) {
  /* min =================================================== */


}   
  
@media (min-width: 550px) and (max-width: 599px) {
  /* 480 =================================================== */

    
}   
   
@media (min-width: 600px) and (max-width: 767px) {
  /* 600 =================================================== */


} 



@media (min-width: 768px) and (max-width: 991px) {
  /* 768 =================================================== */


}	
    
@media (min-width: 1382px) {
  /* 1382 =================================================== */


}	