@import url(reset.css);

:root {
    color-scheme: light only;
}

#header, #headerMenu {
    font-family: Open-Sans, sans-serif
}

body, html {
    height: 100%
}

#main {
    min-height: 100%;
    display: block
}

#headerMenu {
    width: 100%;
    height: 36px;
    background: #000;
    font-size: 13px
}

#headerMenu .conteiner {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}

#headerMenu .conteiner .listHeaderMenu {
    list-style: none;
    line-height: 36px
}

#headerMenu .conteiner .listHeaderMenu li {
    float: left;
    padding: 0 16px 0 19px;
    border-right: 1px solid #e6b029
}

#headerMenu .conteiner .listHeaderMenu li:first-child {
    padding: 0 16px 0 0
}

#headerMenu .conteiner .listHeaderMenu li:last-child {
    border: 0;
    padding: 0 0 0 19px
}

#headerMenu .conteiner .listHeaderMenu li a {
    color: #fff;
    text-decoration: none
}

#headerMenu .conteiner .listHeaderMenu li a:hover {
    text-decoration: underline
}

#headerMenu .conteiner .listHeaderMenu li.selected a {
    font-weight: 700;
    text-decoration: underline
}

#header {
    width: 100%;
    height: 104px;
    background: url(../images/headerBg.png) repeat-x #000;
    font-size: 15px
}

#header .conteiner .cart, .dropdown-menu li, .select {
    font-family: Arial, sans-serif
}

#header .conteiner {
    width: 1200px;
    margin: 0 auto
}

#header .conteiner .logo {
    padding: 32px 100px 0 0;
    width: 304px;
    float: left
}

.language { display: inline-block; padding: 13px 0 0 0; width: 47px; font-size: 11px; float: left; color: white}
.language a { font-size: 11px; color: white}

#header .conteiner .address {
    width: 360px;
    float: left;
    margin: 22px 0 0
}

#header .conteiner .address p {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0 0 #000
}

#header .conteiner .address .city {
    float: left;
    margin: 0 6px 10px 0
}

#header .conteiner .address .city1 {
    float: left
}

#header .conteiner .address .numbers, #header .conteiner .address .numbers img {
    clear: left
}

.select {
    position: relative;
    color: #000;
    font-size: 13px
}

.select-drop {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.dropdown-menu li {
    border-right: 1px solid #878787;
    border-left: 1px solid #878787;
    border-bottom: 1px solid #b4b4b3;
    background: #fff;
    font-size: 14px;
    color: #000;
    width: 232px;
    opacity: 1
}

.dropdown-menu li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #878787
}

.dropdown-menu li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 1px solid #878787
}

.dropdown-menu li:hover {
    background: url(../images/cityDropdownMenuHover.png)
}

.dropdown-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 9px 0 8px 19px
}

.select-drop a:focus {
    border: 1px solid #000
}

.select-inner {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    background: url(../images/cityArrow1.png) right center no-repeat;
    padding: 0 15px 0 0
}

.select-inner span {
    border-bottom: 1px dashed #000
}

.select-inner:hover span {
    border: 0
}

.select-inner.focused, .select-inner:focus {
    outline: 0
}

.select-opened .select-inner:after {
    background-position: -288px -120px
}

.select-opened .select-drop {
    visibility: visible;
    opacity: 1
}

p.error, div.error {
    text-align: left;
    font-size: 13px;
    color: red;
    font-weight: 600;
    margin: 5px 0 10px;
    padding: 0 10px;
    display: block;
}

#header .conteiner .search {
    width: 420px;
    float: right;
    margin: 53px 0 0
}

#header .conteiner .search form {
    margin-left: 47px
}

#header .conteiner .search .inputSearch {
    background: url(../images/inputSearchBg.png) no-repeat;
    width: 317px;
    height: 37px;
    border: 0;
    padding: 0 40px 0 16px;
    font-style: italic;
    font-size: 13px;
    color: #b3b5b6
}

#header .conteiner .cart {
    /*background: url(../images/cartBg.png) no-repeat;*/
    background: rgb(146,217,53);
    background: -moz-linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    background: linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92d935",endColorstr="#6ba42c",GradientType=1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 209px;
    height: 71px;
    position: absolute;
    top: 0;
    margin: 0 0 0 991px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

#header .conteiner .cart1 {
    width: 261px;
    height: 71px;
    position: absolute;
    top: 0;
    margin: 0 0 0 775px
}

.iconzz:hover {
    opacity: .9
}

#header .conteiner .cart a {
    text-decoration: underline;
    color: #fff
}

#header .conteiner .cart a:hover {
    text-decoration: none
}

#header .conteiner .cart .icon {
    float: left;
    margin: 13px 18px 0 20px
}

#header .conteiner .cart .info {
    float: left;
    margin: 12px 0 0 12px
}

#header .conteiner .cart .info img {
    display: block;
    margin: 0 0 1px;
}
#header .conteiner .cart .icon {
    float: right;
    margin: 5px 5px 0 3px;
    width: 35px;
}

#mainmenu {
    /*background: url(../images/mainmenuBg.png) repeat-x;*/
    border-top: 3px solid #5d9924;
    background: rgb(146,217,53);
    background: -moz-linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    background: linear-gradient(180deg, rgba(146,217,53,1) 0%, rgba(107,164,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92d935",endColorstr="#6ba42c",GradientType=1);
    width: 100%;
    height: 51px;
    clear: both
}

#mainmenu .conteiner {
    width: 1200px;
    margin: 0 auto
}

#mainmenu .conteiner .listMenu {
    list-style: none;
    margin: 0
}

#mainmenu .conteiner .listMenu li {
    float: left
}

#mainmenu .conteiner .listMenu li:first-child {
    margin: 0 0 0 -24px
}

#mainmenu .conteiner .listMenu li .menuItem1 {
    background: url(../images/conditionTextMenuItem.png) no-repeat;
    width: 127px;
    height: 28px
}

#mainmenu .conteiner .listMenu li:hover .menuItem1 {
    background: url(../images/conditionTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .menuItem2 {
    background: url(../images/heatingTextMenuItem.png) no-repeat;
    width: 130px;
    height: 28px
}

#mainmenu .conteiner .listMenu li:hover .menuItem2 {
    background: url(../images/heatingTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .menuItem3 {
    background: url(../images/geysersTextMenuItem.png) no-repeat;
    width: 150px;
    height: 29px
}

#mainmenu .conteiner .listMenu li:hover .menuItem3 {
    background: url(../images/geysersTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .menuItem4 {
    background: url(../images/heatingConvectorTextMenuItem.png) no-repeat;
    width: 143px;
    height: 29px
}

#mainmenu .conteiner .listMenu li:hover .menuItem4 {
    background: url(../images/heatingConvectorTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .menuItem4_1 {
    background: url(../images/microclimatTextMenuItem.png) no-repeat;
    width: 143px;
    height: 29px
}

#mainmenu .conteiner .listMenu li:hover .menuItem4_1 {
    background: url(../images/microclimatTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .menuItem5 {
    background: url(../images/installTextMenuItem.png) no-repeat;
    width: 174px;
    height: 29px
}

#mainmenu .conteiner .listMenu li:hover .menuItem5 {
    background: url(../images/installTextMenuItemHover.png) no-repeat
}

#mainmenu .conteiner .listMenu li .name {
    width: 152px;
    height: 51px;
    padding: 0;
    background: url(../images/deviderMainmenu.png) right no-repeat
}

#mainmenu .conteiner .listMenu li .name a {
    height: 51px;
    display: table-cell;
    padding: 0 13px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 1px 1px 1px #334F29
}
#mainmenu .conteiner .listMenu li .name a:hover {
    color: black;
    text-shadow: none;
}

#mainmenu .conteiner .listMenu li:last-child .name {
    background: 0 0
}

#mainmenu .conteiner .listMenu li:hover {
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 5px solid #5d9823;
    border-left: 5px solid #5d9823;
    border-right: 5px solid #5d9823;
    margin: -5px
}

#mainmenu .conteiner .listMenu li.installMenuItem:hover {
    background: #fff;
    margin: -5px
}

#mainmenu .conteiner .listMenu li:first-child:hover {
    margin: -5px -5px -5px -29px
}

#mainmenu .conteiner .listMenu li:hover .menuPop {
    display: block
}

#mainmenu .conteiner .listMenu li:hover .name {
    background: 0 0
}

#mainmenu .conteiner .listMenu li .menuPop {
    display: none;
    background: #fff;
    position: absolute;
    border: 5px solid #5d9823;
    min-width: 665px;
    width: 815px;
    margin: 0 0 0 -5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 99999;
    border-top: none;
}

#mainmenu .conteiner .listMenu li .item45 {
    margin: 0 0 0 -508px !important;
    border-radius: 0 0 10px 10px !important
}

#mainmenu .conteiner .listMenu li .item45 .itemBg {
    background: #fff;
    width: 200px;
    height: 5px;
    position: absolute;
    right: 10px;
}

/* menu items with left-drop style */
#mainmenu .conteiner .listMenu li .item45,
#mainmenu .conteiner .listMenu li .item-sub-99 {
    margin: 0 0 0 -356px;
}
#mainmenu .conteiner .listMenu li .item-sub-100 {
    margin: 0 0 0 -204px;
}
#mainmenu .conteiner .listMenu li .item-sub-23 {
    margin: 0 0 0 -52px;
}
#mainmenu .conteiner .listMenu li .menuPop .itemBg {
    display: none;
}

#mainmenu .conteiner .listMenu li .menuPop .itemBg {
    background: #fff;
    width: 200px;
    height: 5px;
    position: absolute;
    margin: -5px 0 0
}

#mainmenu .conteiner .listMenu li .sectionSeparator {
    background: #dedede;
    border: 0;
    height: 1px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

#mainmenu .conteiner .listMenu li .menuPop .section {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 10px 0 8px;
    width: 400px;
    float: left
}

#mainmenu .conteiner .listMenu li .menuPop .section:last-child {
    border: 0
}

#mainmenu .conteiner .listMenu li .menuPop .section .image {
    width: 100px;
    min-height: 50px;
    margin: 0 10px 0 0;
    float: left;
    text-align: center
}

#mainmenu .conteiner .listMenu li .menuPop .section .info {
    width: 270px;
    float: left;
    color: #ff7324;
    line-height: 16px
}

#mainmenu .conteiner .listMenu li .menuPop .section .info h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px
}

#mainmenu .conteiner .listMenu li .menuPop .section .info h2 a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

#mainmenu .conteiner .listMenu li .menuPop .section .info h2 a:hover {
    text-decoration: none
}

#mainmenu .conteiner .listMenu li .menuPop .section .info a {
    color: #ff7324;
    font-size: 12px;
    text-decoration: none
}

