<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 400 14px/24px "Open Sans",sans-serif;
	color: #a8a8a8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.link {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	font-family: 'Open Sans', sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 152px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4 {font-family: 'Open Sans';color: #000;}
.text strong {font-family: 'Open Sans'; font-weight: 600;}
.text ul {
	list-style-type: disc;
	padding: 18px 15px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text ul li {
	margin-bottom: 9px;
}
.text em {font-family: 'Open Sans';}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}

.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
.marg-l {margin-left: 30px;}
.marg-t-b {margin-top: 60px;}
.marg-b-b {margin-bottom: 60px;}
.pad-t {padding-top: 30px;}
.pad-b {padding-bottom: 30px;}
.pad-l {padding-left: 30px;}
.pad-r {padding-right: 30px;}
.pad-t-b {padding-top: 60px;}
.pad-b-b {padding-bottom: 60px;}

.d-none{
	display: none;
}
.hidden {display: none;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive &gt; .table {
	margin-bottom: 0;
	}
	.table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
	.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
	.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
	white-space: nowrap;
	}
	.table-responsive &gt; .table-bordered {
	border: 0;
	}
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
	border-left: 0;
	}
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
	border-right: 0;
	}
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
	border-bottom: 0;
	}
}
html {font: 100%/1.4 "Open Sans", sans-serif;}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #333;
	-webkit-text-size-adjust: none;
}

h1, h2, .h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'Open Sans';
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	font-family: 'Open Sans';
}
h1,
.h1 {
	font-size: 2em;
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
	width: 1200px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-13, .col-sm-14 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {width: 14.28571428571429%;}
	.col-sm-13 {width: 20%;}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}
.btn{
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    font: 700 14px/22px 'Open Sans', sans-serif;
    outline: none;
    padding: 15px 38px;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #bcbebe;
    color: #323232;
    margin-top: 25px;
}
.btn:hover{
	background: #7b7b7b;
    border-color: #7b7b7b;
    color: #fff;
    text-decoration: none;
}

.header-top {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(4, 52, 109, 0.8);
}
.header-top a, .header-top{
	color: #acb8c1;
}
ul.socials-list li a{
	font-size: 17px;
	text-decoration: none;
}
ul.contacts li, ul.socials-list li{
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
.header-bottom__nav{
	padding-top: 5px;
}
.header-bottom__nav .nav li{
	display: inline-block;
	padding: 0px 3px;
	text-transform: uppercase;
	position: relative;
}
.header-bottom__nav .nav li a{
    font-weight: 400;
    color: #acb8c1;
    font-size: 13px;
}
.header-bottom__nav .nav li ul{
	display: none;
}
.header-bottom__nav .nav li a:hover{
	color: #fff;	
}
.header-bottom__nav .nav li.current a{
	color: #fff;	
}
.slideshow{
	position: relative;
}
.slidershow-bg{
	content: "";
    position: absolute;
    background: url(/images/zelgin.png) no-repeat 0 0;
    width: 510px;
    height: 630px;
    right: 0%;
    bottom:0%;
    z-index: 2;
    bottom: 0;
    background-size: 100%;
    z-index: 9999999;
}
.header-bottom__logo img{
	vertical-align: middle;
}
.photoblock{
	background: #f8fafb;
}
.header-title{
	text-align: center;
	color:#27323d;
	position: relative;
    padding-bottom: 35px;
	font: 700 30px/1.1 'Open Sans', sans-serif;
    text-transform: normal;
    margin-bottom: 35px;
}
.header-title:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
    border: 5px solid transparent;
    border-top: 5px solid #d8d8d8;
}
.header-title:after{
    content: '';
    background: #d8d8d8;
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 150px;
    left: 50%;
    transform: translate(-50%,0);	
}

.hover-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.hover-content a {
    position: absolute;
    color: rgba(255,255,255,0.5);
    left: 43%;
    top: 54%;
    font-size: 0;
    transform: translate(15px,-50%);
    z-index: 99;
    -moz-transition: font-size 0.3s ease 0.4s;
    -o-transition: font-size 0.3s ease 0.4s;
    -webkit-transition: font-size 0.3s ease 0.4s;
    transition: font-size 0.3s ease 0.4s;
}
.photos-inner__photo, .photos-inner{
	position: relative;
    position: relative;
    border: 3px solid #04346d;
    min-height: 300px;
    text-align: center;
    background: #fff;
}
.photos-inner__photo img{    
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom: 0px;
	margin: auto;
}
.photos-inner:hover .hover-content {
    background: rgba(82,91,100,0.6);
}
.photos-inner:hover .hover-content a{
	color:#fff;
	font-size: 20px;
}
.services{
	color:#acb8c1;
	text-align: center;
}
.neq_serv .services__item{
	float: none;
	display: inline-block;
	vertical-align: top;
}
.services .services__item a{
	color:#0b386b;
	display: block;
	margin-top: 15px;
	font: 700 14px/1.25 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.news{
	background: #f8fafb;
}
.news-conten{
	position: relative;
}
.news-conten:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #d8d8d8;
    z-index: -1;
}
.news-content .news-row {
    margin-bottom: 75px;
    position: relative;
    max-width: 50%;
    transform: translateX(50%);
    margin-left: auto;
    margin-right: auto;
}

