#company-contacts{
	padding-top: 35px;
}

#company-contacts .h2_style{
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
}

.comp-cont-container{
	width: 1070px;
	margin: 30px auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	padding: 40px 131px 38px 165px;
	box-sizing: border-box;
}

.comp-ofices a{
	font-size: 14px;
	line-height: normal;
}

.cc-title.cc-star{
	position: relative;
}

.cc-title.cc-star:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/company_contacts/Star.svg);
	left: -27px;
    top: -1px;

}

.green-metro{
	color: #32B611;
}

.comp-ofices{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.cc-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.sm-cc-title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 7px;
}


.it-inf-cf:nth-child(1){
	width: 160px;
	    margin-right: 40px;
}

.it-inf-cf:nth-child(2){
	width: 228px;
}

.it-inf-cf:nth-child(3){
	width: 228px;
}

.comp-cont-soclinks{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.it-soclinks:nth-child(1){
	width: 200px;
}
.it-soclinks:nth-child(2){
	width: 228px;
}
.it-soclinks:nth-child(3){
	width: 224px;
}

.it-soclinks:nth-child(4) img{
	width: 34px
}

.it-soclinks .no-folowers{
	margin-bottom: 7px;
}

.it-soclinks:last-child{
	margin-bottom: 0;
}

.it-soclinks{
	width: 228px;
	margin-bottom: 20px;
}
.it-soclinks img{
	margin-right: 10px;
}

.it-soclinks a{
	font-size: 12px;
	line-height: normal;
}

.it-soclinks .sm-cc-title{
	margin-top: 9px;
}

.comp-cont-soclinks{
	margin-top: 25px;
	margin-bottom: 40px;
}

.all-reseved{
	text-align: center;
	color: #808080;
	font-size: 14px;
	line-height: normal;
}



@media (max-width: 1200px){
	.comp-cont-container{
		width: 620px;
		padding: 34px 50px 30px 60px;
	}

	.comp-ofices{
		flex-wrap: wrap;
		flex-direction: row-reverse;
		margin-bottom: 45px;
	}	

	.it-inf-cf:nth-child(1){
		order: 2;
	}

	.it-inf-cf:nth-child(2){
		order: 1;
	}

	.it-inf-cf:nth-child(3){
		order: 3;
		    margin-top: -45px;
	}

	.comp-cont-container{
		padding: 35px 70px 30px 89px;
		margin: 20px auto;
	}

	.comp-cont-soclinks{
		flex-wrap: wrap;
	}

	.it-soclinks{
		margin-bottom: 25px;
	}

	.comp-cont-soclinks{
		margin-bottom: 0;
	}
}

@media (max-width: 760px){
	#company-contacts{
		padding-top: 15px;
	}

	.comp-cont-container{
		padding: 25px 20px 30px 35px;
		width: 100%;
	}

	.it-inf-cf:nth-child(1){
		order: 1;
		margin-right: 0;
	}

	.comp-ofices{
		flex-direction: row;
		margin-bottom: 0px;
	}

	.it-inf-cf{
		margin-bottom: 33px;
	}

	.it-inf-cf:nth-child(3){
		margin-top: 0;
	}

	.it-inf-cf:nth-child(2){
		margin-bottom: 12px;
	}

	.comp-cont-container br{
		display: none;
	}

	.cc-title.center{
		text-align: left !important;
	}

	.comp-cont-soclinks{
		margin-top: 20px;
	}

	.it-soclinks a br{
		display: block;
	}

	.all-reseved{
		text-align: left;
		width: 105%;
	}

	.all-reseved br{
		display: block;
	}
}