/* Ýëåìåíòû çîíû êîíòåíòà (íàïðèìåð, íà òåêñòîâîé) */

.l-content {
    width: 940px;
    margin: 0 auto;
    padding: 28px 0 0;
    position: relative;
}
.l-content p, .l-content li, .l-content div {
    font-size: 18px;
    line-height: 26px;
}

.l-content p {
    margin: 0 0 21px;
}
.l-contentRow {
    position: relative;
    margin: 0 0 30px;
}
.l-contentRow__big {
    width: 620px;
    float: left;
}
.l-contentRow__sml {
    width: 300px;
    float: right;
}

.b-indexUl {
    list-style: none;
}
.b-indexUl__item {
    margin: 0 0 2px;
    padding: 0 0 0 23px;
    width: 620px;
    background: url('/static/images/b-indexUl__item.png') no-repeat 0px 14px;
}
.b-indexUl__item_1 {
    background: url('/static/images/b-indexUl__item.png') no-repeat 0px 13px;
}
.b-indexUl__item_2 {
    background: url('/static/images/b-indexUl__item.png') no-repeat 0px -100px;
}
.b-indexUl__item_3 {
    background: url('/static/images/b-indexUl__item.png') no-repeat 0px -215px;
}
.b-indexUl__item_4 {
    background: url('/static/images/b-indexUl__item.png') no-repeat 0px -333px;
}

.b-paymentsImg {
    margin: 36px 0 0;
}
.b-emsImg {
    margin: 36px 0 0;
}

.b-serviceImg {
    margin: 45px 0 0;
}
.b-serviceImg2 {
    margin: 26px 0 0;
}
.b-serviceImg3 {
    margin: 0px;
}
.b-serviceImg4 {
    margin: 20px 0 0;
}

.b-zoomImg {
    position: relative;
    font-size: 0px !important;
    line-height: 0px !important;

}
.b-zoomImg__button {
    position: absolute;
    bottom: 0px;
    right: -1px;
    display: block;
    height: 39px;
    width: 43px;
    background: url('/static/images/b-zoomImg__button.png') no-repeat;
}

.l-content h1 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #3367B0;
}

.l-content h2 {
    font-size: 26px;
    line-height: 25px;
    font-weight: normal;
    color: #3367B0;
    margin: 0 0 22px;
}

.b-table {
    background: #fffbf4;
    padding: 12px;
}

.b-table th, .b-table td {
    font-size: 13px;
    padding: 8px 10px;
    color: #393836;
}

.b-table td
{
    border-top: 1px solid #eee;
}

.b-table th:first-child, .b-table td:first-child {
    border-right: 1px solid #ccc;
}

.b-table th {
    font-weight: normal;
    color: #7f7d7a;
    text-align: left;

}
.b-table__hprice {
    text-align: center;
}
.b-table__price {
    text-align: center;
    font-size: 18px !important;
}
.b-table__price span {
    font-size: 13px;
}


.content {
	margin-bottom: 20px;
    }
    .content h2 {
        clear: both;
        
        padding: 10px 0;
        color: #333333;
		font-weight: normal;
        font-size: 240%;
        }
    .content h3 {
        clear: both;
        
        padding: 10px 0;
        color: #333333;
        font-size: 150%;
        }
    .content p {
        margin: 0 0 18px;
        
        font-size: 150%;
        color: #333333;
        line-height: 18px;
        }
    .content ul {
        clear: both;
        
        margin: 0px 0 10px 24px;
        }
        .content ul li {
        	list-style-image: url('/static/images/bullit.gif');
            }
    .content ol {
        clear: both;
        
        margin:  0px 0 10px 30px;
        }
    .content li {
        font-size: 150%;
        color: #333333;
        margin: 0 0 4px;
        }
  
/* content's blocks */

/* notes and quotes */
.content blockquote {
	clear: both;
	margin: 20px 0;
    }
	.content_quote {
		border: solid 2px #a7dd18;
		border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px;
		padding: 7px 0 9px 0;
		position: relative;
		}
    .content blockquote p {
        line-height: 20px;
        
        _zoom: 1;
        position: relative;
        font-size: 130%;
        margin: 0;
        padding: 0 21px 0 21px;
        }
    .content_quotes_r {
		position: absolute;
		right: -28px;
		top: 22px;
		background: url(/static/images/b-faq.gif) right top no-repeat;
		width: 28px;
		height: 17px;
		}

/* files */
.content .content_file-img {
    margin-right: 10px;
    
    vertical-align: bottom;
    }
.content .content_file-ref:link {
    color: #666;
    }
.content .content_file-format {
    color: #b2b2b2;
    
    margin-left: 4px;
    }

.content .content_files-list {
    margin: 0;
    }
    .content .content_files-list li {
        margin-bottom: 17px;
        
        list-style-image: none;
        }

/* picture in text */
.content_pic {
	float: left;
    clear: both;
    
    margin: 0 19px 19px 0;
    }
    .content_pic img {
        border: 1px #0066cc solid;
        
        vertical-align: top;
        }
    .content_pic_title {
        text-align: right;
        
        font-size: 110%;
        }
        .content_pic_title a:link, .content_pic_title a:visited {
        	color: #777;
            }
.content_pic-big {
    clear: both;
    
    margin: 0 0 19px 0;
    }
    .content_pic-big img {
        border: 1px #0066cc solid;
        
        vertical-align: top;
        }

/* tables */

/* without everything */
.content table {
    clear: both;
    
    //font-size: 70%;
    
    margin: 0 0 15px;
    }
    .content table td, .content table th {
        vertical-align: top;
        
        font-size: 130%;
        }
    .content table td p {
        font-size: 100%;
        }

/* table with border */
.simple {
    border-right: 1px #777 solid;
    border-bottom: 1px #777 solid;
    }
    .simple td {
        border-left: 1px #777 solid;
        border-top: 1px #777 solid;
        
        padding: 7px 9px;
        }

/* decorated table */
.decorated {
    border-right: 1px #777 solid;
    border-bottom: 1px #bebebe solid;
    }
    .decorated td, .decorated th {
        padding: 7px 9px;
        
        border-top: 1px #bebebe solid;
        border-left: 1px #777 solid;
        }
    .decorated thead td, .decorated thead th {
        border-bottom: none;
        border-top: 4px #7d7d7d solid;
        }
    .decorated tbody td {
        color: #666;
        }

/* decorated2 table */
.decorated2 {
    }
	.decorated2 thead tr {
        background: #c7f255 url(/static/images/dectableth.gif) left top repeat;
		border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
        }
	.decorated2 tr {
        background: url(/static/images/dectabletd.png) 50% top no-repeat;
        }
    .decorated2 td, .decorated2 th {
        padding: 7px 11px;
		font-size: 130%;
		color: #333333;
		position: relative;
        }
    .decorated2 thead td, .decorated2 thead th {
        /*Òóò êàêàÿ-òî åðåñü
		background: # url()  repeat;*/
        }
	.decorated2__lt {
		width: 4px;
		height: 4px;
		background: url(/static/images/dectablethu.gif) left top no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}
	.decorated2__lb {
		width: 4px;
		height: 4px;
		background: url(/static/images/dectablethu.gif) left -4px no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}
	.decorated2__rt {
		width: 4px;
		height: 4px;
		background: url(/static/images/dectablethu.gif) -4px top no-repeat;
		position: absolute;
		right: 0;
		top: 0;
		overflow: hidden;
	}
	.decorated2__rb {
		width: 4px;
		height: 4px;
		background: url(/static/images/dectablethu.gif) -4px -4px no-repeat;
		position: absolute;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}

/* video */
.content_video {
    clear: both;
    }