#mainmenu .conteiner .listMenu li .menuPop .section .info a:hover {
    text-decoration: underline;
    color: #000
}

#mainmenu .conteiner .listMenu li .menuPop .section .info a.selected3 {
    font-weight: 700
}

#mainmenu .conteiner .listMenu li .menuPop .section .info span:last-child {
    display: none
}

#content {
    /*background: url(../images/contentBg.png) repeat-x #fff;*/
    background: rgb(228,228,228);
    background: -moz-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4",endColorstr="#ffffff",GradientType=1);
    width: 100%;
    min-height: 216px
}

#content .conteiner {
    width: 1200px;
    margin: 0 auto
}

#content .conteiner .column2right {
    padding: 22px 0 0
}

#content .conteiner .column2right .leftCol {
    width: 251px;
    float: left;
    margin: 0 30px 0 0
}

#content .conteiner .column2right .leftCol h2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #ff7324;
    font-weight: 700;
    border-bottom: 2px solid #ff7324;
    line-height: 19px
}

#content .conteiner .column2right .rightCol {
    width: 914px;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000
}

#content .conteiner .column2right .rightCol h2.name, #content .conteiner .column2right .rightCol h2.name2 {
    font-size: 20px;
    color: #ff7324;
    border-bottom: 2px solid #ff7324;
    line-height: 19px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    clear: both
}

#content .conteiner .column2right .rightCol h2.name2 {
    width: 620px;
    float: left
}

#content .conteiner .column2right .rightCol .page404 {
    background: url(../images/page404Bg.png) no-repeat;
    min-height: 257px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 20px 0 60px
}

#content .conteiner .column2right .rightCol .page404 h1 {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 38px
}

#content .conteiner .column2right .rightCol .page404 h3 {
    font-size: 22px;
    color: #6c8a20;
    font-weight: 100;
    margin: 0 0 20px
}

#content .conteiner .column2right .rightCol .page404 .listVariants {
    list-style: none;
    margin: 0 0 0 28px
}

#content .conteiner .column2right .rightCol .page404 .listVariants li {
    font-size: 14px;
    line-height: 22px
}

#content .conteiner .column2right .rightCol .page404 .listVariants li a {
    color: #e37d1d;
    font-size: 14px;
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .page404 .listVariants li a:hover {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .sort {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 15px 0;
    width: 100%;
    height: 30px
}

#content .conteiner .column2right .rightCol .sort .sortBox {
    float: right
}

#content .conteiner .column2right .rightCol .sort .sortBox p {
    font-weight: 700;
    float: left;
    margin: 7px 10px 0 0
}

#content .conteiner .column2right .rightCol .sort .sortBox .sortSelect {
    float: left;
    background: url(../images/sortSelectBg.png) no-repeat;
    width: 191px;
    height: 31px;
    border: 0
}

#content .conteiner .column2right .leftCol .catalogMenu {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 16px 0 0
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu {
    list-style: none
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 10px
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.smallItem {
    background: url(../images/catalogMenuItemBgSmall.png) no-repeat;
    height: 227px;
    height: 40px
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.smallItem p {
    padding: 14px 0 10px 18px
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.smallItem p span {
    background: url(../images/catalogMenuArrow1.png) left center no-repeat;
    display: block;
    padding: 0 0 0 14px
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li:hover {
    opacity: .8
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.bigItem {
    /*background: url(../images/catalogMenuItemBgBig.png) no-repeat;*/
    height: 227px;
    height: 65px;
    border-radius: 10px;
    background: rgb(228,172,41);
    background: -moz-linear-gradient(180deg, rgba(228,172,41,1) 0%, rgba(219,143,34,1) 42%, rgba(212,117,28,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,172,41,1) 0%, rgba(219,143,34,1) 42%, rgba(212,117,28,1) 100%);
    background: linear-gradient(180deg, rgba(228,172,41,1) 0%, rgba(219,143,34,1) 42%, rgba(212,117,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4ac29",endColorstr="#d4751c",GradientType=1);
    transform: rotate(0) skew(-10deg);
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.bigItem p {
    padding: 17px 0 10px 18px
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li.bigItem p span {
    background: url(../images/catalogMenuArrow1.png) left center no-repeat;
    display: block;
    padding: 0 0 0 14px
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000;
    margin: 0 10px 0 20px
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu {
    list-style: none
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li {
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    font-weight: 100;
    padding: 0 0 0 10px;
    text-transform: none;
    margin: 0;
    cursor: auto
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li a, #content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li p.products {
    color: #000;
    display: block;
    padding: 6px 0 8px;
    text-decoration: none
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li a.active {
    font-weight: 700
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li a.active:hover {
    text-decoration: none
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li span {
    background: url(../images/listPopupMenuArrow.png) left center no-repeat;
    display: block;
    padding: 0 0 0 15px
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li:last-child {
    border: 0
}

#content .conteiner .column2right .leftCol .catalogMenu .brand a.active, #content .conteiner .column2right .leftCol .catalogMenu .brand a.active #content .conteiner .column2right .leftCol .catalogMenu .brand span {
    display: table !important
}

#content .conteiner .column2right .leftCol .catalogMenu .brand .product {
    display: block !important
}

#content .conteiner .column2right .leftCol .catalogMenu .brand .product a.active, #content .conteiner .column2right .leftCol .catalogMenu .brand .product a.active #content .conteiner .column2right .leftCol .catalogMenu .brand .product span {
    display: table !important
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts {
    margin: 0 0 0 30px
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts {
    list-style: none
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    padding: 8px 0 10px
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li a {
    text-decoration: none;
    padding: 0 0 0 15px;
    display: block !important;
    background: url(../images/listPopupMenuArrow2.png) left center no-repeat
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li span {
    border-bottom: 1px dashed #000;
    background: 0 0;
    margin: 0;
    padding: 0;
    display: inline
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li a:hover span {
    border-bottom: 1px dashed #fff
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li:last-child {
    border-bottom: 1px solid #e1e1e1
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li a.selected {
    color: #60912a;
    font-weight: 700
}

#content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu .popupProducts .listProducts li a.selected span {
    border-bottom: 1px dashed #60912a
}

#content .conteiner .column2right .leftCol .catalogMenu .listCategoryMenu li a {
    color: #fff;
    text-decoration: none
}

#content .conteiner .column2right .leftCol .filterMenu {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    margin: 14px 0 50px
}

.filterButton {
    background: url(../images/filterButtonBg.png) no-repeat;
    width: 126px;
    height: 33px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: 25px 0 0
}

.filterButton:hover {
    opacity: .85
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu {
    list-style: none
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu li {
    margin: 0 0 14px
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu li p.name {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 6px
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter {
    margin: 0 0 0 5px
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter a {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    text-decoration: underline
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter a:hover {
    text-decoration: none
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter a.selected {
    color: #ff7324;
    font-weight: 700;
    text-decoration: none
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter li.all a {
    font-weight: 700;
    text-decoration: none
}

#content .conteiner .column2right .leftCol .filterMenu .brandFilter li.all a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu .listItems {
    list-style: none
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu .listItems li {
    line-height: 20px;
    margin: 0
}

#content .conteiner .column2right .leftCol .filterMenu .listFilterMenu .listItems li span {
    margin: 0 0 0 4px
}

#content .conteiner .column2right .leftCol .filterMenu .sliderBox {
    margin: 45px 0 0
}

#content .conteiner .column2right .rightCol .articleBox {
    clear: both
}

#content .conteiner .column2right .rightCol .listArticle {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 22px 0 0
}

#content .conteiner .column2right .rightCol .listArticle li {
    width: 288px;
    float: left;
    padding: 0 16px 0 0;
    height: 323px;
    overflow: hidden
}

#content .conteiner .column2right .rightCol .listArticle li:nth-child(3n), #content .conteiner .column2right .rightCol .listArticle li:nth-child(3n+1) {
    padding: 0 16px 0 0
}

#content .conteiner .column2right .rightCol .listArticle li .date {
    color: #000;
    font-weight: 100;
    margin: 0 0 3px
}

#content .conteiner .column2right .rightCol .listArticle li .name {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 0 5px
}

#content .conteiner .column2right .rightCol .listArticle li .name a {
    font-weight: 700;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .listArticle li .name a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .listArticle li .newsText {
    color: #000;
    line-height: 20px
}

#content .conteiner .column2right .rightCol .listArticle li .newsText .text {
    height: 220px;
    min-height: 220px;
    overflow: hidden
}

#content .conteiner .column2right .rightCol .listArticle li .newsText p {
    margin: 0 0 5px
}

#content .conteiner .column2right .rightCol .listArticle li a {
    color: #ff7324;
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .listArticle li a:hover, #content .conteiner .column2right .rightCol .listArticle li.articleAll a {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .listArticle li .more {
    font-style: italic;
    font-size: 13px;
    margin: 8px 0 0;
    display: block
}

#content .conteiner .column2right .rightCol .listArticle li.articleAll {
    text-align: right;
    margin: 0 0 22px;
    width: 100%;
    padding: 0;
    height: inherit
}

#content .conteiner .column2right .rightCol .listArticle li.articleAll a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .breadcrumb {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #020202;
    margin: 0 0 18px
}

#content .conteiner .column2right .rightCol .breadcrumb .arrow {
    background: url(../images/breadcrumbArrow.png) no-repeat;
    width: 14px;
    height: 9px;
    float: left;
    margin: 5px 9px 0
}

#content .conteiner .column2right .rightCol .breadcrumb a {
    color: #ff7324;
    text-decoration: underline;
    float: left
}

#content .conteiner .column2right .rightCol .breadcrumb a:hover {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .blog {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #020202
}

#content .conteiner .column2right .rightCol .blog h3 {
    color: #020202;
    font-size: 22px;
    font-weight: 700;
    background: url(../images/blogH3Bg.png) bottom left repeat-x;
    line-height: 40px;
    margin: 0 0 16px
}

#content .conteiner .column2right .rightCol .blog h3 .allArticle {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #ff7324;
    text-decoration: none;
    background: url(../images/blogAllArticleArrow.png) right top no-repeat;
    line-height: 12px;
    padding: 0 10px 0 0;
    margin: 20px 0 0
}

#content .conteiner .column2right .rightCol .blog h3 .allArticle:hover {
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .blog .listBlogPost {
    list-style: none;
    margin: 0 0 34px
}

#content .conteiner .column2right .rightCol .blog .listBlogPost li {
    line-height: 22px
}

#content .conteiner .column2right .rightCol .blog .listBlogPost li span {
    font-weight: 700;
    font-size: 11px;
    color: #ff7324;
    margin: 0 4px 0 0
}

#content .conteiner .column2right .rightCol .blog .listBlogPost li a {
    text-decoration: none;
    color: #020202
}

#content .conteiner .column2right .rightCol .blog .listBlogPost li a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .post {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #020202
}

#content .conteiner .column2right .rightCol .post h1.name {
    color: #020202;
    font-size: 22px;
    font-weight: 700;
    background: url(../images/blogH3Bg.png) bottom left repeat-x;
    line-height: 40px;
    margin: 0 0 16px
}

#content .conteiner .column2right .rightCol .post .text {
    padding: 0 0 20px;
    color: #343434;
    line-height: 20px
}