.news-row:after {
    width: 10px;
    height: 10px;
    background: #0b386b;
    -webkit-box-shadow: 0 0 0 6px rgba(11, 56, 107,0.21);
    -moz-box-shadow: 0 0 0 6px rgba(11, 56, 107,0.21);
    box-shadow: 0 0 0 6px rgba(11, 56, 107,0.21);
    transform: translate(-5px,10px);
    z-index: 2;
}
.news-row:after {
    content: '';
    position: absolute;
    display: inline-block;
    border-radius: 25px;
    left: auto;
    right: auto;
    top: 0;
}
.news-content .news-row.news-row-even {
    transform: translateX(-50%);
    text-align: right;
}
.news-content .news-row.news-row-even .news-field{
	padding-right: 30px;
}
.news-content{
	position: relative;
	color:#acb8c1;
}
.news-content:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #d8d8d8;
}
.news-field{
	padding-left: 30px;
}
.news-caption{
	padding-top: 20px;
}
.news-date{
	color:#0b386b;
}
.news-name a{
	color: #0b386b;
    font: 400 24px/1.25 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.news-row:after {
    content: '';
    position: absolute;
    display: inline-block;
    border-radius: 25px;
    left: auto;
    right: auto;
    top: 0;
}

.news-row:before
{
    content: '';
    position: absolute;
    display: inline-block;
    border-radius: 25px;
    left: auto;
    right: auto;
    top: 0;
}
.news-row:before {
    content: '';
    background: #fff;
    -webkit-box-shadow: 0 0 0 9px #fff;
    -moz-box-shadow: 0 0 0 9px #fff;
    box-shadow: 0 0 0 9px #fff;
    width: 22px;
    height: 22px;
    transform: translate(-11px,5px);
    z-index: 1;
}
.news-row:before {
    background: #f8fafb;
    -webkit-box-shadow: 0 0 0 9px #f8fafb;
    -moz-box-shadow: 0 0 0 9px #f8fafb;
    box-shadow: 0 0 0 9px #f8fafb;
}
.clients-inner{
	margin:0px 5px;
}
.clients-photos{
 
    vertical-align: bottom;
}
.clients-inner{
	text-align: center;
}
.clients-inner_img{
	text-align: center;
    display: grid;
    min-height: 160px;
}
.clients-inner img{
	margin:auto;
}
.footerblock, .footerblock a{
	color:#fff;
	text-decoration: none;
	position: relative;
}
.footerblock div.footerblock-footer{

}
.footerblock-footer_wrapper{

	
}
.footerblock-footer_wrapper div{
	margin-bottom: 15px;
}
.footerblock-footer_wrapper a{
	color:#fff;
	text-decoration: underline;
}
.content-block{
	padding-top: 20px;
	background: #F8FAFB;
}

.art{
	
}
.article a {
	display: block;
}
.article-categories .col-sm-3{
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive &gt; .table {
	margin-bottom: 0;
	}
	.table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
	.table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
	.table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
	.table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
	white-space: nowrap;
	}
	.table-responsive &gt; .table-bordered {
	border: 0;
	}
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
	border-left: 0;
	}
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
	.table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
	border-right: 0;
	}
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
	.table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
	.table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
	border-bottom: 0;
	}
}
.text table {
	width: 100%!important;
	height: auto;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}

