/*Author Ipatieff Serge http://ipatieff.me */

@font-face {
	font-family: dinpro-black;
	src: url(/fonts/custom/dinpro-black.otf);
}

@font-face {
	font-family: dinpro-bold;
	src: url(/fonts/custom/dinpro-bold.otf);
}

@font-face {
	font-family: dinpro-medium;
	src: url(/fonts/custom/dinpro-medium.otf);
}

@font-face {
	font-family: dinpro-light;
	src: url(/fonts/custom/dinpro-light.otf);
}


/* FOR BOOTSTRAP */

.navbar-dia {
	width: 100%;
	background-color: #4265b6;
	min-height: 56px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 0;
}

.navbar-dia ul li a {
	color: #fff;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-family: dinpro-medium;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 133px;
}

.navbar-dia ul li a:hover {
	color: #fff;
	background-color: #4874dc;
}

.navbar-dia ul li a:focus {
	color: #fff;
	background-color: #4874dc;
}

.navbar {
	border: none;
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar-toggle {
	border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.active {
	color: white !important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.navbar-brand {
	padding-left: 147px;
}

.navbar-brand ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 2px;
}

.navbar-brand ul li {
	display: inline-block;
}

.navbar-brand ul li a {
	display: inline-block;
	width: 25px;
	background: #fff;
	color: #4265b6;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.navbar-brand img {
	display: none;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.39);
}

.carousel-caption h1 {
	font-size: 30px;
	color: #fff;
	font-family: dinpro-bold;
}

.carousel-caption ul {
	list-style: none;
	margin-top: 20px;
}

.carousel-caption ul li {
	display: inline-block;
	margin-right: 85px;
}

.carousel-caption ul li a {
	font-size: 30px;
	color: #fff;
	font-family: dinpro-bold;
	display: inline-block;
}

.carousel-caption button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	outline: none;
	border: none;
	max-width: 143px;
	width: 100%;
	margin-top: 10px;
}


/*END FOR BOOTSTRAP*/

header {
	width: 100%;
	min-height: 108px;
	background: #e8e9ee;
	margin-top: 56px;
}

header img {
	margin-top: -13px;
	max-width: 322px;
	width: 100%;
	height: auto;
}

header span {
	font-size: 15px;
	color: #000;
	font-family: dinpro-bold;
}

header p {
	font-size: 15px;
	color: #000;
	font-family: dinpro-light;
}

header h4 {
	color: #384c99;
	font-size: 24px;
	font-family: dinpro-bold;
	margin-top: -8px;
	margin-bottom: 5px;
}

header button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	outline: none;
	border: none;
	max-width: 199px;
	width: 100%;
}

header .col-lg-2 {
	padding-top: 10px;
}

header .col-lg-3 {
	padding-top: 10px;
}

.predstav {
	width: 100%;
	min-height: 134px;
	background-color: #e9eaef;
	padding-top: 30px;
}

.predstav h6 {
	font-size: 24px;
	font-family: dinpro-medium;
	color: #000;
	margin-top: 30px;
}

.predstav img {
	margin-left: 60px;
}

.sub_feat hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	border-top: 2px solid #4265b6;
	max-width: 70px;
}

.sub_feat p {
	font-size: 15px;
	color: #000;
	font-family: dinpro-medium;
	text-align: center;
}

.product {
	background-color: #e9eaef;
	width: 100%;
	min-height: 656px;
}

.product h1 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	font-family: dinpro-medium;
	color: #000;
	margin-top: 60px;
	margin-bottom: 55px;
}

.product .col-lg-12 {
	text-align: center;
	padding-top: 60px;
}

.product .col-lg-12 a {
	color: #4265b6;
	font-size: 18px;
	font-family: dinpro-medium;
	text-decoration: underline;
}

.product .col-lg-3 {
	text-align: center;
	min-height: 185px;
	margin-bottom: 10px;
}

.product .col-lg-3 .wrap {
	margin-top: -120px;
	margin-bottom: 50px;
	position: absolute;
	width: 93%;
	padding-left: 2%;
	padding-right: 2%;
}

