/* Otladka Colors */ 

.container {
 /*   background-color: yellow;*/
    
}
#l_side {
  /* background-color: lemonchiffon;    */
}    
#content {
  /*  background-color: red;*/
}

.content-header {
    width: 100%; 
    font-size:22px;          /*34px; */
    padding: 10px 0 10px 20px; 
    text-align: left; 
    color: #EEEEEE; 
    background-color: #7b899a;
}

#main-l {
   /* background-color: #eeeeee; */
  /*  min-height: 50px; */
}
#main-r {
 /*   background-color: #eeeeee;  */ 
    border-left: 1px #dbdbdb solid;
   /* background-color: green; */
    /* min-height: 50px; */
}

#tab {
   /* background-color: azure;*/
    min-height: 50px;
}

.block100 {
    background-color: cadetblue;    
    min-height: 50px;
    
}
.subblock50-l {
    background-color: bisque;    
    min-height: 50px;
}
.subblock50-r {
    background-color: blueviolet;    
    min-height: 50px;  
}
.lineup {
    background-color: #eeeeee; 
}

.winfo {
    font-size: 10px;
    background-color: #eeeeee;
    color: black;
}


#l_side {
    display: inline-block;
    vertical-align: top;
  /*  width: 19%;*/
}

#content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#main-l {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    min-width: 320px;
    
}
#main-r {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    min-width: 320px;
}


.block100 {
    width: 100%;
}

.subblock50-l {
    display: inline-block;
    width: 50%;    
}
.subblock50-r {
    display: inline-block;
    width: 50%;    
}

@media (max-width: 1023px) {
    .container {
        max-width:960px; 
    }
    
    #l_side{
        display: none;
    }
    
    #content {
        width: 100%;
    }
    #main-l {
        width: 55%;    
    }    
    #main-r {
        width: 45%;
    } 

           
}    

@media (max-width: 960px) {
    .container {
        max-width:800px; 
    }      
    #main-l {
        width: 55%;    
    }    
    #main-r {
        width: 45%;
    }    
}

@media (max-width: 800px) {
    .container {
        max-width:530px; 
    }      
    
    #main-l {
        width: 100%;    
    }    
    #main-r {
        width: 100%;
    }  
    
    .cell, .td, .th {
        display: block;
        width: 100%;
        
    }    
    .cell, .td, .th {
        display: block;
        width: 100%;
    }    
    
    .cell.text-cell {
        display: table-caption;
        
    }     
      
}




@media (max-width: 530px) {
    .container {
        max-width:480px; 
    }       
    .subblock50-l {
        width: 100%;    
    }    
    .subblock50-r {
        width: 100%;
    }    
}



@media (max-width: 479px) {
    .container {
        max-width:320px; 
    }    
    .subblock50-l {
        width: 100%;    
    }    
    .subblock50-r {
        width: 100%;
    }    
}



ol, ul {
    list-style: none;
}


#breadcrumbs {
    background-color: white;
    font-size: 13px;
    color: #c0c0c0;
    overflow: hidden;
    padding: 5px 0 5px 20px;
}    
#breadcrumbs li {
    float: left;
}    
#breadcrumbs a {
    color: gray;
}     
#breadcrumbs a:hover {
    text-decoration: underline;
}            
#breadcrumbs li:after {
    content: "›";
    padding-left: 5px;
    margin-right: 5px;
} 
#breadcrumbs li:last-child a {
    color: #c0c0c0;
}
#breadcrumbs li:last-child:after {
    display: none
}                           



#main-l img {
    max-width: 530px;
}
/* Блок Описание модели  */

#main-r .key-txt {
    padding: 10px 20px 20px 20px;
  /*  background-color: lightblue; */
    position: relative;
}

#main-r  .key-txt .labels {
    position: absolute;
    left: -5px;
    top: 0;
    font-size: 13px;
}
#main-r  .key-txt .labels > div.is-promo {
    background-color: #d00;
}
#main-r  .key-txt .labels > div {
    position: relative;
    float: left;
    margin-top: 10px;
    padding: 5px 10px;
    max-width: 120px;
    background-color: #04bd67; /* #ffd100; yellow*/
    color: white;
}
#main-r  .key-txt .labels > div:first-child em {
    border-right: 5px solid #d7bc3d;
    border-bottom: 5px solid transparent;
}

