* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body, td { 
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px; 
    line-height: normal; 
    color: #333333;
}

a {
    text-decoration: none;
    color: #ff7200;    
}
.clear {
    clear: both;
}
.page {
    width: 100%;  
    min-width: 320px;
}
.topPage {
    background: #4c4c4c;
    color: #fff;
}
.layer {
    max-width: 1170px;
    width: 95%;    
    margin: 0px auto; 
}
.leftMenu {
    list-style: none;
    float: left;
}
.leftMenu li {
    display: block;
    float: left;
    padding: 0px 30px 0px 0px;
}
.leftMenu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;    
    padding: 14px 0px 14px 0px;
    display: block;  
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}    
.leftMenu li a:hover {
    color: #ccc;
}
.topEnter, .topCart, .topByter {
    float: right;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif; 
    display: block;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer; 
}
.topEnter:hover, .topCart:hover {
    background: #464646;
}
.topCart {
    color: #ff7200;
    position: relative;
    line-height: 43px; 
    padding: 0px 18px 0px 50px;
    border-right: 1px solid #464646;    
    border-left: 1px solid #464646;   
    cursor: pointer; 
}
.topCart div {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 25px;
    height: 20px;                                              
    background: url("../img/img_new/icons.png") no-repeat 0 0;                  
}
.topEnter {
    color: #ff7200;
    position: relative;
    line-height: 43px; 
    padding: 0px 20px 0px 45px;        
    border-left: 1px solid #464646; 
 
}
.topEnter div {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 19px;  
    height: 20px; 
    background: url(../img/img_new/icons.png) no-repeat -24px 0px;                                                            
}

.mainPage {
    border-bottom: 1px solid #e0e0e0;    
}
.logo {
    padding: 12px 0px 10px;
    display: block;
    float: left;
    max-width: 190px;
    width: 18%;
    min-width: 100px;  
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logo img {
    width: 100%;
}

.search {
    width: calc(100% - 660px);
    float: left;
    margin: 21px 0px 21px 0%;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    
    border: 1px solid #d4d4d4;    
    position: relative;  
}
.searchInput {
    display: block;
    width: 85%;
    margin: 0px auto;     
    padding: 11px 0px 10px 0px;    
    border: none;
    background: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    margin-left: 20px;                 
} 
.search div {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/img_new/icons.png) no-repeat -43px 0px;
    top: 11px;
    right: 19px;
    cursor: pointer;
}
.social {
    width: 140px;
    float: left;
    
    margin: 26px 0px 0px 4%;
    border-top: 1px solid #9d9d9d;
    position: relative;
}
.social div {   
    width: 100px;
    margin: -8px auto 0px;
    background: #fff;  
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #848484;
}
.socialFB {
    width: 22px;
    height: 26px;
    position: absolute;
    top: 11px;
    left: 0px;
    background: url(../img/img_new/icons.png) no-repeat 0px -26px;
}
.socialINSTA {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 11px;
    left: 36px;
    background: url(../img/img_new/icons.png) no-repeat -37px -26px;
}
.socialVK {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 11px;
    left: 79px;
    background: url(../img/img_new/icons.png) no-repeat -82px -26px;
}
.socialOK {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 11px;
    left: 114px;
    background: url(../img/img_new/icons.png) no-repeat -118px -27px;
}
.phone {
    float: right;
    width: 350px;    
    margin: 8px 0px 0px;
    
    font-size: 10px;
    font-family: 'PT Sans', sans-serif; 
    color: #504f4f;
}
.number {
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    padding-left: 40px;
    position: relative;     
    margin-bottom: -4px; 
    letter-spacing: -1px; 
    margin-top: -5px;
}
.number a {
    color: #333;    
}

