/*.imgblock-content-table {
	display: table-cell;
	width: 25%;
}

.imgblock-content-table ul.imgblock{
	float: none;
	text-align: center;
	width: auto;
}

.imgblock-content-table ul.imgblock li{
	display: inline-block;
	vertical-align: top;
}*/

.cabinet-payments{
	width:100%;
	border:1px solid #e8e7e7;
}

.cabinet-payments thead {
	background:#3568a2;
	color:#fff;
}
.cabinet-payments td{
	padding:4px;
	border:none;
}
.cabinet-payments tbody tr:nth-child(2n){
	background-color:#deeefe
}

.head-banner {
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}

.head-banner img {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 0 auto;
}

.head-banner > .head-banner-desktop > a > img {
    /*max-height: 66px;*/
        height: auto;
        width: 100%;
}

.head-banner > .head-banner-mobile > a > img {
    /*max-height: 66px;*/
        height: auto;
        width: 100%;
        max-width: 360px;
}



@media only screen and (max-width: 1003px) {

	.head-banner {
		margin: 80px auto 0;
	}

}

@media only screen and (max-width: 550px) {

	.head-banner .head-banner-desktop {
		display: none;
	}
}

@media only screen and (min-width: 551px) {
	.head-banner .head-banner-mobile {
		display: none;
	}
}

@media only screen and (max-width: 1003px)
{
	#header {
		 padding-top: 0;
	}  
}

iframe[name="googleSearchFrame"] {
	max-width: 100%;
	padding: 0 20px;
}

#sidebar ul.imgblock {
	width: 132px;
}

.img-box-banner-little {
	display: inline-block;
	border: 1px solid #ccc;
	width: 133px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 10px;
}

.img-box-banner-little a {
	display: block;
}

@media only screen and (max-width: 1003px) {

	.searchblock.searchblock_promo {
		z-index: 9999;
	}

	.searchblock .box-left {
		height: 900px;
		overflow: auto;
	}
}

@media only screen and (max-width: 768px) {
	.img-box-banner-little img{
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
	.img-box-banner-little {
		width: 46%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1140px){
	.img-box-banner-little {
	width: 133px;
	height: 133px;
	background: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px){
    #sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
    #sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
    .sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
    .sidebar .img-box-banner-little {
        margin: 5px 0 10px;
    }
    .img-box-banner-little {
        width: 133px;
        height: 133px;
        background: transparent;
    }
}



