*
{
	box-sizing: border-box;	
}

body {
  background:#000;
  color:#555;
  margin:0;
  padding:0;
 font-family: "Trebuchet MS"; 
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
 min-width:310px;
}



p {margin-bottom:15px;}

a { color:#555; outline:none;}
a:hover {
  color: #555;
  text-decoration: none;
}

.page { 
max-width:970px; 
min-width:310px;
margin:0 auto;
}

/*** Header ***/
#header {
	 position: sticky;
	 top: 0;
	 z-index:10;
	 background:#000;
}


.menu-main {
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.section-2 { height:40px;}


#header #logo {
  margin:0 20px 0 2px;
  margin-bottom: -5px;
  position: relative;
  z-index: 400;
}

#header #logo img{
  height:82px;
}

#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size:30px;
  font-weight:bold;
  line-height:normal;
  margin:0;
}
#header #site-name a { text-decoration:none}


/*****************Main menu*****************/
#block-superfish-1 .superfish { 
	background:none;
	float:left;
	margin:0px;
	position:relative;
	width:auto;
}
	#block-superfish-1 .superfish li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0 10px 0 0;
		text-align:center;
	}
		#block-superfish-1 .superfish a {
			border:0;
			color:#fff;
			font-size:17px;
			font-weight:normal;
			font-family: 'Lato', sans-serif;
			padding:30px 22px;
			text-decoration: none;
		}
		#block-superfish-1 .superfish > li > a:hover, #block-superfish-1 .superfish > li.active > a, #block-superfish-1 .superfish > li > a.sfHover{
			background: url(../images/bg-menu.gif) top repeat-x;
			color:#000;
		}

	#block-superfish-1 .superfish ul {
		background:#212020;
		border:0px solid #1b1b1b;
		display:none;
		padding:10px 0;
		top:83px !important;
		width:140px !important;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#block-superfish-1 .superfish ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
		}
		#block-superfish-1 .superfish ul li a:visited, #block-superfish-1 .superfish ul li a {
			border:0;
			color:#fff;
			font-family: Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight: bold;
			padding:7px 0px 7px 20px !important;
			text-align:left;
		}
		#block-superfish-1 .superfish ul li a:hover, #block-superfish-1 .superfish ul li a.active { color: #000;}

	#block-superfish-1 .superfish ul li ul{
		left:160px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	#block-superfish-1 .superfish ul li ul li {
		background:none;
		margin-bottom:1px;
	}
	
	#block-superfish-1 {
		display:block;
	}
	#block-superfish-2 {
		display:none;
	}
	
	.menu-burger {
	  display: block;
	   position: relative;
	   width: 44px;
	   height: 44px;
	   border-radius: 2px;
	   z-index: 2;
	 }
	.menu-burger span,
	.menu-burger:after,
	.menu-burger:before {
	   height: 2px;
	   width: 30px;
	   position: absolute;
	   background: #333;
	   margin: 0 auto;
	   transition: 0.3s;
	   margin-left: 7px;
	}
	.menu-burger span {
	   top: 22px;
	}
	.menu-burger:after,
	.menu-burger:before {
	   content: '';
	}
	.menu-burger:after {
	   bottom: 9px;
	}
	.menu-burger:before {
	   top: 10px;
	}
	.menu-burger.open-menu span {
	   opacity: 0;
	   transition: 0.3s;
	}
	.menu-burger.open-menu:before {
	   transform: rotate(38deg);
	   top: 20px;
	   transition: 0.4s;
	}
	.menu-burger.open-menu:after {
	   transform: rotate(-38deg);
	   bottom: 21px;
	   transition: 0.4s;
	   
	}
	.menu-overlay {
	   position: fixed;
	   width: 100%;
	   height: 100%;
	   background: #fff;
	   left: 0;
	   top: 67px;
	   
	   transform: translateX(-100%);
	   transition: 0.5s;
	   z-index: 1;
	   overflow-y: auto;
	   overflow-x: hidden;
	   visible: hidden;
	   padding: 15px 5px 0 45px;
	}
	.menu-overlay.open-menu {
	   transform: translateX(0);
	}
/****************************************/

/***********Breadcrumb*************/
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
	#breadcrumb a:last-child { padding-right:0}
	#breadcrumb a:hover { color:#059fb9;}
/**********************/

/*** MAIN ***/
#main-wrapper { background: #f0f0f0;}
#main-wrapper #main { margin:0 auto; overflow:hidden;}
.section .region { width:100%;}

#sidebar-first { width:300px; float:left;}
#sidebar-first .section { padding:0px 20px 0px 0px;}