.number .number_icon {
    width: 28px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0px;
    background: url(../img/img_new/icons.png) no-repeat -4px -57px;
}
.callback {  
    color: #858585;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    float: right;
    border: 1px solid #858585;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 13px;
    margin-left: 15px;
    margin-top: 17px;
    letter-spacing: 0px;
    -webkit-transition: background .1s ease, border .2s ease;
    -moz-transition: background .1s ease, border .2s ease;
    -o-transition: background .1s ease, border .2s ease;
    transition: background .1s ease, border .2s ease;
    cursor: pointer;
}
.callback:hover {           
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.catalogMenu {
    list-style: none;
    display: table;
    width: 100%;
    border-right: 1px solid #e7e7e7;
    margin: 10px 0px;
}
.catalogMenu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    border-left: 1px solid #e7e7e7;   
}
.catalogMenu li a {
    color: #333;
}
.menu_arr {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}
.sub_menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    background: #fff;
    line-height: 15px;
    margin-left: -2px;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.2);
    min-height: 140px;
    z-index: 15;
}
.relative {
    position: relative;
}
.sub_menu_item {
    cursor: pointer; 
    width: 17%;
    float: left;
    padding-top: 30px;
}
.sub_menu_item > a {
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 10px 0px 10px 30px;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: relative;
}
.sub_menu_item > .activeArr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #ff7200;
    background: #f9f9f9;
}
.sub_menu_item > .activeArr .bigArr {
    display: block;
    height: 42px;
    width: 43px;
    position: absolute;
    top: 59%;
    margin-top: -25px;
    right: -43px;
    background: url(../img/img_new/left_arr.png) no-repeat 52% 50%;
}
.sub_menu_item ul {
    list-style: none;
    position: absolute;
    left: 220px;
    top: 0px;
    padding: 0px 0px 10px 40px;
    display: none;
    width: 900px;
}
.sub_menu_item ul li {
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 10px 20px;
    width: 350px; 
}
.sub_menu_item > .activeArr ul {
    display: block;
}

.sub_sub_menu_item {
    float: right;
    width: 78%;
}
.sub_sub_menu_div {
    display: none;
}
.show {
    display: block;
}
.sub_sub_menu_div ul {
    width: 100%;
    text-align: center; 
}
.sub_sub_menu_div ul li {
    display: inline-block;
    height: 105px; 
    width: 160px;     
    padding: 10px 0px 10px;         
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;  
    line-height: 20px;  
    position: relative;
    text-align: center;  
    border: 1px solid #fff; 
}   
.sub_sub_menu_div ul li:hover a {
    color: #ff7200 !important;
}
.sub_sub_menu_div ul li a {
    display: block;  
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -25px; 
    vertical-align: middle; 
    text-align: center;  
    width: 120px;
    padding: 0px 20px; 
    color: #333;   
}
.productPage {
    margin: 20px 0px;
}
.productH1 {
    font-weight: bold;
    font-size: 25px;
    color: #4c4c4c;
}
.breadcrumbs {
    margin: 7px 0px 15px;
}
.breadcrumbs, .breadcrumbs a {
    color: #868686;
    font-size: 14px;  
}
.breadcrumbs span:first-child {
    margin-left: 0px; 
}
.breadcrumbs a {
    margin: 0px 8px;
}
.productInfo {
    width: 100%;
    text-align: center;
}
.row3 {
    min-height: 50px;
    width: 31%;     
    display: inline-block;
    background: black;
}
.productImage {
    background: black;
    padding: 10px;
    text-align: center;
}
.productImageMain {
    width: 100%;
    height: 330px;
    text-align: center;
    font: 0/0 a;
    display: block;
    margin-bottom: 10px;
}
.productImageMain:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.productImageMain img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.productImageItem {
    max-width: 100px;
    height: 100px;
    
    width: 30%; 
    margin: 0px 2px 5px; 
    
    
    display: inline-block;          
    
    text-align: center;                                           
    font: 0/0 a;  
}
.productImageItem:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}
.productImageItem img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1.2em; /* your line-height */
}

.productImageList {   
    min-height: 100px;
    text-align: justify;    
}

.productImageList:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 0; /* your line-height */
}

.productImageList:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.productDetails {
    background: #fff;
    border: 1px solid #e3e3e3;
}
.productPrice { 
    border-bottom: 1px solid #e3e3e3;
    padding: 17px 0px;
    position: relative;
}
.productPrice span {
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
    float: left;
    width: 50%;
    font-size: 30px; 
    text-align: center;     
}
.productPrice p {
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    background: #c5c5c5;
    width: 64px;
    height: 22px;
    line-height: 22px;  
    color: #000;
    text-decoration: line-through;  
}