.product .col-lg-3 img {
	filter: brightness(0.55);
	max-width: 100%;
	width: 100%;
	height: 186px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.product .col-lg-3 h5 {
	font-size: 15px;
	color: white;
	font-family: dinpro-medium;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.product .col-lg-3 h4 {
	font-size: 15px;
	color: white;
	font-family: dinpro-light;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.product .col-lg-3 button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	max-width: 199px;
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	font-size: 18px;
	font-family: dinpro-medium;
	border: none;
	outline: none;
	margin-top: 15px;
}

.service {
	width: 100%;
}

.service .tab-content {
	margin-bottom: 60px;
}

.service h1 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.service .col-lg-6 {
	min-height: 373px;
	background-color: #4265b6;
}

.service .col-lg-6 h3 {
	color: #ffec01;
	font-size: 18px;
	font-family: dinpro-medium;
	text-transform: uppercase;
}

.service .col-lg-6 hr {
	margin-top: 10px;
	margin-bottom: 30px;
	border: 0;
	border-top: 2px solid #ffec01;
	max-width: 65px;
	width: 100%;
	margin-left: 0px;
	margin-right: auto;
}

.service .col-lg-6 p {
	font-size: 15px;
	color: #fff;
	font-family: dinpro-medium;
}

.service .col-lg-6 img {
	position: absolute;
	bottom: -55px;
	left: 45%;
}

.service .col-lg-6:nth-child(1) {
	padding-top: 70px;
	padding-left: 95px;
}

.service .col-lg-6:nth-child(2) {
	background: url("../img/child_bundle.jpg") no-repeat;
	background-size: cover;
}

.service .on {
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.service .off {
	margin-bottom: 15px;
	margin-top: 15px;
	display: none;
	margin-right: auto;
	margin-left: auto;
}

.service .activer .on {
	display: none !important;
}

.service .activer .off {
	display: block !important;
}

.contact {
	min-height: 432px;
	width: 100%;
}

.contact .col-lg-6 {
	background-color: #212d5e;
	min-height: 432px;
	padding-left: 150px;
	padding-top: 30px;
}

.contact .col-lg-6 ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 20px;
}

.contact .col-lg-6 ul li {
	font-size: 15px;
	color: #fff;
	font-family: dinpro-medium;
	margin-bottom: 10px;
}

.contact .col-lg-6:nth-child(2) {
	background-color: #29366c;
	min-height: 432px;
	padding-left: 70px;
}

.contact .col-lg-6 form {
	max-width: 430px;
	width: 100%;
	margin-top: 20px;
}

.contact .col-lg-6 form input {
	width: 100%;
	margin-bottom: 15px;
	background-color: #e9eaef;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.37);
	color: #000;
	padding: 7px;
	border: none;
	outline: none;
}

.contact .col-lg-6 form input::-webkit-input-placeholder {
	color: #000;
}

.contact .col-lg-6 form input::-moz-placeholder {
	color: #000;
}

.contact .col-lg-6 form input:-moz-placeholder {
	color: #000;
}

.contact .col-lg-6 form input:-ms-input-placeholder {
	color: #000;
}

.contact .col-lg-6 form input:focus::-webkit-input-placeholder {
	color: transparent;
}

.contact .col-lg-6 form input:focus::-moz-placeholder {
	color: transparent;
}

.contact .col-lg-6 form input:focus:-moz-placeholder {
	color: transparent;
}

.contact .col-lg-6 form input:focus:-ms-input-placeholder {
	color: transparent;
}

.contact .col-lg-6 form textarea {
	width: 100%;
	margin-bottom: 15px;
	background-color: #e9eaef;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.37);
	color: #000;
	padding: 7px;
	border: none;
	outline: none;
	min-height: 68px;
	resize: none;
}

.contact .col-lg-6 form textarea::-webkit-input-placeholder {
	color: #000;
}

.contact .col-lg-6 form textarea::-moz-placeholder {
	color: #000;
}

.contact .col-lg-6 form textarea:-moz-placeholder {
	color: #000;
}

.contact .col-lg-6 form textarea:-ms-input-placeholder {
	color: #000;
}

.contact .col-lg-6 form textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.contact .col-lg-6 form textarea:focus::-moz-placeholder {
	color: transparent;
}

.contact .col-lg-6 form textarea:focus:-moz-placeholder {
	color: transparent;
}

.contact .col-lg-6 form textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.contact .col-lg-6 form button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	max-width: 199px;
	width: 100%;
	padding: 5px;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	font-family: dinpro-medium;
	border: none;
	outline: none;
	margin-top: 10px;
}

.contact .col-lg-6 p {
	color: #fffefe;
	font-size: 15px;
	font-family: dinpro-medium;
}

.contact .col-lg-6 p span {
	color: #f4b30e;
}

.contact h4 {
	font-size: 18px;
	color: #fff;
	font-family: dinpro-medium;
	text-transform: uppercase;
}

.sub_header {
	background-color: #e9eaef;
	width: 100%;
	min-height: 110px;
	padding-top: 5px;
}

.sub_header img {
	margin-top: -13px;
	max-width: 322px;
	width: 100%;
	height: auto;
}

.sub_header span {
	font-size: 15px;
	color: #000;
	font-family: dinpro-bold;
}

.sub_header p {
	font-size: 15px;
	color: #000;
	font-family: dinpro-light;
}

.sub_header h4 {
	color: #384c99;
	font-size: 24px;
	font-family: dinpro-bold;
	margin-top: -8px;
	margin-bottom: 5px;
}

.sub_header button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	outline: none;
	border: none;
	max-width: 199px;
	width: 100%;
}

