@font-face {
	font-family: 'GOTHIC';
	src: url('./fonts/GOTHIC.TTF');
}
@font-face {
	font-family: 'GOTHICI';
	src: url('./fonts/GOTHICI.TTF');
}
body {
	font-family: GOTHIC;
	color: #131313;
	overflow-x: hidden;
}
.hidden {
	display: none;
}
ul {
	list-style-type: none;
}
.float-left {
	float: left;
}
.navbar-default .navbar-nav > li {
	margin-top: 25px;
}
.navbar-default .navbar-nav > li > a {
	color: #131313;
	font-size: 17px;
}
.navbar {
	border: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
#main {
	background: #fff url('../img/main-bg.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	color: #fff;	
	margin-top: 85px;
}
.main-name {
	margin-top: 150px;
	font-size: 55px;
}
.main-descr span {
	margin-top: 25px;
	font-size: 26px;
	border-bottom: 1px solid #fff;
	font-family: GOTHICI;
}
.section-heading {
	margin-top: 50px;
	margin-bottom: 50px;
}
.section-heading span {
	font-size: 27px;
	border-bottom: 1px solid #2273ab;
}
.services-list {
	position: relative;
	height: 675px;
}
.services-list_item {
	position: absolute;
	height: 500px;
	background: #fff url('../img/preprint.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .7);
	width: 33%;
}

.services-list_item:nth-child(1) {
	top: 75px;
	left: 25px;
	z-index: 1;
}
.services-list_item:nth-child(2) {
	top: 25px;
	left: 390px;
	background: #fff url('../img/print.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 3;
}
.services-list_item:nth-child(3) {
	top: 75px;
	right: 25px;
	background: #fff url('../img/postprint.jpg') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 2;
}
.services-list_descr {
	padding-top: 85px;
	background: url('../img/preprint-icon.png') center 0px no-repeat;
	-webkit-background-size: 75px 75px;
	background-size: 75px 75px;
	margin-top: 125px;
	margin-top: 125px;
}
.print_label {
	background: url('../img/print-icon.png') center 0px no-repeat;
	-webkit-background-size: 75px 75px;
	background-size: 75px 75px;
}
.postprint_label {
	background: url('../img/postprint-icon.png') center 0px no-repeat;
	-webkit-background-size: 90px 75px;
	background-size: 90px 75px;
}
.services-descr {
	padding-left: 25px;
	border-left: 3px solid #2273ab;
	font-size: 21px;
}

.advant-image {
	box-shadow: 0 10px 15px rgba(0, 0, 0, .7);

}
.advant-num {
	font-size: 45px;
	color: #2273ab;
}
.advant-descr {
	margin-top: 15px;
}
.advant-text {
	margin-top: 25px;
	font-size: 27px;
}
.advant-image {
	padding: 0;
}
.сlients-quote {
	padding: 10px;	
	margin-top: 35px;
	border: 1px solid #ccc;
}
.quote-img {
	border-radius: 50%;
	border: 1px solid #2273ab;
}
.clients-quote_text {
	margin-left: 120px;
	font-size: 21px;
}
#map {
	height: 500px;
	width: 100vw;
}
.contacts-text_block {
	padding: 25px 0;
	background: #232f3e;
	color: #fff;
}
.contact-text_header {
	font-size: 29px;
}
.contact-text_info {
	margin-top: 25px;
	font-size: 19px;
}
.contact-text_descr {
	font-size: 21px;
}
img.fb-icon {
	margin-top: 20px;
}
.contacts-text_item {
	display: block;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-collapse {
	border: none;
}
.clients-list {
	width: 100%;
	height: auto;
}
.mail-icon {
	margin-top: -5px;
}
#navfluid {
	padding-bottom: 20px;
}
.nav > li > a {
	padding: 10px 0px;
	margin-left: 25px;
}
.carousel-img {
	height: 250px;
	width: auto;
}
.navbar-right {
    float: right !important;
    margin-right: 0px;
}
.pop {
	cursor: pointer;
}
.him-logo {
	padding-top: 25px;
}
/* Media */
@media screen and (max-width: 1200px)  {
	.services-list_item:nth-child(2) {
		left: 322px;
	}
	
}
@media screen  and (max-width: 992px)  {
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-header {
		padding: 20px 0;
	}
	.navbar-brand img {
		margin-top: -10px;
	}
	.navbar-toggle {
		margin-top: 14px;
	}
	.navbar {
		margin-bottom: 10px;
	}
	.main-name {
		font-size: 37px;
	}
	.main-descr span {
		font-size: 23px;
	}
	.services-list_item {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 0;
		height: 450px;
		padding-top: 40px;
		top: 0;
		left: 0;
	}
	.services-list_item:nth-child(1),
	.services-list_item:nth-child(2),
	.services-list_item:nth-child(3) {
	    top: 0;
	    left: 0;
	    z-index: 1;
	}
	.services-list_item:nth-child(2),
	.services-list_item:nth-child(3) {
	    margin-top: 15px;
	    left: 0;
	    z-index: 1;
	}
	.contacts-text {
		text-align: center;
	}
	#services {
		height: 1541px;
	}
	.services-list {
		height: 1420px;
	}
	#advant {
		/* padding-top: 18%; */
	}
	.services-descr {
		text-align: center;
		border: none;
		padding-bottom: 50px;
	}
	.advant-text {
		font-size: 22px;
	}
	.quote-img {
		float: none;
		margin: 0 auto !important;
	}
	.clients-quote_text {
		text-align: center;
		margin-left: 0px;
	}
	.advant-icon {
		width: 90px;
	}
	.contact-text_info {
		margin-top: 0;
	}
	.contact-text_header {
		margin-top: 20px;
	}
	#navfluid {
		padding-bottom: 0px;
	}
	.navbar-right {
	    float: right !important;
	    margin: 0 auto;
	}
}


/*effect-underline*/
a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #2273ab;;
  margin-top: 15px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
a.effect-underline:hover:after{
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-effect {
  border-bottom: 2px solid #2273ab;;
}