@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
		font-family: 'Montserrat-Bold';
		src: url("../fonts/Montserrat-Bold.ttf");
}
*{
	font-family: "Montserrat-Regular";
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
/*------Contacts ------*/
.contacts-title {
	background: url("../img/Main-img/cont.png") no-repeat;
	background-position: center top;
	min-height: 100%;
	padding-top: 141px;
	padding-bottom: 161px;
	font-size: 36px;
}
.title-text {
	font-family: "Montserrat-SemiBold";
}
.contacts {
	padding-left: 97px;
	padding-top: 46px;
	padding-bottom: 46px;
}
.main-text{
	padding-top: 141px;
	padding-bottom: 298px;
}
.main-name{
	color:white;
	font-family: 'Montserrat-Bold';
	font-size: 36px;
}
.main-details{
	color:white;
	font-family: 'Montserrat-Regular';
	font-size: 23px;
	padding-top: 15px;
}
.contacts p,
.contacts a {
	color: black;
}
.contacts a:hover {
	color: gray;
}
#location {
	list-style-image: url("../img/contacts/location.png");
}
#location li {
	margin-bottom: 10px;
}

#location li:last-child {
	margin-bottom: 0;
}
#contact-person {
	list-style-image: url("../img/contacts/person.png");
}
#phone-numbers {
	list-style-image: url("../img/contacts/phone.png");
}
