#belts-main{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #202020;
   	/*text-align: center;*/
}

#belts-about{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eeeeee;
   	/*text-align: center;*/
}

#belts{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f4f4f4;*/
    /*background-color: #eeeeee;*/
   	
   	/*background: url('../images/bg_news2.jpg') no-repeat top center;
   	background-size: 100% auto;*/
   	background-color: #eeeeee;
}

/*.belts-grid{
	position: relative;
	width: 100%;
    height: 100%;
    
    width: 360px;
    margin-right: 30px;
    
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
   
   	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
		-ms-flex-pack: justify;
		justify-content: space-around;
}

.belts-grid .belts-item{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.belts-grid .belts-item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 600px;
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.belts-grid .belts-item .image{
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.belts-grid .belts-item a{
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.belts-grid .belts-item a:hover{
    color: #235bc7;
}


.belts-grid .belts-item a{
}

.belts-grid .belts-item .image img{
    width: 100%;
    min-height: 100%;
}

.belts-grid .belts-item img{
    vertical-align: middle;
}

.belts-grid .belts-item img{
    border: 0;
}

.belts-grid .belts-item .text{
    text-align: left;
    padding: 15px 25px;
}

.belts-grid .belts-item h3{
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
   	margin-bottom: 0;
    height: 46px;
    overflow: hidden;
}

.belts-grid .belts-item .text .descr{
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 18px;
}

.belts-grid .belts-item .text .descr p{
	margin: 0;
}*/


.beltsitem-slide {
    /*-webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;*/
    width: 100%;
    height: 100%;
    position: relative;
    
    width: 360px;
    margin-right: 30px;
}

.beltsitem-slide .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.beltsitem-slide .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 700px;
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.beltsitem-slide .image {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

.beltsitem-slide a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.beltsitem-slide a:hover {
    color: #235bc7;
}

.beltsitem-slide a {
}

.beltsitem-slide .image img {
    width: 100%;
    min-height: 100%;
}

.beltsitem-slide img {
    vertical-align: middle;
}

.beltsitem-slide img {
    border: 0;
}

.beltsitem-slide .text {
	/*height: 150px;*/
    text-align: left;
    padding: 15px 25px;
}

.beltsitem-slide h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
   	margin-bottom: 0;
    height: 46px;
    overflow: hidden;
}

.beltsitem-slide .text .descr {
	word-wrap: break-word;
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 18px;
}

.beltsitem-slide .text .descr p{
	margin: 0;
}

.beltsitem-slide p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}






.belts_panel {
	margin-bottom: 45px;
}





.belts_sort {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.belts_sort li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.belts_sort span.active {
    background-color: #235bc7;
    color: #fff;
}
.belts_sort span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}




.belts_view {
	display: inline;
    list-style: none;
    text-align: center;
    margin-bottom: 45px;
    padding: 0;
}

.belts_view li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px;
}

.belts_view span.active {
    background-color: #235bc7;
    color: #fff;
}
.belts_view span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}








#container_belts .block-view .mix {
	display: inline-block;
	width: 100%;
    height: 100%;
    position: relative;
}

#container_belts .block-view .mix {
	display: none;
    margin-right: 25px;
}

#container_belts .list-view .mix {
	display: inline-block;
	width: 100%;
    /*height: 100%;*/
    /*position: relative;*/
}

#container_belts .list-view .mix {
	display: none;
    /*margin-left: 12.5px;
    margin-right: 12.5px;*/
}








.block-view{
	position:absolute;
	left:-999999px;
}

.block-style .block-view{
	position:inherit;
	left:inherit;
}

.list-view{
	position:absolute;
	left:-999999px;
}

.list-style .list-view{
	position:inherit;
	left:inherit;
}






.beltsitem-block {
    /*width: 100%;
    height: 100%;
    position: relative;
    
    width: 360px;
    margin-right: 30px;*/
}

.beltsitem-block .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.beltsitem-block .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 700px;
    margin: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.beltsitem-block .image {
    width: 100%;
    /*height: 540px;*/
    overflow: hidden;
    position: relative;
}

.beltsitem-block a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.beltsitem-block a:hover {
    color: #235bc7;
}

.beltsitem-block .image img {
    width: 100%;
    min-height: 100%;
}

.beltsitem-block img {
    vertical-align: middle;
}

.beltsitem-block img {
    border: 0;
}

.beltsitem-block .text {
    text-align: left;
    padding: 15px 25px;
}

.beltsitem-block h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
   	margin-bottom: 0;
    height: 46px;
    overflow: hidden;
}

.beltsitem-block h3 a {
	float: none;
	position: static;
}

.beltsitem-block .text .descr {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 18px;
}

.beltsitem-block .text .descr p{
	margin: 0;
}

.beltsitem-block p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}









.beltsitem-list {
	margin-bottom: 0px;
}

.beltsitem-list .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.beltsitem-list .item {
    vertical-align: top;
    margin: 0 15px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 4px;
}

