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

#about .descr{
	text-align: justify;
	padding: 10px;
}




#about .about-branch{
	padding-top: 50px;
    padding-bottom: 50px;
}

#about .about-branch .descr{
	text-align: justify;
	padding: 0;
}

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

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

.branch_icon span.active {
    background-color: #235bc7;
    color: #ffffff;
}
.branch_icon span {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    color: #235bc7;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.37em;
    text-transform: uppercase;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}



#about-representation{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

#about-representation .descr{
	text-align: justify;
	padding: 0;
}









/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#about-representation .beltsitem-block .item{min-height: 600px;}
	#about-representation .beltsitem-block .image{height: 440px;}
}

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

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){
	#about-representation .beltsitem-block .item{min-height: 600px;}
	#about-representation .beltsitem-block .image{height: 440px;}
}

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

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	#about-representation .beltsitem-block .item{min-height: 680px;}
	#about-representation .beltsitem-block img{height: 120px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	#about-representation .beltsitem-block .item{min-height: 600px;}
	.beltsitem-block img{height: 140px;}
}	

/*monitor*/
@media (min-width: 1200px){
}