.productPrice span sup {
    font-size: 16px;
}
.productBuy {
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
    float: left;
    width: 50%;
    font-size: 18px; 
    text-align: center;   
}
.productBuy div {
    text-transform: uppercase;
    background: #ff7200;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 40px;
    cursor: pointer;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;  
    
    position: relative; 
    margin-top: 3px;     
}
.productBuy div:before {
    width: 19px;
    height: 19px;
    top: 6px;
    left: 14px;
    background: url(../img/img_new/icons.png) no-repeat -65px -59px;
    content: " ";
    display: block;
    position: absolute;    
}
#phone_mask {
    color: #adadad;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    display: block;  
    border: none;
    border-bottom: 1px solid #959595;
    text-align: center;
    width: 140px;         
    margin: 14px auto 0px;
}
.productOneClick:hover {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.productOneClick {   
    color: #858585;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block; 
    border: 1px solid #858585;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 13px;   
    margin-top: 12px;
    letter-spacing: 0px;
    -webkit-transition: background .1s ease, border .2s ease;
    -moz-transition: background .1s ease, border .2s ease;
    -o-transition: background .1s ease, border .2s ease;
    transition: background .1s ease, border .2s ease;
    cursor: pointer;
}
.productChar div {
    line-height: 29px;
    text-align: left;
    padding: 0px 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
}
.productChar div span {
    display: block;
    float: right;
    font-weight: normal;
    text-align: right;  
}
.productChar div:nth-child(even) {
    background: #efefef;
}
.productOperation {
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: left;
}
.productOperation .operationSpan {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
    color: #4c4c4c;
    margin-bottom: 2px;
} 
.productOperation .operationSpan:before {
    width: 25px;
    height: 27px;
    top: -2px;
    right: -7px;               
    content: " ";
    display: block;
    position: absolute;
}
.productOperation p {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;  
    color: #6b6b6b;
    margin-bottom: 23px;
    line-height: 18px;  
}
.infoIcon:before {     
    background: url(../img/img_new/icons.png) no-repeat -4px -104px;
}
.deliveryIcon:before {              
    background: url(../img/img_new/icons.png) no-repeat -4px -104px;
    background-position: -37px -103px !important;
}
.payIcon:before {
    background: url(../img/img_new/icons.png) no-repeat -4px -104px;
    background-position: -86px -60px !important;
}
.warrantyIcon:before {
    background: url(../img/img_new/icons.png) no-repeat -4px -104px;
    background-position: -115px -59px !important;
}
.shareIcon:before {              
    background: url(../img/img_new/icons.png) no-repeat -4px -104px;
    background-position: -64px -103px !important;
}
.title {
    font-size: 20px;
    color: #ff7200;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0px 15px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 5px;
    position: relative;
}
.moveBlock {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 15px;
}
.moveBlock:before {
    width: 13px;
    height: 10px;
    top: 12px;
    right: 13px;
    content: " ";
    display: block;
    position: absolute;
    background: url(../img/img_new/icons.png) no-repeat -103px -109px;
}
.moveBlockLeft {
    width: 16px;
    height: 20px;
    top: 5px;
    left: 0px;
    content: " ";
    display: block;
    position: absolute;
    background: url(../img/img_new/icons.png) no-repeat -89px -102px;
    cursor: pointer;
}
.moveBlockRight {
    width: 16px;
    height: 20px;
    top: 5px;
    right: 0px;
    content: " ";
    display: block;
    position: absolute;
    background: url(../img/img_new/icons.png) no-repeat -114px -102px;
    cursor: pointer;
}
.moveItemsLayer {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
}
.moveItemsList {
    width: 10000px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;        
}
.Item {
    width: 250px;
    height: 200px;
    background: #000;
    padding: 5px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    text-align: center;
}
.itemLayer {   
    width: 100%;
    height: 160px;
    font: 0/0 a;
    display: block;
}
.itemLayer:before {      /* create a full-height inline block pseudo-element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;  
}
.itemLayer img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .5s ease;     
}
.itemPrice {
    font-size: 21px;
    color: #ff7200; 
    display: block;
    width: 100%;
    text-align: center;  
                 
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;      
}
.itemPrice sup {
    font-size: 16px;
}
.Item:hover .itemPrice {
    width: 40%;
}
.itemBuy {
    position: absolute;
    left: 100%;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #ff7200;
    bottom: 17px;
    text-transform: uppercase;
                 
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease; 
    cursor: pointer;   
    
} 
.Item:hover .itemBuy {
    left: 55%;
}
.Item:hover .itemLayer img {
    opacity: 0.3;
}  
.itemDesc {
    position: absolute;
    width: 100%;      
    height: 150px;
    top: 10px;
    left: 0px;
    color: #cdcdcd;
    text-align: left;
    font-size: 14px;
    margin-left: 25px;
    line-height: 24px;             
    opacity: 0;
    overflow: hidden; 
    
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;     
}
.itemDesc span {     
    font-size: 18px;
    color: #ff7200;     
    text-transform: uppercase;
    display: block;
    text-align: center; 
    margin-bottom: 5px; 
    width: 210px; 
}  
.Item:hover .itemDesc {       
    opacity: 1;
}     
.tabItem {
    display: inline-block;
    margin-right: 30px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    

    
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;     
    
}
.tabItem .moveBlock {
    display: none;    
}
.activeTab .moveBlock {
    display: block;    
}
.activeTab {
    color: #ff7200;
    border-bottom: 2px solid #ff7200;
    padding-bottom: 5px;
    margin-bottom: -7px;    
} 
.activeTab .moveBlock {
    display: block !important;
}
.productReview {
    display: none;
    text-align: left;
}
.productReview input, .productReview textarea {
    padding: 5px 0px;
    margin: 5px 0px;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
}  
h2 {
    color: #ff7200;
    font-weight: normal;
    font-size: 14px;             
    text-align: left !important;
    margin: 10px 0px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.button {
    color: #858585;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block; 
    border: 1px solid #858585;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 13px;
    margin-right: 35px;
    margin-top: 12px;
    letter-spacing: 0px;
    -webkit-transition: background .1s ease, border .2s ease;
    -moz-transition: background .1s ease, border .2s ease;
    -o-transition: background .1s ease, border .2s ease;
    transition: background .1s ease, border .2s ease;
    cursor: pointer;
}
.button:hover {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.blogList {
    text-align: justify;
}
.blogItem {         
    width: 30%; 
    display: inline-block;
    position: relative;
    top: 1.2em;   
    vertical-align: top; 
}
.blogList:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em;
}

.blogList:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.blogItem .blogTitle { 
    display: block;
    text-align: left; 
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    color: #ff7200;
    margin-bottom: 10px;
}
.blogImg {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    text-align: center;
}
.blogImg img {
    max-width: 100%;
    max-height: 100%;    
}
.blogItem p {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: left;    
}
.bottomPage {
    margin-top: 70px;   
    border-top: 6px solid #ff7200;
    background: #4c4c4c;
    color: #fefefe;
    padding: 30px 0px 30px 0px;
}
.bottomFirstLine {
    text-align: justify;    
}
.bottonList { 
    display: inline-block;
    position: relative;
    top: 1.2em;    
    vertical-align: top;
}
.bottomFirstLine:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em;
} 
.bottomFirstLine:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.bottonList span {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff7200;
    line-height: 24px;
    margin-bottom: 3px;
}
.bottonList a {
    display: block;
    text-align: left; 
    font-size: 14px;
    color: #fefefe;
    line-height: 21px;    
}
.bottomSubs {             
    display: inline-block;
    position: relative;
    top: 1.2em;    
    vertical-align: top;
    width: 220px;
    padding-left: 70px;  
}
.bottomSubs:before {
    width: 80px;
    height: 85px;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    position: absolute;
    background: url(../img/img_new/icons.png) no-repeat -12px -136px;
}
.bottomSubs span {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #ff7200;
    line-height: 20px;
    margin-bottom: 3px;
}
.bottomSubs p {
    font-size: 12px;
    text-align: left;
    
}

.bottomSubs input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    float: left;
    width: 80px;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    padding: 0px 5px;
    margin-top: 5px;
}                  
.bottomSubs input::placeholder {
    font-family: 'PT Sans Narrow', sans-serif;
    color:#aaa;
}
.subsButton {
    margin-right: 0px;
    float: right;
    margin-top: 0px;
    color: #fff;
    border-color: #fff;
}     
.bottomPhone {             
    display: inline-block;
    position: relative;
    top: 1.2em;    
    vertical-align: top; 
    width: 145px;   
}
.bottomPhone span {
    font-size: 27px;
    text-align: left;
    display: block;    
}
#viberBottom {
    font-size: 16px;
    padding-left: 31px;
    background: url(../img/viber2.png) no-repeat -1px 5px;
    line-height: 32px;
}
#viberBottomOpt {
    display: inline-block;    
    padding-left: 31px;
    background: url(../img/viber2.png) no-repeat -1px 5px;
    line-height: 32px;
}
.bottomPhone p {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
}
.bottomPhone img {
    width: 101%;
    margin-top: 20px;
}
.bottomTwoLine {
    margin-top: 30px;
    float: left;
    margin-right: 70px;
}
.bottomTwoLine span {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff7200;
    line-height: 24px;
    margin-bottom: 3px;
}
.bottomTwoLine a {
    color: #fefefe;
}
.blackPage {
    background: #333333;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 10px 0px;
}
.blackPage div div {
    float: right;
    width: 187px;
    position: relative;
    font-size: 16px;
}
.blackFB {
    position: absolute;
    top: 0px;
    left: 125px;
    width: 25px;
    height: 25px;
    background: url(../img/img_new/icons.png) no-repeat 4px -226px;
} 
.blackInsta {
    position: absolute;
    top: 0px;
    left: 162px;
    width: 25px;
    height: 25px;
    background: url(../img/img_new/icons.png) no-repeat -33px -226px;
} 
.blackVK {
    position: absolute;
    top: 0px;
    left: 205px;
    width: 25px;
    height: 25px;
    background: url(../img/img_new/icons.png) no-repeat -76px -226px;
}
.blackOK {
    position: absolute;
    top: 0px;
    left: 244px;
    width: 25px;
    height: 25px;
    background: url(../img/img_new/icons.png) no-repeat -112px -226px;
}
.searchInput:focus, .subsInput:focus {   
    outline: none;
}

.filterShow {
    display: none;
    position: fixed;
    z-index: 8;
    left: -35px;
    bottom: 50px;
    background: #ff7200;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px 10px 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filterPanel {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 310px;
    height: 40px;
    z-index: 11;
    padding-bottom: 10px;
    background: #fff;  
    display: none; 
    text-align: center;
    visibility: hidden;        
}


.filterBlock {
    display: table-cell;
    width: 300px;     
}
.filterTitle {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #4c4c4c;  
    margin-top: 20px; 
    padding-top: 10px;  
    border-top: 1px solid #e0e0e0;  
}
.filterList {          
    list-style: none;
    display: table;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.filterList li {
    display: table-cell;
    text-align: center;
    position: relative;
    padding-top: 35px;
    cursor: pointer;
    color: #ff7200;
    table-layout: fixed;
}

.filterList li:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #c6c6c6;
}
.filterList .filterActiveLi:after {
    background: url(../img/img_new/icons.png) no-repeat -87px -127px;
}  

.sl_true {
    margin-top: 20px;
}  
.slRangeNum { 
    position: absolute;       
    top: -17px;
    left: 0px;
    text-align: center;
    width: 12px; 
    font-size: 8px;
    color: #c1c1c1;
}
.slActiveItem {
    color: #ff7200;
    font-size: 16px;
    line-height: 16px;
    top: -22px;
    background: #fff;
    margin-left: -1px;
    padding: 0px 3px 0px 0px;
    text-align: center;
    z-index: 2;
}
.slSeeButton {   
    font-size: 11px;
    position: absolute;
    top: -51px;
    right: -2px;
    border: 1px solid #858585;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 1px 9px;
    margin-left: 20px;
    margin-top: 8px;
    letter-spacing: 0px;
    -webkit-transition: background .1s ease, border .2s ease, opacity .2s ease;
    -moz-transition: background .1s ease, border .2s ease, opacity .2s ease;
    -o-transition: background .1s ease, border .2s ease, opacity .2s ease;
    transition: background .1s ease, border .2s ease, opacity .2s ease;   
    color: #333;
    opacity: 0;
    cursor: pointer;
}
.slSeeButton:hover {           
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.filterList .filterCryck:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 35px;
    background: url(../img/img_new/icons.png) no-repeat -3px -256px;
    border: none;
}
.filterList .filterCryck {
    width: 50%;
}
.filterList .filterBolt:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 30px;
    background: url(../img/img_new/icons.png) no-repeat -3px -290px;
    border: none;
}
.filterList .filterBolt {  
    width: 50%;
}
.filterListTwo .filterActiveLi:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 35px;
    background: url(../img/img_new/icons.png) no-repeat 0px -318px;
    border: none;
    z-index: 2;    
}
.filterPanel div:hover {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}
.filterPanel div {   
    color: #858585;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block; 
    border: 1px solid #858585;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 13px;   
    margin-top: 12px;
    letter-spacing: 0px;
    -webkit-transition: background .1s ease, border .2s ease;
    -moz-transition: background .1s ease, border .2s ease;
    -o-transition: background .1s ease, border .2s ease;
    transition: background .1s ease, border .2s ease;
}
.filterPanel:after {
    content: " ";
    position: absolute;
    top: -9px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: aqua;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */    
}
.items {              
    display: table-cell;
    padding: 0px;
    vertical-align: top; 
    margin-left: 50px;        
    padding-left: 50px;
    color: #fff;
    text-align: left;
}

.tovar {
    background: #000;
    overflow: hidden;
    display: inline-block;
    width: 33%;       
    height: 355px; 
    position: relative; 
    margin-bottom: 0px;  
}
.tovarTitle {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 5px 0px; 
    height: 20px;
    overflow: visible;
}
.tovarLayer {
    width: 100%;
    height: 280px;
    font: 0/0 a;
    display: block;
    text-align: center;
}
.tovarLayer:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.tovar:hover .tovarLayer img {
    opacity: 0.3;
}
.tovarLayer img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .5s ease;
}
.tovarBuy {
    position: absolute;
    left: 100%;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #ff7200;
    bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
    cursor: pointer;
}
.tovar:hover .tovarPrice {
    width: 40%;         
}       
.tovarPrice {
    font-size: 21px;
    color: #ff7200;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    position: relative;
}
.tovar:hover .tovarBuy {
    left: 55%;
}
.tovarDesc {
    position: absolute;
    width: 100%;
    height: 220px;
    top: 70px;
    left: 0px;
    color: #cdcdcd;
    text-align: left;
    font-size: 14px;
    margin-left: 25px;
    line-height: 24px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.tovar:hover .tovarDesc {
    opacity: 1;
}
.tovar a {
    border: none !important;
}
.pagination {
    display: block;
    color: #333333;
    font-size: 18px;  
    text-align: center;
    margin: 30px 0px 0px;
}
.pagination span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #888888;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
    color: #ff7200;      
}
.pagination a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;   
    color: #7b7b7b;
    margin-right: 0px; 
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}
.pagination a:hover {
    border: 1px solid #ff7200;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;     
}
.categoryTitle {
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.categoryBrief {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333; 
    margin-top: 30px;   
}
.categoryH2 {   
    display: block;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 10px 0px;
    font-size: 16px;
    color: #ff7200;
}
.blogLeft .blogItem {
    width: 100%;
    margin: -15px 0px 35px;
}
.blogLeft {
    margin: 40px 0px 40px;
}
.sort {
    display: block;
    float: right;
    margin: 7px 0px 15px;
    color: #868685;
    margin-left: 50px;
}
.sort div {
    display: inline-block;
    margin: 0px 0px 0px 10px;  
    color: #868685;   
    cursor: pointer;
}
.sortSel {
    color: #ff7200 !important;
}
.bannerLayer {
    width: 100%;
    height: 380px;
    overflow: hidden;
    text-align: center;  
    position: relative;
    max-width: 1440px;
    margin: 0px auto;
}
.bannerLayer a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0px; 
}
.bannerLayer a img {
    width: 100%;
    height: 100%;
}
.bannerPanel {
    position: absolute;
    bottom: -18px;
    left: 50%;      
    margin: 0px auto;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);   
    background: #333;
    padding: 5px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;  
    z-index: 3;    
}
.bannerPanel ul {
    list-style: none;
}
.bannerPanel li {
    display: inline-block;
    background: #fff;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
    margin: 7px 3px 7px;
    cursor: pointer;
    
}
.bannerLeft {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 13px;
    height: 22px;
    background: url(../img/img_new/icons.png) no-repeat -102px -257px;
    cursor: pointer;
}
.bannerRight {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 13px;
    height: 22px;
    background: url(../img/img_new/icons.png) no-repeat -121px -257px;
    cursor: pointer;
}
.activeLiBanner {
    background: #ff7200 !important;
}
.mainCategory {
    margin: 40px auto;
}
.mainCategoryLayer {
    text-align: justify;
}
.mainCategoryLayer:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em; /* your line-height */
}   
.mainCategoryLayer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.mainCategoryRow {
    display: inline-block;
    width: 33%;   
    margin-top: 30px;
    vertical-align: top;
}
.mainCategoryCell {
    display: block;   
    height: 101px;
    position: relative;
    padding-left: 120px;
    border-bottom: 1px solid #e6e6e6;              
    margin: 0px 30px 20px;
}
.mainCategoryImg {
    width: 100px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../img/img_new/cat_icon.png") no-repeat;
}
.mainCategoryTitle {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 35px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    
}
.mainCategoryCell p {
    color: #4c4c4c;
}
.mainCategoryCell p span {
    font-weight: bold;
    color: #ff7200;
}
.mainCategoryCell2 {
    width: 46%;
    display: inline-block;
    text-align: center;
}
.mainCategoryTitle2 {
    font-size: 13px;
    text-transform: uppercase;
}
.mainCategoryImg2 {  
    width: 75px;
    height: 75px;
    background: url("../img/img_new/cat_icon.png") no-repeat;
    margin: 0px auto;
}
.mainStep {
    width: 100%;
    text-align: justify;
    margin-top: 100px;
    color: #333333;
    margin-bottom: 60px;
}
.mainStep:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em; /* your line-height */
}   
.mainStep:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.mainStepRow {
    display: inline-block;
    width: 24%;   
    position: relative; 
    text-align: left;
    vertical-align: top;       
}
.mainStepTitle {
    font-size: 18px;     
}
.mainStepRow p {
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}
.mainStepRow p span {
    color: #ff7200;
    font-weight: bold;
}
.mainStepImg {
    float: left;
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 20px;
    background: #4c4c4c url("../img/img_new/icons.png") no-repeat;
}
.mainStepArrow {
    background: url("../img/img_new/icons.png") no-repeat;   
    position: absolute;
    width: 40px;
    height: 60px;
    right: 7px;
    top: 50%;
    margin-top: -30px;
    background-position: 0px -394px;    
}
.contactsBlock {
    width: 600px;   
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border: 1px solid #c7c7c7;
}
.contactsPhone {
    font-size: 35px;
    color: #ff7200; 
    margin-top: 5px; 
}
.contactsAdress {
    font-size: 22px;
    color: #333333; 
    margin-top: 5px;   
}
.contactsWork {  
    float: left; 
    margin: 12px 0px 0px 70px;         
    font-size: 14px; 
    line-height: 17px;
}
.filterListDefault {          
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.filterListDefault li {
    display: block;
    text-align: left;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #ff7200;  
    margin: 5px 0px;
}

.filterListDefault li:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #c6c6c6;
}
.filterListDefault .filterActiveLi:after {
    background: url(../img/img_new/icons.png) no-repeat -87px -127px;
} 
#sl_true_lamp {
    position: relative;
}
.priceInput {
    width: 35%;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 5px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; 
    text-align: center;    
}
.categoryBrief li {
    margin: 5px 0px 5px 20px;
}
.filterListStyle {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.filterListStyle li {
    min-height: 100px;
    display: inline-block;
    width: 95px;
    vertical-align: top;
    cursor: pointer;
    color: #ff7200;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
} 
.filterListStyle li img {
    max-width: 90px;
}
.filterListStyle .filterActiveLi:after {
    content: " ";
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 35px;
    background: url(../img/img_new/icons.png) no-repeat 0px -318px;
    border: none;
    z-index: 2;  
}
.filterListStyle .filterActiveLi img {
    opacity: 0.3;
}
.registrationLayer input, .registrationLayer textarea {
    padding: 5px 5px;
    margin: 5px 0px;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    border: 1px solid #858585;
}
.aftitle {
    width: 30%;
    vertical-align: middle;
}
.H1Popup {
    background: #4c4c4c;  
    font-size: 18px;
    color: #ff7200;
    padding: 5px 20px 8px;
    font-weight: normal;
    text-transform: uppercase;
}
.cart_product_title {
    font-size: 16px;
    text-transform: uppercase;
}
#product_small_data b { 
    color: #4c4c4c;
}
.cart_product_price {
    font-size: 18px;
    margin-bottom: 2px;
}
.cart_load {
    background: url(../img/loading_small.gif) no-repeat 0% 0%;
    height: 16px;
    width: 16px;
    margin-left: 85px;
    margin-top: -16px;
    margin-bottom: 2px;
    display: none;
}
.cart_ok {
    background: url(../img/ok_flag.png) no-repeat 0% 0%;
    height: 16px;
    width: 16px;
    margin-left: 85px;
    margin-top: -16px;
    margin-bottom: 2px;
    display: none;
}
.nyroModalClose {
    text-align: center;
}

