body{margin:0;}
.container.bottomBorder::before{display:none;}
.container{width:100% !important;}
.ad_page{overflow:hidden;height:0;padding:0 10px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}
.adPageContent{padding:20px 0 0 0;}
.adsTable_item{
	position:relative;
	/* margin-left:10px; */
	/* margin-right:10px; */
}
.adsTable_item::after{
	content:'';
	background:rgba(255,255,255,0.7) url(../images/ajax-loader.gif) center center no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	display:none;
}
.adsTable_item.loading::after{display:block;}
.adPageContent_left{width:633px;}
.adPageContent_right{
	width:-webkit-calc(100% - 633px);
	width:calc(100% - 633px);
	max-width:100%;
}

@media screen and (max-width: 1440px){
	.adPageContent_left{width:553px;}
	.adPageContent_right{width:-webkit-calc(100% - 553px);width:calc(100% - 553px);}
}
@media screen and (max-width: 1236px){
	.adPageContent_left{width:373px;}
	.adPageContent_right{width:-webkit-calc(100% - 373px);width:calc(100% - 373px);}
	.adPageContent{padding:0;}
}
@media screen and (max-width: 1024px){
	.adPageContent_left{width:316px;}
	.adPageContent_right{width:-webkit-calc(100% - 316px);width:calc(100% - 316px);}
}
@media screen and (max-width: 991px){
	.adPageContent_right{padding:0 0 0 25px;margin:0;border-top:none;}
	.adPageGalleryBigImg_figure{height:216px;}
	.adPageGalleryThumb_figure{height:40px;}
	.swiperArrows{height:44px;}
	.swiperArrows::after{margin-top:-6px;}
}
@media screen and (max-width: 767px){
	.adPageGalleryThumb_figure{height:32px;}
	.swiperArrows{height:36px;}
	.container.bottomBorder{padding-bottom:20px;}
}
@media screen and (max-width: 620px){
	.adPageContent_left{width:265px;}
	.adPageContent_right{width:-webkit-calc(100% - 265px);width:calc(100% - 265px);}
	.adPageGalleryBigImg_figure{height:182px;}
}
@media screen and (max-width: 500px){
	.adPageContent_left{width:100%;}
	.adPageContent_right{width:100%;padding:20px 0 0 0;}
	.adPageGalleryBigImg_figure{height:330px;}
	.adPageGalleryBigImg_figure .imgCenter{width:auto;max-width:none;min-width:100%;height:100%;}
	.adPageGalleryThumb_figure{height:71px;}
	.swiperArrows{height:75px;}
}
@media screen and (max-width: 414px){
	.adPageGalleryBigImg_figure{height:277px;}
}