.box-container {width:100%; max-width:1024px; margin-left:0px;}

.bx-tabs {margin-bottom:40px;}
.bx-tab {float:left; background:#ECECEC; height:34px; border-radius:100px; text-align:center; font-size:16px; font-weight:600; color:#000; padding-left:30px; padding-right:30px; padding-top:10px; cursor:pointer; margin-right:2%; }
.bx-tab-ugol {display:inline-block; width:10px; height:16px; background:url("../images/ugol.png") bottom; vertical-align:middle; position:relative; top:-1px; margin-left:10px;}
.bx-tab:hover, .bx-tab-hv {background:#3086D4; color:#FFF;}
.bx-tab:hover .bx-tab-ugol, .bx-tab-hv .bx-tab-ugol {background:url("../images/ugol.png") top;}

.bx-tabs-photo {}
.bx-tabs-photo-wr {display: flex; flex-direction:row; flex-wrap:wrap; }
.bx-tabs-photo-wr a {display:block; width:31%; margin-left:1%; margin-right:1%; margin-bottom:10px; border:1px solid #AAA; border-radius:12px; overflow:hidden; box-shadow:0px 0px 10px #CCC;}
.bx-tabs-photo-wr a:hover {border:1px solid #3086D4;}
.bx-tabs-photo-wr a img {width:100%;}

.bx-tabs-photo {display:none;}

.bx-tabs-photo-btn {text-align:center; margin-top:30px;}
.btn-tabs-more {display:inline-block; height:34px; border-radius:100px; text-align:center; font-size:16px; font-weight:500; color:#FFF; padding-left:30px; padding-right:30px; padding-top:10px; cursor:pointer; background:#3086D4; text-decoration:none;}

.bx-types {margin-bottom:20px;}
.bx-type {float:left; background:#ECECEC; height:34px; border-radius:100px; text-align:center; font-size:16px; font-weight:600; color:#000; padding-left:30px; padding-right:30px; padding-top:10px; cursor:pointer; margin-right:2%; }
.bx-type:hover, .bx-type-hv {background:#3086D4; color:#FFF;}
.bx-type:hover .bx-tab-ugol, .bx-type-hv .bx-tab-ugol {background:url("../images/ugol.png") top;}

.bx-type-box {display:none;}

.bx-tabs-photo-rating {border-radius:12px; background:#f6f6f6; margin-bottom:20px; width:100%; max-width:340px;}
.bx-tabs-photo-rating-wr {padding:20px;}

.bx-tabs-photo-rating1 {float:left; width:100px; font-size:72px; margin-right:20px; line-height:1; font-weight:600; color:#333;}
.bx-tabs-photo-rating2 {float:left; width:130px;}

.bx-tabs-photo-rating2-label {font-size:18px; font-weight:bold; line-height:1; margin-bottom:8px; margin-top:12px;}
.bx-tabs-photo-rating2-star {width:120px; height:22px; position:relative;}
.bx-tabs-photo-rating2-star1 {position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:1; background:url("../images/rating5.png") no-repeat left;}
.bx-tabs-photo-rating2-star2 {position:absolute; top:0px; left:0px; height:100%; z-index:2; background:url("../images/rating6.png") no-repeat left;}





@media screen and (max-width: 542px) {
	
	.bx-type {width:100%; padding-left:0px; padding-right:0px; float:none; margin-bottom:6px;}
	
	.bx-tab {width:100%; padding-left:0px; padding-right:0px; float:none; margin-bottom:6px;}
	.bx-tabs-photo-wr a {width:48%; margin-right:1%; margin-left:0px; margin-bottom:6px;}
	.bx-tabs-photo-wr a:last-child {display:none;}
	.bx-tabs-photo-btn {margin-top:20px; margin-bottom:40px;}
	.bx-tabs {margin-bottom:20px;}
	
}