.new_cart_button {
    text-align: center;
}
.new_cart_button div {
    display: inline-block;
    vertical-align: top;   
    padding: 5px 0px;
    width: 140px; 
    height: 30px;
    margin: 0px 10px; 
    border: 1px #c7c7c7 solid;
    background: white;

    cursor: pointer;  
    line-height: 14px;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;   
}
.new_cart_button .active {
    background: #FF7200;
    border: 1px solid #FF7200;
    color: white;     
}

.new_cart_button_info div {
    border: 1px #c7c7c7 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
    margin-top: 15px;
    position: relative;
}
.new_cart_button_info div span {
    display: block;      
    position: absolute;
    top: -9px;
    left: 10px;
    width: 100px;
    text-align: left;
    padding-left: 5px;
                      
    background: white;
    color: #ff7200;
}
.cart_request td:first-child {
    width: 40%;
}
.cart_request input, .cart_request #phone_mask, .cart_request textarea, .cart_request select {
    padding: 5px 5px;
    margin: 5px 0px;
    font-family: 'PT Sans', sans-serif;
    width: 50%;
    border: 1px solid #959595;
    text-align: left;
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #333333;
    box-sizing: border-box;
}
.cart_request select {
    width: 100%;
}
.sub_products {
    width: 30%;
    height: 252px;
    margin: 5px 1%;
    background: #000;
    color: #ff7200;
    font: 0/0 a;
    display: block;
    text-align: center;
    cursor: pointer;   
    float: left; 
    position: relative; 
    min-width: 200px; 
}
.sub_products:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sub_products img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
}
.sub_products span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    /* width: 100%; */
    color: #ff7200;
    font-size: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    width: 100%;
}
.NEWLINEMENU {
    display: inline-block !important;
    width: 150px !important;
    height: 60px;
    background: none !important;
    border: 1px solid #fff !important;
    vertical-align: top; 
    color: #333 !important;
    text-align: center;
    padding: 10px !important;
}
.NEWLINEMENU:hover {
    color: #ff7200 !important;    
}
.fixedButton {
    display: block;    
    position: fixed;    
    width: 100%;    
    height: 50px;    
    bottom: 0px;    
    background: #fff;    
    border-top: 1px solid #ececec;
}
.categoryBrief img {
    max-width: 100% !important;
    max-height: inherit !important;
    height: auto !important;
}
.isActionLamp {
    position: absolute;
    right: 9px;
    top: 7px;
}


