@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoAZ-Bold.eot');
    src: url('/fonts/RobotoAZ-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoAZ-Bold.woff2') format('woff2'),
    url('/fonts/RobotoAZ-Bold.woff') format('woff'),
    url('/fonts/RobotoAZ-Bold.ttf') format('truetype'),
    url('/fonts/RobotoAZ-Bold.svg#RobotoAZ-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoAZ-Regular.eot');
    src: url('/fonts/RobotoAZ-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoAZ-Regular.woff2') format('woff2'),
    url('/fonts/RobotoAZ-Regular.woff') format('woff'),
    url('/fonts/RobotoAZ-Regular.ttf') format('truetype'),
    url('/fonts/RobotoAZ-Regular.svg#RobotoAZ-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoAZ-Thin.eot');
    src: url('/fonts/RobotoAZ-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoAZ-Thin.woff2') format('woff2'),
    url('/fonts/RobotoAZ-Thin.woff') format('woff'),
    url('/fonts/RobotoAZ-Thin.ttf') format('truetype'),
    url('/fonts/RobotoAZ-Thin.svg#RobotoAZ-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/RobotoAZ-Black.eot');
    src: url('/fonts/RobotoAZ-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/RobotoAZ-Black.woff2') format('woff2'),
    url('/fonts/RobotoAZ-Black.woff') format('woff'),
    url('/fonts/RobotoAZ-Black.ttf') format('truetype'),
    url('/fonts/RobotoAZ-Black.svg#RobotoAZ-Black') format('svg');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {  font-size: 100%;  vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 }  blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }


body, select, input, textarea, button {
	font: normal 16px/1.3 'Roboto', Arial, Helvetica, sans-serif;
	color: #353535;
	outline: none;
}
* {
	margin:0;
}

/*H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 .6em 0;
	letter-spacing: -0.01em;
	line-height: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

/*Header*/
header {
	min-height:90px;
	background: #3f3f3f;
}
.header-menu {
	display: grid;
	grid-template-columns: 200px 3fr;
	min-height:90px;
	align-items: center;
	color:#fff;
	border-bottom: 1px solid #ddd;
	z-index: 99999;
}
.header-menu ul li {
display: inline-block;
width:150px;
text-align: center;
height: 90px;
line-height: 90px;
list-style:none; 

}
.header-menu ul ul {
display: none;
position: absolute;
top:91px;
background: #3f3f3f;
z-index: 99999;
padding: 0 15px 0 15px;

}

.header-menu ul li:hover > ul {
	display:block;

}
.header-menu ul ul li {
	width:230px;
	float:none;
	display:list-item;
	position: relative;
text-align: left;
}


.header-menu a {
	color:#fff;
	position: relative;

	font-weight: 600;

}

.header-menu a:hover {
	text-decoration: none;


}
.menu-logo {
	background: #fff;
	height:90px;

}
.menu-logo img {
	padding:20px 20px 0 20px;
	min-width:120px;
}


.swiper-slide {
	height:500px;
}
.section-title p {
position: absolute;
bottom:0;
z-index: 999;
background:#2098D1;
color:#fff;
padding:10px;
font-weight: 400;
}
.about, .services {
	padding:50px 0 50px 0;
}
.about img, .service-area img, .gallery img, .full-content img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width:100%;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
	height:300px;
	

}



.about img:hover, .service-area img:hover, .gallery img:hover, .full-content img:hover {
	opacity: .5;
}
.about-text p {
	margin-bottom:30px;
}
.about-text a   {
	padding:10px;
	border: 1px solid #2098D1;
	color:#2098D1;
	font-weight: 400;
}
.about-text a:hover {
	text-decoration: none;
}
.all-services {
	margin-bottom:30px;
}
.full-title {
	min-height: 200px;;
}

.services-cat {
	margin-bottom:30px;
}
.serv-cat-title {
position: absolute;
top:300px;
left:30px;
color:#fff;
padding:15px;
font-size: 21px;
font-weight: 600;
background: rgba(0, 0, 0, 0.5);
border-left:5px solid #2098D1;
}
.service-area {
	margin:15px 0 15px 0;
}
.speedbar a {
	color:#2098D1;
}

.content-title  {
	padding-top:50px;
}

.title-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.right-info {
	display: grid;
	grid-template-columns: 100px 100px;
	grid-gap:15px;
	justify-content: right;
}
.right-info-v {
	display: grid;
	grid-template-columns: 100px;
	grid-gap:15px;
	justify-content: right;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.gallery img {
	width:100%;
	height: 250px;
	object-fit: cover;
}
.gallery-title p {
	position: absolute;
	bottom:0;
	left:0;
	z-index: 999;
	background:#2098D1;
	color:#fff;
	padding:10px;
	font-weight: 400;
	}


	.gallery-text a, .send-btn a   {
		padding:10px;
		border: 1px solid #2098D1;
		color:#2098D1;
		font-weight: 400;
		margin-top:30px;
	}
	.gallery-text a:hover, .send-btn a:hover {
		text-decoration: none;
	}
	.full-content {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap:15px;
		padding-bottom:15px;
	
	}

	.full-content-v {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:15px;
		padding-bottom:15px;

	}
	.full-content-v iframe {
		width: 100% !important;
		height:600px;
	}
	
.map, .contacts {
	padding-top:50px;
}
.contacts {
	padding-bottom:30px;
}

.left-contact {
	border-right:1px solid #ddd;

}
.c-title {
	font-weight: 600;
}
.right-contact {
padding-left:30px;
}
.c-title i {
	font-size: 28px;
	position: relative;
	top:5px;
	padding-right:15px;
	color:#2098D1;
}

.c-item {
	margin-top:15px;
	display: grid;
	grid-template-columns: 1fr;

}	
label {
	color:#c1c1c1;
	font-weight: 400;
	padding-bottom:5px;
}
.c-item input {
width:260px;
}
.c-item textarea {
width:530px;
}
footer {
	min-height: 300px;
	background: #eee;
}
.footer-menu {
	padding:30px;
}
.footer-menu ul li {
	padding-top:10px;
}
.footer-menu h2 {
border-bottom: 1px solid #ccc;
padding-bottom:15px;
}


.footer-logo {
	background: #fff;
	height:90px;
	margin-left:-15px;

}
.footer-logo img {
	padding:20px 20px 0 20px;

	min-width:120px;
}
.info-panel {
	margin-top:30px;
	background: #ccc;
	padding:30px;
}
.offline-panel {
	padding-top:250px;
}

.offline-logo img {
	padding:20px 20px 50px 20px;
	min-width:160px;
}
.static-full {
	padding-bottom:60px;
	
}
.static-full ul li {
	list-style:none;
}
.static-full img {
	padding:0 15px 15px 0;
}
.full-video {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:15px;
	margin-bottom:30px;
}
.contacts2 {
	margin:30px 0 30px 0;
}
.send-btn button {
    padding: 10px;
    border: 1px solid #2098D1;
    color: #2098D1;
    font-weight: 400;
    margin-top: 30px;
}