#main-r  .key-txt .labels > div em {
    position: absolute;
    overflow: hidden;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

#main-r  .key-txt .labels.discount {
    top: 35px;
}

#main-r .key-txt .brand {
    float: right;
    padding: 0 20px;
}
#main-r .key-txt .brand img {
    width: 100px;
    max-width: 160px;
    max-height: 80px;
}

#main-r  .key-txt-in{
    padding: 20px 0 0 0;
}
#main-r  .key-txt-in h1{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    
}
#main-r  .key-txt-in h2{
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    
}

#main-r  .key-txt-in ul{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}



#main-r .price {
    display: none;
    padding: 10px 0;
}
#main-r .price p span.old {
    position: relative;
    color: #3f3f3f;
}
#main-r .price p span {
  /*  float: left; */
    margin-right: 15px;
    font-weight: normal;
    font-size: 24px;
    color: #336699;
}

#main-r .price p span.new {
    color: #d00;
}    

#main-r .price p span.old:before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 100%;
    content: "";
    border: 1px solid #3f3f3f;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}

#main-r .price p span sup {
    font-size: 16px;
}
#main-r .price p span sub {
    font-weight: 300;
    font-size: 16px;
}

#main-r .button {
    background: url(../img/plus4.png) no-repeat scroll right -60px #336699;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    padding-left: 5px;
    text-align: left;
    width: 115px;
    display: none;

}

#main-r .button:hover    {
    background-color:#59b;
    background-position:right 0
} 
#main-r .button.ordered     {
     background-color:#369;
     background-position:right -120px
} 
#main-r .button.ordered:hover     {
     background-color:#59b;
     background-position:right -150px
} 
#main-r .button.off     {
     cursor:default;
     background-color:gray;
     background-position:right -90px
} 
#main-r .button.dis     {
     cursor:default;
    background-color:#7a8899;
    background-position:right -30px
} 
#main-r .button.none     {
    display: none;
} 


.ui-widget {
    
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
.ui-tabs .ui-tabs-panel {
    padding: 0; 
}    

.ui-widget-header {
    border: none;
    border-bottom: 1px solid #dddddd;
    background: #eeeeee;
}


#tabs .specifkacija {
    overflow: hidden;
    padding: 20px;
    max-width: 940px;
    margin: 0 auto;
}
#tabs  .specifkacija li.group-title {
    background: linear-gradient(to right, white, #ececec 20%, #ececec 40%, white 90%);
    font-weight: bold;
}
#tabs  .specifkacija li:nth-child(1) div {
    border-top: 1px solid #efefef;
}

#tabs  .specifkacija div {
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
    transition: border-bottom-color .3s ease-in-out;
}
#tabs  .specifkacija strong {
    float: left;
    width: 30%;
}
#tabs  .specifkacija p {
    float: right;
    overflow: hidden;
    width: 66%;
    text-align: left;
}

/* Table */
.ttable {
    display: table;
    width: 100%;
}

.trow {
    display: table-row;
    width: 100%;
    border-bottom: gray 1px solid;    
}

.tcell4-1 {
    display: table-cell;
    width: 40%;
    padding: 10px 5px;
    vertical-align: middle;
}
.tcell4-2 {
    display: table-cell;
    width: 20%;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 12px;
}
.tcell4-3 {
    text-align: center;
    display: table-cell;
    width: 10%;
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 12px;
}
.tcell4-4 {
    text-align: center;
    display: table-cell;
    width: 30%;
    padding: 10px 5px;
    vertical-align: middle;
}
.ttable .zag {
    text-align: right;
    background-color: #ececec;
    font-weight: 500;
}    

.ttable .heat {
    background-color: rgba(255, 182, 193, 0.27);
} 

.ttable.cool {
    background-color: rgba(135, 206, 250, 0.22);
} 


.ttable .cool {
    background-color: rgba(135, 206, 250, 0.22);
} 