#content { padding:10px 0px 15px 0px; overflow:hidden; }
#content .section { width:100%;}

#sidebar-second { float:right; width:300px; }
#sidebar-second .section { padding:30px 0px 0px 20px;}

.front #content { padding-top: 19px;}

.region-content { overflow:hidden;}


/***********Admin tabs*************/
.tabs-wrapper {
  margin: 1px 0 20px;
}
div.tabs { 
	overflow:hidden;
}
	.tabs ul.primary li { margin-bottom:1px;}
	.tabs ul.primary li a { 
		background:#EDEDED;
		border:1px solid #BBB;
		border-radius:5px 5px 0 0;
		text-shadow:0 1px 0 #FFF;
	}
	.tabs ul.primary {
		border:0;
		border-bottom:1px solid #c9c9c9;
		margin:10px 0 10px 0;
		overflow:hidden;
		padding:4px 0;
	}
	.tabs ul li a{
		background:#464646;
		border-bottom:0;
		color:#000;
		font-size:12px;
		font-weight:normal;
		margin:0;
		overflow:hidden;
		padding:3px 15px 4px;
		-webkit-transition:background 0.1s linear;
		-moz-transition:background 0.1s linear;
		}
		.tabs ul li a.active, .tabs ul li a:hover { 
			background:#059fb9;
			color:#fff;
			text-shadow:none;
		}
/***********************/


/****************Comments form*******************/
article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:15px;}
section#comments h2.title {
	color:#292a2b;
	font-size:18px;
}

#comment-form label {
	color:#484848;
	display:table;
}

#comment-form .form-text, .search-form .form-text, #user-login .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	.form-type-item a {
		color:#059fb9
	}
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}


/***Comments output***/
	.comment-wrapper {overflow:hidden;}
	article.comment .submitted {
		margin:2px 0 10px;
	}
		article.comment .submitted a{
			display:none;
		}
	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	article.comment h3 { line-height:normal;}
		article.comment h3 a {
			color:#292a2b;
			font-size:18px;
			font-weight:normal;
			text-decoration:none;
		}
	article.comment {
		background:#f6f6f6;
		border:1px solid #c2c2c2;
		margin-bottom:15px;
		padding:15px;
		border-radius:2px;
		box-shadow:1px 1px 3px rgba(0,0,0, .2);
	}
	
	.node article.comment footer {
		overflow:hidden;
		padding:0;
	}

.news .content{
	display:flex;
	gap:10px;
	padding-bottom:20px;
}



.node__content {
	line-height:1.5;
}

.node__content img {
	padding-right:10px;
}

ul.tabs {
	margin-top:10px;
	margin-bottom:10px;
}
	
#edit-comment-body-und-0-format {
	border:1px solid #d6d2c6;
}
#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}
/********************************************/

/***********************Content Region*************************/
#main-wrapper #main { margin:0 auto; overflow:hidden;}
.content-wrap { width:100%; overflow:hidden; padding-bottom:30px;}

/*Node heading*/
#content h1.title { font-size:24px; color: #000;}
.front #page-title {
	display: none;
}