#content .conteiner .column2right .rightCol .post .nextPrev {
    background: #f7f7f7;
    height: 38px;
    margin: 0 0 42px;
    padding: 0 15px
}

#content .conteiner .column2right .rightCol .post .nextPrev a {
    color: #ff7324;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .post .nextPrev a:hover {
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .post .nextPrev .prev {
    background: url(../images/prevArrow.png) left center no-repeat;
    padding: 12px 0 9px 44px;
    float: left
}

#content .conteiner .column2right .rightCol .post .nextPrev .next {
    background: url(../images/nextArrow.png) right center no-repeat;
    padding: 12px 44px 9px 0;
    float: right
}

#content .conteiner .column2right .rightCol .commentsBox {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #373737;
    margin: 0 0 38px
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox {
    /*width: 470px;
    float: left*/
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox .listcomment {
    list-style: none
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox .listcomment li {
    background: url(../images/commentDevider.png) bottom left no-repeat;
    padding: 17px 0 20px
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox .listcomment li .username {
    color: #939393;
    font-size: 12px;
    margin: 0 0 10px
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox .listcomment li .username strong {
    color: #ff7324
}

#content .conteiner .column2right .rightCol .commentsBox .leftBox .listcomment li .comment {
    color: #373737;
    font-size: 14px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #373737
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm {
    width: 359px;
    /*float: right;*/
    height: 344px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    margin: 30px 0 0;
    background: url(../images/commentFormBg.png) repeat-x;
    padding: 14px 20px 0 16px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm h3 {
    color: #ff7324;
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 10px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm .inputText {
    background: url(../images/commentInputTextBg.png) no-repeat;
    width: 342px;
    height: 22px;
    border: 0;
    padding: 0 10px;
    margin: 6px 0 16px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm label, #content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm p {
    color: #373737;
    font-size: 13px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm .check {
    font-size: 12px;
    color: #373737;
    margin: -12px 0 12px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm .captcha {
    background: red;
    margin: 5px 0 0
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm .captcha img {
    float: left;
    margin: 0 10px 0 0
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm .captcha .input_captcha {
    height: 38px;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 60px
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .textareaStyle {
    background: url(../images/commentTextareaBg.png) no-repeat;
    width: 359px;
    height: 81px;
    border: 0;
    margin: 6px 0 0
}

#content .conteiner .column2right .rightCol .commentsBox .rightBox .button {
    background: url(../images/commentButtonBg.png) no-repeat;
    width: 126px;
    height: 33px;
    border: 0;
    cursor: pointer;
    float: right;
    margin: 10px 0 0
}

#content .conteiner .column2right .rightCol .category {
    font-family: Arial, sans-serif;
    color: #484848;
    font-size: 12px
}

#content .conteiner .column2right .rightCol .category .text {
    background: #f6f6f6;
    padding: 32px 40px 32px 32px;
    border-radius: 10px;
    display: block;
    margin: 72px 0 30px;
    clear: both
}

#content .conteiner .column2right .rightCol .category .text .speech {
    background: url(../images/categoryTextBg.png) top left no-repeat;
    width: 49px;
    height: 52px;
    position: absolute;
    margin: -84px 0 0
}

#content .conteiner .column2right .rightCol .category .categoryBox {
    margin: 33px 0 0
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory {
    list-style: none
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li {
    width: 286px;
    height: 341px;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    background: #fff;
    float: left;
    margin: 0 22px 20px 0
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li:nth-child(3n) {
    margin: 0 0 20px
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li:hover {
    border: 1px solid #e79924
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li a {
    display: block;
    border-radius: 20px;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li h1 {
    color: #ff7324;
    font-size: 14px;
    width: 286px;
    overflow: hidden;
    text-align: center;
    font-weight: 100;
    padding: 15px 0 0;
    background: url(../images/categoryLiBg.png) bottom center no-repeat;
    height: 32px;
    line-height: 14px;
    text-transform: uppercase
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li .image {
    text-align: center;
    width: 286px;
    display: table;
    height: 294px
}

#content .conteiner .column2right .rightCol .category .categoryBox .listCategory li .image div {
    display: table-cell;
    vertical-align: middle;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

#content .conteiner .column2right .rightCol .notFound {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    clear: both;
    padding: 20px 0 0
}

#content .conteiner .column2right .rightCol .podcategory {
    font-family: Arial, sans-serif;
    color: #484848;
    font-size: 12px
}

#content .conteiner .column2right .rightCol .podcategory .textAbout {
    background: #f6f6f6;
    padding: 32px 40px 32px 32px;
    border-radius: 10px;
    display: block;
    margin: 72px 0 30px;
    clear: both
}

#content .conteiner .column2right .rightCol .podcategory .textAbout .speech {
    background: url(../images/categoryTextBg.png) top left no-repeat;
    width: 49px;
    height: 52px;
    position: absolute;
    margin: -84px 0 0
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox {
    margin: 15px 0 0
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory {
    list-style: none
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li {
    width: 100%;
    height: 486px;
    /*background: url(../images/podcategoryItemBg.png) no-repeat;*/
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    background: white;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory > li {
     border: 1px solid #c0c0c0;
 }
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li:hover {
    border-color: #e59d30;
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li:nth-child(2n) {
    margin: 0 0 10px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .name {
    font-size: 16px;
    color: #000;
    padding: 11px 20px 0 30px;
    background: url(../images/podcategoryDeviderH1.png) bottom no-repeat
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .nameOneLine {
    font-size: 16px;
    color: #000;
    padding: 20px 46px 0 33px;
    background: url(../images/podcategoryDeviderH1.png) bottom no-repeat
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .name h1 {
    font-weight: 100;
    line-height: 18px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li a {
    color: #000;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box {
    padding: 0;
    margin: 0;
    height: 260px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box.with-payments {
    height: auto !important;
    margin: 0 0 15px;
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .image {
    width: 228px;
    height: 260px;
    text-align: center;
    float: left;
    padding: 0 24px 0 29px;
    display: table
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .image div {
    display: table-cell;
    vertical-align: middle
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox {
    width: 158px;
    float: right;
    padding: 0 10px 0 0;
    height: 260px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price {
    margin: 20px 0 0
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .price1 {
    color: #000;
    font-size: 24px;
    line-height: 14px;
    font-weight: 700;
    margin: 0 0 6px 14px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .price1 span {
    font-size: 14px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .price2 {
    color: #ff7324;
    font-size: 16px;
    margin: 0 0 5px 14px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .inStock {
    font-size: 12px;
    color: #6b8a20;
    margin: 10px 0 0 14px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .buttonBox {
    /*position: absolute;
    margin: 88px 0 0 284px*/
    margin: 8px 0;
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .buttonBox .button {
    background: url(../images/cartBoxButtonBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .buttonBox .buttonADD {
    background: url(../images/cartBoxButtonADDBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    opacity: .7
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .buttonBox .buttonADD:hover {
    opacity: .85
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .buttonBox .button:hover {
    opacity: .9
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures {
    list-style: none
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures li {
    font-size: 12px;
    color: #000;
    border-bottom: 1px dotted #000;
    line-height: 18px;
    margin: 0;
    width: 100%;
    height: inherit;
    background: 0 0;
    border-radius: 0;
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures li p {
    float: left
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures li span {
    color: #ff7324;
    font-weight: 700;
    font-size: 12px;
    float: right
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .text {
    padding: 6px 24px 6px 33px;
    overflow: hidden;
    height: 30px
}

#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .text .textContent {
    height: 30px;
    margin: 0;
    overflow: hidden
}

#content .conteiner .column2right .rightCol .cartBox {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000
}

#content .conteiner .column2right .rightCol .cartBox h3 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    margin: 0 0 8px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox {
    border: 1px solid #c0c0c0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    width: 875px;
    padding: 16px 24px 0 18px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts {
    width: 890px;
    list-style: none
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li {
    min-height: 100px;
    background: url(../images/cartProductsLineBg.png) center bottom no-repeat;
    padding: 0 0 18px;
    margin: 0 0 18px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li:last-child {
    background: 0 0;
    margin: 0 0 10px;
    padding: 0
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .image {
    float: left;
    width: 126px;
    text-align: center;
    display: table;
    background: url(../images/cartDivBg.png) top right repeat-y;
    height: 100%
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .image p {
    vertical-align: middle;
    display: table-cell
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .name {
    float: left;
    width: 354px;
    height: 86px;
    background: url(../images/cartDivBg.png) top right repeat-y;
    padding: 14px 0 0
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .name a {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: black;
    text-decoration: underline;
    padding: 0 20px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .name a:hover {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price {
    float: left;
    background: url(../images/cartDivBg.png) top right repeat-y;
    width: 350px;
    height: 86px;
    padding: 14px 0 0;
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #000
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price1 {
    width: 110px;
    float: left;
    margin: 0 0 0 20px;
    font-weight: 700
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price1 span {
    font-size: 14px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price1Second {
    color: #ff7324;
    font-size: 16px;
    font-weight: 100
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .amount {
    float: left;
    margin: 0 10px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .amount p.amount1 {
    font-size: 14px;
    margin: 20px 0 0 -10px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price2 {
    float: left;
    min-width: 100px;
    font-weight: 700
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price2 span {
    font-size: 14px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .price .price2Second {
    color: #ff7324;
    font-size: 16px;
    font-weight: 100
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .orderPrice {
    background: 0 0;
    width: 400px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .orderPrice .price1 {
    width: 140px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .orderPrice .amount {
    width: 70px
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .delete {
    float: left;
    padding: 0 0 0 27px;
    height: 100%
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .deleteButton {
    padding: 40px 10px 0 0;
    display: block
}

#content .conteiner .column2right .rightCol .cartBox .productsBox .listCartProducts > li .deleteButton:hover {
    opacity: .85
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .calculationButton:hover, #content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartButton:hover,
#content .conteiner .column2right .rightCol .product .productInfo .box .buttonBox .button:hover {
    opacity: .9
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice {
    /*background: url(../images/cartBoxBg111.png) no-repeat;*/
    width: 919px;
    height: 84px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 14px
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice .price {
    float: right;
    width: 365px;
    margin: 0;
    border: 1px solid #c0c0c0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#fefefe",GradientType=1);
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice .price .text {
    font-size: 22px;
    color: #000;
    margin: 13px 0 0 51px;
    float: left
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice .price .price1 {
    font-size: 24px;
    font-weight: 700;
    float: right;
    width: 210px;
    margin: 4px 0 0
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice .price .price1 span {
    font-weight: 700;
    font-size: 14px
}

#content .conteiner .column2right .rightCol .cartBox .cartPrice .price .price2 {
    font-size: 16px;
    color: #ff7324;
    width: 210px;
    float: right;
    margin: -2px 0 0
}

#content .conteiner .column2right .rightCol .pagination {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ff7324;
    width: 100%;
    text-align: center;
    clear: both;
}

#content .conteiner .column2right .rightCol .pagination .listPagination {
    list-style: none
}

#content .conteiner .column2right .rightCol .pagination .listPagination li {
    display: inline
}

#content .conteiner .column2right .rightCol .pagination .listPagination li a {
    color: #ff7324;
    text-decoration: underline;
    margin: 0 10px 0 0
}

#content .conteiner .column2right .rightCol .pagination .listPagination li a:hover, #content .conteiner .column2right .rightCol .pagination .listPagination li.next a, #content .conteiner .column2right .rightCol .pagination .listPagination li.prev a {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .pagination .listPagination li a.selected {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .pagination .listPagination li.next a:hover {
    color: #000
}

#content .conteiner .column2right .rightCol .pagination .listPagination li.prev a:hover {
    color: #000
}

#content .conteiner .column2right .rightCol .calculationPower {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 22px;
    margin: 0 0 44px
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox {
    width: 400px;
    float: left
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox p {
    margin: 18px 0 10px
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox p span {
    color: #ababab
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox .inputConteiner {
    background: rgb(228,228,228);
    background: -moz-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4",endColorstr="#ffffff",GradientType=1);
    width: 397px;
    height: 61px;
    text-align: center
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox .inputConteiner .inputText {
    /*background: url(../images/inputTextBg.png) no-repeat;*/
    width: 338px;
    height: 35px;
    /*border: 0;*/
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    padding: 0 12px;
    margin: 15px 0 0;
    display: inline
}

#content .conteiner .column2right .rightCol .calculationPower .leftBox .message_error {
    font-size: 13px;
    color: red
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox {
    width: 475px;
    float: right
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 22px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart a {
    color: #ff7324;
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart a:hover {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart p {
    margin: 18px 0 10px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart p span.flag {
    font-size: 22px;
    color: #868686
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartButton {
    /*background: url(../images/cartRadioButtonBg.png) no-repeat;*/;
    float: right;
    margin: 20px 0
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartRadio {
    /*background: url(../images/deliveryCartRadioBg.png) repeat-x #fff;*/
    background: rgb(246,246,246);
    background: -moz-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 50%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#fefefe",GradientType=1);
    min-height: 110px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 18px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartRadio .delivery {
    margin: 0 0 20px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartRadio label {
    font-size: 18px;
    color: black;
    font-weight: 100
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .cartRadio .deliveryInfo {
    font-size: 12px;
    color: #373737;
    margin: -10px 0 0 20px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .selectConteiner {
    background: url(../images/cartConteinerSelectBg.png) no-repeat;
    width: 462px;
    height: 61px;
    text-align: center
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .cart .selectConteiner .deliverySelect {
    background: url(../images/cartSelectBg.png) no-repeat;
    width: 430px;
    height: 29px;
    border: 0;
    padding: 0 0 0 10px;
    margin: 15px 0 0;
    font-size: 18px;
    color: #343434;
    font-weight: 100
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox p {
    margin: 18px 0 10px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .orientation {
    font-size: 18px;
    color: #343434
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .orientation input {
    margin: 0 0 13px
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .inputConteiner {
    background: url(../images/inputConteinerBg.png) no-repeat;
    width: 397px;
    height: 61px;
    text-align: center
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .inputConteiner .inputText {
    background: url(../images/inputTextBg.png) no-repeat;
    width: 338px;
    height: 29px;
    border: 0;
    padding: 0 12px;
    margin: 15px 0 0
}

#content .conteiner .column2right .rightCol .calculationPower .rightBox .calculationButton {
    background: url(../images/calculationButton.png) no-repeat;
    width: 301px;
    height: 61px;
    cursor: pointer;
    border: 0;
    margin: 15px 0
}

#content .conteiner .column2right .rightCol .productTabs .tabs {
    font-family: Open-Sans, sans-serif;
    font-size: 14px;
    color: #000
}

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs {
    list-style: none;
    margin: 0 0 0 25px
}

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li {
    text-transform: uppercase
}

/*#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li .leftPart {
    background: url(../images/tabBgLeft.png) left top no-repeat;
    width: 10px;
    height: 36px;
    float: left;
    border-bottom: 3px solid #60912a
}*/

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li .rightPart {
    float: left;
    /*background: url(../images/tabBgRight.png) right top no-repeat;*/
    background: white;
    /*background: rgb(81,190,12);
    background: -moz-linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    background: linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51be0c",endColorstr="#3f9317",GradientType=1);*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 24px;
    margin: 0 8px 0 0;
    /*padding: 12px 28px 1px;*/
    padding: 11px 28px 1px;
    /*border-bottom: 3px solid #60912a;*/
    /*text-shadow: 0 0 1px #c4c4c4*/
    color: black
}

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li a.selected .leftPart {
    background: #fff;
    border-top-left-radius: 15px;
    border-left: 3px solid #60912a;
    border-top: 3px solid #60912a;
    border-bottom: 0
}

#content .conteiner .column2right .rightCol .productTabs .tabs .listTabs li a.selected .rightPart {
    background: gainsboro;
    /*border-top-right-radius: 15px;
    border-right: 3px solid #60912a;
    border-top: 3px solid #60912a;*/
    color: #305013;
    border-bottom: 0;
    padding: 11px 28px 1px;
}

#content .conteiner .column2right .rightCol .productTabs .tabs .contentTabs {
    /*margin: -3px 0 0;*/
    /*border-top: 3px solid #60912a*/
    border-top: 3px solid gainsboro;
}

#content .conteiner .column2right .rightCol .productTabs .tabs .contentTabs .content {
    margin: 30px 18px;
    font-size: 13px;
    color: #000;
    min-height: 50px
}

#content .conteiner .column2right .rightCol .product {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0 0 40px
}

#content .conteiner .column2right .rightCol .product h1.name {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 29px
}

#content .conteiner .column2right .rightCol .product .images {
    flex: 1 0 500px;
}

#content .conteiner .column2right .rightCol .product .images .bigImage {
    width: 500px;
    /*background: url(../images/bigImageBg.png) no-repeat;*/
    padding: 5px;
    text-align: center;
    display: table;
    vertical-align: middle
    margin: 0 0 9px;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
}

#content .conteiner .column2right .rightCol .product .images .bigImage:hover {
    border-color: #e59d30;
}

#content .conteiner .column2right .rightCol .product .images .bigImage div {

}

#content .conteiner .column2right .rightCol .product .images .listImages {
    list-style: none
}

#content .conteiner .column2right .rightCol .product .images .listImages li {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 76px;
    height: 76px;
    overflow: hidden;
    float: left;
    margin: 0 3px 3px 0
}

#content .conteiner .column2right .rightCol .product .images .listImages li a {
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden
}

#content .conteiner .column2right .rightCol .product .images .listImages li:hover {
    border: 1px solid #e3971a
}

#content .conteiner .column2right .rightCol .product .images .listImages li:nth-child(4n) {
    margin: 0 0 3px
}

#content .conteiner .column2right .rightCol .product .productInfo {
    display: flex;
    flex-wrap: wrap;
    /*flex: 1 0 390px;*/
    width: 390px;
}

#content .conteiner .column2right .rightCol .product .productInfo .box {
    background: none;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    height: auto;
    padding: 21px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price {
    /*flex: 1 0 100%;*/
    margin-bottom: 1em;
}

#content .conteiner .column2right .rightCol .product .productInfo .box .add2cart-button {
    margin-bottom: 1em;
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price p.bigPrice {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 1px
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price p.bigPrice span {
    font-size: 16px
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price p.smallPrice {
    font-size: 18px;
    font-weight: 700;
    color: #ff7324;
    margin: 0 0 5px
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price p.oldPrice {
    font-size: 15px;
    color: #aaa;
    text-decoration: line-through;
    margin: 0 0 5px;
}

#content .conteiner .column2right .rightCol .product .productInfo .box .price .social {
    margin: 20px 0 0
}

#content .conteiner .column2right .rightCol .product .productInfo .box .buttonBox {
    margin: 0;
    flex: 1 0 49%;
}

#content .conteiner .column2right .rightCol .product .productInfo .box .buttonBox .button {
    background: url(../images/cartBoxButtonBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer
}

#content .conteiner .column2right .rightCol .product .productInfo .box .buttonBox .buttonADD {
    background: url(../images/cartBoxButtonADDBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    opacity: .7
}

#content .conteiner .column2right .rightCol .product .productInfo .box .buttonBox .inStock {
    font-size: 12px;
    color: #6b8a20;
    margin: 0;
}

#content .conteiner .column2right .rightCol .searchBox {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 14px;
    margin: 0 0 28px
}

#content .conteiner .column2right .rightCol .searchBox .sorting {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    height: 35px;
    margin: 14px 0
}

#content .conteiner .column2right .rightCol .searchBox .sorting .sort {
    float: right;
    width: 284px;
    padding: 10px 0 0
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts {
    list-style: none
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li {
    width: 271px;
    height: 404px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    margin: 9px 20px 10px 0;
    float: left;
    background: #fff
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li:nth-child(3n) {
    margin: 9px 0 10px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li:hover {
    border: 1px solid #e3971a
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .name {
    text-align: center;
    height: 73px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: url(../images/deviderSearchProducts.png) bottom center no-repeat
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .name a {
    display: block;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .name h1 {
    font-size: 16px;
    font-weight: 100;
    padding: 13px 19px 9px 20px;
    height: 50px;
    line-height: 22px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .nameOneLinePower {
    text-align: center;
    height: 73px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: url(../images/deviderSearchProducts.png) bottom center no-repeat
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .nameOneLinePower h1 {
    font-size: 16px;
    font-weight: 100;
    padding: 27px 19px 9px 20px;
    height: 50px;
    line-height: 22px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description {
    height: 331px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li a {
    color: #000
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description a {
    display: block;
    text-decoration: none
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .image {
    text-align: center;
    height: 178px;
    width: 271px;
    display: table
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .image div {
    display: table-cell;
    vertical-align: middle
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .textInfo {
    font-size: 12px;
    padding: 0 0 27px 22px;
    color: #5b5b5b;
    height: 53px;
    line-height: 16px;
    overflow: hidden;
    margin: 0 0 11px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .textInfo .more {
    color: #ff7324;
    font-weight: 700;
    text-decoration: underline
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .textInfo .more:hover {
    text-decoration: none
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .box a {
    display: block;
    height: 65px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .box .boxLink {
    margin: 0 0 0 17px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .priceBox {
    background: url(../images/cartBoxBg.png) top left no-repeat;
    height: 48px;
    width: 238px;
    overflow: hidden
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .box .button {
    background: url(../images/cartBoxButtonBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    float: right;
    position: absolute;
    margin: 0 0 0 113px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .box .buttonADD {
    background: url(../images/cartBoxButtonADDBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    opacity: .8
}

#content .conteiner .column2 .leftCol .box .conditionBox .logoConteiner:hover, #footer .conteiner .copyright img:hover {
    opacity: .7
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .priceBox .price {
    float: left;
    padding: 0 0 0 12px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .priceBox .price .price1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    width: 82px;
    overflow: hidden;
    margin: 5px 0 0
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .priceBox .price .price1 span {
    font-weight: 100;
    font-size: 14px
}

#content .conteiner .column2right .rightCol .searchBox .listSearchProducts li .description .priceBox .price .price2 {
    color: #ff7324;
    font-size: 12px;
    margin: -2px 0 0
}

#content .conteiner .column2 .leftCol {
    width: 865px;
    float: left;
    margin: 25px 0 0
}

#content .conteiner .column2 .leftCol .box {
    margin: 0 0 24px;
    clear: both
}

#content .conteiner .column2 .leftCol .box h2 {
    font-family: HelveticaNeueCyr, sans-serif;
    font-size: 24px;
    color: #ff7324;
    font-weight: 500;
    border-bottom: 2px solid #ff7324;
    line-height: 23px
}

#content .conteiner .column2 .leftCol .box h2.articleName {
    font-size: 20px;
    line-height: 17px
}

#content .conteiner .column2 .leftCol .box .listArticle {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 22px 0 0
}

#content .conteiner .column2 .leftCol .box .listArticle li {
    width: 230px;
    float: left;
    background: url(../images/articleLiLine.png) top right no-repeat;
    padding: 0 34px 0 27px;
    height: 295px;
    overflow: hidden
}

#content .conteiner .column2 .leftCol .box .listArticle li:nth-child(3n+1) {
    padding: 0 34px 0 0
}

#content .conteiner .column2 .leftCol .box .listArticle li:nth-child(3n) {
    padding: 0 34px 0 27px;
    background: 0 0
}

#content .conteiner .column2 .leftCol .box .listArticle li .date {
    color: #000;
    font-weight: 100;
    margin: 0 0 3px
}

#content .conteiner .column2 .leftCol .box .listArticle li .name {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 0 5px
}

#content .conteiner .column2 .leftCol .box .listArticle li .newsText {
    color: #000;
    line-height: 20px
}

#content .conteiner .column2 .leftCol .box .listArticle li .newsText p {
    margin: 0 0 5px
}

#content .conteiner .column2 .leftCol .box .listArticle li a {
    color: #ff7324;
    text-decoration: underline
}

#content .conteiner .column2 .leftCol .box .listArticle li a:hover, #content .conteiner .column2 .leftCol .box .listArticle li.articleAll a {
    text-decoration: none
}

#content .conteiner .column2 .leftCol .box .listArticle li .more {
    font-style: italic;
    font-size: 13px
}

#content .conteiner .column2 .leftCol .box .listArticle li.articleAll {
    text-align: right;
    margin: 0 0 22px;
    width: 100%;
    padding: 0;
    height: inherit
}

#content .conteiner .column2 .leftCol .box .listArticle li.articleAll a:hover {
    text-decoration: underline
}

#content .conteiner .column2 .leftCol .box .conditionBox {
    padding: 24px 10px 24px 30px;
    background-image: linear-gradient(bottom, #EFEFEF 0, #FFF 51%);
    background-image: -o-linear-gradient(bottom, #EFEFEF 0, #FFF 51%);
    background-image: -moz-linear-gradient(bottom, #EFEFEF 0, #FFF 51%);
    background-image: -webkit-linear-gradient(bottom, #EFEFEF 0, #FFF 51%);
    background-image: -ms-linear-gradient(bottom, #EFEFEF 0, #FFF 51%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(.51, #FFF))
}

#content .conteiner .column2 .leftCol .box .conditionBox a {
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-decoration: none
}

#content .conteiner .column2 .leftCol .box .conditionBox .logoConteiner {
    width: 163px;
    height: 90px;
    text-align: center;
    float: left;
    display: table
}

#content .conteiner .column2 .leftCol .box .conditionBox .logoConteiner a {
    display: table-cell;
    vertical-align: middle
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description a, #content .conteiner .column2 .leftCol .box .products .listProduct li .name a {
    display: block;
    text-decoration: none
}

#content .conteiner .column2 .leftCol .box .products {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000
}

#content .conteiner .column2 .leftCol .box .products .listProduct {
    list-style: none
}

#content .conteiner .column2 .leftCol .box .products .listProduct li {
    width: 273px;
    height: 546px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    margin: 9px 20px 13px 0;
    float: left;
}

#content .conteiner .column2 .leftCol .box .products .listProduct li:nth-child(3n) {
    margin: 9px 0 13px;
}

#content .conteiner .column2 .leftCol .box .products .listProduct li:hover {
    border: 1px solid #e3971a
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .name {
    height: 73px;
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .name a {
    color: #000;
    line-height: 25px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 100;
}


#content .conteiner .column2 .leftCol .box .products .listProduct li .name h1 {
    font-size: 16px;
    font-weight: 100;
    padding: 13px 19px 9px 20px;
    height: 50px;
    line-height: 22px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description {
    height: 473px;
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .image {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    height: 264px;
    width: 273px;
    display: table
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .image div {
    display: table-cell;
    vertical-align: middle
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .textInfo {
    font-size: 12px;
    padding: 17px 20px 20px 22px;
    color: #000;
    line-height: 16px;
    height: 45px;
    overflow: hidden;
    margin: 0 0 10px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .box a {
    display: block;
    height: 65px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .box .boxLink {
    margin: 0 0 0 17px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox {
    background: url(../images/cartBoxBg.png) top left no-repeat;
    height: 48px;
    width: 238px;
    overflow: hidden
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .box .button {
    background: url(../images/cartBoxButtonBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    float: right;
    position: absolute;
    margin: 0 0 0 113px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .box .buttonADD {
    background: url(../images/cartBoxButtonADDBg.png) no-repeat;
    width: 142px;
    height: 47px;
    border: 0;
    cursor: pointer;
    opacity: .7
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox .price {
    float: left;
    padding: 0 0 0 12px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox .price .price1 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    width: 92px;
    overflow: hidden;
    margin: 5px 0 0
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox  .oldPrice {
    text-decoration: line-through;
    margin: 4px 0 -1px;
    color: #aaa;
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox .price .price1 span {
    font-weight: 100;
    font-size: 14px
}

#content .conteiner .column2 .leftCol .box .products .listProduct li .description .priceBox .price .price2 {
    color: #ff7324;
    font-size: 12px
}

#content .conteiner .column2 .rightCol {
    width: 310px;
    float: right;
    margin: 48px 0 0
}

#content .conteiner .column2 .rightCol .box {
    margin: 0 0 26px;
    text-align: right
}

#content .conteiner .column2 .rightCol .boxPrice {
    margin: 0 0 18px
}

#content .conteiner .column2 .rightCol .boxBorder {
    margin: 0 0 25px;
    border-radius: 7px;
    border: 1px solid #ddd
}

#content .conteiner .column2 .rightCol .boxBorder h2 {
    font-family: HelveticaNeueCyr, sans-serif;
    color: #748391;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/boxBorderH2Bg.png) repeat-x;
    height: 26px;
    padding: 8px 0 0 18px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

#content .conteiner .column2 .rightCol .boxBorder .text {
    padding: 22px 0 22px 18px;
    font-family: Open-Sans, sans-serif;
    font-size: 22px;
    color: #8d8d8d
}

#content .conteiner .column2 .rightCol .boxBorder .listNews {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 22px 0 0
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li {
    margin: 0 22px 32px 18px
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li .date {
    color: #ff7324;
    font-weight: 100;
    margin: 0 0 3px
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li .name {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li a {
    color: #ff7324;
    text-decoration: underline
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li a:hover, #content .conteiner .column2 .rightCol .boxBorder .listNews li.newsAll a {
    text-decoration: none
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li .newsText {
    color: #000;
    line-height: 20px
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li .more {
    font-style: italic
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li.newsAll {
    text-align: right;
    margin: 0 22px 22px 18px
}

#content .conteiner .column2 .rightCol .boxBorder .listNews li.newsAll a:hover {
    text-decoration: underline
}

#footerBottom {
    clear: both;
    height: 250px
}

#footer {
    display: block;
    clear: both;
    /*background: url(../images/footerBg.png);*/
    background: rgb(228,228,228);
    background: -moz-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(228,228,228,1) 0%, rgba(240,240,240,1) 2%, rgba(254,254,254,1) 4%, rgba(253,253,253,1) 10%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4",endColorstr="#ffffff",GradientType=1);
    height: 230px;
    margin: -200px 0 0
}

#footer .footerLine {
    background: url(../images/footerLineBg.png) repeat-x;
    height: 27px;
    width: 100%;
    clear: both;
    position: absolute;
    margin: -20px 0 0
}

#footer .conteiner {
    width: 1200px;
    margin: 46px auto 0;
    padding: 26px 0 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000
}

#footer .conteiner .address {
    line-height: 20px;
    float: left;
    margin: 0 140px 0 0
}

#footer .conteiner .address h3 {
    margin: 0 0 29px
}

#footer .conteiner .operationTime {
    float: left;
    line-height: 20px
}

#footer .conteiner .operationTime .name {
    float: left
}

#footer .conteiner .operationTime .time {
    width: 200px;
    float: left;
    margin: 0 0 0 28px
}

#footer .conteiner .copyright {
    float: right;
    line-height: 16px
}
#footer .conteiner .copyright a {
    color: black;
}

table.order_info {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9
}

table.order_info td {
    padding: 10px;
    border: 1px dotted #e0e0e0;
    font-size: 14px
}

.checkout_button {
    padding: 10px 20px;
    border: 1px solid #51a400;
    background-color: #d3ffa9;
    color: #2e5e00;
    font-size: 14px
}

input[type=text], input[type=password] {
    width: 100%;
    font-size: 18px
}

.form {
    width: 400px;
    margin-bottom: 20px
}

.form textarea {
    width: 100%;
    height: 100px;
    font-size: 18px
}

.form label {
    display: block;
    font-size: 14px
}

.form input[type=text] {
    display: block;
    margin-bottom: 10px
}

.comment_form .button, .feedback_form .button, .login_form .button, .register_form .button {
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 0
}

.feedback_form {
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 20px;
    width: 860px;
    overflow: hidden
}

.feedback_form .input_captcha, .register_form .input_captcha {
    float: left;
    width: 150px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    height: 36px
}

.feedback_form .captcha, .register_form .captcha {
    float: left;
    display: block;
    margin-top: 15px;
    margin-right: 10px
}

.feedback_form .button_send {
    font-size: 18px;
    float: right;
    margin-top: 25px
}

.jojo {
    text-align: center;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #9b6818 !important;
    font-weight: 700;
    text-shadow: 1px 1px 1px #e7e4ce;
    padding: 3px 0 0
}

a#move_up {
    position: fixed;
    bottom: 5px;
    right: 1%;
    cursor: pointer;
    background: url(../images/totop.png) no-repeat;
    text-indent: -9999px;
    width: 51px;
    height: 71px
}

a#move_up:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

#deliveries {
    list-style: none
}

#deliveries li {
    margin: 10px 0
}

.order .left-side {
    float: left;
    margin: 0 30px 0 0
}

.order .left-side table.order_info {
    width: 440px
}

.order .right-side {
    float: left
}

.order .right-side .message-order {
    background: url(../images/cart-order-message.png) no-repeat;
    width: 358px;
    height: 139px;
    color: #fff;
    padding: 32px 30px 30px 36px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-shadow: 1px 0 0 #2f6c1f
}

.zagolovok2, .zagolovok21 {
    font-family: HelveticaNeueCyr, sans-serif;
    display: block
}

.zagolovok1, .zagolovok12, .zagolovok13 {
    font-size: 16px;
    font-weight: 100
}

.order .right-side .message-order .second {
    margin: 39px 0 0
}

.zagolovok1 {
    padding: 13px 19px 9px 20px;
    height: 50px;
    line-height: 65px
}

.zagolovok12 {
    display: block
}

.zagolovok13 {
    padding: 18px;
    height: 13px;
    line-height: 22px;
    color: #ff7324;
    text-transform: uppercase;
    display: block
}

.zagolovok2 {
    font-size: 24px;
    color: #ff7324;
    font-weight: 500;
    border-bottom: 2px solid #ff7324;
    line-height: 23px
}

.zagolovok21 {
    color: #748391;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/boxBorderH2Bg.png) repeat-x;
    height: 26px;
    padding: 8px 0 0 18px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.zagolovok22 a, .zagolovok23 a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: underline !important
}

.svetlee:hover {
    opacity: .8
}

.zagolovok22 a {
    display: block;
    line-height: 20px
}

.zagolovok23 a {
    line-height: 10px
}

#content .conteiner .column2 .leftCol .box .conditionBox a img {
    max-height: 85px
}

#popup-category {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    display: none
}

#popup-category__close {
    width: 41px;
    height: 41px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../images/popup-btn-close.png) no-repeat
}

.popup-category__id-6 {
    width: 604px;
    height: 302px;
    margin: -151px 0 0 -302px
}

#popup-category__overlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000;
    display: none;
    z-index: 10000
}

#content .conteiner .column2right .rightCol .podcategory .textAbout h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff7324;
    margin: 0 0 25px;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout h3 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout p {
    margin: 15px 0;
    line-height: 16px;
    font-size: 13px;
    text-align: justify;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout ul, #content .conteiner .column2right .rightCol .podcategory .textAbout ol {
    margin: 15px 0 15px 25px;
    font-size: 13px;
    text-align: left;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout ul li {
    list-style-type: disc;
    margin: 5px 0;
    text-align: left;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout ol li {
    list-style-type: decimal;
    margin: 5px 0;
    text-align: left;
}

#content .conteiner .column2right .rightCol .podcategory .textAbout a {
    color: #ff7324;
}

.filterPopupSubmit {
    background-color: white;
    border: 2px solid #faa922;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.filterPopupSubmit .filterButton {
    margin: 5px 20px 5px 5px;
}

.filterPopupSubmit:after, .filterPopupSubmit:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.filterPopupSubmit:after {
    border-color: rgba(241, 241, 241, 0);
    border-right-color: white;
    border-width: 20px;
    margin-top: -20px;
}

.filterPopupSubmit:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #faa922;
    border-width: 23px;
    margin-top: -23px;
}

.filterPopupSubmit.rigthArrow:after, .filterPopupSubmit.rigthArrow:before {
    left: 100%;
}

.filterPopupSubmit.rigthArrow:after {
    border-left-color: white;
    border-right-color: transparent;
}

.filterPopupSubmit.rigthArrow:before {
    border-left-color: #faa922;
    border-right-color: transparent;
}

.filterPopupSubmit .close {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}

.filterPopupSubmit .close:after {
    content: 'x';
}


.contentTabs table {

}

.contentTabs table tr:first-child {

}

.contentTabs table th {
    border: solid 1px #d2d2d2;
    padding: 3px 5px;
    background: #F28F02;
    color: #fff;
}

.contentTabs table tr:nth-child(2n) {
    background: #efefef;
}


.contentTabs table tr:nth-child(2n+1) {
    background: #f7f7f7;
}


.contentTabs table tr td:first-child {
    text-align: left;
}


.contentTabs table tr td {
    border: solid 1px #d2d2d2;
    padding: 3px 5px;
}
.contentTabs .content div {
    margin: 0 0 15px;
    line-height: 18px;
    font-size: 14px;
}

.sku {
    font-size: 14px;
    margin: 7px 0 0 14px;
}

.sku em {
    font-style: normal;
    color: #ff7324;
    font-weight: bold;
}

.productInfo .sku {
    margin: 7px 0 0;
}
.productInfo .inStock {
    margin: 7px 0 0;
}


@media screen and (max-width: 800px) {
    .contentTabs table {
        display: none;
    }
}

.knopka_menu:after {
    display: block;
    content: "Меню";
    font-family: sans-serif;
    position: absolute;
    left: 55px;
    top: 14px;
    font-size: 23px;
    color: #fff;

}

.knopka_menu:before {
    display: block;
    content: "";
    background: #333;
    width: 190px;
    height: 50px;
    left: -39px;
    top: 0px;
    z-index: 0;
    position: absolute;
}

.knopka_menu {
    position: relative
}

.icon-bar {
    position: absolute;
    z-index: 99
}

.knopka_menu .icon-bar:nth-child(2) {
    margin-top: 10px;
}

.knopka_menu .icon-bar:nth-child(3) {
    margin-top: 21px;
}

.uk-offcanvas-page .icon-bar:nth-child(3) {
    margin-top: 16px;
}


@font-face {
    font-family: 'socicon';
    src: url(/design/mixclimat_adapt/fonts/socicon.eot);
    src: url(/design/mixclimat_adapt/fonts/socicon.eot?#iefix) format("embedded-opentype"), url(/design/mixclimat_adapt/fonts/socicon.woff) format("woff"), url(/design/mixclimat_adapt/fonts/socicon.ttf) format("truetype"), url(/design/mixclimat_adapt/fonts/socicon.svg#socicon) format("svg");
    font-weight: normal;
    font-style: normal
}

.social-list {
    margin: 2em 0 0;
    /*flex: 1 0 100%;*/
}

.social-list:after {
    content: "";
    display: table;
    clear: both;
}

.social-list .social_icon {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    position: relative;
    font-size: 0;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    border: 0 none;
    outline: 0 none;
    background: transparent none;
    margin: 0;
    padding: 0;
}

.social-list .social_icon:before {
    font-family: 'socicon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    color: #fff;
    display: inline-block;
}

.social-list .social_icon.facebook:before {
    content: '\e041';
    background-color: #3e5b98;
}

.social-list .social_icon.twitter:before {
    content: '\e040';
    background-color: #4da7de;
}

.social-list .social_icon.telegram:before {
    content: '\e06e';
    background-color: #0088cc;
}

.social-list .social_icon.viber:before {
    content: '\e071';
    background-color: #7b519d;
}

.social-list .social_icon.whatsapp:before {
    content: '\e01b';
    background-color: #25D366;
}

.social-list .social_icon {
    margin: 0 auto 0 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.button-payment {
    width: 142px;
    height: 47px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    background: url(/design/mixclimat_adapt/images/button-payment.png) 0 0 no-repeat
}

.help-payment {
    font-size: 17px;
    font-weight: bold;
    background: #f9f9f9;
    color: #faa922;
    padding: 6px 12px;
    display: inline-block;
    border: 1px dotted #e0e0e0;
    border-left: 4px solid #faa922
}
.products .productImgFly, .product__wrap {
    position: relative
}


.hot-price {
    color: red !important;
}

.payment-icons {
    display: flex;
    margin: 15px 0 0;
}
.payment-icons img {
    height: 35px;
    margin-right: 5px;
}

.social-icons {
    display: flex;
    margin: 0 25px 0 0;
}
.social-icons svg {
    margin-right: 5px;
}

.credits-info {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    /*flex: 1 0 49%;*/
    width: 100%;
}
.credits-info > ul {
    margin: 1em 0;
}
.credits-info > ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.credits-info ul li span {
    margin-left: -9px;
    font-weight: 600;
}

#content .rightCol .podcategory .podcategoryBox .credits-info {
    margin: 15px 0 0;
}
#content .rightCol .podcategory .podcategoryBox .credits-info li {
    margin: 0 3px 0 0 !important;
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
}
#content .rightCol .podcategory .podcategoryBox .credits-info li img {
    width: 40px;
}

/* modal window */
.modal-window {
    width: 500px;
    max-width: 90%;
    position: absolute;
    top: 20px;
    left: calc(50% - 250px);
    background: white;
    z-index: 999;
}
.modal-window .modal-window__header {
    padding: 15px;
}
.modal-window .modal-window__close {
    float: right;
    font-size: 18px;
    background: white;
    border-radius: 4px;
    padding: 5px 5px 2px;
}
.modal-window .modal-window__body {
    padding: 15px 25px;
}
.modal-window .modal-window__footer {
    padding: 15px;
}
.modal-window .modal-window__footer {
    display: flex;
    place-content: center;
}
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 998;
}
@media screen and (max-width: 550px) {
    .modal-window {
        width: 99%;
        max-width: none;
        position: absolute;
        left: 0;
    }
    .modal-window .modal-window__body {
        padding: 10px;
    }
}

.credit-form {
    font-family: Arial, sans-serif;
}
.credit-form .credit-form__credit-title {
    font-size: 13px;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #50bc0f;
    color: gray;
    text-align: right;
    text-transform: uppercase;
}
.credit-form label {
    font-size: 17px;
    position: relative;
}
.credit-form .credit-form__row {
    line-height: 48px;
    font-size: 20px;
    font-family: Open-Sans, sans-serif;
    margin: 0 20px;
    display: grid;
    place-content: flex-start;
}
.credit-form .credit-info .credit-form__row {
    border-bottom: 3px solid white;
    padding: 0 0 10px;
}
.credit-form .credit-info .credit-form__row:last-child {
    border-bottom: none;
}

.credit-form .customer-info {
    background: #f8f8f8;
    padding: 10px 0;
    display: flex;
}
.credit-form .credit-info {
    background: #f8f8f8;
    padding: 10px 0 0;
}
.credit-form .customer-info .credit-form__row {
    display: block;
    line-height: normal;
    margin: 0 25px 10px;
}
.credit-form .customer-info .credit-form__row div.error {
    color: red;
    font-size: 14px;
    margin: 3px 0;
}
.credit-form .customer-info .credit-form__row label {
    line-height: 30px;
    color: #666;
}
.credit-form .credit-form__row label span {
    position: absolute;
    left: 58px;
    top: 30px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    background: mediumseagreen;
    color: white;
    padding: 0;
    display: inline-block;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.credit-form .credit-form__row input[type="text"] {
    height: 28px;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 0 3px;
}
.credit-form .credit-form__row input[type="text"].error {
    border: 2px solid red;
}
.credit-form .credit-form__row img {
    float: left;
    margin-right: 10px;
}
.credit-form .select-control {
    padding-left: 90px;
    line-height: 32px;
}
.credit-form .select-control select {
    height: 32px;
    padding: 0 5px;
}
.credit-form .credit-form__result {
    margin: 10px 0 0;
    background: #f8f8f8;
    padding: 15px 25px;
}
.credit-form .result__content > div {
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    font-size: 18px;
}
.credit-form .result__content > div > span {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    margin-left: 10px;
}
.credit-form .result__content > div > span span {
    font-size: 18px;
}
.credit-form .result__content #result__total > span {
    background: #f5dbb8b3;
    border: 2px solid white;
    padding: 5px 15px;
}
.credit-form .product-title {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}
.credit-form .product-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.credit-form .product-info__detail {
    text-align: center;
    display: grid;
    white-space: pre;
    padding-left: 10px;
}
.credit-form .product-sku {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}
.credit-form .product-sku span {
    color: #ff7324;
    font-weight: bold;
}
.credit-form .product-price__title {
    font-size: 20px;
    margin: 20px 20px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.credit-form .product-price, .credit-form .product-total {
    max-width: 200px;
    margin: 0 auto 10px;
    font-weight: 600;
    padding: 5px 25px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 5px;
}
credit-form .product-price, .credit-form .product-total {
    font-size: 20px;
}
.credit-form .product-price span, .credit-form .product-total span {
    font-size: 18px;
    font-weight: 600;
}
.credit-form .product-total {
    background: #faebd796;
    font-size: 21px;
}
.credit-form .product-amount {
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 10px;
}
.credit-form .product-picture {
    text-align: center;
    border-right: 1px solid #d8d8d8;
    padding-right: 10px;
}
.credit-form .success {
    font-size: 18px;
    color: gray;
    line-height: 49px;
}
.credit-form .credit-form__actions {
    text-align: center;
    padding-top: 15px;
}
#credit-modal .modal-window__footer {
    display: none;
}
.credit-form .credit-form__payment-info {
    color: red;
    margin: 1em;
}

/* radios */
.credit-form input[type="radio"] {
    float: left;
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    margin: 12px 10px 0 0;
    padding: 0;
    border: 2px solid #50bc0f;
    border-radius: 50%;
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.1s;
}
.credit-form input[type="radio"]:not(:disabled):checked {
    border-color: #50bc0f;
    background-color: #50bc0f;
    background-clip: content-box;
    padding: 2px;
    background-image: radial-gradient(
            circle,
            #50bc0f 0%,
            #50bc0f 50%,
            transparent 60%,
            transparent 100%
    );
}
.credit-form input[type="radio"]:disabled {
    background-color: #d9d9d9;
}
.credit-form input[type="radio"]:disabled:checked {
    background-image: radial-gradient(
            circle,
            #50bc0f 0%,
            #50bc0f 50%,
            transparent 50%,
            transparent 100%
    );
}
@media (hover: hover) {
    .credit-form input[type="radio"]:not(:disabled):hover {
        background-color: #50bc0f;
        outline: 2px solid #50bc0f;
        transform: scale(1.05);
    }
}
.credit-form input[type="radio"]:focus-visible {
    background-color: #50bc0f;
    outline: 6px solid #50bc0f;
    transform: scale(1.05);
}
@media (prefers-reduced-motion: reduce) {
    .credit-form input[type="radio"] {
        transition: none;
    }

    .credit-form input[type="radio"]:focus-visible {
        transform: scale(1);
    }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) {
    .credit-form input[type="radio"]:not(:disabled):hover {
        transform: scale(1);
    }
}
@media screen and (max-width: 550px) {
    .credit-form .result__content > div {
        height: auto;
    }
    .credit-form .credit-form__row {
        line-height: 1;
        margin: 0 20px 20px;
    }
    .credit-form .result__content > div > span {
        display: block;
    }
    .credit-form label {
        line-height: 22px;
    }
    .credit-form .select-control {
        margin-top: 10px;
    }
}

/* buttons */
.button-normal {
    align-self: flex-start;
    white-space: nowrap;
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 17px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 49px;
    padding: 0 17px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.button-normal.with-svg {
    padding-left: 12px;
}
.button-normal.with-svg svg {
    width: 32px;
    float: left;
    margin: 10px 15px 0 0;
    fill: white;
}
.button-normal:hover {
    opacity: 0.9;
}
.button-orange {
    background: rgb(238,200,80);
    background: -moz-linear-gradient(180deg, rgba(238,200,80,1) 0%, rgba(232,177,65,1) 50%, #d98520 100%);
    background: -webkit-linear-gradient(180deg, rgba(238,200,80,1) 0%, rgba(232,177,65,1) 50%, #d98520 100%);
    background: linear-gradient(180deg, rgba(238,200,80,1) 0%, rgba(232,177,65,1) 50%, #d98520 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eec850",endColorstr="#e3a236",GradientType=1);
    border-radius: 0.8em;
    border: 2px solid transparent;
    background: linear-gradient(180deg, rgba(238,200,80,1) 0%, rgba(232,177,65,1) 50%, #d98520 100%) padding-box,
    linear-gradient(to bottom, #ebbe48, #ebbe48) border-box;
}
.button-green, .bg-green-gradient {
    background: rgb(81,190,12);
    background: -moz-linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    background: linear-gradient(180deg, rgba(81,190,12,1) 0%, rgba(71,165,19,1) 50%, rgba(63,147,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#51be0c",endColorstr="#3f9317",GradientType=1);
}
.button-orange.disabled, .button-green.disabled {
    background: gray;
}
.button-orange svg {
    fill: black;
}
.button-green svg {
    fill: white;
}






@media (prefers-color-scheme: light) {
    #content .conteiner .column2 .leftCol .box .products .listProduct li {
        background-image: linear-gradient(bottom, #F6F6F6 0, #FFF 51%);
        background-image: -o-linear-gradient(bottom, #F6F6F6 0, #FFF 51%);
        background-image: -moz-linear-gradient(bottom, #F6F6F6 0, #FFF 51%);
        background-image: -webkit-linear-gradient(bottom, #F6F6F6 0, #FFF 51%);
        background-image: -ms-linear-gradient(bottom, #F6F6F6 0, #FFF 51%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F6F6F6), color-stop(.51, #FFF))
    }
}

@media (prefers-color-scheme: dark) {
    #content {
        background: black !important;
    }
    #footer {
        background: black !important;
    }
    #content .conteiner .column2right .rightCol .productTabs .tabs .contentTabs .content {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .product {
        color: #fff;
    }
    #content .conteiner .column2 .leftCol .box .products .listProduct li .name a,
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .nameOneLine {
        color: #fff;
    }
    #content .conteiner .column2 .leftCol .box .products .listProduct li {
        background: #000;
    }
    #content .conteiner .column2 .leftCol .box .products .listProduct li .description .textInfo {
        color: #fff;
    }
    #content .conteiner .column2 .leftCol .box .products .listProduct li .description .image {
        border-bottom: 1px solid #333;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li a {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures li {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }
    #content .conteiner .column2 .leftCol .box .listArticle li .newsText {
        color: #fff;
    }
    #footer .conteiner {
        color: #fff;
    }
    #footer .conteiner .copyright a {
        color: #ff7324;
    }
    #content .conteiner .column2right .rightCol .sort {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .sort .sortBox .sortSelect {
        background: none;
    }
    #content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm {
        background: none;
    }
    #content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm label,
    #content .conteiner .column2right .rightCol .commentsBox .rightBox .commentForm p {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .breadcrumb {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .breadcrumb .arrow {
        background: none;
        color: white;
        height: auto;
        margin: 0 9px;
    }
    #content .conteiner .column2right .rightCol .breadcrumb .arrow:before {
        content: "\25BA";
    }
    #content .conteiner .column2right .rightCol .post,
    #content .conteiner .column2right .rightCol .post .text,
    #content .conteiner .column2right .rightCol .listArticle li .newsText {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .post h1.name,
    #content .conteiner .column2right .rightCol .blog h3,
    #content .conteiner .column2right .rightCol .blog .listBlogPost li a,
    #content .conteiner .column2right .rightCol .listArticle li .date {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .calculationPower {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .calculationPower .rightBox .cart {
        color: #fff;
    }

    .modal-window {
        background: #000;
    }
    .credit-form .customer-info,
    .credit-form .credit-info,
    .credit-form .credit-form__result,
    .credit-form .product-price, .credit-form .product-total,
    .credit-form .result__content > div > span {
        background: #333;
    }
    .credit-form .customer-info .credit-form__row label {
        color: #fff
    }
    .credit-form .result__content #result__total > span {
        background: #666;
    }
    #content .conteiner .column2right .leftCol .filterMenu {
        color: #fff;
    }
    #content .conteiner .column2right .leftCol .filterMenu .listFilterMenu li p.name {
        color: #fff;
    }
    #content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li a,
    #content .conteiner .column2right .leftCol .catalogMenu .popupMenu .listPopupMenu li p.products {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .price1,
    #content .conteiner .column2right .rightCol .podcategory .oldPrice {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .box .priceBox .addBox .price .inStock {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li {
        background: #000;
    }
    .credits-info ul li span {
        background: #000;
    }
    .credits-info ul li span {
        margin-left: -5px;
    }
}

.we-on-google-maps {
    width: 100%;
    clear: both;
    padding: 10px 0 0;
}
.branch-address {
    padding: 10px 0;
}
#header .branch-address {
    padding: 0;
}
.more-about-brands a {
    font-family: HelveticaNeueCyr, sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #ff7324;
    font-weight: 600; line-height: 30px; min-width: 120px;
    background: #fcfcfc; padding: 5px 8px; margin: 3px 5px;
    text-align: center;
}
.more-about-brands a:hover { text-decoration: none; background: none }
.more-about-brands > div {
    margin: 15px;
}
.order_info .help {
    color: grey; margin: 5px 0 0
}





/* --------------------------------------- */
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory > li {
    width: 449px;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    background: white;
    border: 1px solid #c0c0c0;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li:hover {
    border-color: #e59d30;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li:nth-child(2n) {
    margin: 0 0 10px
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .name {
    display: flex;
    font-size: 16px;
    color: #000;
    padding: 5px 10px;
    background: url(../images/podcategoryDeviderH1.png) bottom no-repeat;
    min-height: 35px;
    justify-content: space-between;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .name > span {
    display: block;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .image {
    padding: 0 15px;
    justify-content: center;
    display: flex;
    min-height: 250px;
}
#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .image img {
    align-self: center;
    max-width: 250px;
    max-height: 250px
}

/* ------------------- product(s) -----------------*/
#content .productInfo .variantBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 15px;
}
#content .productInfo .variantBox .priceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#content .productInfo .variantBox .priceBox .oldPrice {
    margin: 0 0 8px 14px;
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
    min-height: 16px;
}
#content .productInfo .variantBox .priceBox .oldPrice {
    margin: 0 0 6px !important;
    font-size: 15px;
    color: #aaa;
    text-decoration: line-through;
}
#content .productInfo .variantBox .stockInfo {
    padding: 0 0 4px;
    flex: 1 0 45%;
}
#content .productInfo .variantBox .inStock {
    font-size: 12px;
    color: limegreen;
}
#content .productInfo .variantBox .outOfStock {
    font-size: 12px;
    color: gray;
}
#content .productInfo .variantBox .stockInfo .sku {
    margin: 7px 0 0;
}
#content .productInfo .name em {
    float: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    background: coral;
    padding: 0 5px;
    color: white;
    border-radius: 3px;
    line-height: 18px;
    height: 18px;
    align-self: center;
}
#content .productInfo .variantBox .price {

}
#content .productInfo .variantBox .price .price1 {
    color: #000;
    font-size: 24px;
    line-height: 14px;
    font-weight: 700;
    margin: 0;
}
#content .productInfo .variantBox .price .price1 span {
    font-size: 14px
}
#content .productInfo .variantBox .cartBox {
    flex: 1 0 100%;
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
}
#content .productInfo .variantBox .button-cart,
#content .productInfo .variantBox .credit-button,
#content .costInstalationButton {
    width: 100%;
    background: #f0a611;
    display: flex;
    justify-content: center;
    font-weight: 500;
    border-radius: 7px;
    border: none;
    padding: 0;
    margin: 0;
    align-self: end;
}
#content .productInfo .variantBox .button-cart.no-text {
    width: 49px;
    height: 49px;
    text-align: center;
}
#content .productInfo .variantBox .button-cart.no-text svg {
    float: none;
    margin: 12px 0 0;
}
#content .productInfo .variantBox .button-cart.no-text span {
    display: none;
}

#content .productInfo .variantBox .button-cart.ajax-loader,
#content .productInfo .variantBox .button-cart.ajax-success {
    background-color: #f6bb44;
    background-image: url(../images/loader.svg);
    background-size: 33px;
    background-position: 50% 7px;
    background-repeat: no-repeat;
}
#content .productInfo .variantBox .button-cart.ajax-loader *,
#content .productInfo .variantBox .button-cart.ajax-success * {
    fill: transparent;
    color: transparent;
}
#content .productInfo .variantBox .button-cart.ajax-success {
    background: rgb(146,217,53) url(../images/success.svg) 50% 4px no-repeat;
    height: 49px;
}
#content .productInfo .variantBox .button-cart.ajax-success * {
    display: none;
}
#content .productInfo .variantBox .credit-button {
    background: white;
    border: 1px solid rgb(71,165,19);
}
#content .productInfo .variantBox .credit-button.with-svg {
    color: rgb(71,165,19)
}
#content .productInfo .variantBox .credit-button.with-svg svg {
    fill: rgb(71,165,19);
}
#content .costInstalationButton {
    background: rgb(71,165,19);
    width: 100%;
    line-height: 49px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    margin: 20px 0 10px;
}
#content .costInstalationButton:hover {
    opacity: 0.9;
}


#content .productInfo .image__wrap {
    display: flex;
    justify-content: center;
    width: 95%;
}
#content .productInfo .variantBox .credits-info {
    margin: 0 !important;
    align-items: flex-start;
    flex: 1 0 55%;
}
#content .productInfo .variantBox .credits-info > ul {
    margin: 0;
}
.credits-info.vertically {
    flex-wrap: wrap;
    width: 50px;
}
#content .productInfo .variants {
    position: relative;
}

#content .productInfo .features {
    padding: 0 15px !important;
}

#content .productInfo .features {
    width: 540px;
    margin: 20px 0 0 20px
}
#content .productInfo .features .listFeatures {
    list-style: none
}
#content .productInfo .features .listFeatures li {
    font-size: 14px;
    color: #000;
    border-bottom: 1px dotted #000;
    line-height: 18px;
    margin: 0;
    width: 100%;
    height: inherit;
    background: 0 0;
    border-radius: 0;
    float: left;
}
#content .productInfo .features .listFeatures li p {
    float: left;
    width: 100%;
    /*border-bottom: 1px dotted #9e9e9e;*/
    line-height: 22px
}
#content .productInfo .features .listFeatures li span {
    font-weight: 700;
    color: #ff7324;
    font-size: 14px;
    float: right
}

#content .podcategory .podcategoryBox .listpodCategory .features {
    width: auto !important;
    margin: 10px 0 0;
    /*max-height: 100px;
    height: 85px;
    overflow: hidden*/
}
#content .podcategory .podcategoryBox .listpodCategory .features .listFeatures li p {
    width: auto;
}

.payment-delivery__wrap {
    display: flex;
}
.methods-list {
    margin: 15px 5px 0;
    border-radius: 5px;
}
.methods-list ul {
    list-style: none;
    list-style-position: inside;
}
.methods-list li {
    margin: 0 0 7px 0;
    padding: 3px 5px;
}
.methods-list li > p {
    font-size: 100%;
    color: gray;
    margin: 5px 0 5px 15px;
}
.methods-list svg {
    width: 32px !important;
    height: auto !important;
    margin-right: 10px;
}
.methods-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    line-height: 32px;
    height: 32px;
    background: #f1f1f1;
    border-radius: 5px;
    padding-bottom: 8px;
    border-bottom: 2px solid lightgray;
}
.methods-list > div svg {
    margin-right: 15px;
}
.contentTabs {

}
.credits-info {
    display: flex;
}
.button-cart__wrap {
    width: 50%;
    align-self: end;
    align-items: end;
    justify-items: end;
}
.button-cart__wrap .sku {
    margin: 0 0 5px;
    font-size: 12px;
}
.podcategory .button-cart {
    height: 44px;
    line-height: 44px;
}

.ml-none {
    margin-left: 0 !important
}
.w100 {
    width: 100% !important;
}

@media screen and (max-width: 1199px) {
    /*.image__wrap .credits-info {
        display: none;
    }*/
}
@media screen and (min-width: 1199px) {
    /*.credits-info {
        display: none;
    }
    .image__wrap .credits-info {
        display: flex;
    }*/
}
@media screen and (max-width: 1224px) {
    #content li.productInfo {
        padding-right: 0 !important;
    }
    /*#content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features {
        padding: 0 15px !important;
    }*/
}
@media screen and (prefers-color-scheme: dark) {
    #content .productInfo .features .listFeatures li {
        color: #fff;
    }
    #content .conteiner .column2right .rightCol .podcategory .podcategoryBox .listpodCategory li .features .listFeatures li {
        color: black;
    }
    .credits-info.vertically li, .credits-info.vertically li span {
        background: none !important;
    }
}

.credits-info.vertically li, .credits-info.vertically li span {
    background: none !important;
}
.product__wrap {
    background: white !important;
}
.productInfo .listFeatures p {
    color: black !important;
}
.credits-info span {
    background: white !important;
}

.productsSeries {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 15px;
    flex-grow: 1;
    margin: 2em 0 0;
    color: black;
}
.productsSeriesTitle {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    flex-basis: 100%;
    color: black;
}
.productsSeriesList {
    margin: 0.5em 0 0;
    border-collapse: separate;
    border-spacing: 0;
    /*border: 1px solid #ecefef;*/
    /*border: 1px solid #f0a611;*/
    border-radius: 7px;
    overflow: hidden;
}
.productsSeriesList th, .productsSeriesList td {
    padding: 0.5em;
    border: 1px solid #ecefef;
    /*border: 1px solid #facb6a;*/
}
.productsSeriesList th {
    -moz-border-radius-topleft: 4px;
    border-radius: 4px 4px 0 0;
}
.productsSeriesList th, .productsSeriesList .name {
    padding: 1em 0.5em;
    background: #fafafa;
    /*background: #fdf0d4;*/
    border: 1px solid #dfe0e0;
    font-size: .9em;
}
.productsSeriesList .name {
      background: white;
  }
.productsSeriesList td {
    text-align: center;
}
.productsSeriesList .hot-price {
    color: red;
    font-weight: 600;
    display: block;
}
.productsSeriesList .old-price {
    text-decoration: line-through;
    font-size: .9em;
    text-align: right;
    color: darkgray;
    display: block;
}
.productsSeriesList a {
    text-decoration: none;
    color: #ff7324;
}
.productsSeriesList .active {
    color: black;
}
.productsSeriesList .active .name {
    font-weight: 600;
}
.productsSeriesList .name a {
    text-decoration: underline;
}
.productsSeriesList .active td {
    background: #fafafa;
}
.productsSeriesList .p-cold, .productsSeriesList .p-warm {
    font-weight: 600;
    color: white;
    padding: .2em .1em;
    border-radius: 4px;
    display: block;
}
.productsSeriesList .p-cold {
    background: #6db6fd;
}
.productsSeriesList .p-warm {
    background: #faaf27;
    margin-top: .5em;
}
.productsSeriesList .list-title th, .productsSeriesList .list-title td {
    padding: .3em;
    border: none;
    background: none;
}
.productsSeriesList .name > * {
    background: white;
    border-radius: 4px;
    padding: .3em .5em;
}
.productsSeriesList tr:hover td {
    background: #fafafa;
}