.isSaleLed {
    position: absolute;
    right: 9px;
    top: 7px;
    border-radius: 5px;
}

.tovar .isSaleLed {      
    top: 50px;          
}

.priceSpecNew {
    margin-bottom: -5px;
    margin-top: -13px;
    font-size: 14px;
    text-decoration: line-through;
}
html.jivo-site-full-block {
    position: relative !important;  
}
.viberMain {
    font-size: 17px;
    margin: -3px 0px 7px 0px;
    padding-left: 46px;
    letter-spacing: 0px;
    background: url(../img/viber.png) no-repeat 19px 0;
    margin-left: -20px;
    display: block;
}
.phone span {
    line-height: 10px;                           
}
.tovarDesc {
    text-align: left;
}
.tovarDesc div {
    display: inline-block;
    padding: 10px;
    color: #ff7200;
    color: #fff;
    text-transform: uppercase;
}

.tovarLinlList {
    text-align: center;
}

.topEarth {
    float: right;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    
                     
    position: relative;
    line-height: 43px;
    padding: 0px 20px 0px 45px;
    border-left: 1px solid #464646;      
    color: #ff7200;  
    
}

.topEarth div {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 19px;
    height: 20px;
    background: url(../img/img_new/globe16.png) no-repeat 0px 3px;
}
.topEarth a {
    display: inline-block;  
}
.topEarth a:nth-child(2) {
    margin-right: 5px;
}
.topEarth .langSel { 
    font-weight: bolder;       
}
.social {
    display: none;
}