h2, h3 {
	font-size:24px;
	line-height:29px;
}
h3 {
	font-size:20px;
	line-height:24px;
	text-transform:none;
}	
.node h2 {
	color:#059fb9;
	font-size:20px;
	line-height:normal;
	padding:0px;
}
	.node h2 a{
		color:#000;
		font-size:20px;
		font-weight:normal;
		text-decoration:none;
		text-transform:none;
	}
	.node h2 a:hover{ color:#059fb9;}

article.node { padding-bottom:30px;}

/*Author & date information*/
p.submitted {
	font-size:12px;
	margin:5px 0 15px;
	font-size:12px;
}
.submitted, p.submitted span {
	color:#000;
}
	.submitted a {
		color:#059fb9;
		text-decoration:none;
	}
	.submitted a:hover {color:#000;}
/**/

article.node footer {
	padding-top:0px;
}
article footer ul.links.inline {overflow:hidden; display:block;}
article footer ul li {float:left; padding:0; margin:0;}
article footer ul li:first-child {margin-left:0;}

.node-teaser ul.links li.comment-add {
	display: none;
}

ul.links li a {
	display:inline-block;
	background: url(../images/bg-more.gif) top repeat-x;
	border-radius:5px;
	text-decoration:none;
	font-size:13px;
	color:#fff;
	padding:3px 10px;
}
.field-name-taxonomy-forums ul.links li a {
	display:inline;
	padding:0;
	background:none;
	color:#666;
}
.field-name-taxonomy-forums ul.links li a:hover {color:#000; background:none;}	
ul.links li a:hover { background: url(../images/bg-more2.gif) bottom repeat-x;}


/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
article.node footer .field-name-field-tags .field-label{
	color:#000;
	line-height:28px;
}
article.node footer .field-name-field-tags .field-items {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}
article.node footer .field-name-field-tags ul li { float:left; padding:0 4px;}
	article.node footer .field-name-field-tags ul li a{ text-decoration:none;}
	
article.node footer .field-name-field-tags .field-item {
	float:left;
	padding-right:10px;
}
/**/

/*Social sharing*/
.social-share {
	padding:15px 0;
}
	.social-share span {
		float:left; 
		font-weight:bold;
		vertical-align:middle;
	}
	.social-share a {
		display:block;
		float:left;
		height:16px;
		margin-left:5px;
		opacity:.8;
		text-indent:-9999px;
		vertical-align:middle;
		width:16px;
		-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out;
	}
		.social-share a:hover { opacity:1;}
		
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
	.social-share a.social-share-twitter { background:url(../images/social/twitter.png) no-repeat 0 0;}
	.social-share a.social-share-googlebuzz { background:url(../images/social/buzz.png) no-repeat 0 0;}
	.social-share a.social-share-myspace { background:url(../images/social/myspace.png) no-repeat 0 0;}
	.social-share a.social-share-msnlive { background:url(../images/social/msn.png) no-repeat 0 0;}
	.social-share a.social-share-yahoo { background:url(../images/social/yahoo.png) no-repeat 0 0;}
	.social-share a.social-share-linkedin { background:url(../images/social/linkedin.png) no-repeat 0 0;}
	.social-share a.social-share-orkut { background:url(../images/social/orkut.png) no-repeat 0 0;}
	.social-share a.social-share-digg { background:url(../images/social/digg.png) no-repeat 0 0;}
	.social-share a.social-share-delicious { background:url(../images/social/delicious.png) no-repeat 0 0;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
/**/

/*****************Default Block Style*******************/
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}
.panel-pane.error-page {margin-bottom:30px;}
.panel-pane.error-page .pane-content {overflow:hidden;}
.panel-pane.error-page .pane-content span.err {
	float:left;
	font-size:150px;
	line-height:180px;
	color:#059fb9;
	font-weight:bold;
	}
.panel-pane.error-page .pane-content .extra {padding-left:80px; max-width:300px; background:url(../images/v_line.gif) 40px 0 repeat-y;}	
.panel-pane.error-page .pane-content .err-title {
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	color:#000;
	text-transform:uppercase;
	display:block;
	}	
.panel-pane.error-page .pane-content .err-body {width:300px; display:block; font-size:20px; line-height:24px; margin-bottom:15px;}	 
.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
.page-page-404 .pane-search-form {text-align:center;}
.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}
.extra {overflow:hidden;}

html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding:6px 5px 7px;
	background:#fff;
	border:1px solid #ddd;
	}
label {font-weight:normal;}
textarea {resize:none;}	

section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	section.block h2 {
		font-size:19px;
		color:#000;
		line-height:normal;
		margin-bottom: 4px;
	}
		section.block .content li { 
			padding:0 0 10px 13px;
			overflow:hidden;
			line-height:20px;
		}
			section.block .content li a { 
				color:#9b9b9b;
				font-size:13px;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#059fb9;}

/*********************POLL's Bars**********************/
.poll .bar { 
	background-color:#fff;
	background-image:-moz-linear-gradient(top, #f0f0f0, #fff); /* FF3.6 */
	background-image:-ms-linear-gradient(top, #f0f0f0, #fff); /* IE10 */
	background-image:-o-linear-gradient(top, #f0f0f0, #fff); /* Opera 11.10+ */
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #f0f0f0, #fff); /* Chrome 10+, Saf5.1+ */
	background-image:linear-gradient(top, #f0f0f0, #fff);
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#059fb9;
	background-image:-moz-linear-gradient(left, #059fb9, #04c9ea); /* FF3.6 */
	background-image:-ms-linear-gradient(left, #059fb9, #04c9ea); /* IE10 */
	background-image:-o-linear-gradient(left, #059fb9, #04c9ea); /* Opera 11.10+ */
	background-image:-webkit-gradient(linear, left, right, from(#059fb9), to(#04c9ea)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(left, #059fb9, #04c9ea); /* Chrome 10+, Saf5.1+ */
	background-image:linear-gradient(left, #059fb9, #04c9ea);
	}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}
#block-poll-recent ul.links li a { display:inline; background:none; box-shadow:none;}
/*******************************************/

#block-comment-recent .content li a { display:block;}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}

/***Block  ****/
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:100%;
	padding:8px 5px;
	border:none;
	background:#e1e1e1;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	background:#e1e1e1;
	display:inline-block;
	}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {float:right;}
	
#block-search-form .form-submit, #search-block-form .form-submit { 
border-radius: 100px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;

}
#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {}


/******************Buttons Styles********************/
#edit-cancel {display:inline-block; line-height:20px;}
.form-submit {
	text-decoration:none;
	
	border:none;
	vertical-align:middle;
	color:#333;
	font-weight:normal;
	text-transform:capitalize;
	font-size:12px;
	padding:6px 10px 6px;
	margin-right:5px;
	margin-top:10px;
	line-height:normal;
	border-radius:8px;
	background:#f6f954;
}
	.form-submit:hover { background: url(../images/bg-more2.gif) bottom repeat-x;}
/*****************************************/

/*** Footer ***/
#footer {
	border-top: 1px solid #483c45;
	clear: both;
	padding:13px 0;
	position: relative;
	color: #dbdbdb;
}
	#footer a {
		color: #dbdbdb;
	}
	.footer-wrapper {
		margin: 0 auto;
	}


/********Social-icons Block********/
#block-follow-site {
	float:right;
	width: 248px;
	margin-right: 33px;
}
#block-follow-site .follow-links li { 
	background:none;
	float:left;
	padding:0;
}
	a.follow-link {
		width:32px;
		height:32px;
		text-indent:-9999px;
		float:left;
		margin:0 8px 8px 0;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		margin-top:3px;
		opacity:0.8;
	}
		a.follow-link:hover { margin-top:0; opacity:1;}
/********************/

	
/**************Contact Form***************/
#contact-site-form label {
	color:#000;
	display:table;
}
#contact-site-form label.option { display:inline;}
#contact-site-form input.form-text {
	width:300px;
}
#contact-site-form textarea#edit-message {
	height:120px;
	margin-right:100px;
}
/**************************************/


/***********Forum************/
.action-links {
	padding:0px 0px 10px;
}
	.action-links a {
		color:#059fb9;
		font-size:12px;
	}
	.action-links a:hover {
		text-decoration:none;
	}

#forum a {
	color:#059fb9;
	font-size:13px;
}
#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}
tr.even, tr.odd {background:#fff; border:none;}
#forum th {
	background:#059fb9;
	border:1px solid #535353;
	color:#fff;
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}
	
#forum tr.even, tr.odd {
	background:none;
	border-bottom:0px solid #e0e0e0;
}
#forum tr.even td {
	background:#f8f8f8
}

