.sizes{
    width: 700px;
}

.sizes tr{
    height: 30px;
}

.sizes tr:nth-child(2n){
    background-color: #eee;
}

.sizes td{
    border: 1px solid #bfbfbf;
    text-align: center;
}

.sizes th{
    border: 1px solid #bfbfbf;
    padding-left: 10px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* класс для стилизации списка */
.ul_list {}

.ul_list li {
    padding-left: 20px;
    position: relative;
}

.ul_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url("/local/templates/main/images/li_bg.png") 0 0 no-repeat;
    width: 12px;
    height: 12px;
}

h4 {
    font-weight: normal;
    font-size: 14px;
    color: #cf304e;
    text-transform: uppercase;
    margin: 1.5em 0;
}

.attention {
    background: #e2e2e2;
    margin-left: 45px;
    padding: 12px 20px;
    position: relative;
    min-height: 66px;
    box-sizing: border-box;
}

.attention:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 14px;
    width: 5px;
    height: 35px;
    background: url("/local/templates/main/images/attention.png");
}



@media (max-width: 1020px) {
	header a.logo {
		top: -10px;
	}
}

footer .footer_bottom .l_side .copy_krayt {
	/*margin-top: 70px;*/
	display: inline-block;
}

footer .footer_bottom .r_side .copyright {
	margin-top: 52px;
}

#bx-composite-banner {
	display: inline-block;
    margin-left: 50px;
}

@media (max-width: 1020px) {
	#bx-composite-banner {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}
 
 

.sale-personal-section-account-sub-header{
    margin-top: 30px;
    margin-bottom: 20px;
}

.sale-acountpay-block{
    padding-left: 0px !important;
}

.sale-acountpay-title{
    margin-bottom: 5px;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item{
    background: #eee;
    height: 33px;
    line-height: 33px;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover{
    background: #f9f9f9;
}

.sale-acountpay-input{
    height: 33px !important;
}
 

.form-horizontal .control-label{
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 2px;
}
 
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}