.topCenterLayer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.leftMenu li:nth-child(1){
    display: none;             
    position: relative;
    padding-left: 26px;
}
.leftMenu li:nth-child(1):before {             
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 0;           
    background: url(../img/menuBurger.png) no-repeat 0px 0px;      
    
}

.catalogMenuLayer {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;    
}
.sub_menu {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;    
}

.catalogMenuLayerClose {
    display: none;
}
.catalogMenuLayerBack {
    display: none;
}
.catalogMenuLayerBack b {
    font-size: 20px;
    padding-right: 5px;
    transform: scale(1, 1.4);
    display: inline-block;
}
.menuArrRight {
    display: none;
}
.bestCatItems { 
    font-size: 14px;
    line-height: 18px;
    color: #333333;    
}
.bestCatItems table thead td {
    background: #d6d6d6;
    padding: 5px 10px;
    font-weight: bold;
}
.bestCatItems table tbody td {
    background: #e8e8e8;
    padding: 5px 10px;
}
.bestCatItems table tbody tr:nth-child(odd) td {
    background: #efefef;
}
.faqBlock {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
.faqBlock h2 {
    font-weight: bold;  
    color: #333333;  
}


.faqBlock h2 {
    padding-left: 30px;
    display: block;
    margin: 5px 0px;
    position: relative;
    cursor: pointer;
}
.faqBlock h2:after {
    content: " ";
    position: absolute;
    display: block;
    border: solid #ff7200;
    border-width: 0 3px 3px 0;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);  
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 1px;
    height: 1px;  
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;     
    
}
.faqBlock h2:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #4c4c4c;
    border-radius: 50px;
}
.faqBlockShow h2:after {
    transform: rotate(45deg) translate(0px, -2px);
    -webkit-transform: rotate(45deg) translate(0px, -2px); 
    
}

.faqBlockAnswer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    transition: max-height .3s linear;  
}
.faqBlockAnswer>div {
    background: #efefef;
    padding: 10px;
    max-width: 580px; 
    margin: 10px 0px;  
    line-height: 20px; 
    text-align: left !important; 
}

.faqBlockAnswer>div li {
    padding-left: 20px; 
    list-style: none;   
}
.faqBlockAnswer>div li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff7200; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.faqBlockShow .faqBlockAnswer {
   max-height: 500px;
}