#forum tr.odd td { 
	background:#f7f6f4
}
#forum td.container { 
	padding:10px;
}

#forum tr.even td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #fafafa
}
#forum tr.odd td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #f7f6f4
}

#forum td {
	background:#f3f5f4;
	border:1px solid #c8c8c8;
	padding:5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#535353;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
.field-label {
	color:#000;
	float:left;
	font-size:14px;
	vertical-align:middle;
}
.field-items a {
	color:#059fb9;
	font-size:12px;
}

h3.field-label { line-height:22px; padding-right:10px;}
/***********************/

/************first-time page***************/
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#059fb9;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	#first-time .item-list ul li:hover { background:none}
	#first-time .item-list ul li a:hover { background:none}
/***************************/

/******************Paginator*********************/
.item-list .pager li { padding:0;}
.content ul.pager li {
	color:#494949;
	margin:0px 1px;
	overflow:hidden;
}
.content ul.pager li.pager-current { 
	background:#059fb9;
	border-radius:2px;
	border:1px solid #c6c6c6;
	color:#fff;
	padding:5px 12px;
	position:relative;
	zoom:1;
	}
	.content ul.pager li a{ 
		background:none;
		border:1px solid #c6c6c6;
		color:#000; 
		display:inline-block;
		padding:3px 12px;
		position:relative;
		text-decoration:none; 
		zoom:1;
		border-radius:2px;
	  }
	.content ul.pager li a:hover {
		background:#059fb9;
		color:#fff;
	}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/*******Slider********/
.flexslider img {max-width: 100%; display: block; border-radius: 15px;object-fit: cover;}

.flexslider {
	background: none;
	border-radius:0;
	border: 0;
}
.flex-nav-container {
	margin-bottom: 0;
}