.ttable .val-red {
    color: red;
} 
.ttable .val-blue {
    color: blue;
} 


/* /Table */


/* descr + img */
.table    { 
    display: table; 
    width: 100%;
    height: 100%;    
}
.tr { display: table-row }
.cell, .td, .th { 
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
    width: 50%;   
}
.text-cell p {
    text-align: left;
}    
    
.text-cell p {
    padding-bottom: 10px;
}    
    
 hr {
    clear: both;
    position: relative;
    height: 8px;
    border: 1px solid transparent;
}

 hr:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(/air/img/descr/hr.png) center center no-repeat;
    background-size: contain;
}



#tab .specifikacija {
    overflow: hidden;
    padding: 20px;
    max-width: 940px;
    margin: 0 auto;
}
#tab .specifikacija li:nth-child(1) div {
    border-top: 1px solid #efefef;
}

#tab .specifikacija div {
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
    transition: border-bottom-color .3s ease-in-out;
}

#tab .specifikacija em[class*=ext] {
    padding: 3px 0 3px 10px;
}

#tab .specifikacija em.ext-pdf {
    line-height: 32px ;
}
#tab .specifikacija a img{
    width: 32px ;
}


#tab .specifikacija em {
    float: left;
    position: relative;
    width: 66%;
    font-weight: 300;
    box-sizing: border-box;
}

/* PDF download */ 

#tab .specifikacija em.ext-pdf:after {
    background-position: -114px -348px;
}

#tab .specifikacija em[class*=ext]:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 19px;
    height: 25px;
    /*background: url(../images/live/sprite.png) -95px -348px no-repeat;*/
}
#tab  .specifikacija a {
    float: right;
    position: relative;
    width: 30%;
    padding: 3px 30px 3px 0;
    box-sizing: border-box;
    text-align: right;
}
#tab .specifikacija a:after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0;
    width: 20px;
    height: 17px;
  /*  background: url(../images/live/sprite.png) -206px -150px no-repeat; */
}







/*  Скопировано из КАТЕГОРИЙ */

.lineup {
    margin: 0 0 0 15px;
}


.model-box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    min-height: 300px;
    min-width: 250px;

  /*  background-color: #EEEEEE; */
    
}        

            
.model-box-in {
    margin: 0 10px 15px 0;
   /* background-color: #EEEEEE; */
    border: 1px solid #d9d9d9;
  /*  background-color: #CACACA;*/
    color: black;
}
.model-box-in:hover {
    background-color:  #EEEEEE; /*  #97be7a;/*white ;*/
 /*   border: 1px solid gray;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) ;
   /* color: white;*/
 }               

.model-box-in:visited {
    color: black;
 }  



.model-box .model-box-head {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    background-color: white;
    /* color: blueviolet; */
}            

.model-box:hover .model-box-head {
    background-color: beige;
}    


.model-box .model-box-img {
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 203px ; 
    margin: 0 auto 15px auto;
    
}            

.model-box .model-description129 {
    height: 164px;
    padding: 0;
    text-align: center;
    
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}            
.model-box .model-description129 li {
    color: black;
}  



.model-box .model-name {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: bold;
  /*  color: #fff;*/
}            
.model-box .model {
    /*color: #fff;*/
    font-size: 18px;
}            
.model-box ul {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: left;
    /*color: #555; */
    font-size: 11px;
    list-style: circle inside;
}            
.model-box li {
    line-height: 1.4;
    font-size: 12px;
    color: black;
    /*color: white; */
}            

.model-box .priceblock {
    overflow: auto;
    margin: 10px;
    
}

.model-box .product-price {
    height: 25px;
 /*   font-family: 'Arial',sans-serif; */
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 10px;
    float: left;
}            
.model-box .product-price .kaina {
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
    color: #369;
}            

.model-box .stockrow {
    margin-top: 10px;
    height: 25px;
    line-height: 20px;
    font-size: 11px;
    float: right;
}          

 .model-box .button {
    background: url(../img/plus6.png) no-repeat scroll right -40px;
    width: 85px;
    height: 20px;
    float: right;
    border: 0;
    cursor: pointer;
}            