.reviews {
	width: 100%;
	min-height: 330px;
	margin-top: 50px;
}

.news {
	width: 100%;
	min-height: 420px;
}

.news h1 {
	font-size: 30px;
	color: #000;
	font-family: dinpro-medium;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 35px;
}

.news .row {
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.news .row .col-lg-2 {
	min-width: 233px;
}

.news .row .col-lg-2 a {
	font-size: 15px;
	color: #000;
	font-family: dinpro-medium;
}

.news .col-lg-12 {
	text-align: center;
	padding-top: 45px;
}

.news .col-lg-12 a {
	color: #4265b6;
	font-size: 18px;
	font-family: dinpro-medium;
	text-decoration: underline;
}

footer {
	background-color: #4265b6;
	width: 100%;
	min-height: 55px;
}

footer .col-lg-4 ul {
	list-style: none;
	padding-left: 134px;
	margin-top: 23px;
}

footer .col-lg-4 ul li {
	display: inline-block;
}

footer .col-lg-4 ul li a {
	display: inline-block;
	width: 25px;
	background: #fff;
	color: #4265b6;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

footer .col-lg-8 ul {
	list-style: none;
	padding-left: 0px;
}

footer .col-lg-8 ul li {
	display: inline-block;
}

footer .col-lg-8 ul li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 10px;
	width: 133px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
	font-family: dinpro-medium;
}

.newser {
	width: 100%;
}

.newser .row {
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.newser .row .col-lg-2 {
	min-width: 230px;
}

.newser hr {
	margin-top: 40px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #ccc;
}

.newser h1 {
	color: #000000;
	font-size: 30px;
	font-family: dinpro-medium;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.newser h6 {
	color: #000000;
	font-size: 12px;
	font-family: dinpro-medium;
	margin-top: 0px;
}

.newser h5 {
	color: #000000;
	font-size: 15px;
	font-family: dinpro-bold;
	margin-top: -10px;
}

.newser p {
	color: #000000;
	font-size: 15px;
	font-family: dinpro-light;
	margin-bottom: 0px;
}

.newser a {
	color: #000000;
	font-size: 15px;
	font-family: dinpro-bold;
	text-decoration: underline;
}

.listing {
	width: 100%;
	min-height: 100px;
}

.listing ul {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	list-style: none;
	padding-left: 0px;
}

.listing ul li {
	display: inline-block;
	margin-right: 15px;
}

.listing ul li a {
	display: inline-block;
	padding: 3px;
	color: #294b9d;
	border: 1px solid #294b9d;
	width: 25px;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

.listing ul li a:hover {
	background-color: #294b9d;
	color: #fff;
}

.listing .act a {
	background-color: #294b9d;
	color: #fff;
}

.contactum {
	width: 100%;
}

.contactum h1 {
	color: #000000;
	font-size: 30px;
	font-family: dinpro-medium;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

.contactum ul {
	list-style: none;
	padding-left: 0px;
	max-width: 360px;
	width: 100%;
	margin-left: auto;
	margin-top: 40px;
}

.contactum ul li {
	color: #000000;
	font-size: 15px;
	font-family: dinpro-medium;
}

.contactum ul li i {
	margin-right: 10px;
}

.contactum form {
	width: 100%;
	max-width: 430px;
}

.contactum form h4 {
	color: #000000;
	font-size: 18px;
	font-family: dinpro-medium;
	text-transform: uppercase;
}

.contactum form input {
	width: 100%;
	margin-bottom: 15px;
	padding: 7px;
	background-color: #e9eaef;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.37);
	border: none;
	outline: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.contactum form input:focus {
	box-shadow: 0px 10px 9px 0px rgba(66, 101, 182, 0.5);
}

.contactum form input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 7px;
	background-color: #e9eaef;
	color: #000;
	box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.37);
	border: none;
	outline: none;
	min-height: 68px;
	resize: none;
}

.contactum form textarea:focus {
	box-shadow: 0px 10px 9px 0px rgba(66, 101, 182, 0.5);
}

.contactum form textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form textarea::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form textarea:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form textarea:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #000000;
	font-size: 15px;
}

.contactum form textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form textarea:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form textarea:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form textarea:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.contactum form button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	outline: none;
	border: none;
	max-width: 199px;
	width: 100%;
}

.contactum form p {
	color: #000000;
	font-size: 15px;
	font-family: dinpro-medium;
}

.contactum #map {
	width: 100%;
	min-height: 383px;
	margin-top: 50px;
}

.servser {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 40px;
}

.servser a {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	max-width: 194px;
	width: 100%;
	padding: 5px;
	color: #000000;
	font-size: 17.53px;
	font-family: dinpro-medium;
	border: none;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	margin-left: 19%;
	margin-right: auto;
	position: absolute;
	z-index: 5;
	bottom: 60px;
}

.servser .col-lg-4 {
	min-height: 290px;
}

.servser .con {
	max-width: 352px;
	text-align: center;
	height: 251px;
	overflow: hidden;
}

.servser .con .incon {
	width: 100%;
	max-width: 352px;
	background-color: rgba(233, 234, 239, 0.88);
	height: 109px;
	position: absolute;
	text-align: center;
	top: 0px;
	color: #000000;
	font-size: 19.64px;
	font-family: dinpro-medium;
	padding-top: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.servser .con .incon:hover {
	height: 100%;
	max-height: 251px;
}

.servser .con img {
	width: 100%;
	height: auto;
}

.cartoteca {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 30px;
}

.cartoteca h1 {
	color: #000000;
	font-size: 30px;
	font-family: dinpro-medium;
	text-align: center;
	margin-bottom: 30px;
}

.cartoteca p {
	color: #000000;
	font-size: 20px;
	font-family: dinpro-medium;
	max-width: 795px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.cartoteca .search {
	background-color: #e9eaef;
	max-width: 1104px;
	width: 100%;
	min-height: 122px;
}

.cartoteca .search p {
	color: #000000;
	font-size: 19px;
	font-family: dinpro-medium;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.cartoteca .search input {
	width: 100%;
	margin-left: 50px;
	margin-right: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background-color: #fff;
	outline: none;
	border: 1px solid transparent;
	padding: 5px;
}

.cartoteca .search button {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	max-width: 199px;
	width: 100%;
	border: none;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #000000;
	font-size: 17.88px;
	font-family: dinpro-medium;
	padding: 5px;
}

.cartoteca ul {
	list-style: none;
	padding-left: 0px;
}

.cartoteca ul li {
	margin-bottom: 20px;
	display: block;
}

.cartoteca ul li img {
	position: absolute;
	margin-top: -5px;
}

.cartoteca ul li a {
	color: #000000;
	font-size: 20px;
	font-family: dinpro-medium;
	display: block;
}

.cartoteca .col-lg-6:nth-child(1) ul {
	max-width: 457px;
	margin-left: auto;
	margin-right: auto;
}

.cartoteca .col-lg-6:nth-child(2) ul {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.cartoteca .col-lg-6:nth-child(1) ul li img {
	left: 15px;
}

.cartoteca .col-lg-6:nth-child(2) ul li img {
	left: 95px;
}

@media screen and (max-width: 1024px) {
	.cartoteca .search {
		padding-bottom: 10px;
	}
	.cartoteca .search input {
		width: 90%;
	}
	.cartoteca .col-lg-6:nth-child(2) ul {
		max-width: 317px;
		margin-left: auto;
		margin-right: 0px;
	}
	.cartoteca .col-lg-6:nth-child(1) ul {
		max-width: 354px;
		margin-left: auto;
		margin-right: auto;
	}
	.servser .con .incon:hover {
		height: 100%;
		max-height: 209px;
	}
	.servser a {
		background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
		max-width: 194px;
		width: 100%;
		padding: 5px;
		color: #000000;
		font-size: 17.53px;
		font-family: dinpro-medium;
		border: none;
		outline: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		display: block;
		text-decoration: none;
		margin-left: 15%;
		margin-right: auto;
		position: absolute;
		z-index: 100;
		bottom: 95px;
	}
	.servser .con .incon {
		width: 100%;
		max-width: 294px;
	}
	header .col-lg-3 i {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.contactum ul {
		margin-left: 0;
	}
	.cartoteca .col-lg-6:nth-child(2) ul li img {
		left: 13px;
	}
	.cartoteca .col-lg-6:nth-child(2) ul {
		max-width: 317px;
		margin-left: 59px;
		margin-right: auto;
	}
	.cartoteca .col-lg-6:nth-child(1) ul {
		max-width: 477px;
		margin-left: 57px;
		margin-right: auto;
	}
	.servser .con .incon:hover {
		height: 100%;
		max-height: 157px;
	}
	.servser a {
		background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
		max-width: 194px;
		width: 100%;
		padding: 5px;
		color: #000000;
		font-size: 17.53px;
		font-family: dinpro-medium;
		border: none;
		outline: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		display: block;
		text-decoration: none;
		margin-left: 5%;
		margin-right: auto;
		position: absolute;
		z-index: 100;
		bottom: 140px;
	}
	.servser .con .incon {
		width: 100%;
		max-width: 221px;
	}
	.navbar-dia {
		z-index: 1000 !important;
	}
	.small {
		margin-left: auto;
		margin-right: auto;
		max-width: 230px;
	}
	.product .col-lg-3 {
		min-height: 220px;
	}
	.product .col-lg-3 h5 {
		font-size: 12px;
	}
	.predstav img {
		margin-left: 0px;
	}
	header {
		padding-bottom: 10px;
	}
	header img {
		display: none;
	}
	.navbar-dia ul li a {
		width: 100%;
	}
	.navbar-brand {
		padding-left: 20px;
	}
	.navbar-brand ul {
		display: none;
	}
	.navbar-brand img {
		display: block;
		max-width: 111px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-caption {
		left: 10%;
		right: 10%;
		padding-bottom: 30px;
		top: 42%;
		height: 138px;
	}
}

@media screen and (max-width: 425px) {
	.cartoteca .search input {
		width: 77%;
		margin-bottom: 10px;
	}
	.servser .con .incon:hover {
		height: 100%;
		max-height: 250px;
	}
	.servser .con {
		max-width: 352px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.servser a {
		background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
		max-width: 194px;
		width: 100%;
		padding: 5px;
		color: #000000;
		font-size: 17.53px;
		font-family: dinpro-medium;
		border: none;
		outline: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		display: block;
		text-decoration: none;
		margin-left: 18%;
		margin-right: auto;
		position: absolute;
		z-index: 100;
		bottom: 65px;
	}
	.servser .con .incon {
		width: 100%;
		max-width: 352px;
	}
	.news img {
		max-width: 425px;
		width: 100%;
		height: auto;
	}
	footer .col-lg-8 ul li {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	footer .col-lg-4 ul {
		list-style: none;
		padding-left: 0px;
		margin-top: 23px;
	}
	.sub_header {
		padding-bottom: 10px;
	}
	.contact .col-lg-6:nth-child(2) {
		background-color: #29366c;
		min-height: 432px;
		padding-left: 15px;
	}
	.contact .col-lg-6 {
		background-color: #212d5e;
		min-height: 432px;
		padding-left: 10px;
		padding-top: 30px;
	}
	.min425 {
		flex-direction: row;
		flex-wrap: wrap;
		display: flex;
	}
	.min425 .col-lg-3 {}
	.min425 .col-lg-3 img {
		height: auto;
		width: 100%;
	}
	.service .col-lg-6:nth-child(1) {
		margin-bottom: -10px;
		padding-top: 17px;
		padding-left: 20px;
	}
	.service .col-lg-6:nth-child(1) p br {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	.servser .con .incon:hover {
		height: 100%;
		max-height: 245px;
	}
	.servser .con .incon {
		width: 100%;
		max-width: 346px;
	}
	.min425 .col-lg-3 {}
}

@media screen and (max-width: 320px) {
	.cartoteca .search input {
		margin-left: 35px;
	}
	.servser .con .incon:hover {
		height: 100%;
		max-height: 207px;
	}
	.servser a {
		background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
		background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
		max-width: 194px;
		width: 100%;
		padding: 5px;
		color: #000000;
		font-size: 17.53px;
		font-family: dinpro-medium;
		border: none;
		outline: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		display: block;
		text-decoration: none;
		margin-left: 15%;
		margin-right: auto;
		position: absolute;
		z-index: 100;
		bottom: 105px;
	}
	.servser .con .incon {
		width: 100%;
		max-width: 290px;
	}
	.min425 .col-lg-3 {}
}

footer p {
	color: #fff;
	font-size: 15px;
	padding-top: 20px;
}

.navbar-dia ul li.active a {
	color: #fff;
	background-color: #4874dc;
}

.item-page {
	padding: 20px;
}

.newser img {
	max-width: 100%;
}

.news img {
	max-width: 100%;
}

.subboton {
	background: -webkit-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -moz-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -o-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: -ms-linear-gradient(-90deg, #ffed00 0%, #f3b00f 100%);
	background: linear-gradient(180deg, #ffed00 0%, #f3b00f 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	outline: none;
	border: none;
	max-width: 199px;
	width: 100%;
}

.carousel-caption {
	color: white;
	font-size: 30px;
	color: #fff;
	font-family: dinpro-bold;
}

@media screen and (max-width: 633px) {
	.carousel-caption {
		color: white;
		font-size: 23px;
	}
}

@media screen and (max-width: 520px) {
	.carousel-caption {
		color: white;
		font-size: 17px;
	}
	.carousel-caption button {
		font-size: 15px;
		padding: 3px;
		max-width: 125px;
	}
	.carousel-caption {
		position: absolute;
		left: 4%;
		right: 4%;
		bottom: 10px;
		z-index: 10;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.kartoteka {
	width: 100px;
	position: absolute;
	right: -40px;
	top: 52px;
}

.kartoteka img {
	max-width: 100%;
}

@media screen and (max-width: 520px) {
	.kartoteka {
		width: 35%;
		position: absolute;
		right: 10px;
		top: -117px;
	}
	.kartoteka img {
		display: block;
	}
}

.arrr img.spc {
	opacity: 0;
	position: absolute;
	top: -80px;
	z-index: -1;
	transition: 0.6s;
	max-width: 100%;
}

.arrr .activer img.spc {
	opacity: 1;
	top: -87px;
}

@media screen and (max-width: 768px) {
	.arrr .activer img.spc {
		opacity: 1;
		top: -102px;
	}
}

@media screen and (max-width: 426px) {
	.arrr img.spc {
		opacity: 0;
		position: absolute;
		top: -80px;
		z-index: -1;
		transition: 1s;
		max-width: 100%;
		width: 50%;
	}
	.arrr .activer img.spc {
		opacity: 1;
		top: -84px;
	}
}

.hofades .fade {
	opacity: 1;
}
.mobile_soc {
	display: none;
}
@media (max-width:767px){
	.mobile_soc {
		display: inline-block;
	}
	.mobile_soc ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		list-style: none;
		margin: 15px 0;
		padding: 0;
		width: 108px;
	}
	.mobile_soc ul li a {
		display: inline-block;
		width: 25px;
		background: #fff;
		color: #4265b6;
		padding-top: 1px;
		padding-bottom: 1px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
}
.product h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: dinpro-medium;
    color: #000;
    margin-top: 60px;
    margin-bottom: 55px;
}
.service h2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.news h2 {
    font-size: 30px;
    color: #000;
    font-family: dinpro-medium;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 35px;
}
.cladr_desc
{
	    font-size: 18px;
    font-family: dinpro-light;
    padding: 10px;
    color: black;
}