.flex-direction-nav li .flex-prev {
	background: url(../images/arrows.png) no-repeat 0 bottom;
	width: 80px;
	height: 135px;
	left:16px;
	top: 130px;
	opacity: .7;
	z-index:1;
}
.flex-direction-nav li .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav li .flex-next {
	background: url(../images/arrows.png) no-repeat 0 0;
	width: 80px;
	height: 135px;
	right: 22px;
	top: 130px;
	opacity: .7;
	z-index:1;
}
.flex-direction-nav li .flex-next:hover {
	opacity: 1;
}
/********************/

.field-type-image {margin-bottom:20px;}
.node-teaser .field-type-image, .node-employee .field-type-image {float:left; margin:0 20px 6px 0;}

#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-bottom:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}


.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}


/*******Portfolio********/
.view-portfolio {
	display:flex;
	gap: 10px;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
.view-portfolio img{
	height:300px;
	width:300px;
	object-fit:cover;
	padding-bottom:10px;

}
/********************/


#block-block-6 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#block-block-6 .content {
	font-size: 46px;
	color: #444547;
	line-height: normal;
	text-align: center;
	letter-spacing: -2px;
	padding: 37px 0 8px;
}
	#block-block-6 .content span{
		color: #000;
		text-transform: uppercase;
	}

	#block-block-6 .content p {
		margin-bottom: 0;
	}

	

.view-services .views-row {
	max-width: 283px;
}
	.view-services .views-row-last {
		margin-right: 0;
	}

.view-services .views-row .views-field-title {
	color: #000;
	font-size: 19px;
	border-bottom: 5px solid #dcdde0;
	padding: 0px 0 10px 0;
	line-height: 16px;
}

.view-services .views-row .views-field-body {
	line-height: 18px;
	padding: 0px 0 8px 2px;
}




.region-header {
	overflow: hidden;
}


.region-footer-top {
	margin: 0 auto;
	padding-top: 16px;
	padding-left: 2px;
	display:flex;
	flex-wrap:wrap;
}
	.region-footer-top .block {
		width: 229px;
	}

	.region-footer-top #block-block-10 {
		padding-bottom: 0;
		
		color: #fff;
	}
		#block-block-10 .content a {
			color: #fff;
			text-decoration: none;
		}
			#block-block-10 .content a:hover {
				text-decoration: underline;
			}


	.region-footer-top .block h2 {
		color: #dbdbdb;
		font-size: 18px;
	}

	.region-footer-top section.block .content li {
		line-height: 20px;
		padding-left: 11px;
		padding-bottom: 0;
	}
		.region-footer-top section.block .content li a, .region-footer-top .content a {
			color: #fff;
		}
			.region-footer-top section.block .content li a:hover {
				text-decoration: underline;
			}


.pane-title {
	color: #000;
	font-size: 19px;
}

.pane-content p.submitted {
	margin: 5px 0 10px;
}

.view-content {
	padding-top:6px;
}

.slick-track {
	display: flex;
	flex-wrap:wrap;
	gap:10px;
	padding-top:15px;
	align-items: stretch;
	justify-content: space-between;
}

.advantage-box {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
	width:180px;
}

.advantage-box__icon {
    margin-bottom: 32px;
	width:80px;
	
}

.advantage-box__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}

.row {
	padding-top:15px;
}

.btn {
    border-radius: 100px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-weight:800;
}


.col-yellow-bg {
    background-color: #f6f954;
}
.swiper-button-next, .swiper-button-prev {
	color: #f6f954;
}

.about-olga__main-img {
	max-width:470px;
	border-radius: 15px;
	z-index:1;
	width:100%;
}

.about-olga__sub-img {
	position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 5px;
    max-width: 450px;
	z-index:0;
	border-radius: 8px;
	
}

.about-olga{
	display:flex;
	position: relative;
	flex-wrap:wrap;
}


.about-olga__inner {
    background-color: hsla(0, 0%, 100%, .88);
    position: absolute;
    
    
    right: 60px;
    max-width: 700px;
    padding: 20px 40px;
	border-radius: 8px;
	line-height:1.3;
	z-index:2;
}

.about-olga__btn-wrapper {
	text-align:center;
	line-height:1.4;
}


.section__title,.about-olga__quote, .about-olga__btn-wrapper {
	padding-top:20px;
}

.tabs li {
	padding-bottom:6px;
}

.lst-events .swiper-slide {
	width:34%;
}

.events img {
	width:110px;
	height:110px;
	object-fit: cover;
	float:left;
	margin-right:10px;
	border-radius: 6px;
}

.swiper-pagination {
	position:static;
}

.feed-icon {
  display: none;
}

.view-frontpage { display:none; }

.img_full {
	max-width:800px;
	height:auto;
	width:100%;
}