/** КАТАЛОГ */

.block-item {
    font-family: Font2;
    text-align: center;
    font-size:18px;
    line-height: 1.2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(border-radius.htc);            
    border: 4px solid #DCDCDC;
    margin: 10px 11px 25px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.block-item .catalog-pic { float: left; border-right: 50px solid #FFF; background-color: #FFF;}
.block-item .catalog-title { padding-left: 200px; text-align: left; font-size: 24px; color: #62A321; margin-bottom: 20px; }
.block-item .product { padding-left: 200px; height: 30px; line-height: 30px; border-bottom: 1px dotted #000; text-align: left; }    
.block-item .product-title { float: left;  }    
.block-item .product-price { float: right; }
button.product-cart {
    float: right;
    width: 20px; height: 20px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;        
    border-radius: 3px;
    opacity: 0.5;
    margin-left: 20px; margin-right: 10px; margin-top: 4px;
}

button.product-cart:hover {  opacity: 1; }
button#cart {        
    background-color: #82C341;
    background-image: url("../images/cart-white.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;
    padding-left: 30px; padding-right: 10px;
    text-align: left;
    border-radius: 3px; box-shadow: 1px 1px #555;
    color: #FFF;        
    height: 30px; line-height: 30px;
    font-weight: bold;
    position: fixed;
    right: 10px; top: 10px;  
    z-index: 9999;
}

button#cart::hover {
    background-color: #DCDCDC;
    color: #000;
}

.block-item .catalog-pic { float: left; border-right: 50px solid #FFF;}
.block-item .catalog-title { padding-left: 200px; text-align: left; font-size: 24px; color: #62A321; margin-bottom: 20px; }
.block-item .product { padding-left: 200px; height: 30px; line-height: 30px; border-bottom: 1px dotted #000; text-align: left; vertical-align:middle }    
.block-item .product-checkbox   { 
    float: left;
    display:inline-block;
    width: 20px; height: 20px; line-height: 20px;
    border: 1px inset #888;
    background-color: #FFF; border-radius: 3px;
    margin-right: 10px; margin-top: 5px;
    cursor: pointer;        
    font-size: 14px;
    text-align: center;
}
.product-checkbox.checked { background-color: #FFC; }
.product-checkbox.checked:after { content: '\2713\0020';  }

#orderbox > div { width: 100%; }
#orderbox > div { width: 100%; }
.order-header { height: 30px; line-height: 30px; border-bottom: 1px solid #62A321; text-align: left; margin-bottom: 5px; }
.order-total  { height: 30px; line-height: 30px; border-top: 1px solid #62A321; text-align: left; margin-top: 20px; }
#orderbox div { display: inline-block; }
#orderbox .cell-num     { width: 60px;  text-align: center; }
#orderbox .cell-name    { width: 450px; text-align: left; }
#orderbox .cell-ppi     { width: 100px; text-align: left; }
#orderbox .cell-qt      { width: 100px; text-align: center; }
#orderbox .cell-total   { width: 100px; text-align: left; }
#orderbox .cell-remove  { text-align: center; }

/** ФОРМА */

.forma { margin-top: 50px; }
a.order,
.zakaz input, 
.forma input, 
.forma textarea,
.forma select, 
.forma option,
.green-button,
.close-button,
.input-number {
    display: block;
    box-sizing: border-box;    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(border-radius.htc); 
    border: none;
    border: 0;
    outline: none;
}

a.order {
    position:absolute;
    left:50%;
    top:120px;
    background: transparent url(../images/transparent.png);
    color: #fff;
    font-size: 32px;
    width:300px;
    height:68px;
    line-height: 68px;
    margin-left: -150px;
    text-decoration: none; 
    color: #fff;
}

a.order:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}

.forma div.left {
    line-height: 43px;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 260px;
}

.zakaz input[type="text"], 
.forma input[type="text"],
.input-number,
.forma select,
.forma option,
.forma textarea { 
    background-color: #FFF;       
    color :#696969;
    border: 1px solid #62A321 !important;     
    font-family: inherit;
}

.zakaz input[type="text"], 
.forma input[type="text"],
.forma select,
.forma option {
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
}

input.input-number {
    display: inherit;
    text-align: center;
    padding-left: 5px;
    height: 43px;
    line-height: 43px;
    margin-right: 5px;
}

.forma input[type="text"] { 
    width: 400px;
    float: left;
}

.zakaz input[type="submit"], 
.green-button {
    background-color: #62A321;
}

.zakaz input[type="submit"]:hover,
.green-button:hover,
.close-button:hover {
    background-color: #DCDCDC;
    color: #000;
}

.forma textarea {
    width: 400px;
    height: 200px;
    resize: none;
    overflow-y: hidden;
    padding: 20px;
    line-height: 1.6;
}

.zakaz input { width: 290px; height: 45px; line-height: 45px; }
.ico-name { background: url(../images/icon-name.png) no-repeat 15px center; }
.ico-phone { background: url(../images/icon-phone.png) no-repeat 15px center; }

.ptin_vse {
    background: url('../images/zakaz.png'); 
    text-align: center;
    font-size: 24px;
    width:560px;
    height:340px;
    line-height: 340px;
}


.green-button,
.close-button {
    background-color: #62A321;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 19px;
}
.close-button {
    margin: 0;
    width: 43px;
    height: 43px;
    background: #62A321 url(../images/close.png) center center no-repeat;
}
.container .green-button.left {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}
.green-button.back {
    background-color: #3A3A3C
}
.header .green-button {
    font-family: Font2;
    margin: 25px 50px 0;
    padding: 0 20px;
    float: left;
    width: auto;
}
.container .block-item .green-button {
    width: 100%;
    margin: 15px 0 0 0;
}
form .green-button,
.container .green-button {
    width: 50%;
    margin: 50px auto 0;
}
.cities .green-button {
    float: left;
    margin-right: 10px;
    width: auto;
    padding: 0 20px;
}