.beltsitem-list a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.beltsitem-list a:hover {
    color: #235bc7;
}

.beltsitem-list .text {
    text-align: left;
}

.beltsitem-list h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin: 5px 5px;
    overflow: hidden;
}

.beltsitem-list h3 a {
	float: none;
	position: static;
}

.beltsitem-list .text .descr {
    overflow: hidden;
   	/*margin: 5px 5px;*/
}

.beltsitem-list .text .descr td {
	padding: 10px 10px;
}

/*.beltsitem-list p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}*/














.beltsitem-representation {
    /*width: 100%;
    height: 100%;
    position: relative;
    
    width: 360px;
    margin-right: 30px;*/
}

.beltsitem-representation .item {
    margin-left: 0;
    margin-bottom: 0;
}

.beltsitem-representation .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    min-height: 700px;
    /*margin: 0 15px;*/
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #eeeeee;
    border-radius: 4px;
}

.beltsitem-representation .image {
    width: 100%;
    /*height: 540px;*/
    overflow: hidden;
    position: relative;
}

.beltsitem-representation a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.beltsitem-representation a:hover {
    color: #235bc7;
}

.beltsitem-representation .image img {
    width: 100%;
    min-height: 100%;
}

.beltsitem-representation img {
    vertical-align: middle;
}

.beltsitem-representation img {
    border: 0;
}

.beltsitem-representation .text {
    text-align: left;
    padding: 15px 25px;
}

.beltsitem-representation h3 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
   	margin-bottom: 0;
    height: 46px;
    overflow: hidden;
}

.beltsitem-representation h3 a {
	float: none;
	position: static;
}

.beltsitem-representation .text .descr {
    max-height: 70px;
    overflow: hidden;
    margin-bottom: 18px;
}

.beltsitem-representation .text .descr p{
	margin: 0;
}

.beltsitem-representation p.date {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    color: #000;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
}





/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	.beltsitem-slide .item{min-height: 600px;}
	.beltsitem-slide .image{height: 440px;}
	#container_belts .block-view .mix {width: 94%;}
	#container_belts .block-view .item{min-height: 600px; margin-left: 10px; margin-right: 10px;}
	#container_belts .block-view .image{height: 440px;}
	
	.beltsitem-representation .item{min-height: 580px;}
	.beltsitem-representation .image{height: 440px;}
}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){
	.beltsitem-slide .item{min-height: 540px;}
	.beltsitem-slide .image{height: 380px;}
	#container_belts .block-view .mix {width: 360px;}
	#container_belts .block-view .item{min-height: 540px;}
	#container_belts .block-view .image{height: 380px;}
	
	.beltsitem-representation .item{min-height: 620px;}
	.beltsitem-representation .image{height: 540px;}
}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	.beltsitem-slide .item{min-height: 600px;}
	.beltsitem-slide .image{height: 440px;}
	#container_belts .block-view .mix {width: 94%;}
	#container_belts .block-view .item{min-height: 600px; margin-left: 10px; margin-right: 10px;}
	#container_belts .block-view .image{height: 440px;}
	
	.beltsitem-representation .item{min-height: 580px;}
	.beltsitem-representation .image{height: 440px;}
}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){
	.beltsitem-slide .item{min-height: 540px;}
	.beltsitem-slide .image{height: 380px;}
	#container_belts .block-view .mix {width: 360px;}
	#container_belts .block-view .item{min-height: 540px;}
	#container_belts .block-view .image{height: 380px;}
	
	.beltsitem-representation .item{min-height: 620px;}
	.beltsitem-representation .image{height: 540px;}
}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){
	
	.beltsitem-representation .item{min-height: 600px;}
	.beltsitem-representation .image{height: 540px;}
}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){
	
	.beltsitem-representation .item{min-height: 680px;}
	.beltsitem-representation .image{height: 540px;}
}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){
	
	.beltsitem-representation .item{min-height: 600px;}
	.beltsitem-representation .image{height: 540px;}
}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){
	
	.beltsitem-representation .item{min-height: 680px;}
	.beltsitem-representation .image{height: 540px;}
}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	.beltsitem-slide .item{min-height: 680px;}
	.beltsitem-slide .image{height: 520px;}
	#container_belts .block-view .mix {width: 345px;}
	#container_belts .block-view .item{min-height: 680px;}
	#container_belts .block-view .image{height: 520px;}
	
	.beltsitem-representation .item{min-height: 660px;}
	.beltsitem-representation .image{height: 520px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	.beltsitem-slide .item{min-height: 600px;}
	.beltsitem-slide .image{height: 440px;}
	#container_belts .block-view .mix {width: 290px;}
	#container_belts .block-view .item{min-height: 600px;}
	#container_belts .block-view .image{height: 440px;}
	
	.beltsitem-representation .item{min-height: 600px;}
	.beltsitem-representation .image{height: 540px;}
}	

/*monitor*/
@media (min-width: 1200px){
	#container_belts .block-view .mix {width: 360px;}
}