.params {
    position: absolute;
    margin: 0px;
    left: 20px;
    top: 30%;
    margin: auto 0;
    color: #fff;
    z-index: 8;
    max-width: 700px;
    font-size: 15px;
    padding: 20px;
	border-radius: 15px;
    text-align: left;
    z-index: 7900;
    display: block;
    background: rgba(4, 52, 109, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.params a{
	color:#fff;
	text-decoration: underline;
}
.params a:hover{
	text-decoration: none;
}
.mobileNav{
	display: none;
}
@media screen and (max-width: 1300px) {
.block_r1{
	display: none;
}
}
@media screen and (max-width: 767px) {
	#nav{
		display: none;
	}
.mobileNav{
	display: block;
}
.wrapper .header{
	position: relative;
}
.services__item{
	margin-bottom: 10px;
}
.header-top{
	text-align: center;
}
.params{
	display: none;
}
.news-content:before{
	z-index: -3;
}
.header-title{
	font: 700 22px/1.1 'Open Sans', sans-serif;
}
.news-name a{
	    font: 400 15px/1.25 'Open Sans', sans-serif;
}
.news-content .news-row, .news-content .news-row.news-row-even{
	transform: none;
	margin:0px;
	max-width: 90%;
}
.clients-title{
	display: none;
}
.header-bottom__logo img{
	max-width: 100%;
}
.header-bottom__logo{
	text-align: center;
	padding:15px 0px;
}
}
.header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.socials-list__item img{
    vertical-align: middle;
}
.socials-list__item:hover img{
	opacity: 0.8;
}
.formblock{
	color:#fff;
}
.formblock input[type="text"]{
	background: transparent;
	border:1px solid #fff;
    font: 700 14px/22px 'Open Sans', sans-serif;
    outline: none;
    padding: 15px 38px;
    height:52px;
    max-width: 300px;
    float: right;
    text-transform: uppercase;
    margin-top: 25px;
    color:#fff;
    display: inline-block;
}
input::-webkit-input-placeholder {color:#fff;}
input:-moz-placeholder {
	color:#fff
}
.formblock .btn{
	color:#fff;
}
.formblock .header-title{
	color:#fff;
}
#breadcrumbs{

}
.photos_neq li{
	margin-bottom: 30px;
}
.photos_neq li:nth-child(4n) + li{
	
	clear: left;
}
.block_r1{
	background: url(/images/1z.png) no-repeat;
    height: 600px;
    width: 600px;
    position: absolute;
    z-index: 99;
    right: 0px;
    bottom: 0px;
}
.services__item__wrapper{
    border: 1px solid #c0c0c0;
    padding: 15px;
    min-height: 197px;
}
.formblock{
	position: relative;
}
.footerblock-footer{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    z-index: 999999999;
    right: 0px;
    width: 100%;
    top: 0px;
    bottom: 0px;
}
.header-bottom__nav .nav li{
	position: relative;
}
.header-bottom__nav .nav li  ul.nav__under{
	position: absolute;
	top:17px;
	width: 202px;
	background: rgba(4, 52, 109, 1);
}

.header-bottom__nav .nav li  ul{
	position: absolute;
	top:17px;
	width: 300px;
	background: rgba(4, 52, 109, 1);	
}

.header-bottom__nav #nav li li:hover{
		background: #27323d;	
}
.header-bottom__nav .nav li  ul li{
	display: block;		
}
.header-bottom__nav .nav li  ul li a{ 
	display: block;	
	text-align: left;
	padding:5px 5px;
}
.header-bottom__nav .nav li  ul a{
	color:#fff;
}
.header-bottom__nav .nav li:hover ul{
	display: block;
}
.text a{
	text-decoration: underline;
}
.services-photo img{
	border-radius: 50%;
}
.services__item{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.obr{
	font-size: 23px;
	margin-bottom: 15px;
}
ul.socials-list li{
	padding-right: 2px;
}
ul.socials-list li .link_socials-list {
	padding:0px 10px 0px 0px;
}
.dn{
	display: none;
	position: absolute;
	top:20px;
	left:0px;
	background: rgba(4, 52, 109, 1);
	padding:10px;
	color:#fff;
	z-index: 9999999;
	border-radius: 20px;
}
.dn a{
	color:#fff;
}
.dn a:hover{
	text-decoration: none;
}
.tooltip{
	position: relative;
}
.tooltip:hover .dn{
	display: block;
}
.neq_serv .col-sm-3:nth-child(4n) + div{
	
	clear: left;
}
.services-photo{
	display: inline-block;
}

#nav .nav__under1{
	display: none;
}

#nav ul .nav__under_item:hover .nav__under1{
	display: block;
    display: block;
    position: absolute;
    left: 200px;
    top: 0px;
}

@media screen and (max-width: 768px) {
.neq_serv .col-sm-3:nth-child(2n) + div{
	
	clear: left;
}	
}


 @media(max-width: 1199px) and (min-width:1024px){
	.header-top__left {
		padding: 0;
	}
 }


 /* Cookies */
 .container-cookie-message {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 1000;
   
}

.container-cookies {
    max-width: 1040px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none !important;
} 

.cookies-message {
    background-color: #ffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #303030;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: nowrap;
}

.cookies-text {
    line-height: 1.4;
    margin-right: 25px;
    flex-grow: 1;
    font-size: 12px;
}

.cookies-link {
    color: #104987;
    text-decoration: underline;
}

.cookies-button {
    background-color: #104987;
    color: #ffff;
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookies-button:hover {
    background-color: #6e7172;
}


@media (max-width: 768px) {
    .cookies-message {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cookies-text {
        font-size: 11px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cookies-button {
        font-size: 10px;
         padding: 10px 30px;
    }
}</pre></body></html>